Annotation of parser3/ChangeLog, revision 1.232
1.232 ! moko 1: 2026-02-02 moko
! 2:
! 3: * tests/: 307.html, results/307.processed: more "junction used
! 4: outside of context" tests added
! 5:
1.231 moko 6: 2026-01-09 moko
7:
8: * src/classes/amqp.C: auto_delete is better false by default
9: (related to feature #1288)
10:
11: * src/classes/amqp.C: more methods bool args fixes, nowait removed
12: (related to feature #1288)
13:
14: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
15:
16: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
17: returns purged messages count (related to feature #1288)
18:
19: * tests/: 449.html, results/449.processed, results/auto.p: test for
20: table size limit added (related to feature #1276)
21:
22: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
23: limit table size; note: for append and insert operations only
24: (implements feature #1276)
25:
26: 2026-01-08 moko
27:
28: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
29: declare_queue = declare; delete_exchange + delete_queue = delete;
30: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
31: consume can be called without callback with optional $.count(N),
32: returns array of messages;
33:
34: 2026-01-07 moko
35:
36: * tests/: 448.html, results/448.processed: avoid 500, show
37: exception where not supported
38:
39: * src/include/pa_int.h: warnings war
40:
41: * tests/: 422.html, results/422.processed: test updated after wide
42: int implemented (feature #1273)
43:
44: * src/main/pa_int.C: warnings war
45:
46: * src/classes/classes.vcproj: +amqp.C
47:
48: * src/classes/: int.C, string.C: warnings war
49:
50: * src/classes/: op.C: warnings war
51:
52: * src/: classes/op.C, main/pa_int.C: warnings war
53:
54: * src/types/pa_vdate.h: warnings war
55:
56: * src/main/pa_int.C: warnings war continues
57:
58: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
59: war
60:
61: * src/types/pa_vdate.C: reverted, format_double still required here
62:
63: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
64: format_double now supports wint, $math:int_max and $math:int_min
65: added, PA_WIDE_INT is finally enabled by default (implements
66: feature #1273)
67:
68: * tests/: 275.html, results/275.processed: preparing tests for int
69: extension
70:
71: * tests/: 424.html, results/424.processed: actualized and prepared
72: for wide int
73:
74: 2026-01-06 moko
75:
76: * src/: classes/double.C, classes/int.C, classes/string.C,
77: include/pa_common.h, include/pa_int.h, include/pa_string.h,
78: main/execute.C, main/pa_common.C, main/pa_int.C,
79: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
80: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
81: types/pa_vstring.h: feature #1273 core implementation:
82: value::as_wint added, implemented for int/double/string, and used
83: where applicable; vint now holds pa_wint type; format_double
84: moved to pa_int
85:
86: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
87: pa_int includes tuning, vcproj updated (related to feature #1273)
88:
89: * src/main/pa_int.C: build fix
90:
91: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
92: added, another preparation for feature #1273
93:
94: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
95: include/pa_types.h, main/pa_int.C, main/pa_string.C,
96: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
97: moved there, pa_wint and related functions added, another
98: preparation for feature #1273
99:
1.230 moko 100: 2025-12-17 moko
101:
102: * src/classes/json.C: optimization: String::Empty used and avoided
103: using passed length.
104:
105: 2025-12-16 moko
106:
107: * src/classes/string.C: sync _int with _double, avoid int usage
108: (related to #1273)
109:
1.229 moko 110: 2025-12-08 moko
111:
112: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
113: define added and used for OS X as well
114:
1.228 moko 115: 2025-11-30 moko
116:
117: * configure, configure.ac, src/include/pa_config_auto.h.in,
118: src/include/pa_config_fixed.h: int64_t added in preparation to
119: feature #1273
120:
1.227 moko 121: 2025-11-22 moko
122:
123: * src/classes/amqp.C: delivery_tag changed from string to double
124: (related to feature #1288)
125:
1.226 moko 126: 2025-11-14 moko
127:
128: * src/types/pa_vstatus.C, tests/448.html,
129: tests/results/448.processed: $status:limit-cpu,
130: $status:limit-mem, $status:limit-nproc unlimited support added,
131: test added (related to feature #1280)
132:
133: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
134: $status:limit-mem, $status:limit-nproc added (implements feature
135: #1280)
136:
137: 2025-11-12 moko
138:
139: * tests/results/: 323.processed, 421.processed: tests results
140: updated after amqp class added
141:
1.225 moko 142: 2025-11-08 moko
143:
144: * src/classes/amqp.C: tls support added, errors reporting improved
145: (related to feature #1288)
146:
147: * src/classes/amqp.C: tls support added (related to feature #1288)
148:
149: * src/classes/amqp.C: exceptions text now printed (related to
150: feature #1288)
151:
152: * src/classes/amqp.C: properties hash simplified (related to
153: feature #1288)
154:
155: 2025-11-07 moko
156:
157: * src/classes/amqp.C: consume fixed (related to feature #1288)
158:
159: * src/classes/classes.C: + amqp class
160:
161: * buildall, configure, configure.ac, src/classes/Makefile.am,
162: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
163: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
164: updated for librabbitmq support (relates to feature #1288)
165:
166: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
167: basic RabbitMQ C library (librabbitmq) support (partially
168: implements #1288)
169:
1.224 moko 170: 2025-10-05 moko
171:
172: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
173: reflection.C, string.C: Optimization: valid_options optimized
174: where HashStringValue::Iterator used
175:
176: * tests/results/224.processed: test result updated after date
177: functions updated (related to #1287)
178:
179: 2025-10-04 moko
180:
181: * operators.ru.txt, operators.txt: actualized
182:
183: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
184:
185: * tests/: 447.html, results/447.processed: tests for
186: ^reflection:override[$method] added (related to feature #1286)
187:
188: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
189: added (related to feature #1285)
190:
191: * src/classes/reflection.C:
192: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
193: added (implements feature #1286)
194:
195: * src/main/execute.C: bugfix: when method is attached from another
196: class, it's junction_template is initialized with another class,
197: thus get_vjunction should be used (related to feature #1286)
198:
199: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
200: ^date:iso-string[] - static call now formats current date
201: (implements feature #1287)
202:
203: 2025-10-01 moko
204:
205: * buildall: built-in mailreceive path actualized
206:
1.223 moko 207: 2025-09-01 moko
208:
209: * src/classes/math.C: old compilers support in ^math:eq
210:
211: 2025-08-31 moko
212:
213: * tests/: 446.html, results/446.processed: tests for
214: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
215:
216: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
217: implements #1285)
218:
219: 2025-08-30 moko
220:
221: * operators.ru.txt, operators.txt: actualized
222:
223: * tests/: 230.html, results/230.processed: test for ^file.save
224: $.append(false|true) option added (related to feature #1284)
225:
226: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
227: ^file.save $.append(false|true) option added (implements feature
228: #1284)
229:
1.222 moko 230: 2025-08-16 moko
231:
232: * etc/auto.p.in: LIMIT max_array_size actualized
233:
1.221 moko 234: 2025-08-01 moko
235:
236: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
237: pa_GC_abort_func added and used (implements feature #1283)
238:
239: * src/include/: pa_array.h, pa_config_includes.h:
240: PA_DEBUG_DISABLE_GC mode fixed for sparse array
241:
1.220 moko 242: 2025-07-04 moko
243:
244: * src/main/pa_common.C: typo fixed (related to bug #1282)
245:
246: * src/main/pa_common.C: minor optimization + create_dir_for_file
247: checks for \ (related to bug #1282)
248:
249: 2025-07-03 moko
250:
251: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
252: under Windows (fixes bug #1282)
253:
254: * src/main/pa_common.C: file:delete for UTF-8 files now works under
255: Windows (fixes bug #1282)
256:
257: 2025-06-28 moko
258:
259: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
260: Yavor Doganov <yavor@gnu.org>
261:
262: * src/main/pa_charset.C: typo fixed (related to feature #1281)
263:
264: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
265: compatibility fixed (implements feature #1281)
266:
1.219 moko 267: 2025-05-31 moko
268:
269: * src/main/pa_http.C: old gcc compilation fix (related to feature
270: #1277)
271:
272: 2025-05-28 moko
273:
274: * src/: classes/array.C, include/pa_array.h: last
275: Array_iterator::key() removed (related to feature #1277)
276:
277: 2025-05-27 moko
278:
279: * src/: classes/array.C, classes/table.C, include/pa_array.h,
280: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
281: and used (related to feature #1277)
282:
1.218 moko 283: 2025-05-26 moko
284:
285: * src/: classes/array.C, classes/curl.C, classes/hash.C,
286: classes/hashfile.C, classes/image.C, classes/table.C,
287: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
288: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
289: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
290: VString(const char *avalue) added and used to optimize new
291: VString(*new String(i.key(), String::L_TAINTED)) (related to
292: feature #1277)
293:
294: * src/: classes/array.C, classes/curl.C, classes/file.C,
295: classes/hash.C, classes/image.C, classes/json.C,
296: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
297: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
298: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
299: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
300: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
301: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
302: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
303: types/pa_vxnode.C: implements feature #1277 String::Body(const
304: char *abody) now explicit but HashString::put(const char *str, V
305: value) added for simplicity optimizations: HASH_PUT_CSTR used
306: where hash.put called several time during execution; caching
307: String::Body::uitoa used at all pash.put(<uint> calls.
308:
309: 2025-05-25 moko
310:
311: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
312: to feature #1277)
313:
314: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
315:
316: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
317: added for caching (related to feature #1277)
318:
319: * src/include/pa_string.h: optimized String:pos versions added
320: (without language + char *) (related to feature #1277)
321:
322: 2025-05-24 moko
323:
324: * tests/: 445.html, results/445.processed: test for
325: ^hash.array[[keys|values]] added (related to feature #1274)
326:
327: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
328: feature #1274)
329:
1.217 moko 330: 2025-01-26 moko
331:
332: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
333:
1.216 moko 334: 2025-01-25 moko
335:
336: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
337:
338: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
339: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
340: autoheader && automake && autoconf
341:
342: * src/lib/ltdl/configure.ac: new autotools used
343:
344: * acsite.m4, configure.ac: new autotools warnings fixed
345:
1.213 moko 346: 2025-01-10 moko
347:
1.215 moko 348: * tests/results/320.processed: test result updated after syslog
349: added
350:
1.214 moko 351: * src/classes/op.C: minor MSVC fixes
352:
353: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
354:
1.213 moko 355: * operators.ru.txt, operators.txt: +
356: ^syslog[ident;message[;info|warning|error|debug]]
357:
358: * src/classes/op.C: +
359: ^syslog[ident;message[;info|warning|error|debug]] (implelents
360: feature #1270)
361:
362: * configure, configure.ac, src/include/pa_config_auto.h.in,
363: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
364:
365: 2025-01-06 moko
366:
367: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
368: 2^n) calculated and used
369:
370: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
371: https://www.hadrons.org/software/libmd/
372:
1.212 moko 373: 2024-12-28 moko
374:
375: * tests/httpd/run_tests.sh: for FreeBSD compatibility
376:
377: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
378: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
379: $request:uri and $request:path tests added (related to feature
380: #1269)
381:
382: * operators.ru.txt, operators.txt: + $request:path documented
383: (related to feature #1269)
384:
385: * tests/: 065.html, results/065.processed: $request:path,
386: $request:uri tested
387:
388: * src/types/pa_vrequest.C: $request:path default is empty string to
389: match an empty URI in console mode (related to feature #1269)
390:
391: * etc/auto.p.in: $request:path used (related to feature #1269)
392:
393: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
394: (implements feature #1269)
395:
396: 2024-12-26 moko
397:
398: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
399: 3.5.0
400:
401: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
402: pa-include/pa_errno.h, pa-include/pa_file_info.h,
403: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
404: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
405: pa_strcat
406:
407: * tests/results/223.processed: apache upgraded @parser.ru
408:
409: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
410: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
411: pa-include/pa_errno.h, pa-include/pa_file_info.h,
412: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
413: pa-include/pa_strings.h: sdbm updated from version included in
414: apache 2.0.43 to version included in apache 2.0.65
415:
416: 2024-12-24 moko
417:
418: * etc/auto.p.in: to avoid patching Debian package
419:
420: * src/main/: pa_exec.C, pa_http.C: final fixes for
421: --with-build-warnings (dangling-reference warnings can be
422: ignored)
423:
424: 2024-12-23 moko
425:
426: * src/: classes/file.C, classes/hash.C, classes/op.C,
427: include/pa_common.h, main/pa_http.C, main/pa_request.C,
428: types/pa_vcookie.C, types/pa_vform.C: more fixes for
429: --with-build-warnings
430:
431: * src/: classes/date.C, classes/inet.C, classes/op.C,
432: classes/reflection.C, include/pa_array.h,
433: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
434: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
435: --with-build-warnings
436:
1.211 moko 437: 2024-12-21 moko
438:
439: * Makefile.am: +operators.ru.txt
440:
441: * operators.ru.txt, operators.txt: typo fixed
442:
443: 2024-12-20 moko
444:
445: * operators.txt: whitespace synced
446:
447: * operators.ru.txt, operators.txt: curl added
448:
449: * operators.ru.txt, operators.txt: logically sorted
450:
451: * operators.ru.txt: id added
452:
453: * operators.txt: ID added
454:
455: * operators.txt: translated
456:
457: * operators.ru.txt, operators.txt: operators.txt translated to
458: english, synced format with operators.ru.txt
459:
460: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
461: formatted
462:
463: * operators.ru.txt, operators.txt: formatted, actualized, oracle
464: info moved to separate file
465:
466: 2024-12-19 moko
467:
468: * src/targets/cgi/parser3.C: avoid parser version requests logging
469: in parser3.log
470:
471: 2024-12-18 moko
472:
473: * buildall: preventing --with-system-mailreceive linking with
474: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
475: to feature #1199)
476:
1.210 moko 477: 2024-12-16 moko
478:
1.211 moko 479: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 480:
481: * src/classes/table.C: exception text fixed
482:
483: 2024-12-15 moko
484:
485: * tests/: 102.html, results/102.processed: tests updated after
486: $form:fields not editable again (related to feature #1254)
487:
488: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
489: be edited (related to feature #1254)
490:
491: * src/types/pa_vform.C: reverted that
492: $form:fields/tables/files/imap can be edited (related to feature
493: #1254) for backward compatibility
494:
495: 2024-12-14 moko
496:
1.211 moko 497: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 498:
499: * tests/results/auto.p: avoid $mac execution unless on OS X
500:
501: * tests/388-sql.html: more OS support
502:
503: 2024-12-13 moko
504:
505: * tests/388-sql.html: sql tests under OS X now fixed
506:
507: * tests/results/auto.p: curl test under OS X now works
508:
509: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
510: no dll name under Windows, hiding
511:
512: * tests/: 379-curl.html, results/379-curl.processed: some curl
513: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
514:
515: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
516: 389.html, results/030.processed, results/212.processed,
517: results/219.processed, results/273.processed,
518: results/320.processed, results/346-curl.processed,
519: results/389.processed, results/auto.p: ^try-catch-filtered added
520: and used
521:
522: * tests/: 347-curl.html, results/347-curl.processed: support for
523: different error messages
524:
525: * src/classes/curl.C: several curl libraries supported,
526: ^curl:options[ $.library[] ] resets to default
527:
528: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
529: removed as depends on curl version
530:
531: * tests/results/: 223-curl.processed, 394-curl.processed: curl
532: fixed bug with \n in file names, test result updated
533:
534: * tests/388-sql.html: +libmysqlclient.so
535:
536: * etc/auto.p.in: +libmariadb
537:
538: 2024-12-12 moko
539:
540: * tests/: 388-sql.html, results/429-sql.processed: test results
541: updated after test changed
542:
543: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
544: for newer MariaDB compatibility
545:
546: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
547: results/429-sql.processed: key -> id for new MariaDB
548: compatibility
549:
550: * src/types/pa_vmethod_frame.h: warning war
551:
552: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
553: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
554: including for Debian package
555:
556: 2024-12-11 moko
557:
558: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
559: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
560: $status:log-filename added (related to feature #1262)
561:
562: * tests/: 440.html, results/440.processed: test for row is checked
563: before accessing when table is modified during select (related to
564: bug #1258)
565:
566: * src/: classes/table.C, include/pa_table.h: row should be checked
567: before accessing as table can be modified during select (related
568: to bug #1258)
569:
570: * src/types/pa_vmail.C: $mail:received tables -> elements array
571: (related to feature #1226)
572:
573: * src/: classes/file.C, classes/image.C, classes/table.C,
574: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
575: better messages (related to feature #1267)
576:
577: * tests/results/: 065.processed, 246.processed, 337.processed,
578: 342.processed, 352.processed, 356.processed, 364.processed,
579: 372.processed, 373.processed, 389.processed, 404.processed,
580: 406.processed, 414.processed, 430.processed, 432.processed,
581: 442.processed: tests updated after params.as_string error
582: reporting was improved (related to feature #1267)
583:
584: * src/classes/reflection.C: error messages optimized (related to
585: feature #1267)
586:
587: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
588: error reporing for params.as_* (related to feature #1267)
589:
590: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
591: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
592: #1267)
593:
594: * tests/results/: 246.processed, 414.processed, 432.processed:
595: tests updated after params.as_string error reporting was improved
596: (related to feature #1267)
597:
598: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
599: reporing for params.as_string (implements feature #1267)
600:
601: * tests/: 065.html, results/065.processed: tests for file methods
602: accepting file as filename added (related to feature #1265)
603:
604: * src/: classes/file.C, include/pa_exception.h,
605: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
606: methods now accept file as path specification (adopted Sumo patch
607: implements feature #1265)
608:
609: * tests/: 400.html, results/400.processed: tests for result
610: optimization "locks" after first method call (related to feature
611: #1266)
612:
613: 2024-12-10 moko
614:
615: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
616: result_optimization comments (related to feature #1266)
617:
618: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
619: $result now stored in my_result, not in local variables hash
620: (implements feature #1266)
621:
1.209 moko 622: 2024-12-09 moko
623:
1.210 moko 624: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
625: set_my_variable in preparation for $result optimization (related
626: to feature #1266)
627:
1.209 moko 628: * tests/results/119.processed: newline corrected for some OS
629:
630: * tests/: 441.html, results/441.processed: Debian-specific test
631: commented
632:
633: * buildall: pcre2 10.42 -> 10.44
634:
635: 2024-12-08 moko
636:
637: * buildall: external links fixed
638:
639: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
640:
641: * src/include/pa_table.h: some clang versions compilation fix
642:
643: * configure.ac: 3.4.7b -> 3.5.0rc
644:
645: 2024-12-07 moko
646:
647: * tests/: 443.html, 444.html, results/443.processed,
648: results/444.processed: tests for named params (related to feature
649: #1205)
650:
651: * src/: classes/reflection.C, types/pa_method.h: named_params
652: support in reflection (related to feature #1205)
653:
654: * src/types/pa_vmethod_frame.h: extra_params and named params
655: should be also inited in ^method[] call (related to feature
656: #1205)
657:
658: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
659: support using @method[arg;.named_arg;.named_arg2] syntax
660: (implements feature #1205)
661:
662: * tests/: 443.html, results/443.processed: test for *args inited
663: added (related to bug #1264)
664:
665: * src/types/pa_vmethod_frame.h: *args are now inited even if not
666: specified (fixes bug #1264)
667:
668: * tests/: 442.html, results/442.processed: tests for
669: params.as_file_name(N) with empty file name added (related to
670: feature #1121)
671:
672: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
673: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
674: include/pa_exception.h, types/pa_vmethod_frame.h:
675: params.as_file_name(N) added and used instead of
676: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
677: (implements feature #1121)
678:
679: * src/: classes/file.C, classes/image.C, classes/op.C,
680: classes/table.C, include/pa_exception.h: filename is everywhere
681: params.as_string, unify exception and remove
682: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
683:
684: * tests/: 141.html, results/141.processed: test for
685: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
686: to feature #1263)
687:
688: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
689: $.format[file] ] now supported (implements feature #1263)
690:
691: 2024-12-06 moko
692:
693: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
694: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
695: (cgi/console/mail/httpd/apache/isapi) added (related to feature
696: #1262)
697:
698: 2024-12-05 moko
699:
700: * src/targets/cgi/parser3.C: more correct arguments processing to
701: block -fl config.file log.file logic (related to feature #1262)
702:
703: 2024-12-04 moko
704:
705: * src/targets/cgi/parser3.C: now only one log location is selected
706: and tried. -l - supported for stderr specification (related to
707: feature #1262)
708:
709: 2024-12-03 moko
710:
711: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
712: results/010.processed, results/415.processed: tests for
713: $.(expression)[value], $a.(expression), ^v.(expression)[args]
714: added (related to feature #1064)
715:
716: * src/main/compile.y: $.(expression)[value], $a.(expression),
717: ^v.(expression)[args] now supported (implements feature #1064)
718:
719: 2024-12-02 moko
720:
721: * src/targets/cgi/parser3.C: -l /path/to/log options added
722: (implements feature #1262)
723:
1.208 moko 724: 2024-12-01 moko
725:
726: * tests/: 010.html, results/010.processed: some tests related to
727: bug #1149 added
728:
729: * src/main/compile.y: the check pc.pos.col > 1 is not required
730: because we can't be here without a '$' before. The begin == end
731: check was incorrect since $[a]{b} fits this condition (fixes bug
732: #1149)
733:
734: 2024-11-29 moko
735:
736: * src/classes/array.C: warning war
737:
738: 2024-11-26 moko
739:
740: * tests/: 441.html, results/441.processed: a bit more testing
741: (related to bug #1238)
742:
743: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
744:
745: * src/main/pa_exec.C: simplification arg_quote added (related to
746: bug #1229)
747:
1.207 moko 748: 2024-11-25 moko
749:
750: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
751: bug #1239)
752:
753: 2024-11-24 moko
754:
755: * src/main/pa_exec.C: added cmd.exe specific
756:
757: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
758: tests for ^file::exec env and args tainting tests (related to bug
759: #1239)
760:
761: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
762:
763: * src/include/pa_config_includes.h: added recommendations for
764: libxslt.a and and libexslt.a compilation under cygwin
765:
766: * tests/results/102.processed: $form:fields.value is now writable,
767: as $form:value (related to feature #1254)
768:
769: * src/include/pa_config_includes.h: cigwin compilation fixes
770:
771: 2024-11-23 moko
772:
773: * tests/httpd/site/run_server.sh: to simplify testing
774:
775: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
776: site/form.html: $form:files and $form:elements tests added, tests
777: with curl supported (related to feature #1254)
778:
779: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
780: types/pa_vform.h: $form:elements implemented, VForm::get_element
781: uses faster SYMBOLS_EQ, hashes no longer copied when using
782: $form:fields/tables/files/imap and can be edited (implements
783: feature #1254)
784:
785: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
786: bug #1261)
787:
1.206 moko 788: 2024-11-17 moko
789:
790: * tests/: 440.html, results/440.processed: tests for
791: ^table.array[], offset restoration, iterators robust tests
792: (related to bug #1258, features #1259 and #1260)
793:
794: * tests/: 439.html, results/439.processed: array and hash iterators
795: robust tests (related to feature #1260)
796:
797: * src/: classes/array.C, classes/table.C, include/pa_array.h,
798: include/pa_table.h: Array_robust_iterator added and used in cases
799: where array can be modified during iteration (implements feature
800: #1260)
801:
802: * src/classes/table.C: ^table.array[], ^table.array[column name],
803: ^table.array{code} added (implements feature #1259)
804:
805: 2024-11-16 moko
806:
807: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
808: table current row restoration after exception and table changes
809: (fixes bug #1258)
810:
811: 2024-11-13 moko
812:
813: * src/classes/table.C: minor optimization
814:
815: * src/main/pa_string.C: \r added to default ^string.trim chars list
816: (https://www.parser.ru/forum/?id=86648)
817:
1.205 moko 818: 2024-11-11 moko
819:
1.206 moko 820: * src/classes/classes.C: set_base commented
821:
822: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
823: deleted
824:
825: * src/classes/classes.vcproj: no more classes.awk and classes.inc
826:
827: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
828: classes.inc
829:
830: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
831: main/pa_globals.C: classes.awk is useless, preparing to delete it
832:
1.205 moko 833: * src/classes/classes.h: temp fix
834:
835: 2024-11-10 moko
836:
837: * src/: classes/date.C, classes/file.C, classes/image.C,
838: classes/op.C, main/pa_string.C: minor optimization
839:
840: * src/: classes/date.C, classes/file.C, classes/image.C,
841: classes/op.C, main/pa_string.C: typo fixed
842:
843: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
844: classes/file.C, classes/image.C, classes/op.C,
845: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
846: memory allocation befor main(). Only 3 allocations in chatsets
847: left (implements feature #1257)
848:
849: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
850: minor naming convention fix
851:
852: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
853: results/436.processed, results/437.processed,
854: results/438.processed: tests for @unhandled_exception processing
855: (related to feature #1256)
856:
857: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
858: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
859: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
860: are now processed in request::core for correct logging and
861: reporting (feature #1256)
862:
863: * src/: include/pa_sapi.h, main/pa_request.C,
864: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
865: targets/isapi/parser3isapi.C: unhandled exception now called if
866: exception occures during $response:download processing (related
867: to bug #1255)
868:
869: * etc/auto.p.in: better 404 error reporting
870:
871: 2024-11-09 moko
872:
873: * src/main/pa_memory.C: more detailed usage comment
874:
875: * src/main/pa_memory.C: usage commented
876:
877: * src/main/pa_memory.C: minor cleanup
878:
879: * src/types/: pa_varray.h, pa_vregex.h: warnings war
880:
881: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
882: httpd/site/029.html, results/436.processed: test for exception in
883: $response:download[] added
884:
885: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
886: and avoid exit status 1 on die
887:
888: * tests/results/: 007.processed, 019.processed, 098.processed,
889: 103.processed, 233.processed: windows headers matter for binary
890: files
891:
892: * tests/httpd/ok.log: tests results updated as extra headers now
893: cleared on error (related to bug #1255)
894:
895: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
896: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
897: targets/isapi/parser3isapi.C: headers buffering to avoid extra
898: headers in errors, custom send_error in cgi/httpd mode to avoid
899: memory allocations (fixes bug #1255)
900:
901: 2024-11-07 moko
902:
903: * tests/: 264.html, results/264.processed: tests updated to test
904: removal of only trailing empty arguments for backward
905: compatibility (related to feature #1252)
906:
907: * src/classes/file.C: remove trailing empty arguments for backward
908: compatibility (related to feature #1252)
909:
910: 2024-11-05 moko
911:
912: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
913: low memory case, when static initialization failed even before
914: main() start
915:
916: 2024-11-04 moko
917:
918: * configure, src/include/pa_config_auto.h.in,
919: src/include/pa_config_fixed.h: _locking no longer used
920:
921: * configure.ac: _locking no longer used (related to bug #1231)
922:
923: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
924:
925: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
926:
927: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
928: unused
929:
930: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
931: be used on locking errors (related to bug #1231)
932:
933: * src/main/pa_os.C: GetLastError used as errno is not set (related
934: to bug #1231)
935:
936: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
937: allowing shared lock to work (fixes bug #1231)
938:
939: * INSTALL: actualized, minor fixes
940:
941: * etc/auto.p.in: default LIMITS added
942:
943: * AUTHORS: links actualized
944:
945: * src/: classes/array.C, classes/bool.C, classes/classes.C,
946: classes/classes.awk, classes/classes.h, classes/curl.C,
947: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
948: classes/hash.C, classes/hashfile.C, classes/image.C,
949: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
950: classes/math.C, classes/memcached.C, classes/memory.C,
951: classes/op.C, classes/reflection.C, classes/regex.C,
952: classes/response.C, classes/string.C, classes/table.C,
953: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
954: include/pa_array.h, include/pa_base64.h,
955: include/pa_cache_managers.h, include/pa_charset.h,
956: include/pa_charsets.h, include/pa_common.h,
957: include/pa_config_fixed.h, include/pa_config_includes.h,
958: include/pa_dictionary.h, include/pa_dir.h,
959: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
960: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
961: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
962: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
963: include/pa_request_charsets.h, include/pa_request_info.h,
964: include/pa_sapi.h, include/pa_socks.h,
965: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
966: include/pa_stack.h, include/pa_string.h,
967: include/pa_stylesheet_connection.h,
968: include/pa_stylesheet_manager.h, include/pa_symbols.h,
969: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
970: include/pa_uue.h, include/pa_xml_exception.h,
971: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
972: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
973: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
974: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
975: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
976: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
977: main/compile.tab.C, main/compile.y, main/compile_tools.C,
978: main/compile_tools.h, main/execute.C, main/pa_base64.C,
979: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
980: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
981: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
982: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
983: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
984: main/pa_sql_driver_manager.C, main/pa_string.C,
985: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
986: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
987: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
988: main/untaint.C, sql/pa_sql_driver.h,
989: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
990: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
991: targets/isapi/parser3isapi.C, types/pa_junction.h,
992: types/pa_method.h, types/pa_property.h, types/pa_value.C,
993: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
994: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
995: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
996: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
997: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
998: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
999: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1000: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1001: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1002: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1003: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1004: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1005: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1006: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1007: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1008: types/pa_vresponse.C, types/pa_vresponse.h,
1009: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1010: types/pa_vstateless_object.h, types/pa_vstatus.C,
1011: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1012: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1013: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1014: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1015: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1016:
1.203 moko 1017: 2024-10-28 moko
1018:
1.204 moko 1019: * src/classes/array.C: avoid invalidate()
1020:
1021: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1022: fused to survive in ^array::copy[$a] (related to feature #930)
1023:
1024: * src/types/pa_varray.h: minor optimization as last element is
1025: allways defined if present
1026:
1.203 moko 1027: * tests/: 435.html, results/435.processed: tests for
1028: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1029: for array added (related to feature #1253)
1030:
1031: * src/classes/array.C: typo fixed
1032:
1033: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1034: ^hash.set([-+]index)[value], and same for array added (implements
1035: feature #1253)
1036:
1037: * tests/results/: 246.processed, 298.processed, 342.processed,
1038: 389.processed, 397.processed, 430.processed, 432.processed: tests
1039: results update after minor exceptions texts fixes
1040:
1041: 2024-10-27 moko
1042:
1043: * src/: classes/array.C, classes/hash.C, classes/math.C,
1044: classes/reflection.C, classes/string.C, classes/table.C,
1045: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1046: types/pa_vmethod_frame.h: handy as_index() added, several
1047: exceptions texts fixed (related to feature #930)
1048:
1049: * src/: classes/array.C, types/pa_varray.h: non-working
1050: $array.fields removed, ^array.delete[index] supported (related to
1051: feature #930)
1052:
1053: * tests/: 431.html, results/431.processed: tests updated after
1054: ^a.delete[3] supported
1055:
1056: * tests/: 431.html, 434.html, results/434.processed: tests for last
1057: element used, push/pop, exceptions during arguments processing
1058: and used caching (related to feature #930)
1059:
1060: * src/: classes/array.C, types/pa_varray.h: change_used added for
1061: better used caching and now no issues if exception occures during
1062: append arguments processing (related to feature #930)
1063:
1064: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1065: ^array.pop[] added, last element is allways used (related to
1066: feature #930)
1067:
1068: 2024-10-26 moko
1069:
1070: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1071: types/pa_varray.h: confirm_all_used added where possible (related
1072: to feature #930)
1073:
1074: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1075: small array optimizations (related to feature #930)
1076:
1077: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1078:
1079: * tests/: 431.html, results/431.processed: test for
1080: ^array.compact[undef] added
1081:
1082: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1083: argument to also compact undefined elements (related to feature
1084: #930)
1085:
1086: 2024-10-24 moko
1087:
1088: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1089: VArray::hash is used rarery, no longer caching the result
1090:
1091: * tests/results/432.processed: testing removed from tests
1092:
1093: 2024-10-23 moko
1094:
1095: * tests/: 431.html, results/431.processed: ^array.compact[] test
1096: added
1097:
1098: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1099:
1100: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1101: both "solid" and "sparse" arrays
1102:
1103: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1104:
1105: 2024-10-22 moko
1106:
1107: * tests/results/264.processed: spelling
1108:
1109: * src/classes/file.C: spelling
1110:
1111: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1112: tests updated after ^file::exec[cmd;;$array] implemented and
1113: empty arguments not skipped (related to feature #1252)
1114:
1115: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1116: (implements feature #1252) bugfix: empty arguments no longer
1117: skipped
1118:
1.205 moko 1119: 2024-10-21 moko
1120:
1121: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1122: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1123: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1124: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1125: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1126: site/index.html, site/test.txt: httpd tests added
1127:
1.202 moko 1128: 2024-10-20 moko
1129:
1130: * src/classes/string.C: warnings war
1131:
1132: * src/: main/pa_string.C, classes/array.C: warnings war
1133:
1134: * src/classes/json.C: warnings war
1135:
1136: * src/classes/image.C: warnings war
1137:
1138: * src/: classes/table.C, types/pa_varray.C: warnings war
1139:
1140: * src/classes/array.C: warning war
1141:
1142: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1143:
1144: * src/main/main.vcproj: warnings war
1145:
1146: 2024-10-19 moko
1147:
1148: * tests/427.html: test updated after constructors renamed
1149:
1150: 2024-10-18 moko
1151:
1152: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1153: results/421.processed, results/430.processed,
1154: results/431.processed: test updated after constructors renamed
1155:
1156: * src/classes/array.C: create -> copy, new -> create according to
1157: https://www.parser.ru/forum/?id=86603 discussion (related to
1158: feature #930)
1159:
1160: 2024-10-16 moko
1161:
1162: * src/classes/json.C: $json:array[array or hash] added to provide
1163: more backward compatibility (implements feature #1251)
1164:
1165: 2024-10-15 moko
1166:
1167: * tests/: 421.html, results/421.processed: test results updated
1168: after missing constuctor error check added and array is_index
1169: check added
1170:
1171: * src/main/execute.C: absent constructor message fixed
1172:
1.201 moko 1173: 2024-10-13 moko
1174:
1175: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1176: with is_index() before calling index() for better error reporting
1177: in method name typo (was invalid number, not method not found
1178: exception).
1179:
1180: 2024-10-08 moko
1181:
1182: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1183:
1184: * src/include/pa_array.h: warnings war
1185:
1.200 moko 1186: 2024-10-05 moko
1187:
1188: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1189: returns current row cells array (implements feature #1250)
1190:
1191: * tests/: 405.html, results/169.processed, results/405.processed:
1192: tests updated after ^string.split[;a] implemented (related to
1193: feature #1249)
1194:
1195: * src/classes/string.C: ^string.split[] - 'a' option added for
1196: splitting into an array (implements feature #1249)
1197:
1198: 2024-10-04 moko
1199:
1200: * tests/: 431.html, results/431.processed: final code coverage
1201: array tests
1202:
1203: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1204: array: confirm_all_used() added and used where possible, expand()
1205: now expends faster
1206:
1207: 2024-10-03 moko
1208:
1209: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1210:
1211: * tests/: 256.html, results/256.processed: test for
1212: $.date[unix-timestamp] handling large dates
1213:
1214: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1215: classes/string.C, classes/table.C, include/pa_common.h,
1216: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1217: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1218: format replaced with pa_uitoa where applicable,
1219: $.date[unix-timestamp] fixed for handling large dates
1220:
1221: * tests/: 433.html, results/433.processed: more tests, including
1222: test for possible endless recursion in ^o.GET[]
1223:
1224: * src/types/pa_vobject.C: bugfix: detecting possible endless
1225: recursion in get_scalar_value inside ^o.GET[]
1226:
1227: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1228: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1229: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1230: $LIMITS.max_recursion
1231:
1232: 2024-10-02 moko
1233:
1234: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1235: results/253.processed, results/287.processed,
1236: results/430.processed, results/433.processed: more tests for full
1237: array and json code coverage
1238:
1239: * tests/: 433.html, results/433.processed: tests for hash functions
1240: with array param
1241:
1242: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1243:
1244: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1245: in 246.html used to test ^array.at, same result produced
1246:
1247: * tests/: 430.html, 431.html, results/430.processed,
1248: results/431.processed: more array tests for 100% code coverage
1249: (related to feature #930)
1250:
1251: * tests/: 427.html, 430.html, results/427.processed,
1252: results/430.processed: first portion of array tests added
1253: (related to feature #930)
1254:
1255: * src/classes/array.C: allow only whitespace string as argument for
1256: add and join
1257:
1258: * src/classes/array.C: add behavour for array synced with hash
1259:
1260: 2024-09-30 moko
1261:
1262: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1263: tests added
1264:
1265: * src/classes/array.C: $.distinct should not be used unless
1266: $.sparse(true)
1267:
1268: * tests/: 429-sql.html, results/388-sql.processed,
1269: results/429-sql.processed: tests for ^array::sql{}, including
1270: multi_statements mode (related to feature #930)
1271:
1.199 moko 1272: 2024-09-29 moko
1273:
1274: * src/classes/array.C: synced ^array::sql multi_statements logic
1275: with ^hash::sql new behavour
1276:
1277: 2024-09-28 moko
1278:
1279: * tests/: 428-sql.html, results/388-sql.processed,
1280: results/428-sql.processed: tests updated after column names were
1281: fixed in multi_statements mode (related to feature #1197)
1282:
1283: * src/classes/hash.C: column names are fixed for most cases in
1284: multi_statements mode (related to feature #1197)
1285:
1286: * tests/: 428-sql.html, results/195.processed,
1287: results/224.processed, results/239.processed,
1288: results/254.processed, results/261.processed,
1289: results/306.processed, results/333.processed,
1290: results/341.processed, results/343.processed,
1291: results/344.processed, results/348.processed,
1292: results/364.processed, results/389.processed,
1293: results/390.processed, results/415.processed,
1294: results/420.processed, results/421.processed: tests results
1295: updated after error messages spelling minor fixes
1296:
1297: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1298: spelling
1299:
1300: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1301: classes/image.C, classes/math.C, classes/string.C,
1302: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1303: main/execute.C, main/pa_charset.C, main/pa_common.C,
1304: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1305: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1306: types/pa_vmail.C, types/pa_vobject.C,
1307: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1308: types/pa_vxdoc.C: minor error messages spelling fixes
1309:
1310: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1311: implementation (related to feature #930)
1312:
1313: * tests/: 388-sql.html, results/388-sql.processed: test results
1314: updated after rows number ^file::sql{} check added
1315:
1316: * src/classes/file.C: rows number now checked in ^file::sql{}
1317:
1318: * tests/: 428-sql.html, results/428-sql.processed: more tests
1319:
1320: * tests/: 428-sql.html, results/428-sql.processed: more
1321: multi_statements testing before bugfix
1322:
1323: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1324: results/428-sql.processed: support for multiple sql test files
1325: added
1326:
1327: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1328:
1329: * src/classes/hash.C: more accurate one_bool_column processing
1330:
1331: * tests/: 427.html, results/427.processed: Constructors as methods
1332: behavour documented in test
1333:
1334: * src/classes/hash.C: HashStringValue::Iterator used for options
1335:
1336: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1337:
1338: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1339: testing
1340:
1341: * tests/results/367-curl.processed: test result updated after
1342: server charset changed
1343:
1344: * tests/results/347-curl.processed: error messages updated
1345:
1346: * tests/results/: 346-curl.processed, 379-curl.processed,
1347: 394-curl.processed: tests results updated after Type -> Exception
1348: type replacement
1349:
1350: * tests/results/388-sql.processed: tests result updated after Type
1351: -> Exception type
1352:
1353: 2024-09-27 moko
1354:
1355: * src/classes/hash.C: minor simplification
1356:
1357: 2024-09-24 moko
1358:
1359: * src/main/pa_string.C: atoui error messages improved
1360:
1361: * tests/: 165.html, 312.html, results/165.processed,
1362: results/312.processed, results/379.processed: tests updated after
1363: default endless loop limit increased, atoi error messages
1364: improved
1365:
1366: * src/classes/hash.C: VBool::get used, unification
1367:
1.198 moko 1368: 2024-09-22 moko
1369:
1370: * src/classes/array.C: minor simplification
1371:
1372: * src/classes/array.C: ^array.left(N),
1373: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1374:
1375: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1376: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1377: added, default 1000000 (related to feature #930)
1378:
1379: * tests/: 426.html, results/426.processed: test for negative limit
1380: and offset processing for table options added
1381:
1382: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1383: bugfix: negative limit and offset processing for table options
1384: fixed
1385:
1386: 2024-09-21 moko
1387:
1388: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1389: ^for added that also iterates holes; ^remove added (related to
1390: feature #930)
1391:
1392: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1393: $.offset(M) ] added (related to feature #930)
1394:
1395: 2024-09-20 moko
1396:
1397: * src/: classes/array.C, types/pa_varray.h: array:
1398: +foreach[value]{code}, + add[hash with numeric keys] (related to
1399: feature #930)
1400:
1401: 2024-09-19 moko
1402:
1403: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1404: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1405: support $a[v1;v2;...] syntax (related to feature #930)
1406:
1407: 2024-09-17 moko
1408:
1409: * src/: classes/reflection.C, include/pa_request.h,
1410: main/compile_tools.h, main/pa_request.C:
1411: ^reflection:class_alias[existing class name;alias class name]
1412: added. The array class can now be redefined regardless of the
1413: $.replace(bool) option value (related to feature #930)
1414:
1415: * src/main/: compile.y, compile_tools.h: class_add return value
1416: inverted to add it to request class
1417:
1418: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1419: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1420: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1421: resize if required. spared array - added fused, append.
1422:
1.197 moko 1423: 2024-09-16 moko
1424:
1425: * src/types/pa_varray.h: get moved to where it belongs
1426:
1427: 2024-09-15 moko
1428:
1429: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1430: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1431:
1432: * tests/: 421.html, results/323.processed, results/421.processed:
1433: tests updated after 'spared-array' class renamed to 'array'
1434: following a discussion on the forum (related to feature #930)
1435:
1436: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1437: types/pa_vmail.C: initial SparseArray separation from Array,
1438: parser class now 'array'
1439:
1440: 2024-09-14 moko
1441:
1442: * tests/: 030.html, results/030.processed: out of range expires
1443: check added
1444:
1445: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1446: checking expires time using VDate
1447:
1448: 2024-09-13 moko
1449:
1450: * src/: classes/array.C, classes/curl.C, classes/date.C,
1451: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1452: classes/memcached.C, classes/op.C, classes/regex.C,
1453: classes/string.C, classes/xdoc.C, classes/xnode.C,
1454: main/execute.C, main/pa_http.C, main/pa_request.C,
1455: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1456: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1457: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1458: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1459: removed as dynamic_cast is faster, Value::is() is still required
1460: for is operator.
1461:
1462: 2024-09-12 moko
1463:
1464: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1465: classes/table.C, classes/xnode.C, include/pa_array.h,
1466: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1467: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1468: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1469: templated pa_itoa/pa_uitoa added to work with any integer type,
1470: String::Body::Format removed
1471:
1472: 2024-09-10 moko
1473:
1474: * src/classes/array.C: append and insert methods added to
1475: sparse-array (related to feature #930)
1476:
1477: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1478: tests updated after sparse-array was added to avoid ^json:parse[]
1479: using it in old tests (related to feature #930)
1480:
1481: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1482: types/pa_varray.h: sparse-array class added (initial feature #930
1483: implementation)
1484:
1485: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1486: for sparse-array class files (related to feature #930)
1487:
1488: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1489: types/pa_vhash.h: VArray support functions without actual VArray
1490: files (related to feature #930)
1491:
1.196 moko 1492: 2024-09-07 moko
1493:
1494: * src/: classes/curl.C, classes/string.C, classes/table.C,
1495: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1496: main/pa_http.C, main/pa_sql_driver_manager.C,
1497: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1498: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1499: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1500: with Hash::Iterator, has_next() replaced with operator bool
1501: (related to feature #930)
1502:
1503: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1504: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1505: types/pa_vstateless_class.C: Array class extended,
1506: Array::Iterator added and used (related to feature #930)
1507:
1.195 moko 1508: 2024-08-26 moko
1509:
1510: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1511: should be used on argv[0] as well to match document root.
1512:
1.194 moko 1513: 2024-08-25 moko
1514:
1515: * src/main/pa_request.C: be more specific
1516:
1517: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1518: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1519: (fixes bug #1244)
1520:
1521: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1522: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1523: rsplit(..., '\\') is not correct when / and \ are mixed in path
1524:
1525: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1526:
1.193 moko 1527: 2024-07-24 moko
1528:
1529: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1530: main/execute.C, main/pa_string.C: Warning war: clang changed
1531: -Wdeprecated-register warning to -Wregister, it's easier to
1532: remove all register vars then continue this fight. :)
1533:
1534: * src/main/: compile.y, compile.tab.C: warning war: register
1535: removed
1536:
1.192 moko 1537: 2024-07-14 moko
1538:
1539: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1540: checking the HTTP request environment; if the variable is not
1541: present, checking the web server process environment (implements
1542: feature #1242)
1543:
1.191 moko 1544: 2024-05-26 moko
1545:
1546: * tests/: 195.html, 229.html, results/096.processed,
1547: results/097.processed, results/158.processed,
1548: results/186.processed, results/273.processed,
1549: results/293.processed, results/317.processed,
1550: results/389.processed, results/402.processed: tests updated as
1551: single quote now escaped with ' in HTML tainting mode
1552: (related to feature #1241)
1553:
1554: * src/main/untaint.C: single quote now escaped with ' in HTML
1555: tainting mode (implements feature #1241)
1556:
1557: * tests/results/: 020.processed, 021.processed, 026.processed,
1558: 042.processed, 043.processed, 057.processed, 110.processed,
1559: 115.processed, 116.processed, 117.processed, 118.processed,
1560: 119.processed, 120.processed, 125.processed, 126.processed,
1561: 128.processed, 130.processed, 131.processed, 132.processed,
1562: 133.processed, 135.processed, 136.processed, 138.processed,
1563: 139.processed, 140.processed, 145.processed, 150.processed,
1564: 151.processed, 165.processed, 174.processed, 181.processed,
1565: 182.processed, 192.processed, 193.processed, 201.processed,
1566: 213.processed, 224.processed, 226.processed, 230.processed,
1567: 239.processed, 240.processed, 244.processed, 253.processed,
1568: 254.processed, 261.processed, 264.processed, 269.processed,
1569: 274.processed, 275.processed, 288.processed, 294.processed,
1570: 296.processed, 303.processed, 306.processed, 307.processed,
1571: 308.processed, 311.processed, 312.processed, 314.processed,
1572: 315.processed, 316.processed, 320.processed, 323.processed,
1573: 324.processed, 325.processed, 328.processed, 330.processed,
1574: 332.processed, 333.processed, 337.processed, 338.processed,
1575: 341.processed, 342.processed, 343.processed, 344.processed,
1576: 345.processed, 348.processed, 352.processed, 356.processed,
1577: 357.processed, 363.processed, 364.processed, 368.processed,
1578: 372.processed, 373.processed, 376.processed, 378.processed,
1579: 379.processed, 385.processed, 386.processed, 387.processed,
1580: 389.processed, 390.processed, 395.processed, 397.processed,
1581: 398.processed, 399.processed, 404.processed, 406.processed,
1582: 413.processed, 414.processed, 420.processed, 421.processed,
1583: 424.processed, auto.p: Type -> Exception type for readability
1584:
1585: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1586: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1587: results/119.processed, results/165.processed,
1588: results/175.processed, results/192.processed,
1589: results/213.processed, results/217.processed,
1590: results/230.processed, results/240.processed,
1591: results/298.processed, results/380.processed,
1592: results/415.processed: try-catch, try-catch-comment used
1593:
1594: 2024-05-21 moko
1595:
1596: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1597: results/180.processed, results/195.processed,
1598: results/224.processed, results/auto.p: @try-catch-comment added
1599: and used
1600:
1601: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1602: 415.html, results/269.processed, results/283.processed,
1603: results/auto.p: more tests are updated to prepare for apostrophe
1604: escaping in HTML tainting
1605:
1606: * tests/results/: 181.processed, 294.processed, 296.processed,
1607: 315.processed, 379.processed, 389.processed, auto.p:
1608: $exception.comment printed as-is for whitespace reporting and to
1609: prepare for apostrophe escaping in HTML mode
1610:
1.190 moko 1611: 2024-05-11 moko
1612:
1613: * tests/: 099.html, 100.html, results/099.processed,
1614: results/100.processed: a test for non-UTF-8 filename* added
1615: (related to feature #1240)
1616:
1617: * tests/: 293.html, results/293.processed: tainting modes tests
1618: added
1619:
1620: * tests/results/: 099.processed, 100.processed, 205.processed,
1621: 309.processed, 310.processed, 419.processed: tests results
1622: updated after filename* added (related to feature #1240)
1623:
1624: * src/: include/pa_common.h, main/pa_request.C: The filename*
1625: parameter was added to the Content-Disposition header to conform
1626: with RFC 6266, with code provided by Sumo (implements feature
1627: #1240)
1628:
1629: 2024-05-10 moko
1630:
1631: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1632: positive performance effect in our case
1633:
1.189 moko 1634: 2024-03-27 moko
1635:
1636: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1637: (related to feature #1236)
1638:
1639: 2024-03-15 moko
1640:
1641: * tests/: 413.html, results/413.processed: test for object still
1642: can be used as file parameter (related to bug #1218)
1643:
1644: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1645: still can be used in file context (fixes bug #1218)
1646:
1647: 2024-03-14 moko
1648:
1649: * src/include/pa_string.h: ArrayString get() null result assert
1650: also added (related to bug #1238)
1651:
1652: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1653: VString::empty() used instead of new VString()
1654:
1655: 2024-03-12 moko
1656:
1657: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1658: results/379.processed: test added for cookie without value
1659: (related to bug #1238)
1660:
1661: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1662: values are now required to be non-null (related to bug #1238)
1663:
1664: * src/main/pa_http.C: cookies without value are now parsed
1665: correctly (fixed bug #1238)
1666:
1667: 2024-03-11 moko
1668:
1669: * tests/run_parser.sh: for better error reporting
1670:
1.188 moko 1671: 2023-12-30 moko
1672:
1673: * tests/: 038.html, results/038.processed: test for atan2 added
1674:
1675: 2023-12-29 moko
1676:
1677: * src/classes/math.C: atan2(y,x) math function added
1678:
1.187 moko 1679: 2023-12-14 moko
1680:
1681: * tests/212.html: pcre2 compatibility (related to feature #1236)
1682:
1683: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1684: exceptions and behavour added (related to feature #1236)
1685:
1686: 2023-12-13 moko
1687:
1688: * buildall: by default parser is now bundled with pcre2 10.42,
1689: --without-pcre2 option added to build with pcre-8.45 (related to
1690: feature #1236)
1691:
1692: 2023-12-12 moko
1693:
1694: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1695: support added (implements feature #1236)
1696:
1697: * src/: include/pa_charset.h, include/pa_config_includes.h,
1698: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1699: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1700: types/pa_vregex.h: Adopted patch from Yavor Doganov
1701: <yavor@gnu.org> to add pcre2 library support (implements feature
1702: #1236)
1703:
1.186 moko 1704: 2023-11-28 moko
1705:
1706: * src/include/pa_config_includes.h: warnings war continues
1707:
1708: * src/include/pa_config_includes.h: warning war
1709:
1710: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1711: number strings, whitespace and sign in exception messages
1712: (related to bug #1234)
1713:
1.185 moko 1714: 2023-11-26 moko
1715:
1716: * tests/: 274.html, results/224.processed, results/274.processed:
1717: tests for date double, int, bool added (related to feature #1235)
1718:
1719: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1720: added for date class (implements feature #1235)
1721:
1722: 2023-11-23 moko
1723:
1724: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1725: and '-' strings are no longer can be treated as number 0,
1726: exception thrown (fixes bug #1234)
1727:
1.184 moko 1728: 2023-11-18 moko
1729:
1730: * src/include/pa_types.h: minor
1731:
1732: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1733:
1734: * tests/: 389.html, results/389.processed: error messages for some
1735: OS differs a bit, reducing failing tests for them
1736:
1737: 2023-11-17 moko
1738:
1739: * tests/: 423.html, results/423.processed: test for optional
1740: @auto[] inheritance added (related to feature #1233)
1741:
1742: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1743: types/pa_vstateless_class.C: optional @auto[] inheritance
1744: implemented if defined with two args (path, class name)
1745: (implements feature #1233)
1746:
1747: * src/: classes/double.C, classes/int.C, classes/math.C,
1748: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1749: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1750: sync double->int overflow behavour under different architectures
1751: (fixes bug #1232)
1752:
1753: * tests/: 422.html, results/422.processed: int clipping added
1754:
1755: 2023-11-16 moko
1756:
1757: * tests/: 422.html, results/422.processed: test for int and uint
1758: overflow in ^n.format[d/u/x]
1759:
1760: * src/classes/math.C: bugfix: crc32 should not be negative (under
1761: Apple M1 when negative double converts to uint the result is 0)
1762: and crc32 should be 32 bits
1763:
1764: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1765: on Apple M1 it's 0
1766:
1767: * src/classes/file.C: bugfix: crc32 should not be negative (under
1768: Apple M1 when negative double converts to uint the result is 0)
1769: and crc32 should be 32 bits
1770:
1.183 moko 1771: 2023-10-07 moko
1772:
1773: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1774: behavour with other OP_NUM_*, related to bug #1230
1775:
1776: 2023-10-06 moko
1777:
1778: * tests/: 338.html, results/338.processed: test for bug #1230 added
1779:
1780: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1781: be converted to double to avoid 80 bit operations in x87 mode
1782: (fixes bug #1230)
1783:
1784: 2023-10-05 moko
1785:
1786: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1787: compatibility
1788:
1789: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1790:
1791: * tests/: 421.html, results/421.processed: test to cover all
1792: classes and objects nonexistent method and field exceptions
1793: (related to feature #1080 and #1227)
1794:
1795: * tests/results/: 182.processed, 324.processed: undefined method ->
1796: <type> method not found exception (related to feature #1080)
1797:
1798: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1799: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1800: "element can not be fetched from" for them, "field not found" for
1801: all other types (related to bug #1227)
1802:
1803: 2023-10-03 moko
1804:
1805: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1806: <type> method not found" exception now thrown for static calls
1807: instead of "undefined method" without class name (related to
1808: feature #1080)
1809:
1810: 2023-10-02 moko
1811:
1812: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1813: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1814: <method name>, Comment: <type> method not found" exception now
1815: thrown for all dynamic objects instead of "undefined method"
1816: without class name (implements feature #1080)
1817:
1.182 moko 1818: 2023-10-01 moko
1819:
1820: * src/classes/json.C: we don't have a dynamic json object.
1821:
1822: 2023-09-28 moko
1823:
1824: * tests/: 420.html, results/261.processed, results/420.processed:
1825: tests updated after bug #1228 fix reverted
1826:
1827: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1828: whitespace string is hash compatible, so we don't want $s.key to
1829: return a junction
1830:
1831: * tests/: 261.html, 420.html, results/261.processed,
1832: results/420.processed: test for bug #1227 added, test updated
1833: after bug #1228 fixed
1834:
1835: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1836: now throws exception as $non-empty-string.field (fixes bug #1227)
1837:
1838: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1839: #1228)
1840:
1841: 2023-09-26 moko
1842:
1843: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1844: src/classes/classes.C, src/classes/classes.awk,
1845: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1846: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1847: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1848: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1849: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1850: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1851: src/classes/regex.C, src/classes/response.C,
1852: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1853: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1854: src/include/pa_array.h, src/include/pa_base64.h,
1855: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1856: src/include/pa_charsets.h, src/include/pa_common.h,
1857: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1858: src/include/pa_dictionary.h, src/include/pa_dir.h,
1859: src/include/pa_exception.h, src/include/pa_exec.h,
1860: src/include/pa_globals.h, src/include/pa_hash.h,
1861: src/include/pa_http.h, src/include/pa_memory.h,
1862: src/include/pa_opcode.h, src/include/pa_operation.h,
1863: src/include/pa_os.h, src/include/pa_pool.h,
1864: src/include/pa_random.h, src/include/pa_request.h,
1865: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1866: src/include/pa_sapi.h, src/include/pa_socks.h,
1867: src/include/pa_sql_connection.h,
1868: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1869: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1870: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1871: src/include/pa_table.h, src/include/pa_threads.h,
1872: src/include/pa_types.h, src/include/pa_uue.h,
1873: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1874: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1875: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1876: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1877: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1878: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1879: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1880: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1881: src/main/compile.tab.C, src/main/compile.y,
1882: src/main/compile_tools.C, src/main/compile_tools.h,
1883: src/main/execute.C, src/main/pa_base64.C,
1884: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1885: src/main/pa_charsets.C, src/main/pa_common.C,
1886: src/main/pa_dictionary.C, src/main/pa_dir.C,
1887: src/main/pa_exception.C, src/main/pa_exec.C,
1888: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1889: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1890: src/main/pa_request.C, src/main/pa_socks.C,
1891: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1892: src/main/pa_stylesheet_connection.C,
1893: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1894: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1895: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1896: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1897: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1898: src/targets/apache/mod_parser3_core.C,
1899: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1900: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1901: src/types/pa_method.h, src/types/pa_property.h,
1902: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1903: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1904: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1905: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1906: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1907: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1908: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1909: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1910: src/types/pa_vhash.C, src/types/pa_vhash.h,
1911: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1912: src/types/pa_vimage.C, src/types/pa_vimage.h,
1913: src/types/pa_vint.h, src/types/pa_vjunction.C,
1914: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1915: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1916: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1917: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1918: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1919: src/types/pa_vobject.h, src/types/pa_vregex.C,
1920: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1921: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1922: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1923: src/types/pa_vstateless_class.h,
1924: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1925: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1926: src/types/pa_vstring.h, src/types/pa_vtable.C,
1927: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1928: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1929: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1930: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1931: src/types/pa_wwrapper.h: copyright, authors actualized
1932:
1.181 moko 1933: 2023-08-20 moko
1934:
1935: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1936: commited (related to feature #1219)
1937:
1938: 2023-08-16 moko
1939:
1940: * src/main/pa_random.C: replaced clock precision with monotonicity
1941: counter, good for Windows version with low clock frequency
1942: (related to feature #1229)
1943:
1944: 2023-08-15 moko
1945:
1946: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1947: fixes related to feature #1229
1948:
1949: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1950: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1951: (implements feature #1229)
1952:
1.180 moko 1953: 2023-08-02 moko
1954:
1955: * tests/: results/417.processed, 417.html: test for empty string
1956: match after last char added (related to bug #1224)
1957:
1958: * src/main/pa_string.C: avoid prestart++ after last char on zero
1959: length match (related to bug #1224)
1960:
1.179 moko 1961: 2022-11-22 moko
1962:
1963: * tests/: 419.html, results/419.processed: test for L_URI and path
1964: removeal from filename added (related to bug #1204)
1965:
1966: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1967: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1968: attribute value, L_URI should be used
1969:
1.178 moko 1970: 2022-09-21 moko
1971:
1972: * src/targets/cgi/parser3.C: more clear error messages
1973:
1974: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1975: SAPI_Info will return 0 in read_post and post_size !=
1976: content_length will be thrown
1977:
1.177 moko 1978: 2022-08-23 moko
1979:
1980: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1981: header value
1982:
1983: 2022-08-22 moko
1984:
1985: * tests/: 418.html, results/418.processed: test for
1986: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1987: to #1225)
1988:
1989: * src/classes/hash.C: keep old behavoir by default
1990:
1991: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1992: $.order[self|arg] ] added (implements #1215)
1993:
1.176 moko 1994: 2022-03-21 moko
1995:
1996: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1997: xmlInitCharEncodingHandlers is called in libxml static
1998: initializers before gc_substitute_memory_management_functions in
1999: pa_globals and thus gc may not see reference to our
2000: xmlCharEncodingHandler and free it.
2001:
1.175 moko 2002: 2022-01-26 moko
2003:
2004: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2005:
1.174 moko 2006: 2021-12-28 moko
2007:
2008: * tests/: 417.html, results/417.processed: test for empty string
2009: match added (related to bug #1224)
2010:
2011: * src/main/pa_string.C: empty string match now works (fixes bug
2012: #1224)
2013:
1.173 moko 2014: 2021-12-24 moko
2015:
2016: * tests/: 415_dir/29.p, results/415.processed: yet another test
2017:
2018: 2021-12-23 moko
2019:
2020: * src/: classes/table.C, main/pa_request.C: warnings war
2021:
2022: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2023: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2024:
2025: 2021-12-21 moko
2026:
2027: * tests/: 416.html, results/416.processed: test for ^break[] in
2028: ^hash/table.select[] (related to feature #1222)
2029:
2030: * src/classes/: hash.C, table.C: ^break[] support for
2031: ^hash/table.select[] (implements feature #1222)
2032:
1.172 moko 2033: 2021-11-30 moko
2034:
2035: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2036: 0.5 sec
2037:
1.171 moko 2038: 2021-11-10 moko
2039:
2040: * tests/results/415.processed: more syntax errors tests added
2041:
2042: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2043: 28.p: minor syntax error tests
2044:
2045: * src/main/pa_exception.C: pa_strdup added for compatibility
2046:
2047: * src/classes/curl.C: hint to call ^curl:options[
2048: $.library[correct.libcurl.so.name] ] added if default load fails.
2049:
2050: 2021-11-09 moko
2051:
2052: * src/main/compile.y: error message can be on stack
2053:
2054: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2055:
2056: * src/main/pa_charset.C: memcpy is more correct and efficient in
2057: this case then strncpy
2058:
2059: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2060: instead of strcpy where possible
2061:
2062: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2063: used to avoid MAX_STRING limit in Exception comment
2064:
2065: * tests/results/415.processed: compiler exceptions are no longer
2066: limited to MAX_STRING
2067:
2068: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2069: char * instead of fixed buffer
2070:
2071: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2072: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2073: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2074: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2075: results/415.processed: tests for parser.compile exceptions added
2076:
2077: 2021-11-08 moko
2078:
2079: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2080: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2081: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2082: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2083: drawbacks
2084:
1.170 moko 2085: 2021-11-06 moko
2086:
2087: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2088: (implements feature #1219)
2089:
2090: * tests/: 414.html, results/414.processed: test for
2091: ^hash.rename[from;to] added (related to feature #1144)
2092:
2093: 2021-11-05 moko
2094:
2095: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2096: (related to feature #1144)
2097:
2098: 2021-11-04 moko
2099:
2100: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2101: added (implements feature #1144)
2102:
1.169 moko 2103: 2021-10-19 moko
2104:
2105: * tests/: 413.html, results/413.processed: test for hash no longer
2106: is accepted as file parameter (related to bug #1218)
2107:
2108: * src/: classes/curl.C, classes/file.C, classes/image.C,
2109: classes/math.C, classes/xdoc.C, types/pa_value.C,
2110: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2111: longer is accepted as file parameter (fixes bug #1218)
2112:
1.168 moko 2113: 2021-07-19 moko
2114:
2115: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2116: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2117:
1.167 moko 2118: 2021-04-16 moko
2119:
2120: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2121: processing it leads to assertions.
2122:
1.166 moko 2123: 2021-03-25 moko
2124:
2125: * tests/: 412.html, results/412.processed: test to demonstrate bug
2126: #1213
2127:
1.165 moko 2128: 2021-02-12 moko
2129:
2130: * tests/: 360.html, results/360.processed, results/363.processed:
2131: parser method call in expression mode no longer differs from call
2132: in string mode (related to feature #1211)
2133:
2134: 2021-02-11 moko
2135:
2136: * src/types/pa_vmail.C: mail parsing with Windows line endings
2137: fixed (bug #1212)
2138:
2139: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2140: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2141: strings in both calls (implements feature #1211)
2142:
1.164 moko 2143: 2021-01-28 moko
2144:
2145: * buildall, etc/auto.p.in: to remove last patch in debian package
2146:
2147: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2148: 3.4.7b
2149:
1.162 moko 2150: 2021-01-21 moko
2151:
2152: * src/main/pa_http.C: no alarm() in file::load when web server mode
2153: is MULTITHREADED
2154:
1.157 moko 2155: 2021-01-20 moko
2156:
1.161 moko 2157: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2158: 'a2enmod mpm_prefork'
2159:
1.160 moko 2160: * src/targets/apache/mod_parser3.c: prefork name is now
2161: 'libapache2-mpm-itk'
2162:
2163: * src/targets/apache/mod_parser3_core.C: last regular malloc
2164: removed
2165:
1.159 moko 2166: * src/targets/isapi/Makefile.am: -pa_threads.C
2167:
1.158 moko 2168: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2169: 3.4.6
2170:
1.157 moko 2171: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2172:
2173: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2174: /httpd.p
2175:
2176: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2177: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2178: #1203)
2179:
2180: 2021-01-19 moko
2181:
2182: * buildall: --disable-parallel-mark added to avoid "number of
2183: processors" threads creation for heap marking as it conflicts
2184: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2185: limits threads)
2186:
1.156 moko 2187: 2021-01-16 moko
2188:
2189: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2190: main/pa_globals.C, main/pa_memory.C,
2191: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2192: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2193: feature #1209)
2194:
2195: 2021-01-15 moko
2196:
2197: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2198: 3.4.6rc
2199:
2200: * src/classes/json.C: get_delim added for delimiter caching (10%
2201: faster on large json)
2202:
2203: 2021-01-14 moko
2204:
1.211 moko 2205: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2206:
2207: * tests/results/224.processed: test result modified after
2208: today(shift) implemented
2209:
2210: * tests/: 407.html, results/407.processed: test for ^hash.select
2211: option $.default(bool) added (related to feature #1172)
2212:
2213: * src/classes/hash.C: ^hash.select option $.default(bool) added
2214: (related to feature #1172)
2215:
2216: * tests/: 141.html, results/141.processed: test modified for
2217: feature #1185.
2218:
2219: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2220: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2221: options $.lower(bool) (implements feature #1185)
2222:
2223: 2021-01-11 moko
2224:
2225: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2226: #1192)
2227:
2228: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2229: added (related to feature #1192)
2230:
1.155 moko 2231: 2021-01-05 moko
2232:
2233: * tests/: 270.html, results/270.processed: test modified to work
2234: under Windows
2235:
2236: * tests/: 390.html, 395.html, results/395.processed: tests updated
2237: 4 windows
2238:
2239: * tests/: 410.html, results/410.processed: test for
2240: $CLASS-GETTER-PROTECTED(false) added
2241:
2242: 2021-01-04 moko
2243:
2244: * tests/: 409.html, results/409.processed, results/auto.p: test for
2245: $MAIN:LOCALS(true) added
2246:
1.154 moko 2247: 2021-01-03 moko
2248:
2249: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2250: types/pa_vclass.h, types/pa_vstateless_class.C,
2251: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2252: +LOCALS. $main -> $MAIN in exception texts (implements feature
2253: #1207)
2254:
2255: 2021-01-02 moko
2256:
2257: * etc/auto.p.in: minor
2258:
2259: * src/main/pa_request.C: sending headers only after opening file to
2260: allow error reporting if file was not opened (foreign group,
2261: etc).
2262:
2263: 2020-12-31 moko
2264:
2265: * src/: include/pa_request.h, main/pa_request.C,
2266: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2267:
2268: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2269: main/pa_request.C: get_class_ref added and used
2270:
2271: * etc/auto.p.in: @CLASS httpd added
2272:
2273: * etc/auto.p.in: @auto[] is now first
2274:
2275: 2020-12-30 moko
2276:
2277: * tests/: 408.html, results/408.processed: test for bug #1166
2278: (windows only) added
2279:
2280: * src/main/pa_common.C: create_dir_for_file should not create dir
2281: for trailing / (fixes bug #1166)
2282:
2283: * tests/: 341.html, results/341.processed: tests for
2284: ^nameless_table.hash[] added (related to feature #1138)
2285:
2286: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2287: (implements feature #1138), extra fields in named tables no
2288: longer ignored (implements feature #1138)
2289:
2290: * tests/results/390.processed: updated after exception text change
2291:
2292: 2020-12-29 moko
2293:
2294: * tests/: 407.html, results/407.processed: +$._default check
2295:
2296: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2297:
2298: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2299: and ^hash.reverse[] added (releated to feature #1172)
2300:
2301: * src/classes/hash.C:
2302: ^hash.select[key;value](bool-condition)[options hash] +
2303: ^hash.reverse[] added (implements feature #1172)
2304:
2305: * src/types/pa_vtable.h: warning war
2306:
2307: * src/include/pa_config_fixed.h: win32 fix
2308:
1.153 moko 2309: 2020-12-27 moko
2310:
2311: * tests/: 406.html, results/406.processed: test results updated
2312:
2313: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2314: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2315: spelling
2316:
2317: 2020-12-26 moko
2318:
2319: * tests/: 406.html, results/406.processed: tests for
2320: ^table.rename[] added (related to feature #1148)
2321:
2322: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2323: ^table.rename[column name from;column name to], ^table.rename[
2324: $.[column name from][column name to] ... ] added (implements
2325: feature #1148)
2326:
2327: 2020-12-25 moko
2328:
2329: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2330: request_info now on stack to avoid yet another THREAD_LOCAL
2331: memory deallocation issue (now with cookies), explained in #1203
2332:
2333: * src/types/pa_vcookie.C: fields should be inited
2334:
2335: 2020-12-24 moko
2336:
2337: * src/include/pa_stylesheet_connection.h: looks like
2338: xsltFreeStylesheet leads to memory double-free. If so, it's for
2339: sure libxml bug, but we have GC anyway, so we just remove this
2340: call and see...
2341:
2342: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2343: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2344: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2345: abort.c:65:8 frame #3: 0x00000000004da663
2346: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2347: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2348: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2349: malloc.c:617:9 frame #5: 0x0000000000577f0c
2350: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2351: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2352: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2353: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2354: frame #8: 0x000000000050d35c
2355: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2356: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2357: frame #10: 0x00000000004436e5
2358: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2359: [inlined]
2360: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2361: pa_stylesheet_connection.h:62:3
2362:
2363: 2020-12-23 moko
2364:
2365: * src/classes/image.C: ^image::measure[; $.video() ] option added
2366:
2367: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2368: ^image::measure[; $.video(true) ] added
2369:
2370: * src/main/pa_exec.C: not cleared automatically in multithreaded
2371: httpd mode for unknown reasons
2372:
2373: 2020-12-22 moko
2374:
2375: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2376: error_log uri of currently processed document", but never used
2377: and conflicts with how libgc stops threads on FreeBSD (#define
2378: SIG_SUSPEND SIGUSR1), thus removed.
2379:
2380: 2020-12-21 moko
2381:
2382: * src/main/pa_request.C: +comment
2383:
1.151 moko 2384: 2020-12-20 moko
2385:
1.152 moko 2386: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2387: it is more safe to have versions of pa_strdup with one and two
2388: arguments, as helper_length=0 not always mean that strlen()
2389: should be called, but means zero.
2390:
2391: * src/targets/isapi/parser3isapi.C: minor
2392:
2393: * src/main/pa_http.C: +valid_http_method
2394:
1.151 moko 2395: * src/: include/pa_http.h, main/pa_http.C,
2396: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2397:
2398: 2020-12-17 moko
2399:
2400: * tests/: 405.html, results/405.processed: test for split by regex
2401: added (related to feature #1160)
2402:
2403: * src/classes/string.C: split by regex implemented (feature #1160)
2404:
2405: * src/classes/string.C: minor
2406:
2407: * tests/: 404.html, results/404.processed: test for whitespace
2408: string is now OK for table argument (related to feature #1169)
2409:
2410: * src/: classes/image.C, classes/string.C, classes/table.C,
2411: types/pa_vmethod_frame.C: whitespace string is now OK for table
2412: argument (as with hash) (implements feature #1169)
2413:
2414: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2415: limit for comment (fixes bug #1102)
2416:
2417: * src/targets/cgi/parser3.C: +HAVE_TLS check
2418:
2419: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2420:
2421: * src/include/pa_config_includes.h: HAVE_TLS used
2422:
2423: * configure.ac: +TLS check
2424:
2425: * src/main/pa_http.C: content logging added
2426:
2427: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2428: clear_response_headers added
2429:
2430: 2020-12-16 moko
2431:
2432: * buildall: as we now use threads, libatomic_ops still required for
2433: some OS.
2434:
2435: * src/main/pa_request.C: whitespace
2436:
2437: * src/: include/pa_request.h, main/pa_request.C:
2438: Request::Exception_trace::table extracted and used
2439:
2440: * src/main/pa_request.C: moving output_result call outside of try
2441: as network exceptions should not be handled by parser code
2442:
2443: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2444: logging network exchange
2445:
2446: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2447: via network if it was network write error.
2448:
2449: * src/targets/cgi/parser3.C: log -> pa_log
2450:
2451: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2452:
2453: * src/main/pa_threads.C: getpid() if no gettid() found
2454:
2455: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2456: we need to ignore "void" connections from browsers (browsers open
2457: connections in advance and they will be empty if user does not
2458: request more pages)
2459:
2460: 2020-12-15 moko
2461:
2462: * src/targets/cgi/parser3.C: avoid previous uri in logs
2463:
2464: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2465: RequestController not needed in httpd mode
2466:
2467: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2468: classes/classes.h, classes/curl.C, classes/date.C,
2469: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2470: classes/hashfile.C, classes/image.C, classes/inet.C,
2471: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2472: classes/memcached.C, classes/memory.C, classes/op.C,
2473: classes/reflection.C, classes/regex.C, classes/response.C,
2474: classes/string.C, classes/table.C, classes/void.C,
2475: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2476: include/pa_array.h, include/pa_base64.h,
2477: include/pa_cache_managers.h, include/pa_charset.h,
2478: include/pa_charsets.h, include/pa_common.h,
2479: include/pa_config_fixed.h, include/pa_config_includes.h,
2480: include/pa_dictionary.h, include/pa_dir.h,
2481: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2482: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2483: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2484: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2485: include/pa_request_charsets.h, include/pa_request_info.h,
2486: include/pa_sapi.h, include/pa_socks.h,
2487: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2488: include/pa_stack.h, include/pa_string.h,
2489: include/pa_stylesheet_connection.h,
2490: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2491: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2492: include/pa_uue.h, include/pa_xml_exception.h,
2493: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2494: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2495: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2496: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2497: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2498: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2499: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2500: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2501: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2502: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2503: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2504: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2505: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2506: main/pa_sql_driver_manager.C, main/pa_string.C,
2507: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2508: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2509: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2510: main/untaint.C, sql/pa_sql_driver.h,
2511: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2512: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2513: targets/isapi/parser3isapi.C, types/pa_junction.h,
2514: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2515: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2516: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2517: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2518: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2519: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2520: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2521: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2522: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2523: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2524: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2525: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2526: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2527: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2528: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2529: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2530: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2531: types/pa_vstateless_object.h, types/pa_vstatus.C,
2532: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2533: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2534: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2535: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2536: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2537:
2538: * src/main/pa_request.C: old compilers support
2539:
2540: * tests/: 362.html, results/362.processed: test updated after
2541: changes after upgrade to libxml2-2.9.9 were made (related to bug
2542: #1108)
2543:
2544: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2545: removed, as xsltFreeStylesheet has side effects on original doc.
2546: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2547: not updated after xdoc modification (part 3 of test 362).
2548: (related to bug #1108)
2549:
2550: * src/targets/isapi/parser3isapi.C: +pa_strcat
2551:
2552: * src/: classes/memory.C, include/pa_memory.h,
2553: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2554: PA_GC_GCOLLECT used
2555:
2556: * src/include/pa_memory.h: +PA_GC_COLLECT
2557:
2558: * src/targets/cgi/parser3.C: msvs support fixes
2559:
2560: * src/lib/gc/include/gc.h: more cleanup
2561:
2562: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2563:
2564: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2565: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2566:
2567: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2568:
2569: * configure.ac: pthread.h added to checked headers
2570:
2571: * src/classes/table.C: string stream is back :)
2572:
2573: * src/classes/memory.C: GC_generate_random_backtrace no longer
2574: exists
2575:
2576: * src/main/pa_globals.C: GC_dont_gc replaced
2577:
2578: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2579: left to simplify adding new functions. depricated GC_dont_gc
2580: replaced with GC_disable and GC_enable calls.
2581:
2582: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2583: CORD_from_file* not used and thus removed
2584:
2585: * src/lib/gc/include/gc_allocator.h: minor cleanup
2586:
2587: 2020-12-14 moko
2588:
2589: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2590: referenced elsewhere, or GC will collect it.
2591:
2592: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2593: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2594: elsewhere, or GC will collect them (and we'll get GPF in
2595: multithreaded enviroment). May be it can be also fixed by some
2596: GC call, not sure. But this fix costs nothing (but hours of
2597: debugging to find the issue :).
2598:
1.150 moko 2599: 2020-12-11 moko
2600:
2601: * configure.ac: gettid() check added
2602:
2603: * src/main/pa_threads.C: HAVE_GETTID used
2604:
2605: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2606:
2607: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2608: version for isapi/cgi/apache
2609:
2610: * buildall: threads are now required.
2611:
2612: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2613: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2614: main/main.vcproj: pa_threads.C moved to main
2615:
2616: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2617: isapi/pa_threads.C: pa_threads.C moved to main
2618:
2619: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2620: targets/apache/Makefile.am: pa_threads.C moved to main
2621:
2622: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2623:
2624: * src/: include/pa_stylesheet_connection.h,
2625: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2626: and weird GPF in multithreaded httpd is gone
2627:
2628: * src/include/: pa_stylesheet_connection.h,
2629: pa_sql_driver_manager.h: whitespace
2630:
2631: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2632:
2633: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2634: main/pa_stylesheet_manager.C: whitespace, warning war
2635:
2636: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2637: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2638: parser_multithreaded never used
2639:
2640: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2641:
2642: 2020-12-10 moko
2643:
2644: * src/: include/pa_config_includes.h, include/pa_http.h,
2645: main/pa_http.C, targets/cgi/parser3.C: initial support for
2646: MULTITHREADED and PARALLEL httpd server modes
2647:
2648: * src/main/pa_globals.C: GC_java_finalization is depricated
2649:
2650: 2020-12-09 moko
2651:
2652: * etc/auto.p.in: + @httpd-main
2653:
2654: * src/: include/pa_common.h, main/pa_request.C,
2655: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2656: work
2657:
2658: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2659: slow file_read_binary no longer used, send_range added
2660:
2661: 2020-12-08 moko
2662:
2663: * src/main/pa_request.C: >4Gb support
2664:
2665: * src/targets/cgi/parser3.C: msvc warning war
2666:
2667: * src/: include/pa_config_includes.h, main/pa_http.C,
2668: main/pa_request.C: msvc warnings war
2669:
2670: * src/classes/image.C: warning war
2671:
2672: * src/classes/table.C: MSVC warning war
2673:
2674: * src/targets/cgi/parser3.C: msvc warnings war
2675:
2676: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2677: added
2678:
1.149 moko 2679: 2020-12-07 moko
2680:
1.150 moko 2681: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2682: avoid logging beside system-wide auto.p
2683:
2684: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2685:
2686: * configure, configure.ac, src/include/pa_config_auto.h.in:
2687: configure options added:
2688:
2689: --with-system-cfg=FILE to specify system-wide auto.p
2690: --with-system-log=FILE to specify system-wide parser3.log
2691:
2692: * Makefile.am: bin no longer exists
2693:
2694: * configure, configure.ac: auto.p moved to etc to simplify debian
2695: package
2696:
2697: * buildall: auto.p and parser3.charsets moved to their default
2698: location after install
2699:
2700: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2701:
2702: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2703:
1.149 moko 2704: * src/targets/cgi/parser3.C: locate_config call returned to
2705: original place as it requires pa_thread_request() under Windows
2706:
2707: * src/targets/cgi/parser3.C: renaming
2708:
2709: 2020-12-06 moko
2710:
2711: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2712: check added
2713:
2714: 2020-12-04 moko
2715:
2716: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2717: main/pa_request.C: unified uint64_t lseek implemented to support
2718: >4Gb files under x86, including Windows
2719:
2720: 2020-12-02 moko
2721:
2722: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2723: with max_file_size
2724:
2725: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2726: support for processing files sized >4Gb on 32 bit planforms
2727:
2728: * tests/399.html: file moved
2729:
2730: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2731:
2732: * src/targets/cgi/pa_sapi_info.h: warning war
2733:
2734: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2735: warning war
2736:
2737: 2020-12-01 moko
2738:
2739: * src/classes/image.C: mp4 extended size (>4Gb) support added
2740:
2741: * src/classes/image.C: for "size not found" exception to be shown
2742: if size not found until eof
2743:
2744: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2745: bit linux)
2746:
2747: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2748: #1188)
2749:
2750: 2020-11-30 moko
2751:
2752: * src/classes/image.C: definitions moved closer to code
2753:
2754: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2755: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2756: 395_dir/3_VP8X.webp, results/395.processed,
2757: results/396.processed: tests for ^image::measure[] .webp support
2758: added, all image files moved into one directory (related to
2759: feature #1188)
2760:
2761: * src/classes/image.C: ^image::measure[] now supports webp (feature
2762: #1188)
2763:
1.148 moko 2764: 2020-11-29 moko
2765:
2766: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2767: processing, unnessesary defines removed
2768:
2769: 2020-11-24 moko
2770:
2771: * tests/results/: 099.processed, 100.processed, 205.processed,
2772: 309.processed, 310.processed: Content-Disposition: inline
2773: returned
2774:
2775: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2776: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2777: ] added (related to bug #1204)
2778:
2779: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2780: ] supported to avoid Content-Disposition: inline;
2781: filename="<file>.ext" but still set Content-Type for ext (related
2782: to bug #1204)
2783:
1.147 moko 2784: 2020-11-22 moko
2785:
2786: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2787: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2788:
2789: * src/main/pa_request.C: content_disposition_inline returned.
2790:
2791: 2020-11-17 moko
2792:
2793: * src/main/pa_request.C: empty main method name support
2794:
2795: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2796: config_handler added, stdout flush added.
2797:
2798: 2020-11-16 moko
2799:
2800: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2801:
2802: * tests/results/: 099.processed, 205.processed, 237.processed,
2803: 309.processed, 310.processed: Content-Disposition: inline is not
2804: required and should not contain filename="<name>"
2805:
2806: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2807: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2808: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2809:
1.146 moko 2810: 2020-11-14 moko
2811:
2812: * src/targets/cgi/parser3.C: spelling
2813:
2814: * src/targets/cgi/parser3.C: renaming
2815:
2816: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2817: relocated
2818:
2819: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2820: before request processing, which is weired
2821:
2822: 2020-11-13 moko
2823:
2824: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2825: copied in httpd.
2826:
2827: 2020-11-12 moko
2828:
2829: * src/main/pa_http.C: ALARM code unified to be used in httpd
2830:
2831: * src/: include/pa_request.h, main/pa_request.C,
2832: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2833:
2834: * src/main/pa_http.C: URI validation added
2835:
2836: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2837: can't be empty but can be null. httpd-main is now main method
2838: name for httpd mode
2839:
2840: 2020-11-11 moko
2841:
2842: * src/main/pa_request.C: path_translated can be null in httpd mode
2843:
2844: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2845: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2846: classes/xdoc.C, include/pa_request.h, main/execute.C,
2847: main/pa_request.C: r.absolute -> r.full_disk_path
2848:
2849: * src/targets/cgi/parser3.C: if filename to process is not
2850: specified, auto.p should be present.
2851:
1.145 moko 2852: 2020-11-03 moko
2853:
2854: * src/: classes/op.C, include/pa_request.h: unused argument removed
2855:
2856: * src/main/pa_request.C: content_disposition_inline is the default,
2857: not required.
2858:
1.144 moko 2859: 2020-10-29 moko
2860:
2861: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2862: ^use[file; $.main(true) ] implemented for auto.p processing and
2863: path_translated changing to correct relative files path
2864: calculation in httpd mode
2865:
2866: * src/: include/pa_request.h, main/pa_request.C:
2867: fail_on_read_problem removed, as it allways true, as if should
2868: be.
2869:
2870: * src/: include/pa_request.h, main/pa_request.C,
2871: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2872: targets/isapi/parser3isapi.C: clearing config_filespec when
2873: config was not found, thus flag not required and removed.
2874:
2875: 2020-10-28 moko
2876:
2877: * tests/: 402.html, results/402.processed: error reporting test
2878:
2879: * src/main/execute.C: better error reporting when
2880: $result[^hash::create[]] in @main.
2881:
2882: * src/main/: execute.C, pa_request.C: frame.result() should be used
2883: + minor optimization
2884:
2885: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2886: main/pa_xml_io.C: execute_*_method simplified and unified
2887:
2888: 2020-10-27 moko
2889:
2890: * tests/: 306.html, results/306.processed: a bit more testing. :)
2891:
2892: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2893: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2894: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2895: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2896: types/pa_vmethod_frame.h, types/pa_vobject.C,
2897: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2898: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2899: longer used in object-prototype mode
2900:
2901: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2902: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2903: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2904: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2905: $form:name[value] features
2906:
1.143 moko 2907: 2020-10-18 moko
2908:
2909: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2910:
2911: 2020-10-15 moko
2912:
2913: * src/main/pa_http.C: url no longer needed as
2914: ALTER_EXCEPTION_SOURCE is used
2915:
2916: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2917: main/pa_http.C: check_file_size filespec is now optional
2918:
2919: * src/: classes/curl.C, include/pa_exception.h,
2920: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2921: ALTER_EXCEPTION_COMMENT added for better error reporting
2922:
2923: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2924: results/346-curl.processed, results/379-curl.processed,
2925: results/379.processed: test results updated as load now provides
2926: better error reporting + curl responses updated
2927:
2928: 2020-10-14 moko
2929:
2930: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2931: main/pa_string.C, targets/apache/mod_parser3_core.C,
2932: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2933: checked. 10 is now default base, no hex autodetect by default
2934:
2935: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2936: connection socket closing in destructor + accept exception
2937: handling
2938:
2939: * src/targets/cgi/parser3.C: warning war
2940:
2941: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2942: main/pa_request.C, targets/apache/mod_parser3_core.C,
2943: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2944: exception handling unified
2945:
2946: 2020-10-13 moko
2947:
2948: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2949: autodetection
2950:
2951: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2952:
2953: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2954:
2955: * src/main/pa_http.C: warning war
2956:
1.142 moko 2957: 2020-10-12 moko
2958:
1.143 moko 2959: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2960: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2961: unhandled exception code optimization
2962:
2963: * src/targets/cgi/parser3.C: request_info now global variable
2964:
2965: * src/main/pa_http.C: http_read_response moved to HTTP_response
2966: class
2967:
2968: * src/: include/pa_http.h, main/pa_http.C,
2969: targets/cgi/pa_sapi_info.h: read_post implemented
2970:
1.142 moko 2971: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2972: [host:]port syntax support in httpd mode
2973:
2974: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2975: targets/cgi/parser3.C: populate_env added
2976:
2977: * src/include/pa_hash.h: to make get(char *) compiling in
2978: HashStringString
2979:
2980: 2020-10-10 moko
2981:
2982: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2983: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2984:
2985: * src/: include/pa_http.h, include/pa_request_info.h,
2986: main/pa_http.C, main/pa_string.C,
2987: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2988: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2989: types/pa_vrequest.C: initial httpd mode implementation
2990:
1.141 moko 2991: 2020-10-04 moko
2992:
2993: * src/targets/cgi/parser3.C: options together
2994:
2995: 2020-09-30 moko
2996:
2997: * src/main/pa_http.C: renamed
2998:
1.140 moko 2999: 2020-08-14 moko
3000:
3001: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3002: src/targets/cgi/Makefile.am: no httpd as separate library
3003:
3004: 2020-08-13 moko
3005:
3006: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3007: unhandled exception handler to report 500 instead of 200 it was
3008: before.
3009:
3010: * src/targets/apache/mod_parser3_core.C: minor cleanup
3011:
3012: * src/: include/pa_sapi.h, main/untaint.C,
3013: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3014: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3015: thus replaced with SAPI::die and removed
3016:
3017: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3018: cgi/parser3.C: whitespace
3019:
3020: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3021:
3022: 2020-08-12 moko
3023:
3024: * src/targets/cgi/parser3.C: duplicate info in signal logging
3025: removed, whitespace was: SIGPIPE received while executing code.
3026: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3027: cl=0]
3028:
3029: * parser3.sln: + httpd.vcproj
3030:
3031: 2020-08-11 moko
3032:
3033: * src/targets/cgi/Makefile.am: +libhttpd
3034:
3035: * configure.ac, src/lib/Makefile.am: +libhttpd
3036:
1.139 moko 3037: 2020-07-13 moko
3038:
3039: * tests/: 401.html, results/401.processed: test for hash key does
3040: not keep language, but tainted in foreach.
3041:
1.138 moko 3042: 2020-07-01 moko
3043:
3044: * tests/: 235.html, results/235.processed: test result updated as
3045: messages before attachments implemented (feature #1176)
3046:
1.137 moko 3047: 2020-06-27 moko
3048:
3049: * tests/: 400.html, results/400.processed: test updated to check
3050: ^return{code}
3051:
3052: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3053: fixed
3054:
3055: 2020-06-26 moko
3056:
3057: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3058: added (related to https://www.parser.ru/forum/?id=85319)
3059:
3060: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3061: when $result assignment was last statement in the method
3062: (https://www.parser.ru/forum/?id=85319)
3063:
1.136 moko 3064: 2020-05-23 moko
3065:
3066: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3067: whitespace, unused level removed
3068:
3069: 2020-05-19 moko
3070:
3071: * src/types/pa_vmail.C: whitespace
3072:
3073: * src/types/pa_vmail.C: files should be processed last (related to
3074: feature #1176)
3075:
1.135 moko 3076: 2020-05-12 moko
3077:
3078: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3079: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3080:
3081: * configure.ac: FreeBSD1X.X check added to avoid
3082: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3083:
1.134 moko 3084: 2020-02-26 moko
3085:
3086: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3087: compilation issue (related to bug #1201)
3088:
3089: * src/main/pa_common.C: entry_readable -> entry_exists,
3090: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3091: -f and -d now works under Windows in UTF-8 with Russian
3092: filenames.
3093:
3094: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3095: advice (related to feature #1199)
3096:
3097: 2020-02-25 moko
3098:
3099: * buildall: --silent removed
3100:
3101: * configure.ac: gmime-3.0 support
3102:
3103: * buildall: --with-system-mailreceive option added to build with
3104: system libgmime
3105:
3106: * src/types/pa_vmail.C: avoiding
3107: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3108: to feature #1199)
3109:
1.133 moko 3110: 2020-02-18 moko
3111:
3112: * src/classes/op.C: windows x64 debug mode compile fix
3113:
3114: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3115: change (releated to feature #1200)
3116:
3117: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3118: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3119: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3120: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3121: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3122: targets/apache/ApacheModuleParser3.vcproj,
3123: targets/apache/ApacheModuleParser3Core.vcproj,
3124: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3125: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3126: dependency (related to feature #1200)
3127:
1.132 moko 3128: 2020-02-12 moko
3129:
3130: * src/types/pa_vmail.C: minimize diff
3131:
3132: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3133: #1199)
3134:
1.131 moko 3135: 2020-01-18 moko
3136:
3137: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3138:
1.130 moko 3139: 2019-12-28 moko
3140:
3141: * src/targets/cgi/parser3.C: avoid empty ?
3142:
3143: 2019-12-27 moko
3144:
3145: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3146: DOCUMENT_ROOT (related to feature #1164)
3147:
3148: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3149: fcgiwrap setup (implements feature #1164)
3150:
3151: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3152: but no issues found (related to feature #1164)
3153:
3154: * src/targets/cgi/parser3.C: actualized
3155:
3156: 2019-12-26 moko
3157:
3158: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3159: removed
3160:
3161: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3162: removed
3163:
3164: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3165: allocation errors, we don't want default gc warnings (without
3166: timestamp and URI).
3167:
3168: * src/: classes/memory.C, main/pa_globals.C,
3169: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3170: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3171: pa_globals_init
3172:
3173: * src/main/pa_globals.C: setup_hex_value() removed, static array
3174: initialization used (optimization)
3175:
3176: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3177: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3178: pa_socks_init/pa_socks_done moved inside pa_globals_init
3179: (optimization)
3180:
1.129 moko 3181: 2019-12-09 moko
3182:
3183: * src/include/pa_config_fixed.h: warning war
3184:
1.128 moko 3185: 2019-12-08 moko
3186:
3187: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3188: process grammar under Unix.
3189:
3190: 2019-12-07 moko
3191:
3192: * tests/389.html: For Windows XP. :)
3193:
3194: * tests/388-sql.html: Windows compatibility added
3195:
3196: 2019-12-06 moko
3197:
3198: * src/targets/cgi/parser3.C: warning war
3199:
3200: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3201: == sizeof(CORD)) to avoid aligning bugs in future
3202:
3203: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3204: XML_STATIC
3205:
3206: * src/include/pa_request.h: StackItem() not required
3207:
3208: * src/include/pa_stack.h: warning war
3209:
3210: * src/include/pa_config_includes.h: GCC warning silenced
3211:
3212: * src/include/pa_memory.h: warning war: the program should also
3213: define 'void operator delete [](void*, std::size_t)'
3214: [-Wsized-deallocation]
3215:
3216: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3217:
3218: * src/classes/string.C: not reqired cast removed
3219:
3220: * src/classes/string.C: not reqired cast removed
3221:
3222: 2019-12-05 moko
3223:
3224: * src/lib/sdbm/pa_file_io.C: warning war
3225:
3226: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3227: enum Language : size_t - required for VS2015+ to make
3228: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3229: without it (related to feature #1198)
3230:
3231: 2019-12-04 moko
3232:
3233: * src/main/pa_base64.C: unsigned char -> uchar
3234:
3235: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3236: as other libs
3237:
3238: * src/include/pa_version.h: +amd64
3239:
3240: 2019-12-03 moko
3241:
3242: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3243: release
3244:
3245: * src/include/pa_config_includes.h: warning war
3246:
3247: * src/classes/image.C: warning war
3248:
3249: * src/main/pa_globals.C: x64 libs support
3250:
3251: * src/include/pa_config_includes.h: warning war
3252:
3253: * src/types/pa_method.h: warning war
3254:
1.127 moko 3255: 2019-11-28 moko
3256:
3257: * src/classes/math.C: vs2003 compatibility + warning war
3258:
3259: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3260: libxml2-2.9.9 (related to feature #1136)
3261:
3262: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3263: typecast for more compatibility (related to feature #1136)
3264:
3265: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3266: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3267: feature #1136)
3268:
3269: 2019-11-26 moko
3270:
3271: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3272: removed (it was failing in $$var case), condition added
3273:
1.126 moko 3274: 2019-11-25 moko
3275:
3276: * tests/: 397.html, 399.html, results/141.processed,
3277: results/399.processed: base64 options tested
3278:
3279: * src/: classes/math.C, main/pa_http.C: base64 options used
3280:
3281: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3282: implemented (feature #986)
3283:
3284: * src/main/pa_cache_managers.C: whitespace
3285:
3286: * tests/: 397.html, 399.html, results/399.processed: tests for
3287: ^base64 encode options added (related to feature #986)
3288:
3289: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3290: pa_base64_encode(file) removed - more memory, but faster and less
3291: code (related fo feature #986)
3292:
3293: 2019-11-24 moko
3294:
3295: * tests/: 155.html, results/155.processed: limit and offset in
3296: ^table::load[] now supported, thus test added
3297:
3298: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3299: main/pa_common.C: optimization: offset and limit options parsing
3300: moved inside file_load.
3301:
3302: 2019-11-23 moko
3303:
3304: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3305: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3306: optimization: file_read replaced with simplified file_read_binary
3307:
3308: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3309: types/pa_vform.C: whitespace
3310:
3311: * src/: include/pa_common.h, main/pa_common.C: never used params
3312: removed
3313:
3314: 2019-11-21 moko
3315:
3316: * tests/: 193.html, results/193.processed, results/389.processed:
3317: test results updated as now base64 does not discard tail without
3318: padding (related to feature #986)
3319:
3320: 2019-11-20 moko
3321:
3322: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3323: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3324: pa_base64_decode (related to feature #986)
3325:
3326: * tests/398.html: tests for base64 decode added (related to feature
3327: #986)
3328:
3329: * src/main/pa_base64.C: base64_decode rewritten - padding option
3330: support, padding inside base 64 supported (related to feature
3331: #096)
3332:
3333: 2019-11-19 moko
3334:
3335: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3336: FreeBSD 12
3337:
1.125 moko 3338: 2019-11-16 moko
3339:
3340: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3341: support added, step support removed (related to #986)
3342:
3343: 2019-11-15 moko
3344:
3345: * src/classes/math.C: using log since log2 is not present on
3346: FreeBSD < 8.4 (related to feature #1177)
3347:
3348: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3349: pa_base64_size extracted and used for files as well (related to
3350: feature 986)
3351:
3352: 2019-11-14 moko
3353:
3354: * tests/: 397.html, results/397.processed: + content check
3355:
3356: * tests/: 141.html, results/141.processed: make test resuls more
3357: readable
3358:
3359: * tests/: 397.html, results/193.processed, results/397.processed:
3360: test results updated after \x00 character was disabled in
3361: math:convert string mode (related to feature #1177)
3362:
3363: * src/classes/: math.C, string.C: \\x00 character disabled while
3364: converting to string (as in base64, related to feature #1177)
3365:
3366: * src/classes/file.C: more correct arguments separation
3367:
3368: * src/: classes/file.C, classes/math.C, classes/string.C,
3369: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3370: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3371: options added, but not yet implemented (related to feature #986)
3372:
3373: * src/classes/math.C: whitespace
3374:
3375: 2019-11-13 moko
3376:
3377: * tests/: 397.html, results/397.processed: +tainting test (related
3378: to feature #1177)
3379:
3380: * src/classes/math.C: as we now produce not only digits, result
3381: should be tainted (related to feature #1177)
3382:
3383: * src/main/pa_base64.C: whitespace
3384:
3385: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3386: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3387: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3388: implementation moved from pa_common.h and pa_common.C
3389:
3390: 2019-11-12 moko
3391:
3392: * tests/: 275.html, results/275.processed: out of range test fixed,
3393: as ^math:convert now supports arbitrary precision
3394:
3395: 2019-11-11 moko
3396:
3397: * tests/results/389.processed: uctualized error message
3398:
3399: * tests/: 389.html, 397.html, results/397.processed: tests for
3400: ^math:convert added (related to feature #1177)
3401:
3402: * src/classes/math.C: ^math:convert now supports arbitrary
3403: precision, alphabet support added (implements feature #1177)
3404:
1.124 moko 3405: 2019-11-06 moko
3406:
3407: * tests/: 181.html, results/181.processed: entities usage added,
3408: more entites load tests (related to bug #842 discussion)
3409:
3410: 2019-11-05 moko
3411:
3412: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3413: call from xmlFileOpen if http://localhost/<file> was not found
3414: (related to bug #842)
3415:
3416: * src/main/pa_xml_io.C: rename
3417:
3418: * src/main/pa_xml_io.C: +MemoryStream constructor
3419:
3420: * src/main/pa_xml_io.C: whitespace
3421:
1.123 moko 3422: 2019-10-31 moko
3423:
3424: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3425: XML_PARSE_NOENT) added to fix entities load, (related to feature
3426: #1181)
3427:
1.122 moko 3428: 2019-10-25 moko
3429:
3430: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3431: queries tests
3432:
3433: 2019-10-24 moko
3434:
3435: * tests/: 388-sql.html, results/388-sql.processed: support for
3436: pgsql driver test
3437:
3438: * tests/: 388-sql.html, results/388-sql.processed:
3439: multi_statements=1 now tested, mysql test now supported
3440: (connection must be specified in [parser3] section in .my.cnf)
3441: related to issues #1195 and #1194
3442:
1.121 moko 3443: 2019-09-11 moko
3444:
3445: * src/classes/int.C: whitespace
3446:
3447: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3448: exception test
3449:
3450: * tests/results/388-sql.processed: sql queries now shown (related
3451: to feature #1196)
3452:
3453: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3454: with old parser versions.
3455:
3456: * src/: classes/file.C, classes/hash.C, classes/string.C,
3457: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3458: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3459: instead of connect string in query_event_handlers exceptions
3460: (implements feature #1196)
3461:
1.120 moko 3462: 2019-09-06 moko
3463:
3464: * tests/388-sql.html: mysql compat
3465:
3466: * src/: classes/hash.C, classes/string.C, classes/table.C,
3467: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3468: sql_ variables declaration moved to pa_common.h
3469:
1.116 moko 3470: 2019-01-15 moko
3471:
3472: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3473: logically sorted
3474:
3475: 2018-12-27 moko
3476:
3477: * src/include/pa_config_includes.h: warning war:
3478: -Wdeprecated-register added for C++ 17
3479:
3480: 2018-10-15 moko
3481:
3482: * configure.ac: FreeBSD 11.2 can be build with ./configure
3483: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3484: --with-xml=/usr/local/
3485:
3486: 2018-09-24 moko
3487:
3488: * tests/: 396.html, 396.tiff, results/396.processed: test for
3489: ^image::measure[] now supports tiff added (related to feature
3490: #1188)
3491:
3492: * src/classes/image.C: ^image::measure[] now supports tiff
3493: (implements feature #1188)
3494:
3495: 2018-09-20 moko
3496:
3497: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3498: files measure added (related to ticket #1188)
3499:
3500: * src/classes/image.C: measure of bmp files implemented (related to
3501: ticket #1188)
3502:
3503: 2018-09-18 moko
3504:
3505: * tests/: 394-curl.html, results/394-curl.processed,
3506: results/auto.p: test for bug #1187 (max_file_size check for head
3507: requests) added
3508:
3509: 2018-08-24 moko
3510:
3511: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3512: response content-length check is required (fixes bug #1187)
3513:
3514: 2018-05-11 moko
3515:
3516: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3517: $.append(bool) ] option added (related to feature #919)
3518:
3519: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3520: from misha@ patch (implements feature #919)
3521:
3522: 2018-03-22 moko
3523:
3524: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3525: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3526: with 128kb buffer. Now works at least 12 times faster. :) May be
3527: Windows-only problem.
3528:
3529: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3530: build fix)
3531:
3532: 2018-02-03 moko
3533:
3534: * src/main/execute.C: removes irrelevant lines from exception stack
3535: trace when exceptions occurs in assigment (fixes bug #1165)
3536:
3537: * tests/: 393.html, results/393.processed: test for behavour after
3538: "Property can not be created, already exists field with that
3539: name" exception removed (related to feature #1183)
3540:
3541: * src/types/pa_vclass.C: "Property can not be created, already
3542: exists field with that name" exception removed (implements
3543: feature #1183)
3544:
3545: 2018-01-19 moko
3546:
3547: * src/classes/string.C: whitespace
3548:
3549: * src/classes/string.C: whitespace
3550:
3551: * tests/: 392.html, results/392.processed: test for
3552: ^regex::create[$regex] added (related to feature #1135)
3553:
3554: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3555: ^regex::create[$regex] added (implements feature #1135)
3556:
3557: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3558: commented define added (related to feature #1157)
3559:
3560: 2018-01-17 moko
3561:
3562: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3563:
3564: 2018-01-15 moko
3565:
3566: * tests/: 390.html, results/390.processed: real path replaced by
3567: stub
3568:
3569: * tests/: 391.html, results/391.processed: test for feature #1181
3570: (XML_PARSE_HUGE exception) added
3571:
3572: 2018-01-11 moko
3573:
3574: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3575: XML_PARSE_HUGE option passed by default (implements feature
3576: #1181)
3577:
3578: * src/classes/string.C: whitespace
3579:
3580: 2017-12-10 moko
3581:
3582: * tests/: 389.html, 390.html, results/389.processed,
3583: results/390.processed: image code coverage tests added (related
3584: to feature #1125)
3585:
3586: 2017-12-08 moko
3587:
3588: * tests/: 346-curl.html, 388-sql.html, 389.html,
3589: results/346-curl.processed, results/388-sql.processed,
3590: results/389.processed: more code coverage tests
3591:
3592: * tests/: 264.html, results/264.processed: code coverage for
3593: ^file::exec[]
3594:
3595: 2017-12-07 moko
3596:
3597: * tests/: 174.html, 388-sql.html, 389.html,
3598: results/388-sql.processed, results/389.processed,
3599: results/174.processed: more coverage tests
3600:
3601: * src/classes/math.C: exception text actualized
3602:
3603: 2017-12-06 moko
3604:
3605: * tests/388-sql.html: $SQL can be here
3606:
3607: * tests/results/auto.p: $SQL not required here
3608:
3609: * tests/: 388-sql.html, 389.html, Makefile,
3610: results/388-sql.processed, results/389.processed, results/auto.p:
3611: code coverage tests for sql (using sqlite) and int/double/bool
3612: added (related to feature #1125)
3613:
3614: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3615: lib/json/json.vcproj, lib/md5/md5.vcproj,
3616: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3617: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3618: targets/apache/ApacheModuleParser3Core.vcproj,
3619: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3620: types/types.vcproj: gc\include no longer required
3621:
3622: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3623: required
3624:
3625: * src/: classes/Makefile.am, classes/table.C,
3626: include/pa_config_includes.h, include/pa_string.h,
3627: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3628: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3629: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3630: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3631: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3632: used, we now include it directly
3633:
3634: 2017-12-04 moko
3635:
3636: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3637: memcached/memcached.vcproj, punycode/punycode.vcproj,
3638: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3639: where required
3640:
3641: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3642: now can be used to trace memory allocations
3643:
3644: * src/: classes/table.C, include/pa_config_includes.h,
3645: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3646: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3647: method removes, libcord also can work without libgc
3648:
3649: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3650:
3651: 2017-11-29 moko
3652:
3653: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3654: are not present (related to feature #1173)
3655:
3656: * tests/346-curl.html: test updated to test curl content-length bug
3657: (related to feature #1173)
3658:
3659: * tests/results/346-curl.processed: more test for content-length
3660: curl bug (related to feature #1173)
3661:
3662: * tests/results/346-curl.processed: test results updated after
3663: #1173 implemented
3664:
3665: 2017-11-28 moko
3666:
3667: * src/classes/curl.C: another libcurl Content-length bug walkaround
3668: (related to feature #1173)
3669:
3670: 2017-11-27 moko
3671:
3672: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3673: $.http_version[version string] added (implements feature #1173),
3674: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3675: where $post(true) bug existed.
3676:
3677: 2017-11-18 moko
3678:
3679: * src/include/pa_memory.h: warning war (related to feature #1170)
3680:
3681: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3682: feature #1170)
3683:
3684: 2017-11-17 moko
3685:
3686: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3687: std::basic_stringstream used in ^table.csv-string[] is compatible
3688: with delete usage check only under Debian 9 (related to feature
3689: #1170)
3690:
3691: 2017-11-16 moko
3692:
3693: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3694: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3695: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3696: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3697: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3698: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3699: stubs defend from accidental use (implements feature #1170)
3700:
3701: 2017-06-24 moko
3702:
3703: * configure.ac: minor fix: thanks to alx@
3704:
1.115 moko 3705: 2017-05-29 moko
3706:
3707: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3708: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3709: added to avoid cutting of UTF-8 chars (fixed bug #123)
3710:
3711: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3712: ignored, =?UTF-8?Q?= should start in case of leading space
3713: (related to bug #123)
3714:
3715: * buildall: echo -n -> printf for OS X. :)
3716:
3717: 2017-05-25 moko
3718:
3719: * tests/: 288.html, results/288.processed: test updated afted
3720: setting $o.prop without setter exception removed (related to
3721: feature #1157)
3722:
3723: * src/types/pa_vclass.C: no more "this property has no setter
3724: method" when setting $o.prop without setter (implements feature
3725: #1157)
3726:
3727: * buildall: echo \c -> echo -n for FreeBSD
3728:
3729: * configure, configure.ac, src/include/pa_config_auto.h.in,
3730: src/types/pa_vdouble.h: isfinite now checked in configure
3731:
3732: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3733: upgraded to automake 1.15
3734:
3735: 2017-05-23 moko
3736:
3737: * src/types/pa_vdouble.h: finite returned where isfinite not
3738: defined
3739:
3740: 2017-05-22 moko
3741:
3742: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3743:
3744: * buildall: extern CFLAGS setting support
3745:
3746: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3747:
3748: * buildall: http -> https
3749:
3750: * buildall: gc-7.2f -> gc-7.6.0
3751:
3752: 2017-05-20 moko
3753:
3754: * buildall: https, pcre, xml, xslt updated to current versions
3755: (related to feature #1136)
3756:
3757: 2017-05-19 moko
3758:
3759: * tests/097.html: after parser.ru moved to https
3760:
3761: 2017-05-17 moko
3762:
3763: * tests/results/: 175.processed, 372.processed: tests resuls
3764: updated after lintian spelling typos fixed (related to bug #1156)
3765:
3766: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3767: classes/string.C, classes/table.C, main/pa_charset.C,
3768: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3769: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3770: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3771:
3772: * tests/results/096.processed: +XMP
3773:
3774: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3775: $.xmp(true) options tested (test for feature #1154)
3776:
3777: * src/classes/image.C: ^image:measure[] options $.exif(false)
3778: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3779: fetched by default! (implements feature #1154)
3780:
3781: 2017-05-16 moko
3782:
3783: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3784: allowed (related to feature #1154)
3785:
3786: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3787: initial XMP implementation - without options and transcode
3788: (related to feature #1154)
3789:
3790: 2017-05-12 moko
3791:
3792: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3793: image: exif moved to ffields, skipped in ^image.html[] where
3794: iterators now used (preparation for feature #1154)
3795:
3796: 2017-05-05 moko
3797:
3798: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3799: results/387.processed: test for circular class inheritance check
3800: added (related to bug #1150)
3801:
3802: * src/types/pa_vstateless_class.C: circular class inheritance check
3803: added (fixes endless add_derived bug #1150)
3804:
3805: 2017-05-04 moko
3806:
3807: * tests/: 386.html, results/386.processed: test for
3808: $table.value(number) added (related to feature #1152)
3809:
3810: * src/types/pa_vtable.C: table put_element: column value must be
3811: string - > column value must be string compatible to allow
3812: $t.value(1) (implements feature #1152)
3813:
3814: 2017-05-03 moko
3815:
3816: * src/main/pa_request.C: $use[$method] is not possible, reverting
3817: (related to feature #1151)
3818:
3819: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3820: not possible, removing test (related to feature #1151)
3821:
3822: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3823: get_element_method added and used to allow $use[$method] and
3824: $autouse[$method] (implements feature 1151)
3825:
3826: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3827: variable added (related to feature #1151)
3828:
3829: * tests/results/226.processed: actualized after ^try-catch used
3830:
3831: * tests/: 226.html, 385.html, results/385.processed: test for
3832: @autouse in variable added
3833:
3834: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3835:
1.114 moko 3836: 2017-02-27 moko
3837:
3838: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3839:
1.113 moko 3840: 2017-02-20 moko
3841:
1.211 moko 3842: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3843:
3844: 2017-02-16 moko
3845:
3846: * tests/: 384.html, results/384.processed: test for
3847: ^reflection:mixin[; $.name[] ] option added (related to feature
3848: #1089)
3849:
3850: * tests/: 384.html, results/384.processed: test for
3851: ^reflection:mixin[] added (related to feature #1089)
3852:
3853: * src/types/pa_value.h: warning war: virtual ~Value() added
3854:
1.112 moko 3855: 2017-02-15 moko
3856:
3857: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3858: fixed
3859:
3860: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3861: test added (related to feature #1069)
3862:
3863: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3864: compilation without HASH_ORDER fixed
3865:
3866: * src/: classes/reflection.C, include/pa_hash.h:
3867: $.reverse(true/false) added to ^reflection:methods[] (related to
3868: feature #1069)
3869:
3870: 2017-02-14 moko
3871:
3872: * tests/: 152.html, results/152.processed: test for $._default hash
3873: added (related to bug #1131)
3874:
3875: * tests/: 277.html, results/277.processed: test for hash with only
3876: $._default is now defined (related to bug #1131)
3877:
3878: * src/types/pa_vhash.h: hash with only $._default is now defined
3879: (fixed bug #1131)
3880:
3881: 2017-02-13 moko
3882:
3883: * tests/cat-windows.sh: cat-windows added (cygwin required)
3884:
3885: * tests/: 171.html, 264.html, 286.html, 370.html,
3886: results/320.processed, results/375.processed, results/auto.p:
3887: cat-windows.sh support added
3888:
3889: * tests/375.html: Windows support
3890:
3891: * tests/270.html: documented
3892:
3893: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3894: (not backslashes) even under Windows (broke test 270)
3895:
3896: 2017-02-12 moko
3897:
3898: * tests/: descript.ion, todo.txt: cleanup
3899:
3900: 2017-02-09 moko
3901:
3902: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3903: run_tests.cmd: Windows compatibility
3904:
3905: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3906: incorrectly (GMT) if parser is called from cygwin
3907:
1.111 moko 3908: 2017-02-08 moko
3909:
1.211 moko 3910: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3911:
1.211 moko 3912: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3913:
3914: * NEWS, README: minor update
3915:
3916: * src/include/pa_config_includes.h: warning war continues
3917:
3918: * src/: include/pa_config_includes.h, include/pa_memory.h,
3919: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3920: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3921: gcc 6.x issues fixed
3922:
1.111 moko 3923: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3924: classes/classes.h, classes/curl.C, classes/date.C,
3925: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3926: classes/hashfile.C, classes/image.C, classes/inet.C,
3927: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3928: classes/memcached.C, classes/memory.C, classes/op.C,
3929: classes/reflection.C, classes/regex.C, classes/response.C,
3930: classes/string.C, classes/table.C, classes/void.C,
3931: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3932: include/pa_array.h, include/pa_cache_managers.h,
3933: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3934: include/pa_config_fixed.h, include/pa_config_includes.h,
3935: include/pa_dictionary.h, include/pa_dir.h,
3936: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3937: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3938: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3939: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3940: include/pa_request_charsets.h, include/pa_request_info.h,
3941: include/pa_sapi.h, include/pa_socks.h,
3942: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3943: include/pa_stack.h, include/pa_string.h,
3944: include/pa_stylesheet_connection.h,
3945: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3946: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3947: include/pa_uue.h, include/pa_xml_exception.h,
3948: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3949: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3950: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3951: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3952: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3953: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3954: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3955: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3956: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3957: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3958: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3959: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3960: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3961: main/pa_string.C, main/pa_stylesheet_connection.C,
3962: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3963: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3964: main/untaint.C, sql/pa_sql_driver.h,
3965: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3966: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3967: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3968: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3969: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3970: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3971: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3972: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3973: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3974: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3975: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3976: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3977: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3978: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3979: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3980: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3981: types/pa_vmemcached.h, types/pa_vmemory.h,
3982: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3983: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3984: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3985: types/pa_vresponse.C, types/pa_vresponse.h,
3986: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3987: types/pa_vstateless_object.h, types/pa_vstatus.C,
3988: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3989: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3990: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3991: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3992: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3993: 2015->2017
3994:
1.110 moko 3995: 2017-02-07 moko
3996:
3997: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3998:
3999: 2017-02-06 moko
4000:
4001: * src/main/pa_common.C: minor fixes, whitespace
4002:
4003: * src/: classes/curl.C, classes/file.C, classes/image.C,
4004: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4005: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4006: now used (implements feature #1081)
4007:
4008: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4009:
4010: 2017-02-01 moko
4011:
4012: * src/include/pa_request.h: cleanup
4013:
4014: 2017-01-30 moko
4015:
4016: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4017:
4018: 2017-01-29 moko
4019:
4020: * tests/: 383.html, results/383.processed: test for
4021: ^reflection:stack[] added (related to feature #1052)
4022:
4023: * src/classes/reflection.C: else added
4024:
4025: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4026: $.max_file_lock_wait added (implements feature #1128)
4027:
4028: 2017-01-28 moko
4029:
4030: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4031: body and other cases tests added (related to featue #1014)
4032:
4033: * src/classes/curl.C: bug if response is empty fixed (related to
4034: feature #1014)
4035:
4036: 2017-01-27 moko
4037:
4038: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4039: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4040: added (implements feature #1052)
4041:
4042: 2017-01-25 moko
4043:
4044: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4045: method test added
4046:
4047: 2017-01-23 moko
4048:
4049: * src/classes/reflection.C: optimization: options->get replaced by
4050: hash iterator
4051:
4052: * tests/: 381.html, results/381.processed: now -> fixed date
4053:
4054: * src/main/pa_request.C: warning war
4055:
4056: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4057: 5Mb (fixes bug #1058)
4058:
4059: * src/classes/curl.C: warning war
4060:
4061: * tests/: 381.html, results/381.processed: tests for ^json:string
4062: $.one-line(true) option added (related to feature #1124)
4063:
4064: * src/: classes/json.C, types/pa_value.h: $json-string
4065: $.one-line(true|false) options is now supported (implements
4066: feature #1124)
4067:
4068: * tests/: 380.html, results/380.processed: test for modified
4069: $.max_file_size added (related to bug #1014)
4070:
4071: * tests/: 379.html, results/auto.p: tests for rewritten http file
4072: load added (related to bug #1014)
4073:
4074: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4075: main/pa_common.C, main/pa_http.C: check_file_size added and used
4076: in curl / file load from disk and http, http file load rewritten
4077: (related to bug #1014)
4078:
4079: 2017-01-18 moko
4080:
4081: * tests/: 378.html, results/378.processed: tests for ^result[]
4082: added (related to feature #66)
4083:
4084: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4085: Method::CO_WITHOUT_FRAME as frame still added in expression
4086: (related to feature #66)
4087:
4088: 2017-01-17 moko
4089:
4090: * tests/: 377.html, results/377.processed: test for different
4091: combinations of breaks in body and delimiter (related to bug
4092: #1077)
4093:
4094: * tests/: 376.html, results/376.processed: many ^break[] tests
4095: added (related to bug #1077)
4096:
4097: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4098: passed to native method" exception added to avoid bugs due to
4099: WRITE_EXPR_RESULT skipped and native methods execution continues
4100: after ^break[] (related to bug #1077)
4101:
4102: 2017-01-14 moko
4103:
4104: * tests/: 330.html, results/330.processed: test results updated
4105: after ^break[] bugs where fixed (related to bug #1077)
4106:
4107: * tests/: 329.html, results/329.processed: test results updated
4108: after ^break[] bugs where fixed (related to bug #1077)
4109:
4110: * tests/results/320.processed: ^return[] added
4111:
4112: 2017-01-13 moko
4113:
4114: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4115: classes/table.C, include/pa_request.h, main/execute.C,
4116: main/pa_request.C, targets/cgi/parser3.C,
4117: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4118: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4119: checked after each possible process/execute call (fixes bug
4120: #1077)
4121:
4122: 2016-12-29 moko
4123:
4124: * src/main/pa_common.C: warning war
4125:
4126: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4127: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4128: pa_file_size_limit added, ^math:random fixed for upper limit and
4129: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4130: (related to feature #1014)
4131:
4132: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4133: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4134: (related to feature #1014)
4135:
4136: 2016-12-28 moko
4137:
4138: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4139: warning war
4140:
4141: 2016-12-26 moko
4142:
4143: * tests/: 341.html, results/341.processed: test for
4144: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4145:
4146: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4147: (related to feature #1057)
4148:
4149: * src/types/pa_vdate.C: warning war continues...
4150:
4151: * src/: classes/date.C, classes/image.C, classes/table.C,
4152: include/pa_config_includes.h, types/pa_vfile.C: warning war
4153:
4154: * src/lib/gd/gifio.C: warning war / cleanup
4155:
4156: * src/lib/json/pa_json.C: warning war
4157:
4158: * src/classes/hash.C: warning war
4159:
4160: * src/types/pa_vfile.C: warning war
4161:
4162: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4163: -Wall warning war continues
4164:
4165: * configure.ac: --with-build-warnings actualized
4166:
4167: 2016-12-25 moko
4168:
4169: * src/main/pa_exec.C: -wAll warning war
4170:
4171: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4172: -wAll warning war
4173:
4174: * src/: include/pa_common.h, include/pa_sapi.h,
4175: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4176: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4177: -wAll warning war
4178:
4179: 2016-12-23 moko
4180:
4181: * src/lib/ltdl/Makefile.am: extra dist added
4182:
4183: * tests/results/344.processed: test result updated after $file.text
4184: prefetched in ^hash::create[$file] (related to feature #1075)
4185:
4186: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4187: ^hash::create[$file] (related to feature #1075)
4188:
4189: 2016-12-22 moko
4190:
4191: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4192: main/pa_request.C, main/pa_stylesheet_connection.C,
4193: types/pa_vfile.C: file_stat now return 64-bit size (implements
4194: #1014 under 32-bit unix versions)
4195:
4196: 2016-12-21 moko
4197:
4198: * tests/: 375.html, results/375.processed: test for exec returning
4199: stated file added (related to feature #1119)
4200:
4201: * src/classes/file.C: load should not return file with null body
4202: (fixes bug #1119)
4203:
4204: 2016-12-14 moko
4205:
4206: * tests/: 374.html, results/374.processed: test for $method.name
4207: added (related to feature #1117) plus method returning junction
4208: test
4209:
4210: 2016-12-13 moko
4211:
4212: * src/: include/pa_symbols.h, main/pa_symbols.C,
4213: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4214: (implements feature #1117)
4215:
4216: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4217: HEAD and TRACE can't have body (implements feature #1116)
4218:
4219: 2016-12-09 moko
4220:
4221: * tests/: 373.html, results/373.processed: tests for
4222: ^reflection:tainting added (related to feature #1098)
4223:
4224: * src/classes/reflection.C: ^reflection:tainting arguments order
4225: change (related to feature #1098)
4226:
4227: 2016-12-06 moko
4228:
4229: * src/: classes/reflection.C, include/pa_string.h,
4230: main/pa_string.C: ^reflection:tainting[$string] added (implements
4231: feature #1098)
4232:
4233: 2016-12-05 moko
4234:
4235: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4236: (fixes bug #1114)
4237:
4238: 2016-12-04 moko
4239:
4240: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4241: check added
4242:
4243: 2016-12-03 moko
4244:
4245: * tests/: 346-curl.html, results/346-curl.processed: test modified
4246: to test value.as_hash() usage
4247:
4248: * src/classes/curl.C: value.as_hash() used for correct hash
4249: processing
4250:
4251: * src/classes/reflection.C: exceptions texts fixes
4252:
4253: 2016-12-02 moko
4254:
4255: * tests/: 372.html, results/372.processed: tests for
4256: ^reflection:create[ $.class[name] $.constructor[name]
4257: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4258: feature #1094)
4259:
4260: * src/types/pa_vmethod_frame.h: comment added: params should be
4261: declared outside of *_FRAME_ACTION as MethodParams destructor
4262: will be called in ~VNativeMethodFrame
4263:
4264: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4265: ] minor fix
4266:
4267: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4268: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4269: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4270: now supported (implements feature #1094) value::as_hash added
4271: (and should be used everywhere)
4272:
4273: * src/classes/reflection.C: cleanup
4274:
4275: 2016-12-01 moko
4276:
4277: * tests/: 356.html, results/356.processed: test for method
4278: junctions class name added to the resulting hash added (related
4279: to feature #1068)
4280:
4281: * src/classes/reflection.C: for method junctions class name added
4282: to the resulting hash (related to feature #1068)
4283:
4284: 2016-11-30 moko
4285:
4286: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4287: exception (related to bug #1113)
4288:
4289: * src/types/pa_vhashfile.C: whitespace
4290:
4291: * src/main/pa_os.C: errno now returned as it should (fixes bug
4292: #1113)
4293:
4294: * tests/results/: 175.processed, 192.processed, 224.processed,
4295: 229.processed, 239.processed, 244.processed, 246.processed,
4296: 314.processed, 352.processed: tests results updated after method
4297: call exceptions improved as method now keeps its name
4298:
4299: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4300: types/pa_vmethod_frame.h: method call exceptions improved as
4301: method now keeps its name
4302:
4303: * tests/: 224.html, 239.html, results/224.processed,
4304: results/239.processed: tests and tests results updated after
4305: Request::construct exception changed
4306:
4307: * src/: classes/reflection.C, main/execute.C: Request::construct
4308: exception optimized
4309:
4310: * tests/: 371.html, results/371.processed: test for
4311: WWrapper.get_element call in $.name.key[value] code added
4312: (related to feature #1091)
4313:
4314: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4315: in $.name.key[value] code (related to feature #1091)
4316:
4317: 2016-11-29 moko
4318:
4319: * src/classes/op.C: VS warning war
4320:
4321: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4322: C4239: nonstandard extension used : 'return' : conversion from
4323: 'Value' to 'Value &' (related to feature #1020)
4324:
4325: * src/: main/execute.C, types/pa_vmethod_frame.h,
4326: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4327: used : 'return' : conversion from 'Value' to 'Value &' (related
4328: to feature #1020)
4329:
4330: * src/main/execute.C: VS warning war
4331:
4332: * src/targets/cgi/parser3.C: VS compatibility fix
4333:
4334: * src/include/pa_request.h: VS warning war
4335:
4336: * tests/: 370.html, results/370.processed: test for ^file::exec[
4337: ... $.stdin[$binary_file] ] added (related to bug #1044)
4338:
4339: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4340: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4341: $.stdin[$binary_file] (fixes bug #1044)
4342:
4343: 2016-11-28 moko
4344:
4345: * src/main/pa_exec.C: whitespace
4346:
4347: * src/main/pa_request.C: whitespace
4348:
4349: * tests/: 369.html, results/369.processed: test for
4350: $response:status usage added (related to feature #1099)
4351:
4352: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4353: if < 100 (implements feature #1099)
4354:
4355: * src/targets/cgi/parser3.C: whitespace
4356:
4357: * src/targets/cgi/parser3.C: whitespace
4358:
4359: * tests/: 368.html, results/368.processed: test updated after
4360: ^reflection:filename[$method] added (related to feature #1053)
4361:
4362: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4363: main/compile.y, main/execute.C, main/pa_request.C,
4364: types/pa_vclass.h: filename -> filespec,
4365: ^reflection:filename[$method] added (related to feature #1053)
4366:
4367: 2016-11-27 moko
4368:
4369: * tests/: 368.html, results/368.processed: test for
4370: reflection:filename[$class or object] added (related to feature
4371: #1053)
4372:
4373: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4374: types/pa_vstateless_class.h: ^reflection:filename[$class or
4375: object] added (implements feature #1053)
4376:
4377: 2016-11-26 moko
4378:
4379: * src/: include/pa_request_info.h,
4380: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4381: remove_absolute_uri -> strip_absolute_uri
4382:
4383: 2016-11-25 moko
4384:
4385: * src/: include/pa_request_info.h,
4386: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4387: request_info.remove_absolute_uri added to remove possible
4388: http://site.name/ from $request:uri (implements feature #1112)
4389:
4390: 2016-11-24 moko
4391:
4392: * tests/: 367-curl.html, results/367-curl.processed: test for
4393: previous request headers clearing after redirect added (related
4394: to bug #1109)
4395:
4396: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4397: response headers from previous requests are now cleared, only
4398: last request headers are collected (fixes bug #1109)
4399:
4400: * tests/results/: 266.processed, 321.processed, 356.processed:
4401: tests results updated as method name now added to the resulting
4402: hash for new syntax only (Imp1 compatimility fixed, related to
4403: feature #1068)
4404:
4405: * src/classes/reflection.C: method name now added to the resulting
4406: hash for new syntax only (Imp1 compatimility fixed, related to
4407: feature #1068)
4408:
4409: * tests/results/366.processed: test for native and parser
4410: implementation of ^use[] logic (related to feature #1074)
4411:
4412: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4413: for native and parser implementation of ^use[] logic (related to
4414: feature #1074)
4415:
4416: 2016-11-23 moko
4417:
4418: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4419: main/pa_request.C: @USE file now implemented as ^use[file;
4420: $.origin[origin_file] ] (implements feature #1074)
4421:
1.109 moko 4422: 2016-11-21 moko
4423:
1.110 moko 4424: * tests/: 365.html, results/365.processed: test for $caller bugs in
4425: 3.4.4 and $caller.method now tested (related to feature #1110)
4426:
4427: * tests/: 364.html, results/364.processed: $caller usage in
4428: different contexts now tested (related to feature #1110)
4429:
4430: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4431:
4432: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4433:
1.109 moko 4434: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4435: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4436: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4437: used (implements feature #1110)
4438:
4439: 2016-11-20 moko
4440:
4441: * src/types/pa_vdouble.h: whitespace
4442:
4443: 2016-11-11 moko
4444:
4445: * tests/: 363.html, results/363.processed: more tests for feature
4446: #1091 (how parser methods work in expression context)
4447:
4448: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4449: expressions strings are now written as strings, not values by
4450: write_as_string (related to feature #1091)
4451:
4452: * src/classes/op.C: to make more correct behavour in expression
4453: context
4454:
4455: 2016-11-07 moko
4456:
4457: * tests/: 362.html, results/362.processed: test for
4458: xsltParseStylesheetDoc caching as xsl modification after it added
4459: (related to bug #1108)
4460:
4461: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4462: result now cached as xdoc is modified after it (fixes bug #1108)
4463:
4464: 2016-11-06 moko
4465:
4466: * src/types/pa_vxdoc.h: whitespace
4467:
4468: 2016-11-05 moko
4469:
4470: * src/types/pa_vmethod_frame.h: cleanup
4471:
4472: 2016-11-03 moko
4473:
4474: * tests/results/244.processed: more correct exception after method
4475: frames separation
4476:
4477: * src/types/pa_vmethod_frame.h: minor optimizaion
4478:
4479: * src/types/pa_method.h: optimization: params_count added
4480:
4481: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4482: include/pa_request.h, main/execute.C, main/pa_request.C,
4483: types/pa_value.C, types/pa_vmethod_frame.C,
4484: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4485: VMethodFrame now divided into VNativeMethodFrame,
4486: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4487: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4488: and used (related to feature #1104)
4489:
4490: 2016-11-02 moko
4491:
4492: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4493: classes/double.C, classes/file.C, classes/hash.C,
4494: classes/hashfile.C, classes/image.C, classes/inet.C,
4495: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4496: classes/memcached.C, classes/op.C, classes/reflection.C,
4497: classes/regex.C, classes/string.C, classes/table.C,
4498: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4499: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4500: r.write (implements feature #1091)
4501:
4502: * src/main/execute.C: cleanup (related to feature #1104)
4503:
4504: * src/: include/pa_request.h, main/execute.C,
4505: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4506: added, in_expression removed (implements feature #1104)
4507:
4508: 2016-10-31 moko
4509:
4510: * src/types/pa_value.C: whitespace
4511:
4512: 2016-10-28 moko
4513:
4514: * tests/results/244.processed: updated after error reporting fixed
4515: in pa_wcontext.C
4516:
4517: * src/types/pa_wcontext.C: error reporting fixed
4518:
4519: * src/types/pa_wcontext.h: whitespace
4520:
4521: * src/classes/image.C: not fully readed entries are no longer
4522: processed (fixes bug #1106)
4523:
4524: 2016-10-26 moko
4525:
4526: * src/classes/image.C: whitespace
4527:
4528: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4529: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4530: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4531: longer required (related to feature #1091)
4532:
4533: * tests/results/: 264.processed, 350.processed: test results update
4534: reverted (whitespace optimization) after write_no_lang removed :)
4535: (related to feature #1091)
4536:
4537: * src/: classes/file.C, classes/hash.C, classes/op.C,
4538: classes/string.C, classes/table.C, classes/void.C,
4539: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4540: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4541: equal write_pass_lang (related to feature #1091)
4542:
4543: * tests/results/: 264.processed, 350.processed: test results
4544: updated (whitespace optimization) after write_assign_lang removed
4545: (related to feature #1091)
4546:
4547: * tests/: 361.html, results/361.processed: test for non-string
4548: ^untaint added (related to feature #1091)
4549:
4550: * src/: classes/curl.C, classes/date.C, classes/file.C,
4551: classes/hash.C, classes/op.C, classes/string.C,
4552: include/pa_request.h, main/execute.C: optimization:
4553: write_assign_lang removed as not required (first part of feature
4554: #1091 implementation)
4555:
1.108 moko 4556: 2016-10-12 moko
4557:
4558: * tests/: 360.html, results/360.processed: more test code (related
4559: to feature #1104)
4560:
4561: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4562: include/pa_request.h, main/compile.y, main/execute.C: opcode
4563: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4564: WContext is next task (implements feature #1104)
4565:
4566: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4567: / CO_WITHOUT_WCONTEXT
4568:
4569: * tests/: 360.html, results/360.processed: test for in expression
4570: state (related to feature #1104)
4571:
4572: 2016-10-11 moko
4573:
4574: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4575:
4576: * src/classes/op.C: default value removed from initializer
4577:
4578: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4579:
4580: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4581:
4582: 2016-10-10 moko
4583:
4584: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4585: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4586: to feature #42)
4587:
4588: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4589: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4590:
4591: 2016-10-08 moko
4592:
4593: * src/classes/double.C: whitespace
4594:
4595: 2016-10-07 moko
4596:
4597: * src/types/pa_vmethod_frame.h: reorder
4598:
4599: 2016-10-06 moko
4600:
4601: * src/classes/date.C: typo
4602:
4603: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4604:
4605: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4606: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4607: types/pa_vmethod_frame.h: params.get now returns Value&, not
4608: Value*
4609:
4610: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4611:
4612: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4613: removed; first as_* code rewrite
4614:
4615: 2016-10-05 moko
4616:
4617: * src/include/pa_request.h: whitespace
4618:
4619: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4620: intercept_string added (related to feature #1097)
4621:
4622: * src/: classes/image.C, classes/op.C, classes/table.C,
4623: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4624: optimization: intercept_string removed (implements feature #1097)
4625:
4626: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4627:
4628: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4629: from VCodeFrame and WWrapper as not required
4630:
4631: 2016-10-04 moko
4632:
4633: * src/: classes/curl.C, classes/date.C, classes/double.C,
4634: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4635: classes/int.C, classes/json.C, classes/op.C,
4636: classes/reflection.C, classes/string.C, classes/table.C,
4637: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4638: proces_to_value -> process after StringOrValue removed (related
4639: to feature #1020)
4640:
4641: * src/classes/form.C: whitespace
4642:
4643: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4644:
4645: * tests/: 357.html, 358.html, results/357.processed,
4646: results/358.processed, results/auto.p: test for @conf
4647: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4648:
4649: 2016-10-03 moko
4650:
4651: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4652: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4653: supported (implements feature #42)
4654:
4655: * src/types/pa_vregex.h: no reason for VRegex to be
4656: is_evaluated_expr
4657:
4658: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4659: (implements feature #1095)
4660:
4661: 2016-10-01 moko
4662:
4663: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4664: false by default (related to feature #1089)
4665:
4666: 2016-09-30 moko
4667:
4668: * src/types/pa_wcontext.h: cleanup
4669:
4670: 2016-09-29 moko
4671:
4672: * src/main/execute.C: whitespace
4673:
4674: * src/include/pa_request.h: whitespace
4675:
4676: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4677: classes/op.C, classes/table.C, include/pa_request.h,
4678: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4679: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4680: StringOrValue removed as it just slows down and adds complexity
4681: (implements feature #1020)
4682:
4683: 2016-09-28 moko
4684:
4685: * tests/: 356.html, results/266.processed, results/321.processed,
4686: results/356.processed: tests updated after name was added to
4687: method_info hash, test for ^reflection:method_info[junction]
4688: added (related to feature #1068)
4689:
4690: * src/classes/reflection.C: ^reflection:method_info[junction] now
4691: supported, method name added to the resulting hash (implements
4692: feature #1068)
4693:
4694: * tests/: 276.html, results/276.processed: more tests for
4695: ^reflection:delete[]
4696:
4697: * src/classes/reflection.C: fixed bug then ^reflection:delete
4698: didn't work on class and could damage native objects (like file)
4699:
4700: 2016-09-26 moko
4701:
4702: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4703: results/345.processed, results/346-curl.processed,
4704: results/347-curl.processed, results/348.processed: numbers added
4705: to simplify diff analysis
4706:
4707: * tests/: 352.html, results/352.processed: test result updated as
4708: method name used
4709:
4710: * src/classes/reflection.C: method name used
4711:
4712: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4713: its name
4714:
4715: * src/types/pa_method.h: whitespace
4716:
4717: * src/classes/reflection.C: both method and field with one name can
4718: exist.
4719:
4720: * src/classes/reflection.C: ^reflection:mixin added (implements
4721: feature #1089)
4722:
4723: * tests/: 355.html, results/355.processed: property appears in
4724: derived class if added in base test added
4725:
4726: * src/types/pa_vstateless_class.h: get_method declaration +
4727: whitespace
4728:
4729: * tests/: 354.html, results/354.processed: nice test from method
4730: and property with one name in class added
4731:
4732: 2016-09-23 moko
4733:
4734: * src/classes/reflection.C: ^reflection:method usage documented
4735:
4736: 2016-09-22 moko
4737:
4738: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4739: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4740: compile warning and GPF occures on VS2003 (related to feature
4741: #1087)
4742:
4743: * tests/: 350.html, results/350.processed: test added for
4744: $.encloser[] support in ^table::create (related to feature #11)
4745:
4746: * src/classes/table.C: another minor fix (related to feature #11)
4747:
1.107 moko 4748: 2016-09-21 moko
4749:
4750: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4751:
4752: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4753: classes/json.C, classes/string.C, classes/table.C,
4754: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4755: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4756: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4757: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4758: pa_charsets, vs2015 warning war
4759:
4760: * src/classes/table.C: vs2015 warning war
4761:
4762: * src/types/pa_vdate.C: vs2015 warning war
4763:
4764: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4765:
4766: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4767: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4768:
4769: * src/main/pa_common.C: vs2015 compilation fixes
4770:
4771: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4772: vs2015 compilation fixes
4773:
4774: * src/main/pa_charset.C: vs2015 warning war
4775:
4776: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4777:
4778: * src/main/pa_charset.C: vs2015 warning war
4779:
4780: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4781:
4782: * src/types/pa_vdate.C: vs2015 compilation fix
4783:
4784: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4785:
4786: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4787: VS2015 compilation fixes
4788:
4789: * src/classes/table.C: minor fix (related to feature #11)
4790:
4791: * tests/results/282.processed: no longer skipping extra enclosers
4792: (related to feature #11)
4793:
4794: * src/classes/table.C: minor fix + no longer skipping extra
4795: enclosers (related to feature #11)
4796:
4797: * src/classes/table.C: minor optimization (related to feature #11)
4798:
4799: * src/classes/table.C: minor fix and optimization (related to
4800: feature #11)
4801:
4802: 2016-09-20 moko
4803:
4804: * tests/: 353.html, results/353.processed: test for
4805: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4806: added (related to bug #1090)
4807:
4808: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4809: one_big_piece (fixes bug #1090)
4810:
4811: * tests/: 229.html, results/229.processed: code coverage tests
4812:
4813: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4814: body) was called
4815:
4816: * src/classes/op.C: whitespace
4817:
4818: * tests/: 323.html, results/323.processed: test for code junction
4819: should not be returned by ^reflection:class, ^reflection:base
4820:
4821: * src/classes/reflection.C: bugfix: code junction should not be
4822: returned by ^reflection:class, ^reflection:base
4823:
4824: * tests/: 323.html, 352.html, results/352.processed: no more
4825: exception for ^reflection:method[class;no-such-method] (related
4826: to feature #1087)
4827:
4828: * src/classes/reflection.C:
4829: ^reflection:method[class;no-such-method] : exception -> void
4830: (related to feature #1087)
4831:
4832: * src/include/pa_request.h: request::write_value added to allow
4833: write value without convertion (related to issue #1091)
4834:
4835: 2016-09-19 moko
4836:
4837: * src/main/pa_random.C: windows build fix
4838:
4839: * src/types/pa_vhash.h: warning war
4840:
4841: 2016-09-14 moko
4842:
4843: * tests/: 352.html, 552.html, results/352.processed,
4844: results/552.processed: test for ^reflection:method[] extension
4845: added (related to feature #1087)
4846:
4847: * tests/: 552.html, results/552.processed: test for
4848: ^reflection:method[] extension added (related to feature #1087)
4849:
4850: * src/classes/reflection.C: compatibility issue fixed, VClass
4851: dynamic_cast check added (related to feature #1087)
4852:
4853: * tests/: 351.html, results/351.processed: test for @auto[]
4854: inheritance bug diring ^process[] added (related to bug #1088)
4855:
4856: * src/: classes/op.C, main/pa_request.C,
4857: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4858: disable it inheritance during ^process (fixes bug #1088)
4859:
4860: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4861: added (implements feature #1087)
4862:
4863: 2016-09-13 moko
4864:
4865: * tests/: 349.html, results/auto.p: test for objects prototyping
4866: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4867: to feature #1086)
4868:
4869: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4870: types/pa_vobject.C: objects now are not class instances, but have
4871: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4872: in @conf (implements feature #1086)
4873:
4874: 2016-09-08 moko
4875:
4876: * src/: classes/file.C, classes/mail.C, classes/string.C,
4877: classes/table.C, main/pa_http.C, main/pa_string.C,
4878: include/pa_string.h: cleanup: string::split limit argument
4879: removed as no longer required, pos_after no longer reference
4880: (related to feature #11)
4881:
4882: * src/classes/table.C, tests/results/348.processed: now exception
4883: is rised when invalid option is passed to ^table::create[]
4884:
4885: * tests/: 282.cfg, 282.html, results/282.processed: more code
4886: coverage tests
4887:
4888: * tests/: 348.html, results/348.processed: code coverage tests
4889: added
4890:
4891: * tests/: 348.html, results/348.processed: generic ^table::create[]
4892: tests
4893:
4894: * tests/: 035.html, results/035.processed, results/272.processed:
4895: tests updated after $.encloser[] support for ^table::create
4896: implementation (related to feature #11)
4897:
4898: * src/classes/table.C: $.encloser[] support for ^table::create
4899: finally added (implements feature #11)
4900:
4901: 2016-09-07 moko
4902:
4903: * src/include/pa_string.h: added StringSplitHelper as friend
4904: (related to feature #11)
4905:
4906: * src/include/pa_string.h: body and langs now protected, not
4907: private to allow inheritance (related to feature #11)
4908:
4909: * src/classes/table.C: lsplit optimized before cloning for
4910: ^table::create with $.encloser[] (related to feature #11)
4911:
4912: * src/classes/table.C: optimizaion: TableControlChars.separators
4913: added and used (related to feature #11)
4914:
4915: * src/classes/table.C: spelling:
4916:
4917: TableSeparators -> TableControlChars column -> separator
4918: separators -> control_chars
4919:
4920: 2016-09-06 moko
4921:
4922: * src/main/pa_string.C: whitespace
4923:
4924: * src/main/pa_string.C: whitespace
4925:
4926: 2016-09-01 moko
4927:
4928: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4929: results OS-independent
4930:
4931: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4932: compiler (related to feature #1042)
4933:
4934: 2016-08-15 moko
4935:
4936: * src/include/pa_string.h: whitespace
4937:
4938: * src/classes/table.C: whitespace
4939:
1.106 moko 4940: 2016-08-05 moko
4941:
4942: * tests/: 344.html, results/344.processed: test for
4943: ^hash::create[$file] added (related to feature #1075)
4944:
4945: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4946: supported (implements feature #1075)
4947:
4948: 2016-08-04 moko
4949:
4950: * tests/: 341.html, results/341.processed: more code coverage tests
4951:
4952: * tests/: 346-curl.html, results/346-curl.processed: more code
4953: coverage tests for curl
4954:
4955: * tests/: 346-curl.html, results/346-curl.processed: more code
4956: coverage tests for curl
4957:
4958: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4959: results/223.processed: code coverage tests: $.form[ $.table[] ]
4960: test added
4961:
4962: * tests/: 223-curl.html, results/223-curl.processed: more code
4963: coverage tests for curl
4964:
4965: 2016-08-03 moko
4966:
4967: * src/classes/curl.C: dlink(curl_library) now called not once, but
4968: until it will be loaded, allowing to find existing library.
4969:
4970: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4971: results/347-curl.processed: more code coverage tests for curl
4972:
4973: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4974: results/339-curl.processed, results/346-curl.processed: curl
4975: functionality tests
4976:
4977: 2016-08-02 moko
4978:
4979: * tests/: 339.html, results/339.processed: test for tables in
4980: ^file:load[] and ^curl:load[] (commented) added (related to
4981: feature #1042)
4982:
4983: * tests/: 345.html, results/345.processed: code coverage tests for
4984: file class
4985:
4986: * tests/: 344.html, results/344.processed: code coverage tests
4987:
4988: * tests/: 344.html, results/344.processed: mdate removed from
4989: output
4990:
4991: * src/classes/file.C: minor bugfix: is_text should be taked from
4992: fcontent.is_text_mode() if not set (related to feature #1061)
4993:
4994: * tests/: 344.html, results/344.processed: more tests
4995:
4996: * tests/: 343.html, 344.html, results/343.processed,
4997: results/344.processed: tests for ^file::create[ $.from-charset
4998: and $.to-charset ] (related to feature #1061)
4999:
5000: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5001: aset_text_mode argument optimized
5002:
5003: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5004: checkBOM now used in detect_binary_content (related to feature
5005: #1061)
5006:
5007: * src/main/pa_request.C: load_charset no longer required to_upper
5008:
5009: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5010: preserves original file mode (if no $.mode specified)
5011:
5012: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5013: ^file::create now supports $.from-charset[] and $.to-charset
5014: options (implements feature #1061), automatic transcode is done
5015: if text file is created from binary file and charset is detected.
5016:
5017: 2016-07-30 moko
5018:
5019: * src/classes/table.C: ^t.hash[..;] now supported (related to
5020: feature #1057)
5021:
5022: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5023: added (related to feature #1057)
5024:
5025: * tests/: 286.html, results/286.processed: code tests coverage
5026:
5027: 2016-07-29 moko
5028:
5029: * src/classes/table.C: table size should be checked inside menu and
5030: foreach (related to feature #858)
5031:
5032: * src/: classes/curl.C, classes/file.C, classes/string.C,
5033: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5034: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5035: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5036: charsets.get now does str_upper inside (related to feature #1061)
5037:
5038: * tests/: 342.html, results/342.processed: more code coverage tests
5039:
5040: * tests/: 342.html, outputs/342.processed: table menu code coverage
5041: + foreach test added (related to feature #858)
5042:
5043: * tests/: 341.html, results/341.processed: tests for
5044: ^table.hash[]{code} added + code coverage tests (related to
5045: feature #1057)
5046:
5047: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5048: value} support (implements feature #1057)
5049:
5050: * src/classes/table.C: whitespace
5051:
5052: 2016-07-28 moko
5053:
5054: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5055: from URL, if not specified query string removed from url-based
5056: filenames in ^curl:load[] and ^file::load[] (related to feature
5057: #1042)
5058:
5059: 2016-07-27 moko
5060:
5061: * tests/: 340.html, results/340.processed: test for
5062: transcode_text_result=false added (related to issue #1042)
5063:
5064: 2016-07-26 moko
5065:
5066: * src/types/pa_vfile.C: file name should not be empty (if file path
5067: is folder and ends with /) (related to feature #1042)
5068:
5069: * src/main/pa_http.C: whitespace optimizaion
5070:
5071: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5072: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5073: multiple headers, ^file::load supports headers transcoding
5074: (implements feature #1042)
5075:
5076: 2016-07-25 moko
5077:
5078: * src/include/pa_common.h: PA_DEFAULT added
5079:
5080: 2016-07-22 moko
5081:
5082: * tests/: 338.html, results/338.processed: test for
5083: $date.field(value) added (related to feature #1066)
5084:
5085: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5086: $date.field(value) now supported for y/m/d/h/m/s (implements
5087: feature #1066)
5088:
1.105 moko 5089: 2016-07-21 moko
5090:
5091: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5092: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5093: arguments removed; image.C - absolute path shown in exception
5094: (implements feature #1071)
5095:
5096: * tests/: 235.html, results/235.processed: test and test result
5097: updated after static boundary in mail and Errors-To: mail header
5098: removed (related to feature #1047)
5099:
5100: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5101: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5102: used, static boundary in mail removed, Errors-To: mail header
5103: removed (implements feature #1047)
5104:
5105: 2016-07-20 moko
5106:
5107: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5108: equest.classes(): Value -> VStateless_class, part 3 (related to
5109: issue #1051)
5110:
5111: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5112: request.classes(): Value -> VStateless_class, part 2 (related to
5113: issue #1051)
5114:
5115: * tests/results/: 224.processed, 323.processed: classes without
5116: methods should not be methoded (related to issue #1051)
5117:
5118: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5119: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5120: -> VStateless_class, part 1 (related to issue #1051)
5121:
5122: * tests/: 337.html, results/337.processed: test for
5123: ^reflection:fields_reference[] and VHashReference class added
5124: (related to feature #1072)
5125:
5126: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5127: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5128: and VHashReference added, allowing ^reflection:fields_reference[]
5129: implementation (closes feature #1072)
5130:
5131: 2016-07-19 moko
5132:
5133: * tests/: 323.html, results/323.processed: we want to see
5134: "methoded"
5135:
5136: * tests/: 336.html, results/336.processed: test for $BASE:property
5137: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5138: #1059)
5139:
5140: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5141: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5142: somebody_entered_some_class, $BASE:property works again,
5143: ^BASE:method[] bugs fixed (fixes bug #1059)
5144:
5145: 2016-07-14 moko
5146:
5147: * tests/: 335.html, results/335.processed: test for feature #1055
5148: added
5149:
5150: * src/classes/hash.C: bugfix: $._default was not copied if empty
5151: feature: ^hash.contains[_default] added (implements feature
5152: #1055)
5153:
5154: 2016-07-13 moko
5155:
5156: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5157: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5158:
5159: 2016-07-05 moko
5160:
5161: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5162: in ^hash.foreach (related to feature #1073)
5163:
5164: 2016-07-04 moko
5165:
5166: * tests/: 134.html, 281.html, results/134.processed,
5167: results/281.processed: tests updated after hash blocking removed
5168: (related to feature #1073)
5169:
5170: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5171: no longer blocks on change during foreach (implements feature
5172: #1073)
5173:
5174: 2016-06-17 moko
5175:
5176: * tests/: 330.html, results/330.processed: try exception source
5177: test added (related to bug in #1062)
5178:
5179: * tests/: 334.html, results/334.processed: Exception stack trace
5180: test added (related to bug in $1062)
5181:
5182: * src/classes/op.C: Exception trace now correctly restored and
5183: errors reported (related to bug #1062)
5184:
1.104 moko 5185: 2016-05-25 moko
5186:
5187: * src/main/compile.y: minor cleanup + beauty
5188:
5189: 2016-05-24 moko
5190:
5191: * tests/: 333.html, results/333.processed: more exceptions testing
5192:
5193: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5194: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5195: features #1056, #1026)
5196:
5197: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5198: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5199: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5200: (implements feature #1056)
5201:
5202: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5203: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5204: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5205: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5206: feature #1026)
5207:
5208: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5209: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5210: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5211: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5212: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5213: feature #1026)
5214:
5215: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5216: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5217: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5218: SYMBOLS_CACHING define implemented (related to feature #1026)
5219:
5220: * src/main/main.vcproj: + ps_symbols
5221:
5222: * src/: include/Makefile.am, include/pa_string.h,
5223: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5224: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5225: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5226: types/pa_vstateless_class.C: initial implementation for symbols
5227: cache (related to feature #1026)
5228:
5229: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5230:
5231: * src/main/pa_globals.C: minor cleanup
5232:
5233: 2016-05-19 moko
5234:
5235: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5236: (related to feature #1046)
5237:
5238: * tests/: 331.html, results/331.processed: test for
5239: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5240: (related to feature #1051)
5241:
5242: * src/main/compile.y:
5243: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5244: (implements feature #1054)
5245:
5246: 2016-05-18 moko
5247:
5248: * src/types/pa_vtable.C, tests/results/324.processed: no more
5249: "column not found" exception for ^table.no-such-method[] (related
5250: to feature #1046)
5251:
5252: * tests/: 261.html, results/261.processed: test added and updated
5253: after feature #1046 implementation
5254:
5255: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5256: types/pa_vvoid.h: $string.anything works for whitespace strings,
5257: ^string.contains added for hash compatibility, $string.method no
5258: longer returns stting method (implements feature #1046)
5259:
5260: 2016-05-12 moko
5261:
5262: * src/classes/curl.C: content-type response header no longer
5263: ignored (fixes issue #1045)
5264:
5265: * tests/: 330.html, results/330.processed: test for incomplete
5266: finally execution when break occures added (related to issue
5267: #1077)
5268:
5269: * src/classes/op.C: bugfix: Request::skip reset is called before
5270: executing catch and finally code (fixes issue #1062)
5271:
5272: 2016-05-11 moko
5273:
5274: * tests/: 329.html, results/329.processed: test for invalid
5275: ^break[] behavour added (bug #1077)
5276:
5277: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5278:
5279: 2016-04-24 moko
5280:
5281: * src/types/pa_vstateless_class.h: warning war
5282:
5283: 2016-04-17 moko
5284:
5285: * tests/: 328.html, results/328.processed: test for
5286: ^break(condition) and ^continue(condition) (related to feature
5287: #1063)
5288:
5289: * src/classes/op.C: ^break(condition) and ^continue(condition)
5290: implemented (feature #1063)
5291:
5292: 2016-04-12 moko
5293:
5294: * tests/results/280.processed: ordered hash now used for class
5295: methods and properties (test results updated for feature #1069)
5296:
5297: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5298: to xdoc.C as under FreeBSD it was inited after and inheritance
5299: failed (related to issue #1051)
5300:
5301: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5302: are printed to check inheritance (related to feature #1051)
5303:
1.103 moko 5304: 2016-04-09 moko
5305:
5306: * tests/results/320.processed: ordered hash now used for class
5307: methods and properties (test results updated for feature #1069)
5308:
5309: * src/types/pa_vstateless_class.h: ordered hash now used for class
5310: methods and properties (implements feature #1069)
5311:
5312: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5313: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5314: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5315: feature #1051)
5316:
5317: 2016-04-07 moko
5318:
5319: * src/main/execute.C: returned Value in .CLASS case for VJunction
5320: (related to feature #1051)
5321:
5322: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5323: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5324: string constants deduplication (related to feature #1051)
5325:
5326: * tests/results/224.processed: test result updated (related to
5327: feature #1051)
5328:
5329: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5330: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5331: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5332: types/pa_vstatus.h: classes hash now contains only
5333: VStateless_class derived objects, .CLASS is also allways
5334: VStateless_class derived object (related to feature #1051).
5335:
5336: 2016-04-06 moko
5337:
5338: * tests/results/323.processed: test result updated after feature
5339: #1051 implementation
5340:
5341: * src/: classes/classes.h, classes/op.C, classes/response.C,
5342: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5343: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5344: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5345: types/pa_vresponse.C, types/pa_vresponse.h,
5346: types/pa_vstateless_class.h: base -> methoded_donor for static
5347: classes, type() moved from VStateless_class to VClass and
5348: Methoded (implements feature #1051)
5349:
5350: 2016-04-04 moko
5351:
5352: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5353: beauty: put_class added (related to feature #1051)
5354:
5355: 2016-04-01 moko
5356:
5357: * tests/results/: 175.processed, 192.processed, 224.processed,
5358: 229.processed, 244.processed, 246.processed, 316.processed: test
5359: results updated as class.type() removed from error messages, only
5360: type() left (related to feature #1051)
5361:
5362: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5363: classes/op.C, classes/reflection.C, main/compile.y,
5364: main/compile_tools.h, main/execute.C, main/pa_request.C,
5365: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5366: types/pa_vmethod_frame.h, types/pa_vobject.h,
5367: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5368: from VStateless_class, type() is used instead (related to feature
5369: #1051)
5370:
5371: * src/classes/mail.C: old logic restored.
5372:
5373: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5374: classes/classes.h, classes/curl.C, classes/date.C,
5375: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5376: classes/hashfile.C, classes/image.C, classes/inet.C,
5377: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5378: classes/memcached.C, classes/memory.C, classes/reflection.C,
5379: classes/regex.C, classes/response.C, classes/string.C,
5380: classes/table.C, classes/xdoc.C, classes/xnode.C,
5381: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5382: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5383: feature #1051)
5384:
5385: 2016-03-30 moko
5386:
5387: * tests/: 327.html, results/224.processed, results/327.processed:
5388: test for TZ specification in ^date::create[], TZ is kept during
5389: ^date::create[$dt] (related to feature #1048)
5390:
5391: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5392: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5393: feature #1048)
5394:
5395: 2016-03-29 moko
5396:
5397: * tests/: 315.html, results/315.processed: test for timezone format
5398: +HHmm added (related to feature #1065)
5399:
5400: * src/classes/date.C: timezone format +HHmm now supported
5401: (implements feature #1065)
5402:
5403: 2016-03-28 moko
5404:
5405: * tests/: 202.html, results/131.processed, results/202.processed,
5406: results/224.processed, results/256.processed,
5407: results/315.processed: test results updated after %.2d now
5408: default for hours offset in iso-string (was %2d), test for
5409: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5410: added (related to feature #1065)
5411:
5412: 2016-03-27 moko
5413:
5414: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5415: feature #1065)
5416:
5417: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5418: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5419: added (implements feature #1065)
5420:
5421: 2016-03-24 moko
5422:
5423: * tests/: 202.html, results/202.processed: test $date.week added
5424: (related to bug #1067)
5425:
5426: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5427: date (fix for bug #1067)
5428:
5429: 2016-03-10 moko
5430:
5431: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5432:
1.102 moko 5433: 2015-12-07 moko
5434:
5435: * tests/: 326.html, results/326.processed: test for .CLASS &
5436: .CLASS_NAME optimization added (related to feature #844)
5437:
5438: 2015-11-17 moko
5439:
5440: * tests/: 323.html, results/323.processed: order added
5441:
5442: * tests/: 325.html, results/325.processed: double range test added
5443: (related to bug #1049)
5444:
5445: 2015-11-16 moko
5446:
5447: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5448: added to disallow NaN and Infinity (fixes bug #1049)
5449:
5450: 2015-11-11 moko
5451:
5452: * tests/324.html: parser 3.4.3 execution support added (related to
5453: feature #1017)
5454:
5455: * tests/: 324.html, results/324.processed: test for
5456: GET_ELEMENT4CALL feature added (feature #1017)
5457:
1.101 moko 5458: 2015-10-29 moko
5459:
1.211 moko 5460: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5461:
5462: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5463:
5464: * src/main/pa_exec.C: get_exit_status implemented for Windows
5465: (related to bug #1043)
5466:
5467: 2015-10-28 moko
5468:
5469: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5470: hangup during ^file::exec (fixes bug #1043)
5471:
1.100 moko 5472: 2015-10-27 moko
5473:
5474: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5475:
1.99 moko 5476: 2015-10-26 moko
5477:
1.100 moko 5478: * tests/322.html, src/classes/reflection.C: arguments reorder
5479: (related to issue #1041)
5480:
5481: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5482: Copyright year updated
5483:
1.99 moko 5484: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5485: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5486: classes/form.C, classes/hash.C, classes/hashfile.C,
5487: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5488: classes/mail.C, classes/math.C, classes/memcached.C,
5489: classes/memory.C, classes/op.C, classes/reflection.C,
5490: classes/regex.C, classes/response.C, classes/string.C,
5491: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5492: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5493: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5494: include/pa_config_fixed.h, include/pa_config_includes.h,
5495: include/pa_dictionary.h, include/pa_dir.h,
5496: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5497: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5498: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5499: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5500: include/pa_request_charsets.h, include/pa_request_info.h,
5501: include/pa_sapi.h, include/pa_socks.h,
5502: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5503: include/pa_stack.h, include/pa_string.h,
5504: include/pa_stylesheet_connection.h,
5505: include/pa_stylesheet_manager.h, include/pa_table.h,
5506: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5507: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5508: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5509: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5510: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5511: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5512: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5513: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5514: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5515: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5516: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5517: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5518: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5519: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5520: main/pa_string.C, main/pa_stylesheet_connection.C,
5521: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5522: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5523: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5524: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5525: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5526: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5527: targets/isapi/parser3isapi.C, types/pa_junction.h,
5528: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5529: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5530: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5531: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5532: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5533: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5534: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5535: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5536: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5537: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5538: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5539: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5540: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5541: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5542: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5543: types/pa_vresponse.C, types/pa_vresponse.h,
5544: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5545: types/pa_vstateless_object.h, types/pa_vstatus.C,
5546: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5547: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5548: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5549: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5550: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5551:
5552: * src/targets/cgi/parser3.C: year updated
5553:
5554: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5555: issue #1041)
5556:
5557: * tests/: 323.html, results/323.processed: test for base classes
5558: added
5559:
5560: * tests/: 261.html, results/261.processed: updated after better
5561: error reporting done for $string.key exception
5562:
5563: * src/types/pa_vstring.h: better error report for $string.key
5564: exception
5565:
5566: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5567: copied as VObject::get_element4call to remove extra virtual call
5568:
5569: * tests/: 322.html, results/322.processed: test for
5570: ^reflection:is[] added (related to feature #1041)
5571:
5572: * src/classes/reflection.C: ^reflection:is empty value is void
5573: (related to feature #1041)
5574:
5575: * src/classes/reflection.C:
5576: ^reflection:is[class_name|code|method;[context;]element_name]
5577: added (implements feature #1041)
5578:
5579: 2015-10-24 moko
5580:
5581: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5582:
1.98 moko 5583: 2015-10-22 moko
5584:
5585: * tests/: 321.html, results/321.processed: test for
5586: ^reflection:method_info[] file detection added
5587:
5588: * tests/: 320.html, results/320.processed: test for
5589: ^reflection:class_by_name[class_name] added (related to feature
5590: #993)
5591:
5592: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5593: added (implements feature #993)
5594:
5595: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5596: (related to feature #1017)
5597:
5598: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5599: added (related to issue #1039)
5600:
5601: * src/main/pa_request.C: ^throw origin fixed (related to feature
5602: #1039)
5603:
5604: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5605: for VDate
5606:
5607: * tests/results/182.processed: updated after feature #1038
5608: implemented
5609:
5610: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5611: compile-time exception origin added (test for feature #1039)
5612:
5613: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5614: main/pa_request.C: exception unification: compile-time exceptions
5615: now have origin, @USE origins also tracked (implements feature
5616: #1039)
5617:
5618: 2015-10-20 moko
5619:
5620: * src/main/pa_request.C: cleanup
5621:
5622: 2015-10-15 moko
5623:
5624: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5625:
5626: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5627: types/pa_vtable.C: new feature: no more $table.method and
5628: $hash.method, aliases for _at, _count, _key (related to feature
5629: #1017)
5630:
1.97 moko 5631: 2015-10-14 moko
5632:
1.98 moko 5633: * tests/: 317.html, results/317.processed: test for
5634: ^string.unescape[] added (related to feature #120)
5635:
1.97 moko 5636: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5637: defined" bug (described in issue #1036)
5638:
5639: * tests/: 247.html, results/247.processed: test for checkBOM added
5640: (test for bug #1037)
5641:
5642: * src/: include/pa_charsets.h, main/pa_charsets.C,
5643: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5644: it's not enforced, skips BOM signature if it complies charset
5645: (fixes bug #1037)
5646:
5647: 2015-10-13 moko
5648:
5649: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5650: linking
5651:
5652: * src/classes/inet.C: vs2003 compilation fix
5653:
5654: * src/classes/math.C: warning war
5655:
5656: * src/lib/punycode/pa_punycode.c: warning war
5657:
5658: 2015-10-12 moko
5659:
5660: * src/lib/punycode/pa_punycode.c: warning war
5661:
5662: * parser3.sln: moved parser3 first, to make it default startup
5663: project
5664:
5665: * buildall: parser "mirror" now used for external libs sources
5666: (implements feature #1036)
5667:
5668: * buildall: most external libs are updated to their current
5669: versions (related to feature #1036)
5670:
5671: * src/classes/image.C: more tags added
5672:
5673: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5674:
5675: 2015-10-11 moko
5676:
5677: * src/classes/curl.C: minor optimization (related to feature #1035)
5678:
5679: 2015-10-09 moko
5680:
5681: * src/classes/curl.C: pa_strdup added for strings from curl
5682: (related to feature #1035)
5683:
5684: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5685: ULLONG_MAX definition
5686:
5687: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5688: (implements feature #1035)
5689:
5690: * src/main/pa_charset.C: String::Body(String::C) used
5691:
5692: * src/main/pa_charset.C: exceptions unified
5693:
5694: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5695: unified
5696:
5697: * src/: classes/file.C, classes/image.C, classes/mail.C,
5698: classes/op.C, classes/xdoc.C, classes/xnode.C,
5699: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5700: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5701: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5702: String::Body(String::C) constructor added (related to bug #957)
5703:
5704: * src/classes/file.C: minor optimization
5705:
5706: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5707: Cord(char*) autocreation (related to bug #957)
5708:
5709: * src/: classes/string.C, main/untaint.C: minor optimizations
5710:
5711: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5712: String(char*, Lang, length) removed, String(C(), Lang) used
5713: instead (related to bug #957)
5714:
5715: 2015-10-08 moko
5716:
5717: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5718: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5719: main/untaint.C: Now char * is converted to CORD only using
5720: AS_CORD() to check for empty cord bug (fixes bug #957)
5721:
5722: * src/include/pa_hash.h: fixed compilation without
5723: HASH_CODE_CACHING
5724:
5725: * src/classes/string.C:
5726: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5727: feature #120)
5728:
5729: * src/main/pa_common.C: reduce js flags checks count (related to
5730: feature #120)
5731:
1.96 moko 5732: 2015-10-07 moko
5733:
5734: * tests/: 275.html, results/275.processed: test modified after
5735: unsigned long long int support implemented (feature #1034)
5736:
5737: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5738: pa_atoul added for unsigned long long int support
5739:
5740: 2015-10-06 moko
5741:
5742: * src/types/pa_vdate.C: INT_MAX used
5743:
5744: 2015-10-03 moko
5745:
5746: * tests/: 302.html, results/302.processed: test for bug #1023
5747: (\u2028, \u2029 escaping) added
5748:
5749: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5750: json:string[] (fixes bug #1023)
5751:
5752: 2015-09-29 moko
5753:
5754: * tests/305.html: try-catch added for OS without ipv6 support
5755:
5756: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5757: compilation
5758:
5759: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5760: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5761: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5762: implemented to distinguish ^hash.method from $hash.field
5763: (implements feature #1017)
5764:
5765: * src/lib/punycode/pa_punycode.c: warning war
5766:
5767: * src/include/pa_config_includes.h: warning war
5768:
5769: * src/include/pa_config_includes.h: pragma warning actualized a bit
5770:
5771: * src/include/pa_config_includes.h: warning war
5772:
5773: * src/include/pa_hash.h: clang compilation fix
5774:
5775: 2015-09-27 moko
5776:
5777: * src/main/compile.tab.C: Bison 3 is now default
5778:
5779: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5780:
5781: 2015-09-25 moko
5782:
5783: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5784: works with undefined HASH_ORDER (related to feature #196)
5785:
5786: 2015-09-24 moko
5787:
5788: * tests/: 027.html, results/027.processed: test modified to test
5789: ^hash.sort (feature #196)
5790:
5791: * src/: classes/hash.C, include/pa_hash.h:
5792: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5793: added (implements feature #196)
5794:
5795: * tests/: 316.html, results/316.processed: Added test for bug #1025
5796: (exception handling in non-cached ^cache), plus for "it does not
5797: have logical value" and "$exception.handled value must be either
5798: boolean or string 'cache'" exceptions.
5799:
5800: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5801: code (fixes bug #1025)
5802:
1.95 moko 5803: 2015-09-23 moko
5804:
5805: * src/classes/table.C: warning war
5806:
5807: * src/: classes/math.C, types/pa_vcookie.C: warning war
5808:
5809: * src/classes/file.C: warning war
5810:
5811: * src/: include/pa_table.h, main/pa_table.C: warning war
5812:
5813: * src/: main/pa_request.C, classes/date.C: warning war
5814:
5815: * src/: types/pa_vdate.C, classes/op.C: warning war
5816:
5817: * tests/: 122.html, results/122.processed: win sync: to remove
5818: differences with OS that doesn't keep timezone change history
5819:
5820: * src/types/pa_vdate.C: tzset() should be called in Windows after
5821: TZ change (related to feature #36)
5822:
5823: * tests/: 075.html, results/075.processed: win sync: to remove
5824: differences with OS that doesn't keep timezone change history
5825:
5826: * tests/: 315.html, results/315.processed: win sync: to remove
5827: differences with OS that doesn't keep timezone change history
5828:
5829: * tests/: 256.html, results/256.processed: win sync: to remove
5830: differences with OS that doesn't keep timezone change history
5831:
5832: * tests/: 124.html, results/124.processed: win results sync: to
5833: avoid hitting time change hole.
5834:
5835: * src/types/pa_vdate.C: static returned. :)
5836:
5837: 2015-09-22 moko
5838:
5839: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5840:
5841: * tests/results/131.processed: more tests for feature #1032
5842:
5843: * src/classes/date.C: minor fix related to feature #1032
5844:
1.211 moko 5845: * operators.ru.txt, operators.txt: ISO date creation documented
5846: (related to feature #1032)
1.95 moko 5847:
1.211 moko 5848: * operators.ru.txt, operators.txt: iso-string documented (related
5849: to feature #1032)
1.95 moko 5850:
5851: * tests/: 315.html, results/315.processed: more tests added
5852: (related to feature #1032)
5853:
5854: * tests/: 131.html, results/131.processed: date range checks
5855: updated (related to feature #36)
5856:
5857: * tests/: 315.html, results/057.processed, results/315.processed:
5858: test added for ISO date support (related to issue #315)
5859:
5860: * src/classes/date.C: more readable exceptions in date creation
5861: (related to ticket #1032)
5862:
5863: 2015-09-18 moko
5864:
5865: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5866: added (related to issue #1032)
5867:
5868: * tests/results/256.processed, src/classes/json.C: iso-string
5869: documented (related to issue #1032)
5870:
5871: * tests/: 256.html, results/256.processed: ISO date check added
5872: (related to issue #1032)
5873:
5874: * tests/: 057.html, results/057.processed, results/224.processed:
5875: tests results updated after ISO date support implemented (related
5876: to feature #1032)
5877:
5878: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5879: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5880: ^date::create[string] constructor formalized, ^date.iso-string[]
5881: added (implements feature #1032)
5882:
5883: 2015-09-05 moko
5884:
1.211 moko 5885: * operators.ru.txt, operators.txt: actualized
1.95 moko 5886:
1.211 moko 5887: * operators.ru.txt, operators.txt: date changes documented (related
5888: to ticket #36)
1.95 moko 5889:
5890: 2015-09-04 moko
5891:
5892: * src/types/pa_vdate.C: warning war
5893:
5894: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5895:
5896: 2015-09-03 moko
5897:
5898: * tests/results/096.processed: test result updated for 0..9999 year
5899: date range support (related to feature #36)
5900:
5901: * tests/: 314.html, results/314.processed: test for
5902: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5903: bug #1031)
5904:
5905: * src/classes/string.C: Static calls fixed for ^string:base64[],
5906: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5907:
1.116 moko 5908: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5909: configure.in -> configure.ac
1.95 moko 5910:
1.116 moko 5911: * configure, configure.in, src/include/pa_config_auto.h.in: more
5912: correct timezone check for FreeBSD Warning war: configure.in ->
5913: configure.ac
1.95 moko 5914:
5915: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5916: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5917: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5918: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5919: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5920: src/main/Makefile.am, src/targets/apache/Makefile.am,
5921: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5922: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5923: check added
5924:
5925: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5926:
5927: * tests/results/: 124.processed, 224.processed: test resuls updated
5928: for new date implementation (related to feature #36)
5929:
5930: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5931: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5932: types/pa_vdate.h: new double date implementation with internal
5933: support for extended 0..9999 year range, default timezone support
5934: (related to feature #36)
5935:
5936: 2015-08-28 moko
5937:
5938: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5939: (fixes bug #1030)
5940:
5941: 2015-08-21 moko
5942:
5943: * src/classes/inet.C: snprintf size "bug" commented
5944:
5945: * src/main/pa_common.C: snprintf comments updated
5946:
5947: 2015-08-16 moko
5948:
5949: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5950:
5951: 2015-08-11 moko
5952:
5953: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5954: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5955: can be null (fixes bug #1029)
5956:
5957: 2015-08-06 moko
5958:
1.116 moko 5959: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5960: pa_vdate.C added
1.95 moko 5961:
5962: 2015-08-05 moko
5963:
5964: * tests/: 313.html, results/313.processed: test for
5965: ^table.count[columns] and ^table.flip[] with nameless tables
5966: (feature #1003)
5967:
5968: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5969: max_cell added, now ^table.count[columns] and ^table.flip[] works
5970: correctly for nameless tables (implements feature #1003)
5971:
5972: 2015-08-03 moko
5973:
5974: * tests/312.html: test for ^table.append[$hash] and
5975: ^table.insert[$hash] added (related to feature #1028)
5976:
5977: * src/classes/table.C: ^table.append[$hash] and
5978: ^table.insert[$hash] now supported (implements feature #1028)
5979:
5980: * tests/: 312.html, results/312.processed: test row copy in
5981: ^table.hash[; $.type[table] ] added (related to feature #1016)
5982:
5983: * src/classes/table.C: row copy now created in ^table.hash[;
5984: $.type[table] ] (related to feature #1016)
5985:
5986: 2015-07-29 moko
5987:
5988: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5989: added (related to feature #1016)
5990:
5991: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5992: ^table.delete[] added to delete current row (related to feature
5993: 1016)
5994:
5995: 2015-07-28 moko
5996:
5997: * tests/: 312.html, results/312.processed: test for
5998: $table.column[value] and ^table.insert{row} (related to feature
5999: #1016)
6000:
6001: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6002: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6003: ^table.insert{row} are now implemented (feature #1016)
6004:
6005: * src/include/pa_array.h: Optimization: bool reverse removed from
6006: append(), insert() added, memmove arguments order in remove()
6007: fixed (related to feature #1016)
6008:
6009: 2015-07-23 moko
6010:
6011: * src/classes/json.C: tainted json and empty json exception added
6012: (implements feature #1015)
6013:
6014: * tests/: 311.html, results/311.processed: empty json and tainted
6015: json exception test added (related to issue #1015)
6016:
6017: 2015-07-22 moko
6018:
6019: * tests/: 311.html, results/311.processed: test for UTF-8
6020: processing added
6021:
6022: * tests/: 311.html, results/311.processed: test for
6023: json_exception_with_source added (related to issue #394)
6024:
6025: * src/classes/json.C: json_exception_with_source added (implements
6026: feature #394)
6027:
6028: 2015-06-29 moko
6029:
6030: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6031: directories are now correctly determined if _d_type == DT_UNKNOWN
6032: (closes bug #1027)
6033:
6034: 2015-06-10 moko
6035:
6036: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6037: error if libxml has LIBXML_ICU_ENABLED.
6038:
6039: 2015-06-04 moko
6040:
6041: * tests/099.html: ups, reverting
6042:
6043: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6044: results/310.processed: tests for $response:body[ $.file[] ] and
6045: $response:last-modified added
6046:
6047: * src/main/pa_request.C: last-modified check fixed
6048:
6049: 2015-06-03 moko
6050:
6051: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6052: results/205.processed, results/293.processed: $response:headers
6053: logging added (tests for feature #1007)
6054:
6055: * src/: include/pa_common.h, include/pa_request.h,
6056: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6057: $response:headers are now in uppercase (closes feature #1007)
6058:
6059: 2015-06-02 moko
6060:
6061: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6062: build errors reverted for clang compatibility
6063:
6064: 2015-06-01 moko
6065:
6066: * src/include/pa_memory.h: -pedantic build errors fixed
6067:
6068: * src/classes/math.C: -pedantic build error fixed
6069:
6070: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6071:
6072: 2015-05-31 moko
6073:
6074: * src/classes/table.C: USE_STRINGSTREAM optimized
6075:
6076: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6077: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6078: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6079: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6080: types/pa_vxnode.h: warning war (-pedantic flag)
6081:
6082: 2015-05-28 moko
6083:
6084: * tests/: 308.html, results/308.processed: test for
6085: ^table::create[$t;], etc work added (related to bug #975)
6086:
6087: * src/classes/table.C: check_option_param removed,
6088: ^table::create[$t;], etc now works (fixes bug #975)
6089:
6090: 2015-05-27 moko
6091:
6092: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6093: (Debian jessie) fixed (closes issue #1024)
6094:
6095: * tests/Makefile: sort added as in Debian jessie list become
6096: unsorted
6097:
6098: 2015-05-18 moko
6099:
6100: * tests/: 201.html, results/201.processed: test for
6101: ^string.trim[what] feature #1022
6102:
6103: * src/classes/string.C: ^string.trim[what] now supported,
6104: implements feature #1022
6105:
6106: 2015-05-17 moko
6107:
6108: * tests/results/185.processed: test result updated as feature #1021
6109: implemented (left/right accept negative parameter)
6110:
6111: * src/classes/string.C: left/right now accept negative parameter
6112: (implements feature #1021)
6113:
6114: 2015-05-08 moko
6115:
6116: * src/classes/math.C: isalnum -> pa_isalnum
6117:
6118: * src/main/execute.C: optimization in getter-junction processing
6119: (related to issue #997)
6120:
6121: 2015-05-07 moko
6122:
6123: * tests/: 307.html, results/307.processed: test for issue #997
6124: added
6125:
6126: * src/main/execute.C: process_getter result now checked if junction
6127: returned (closes issue #997)
6128:
6129: * tests/: 305.html, results/305.processed: sort added to ignore
6130: different order
6131:
6132: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6133: assignment (closes issue #994)
6134:
6135: * tests/: 306.html, results/306.processed: test for issue #994
6136: added
6137:
6138: * tests/: 303.html, results/303.processed: two more errors tested
6139:
6140: 2015-05-06 moko
6141:
6142: * tests/: 305.html, results/305.processed: test for name2ip &
6143: ip2name added (related to feature #992)
6144:
6145: * tests/: 303.html, 304.html, results/303.processed,
6146: results/304.processed: tests for idna conversion added (related
6147: to issue #849)
6148:
6149: 2015-05-02 moko
6150:
6151: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6152: implemented
6153:
6154: 2015-04-30 moko
6155:
6156: * src/main/pa_http.C: idna_host added, related to issue #849
6157:
6158: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6159: (related to issue #849)
6160:
6161: 2015-04-24 moko
6162:
6163: * src/types/pa_vjunction.C: warning war
6164:
6165: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6166: unification
6167:
6168: * src/lib/punycode/pa_idna.c: warning war
6169:
6170: 2015-04-22 moko
6171:
6172: * src/main/main.vcproj: punycode include path added
6173:
6174: * src/lib/punycode/pa_idna.c: windows compile error fixed
6175:
6176: * src/lib/punycode/pa_idna.c: warning war
6177:
6178: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6179: project file added
6180:
6181: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6182:
6183: * src/include/pa_memory.h: warning war
6184:
6185: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6186: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6187: implemented (related to feature #849)
6188:
6189: * configure.in, src/main/Makefile.am,
6190: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6191: libpunycode added in Unix
6192:
6193: 2015-04-21 moko
6194:
6195: * configure.in: large files support
6196:
6197: 2015-04-15 moko
6198:
6199: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6200: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6201: pa_punycode.h: initial version for punycode/idna support library
6202: (ticket #849)
6203:
6204: 2015-04-08 moko
6205:
6206: * src/: classes/curl.C, classes/date.C, classes/file.C,
6207: classes/image.C, classes/mail.C, classes/reflection.C,
6208: classes/string.C, classes/xnode.C, include/pa_request.h,
6209: include/pa_string.h, include/pa_stylesheet_connection.h,
6210: main/compile.y, main/compile_tools.h, main/execute.C,
6211: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6212: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6213: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6214: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6215: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6216: clang compiler warnings (closes issue #1018)
6217:
6218: * src/include/pa_string.h: String::Body comparation operators with
6219: char * added (related to issue #958)
6220:
6221: 2015-04-07 moko
6222:
6223: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6224: pa_malloc/pa_free to remove system malloc/free usage (related to
6225: issue #1018)
6226:
6227: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6228: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6229: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6230: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6231: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6232: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6233: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6234: malloc/strdup/free replaced with pa_ version and checks for
6235: accidental use of non-pa_ version added (related to issue #1018)
6236:
6237: 2015-04-03 moko
6238:
6239: * buildall: pcre-8.33 -> pcre-8.36
6240:
6241: * src/: main/compile.y, classes/form.C, classes/mail.C,
6242: classes/op.C, classes/string.C, main/compile.tab.C,
6243: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6244: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6245: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6246: ticket #958)
6247:
6248: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6249: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6250: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6251: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6252: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6253: $request:headers, $request:method added (implements feature
6254: #1007)
6255:
6256: 2015-03-17 misha
6257:
6258: * tests/302.html: - test for
6259: ^json:string[...;$._default[method-name]]
6260:
6261: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6262: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6263: option $._default[method-name] is specified in ^json:string[], a
6264: method with specified name will be called for classes/objects
6265: serialization ( new feature: #982 )
6266:
6267: 2015-03-16 misha
6268:
6269: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6270: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6271: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6272: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6273: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6274: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6275: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6276: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6277: types/pa_vrequest.h, types/pa_vstateless_class.C,
6278: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6279: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6280: $var.CLASS_NAME now have special opcodes. This can be switched
6281: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6282: on pa_opcode.h ( new feature: #844 )
6283:
6284: 2015-03-15 misha
6285:
6286: * tests/075.html: - test for $response:header[]
6287:
6288: * src/types/pa_vresponse.C: - $response:header[] deletes header
6289: that was set earlie ( new feature: #1001 )
6290:
6291: 2015-03-12 misha
6292:
6293: * tests/246.html: - more tests for ^hash._at[]
6294:
6295: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6296: accepts second param [key|value|hash] ( new feature: #1012 )
6297:
6298: 2015-03-09 moko
6299:
6300: * src/types/pa_vmail.C: exception for everything but
6301: $mail:received, closes issue #1011
6302:
6303: 2015-02-20 moko
6304:
6305: * tests/: 275.html, results/275.processed: hex detection in
6306: pa_atoui fix test (closes issue #1010)
6307:
6308: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6309: issue #1010)
6310:
6311: 2015-02-17 moko
6312:
6313: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6314: tainted.
6315:
6316: 2015-02-03 misha
6317:
6318: * tests/301.html: - test for ^json:string($double) causes
6319: exception. bugfix: #1008
6320:
6321: * src/classes/json.C: - ^json:string($double) causes exception.
6322: bugfix: #1008
6323:
6324: * tests/014.html: - updated for work with ^hash.delete[]
6325:
6326: 2015-01-12 misha
6327:
6328: * src/: classes/form.C, include/pa_common.h,
6329: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6330: types/pa_vform.h: - supports body with PUT method as well ( new
6331: feature: #1006 )
6332:
6333: * src/classes/file.C: - warnings war
6334:
6335: 2015-01-11 misha
6336:
6337: * tests/300.html: - test for ^hash.delete[] is added
6338:
6339: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6340: feature: #989 ) - tiny optimization in intersects
6341:
6342: 2015-01-06 moko
6343:
6344: * src/types/pa_vmail.C: file names transcode added, to and cc added
6345: with transcode, attachments detection fixed
6346:
6347: * src/main/pa_request.C: filling mail received after cgi/auto.p
6348: load to allow charset switch (related to issue #996)
6349:
6350: 2014-12-31 moko
6351:
6352: * src/types/pa_vmail.C: from and subject now transcoded if not
6353: UTF-8 source charset (fixes issue 996)
6354:
6355: * src/main/pa_exception.C: fixed string from stack bug (closes
6356: issue #1000)
6357:
6358: 2014-12-11 misha
6359:
6360: * src/types/pa_vhashfile.C: - check if key is not empty before
6361: access ( bug fix: #1005 )
6362:
6363: 2014-11-13 misha
6364:
6365: * src/main/compile.y: - PC.append does not reset to false while
6366: creating a new class. bugfix: #990
6367:
6368: * tests/299.html: - test for creation class after working with
6369: partial class (create+append)
6370:
6371: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6372: #995
6373:
6374: * tests/232.html: - test for @get[def] added
6375:
6376: 2014-10-12 moko
6377:
6378: * src/lib/pcre/pcre_internal.vcproj: correct path
6379:
6380: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6381: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6382: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6383: targets/apache/ApacheModuleParser3.vcproj,
6384: targets/apache/ApacheModuleParser3Core.vcproj,
6385: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6386: types/types.vcproj: project GUID inserted in *.vcproj for correct
6387: conversion in newer VS versions
6388:
6389: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6390: pcre_internal.vcproj added
6391:
6392: 2014-08-28 moko
6393:
6394: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6395: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6396: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6397:
6398: 2014-06-30 misha
6399:
6400: * tests/298.html: - tests for ^reflection:def[class;className]
6401: added
6402:
6403: * src/classes/reflection.C: - ^reflection:def[class;className]
6404: added ( new feature: #918 )
6405:
6406: 2014-06-29 misha
6407:
6408: * src/classes/table.C: - ^table::create[unsupported data] -
6409: exception comment changed to "body must be table or code" ( bug
6410: fix: #951 )
6411:
6412: * tests/: 261.html, results/261.processed: - tests for
6413: ^json:string[...;$.void[null|string]] added
6414:
6415: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6416: option $.void[string|null] added to ^json:string[...] ( new
6417: feature: #952 )
6418:
6419: 2014-06-28 moko
6420:
6421: * src/classes/curl.C: $.charset now processed before other curl
6422: options (closes issue #980)
6423:
6424: 2014-05-23 misha
6425:
6426: * src/classes/json.C: - bug fix: #987
6427:
6428: 2014-05-04 misha
6429:
6430: * tests/: 253.html, 253_json.txt: - test for
6431: ^json:parse[$.int(false)] is added
6432:
6433: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6434: default true). The option is similar to $.double(bool) but for
6435: integers.
6436:
6437: 2014-05-01 moko
6438:
6439: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6440: #12 )
6441:
6442: 2014-04-16 moko
6443:
6444: * src/main/pa_http.C: response-charset option should finally work
6445: now (fix for issue #867)
6446:
6447: * src/main/pa_http.C: response-charset option should work now (fix
6448: for issue #867)
6449:
6450: 2014-03-07 moko
6451:
6452: * buildall: libgc moved
6453:
6454: * buildall: libgc moved
6455:
6456: 2013-12-29 moko
6457:
6458: * src/classes/string.C: ^string:js-unescape result now tainted,
6459: closes issue #966
6460:
6461: * tests/: 186.html, results/186.processed: ^string:js-unescape
6462: result now tainted, issue #966
6463:
6464: 2013-12-03 moko
6465:
6466: * src/: classes/memcached.C, types/pa_vmemcached.C,
6467: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6468: option was added for http://www.parser.ru/forum/?id=79343
6469:
6470: * src/classes/file.C: bugfix for
6471: http://www.parser.ru/forum/?id=79337
6472:
6473: 2013-11-05 moko
6474:
6475: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6476:
6477: * src/main/pa_globals.C: spelling fixed
6478:
6479: 2013-10-29 moko
6480:
6481: * src/lib/json/json.vcproj: json.c -> pa_json.C
6482:
6483: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6484: #892
6485:
6486: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6487: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6488: exceptions to be thrown thougth json library), related to issue
6489: #892
6490:
6491: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6492: related to issue #896
6493:
6494: 2013-10-24 moko
6495:
6496: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6497:
6498: 2013-10-23 moko
6499:
6500: * README: actualization
6501:
6502: 2013-10-22 moko
6503:
6504: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6505: compatibility patch from Sergey Kirpichev
6506:
6507: * tests/: 297.html, results/297.processed: non-working getter fix
6508: test for issue #948
6509:
6510: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6511: called when saving value of $match variable in ^string.match[] to
6512: increase compatibility (related to issue #948).
6513:
6514: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6515: usage optimization
6516:
6517: 2013-10-21 moko
6518:
6519: * tests/: 182.html, results/182.processed: local path removed for
6520: compatibility
6521:
6522: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6523: results/244.processed, results/253.processed,
6524: results/254.processed, results/275.processed,
6525: results/281.processed: try_catch -> try-catch
6526:
6527: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6528: results/294.processed, results/296.processed: try_catch ->
6529: try-catch
6530:
6531: 2013-10-20 moko
6532:
6533: * tests/: 296.html, results/296.processed: test for xsl exception
6534: for issue #938 added.
6535:
6536: * src/: include/pa_xml_exception.h,
6537: main/pa_stylesheet_connection.C: forgotten to be replaced
6538: XmlException is now replaced (once again closes issue #938)
6539:
6540: 2013-10-18 moko
6541:
6542: * buildall: disable clock_gettime detection to avoid librt linking
6543: (which in turn depends on libpthread), related to issue #943
6544:
6545: 2013-10-18 misha
6546:
6547: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6548: lib/smtp/smtp.vcproj, main/main.vcproj,
6549: targets/apache/ApacheModuleParser3Core.vcproj,
6550: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6551: types/types.vcproj: - new locations for libxml2 includes where
6552: added to vcproj files
6553:
6554: 2013-10-18 moko
6555:
6556: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6557: fix
6558:
6559: * tests/: 295.html, results/295.processed: test for issue #948
6560: updated
6561:
6562: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6563: :)
6564:
6565: * tests/: 295.html, results/295.processed: test for issue #948
6566: added
6567:
6568: * src/: classes/hash.C, classes/string.C, classes/table.C,
6569: include/pa_request.h, types/pa_method.h: for getters and setters
6570: to be executed request.put_element should be called, not
6571: context.put_element (fixes issue #948)
6572:
6573: 2013-10-17 moko
6574:
6575: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6576: LIBXML2_NEW_BUFFER check (closes issue #943)
6577:
6578: * buildall: libxml 2.9.1 build is broken --without-reader.
6579:
6580: 2013-10-16 moko
6581:
6582: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6583:
6584: * tests/: 294.html, results/294.processed: test for issue #938
6585:
6586: * src/: classes/xdoc.C, classes/xnode.C,
6587: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6588: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6589:
6590: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6591: libxslt-1.1.26 -> libxslt-1.1.28
6592:
6593: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6594: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6595: to '?', related to issue #938
6596:
6597: 2013-10-15 moko
6598:
6599: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6600: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6601: minor optimizations (closes issue #896)
6602:
6603: * tests/results/: 292.processed, 293.processed: results updated to
6604: comply with issue #896
6605:
6606: * tests/: 292.html, 293.html, results/292.processed,
6607: results/293.processed: tests for json escaping
6608:
6609: 2013-10-14 moko
6610:
6611: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6612: and cleanup, code moved from .h to .C, no changes in code
6613:
6614: 2013-10-12 moko
6615:
6616: * tests/results/119.processed: updated test result commited
6617:
6618: * tests/: 291.html, results/291.processed: test for issue #894
6619: added
6620:
6621: * src/types/pa_wcontext.h: base methods call support function
6622: get_somebody_entered_some_class should not be true forever, as
6623: wcontext can have many get_elements calls (fixes issue #894)
6624:
6625: 2013-10-11 moko
6626:
6627: * tests/: 290.html, results/290.processed: test for junction GPF
6628: issue #942 added
6629:
6630: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6631: to native method fixed (closes issue #942)
6632:
6633: * tests/: 158.html, results/158.processed: test for csv-string[]
6634: added
6635:
6636: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6637: feature #907)
6638:
6639: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6640: feature #907)
6641:
6642: 2013-10-09 moko
6643:
6644: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6645: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6646: types/pa_vstateless_class.C: GET_default, SET_default now works
6647: properly not only in objects, but in classes as well (closes
6648: issue #903)
6649:
6650: * tests/: 289.html, results/289.processed: GET/SET_default now
6651: works in classes, not only objects, test case added, related to
6652: issue #903
6653:
6654: * tests/: 288.html, results/288.processed: test for endless
6655: recursion bug added (related to issue #903)
6656:
6657: 2013-10-05 moko
6658:
6659: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6660: classes/table.C, main/execute.C, types/pa_method.h,
6661: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6662: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6663: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6664: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6665: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6666: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6667: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6668: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6669: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6670: optimization: put_element no longer has "bool areplace" argument,
6671: related to issue #903
6672:
6673: 2013-10-03 moko
6674:
6675: * tests/results/182.processed: result for $.replace(false) test
6676: commited
6677:
6678: * src/classes/date.C: ^date::create(number) processed correctly
6679: (fixes issue #901)
6680:
6681: * src/classes/image.C: as_no_junction removed, as param can be
6682: expression (closes issue #931)
6683:
6684: * tests/233.html: test for issue #931 added
6685:
6686: 2013-10-02 moko
6687:
6688: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6689: modified, test for $.replace(false) added
6690:
6691: * src/main/compile_tools.h: forgotten class replace returned. :)
6692:
6693: 2013-09-30 moko
6694:
6695: * tests/: 141.html, results/141.processed: md5 tainting test added
6696:
6697: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6698: main/compile_tools.h, main/pa_request.C: allow_class_replace
6699: implemented; $.replace option added to ^process and ^use
6700:
6701: 2013-08-27 moko
6702:
6703: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6704: cstr_to_string_body_untaint should be called with charsets for
6705: possible uri language and connection for possible sql language.
6706: related to issue #857
6707:
6708: * buildall: and -> or fixed
6709:
6710: 2013-08-26 moko
6711:
6712: * buildall: prepare_ functions logic changed to support
6713: gc-7.2d.tar.gz extracting to gc-7.2 directory
6714:
6715: 2013-08-23 moko
6716:
6717: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6718: statically
6719:
6720: 2013-08-22 moko
6721:
6722: * src/classes/string.C: String::Empty used (related to issue #912)
6723: append_know_length removed (related to old GPF bug)
6724:
6725: 2013-08-21 moko
6726:
6727: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6728:
6729: * src/classes/math.C: ^math:digest[...;$file] support added
6730: (related to ticket #857
6731:
6732: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6733: implemented
6734:
6735: * src/types/pa_vhashfile.h: warning war
6736:
6737: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6738: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6739: anti_endless_json_string_recoursion removed from request;
6740: json_string_recoursion added to json_options; $.indent[indent
6741: value] now supported and passed within recoursion closes feature
6742: #937
6743:
6744: * tests/: 287.html, results/287.processed: test for feature #937
6745:
6746: 2013-07-31 moko
6747:
6748: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6749: compilation having #define _S
6750:
6751: * src/main/pa_globals.C: cleanup
6752:
6753: 2013-07-30 moko
6754:
6755: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6756: main/pa_common.C: vs2003 warning war
6757:
6758: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6759:
6760: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6761:
6762: * src/lib/md5/pa_sha2.c: warning war
6763:
6764: 2013-07-29 moko
6765:
6766: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6767: patches from github
6768:
6769: * src/: classes/bool.C, classes/double.C, classes/int.C,
6770: classes/memcached.C, include/pa_config_includes.h,
6771: types/pa_vfile.C, types/pa_vfile.h: warning war
6772:
6773: * src/lib/json/json.vcproj: C++ -> C
6774:
6775: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6776:
6777: * src/lib/json/: json.c, pa_json.C: windows compatibility
6778:
6779: * src/lib/json/: json.c, pa_json.C: windows compatibility
6780:
6781: * src/lib/json/: json.c, pa_json.C: warning war
6782:
6783: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6784:
6785: * src/include/pa_config_fixed.h: uint16_t added
6786:
6787: * configure.in: uint16_t check added
6788:
6789: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6790: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6791: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6792: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6793: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6794:
6795: 2013-07-25 moko
6796:
6797: * parser3.sln: dependencies added
6798:
6799: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6800: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6801: module support
6802:
6803: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6804:
6805: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6806:
6807: 2013-07-23 moko
6808:
6809: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6810: PA_DEBUG_GC_MEMORY removed
6811:
6812: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6813: PA_DEBUG_DISABLE_GC compilation fix
6814:
6815: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6816: main/pa_request.C: outdated RESOURCES_DEBUG removed
6817:
6818: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6819: garbage cleanup
6820:
6821: * src/main/pa_common.C: warning war
6822:
6823: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6824:
6825: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6826: minor cleanup
6827:
6828: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6829: uses cygwin, not WIN32 implementation
6830:
6831: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6832: able to exec shell scripts
6833:
6834: * src/classes/math.C: ifdef WIN32 cleanup
6835:
6836: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6837:
6838: * src/classes/curl.C: LT_MODULE_EXT used
6839:
6840: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6841:
6842: 2013-07-22 moko
6843:
6844: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6845: includes fix
6846:
6847: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6848:
6849: * configure.in, src/include/pa_config_includes.h,
6850: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6851: src/main/pa_exec.C: includes cleanup
6852:
6853: * src/targets/cgi/parser3.C: 2012->2013
6854:
6855: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6856:
6857: * configure.in, src/include/pa_config_includes.h,
6858: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6859: src/main/pa_random.C, src/main/pa_socks.C,
6860: src/types/pa_vstatus.C: cygwin support cleanup
6861:
6862: * configure.in: dirent.h check added
6863:
6864: * src/: include/pa_config_includes.h, include/pa_dir.h,
6865: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6866: not copied
6867:
6868: 2013-07-21 moko
6869:
6870: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6871:
6872: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6873: parser3.vcproj: unused getopt.h / getopt.c removed
6874:
1.211 moko 6875: * operators.ru.txt, operators.txt, src/classes/file.C,
6876: tests/022.html, tests/results/022.processed:
6877: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6878:
6879: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6880: src/main/pa_dir.C: ^file:list[] now has dir column and when
6881: $.stat(true) it has size/*date columns modified patch from misha@
6882: that closes issue #914.
6883:
6884: * src/: include/pa_config_includes.h, main/pa_globals.C:
6885: PA_RELEASE_ASSERTS removed
6886:
6887: * src/lib/md5/pa_md5c.c: minor cleanup
6888:
6889: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6890: localeconv()->decimal_point usage remoed (related to issue #934)
6891:
6892: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6893: cordprnt.c removed
6894:
6895: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6896: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6897: pa-include/pa_strings.h: includes cleanup
6898:
6899: * src/lib/md5/pa_md5c.c: headers cleanup
6900:
6901: 2013-07-20 moko
6902:
6903: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6904: cleanup
6905:
6906: 2013-07-19 moko
6907:
6908: * src/classes/math.C: extern "C" added for crypt
6909:
6910: 2013-07-18 moko
6911:
6912: * src/classes/math.C: fix redhat7.2 build
6913:
6914: 2013-07-17 moko
6915:
6916: * configure.in, src/include/pa_config_includes.h,
6917: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6918: added for uint8/32/64_t)
6919:
6920: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6921: pa_config_includes.h used for uint32/64_t
6922:
6923: 2013-07-16 moko
6924:
6925: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6926: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6927: war
6928:
6929: * src/main/compile.tab.C: compile.y was updated
6930:
6931: * src/main/compile.y: warning war
6932:
6933: * src/: include/pa_exception.h, main/pa_exception.C,
6934: main/pa_xml_exception.C: warning war
6935:
6936: * src/: include/pa_common.h, main/pa_common.C: warning war
6937:
6938: * configure.in: beauty :)
6939:
6940: * tests/: 141.html, results/141.processed: sha256/512 added
6941:
6942: 2013-07-13 moko
6943:
6944: * src/lib/md5/md5.vcproj: sha2 added
6945:
6946: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6947: classes/math.C: sha2 support (sha256/sha512 digest)
6948:
6949: 2013-07-08 moko
6950:
6951: * src/classes/image.C: directory read or other read problem message
6952: fixed (related to issue #933)
6953:
6954: 2013-07-07 moko
6955:
6956: * AUTHORS: + misha + moko. :)
6957:
6958: 2013-07-06 moko
6959:
6960: * src/: classes/curl.C, include/pa_globals.h,
6961: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6962: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6963: for lt_dlinit to be called once and lt_dlexit called at right
6964: place (related to issue #925)
6965:
6966: 2013-07-04 moko
6967:
6968: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6969: VString::as_vfile now uses vfile.set_binary_string to avoid
6970: content-type to be set, as it brokes badly designed logic in
6971: response output. This hopefully finishes issue #928.
6972:
6973: * tests/results/: 256.processed, 286.processed: file now displayed
6974: as name, size, mode, content-type
6975:
6976: * src/main/pa_common.C: read error now reported cottectly (fixes
6977: issue #933
6978:
6979: 2013-06-28 moko
6980:
6981: * tests/: 286.html, results/286.processed: test extended
6982:
6983: * tests/: 286.html, results/286.processed: Test for issue #928
6984: added. it tests default content-type change.
6985:
6986: * src/types/pa_vfile.C: closes issue #928 - default content-type
6987: now updated
6988:
6989: 2013-06-25 moko
6990:
6991: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6992: content-type for text/binary files without name added;
6993: ^file::create[$f;...] options now works properly and $f
6994: properties are default (fixes issue #928)
6995:
6996: 2013-05-16 misha
6997:
6998: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6999: added
7000:
7001: * src/main/pa_table.C: - a tiny memory optimisation while creating
7002: table if specified limit is bigger than source rows count
7003:
7004: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7005: added ( new feature: #858 )
7006:
7007: 2013-04-29 moko
7008:
7009: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7010: $.ipresolve(0|1|2) added (closes issue #891)
7011:
7012: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7013:
7014: 2013-04-24 moko
7015:
7016: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7017: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7018: types/pa_vmemcached.h: ^memcache.release[] added, calls
7019: memcached_quit (refs #893)
7020:
7021: 2013-04-22 moko
7022:
7023: * src/: include/pa_string.h, main/pa_common.C: no more double
7024: slashes in file path (fixes bug #872)
7025:
7026: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7027: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7028: #739)
7029:
7030: * tests/results/266.processed: $.max_params added (feature #915)
7031:
7032: * src/: include/pa_common.h, main/pa_http.C: response-charset
7033: option added to file::load (closes issue #867)
7034:
7035: 2013-04-20 misha
7036:
7037: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7038: commited
7039:
7040: 2013-03-15 misha
7041:
7042: * src/classes/: hash.C, table.C: - Optimisation: do not create
7043: multiple empty strings while ::sql. uae String::Empty instead
7044:
7045: 2013-03-14 misha
7046:
7047: * src/classes/reflection.C: - for user classes
7048: ^reflection:method_info[] returns $.max_params and $.extra_param
7049: with $.call_type if they available ( new feature: #915 )
7050:
7051: * src/classes/file.C: - ^file:delete[] now supports an option
7052: $.exception(false) that suppress any exception while deleting
7053: file ( new feature: #916 )
7054:
7055: * src/classes/curl.C: - parsing cookies after curl:load now should
7056: work :)
7057:
7058: 2013-03-12 misha
7059:
7060: * src/types/pa_vfile.C: - if specified file_name is empty string
7061: set default name for the file
7062:
7063: 2013-03-11 misha
7064:
7065: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7066: also available in $f.cookies
7067:
7068: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7069: moved to a separate method
7070:
7071: 2013-03-10 moko
7072:
7073: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7074: added
7075:
7076: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7077: removed (declared by autoconf)
7078:
7079: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7080: uint32_t define
7081:
7082: 2013-03-10 misha
7083:
7084: * src/classes/file.C: ^file:delete and ^file:move now support
7085: option $.keep-empty-dirs(true) ( new feature: #884 )
7086:
7087: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7088: empty dirs is added
7089:
7090: 2013-03-10 moko
7091:
7092: * src/classes/: bool.C, double.C, int.C: default can be present,
7093: but default check removed from ^int/double/bool.int/double/bool
7094: for string.int/double/bool compatibility (related to issue #913)
7095:
7096: * src/classes/string.C: ^string.int/dobule/bool no longer
7097: internally throws exception if default is present (closes issue
7098: #913)
7099:
7100: 2013-03-09 misha
7101:
7102: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7103: optimisations ( #845 )
7104:
7105: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7106:
7107: 2013-03-08 moko
7108:
7109: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7110: creates correct table (fixes issue #910)
7111:
7112: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7113: use outside of 'connect' operator (fixes issue #911)
7114:
7115: * tests/results/: 096.processed, 122.processed: test results
7116: updated as doubles now printed with 15 significant digits, not 5
7117: (fixes issue #882)
7118:
7119: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7120: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7121:
7122: 2013-02-21 moko
7123:
7124: * src/classes/table.C: _locate_name_value does not check arguments
7125: count, so we check it in advance (fixes issue #905)
7126:
7127: 2012-10-23 moko
7128:
7129: * buildall: old shell for and echo compatibility (for six)
7130:
7131: 2012-10-19 moko
7132:
7133: * buildall: --strip added --disable-safe-mode listed in usage
7134:
7135: 2012-10-17 misha
7136:
7137: * src/classes/op.C: - apply-taint should not throw "outside
7138: connect" exception with sql lang now
7139:
7140: 2012-10-17 moko
7141:
7142: * src/main/pa_request.C: bugfix: safe mode should be inited for
7143: each request (for apache module)
7144:
7145: 2012-09-26 moko
7146:
7147: * src/doc/doxygen.cfg: png -> svg
7148:
7149: 2012-09-25 moko
7150:
7151: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7152: test added
7153:
7154: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7155: double use when key is long
7156:
7157: 2012-09-16 moko
7158:
7159: * src/classes/math.C: Format -> Method Encode -> Format
7160:
7161: * tests/: 141.html, results/141.processed: math:digest hmac test
7162: added
7163:
7164: 2012-09-14 moko
7165:
7166: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7167: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7168: implementation added
7169:
7170: 2012-09-12 moko
7171:
7172: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7173: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7174: targets.dox and string.dox slightly actualized
7175:
7176: 2012-08-31 moko
7177:
7178: * ChangeLog: now generated with patched cvs2cl.pl
7179:
7180: 2012-07-29 moko
7181:
7182: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7183: result should be pushed after VMethodFrame destructor is called,
7184: as it deletes junctions from stack params (fixes issue #868)
7185:
7186: 2012-07-23 moko
7187:
7188: * INSTALL, README: buildall script usage documented, other outdated
7189: info updated.
7190:
7191: * buildall-with-xml, buildall-without-xml: replaced by buildall
7192:
7193: 2012-07-21 moko
7194:
7195: * buildall: glib does not compile when threads are disabled...
7196:
7197: * src/types/pa_vmail.C: g_assertion fixes for empty input
7198:
7199: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7200: unref, can't unref nested objects)
7201:
7202: * src/types/pa_vmail.C: another check added
7203:
7204: 2012-07-19 moko
7205:
7206: * buildall: usage added
7207:
7208: * buildall: new buildall script that unites buildall-with-xml,
7209: buildall-without-xml, --with-apache and --with-mailreceive
7210:
7211: * configure.in: support for static gmime and dynamic glib linking.
7212: fixes for FreeBSD
7213:
7214: 2012-07-17 moko
7215:
7216: * configure.in: --with-mailreceive replaced
7217: --with-static-mailreceive and --with-shared-mailreceive pathlink
7218: removed
7219:
7220: 2012-07-16 moko
7221:
7222: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7223: capitalized, content now decoded and text content converted to
7224: $request:charset. all properties are accessed by functions, this
7225: ready for dynamic load.
7226:
7227: 2012-06-28 moko
7228:
1.116 moko 7229: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7230: 32 bit
1.95 moko 7231:
7232: 2012-06-27 moko
7233:
7234: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7235: passive ftp
7236:
7237: * src/lib/ltdl/ltdl.vcproj: release build fixed
7238:
7239: * configure.in: 3.4.2 RC -> 3.4.2
7240:
7241: 2012-06-22 moko
7242:
7243: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7244: #815)
7245:
7246: * tests/: 284.html, results/284.processed: output options test
7247: (feature #265)
7248:
7249: 2012-06-22 misha
7250:
7251: * tests/215.html: - little changes
7252:
7253: 2012-06-21 moko
7254:
7255: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7256: types/pa_vxdoc.h: output_options returned and used (bugfix for
7257: feature #265)
7258:
7259: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7260: breaks long .*, default 10M restored. (issue #216)
7261:
7262: * tests/: 283.html, results/283.processed: test for issue #815
7263: added
7264:
7265: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7266: again, cstrm not required.
7267:
7268: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7269: Win32 and broken FreeBSD (issue #45)
7270:
7271: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7272:
7273: * src/main/pa_string.C: warnings war
7274:
7275: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7276: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7277: main/pa_socks.C, targets/apache/pa_threads.C,
7278: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7279: types/pa_vstatus.C: compilation under cygwin fixed
7280:
7281: 2012-06-19 moko
7282:
7283: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7284: Windows fixed
7285:
7286: * parser3.sln: removed antique pcre_ctype
7287:
7288: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7289:
7290: * src/include/pa_config_fixed.h: undefined reference to
7291: __imp__pcre_* fix for Windows
7292:
7293: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7294: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7295: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7296: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7297: define fixed
1.95 moko 7298:
7299: 2012-06-18 moko
7300:
7301: * src/classes/memcached.C: flush -> clear
7302:
7303: * src/classes/memcached.C: memcached does not support quotes even
7304: in server name
7305:
7306: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7307: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7308: called on open to check servers existance. $.key(true) syntax
7309: now supported
7310:
7311: 2012-06-17 moko
7312:
7313: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7314: cleanup
7315:
7316: * src/classes/table.C, tests/282.cfg, tests/282.html,
7317: tests/results/282.processed: encloser at the EOF bug fixed,
7318: incorrectly enclosed data now processed more logicaly (fixes
7319: #339)
7320:
7321: 2012-06-15 moko
7322:
7323: * buildall-without-xml: sync with buildall-with-xml
7324:
7325: * buildall-with-xml: download auto-detected between fetch and curl
7326:
7327: * configure.in: --with-gc and --with-pcre now also processed
7328: correctly
7329:
1.116 moko 7330: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7331: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7332: should be run on rol1 using automake / aclocal (GNU automake)
7333: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7334:
7335: * configure.in: new PARSER_VERSION logic
7336:
7337: * src/include/pa_version.h: new pa_version.h logic
7338:
7339: * src/: classes/curl.C, classes/file.C, classes/image.C,
7340: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7341: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7342: feols_normalized -> fis_text_content set_binary added
7343:
7344: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7345:
7346: 2012-06-15 misha
7347:
7348: * src/: classes/curl.C, classes/file.C, classes/image.C,
7349: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7350: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7351: ^file::create[text;content] EOLs in content now is normalized. (
7352: new feature: #815 )
7353:
7354: 2012-06-15 moko
7355:
7356: * configure.in: --disable-version-update added to disable version
7357: update with host information (for debian package) whitespace
7358: optimized
7359:
7360: * configure.in: version changed to 3.4.2 RC no-pic added for
7361: libtool
7362:
7363: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7364: it.
7365:
7366: 2012-06-14 moko
7367:
7368: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7369: tests/results/281.processed: "hash flocked" error removed for
7370: safe operations like ^h._count[] ( new feature: #335 )
7371:
1.116 moko 7372: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7373:
7374: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7375:
7376: * configure.in: --with-static/shared xml replaced with --with-xml,
7377: xml compilation check added
7378:
7379: * configure.in: --with-static/shared-gc, --with-static-pcre are
7380: replaced with --with-gc and --with-pcre test for pcre linking
7381: added
7382:
7383: 2012-06-13 moko
7384:
7385: * configure.in: apxs2 check optimized
7386:
7387: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7388: .la, includes optimized
7389:
7390: * buildall-with-xml: --with-pic looks better for -fPIC
7391:
7392: * configure.in: switched to convenience library in static linking
7393:
7394: * src/targets/apache/Makefile.am: switched to convenience library
7395: usage to avoid libtool warnings
7396:
7397: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7398: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7399: smtp/Makefile.am: switched to convenience library usage
7400:
7401: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7402:
7403: * src/targets/apache/Makefile.am: updated for libtool usage
7404:
7405: * buildall-without-xml: --with-included-ltdl added
7406:
7407: * buildall-without-xml: sync with buildall-with-xml
7408:
7409: * buildall-with-xml: --with-included-ltdl added $cflags added for
7410: -fPIC for x64 $download added for wget success check added
7411:
7412: * buildall-without-xml: --with-dynamic-stdcpp removed
7413:
7414: * configure.in: disable-static returned
7415:
7416: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7417: LIBTOOLFLAGS
7418:
7419: 2012-06-12 moko
7420:
7421: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7422: compatible with LIBTOOLFLAGS for unknown reasons
7423:
7424: * buildall-with-xml: --with-dynamic-stdcpp removed
7425:
7426: * configure.in: static/dynamic -lstdc++ linking option removed
7427: apxs2 check added
7428:
7429: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7430: option removed
7431:
7432: 2012-06-10 moko
7433:
7434: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7435: added
7436:
7437: * src/targets/cgi/pp3.cmd: old PAF stuff
7438:
1.116 moko 7439: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7440: beauty
1.95 moko 7441:
7442: * depcomp: from libtool 2.4.2
7443:
7444: * configure.in: ltdl directory removed, it has correct Makefile.in
7445:
7446: 2012-06-09 moko
7447:
1.116 moko 7448: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7449: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7450: autogenerated files updated after libtool update
7451:
1.116 moko 7452: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7453: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7454: config_auto.h.in, config_fixed.h, configure, configure.ac,
7455: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7456: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7457: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7458: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7459: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7460: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7461: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7462: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7463: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7464: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7465:
7466: * configure.in: preparation for new libtool
7467:
7468: * configure.in: Some beauty added :)
7469:
7470: * src/targets/apache/Makefile.am: := -> =
7471:
7472: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7473: again. :)
7474:
7475: * src/include/pa_config_includes.h, configure.in: limits.h added,
7476: previously was taken from pcre_internal.h. :)
7477:
7478: * src/lib/pcre/Makefile.am: config.h returned
7479:
7480: * src/lib/pcre/config.h: still need this. :)
7481:
7482: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7483:
7484: * configure.in: --with-charsets removed; --with-mysql-client & co
7485: removed
7486:
7487: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7488: now in parser tree, no need to copy
7489:
7490: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7491: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7492: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7493: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7494: extracts now used old trash removed
7495:
7496: * etc/parser3.charsets/Makefile.am: charsets now in share
7497: (debian/patches/104_automake.patch) + all charsets are copied
7498:
7499: * buildall-with-xml, buildall-without-xml: curl option removed +
7500: extra arguments now supported
7501:
7502: 2012-06-08 misha
7503:
7504: * src/classes/table.C: - one params.as_hash usage was rolled back:
7505: the 2nd option in ^table.hash[] could be hash or table so
7506: .as_hash will throw an exception when table option is specified
7507:
7508: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7509: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7510: classes/table.C, classes/void.C, classes/xdoc.C,
7511: include/pa_exception.h, types/pa_vmethod_frame.C,
7512: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7513: and improved (whitespaces are allowed as empty options) -
7514: MethodParams::as_table is added - above methods are used for
7515: parsing methods' options ( new feature: #9 )
7516:
7517: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7518: to vclass. now class fields can be accessible as a hash:
7519: $h[^hash::create[$asd:CLASS]]
7520:
7521: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7522: have get_fields method so their fields can be accessed with
7523: ^reflection:fields[...] & ^reflection:field[...]
7524:
7525: 2012-06-06 misha
7526:
7527: * tests/280.html: - tests for
7528: ^reflection:method[obj-or-class;method],
7529: ^reflection:field[obj-or-class;field] and
7530: ^reflection:fields[obj-or-class] are added
7531:
7532: 2012-06-05 misha
7533:
7534: * src/classes/reflection.C: - ^reflection:method[class or
7535: object;method name] and ^reflection:field[class or object;field
7536: name] are added
7537:
7538: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7539: is used
7540:
7541: * src/types/pa_method.h: - Method::as_vjunction method is added
7542:
7543: 2012-06-05 moko
7544:
1.116 moko 7545: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7546:
7547: * src/classes/memcached.C: flish ttl fixed
7548:
7549: 2012-06-04 moko
7550:
7551: * src/classes/json.C, src/classes/op.C, tests/279.html,
7552: tests/results/279.processed: ^json:parse[] now supports $.taint
7553: option (new feature #833)
7554:
7555: 2012-06-04 misha
7556:
7557: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7558: - search_stop method was moved from pa_vcookie.C to pa_common.C
7559:
7560: 2012-06-03 misha
7561:
7562: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7563: cookies are parced and stored into $.cookies ( new feature: #31 )
7564:
7565: 2012-05-30 misha
7566:
7567: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7568: incomplete class into a scope while @USE is found
7569:
7570: * src/main/compile.y: - add incomplete class into a scope while
7571: @USE and @CLASS instructions are found ( bugfix: #838 )
7572:
7573: 2012-05-30 moko
7574:
7575: * src/types/pa_vclass.C, tests/278.html,
7576: tests/results/278.processed: removed "property has no getter
7577: method" exception when GET_DEFAULT present (fixes #269)
7578:
7579: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7580: $._default
7581:
7582: 2012-05-29 moko
7583:
7584: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7585: uninitialized values usage (new feature: #154)
7586:
7587: 2012-05-28 moko
7588:
7589: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7590: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7591: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7592: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7593: src/types/pa_vobject.C, src/types/pa_vobject.h,
7594: src/types/pa_vstring.h, src/types/pa_vtable.C,
7595: tests/results/277.processed, src/types/pa_vtable.h,
7596: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7597: ^json:string[$o; $.default[$method]] implemented for VObject (new
7598: feature #803)
7599:
7600: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7601: tests/results/277.processed: json numbers are now treated as
7602: double ( new feature: #834 )
7603:
7604: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7605: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7606: added for out of range checks, zero division in vint/vdouble
7607: check added ( fixes #832 )
7608:
7609: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7610: ( fixes #832 )
7611:
7612: 2012-05-28 misha
7613:
7614: * buildall-with-xml: - --without-lzma option is added to libxml2
7615: configure
7616:
7617: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7618: added - tests for unsupported values for options $.file, $.table
7619: and $.date are added
7620:
7621: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7622: accepts "stat" $.file[] option's value in addition to existed
7623: "text" and "base64" ( new feature: #835 )
7624:
7625: * tests/276.html: - test for
7626: ^reflection:delete[$object-or-class;field-name]
7627:
7628: * src/classes/reflection.C: -
7629: ^reflection:delete[$object-or-class;field-name] is added ( new
7630: feature: #268 )
7631:
7632: 2012-05-27 misha
7633:
7634: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7635:
7636: 2012-05-24 misha
7637:
7638: * src/include/pa_common.h: - method lastposafter was removed
7639:
7640: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7641: lastposafter - ^file:dirname[] & Co proper handle windows file
7642: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7643: work as *nix commands
7644:
7645: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7646:
7647: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7648: rskipchars were added
7649:
7650: * tests/270.html: - more tests for ^file:find[]
7651:
7652: * tests/065.html: - more tests for ^file:dirname[] & Co
7653:
7654: * src/include/pa_version.h: - must be "win32" here. it is
7655: auto-generated on *nix
7656:
7657: 2012-05-24 moko
7658:
7659: * src/classes/math.C: ^math:convert[] now supports uint32 and
7660: throws overflow exception ( new feature: #830 )
7661:
7662: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7663: uint32 support and overflow added ( new feature: #830 )
7664:
7665: 2012-05-23 moko
7666:
7667: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7668: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7669: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7670: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7671: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7672: types/pa_vregex.h, types/pa_vstateless_class.C,
7673: types/pa_vstateless_class.h, types/pa_vstring.h,
7674: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7675: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7676: "return string as-is" removed from as_expr_result. ( new feature:
7677: #831 )
7678:
7679: * tests/results/244.processed: test changed after bug #782 fix
7680: commited
7681:
7682: * tests/results/229.processed: test results for bug #782 commited
7683:
7684: * tests/: 254.html, results/254.processed: uid now just compared,
7685: not printed. :)
7686:
7687: 2012-05-20 moko
7688:
7689: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7690: feature: #341 )
7691:
7692: * tests/: 254.html, results/254.processed: test for
7693: ^reflection:uid[] added
7694:
7695: * tests/: 254.html, results/254.processed: test for
7696: ^reflection:uid[$obj] added
7697:
7698: 2012-05-17 misha
7699:
7700: * src/main/untaint.C: - do not replace ' char by _26 while
7701: exploding filespec-tainting ( new feature: #829 )
7702:
7703: 2012-05-12 moko
7704:
7705: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7706: not.
7707:
7708: 2012-05-08 moko
7709:
7710: * src/types/pa_vmethod_frame.h: bug #782 fixed
7711:
7712: * tests/229.html: test for bug #782
7713:
7714: * tests/results/259.processed, src/main/pa_request.C,
7715: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7716: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7717: src/types/pa_vvoid.h: feature #154 - first empty param now
7718: string; defined locals are empty strings; $STRICT-VARS(true)
7719: added
7720:
7721: 2012-04-27 moko
7722:
1.116 moko 7723: * src/targets/apache/Makefile.am:
1.95 moko 7724: ../../lib/memcached/libmemcached.a added
7725:
7726: 2012-04-27 misha
7727:
7728: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7729: ( #827 )
7730:
7731: 2012-04-25 moko
7732:
7733: * src/: classes/json.C, classes/memcached.C,
7734: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7735: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7736: implemented.
7737:
7738: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7739:
7740: 2012-04-23 moko
7741:
7742: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7743: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7744: types/pa_vmemcached.h: open allows options hash for new
7745: memcached(options) function
7746:
7747: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7748: not appended
7749:
7750: 2012-04-21 moko
7751:
7752: * src/classes/curl.C: '' added. :)
7753:
7754: * src/classes/classes.vcproj: new curl.h location
7755:
7756: * src/classes/curl.C: verbose output redirection from stderr to
7757: file curl option added
7758:
7759: 2012-04-20 moko
7760:
7761: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7762: contains what we need from curl, #ifdef HAVE_CURL removed
7763:
1.116 moko 7764: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7765: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7766: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7767: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7768: configure option
7769:
7770: 2012-04-19 moko
7771:
7772: * src/: classes/double.C, classes/inet.C, classes/int.C,
7773: classes/string.C, lib/gc/include/gc_allocator.h,
7774: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7775: options from sql_result_string removed. (closes issue #468)
7776:
7777: * src/types/pa_vmemcached.C: empty string fix
7778:
7779: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7780: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7781: pa_vmemcached.C
7782:
7783: 2012-04-18 moko
7784:
7785: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7786: apache2-mpm-prefork" error displayed in threaded mpm.
7787:
7788: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7789: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7790: installed (issue #354)
7791:
7792: 2012-04-16 moko
7793:
7794: * src/types/pa_vmemcached.C: call to memcached_result_create and
7795: memcached_result_free removed
7796:
7797: 2012-04-14 moko
7798:
7799: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7800:
7801: * src/types/pa_vmemcached.C: check_key added and used
7802:
7803: 2012-04-13 moko
7804:
7805: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7806: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7807: Serialization_data now added and used, VString now serialized
7808: with languages into memcached.
7809:
7810: 2012-03-28 moko
7811:
7812: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7813: lib/memcached/pa_memcached.h: result lengths added
7814:
7815: 2012-03-27 moko
7816:
7817: * src/types/pa_vmemcached.C: strdup added
7818:
7819: 2012-03-24 moko
7820:
7821: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7822: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7823: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7824:
7825: 2012-03-20 moko
7826:
1.116 moko 7827: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7828:
7829: * src/targets/cgi/Makefile.am: cleanup
7830:
7831: * src/: types/Makefile.am, types/pa_vmemcached.C,
7832: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7833:
7834: * src/: classes/Makefile.am, classes/memcached.C,
7835: lib/memcached/Makefile.am, lib/memcached/constants.h,
7836: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7837: lib/memcached/types.h, lib/Makefile.am: memcached initial
7838:
7839: 2012-03-16 moko
7840:
7841: * src/main/execute.C: ident now works under Linux + ident displays
7842: filenames (closes issue #818)
7843:
1.116 moko 7844: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7845: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7846: pa_vmethod_frame_local.h removed
7847:
7848: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7849: classes/classes.h, classes/curl.C, classes/date.C,
7850: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7851: classes/hashfile.C, classes/image.C, classes/inet.C,
7852: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7853: classes/memory.C, classes/op.C, classes/reflection.C,
7854: classes/regex.C, classes/response.C, classes/string.C,
7855: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7856: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7857: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7858: include/pa_config_fixed.h, include/pa_config_includes.h,
7859: include/pa_dictionary.h, include/pa_dir.h,
7860: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7861: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7862: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7863: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7864: include/pa_request_charsets.h, include/pa_request_info.h,
7865: include/pa_sapi.h, include/pa_socks.h,
7866: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7867: include/pa_stack.h, include/pa_string.h,
7868: include/pa_stylesheet_connection.h,
7869: include/pa_stylesheet_manager.h, include/pa_table.h,
7870: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7871: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7872: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7873: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7874: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7875: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7876: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7877: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7878: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7879: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7880: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7881: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7882: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7883: main/pa_string.C, main/pa_stylesheet_connection.C,
7884: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7885: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7886: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7887: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7888: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7889: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7890: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7891: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7892: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7893: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7894: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7895: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7896: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7897: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7898: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7899: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7900: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7901: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7902: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7903: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7904: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7905: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7906: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7907: types/pa_vresponse.h, types/pa_vstateless_class.C,
7908: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7909: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7910: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7911: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7912: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7913: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7914: ident now works under Linux + ident displays filenames (closes
7915: issue #818) Copyright updated
7916:
7917: 2012-03-13 moko
7918:
7919: * src/main/pa_string.C: compilation fix for feature #741
7920:
7921: 2012-03-09 misha
7922:
7923: * tests/193.html: - tests for ^string:base64[encoded] are updated
7924:
7925: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7926: now detects invalid base64 chars in the middle of encoded stricg
7927: ( new feature: #55 )
7928:
7929: * src/include/pa_exception.h: - new exception type for base64
7930: decoding is added
7931:
7932: 2012-03-06 misha
7933:
7934: * tests/274.html: - tests for ^date::today[] and
7935: ^date.sql-string[datetime|date|time] are added
7936:
7937: * src/classes/date.C: - constructor ^date::today[] is added ( new
7938: feature: #811 ) - ^date.sql-string[] now can accept one param --
7939: strings "datetime", "date" or "time" - comments tidying up
7940:
7941: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7942: date and time
7943:
7944: 2012-03-03 misha
7945:
7946: * tests/193.html: - tests for
7947: ^string:base64[encoded;$.strict(true)] are added
7948:
7949: * tests/results/auto.p: - try-catch operator is added
7950:
7951: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7952: main/pa_common.C: - $.strict(true|false) option is added to
7953: base64 decode methods ( new feature: #55 )
7954:
7955: * src/main/pa_common.C: - base64 decode memory usage was decreased
7956: ( new feature: #819 )
7957:
7958: 2012-02-28 moko
7959:
7960: * src/classes/hash.C: ident test
7961:
7962: 2012-02-27 misha
7963:
7964: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7965:
7966: 2012-01-08 misha
7967:
7968: * tests/273.html: - tests for ^string.replace[from;to] are added
7969:
7970: * src/: classes/string.C, include/pa_dictionary.h,
7971: main/pa_dictionary.C, main/pa_string.C: -
7972: ^string.replace[from;to] is added ( new feature: #741 ) -
7973: ^string.replace[one subst here] is slightly optimized
7974:
7975: 2011-12-07 misha
7976:
7977: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7978: named table with one empty column ( bugfix: #63 )
7979:
7980: 2011-11-30 misha
7981:
7982: * src/classes/json.C: - it's possible to set user's method for
7983: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7984: #763 )
7985:
7986: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7987:
7988: 2011-11-23 misha
7989:
7990: * src/: classes/curl.C, classes/file.C, classes/image.C,
7991: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7992: types/pa_vfile.h, types/pa_vform.C: - constructor
7993: ^file::create[mode;filename;content[;options]] now accepts binary
7994: mode and file-content - new constructor's format:
7995: ^file::create[string-or-file-content[;$.name[filename]
7996: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7997: feature: #65 )
7998:
7999: * src/: include/pa_request.h, main/pa_request.C: - new method
8000: mime_type_of(const String*) is added
8001:
8002: * src/include/pa_exception.h: - new exception constant
8003: FILE_NAME_MUST_BE_SPECIFIED is added
8004:
8005: * src/classes/table.C: - bug with negative offset transformed into
8006: a feature. it means pointing to a row from the end of the table (
8007: new feature: #810 )
8008:
8009: 2011-11-19 misha
8010:
8011: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8012: â ìåòîäå _select ( new feature: #810 )
8013:
8014: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8015: options were specified together is simplified
8016:
8017: 2011-11-12 misha
8018:
8019: * src/main/pa_request.C: - forgotten fix for escaping filename in
8020: HTTP content-disposition header (a part of bug #361 )
8021:
8022: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8023: checks for ancestors' classes as well ( new feature: #456 )
8024:
8025: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8026: "without cycle" now have types "parser.break" and
8027: "parser.continue" instead of "parser.runtime" ( new feature: #799
8028: )
8029:
8030: 2011-11-11 misha
8031:
8032: * tests/results/: 099.processed, 100.processed, 205.processed,
8033: 237.processed: - since bug #361 was fixed the content of filename
8034: in HTTP headers is quoted
8035:
8036: * tests/results/270.processed: - result for test 270
8037:
8038: * tests/: 065.html, results/065.processed: - more tests for
8039: ^file:basename[] & Co were added
8040:
8041: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8042:
8043: * tests/270.html: - tests for ^file:find[] are added
8044:
8045: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8046: using option $.charset. option $.engoding is still supported but
8047: these options can not be specified together
8048:
8049: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8050: comparation charset name with string "UTF-8" ( bugfix: #759 )
8051:
8052: 2011-10-11 misha
8053:
8054: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8055: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8056: #622)
8057:
8058: 2011-09-30 misha
8059:
8060: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8061: exception "saving stat-ed file" ( bugfix: #395 )
8062:
8063: 2011-05-30 misha
8064:
8065: * src/classes/string.C: - fixed bug which was added with
8066: params.as_hash into string:sql
8067:
8068: 2011-05-29 misha
8069:
8070: * src/types/pa_value.C: - filename in content-disposition header
8071: must be quoted ( bugfix: #361 )
8072:
8073: 2011-05-27 misha
8074:
8075: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8076: created file
8077:
8078: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8079: usage
8080:
8081: * src/include/pa_exception.h: - one more string for exception was
8082: added
8083:
8084: 2011-05-25 misha
8085:
8086: * tests/269.html: - tests for checking input params in some dom
8087: methods
8088:
8089: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8090: was added. it isn't possible not wo create xdoc with invalid
8091: tagName. ( bugfix: #160 )
8092:
8093: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8094: string "data must be string" was mover from pa_exception.h to
8095: pa_xml_exception.h
8096:
8097: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8098: as_xmlncname, as_xmlname and as_xmlnsuri were added
8099:
8100: * src/main/pa_xml_exception.C: - XmlException accepts more options
8101:
8102: * src/include/pa_xml_exception.h: - XmlException accepts more
8103: options - XML-related exception's strings were added
8104:
8105: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8106: output_options were removed)
8107:
8108: 2011-05-19 misha
8109:
8110: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8111: params.as_hash is used more while parsing methods hash-options
8112:
8113: 2011-05-18 misha
8114:
1.211 moko 8115: * operators.ru.txt, operators.txt: - info about json-serialization
8116: of xdoc was added
1.95 moko 8117:
8118: * tests/256.html: - tests for json-serialization xdoc were added
8119:
8120: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8121:
8122: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8123: classes/json.C, classes/xdoc.C: - now json:string can serialize
8124: xdoc-objects. options (the same as ^xdoc.string[]) could be
8125: specified in $.xdoc[] ( new feature: #265 )
8126:
8127: 2011-05-15 misha
8128:
8129: * tests/268.html: - tests for ^table.count[with options] were added
8130:
8131: * src/classes/table.C: - method ^table.count[] now can accept
8132: options ( new feature: #93 ): ^table.count[column] returns number
8133: of columns for named table; ^table.count[cells] returns number of
8134: cells in the current row; ^table.count[] & ^table.count[rows]
8135: return number of rows in a table.
8136:
8137: * tests/267.html: - test for checking switch/case in boolean mode
8138: was added
8139:
8140: * src/classes/op.C: - if switch's or case's value is bool, they are
8141: compared as bool values, not as double values: new feature: #351
8142:
8143: 2011-05-06 misha
8144:
8145: * tests/242.html: - EOL before EOF was added
8146:
8147: * tests/169.html: - tests for splitting empty string and void were
8148: added
8149:
8150: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8151: returned table with one empty cell)
8152:
8153: 2011-04-03 misha
8154:
8155: * src/include/pa_version.h, configure.in: - version in head was
8156: changed to 3.4.2b
8157:
8158: 2011-03-30 misha
8159:
8160: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8161: as well ( new feature #294 )
8162:
8163: 2011-03-29 misha
8164:
8165: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8166: limited to approx. 6 MB. previous limits were too big for real
8167: life. bugfix: #216
8168:
8169: 2011-03-04 moko
8170:
8171: * etc/parser3.charsets/cp866.cfg: Conforms to
8172: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8173:
8174: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8175: vlalek@
8176:
8177: 2011-02-22 misha
8178:
1.211 moko 8179: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8180: methods mustn't be under #ifdef XML or parser can't be compiled
8181: without xml support
1.95 moko 8182:
8183: 2011-02-21 misha
8184:
1.116 moko 8185: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8186: ApacheModuleParser3.vcproj was removed
8187:
8188: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8189: removed)
8190:
8191: 2011-02-20 misha
8192:
8193: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8194: $.overridden in ^reflection:method_info[...] were added
8195:
8196: * src/classes/reflection.C: - beautifying result of
8197: ^reflection:method_info[] ($.overridden/inherited)
8198:
8199: 2011-02-18 misha
8200:
8201: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8202: and pa_isalnum instead of isalpha and isalnum - bug with
8203: redundand quoting lowercased latin chars while building email
8204: body was fixed
8205:
8206: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8207: added (they check for latin chars only)
8208:
8209: 2011-02-16 misha
8210:
8211: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8212: string size for transcoding gave too small value (should ever
8213: look for availability char in dest charset inspite of the char
8214: size)
8215:
8216: 2011-02-04 moko
8217:
8218: * tests/223.html: header values now not url-encoded (issue #195)
8219:
8220: 2011-02-01 misha
8221:
8222: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8223:
8224: 2011-01-31 misha
8225:
8226: * src/main/pa_request.C: - throw exception if param file_name in
8227: use_file is empty
8228:
8229: 2011-01-08 moko
8230:
8231: * src/classes/curl.C: compilations errors fixed
8232:
8233: 2010-12-29 moko
8234:
8235: * tests/: 265.html, results/265.processed: test for issue #200
8236: added
8237:
8238: * src/main/pa_string.C: empty regex result check added (fixes issue
8239: #200)
8240:
8241: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8242:
8243: * tests/results/223.processed: header values now not url-encoded
8244: (issue #195)
8245:
8246: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8247: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8248: pa_http_safe_header_name added for headers names (fixes bug #195)
8249:
8250: 2010-12-18 misha
8251:
8252: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8253: => pa-include
8254:
8255: 2010-11-28 moko
8256:
8257: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8258:
8259: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8260: -> pa
8261:
8262: * configure.in: apr -> pa
8263:
8264: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8265:
8266: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8267: classes/Makefile.am, types/Makefile.am: apr -> pa
8268:
8269: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8270: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8271: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8272: pa-include/pa_apr.h, pa-include/pa_errno.h,
8273: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8274: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8275: module apr name conflict resolved)
8276:
8277: 2010-11-27 misha
8278:
8279: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8280: libbz2
8281:
8282: 2010-11-26 misha
8283:
8284: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8285: warnings removed
8286:
8287: 2010-11-25 moko
8288:
1.211 moko 8289: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8290:
1.211 moko 8291: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8292:
1.211 moko 8293: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8294:
8295: * buildall-with-xml: libxml2-2.7.8 + with-apache
8296:
8297: 2010-11-24 moko
8298:
1.116 moko 8299: * configure: apxs support
1.95 moko 8300:
8301: * configure.in: apxs support -Bstatic gc removed for OS X
8302:
8303: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8304:
8305: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8306: THREAD_LOCAL usage
8307:
8308: * src/: classes/curl.C, include/pa_config_includes.h,
8309: main/pa_globals.C: THREAD_LOCAL defined and used
8310:
8311: 2010-11-23 moko
8312:
8313: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8314: should be passed to pa_sleep, and only fractional part (bugfix:
8315: #188)
8316:
8317: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8318:
8319: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8320: GC_dont_gc=1, as in cgi version
8321:
8322: * src/targets/apache/mod_parser3.c: warning war
8323:
8324: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8325: pa_httpd.h: version removed, some trash removed
8326:
8327: * src/targets/apache/mod_parser3.c: version removed (we don't want
8328: to show it), warning war
8329:
8330: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8331: pa_httpd.h: parser_status_allowed removed + merge config
8332: functions removed (override is the default) + beauty
8333:
8334: * src/: include/pa_request.h, main/pa_request.C,
8335: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8336: hide $status used in apache module removed
8337:
8338: 2010-11-18 moko
8339:
1.211 moko 8340: * operators.ru.txt, operators.txt: $.table[compact] added for
8341: ^json:string[]
1.95 moko 8342:
8343: 2010-11-16 moko
8344:
8345: * src/targets/apache/mod_parser3.c: some cleanup done
8346:
8347: * src/main/untaint.C: bugfix: first, second String::Body argument
8348: is hashcode; second, info.fragment_begin is original, not
8349: resulting length
8350:
8351: * src/classes/file.C: new feature: $.stdin now untainted
8352:
8353: * tests/results/264.processed: new feature: $.stdin[] now untainted
8354:
8355: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8356:
8357: * src/classes/op.C: ^apply-taint[] method added
8358:
8359: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8360: added; $.stdin untaint test added
8361:
8362: 2010-11-15 moko
8363:
8364: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8365: removed
8366:
8367: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8368: pa_httpd.h: 2x2 calculated under apache2. :)
8369:
8370: 2010-11-13 moko
8371:
8372: * src/targets/apache/mod_parser3.c: initial changes to build module
8373: with apache 2.x includes
8374:
8375: * src/targets/apache/: Makefile.am, mod_parser3.c,
8376: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8377: united apache 1.3 / apache 2.x DSO module
8378:
8379: 2010-11-09 moko
8380:
8381: * src/types/pa_method.h: check added to dissallow @method[name;*]
8382: syntax
8383:
8384: * tests/: 263.html, results/263.processed: test from method[*args]
8385: added
8386:
8387: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8388: number of params can now be passed to a method declared with *arg
8389:
8390: 2010-11-06 moko
8391:
8392: * src/classes/table.C: formating fixed. :)
8393:
8394: * src/classes/table.C: closes #4: ^table.select now supports
8395: $.limit(), $.offset, $.reverse() options
8396:
8397: * tests/: 262.html, results/262.processed: test for ^table:select
8398: with options added (feature #4)
8399:
8400: * src/include/pa_array.h: remove function added
8401:
8402: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8403: object in get_element/put_element, using static one.
8404:
8405: 2010-11-04 moko
8406:
8407: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8408: options is passed
8409:
8410: * tests/: 256.html, results/256.processed: $.table[compact] feature
8411: now tested; k and p in handler now tested.
8412:
8413: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8414: $.table[compact] feature added
8415:
8416: * src/classes/json.C: key is now passed to handler in
8417: value_json_string; ^json:string result now process tainting
8418: inside and returns clean string, related to issue #153
8419:
8420: * src/main/untaint.C: bugfix: charset can be null (in
8421: ^string:save[] as example), thus check is added
8422:
8423: 2010-10-31 moko
8424:
8425: * src/classes/string.C: error message changed (fixes issue #149)
8426:
8427: 2010-10-29 moko
8428:
8429: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8430: port is not default (fixes issue #155); exception on invalid port
8431: added.
8432:
8433: * src/main/untaint.C: '*' is now not urlencoded to allow header
8434: "Accept: */*" to be passed
8435:
8436: 2010-10-28 moko
8437:
8438: * src/classes/curl.C: bugfix: detect_charset() was throwing
8439: exception on unknown charset even if response_charset was
8440: specified
8441:
8442: 2010-10-27 moko
8443:
8444: * src/classes/string.C: ^string.append removed for void
8445: compatibility
8446:
8447: 2010-10-26 moko
8448:
8449: * src/classes/json.C: libjson supports array at top level, we too
8450: (GPF fixed)
8451:
8452: 2010-10-25 moko
8453:
8454: * tests/: 253.html, results/253.processed: libjson supports array
8455: at top level, parser now supports it as well.
8456:
8457: * tests/261.html, tests/results/261.processed,
8458: src/types/pa_vstring.h: empty string is now void compatible
8459: (allows $empty.key)
8460:
8461: 2010-10-22 misha
8462:
8463: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8464: while adding additional expires checkout)
8465:
8466: * tests/030.html: - test for session cookie was added
8467:
8468: 2010-10-21 moko
8469:
8470: * src/: classes/string.C, classes/void.C, main/execute.C,
8471: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8472: string (feature #111)
8473:
8474: * tests/: 261.html, results/261.processed: checks void from string
8475: inheritance (feature #111)
8476:
8477: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8478: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8479: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8480: now true by default
8481:
8482: 2010-10-17 moko
8483:
8484: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8485: upload now uses binary blocks instead of L_FILE_POST tainting.
8486: (bugfix: #128)
8487:
8488: * tests/: 223.html, results/223.processed: binary file upload test
8489: added, GPF (issue #128) also checked in this test
8490:
8491: 2010-10-13 misha
8492:
8493: * tests/260.html: - test for math:convert
8494:
8495: * src/classes/math.C: - error in math:convert was fixed
8496:
1.211 moko 8497: * operators.ru.txt, operators.txt: - info about
1.95 moko 8498: ^math:convert[number](from-base;to-base) was added
8499:
8500: * src/classes/math.C: - method
8501: ^math:convert[number](from-base;to-base) for converting number
8502: represention from one base to another was added ( new feature:
8503: #23 )
8504:
8505: 2010-10-13 moko
8506:
8507: * src/main/compile.tab.C: [] now is empty string, not void
8508:
8509: * src/main/compile.y: [] now is empty string, not void
8510:
8511: * src/types/pa_vvoid.h: void now passed as parameter
8512:
8513: * tests/: 259.html, results/259.processed: to test difference
8514: between void and empty string (see ticket #111)
8515:
8516: * tests/results/152.processed: $sEmpty[] is now empty string, not
8517: void
8518:
8519: * tests/256.html: $s[$void] is no longer empty string
8520:
8521: * tests/254.html: empty string is no longer void
8522:
8523: 2010-10-12 misha
8524:
8525: * src/types/pa_vcookie.C: - check if $.expires value can be
8526: converted to date during cookies set up ( bugfix: #104 )
8527:
8528: * tests/041.html: - more tests for ^table.locate were added
8529:
8530: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8531: work ( bugfix: #129 ) - exception comment for incorrect options
8532: ^table.locate[field;value;options] was fixed
8533:
8534: 2010-10-10 moko
8535:
8536: * src/: classes/reflection.C, main/execute.C: constructor returning
8537: another object feature returned
8538:
8539: * tests/results/258.processed: test result updated as constructor
8540: returning another object feature returned
8541:
8542: * tests/: 258.html, results/258.processed: test for constructor
8543: returning another object
8544:
8545: 2010-10-08 misha
8546:
8547: * tests/257.html: - whitespaces after @METACOMMANDS and their
8548: options shouldn't cause exceptions any longer
8549:
8550: 2010-10-06 moko
8551:
8552: * src/classes/: hash.C, table.C: length from sql server is now
8553: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8554:
8555: 2010-10-02 misha
8556:
1.211 moko 8557: * operators.ru.txt, operators.txt: - the X mark was removed from
8558: ^cache[file]. it is usable to delete cache file.
1.95 moko 8559:
8560: 2010-10-02 moko
8561:
8562: * tests/: 253.html, results/253.processed: hook_key added for key
8563: checking
8564:
8565: * src/classes/json.C: null key bug fixed
8566:
8567: 2010-09-29 misha
8568:
8569: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8570:
8571: 2010-09-25 moko
8572:
8573: * src/classes/json.C: small fixed
8574:
8575: * tests/results/: 253.processed, 255.processed: just updated
8576:
8577: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8578: results/255.processed: charset transcode test added for
8579: json:parse
8580:
8581: 2010-09-24 moko
8582:
8583: * src/types/pa_value.h: warning war :)
8584:
8585: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8586: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8587: ^json:string
8588:
8589: 2010-09-22 moko
8590:
8591: * src/main/pa_charset.C: parser charset tables declare only
8592: white-space before 0x20, thus adding the missing chars
8593:
8594: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8595: to http://unicode.org/Public/MAPPINGS/VENDORS/
8596:
8597: 2010-09-21 misha
8598:
8599: * src/main/compile.y: - some semicolons were added (VS2010 don't
8600: want to compile grammar if they are absent)
8601:
8602: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8603:
8604: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8605:
8606: * src/main/main.vcproj: - path to bison is changed
8607:
8608: 2010-09-21 moko
8609:
1.116 moko 8610: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8611: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8612: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8613:
8614: 2010-09-20 misha
8615:
8616: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8617:
8618: * src/classes/json.C: - add EOL while json-serializing hash
8619:
8620: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8621: compilers don't like 'ES'.
8622:
8623: 2010-09-17 misha
8624:
1.211 moko 8625: * operators.ru.txt, operators.txt: - info about json class was
8626: added
1.95 moko 8627:
8628: * src/classes/json.C: - ^json:string[object]
8629:
8630: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8631: preventing infinite recursion while executing json:string was
8632: added
8633:
8634: * src/include/pa_string.h: - method append_quoted was added
8635:
8636: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8637: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8638: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8639: was added to Value & Co
8640:
8641: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8642: were used
8643:
8644: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8645: were added
8646:
8647: 2010-09-10 moko
8648:
8649: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8650: die_or_abort (backport from 3.4.1)
8651:
8652: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8653: die_or_abort (bugfix: #106)
8654:
8655: 2010-09-09 moko
8656:
8657: * src/classes/json.C: warning war. :)
8658:
8659: 2010-09-08 misha
8660:
8661: * src/lib/json/Makefile.am: - additional include directories were
8662: added (for pa_memory.h and gc.h)
8663:
8664: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8665: compile as C++ instead default - additional include directory was
8666: added (for gc.h)
8667:
8668: * src/types/pa_vform.C: - little code reformating
8669:
8670: * src/classes/file.C: - $.content-type option now can be specified
8671: in ^file::create ( new feature: #102 )
8672:
8673: 2010-09-08 moko
8674:
8675: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8676: pa_malloc/pa_free
8677:
8678: 2010-09-07 moko
8679:
8680: * tests/results/254.processed: VStateless_class:put_element
8681: exception was fixed
8682:
8683: * src/types/: pa_value.h, pa_vstateless_class.h: now
8684: VStateless_class:put_element barks self.type, not this.type
8685: (bugfix: #105)
8686:
8687: 2010-09-06 moko
8688:
8689: * src/classes/reflection.C: bugfix: new String() is required for
8690: exception handling
8691:
8692: * tests/: 254.html, results/254.processed: test modified
8693:
8694: 2010-09-05 moko
8695:
8696: * tests/: 254.html, results/254.processed: ^reflection:copy test
8697: added
8698:
8699: * src/: classes/reflection.C, include/pa_request.h:
8700: ^reflection:copy implemented (new feature: #100)
8701:
8702: 2010-09-03 moko
8703:
8704: * src/lib/json/JSON_parser.C: c++ compatiblity
8705:
8706: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8707: option testing added
8708:
8709: 2010-09-02 moko
8710:
8711: * src/classes/json.C: $.distinct[first|last|all] added
8712:
8713: 2010-09-01 moko
8714:
8715: * tests/results/253.processed: json test result
8716:
8717: * tests/: 253.html, 253_json.txt: json test added
8718:
8719: * src/classes/json.C: json.C update to actual version + hash key
8720: creation bugfix
8721:
8722: 2010-08-31 misha
8723:
8724: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8725: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8726: src/lib/Makefile.am, src/classes/Makefile.am,
8727: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8728: json library was added
8729:
8730: 2010-08-30 moko
8731:
8732: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8733: types/pa_vobject.C: cosmetic optimization in
8734: request:execute_method usage
8735:
8736: * src/: include/pa_charset.h, main/pa_charset.C: small
8737: optimization, just to decrease number of lines. :)
8738:
8739: 2010-08-27 misha
8740:
8741: * src/classes/op.C: - taint[json] was added
8742:
8743: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8744: were added
8745:
8746: * src/main/pa_exec.C: - warning fix was rolled back.
8747:
8748: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8749: include/pa_string.h: - taint[json] was added - escaping was
8750: slightly modified
8751:
8752: 2010-08-25 misha
8753:
8754: * src/classes/file.C: - typo in file:sql exception was fixed
8755:
8756: * src/main/pa_exec.C: - warning about declared and not used
8757: variable forced_allow was removed
8758:
8759: 2010-08-14 misha
8760:
8761: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8762: were removed
8763:
8764: 2010-08-11 moko
8765:
8766: * tests/: 249.html, results/249.processed: default setter and
8767: anti-recursive default getter test added
8768:
8769: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8770: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8771: types/pa_vobject.h, types/pa_vstateless_class.C,
8772: types/pa_vstateless_class.h: default setter support +
8773: anti-recursive default getter support ( new feature: #13 )
8774:
8775: * src/include/pa_hash.h: optimization: threshold member removed
8776: from hash, reducing sizeof(hash)
8777:
8778: 2010-08-10 misha
8779:
8780: * tests/196.html: - junction-method was added to the test
8781:
8782: * tests/248.html: - ups. typo :)
8783:
8784: * tests/248.html: - test for checking .match with 4 params
8785:
8786: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8787: 247_windows1251.txt: - test for "transcode file from utf-8 to
8788: $request:charset during loading if the BOM code is detected"
8789:
8790: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8791: $request:charset during loading if the BOM code is detected ( new
8792: feature: #98 )
8793:
8794: 2010-08-05 misha
8795:
8796: * src/classes/image.C: - ^image.replace now can accept only 2
8797: params. in this case the whole image is affected ( new feature:
8798: #95 )
8799:
8800: 2010-08-04 misha
8801:
8802: * tests/246.html: - test tor ^hash._at[] was added
8803:
8804: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8805: #53 )
8806:
8807: * src/include/pa_hash.h: - methods for accessing the first and the
8808: last values of ordered hash were added (first_value and
8809: last_value)
8810:
8811: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8812: (similar to others file's methods):
8813: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8814: #68 )
8815:
8816: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8817:
8818: 2010-08-01 moko
8819:
8820: * src/classes/op.C: to correctly process $result[] in code, called
8821: from ^process
8822:
8823: * tests/245.html: $result in ^process[] test added
8824:
8825: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8826: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8827: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8828: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8829: caller, self) op_call(VMethodFrame &frame, bool constructing)
8830: removed, construct(class,method) added
8831:
8832: * tests/results/: 192.processed, 244.processed: request::construct
8833: added
8834:
8835: * tests/: 244.html, 245.html, results/244.processed,
8836: results/245.processed: object creation exceptions and ^process
8837: tests added
8838:
8839: 2010-07-28 misha
8840:
8841: * tests/make_tests.cmd: - win32 EOLs
8842:
8843: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8844: tests on Win32 were added (The system timezone should be GMT+3)
8845:
8846: 2010-07-26 misha
8847:
8848: * tests/: 212.html, results/212.processed: - sizes were removed
8849: mecause they could be different on different OSs
8850:
8851: * tests/065.html: - make it "win32 friendly"
8852:
8853: 2010-07-25 misha
8854:
8855: * src/main/compile.y: - all EOLs between methods are removed during
8856: compilation ( new feature: #47 )
8857:
8858: * tests/results/149.processed: - prepare tests to trim trailing
8859: methods' EOLs
8860:
8861: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8862:
8863: * tests/: results/006.processed, results/014.processed, 006.html,
8864: 014.html, 022.html: - prepare tests to trim trailing methods'
8865: EOLs
8866:
8867: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8868: results/071.processed, results/022.processed: - prepare tests to
8869: trim trailing methods' EOLs
8870:
8871: * tests/: results/073.processed, results/109.processed,
8872: results/142.processed, results/144.processed,
8873: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8874: 144.html: - prepare tests to trim trailing methods' EOLs
8875:
8876: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8877: 149.html, 152.html, results/096.processed, results/107.processed,
8878: results/109.processed, results/142.processed,
8879: results/144.processed: - prepare tests to trim trailing methods'
8880: EOLs
8881:
8882: 2010-07-24 moko
8883:
8884: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8885: the hash order in this test
8886:
8887: * tests/014.html: to check hash order, hash no is longer sorted
8888: before print
8889:
8890: * src/include/pa_hash.h: hash copy constructor now keeps order
8891: (bugfix: #54)
8892:
8893: 2010-07-23 moko
8894:
8895: * tests/results/224.processed: @auto[] is no longer inherited
8896:
8897: * src/types/pa_vstateless_class.C, tests/227.html,
8898: tests/results/227.processed: @auto[] is no longer inherited
8899: (bugfix: #57)
8900:
8901: 2010-07-22 misha
8902:
8903: * src/classes/table.C: - don't skip comment lines during
8904: table::load if encloser or separator is set as '#' ( new feature:
8905: #30 )
8906:
8907: * src/targets/cgi/parser3.C: - don't run as cgi if
8908: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8909: #12 )
8910:
8911: * src/classes/file.C: - set PARSER_VARSION env before external
8912: script executing
8913:
8914: 2010-07-13 misha
8915:
8916: * tests/058.html: - test for suppressing @border was added - test
8917: for user attribute was added
8918:
8919: * tests/results/186.processed: unescaping from \uXXXX
8920:
8921: * tests/186.html: unescaping from \uXXXX
8922:
8923: * tests/: 239.html, results/239.processed: method call type
8924:
8925: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8926: $junction_method.CLASS_NAME (+CLASS)
8927:
8928: 2010-07-07 misha
8929:
8930: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8931: *nix
8932:
8933: 2010-07-05 misha
8934:
8935: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8936: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8937: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8938: comment strings "options must be hash", "options must be hash,
8939: not code" and "called with invalid option" were replaced by
8940: constatns - exception comment string "invalid option passed" was
8941: replaced by "called with invalid option" (now in different
8942: methods are the same exception comment string)
8943:
8944: * src/include/pa_exception.h: - more exception strings were defined
8945:
8946: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8947: types/pa_vstateless_class.h: - now we can define possible
8948: method's call type ( new feature: #5 ) 1.
8949: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8950: methods 2. @static:method[params] (only static keyword could be
8951: used here) -- for specified methods
8952:
8953: * src/main/pa_common.C: - junction points should not be deleted on
8954: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8955: cleanup
8956:
8957: 2010-07-03 misha
8958:
8959: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8960: results/158.processed, results/160.processed,
8961: results/161.processed, results/162.processed,
8962: results/163.processed: - prepare tests to trim trailing methods'
8963: EOLs
8964:
8965: * tests/results/169.processed: - prepare tests to trim trailing
8966: methods' EOLs
8967:
8968: * tests/results/: 168.processed, 169.processed: - prepare tests to
8969: trim trailing methods' EOLs
8970:
8971: * tests/: results/170.processed, results/167.processed,
8972: results/168.processed, results/169.processed, 167.html, 168.html,
8973: 169.html: - prepare tests to trim trailing methods' EOLs
8974:
8975: * tests/: results/170.processed, results/171.processed,
8976: results/172.processed, results/173.processed,
8977: results/174.processed, results/175.processed, 170.html, 171.html,
8978: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8979: trailing methods' EOLs
8980:
8981: * tests/: results/176.processed, results/180.processed,
8982: results/184.processed, results/185.processed,
8983: results/191.processed, results/192.processed,
8984: results/196.processed, results/197.processed,
8985: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8986: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8987: to trim trailing methods' EOLs
8988:
8989: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8990: results/199.processed, results/208.processed,
8991: results/209.processed, results/213.processed,
8992: results/214.processed: - prepare tests to trim trailing methods'
8993: EOLs
8994:
8995: 2010-06-29 misha
8996:
8997: * tests/: 220.html, 218.html, results/218.processed,
8998: results/215.processed, results/217.processed, 215.html, 217.html:
8999: - prepare tests to trim trailing methods' EOLs
9000:
9001: * tests/: results/224.processed, 224.html, 223.html,
9002: results/223.processed, results/220.processed: - prepare tests to
9003: trim trailing methods' EOLs
9004:
9005: * tests/results/: 226.processed, 230.processed: - prepare tests to
9006: trim trailing methods' EOLs
9007:
9008: * tests/: 229.html, results/229.processed: - prepare tests to trim
9009: trailing methods' EOLs
9010:
9011: * tests/: 232.html, 235.html, results/232.processed,
9012: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9013: results/226.processed, results/227.processed,
9014: results/228.processed, results/230.processed: - prepare tests to
9015: trim trailing methods' EOLs
9016:
9017: 2010-06-16 moko
9018:
9019: * tests/: 229.html, results/229.processed: elseif now supported in
9020: ^if
9021:
9022: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9023:
9024: 2010-06-03 misha
9025:
9026: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9027: instead of memcopy for overlaped regions
9028:
9029: 2010-05-25 misha
9030:
9031: * src/main/pa_common.C: - wanring about unused vars was removed
9032:
9033: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9034: get_method_filename was moved to execute.C
9035:
9036: 2010-05-23 misha
9037:
9038: * src/main/pa_request.C: - more accurate detection of method's file
9039:
9040: 2010-05-22 misha
9041:
9042: * src/classes/reflection.C: - bugfix: core during detection of
9043: .file if filespec isn't detected successfully
9044:
9045: 2010-05-20 misha
9046:
9047: * src/main/pa_request.C: - fix in get_method_filename
9048:
9049: * src/include/pa_request.h: - new feature: #24 -- searching
9050: included file in @USE/^use is changed. if its filespec doesn't
9051: start from '/' it will be searched in caller file directory
9052:
9053: * src/classes/reflection.C: - ^reflection:method_info returns file
9054: where the method is defined
9055:
9056: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9057: classes/op.C: - new feature: #24 -- searching included file in
9058: @USE/^use is changed. if its filespec doesn't start from '/' it
9059: will be searched in caller file directory
9060:
9061: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9062: is moved to pa_common.h
9063:
9064: 2010-05-18 misha
9065:
9066: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9067: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9068: cookie parser decode \uXXXX as well as %uXXXX
9069:
9070: 2010-05-17 misha
9071:
9072: * src/classes/curl.C: beauty: - unused param is removed in method
9073: _curl_version_action - some spaces were removed or replaced by
9074: tabs
9075:
9076: * src/classes/table.C: - bugfix: #72 core with empty value during
9077: ^table.hash[...;name_of_the_last_column][$.type[string]]
9078:
9079: 2010-05-16 misha
9080:
9081: * src/classes/curl.C: new: #61 more curl options were added
9082: (contributed by Sumo)
9083:
9084: 2010-04-29 pretender
9085:
9086: * src/main/pa_string.C: fixes #63 Split result from empty string
9087: now empty string.
9088:
9089: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9090: string type.
9091:
9092: 2010-04-28 pretender
9093:
9094: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9095: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9096: macrodefinition removed
9097:
9098: 2010-04-19 pretender
9099:
9100: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9101: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9102:
9103: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9104: fixes #64 Now file.missing exception generates in unsafe mode to.
9105:
9106: * src/classes/file.C: fixes #48 Now not throw "not save environment
9107: variable" exception in grpunlim version.
9108:
9109: 2010-04-05 misha
9110:
9111: * src/classes/string.C: - new feature: 4th param was added to
9112: match. if specified its value is returned in case of nothing was
9113: found
9114:
9115: 2010-04-01 misha
9116:
9117: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9118: multiple execution of /a/b/auto.p
9119:
9120: 2010-03-19 misha
9121:
9122: * src/main/execute.C: - core in $table1.$table2 was fixed
9123:
9124: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9125:
9126: 2010-01-27 misha
9127:
9128: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9129: trying to open file by path /existing-file/non-exixting-file
9130:
9131: 2010-01-26 misha
9132:
9133: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9134: was added (returns file)
9135:
9136: 2009-12-22 misha
9137:
9138: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9139: now parser doesn't have class curl if it was built without it
9140:
9141: 2009-12-15 misha
9142:
9143: * configure.in: - little cheat with curl include dir was added
9144:
9145: 2009-12-05 misha
9146:
9147: * src/classes/curl.C: - some fixes
9148:
9149: 2009-12-04 misha
9150:
9151: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9152: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9153: buildall-with-xml, buildall-without-xml, configure.in: - curl
9154: class was added
9155:
9156: * src/include/pa_hash.h: - hash-iterator was added
9157:
9158: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9159: was added to pcre
9160:
9161: 2009-11-27 misha
9162:
9163: * src/classes/image.C: - don't add @border attribute to output of
9164: ^image.html[] if it was specified by user with empty value
9165:
9166: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9167: root element and we are trying to access .documentElement
9168:
9169: 2009-11-11 misha
9170:
9171: * src/classes/table.C: - in ^table.flip[] look at number of columns
9172: instead of number of items in first row for named tables
9173:
9174: 2009-11-10 misha
9175:
1.211 moko 9176: * operators.ru.txt, operators.txt: - info about hash-options in
9177: ^file::create was added
1.95 moko 9178:
9179: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9180: added
9181:
9182: 2009-11-09 misha
9183:
9184: * buildall-with-xml: - moving to libxml 2.7.6
9185:
9186: * tests/236.html: - tests for comparations cords with functions
9187: were added
9188:
9189: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9190: added
9191:
9192: * src/main/pa_http.C: - little optimisation
9193:
9194: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9195: GPF mallocs + stringstream (table.save)
9196:
9197: * src/classes/file.C: - file::create now accepts 4th param: options
9198: with $.charset
9199:
9200: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9201: bug in cord (comparation cords with functions was buggy)
9202:
9203: 2009-11-06 misha
9204:
9205: * src/main/pa_string.C: - bugfix: calculation string.length
9206: sometimes was buggy
9207:
9208: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9209: destroyed if exception occured during match/replace
9210:
9211: * src/: main/pa_charset.C, include/pa_charset.h: - method
9212: lengthUTF8Char was added
9213:
9214: * src/classes/op.C: - clean tainting lang was added for user's
9215: usage
9216:
9217: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9218: fixed: checkouts are required after GC_MALLOC
9219:
9220: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9221:
1.211 moko 9222: * operators.ru.txt, operators.txt: - actually, there is no
9223: ^untaint[xml] in file::create
1.95 moko 9224:
9225: 2009-10-15 misha
9226:
9227: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9228: were added
9229:
9230: * tests/234.html: - more tests for checking ^taint[uri] escaping
9231: were added
9232:
9233: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9234: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9235: hacking: for dealing with transcoding+^taint[uri]
9236: transcode_and_untaint was replaced by untaint_and_transcode
9237:
9238: 2009-10-13 misha
9239:
9240: * tests/: 121.html, results/121.processed: - test transcoding +
9241: url-escaping now
9242:
9243: * tests/results/auto.p: - more helpers' methods were added
9244:
9245: * src/main/pa_globals.C: - die instead of abort
9246:
9247: 2009-10-06 misha
9248:
9249: * src/main/pa_common.C: - don't allocate memory during
9250: capitalization if input string is already capitalized
9251:
9252: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9253:
9254: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9255: use format function because it calls malloc
9256:
9257: * src/include/pa_common.h: - more capitalized headers were added
9258:
9259: * src/main/pa_common.C: - in safe mode clear executable bits during
9260: file writing
9261:
9262: 2009-10-05 misha
9263:
9264: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9265:
9266: 2009-10-03 misha
9267:
9268: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9269: ^img.text[] & ^img.length[] can work in utf-8 now
9270:
9271: * src/: include/pa_charset.h, main/pa_charset.C: - class
9272: UTF8_string_iterator was added
9273:
9274: * src/classes/image.C: - respect utf-8 when calculate alphabet
9275: length
9276:
9277: * src/classes/mail.C: - check from before get message.cstr
9278:
9279: 2009-10-02 misha
9280:
9281: * tests/233.html: - test for image.font, image.length, image.text
9282: with text in utf-8 were added
9283:
9284: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9285:
9286: * buildall-with-xml, buildall-without-xml: - comment about gc
9287: version for freebsd 4 was added
9288:
9289: 2009-10-01 misha
9290:
9291: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9292: terminator) - read_pipe were slightly optimized
9293:
9294: 2009-09-28 misha
9295:
9296: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9297: removed
9298:
9299: * src/types/pa_vmail.C: - forgot about space after ':'
9300:
9301: * src/types/pa_vmail.C: - escape filenames while preparing mail
9302: body - small simplifications
9303:
9304: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9305: inout params like pa_base64
9306:
9307: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9308: option $.debug-print(1) was added to mail:send - changes for
9309: using uue_encode which uses less memory
9310:
9311: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9312:
9313: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9314: memory now
9315:
9316: 2009-09-26 misha
9317:
9318: * src/types/pa_vmail.C: - default encoding now is base64
9319:
9320: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9321:
9322: 2009-09-25 misha
9323:
9324: * src/types/pa_vmail.C: - capitalization of headers was added to
9325: sending mail as well
9326:
9327: * buildall-with-xml: - catalog package was removed from libxml
9328:
9329: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9330: win32 absolute path
9331:
9332: * src/include/pa_common.h: - one more capitalized header was added
9333:
9334: 2009-09-22 misha
9335:
9336: * INSTALL: - comment about building just httpd binary while
9337: building apache module was added
9338:
9339: 2009-09-21 misha
9340:
9341: * buildall-with-xml: - moving to the latest versions of xml libs:
9342: libxml 2.7.4 and libxslt 1.1.25
9343:
9344: 2009-09-19 misha
9345:
9346: * tests/231.html: - test for encoding cookie in win-1251
9347:
9348: 2009-09-18 misha
9349:
9350: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9351: object] were added
9352:
1.211 moko 9353: * operators.ru.txt, operators.txt: - info about method
9354: ^reflection:fields[class or object] was added
1.95 moko 9355:
9356: * src/classes/reflection.C: - method ^reflection:fields[class or
9357: object] was added
9358:
9359: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9360: methods get_fields were added
9361:
9362: * tests/232.html: - tests for @GET[name]
9363:
9364: * src/classes/table.C: - some changes in handling hash-options for
9365: creare, join and locate
9366:
9367: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9368: defined with option: the type of requested value
9369:
9370: 2009-09-17 misha
9371:
9372: * tests/212.html: - tests for .pattern and .options were added
9373:
9374: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9375: $regex.options were added
9376:
9377: 2009-09-11 misha
9378:
9379: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9380: rewrited. it checks not just one case of sending cookies during
9381: file::load[http], but also sending headers and fields (including
9382: files)
9383:
9384: 2009-09-10 misha
9385:
9386: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9387: was removed => now parser can open files with Russian 'r' in
9388: filename
9389:
9390: * src/main/untaint.C: - bugfix: client charset whould be analized
9391: while escaping cookies but now source charset
9392:
9393: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9394: ^tainted[uri] so it was possible to make request with incorrect
9395: http header
9396:
9397: * src/main/pa_http.C: - capitalization of http headers during
9398: file::load[http was slightly changes - bugfix: all headers which
9399: parser sends during file::load[http should be transcoded and only
9400: then escaped
9401:
9402: * src/main/untaint.C: - a bit more comments were added
9403:
9404: * src/classes/: file.C, string.C: - types where changes (minus 2
9405: warnings)
9406:
9407: * src/include/pa_common.h: - 2 capitalized strings for making http
9408: headers during file::load[http were added
9409:
9410: 2009-09-08 misha
9411:
1.211 moko 9412: * operators.ru.txt, operators.txt: - changes in file.save and
9413: string.save were added
1.95 moko 9414:
9415: * tests/: 230.html, 230.txt: - tests for checking options in
9416: file.save and string.save were added
9417:
9418: * src/main/pa_request.C: - http headers names, which are passed to
9419: SAPI::add_header_attribute are lowercased now (it'll be
9420: capitalized in that method)
9421:
9422: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9423: classes/string.C: - file_write accepts Request_charsets and asked
9424: charset and cound transcode content before writing - string.save
9425: and file.save have option $.charset now
9426:
9427: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9428: classes/xdoc.C: - file_write accepts Request_charsets and asked
9429: charset and cound transcode content before writing
9430:
9431: * src/include/pa_exception.h: - new exception comment string was
9432: defined
9433:
9434: 2009-09-07 misha
9435:
9436: * src/main/compile.y: - grammar $name\ name stops now for regex
9437: sub-pattern\s
9438:
9439: 2009-09-04 misha
9440:
9441: * src/main/pa_http.C: - capitalization of http headers during
9442: file::load[http was implemented
9443:
9444: 2009-09-03 misha
9445:
9446: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9447: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9448: types/pa_vmail.C, targets/cgi/parser3.C,
9449: targets/isapi/parser3isapi.C: - back to storing response http
9450: headers in lowercase - capitalize them during output
9451:
9452: 2009-08-31 misha
9453:
9454: * src/classes/table.C: - allow call with any brackets (it could be
9455: useful in methods with explict result declaration)
9456:
9457: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9458: correctly if $request:charset==koi8-r
9459:
9460: 2009-08-30 misha
9461:
9462: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9463: changed: content-type => Content-type and so on
9464:
9465: * src/classes/file.C, src/include/pa_common.h,
9466: src/include/pa_request.h, src/main/pa_http.C,
9467: src/main/pa_request.C, src/types/pa_vcookie.C,
9468: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9469: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9470: tests/results/002.processed, tests/results/003.processed,
9471: tests/results/004.processed, tests/results/005.processed,
9472: tests/results/006.processed, tests/results/007.processed,
9473: tests/results/008.processed, tests/results/009.processed,
9474: tests/results/010.processed, tests/results/011.processed,
9475: tests/results/012.processed, tests/results/013.processed,
9476: tests/results/014.processed, tests/results/015.processed,
9477: tests/results/016.processed, tests/results/017.processed,
9478: tests/results/018.processed, tests/results/019.processed,
9479: tests/results/020.processed, tests/results/021.processed,
9480: tests/results/022.processed, tests/results/023.processed,
9481: tests/results/024.processed, tests/results/025.processed,
9482: tests/results/026.processed, tests/results/027.processed,
9483: tests/results/028.processed, tests/results/029.processed,
9484: tests/results/030.processed, tests/results/031.processed,
9485: tests/results/032.processed, tests/results/033.processed,
9486: tests/results/034.processed, tests/results/035.processed,
9487: tests/results/036.processed, tests/results/037.processed,
9488: tests/results/038.processed, tests/results/039.processed,
9489: tests/results/040.processed, tests/results/041.processed,
9490: tests/results/042.processed, tests/results/043.processed,
9491: tests/results/044.processed, tests/results/045.processed,
9492: tests/results/046.processed, tests/results/047.processed,
9493: tests/results/048.processed, tests/results/049.processed,
9494: tests/results/050.processed, tests/results/051.processed,
9495: tests/results/052.processed, tests/results/053.processed,
9496: tests/results/054.processed, tests/results/055.processed,
9497: tests/results/056.processed, tests/results/057.processed,
9498: tests/results/058.processed, tests/results/059.processed,
9499: tests/results/060.processed, tests/results/061.processed,
9500: tests/results/062.processed, tests/results/063.processed,
9501: tests/results/064.processed, tests/results/065.processed,
9502: tests/results/066.processed, tests/results/067.processed,
9503: tests/results/068.processed, tests/results/069.processed,
9504: tests/results/070.processed, tests/results/071.processed,
9505: tests/results/072.processed, tests/results/073.processed,
9506: tests/results/074.processed, tests/results/075.processed,
9507: tests/results/076.processed, tests/results/077.processed,
9508: tests/results/078.processed, tests/results/079.processed,
9509: tests/results/080.processed, tests/results/081.processed,
9510: tests/results/082.processed, tests/results/083.processed,
9511: tests/results/084.processed, tests/results/085.processed,
9512: tests/results/086.processed, tests/results/087.processed,
9513: tests/results/088.processed, tests/results/089.processed,
9514: tests/results/090.processed, tests/results/091.processed,
9515: tests/results/092.processed, tests/results/093.processed,
9516: tests/results/094.processed, tests/results/095.processed,
9517: tests/results/096.processed, tests/results/097.processed,
9518: tests/results/098.processed, tests/results/099.processed,
9519: tests/results/100.processed, tests/results/101.processed,
9520: tests/results/102.processed, tests/results/103.processed,
9521: tests/results/104.processed, tests/results/105.processed,
9522: tests/results/106.processed, tests/results/107.processed,
9523: tests/results/108.processed, tests/results/109.processed,
9524: tests/results/110.processed, tests/results/111.processed,
9525: tests/results/112.processed, tests/results/113.processed,
9526: tests/results/114.processed, tests/results/115.processed,
9527: tests/results/116.processed, tests/results/117.processed,
9528: tests/results/118.processed, tests/results/119.processed,
9529: tests/results/120.processed, tests/results/121.processed,
9530: tests/results/122.processed, tests/results/123.processed,
9531: tests/results/124.processed, tests/results/125.processed,
9532: tests/results/126.processed, tests/results/127.processed,
9533: tests/results/128.processed, tests/results/129.processed,
9534: tests/results/130.processed, tests/results/131.processed,
9535: tests/results/132.processed, tests/results/133.processed,
9536: tests/results/134.processed, tests/results/135.processed,
9537: tests/results/136.processed, tests/results/138.processed,
9538: tests/results/139.processed, tests/results/140.processed,
9539: tests/results/141.processed, tests/results/142.processed,
9540: tests/results/143.processed, tests/results/144.processed,
9541: tests/results/145.processed, tests/results/146.processed,
9542: tests/results/147.processed, tests/results/148.processed,
9543: tests/results/149.processed, tests/results/150.processed,
9544: tests/results/151.processed, tests/results/152.processed,
9545: tests/results/153.processed, tests/results/154.processed,
9546: tests/results/155.processed, tests/results/156.processed,
9547: tests/results/157.processed, tests/results/158.processed,
9548: tests/results/159.processed, tests/results/160.processed,
9549: tests/results/161.processed, tests/results/162.processed,
9550: tests/results/163.processed, tests/results/164.processed,
9551: tests/results/165.processed, tests/results/166.processed,
9552: tests/results/167.processed, tests/results/168.processed,
9553: tests/results/169.processed, tests/results/170.processed,
9554: tests/results/171.processed, tests/results/172.processed,
9555: tests/results/173.processed, tests/results/174.processed,
9556: tests/results/175.processed, tests/results/176.processed,
9557: tests/results/177.processed, tests/results/178.processed,
9558: tests/results/179.processed, tests/results/180.processed,
9559: tests/results/181.processed, tests/results/182.processed,
9560: tests/results/183.processed, tests/results/184.processed,
9561: tests/results/185.processed, tests/results/186.processed,
9562: tests/results/187.processed, tests/results/188.processed,
9563: tests/results/189.processed, tests/results/190.processed,
9564: tests/results/191.processed, tests/results/192.processed,
9565: tests/results/193.processed, tests/results/194.processed,
9566: tests/results/195.processed, tests/results/196.processed,
9567: tests/results/197.processed, tests/results/198.processed,
9568: tests/results/199.processed, tests/results/200.processed,
9569: tests/results/201.processed, tests/results/202.processed,
9570: tests/results/203.processed, tests/results/204.processed,
9571: tests/results/205.processed, tests/results/206.processed,
9572: tests/results/207.processed, tests/results/208.processed,
9573: tests/results/209.processed, tests/results/210.processed,
9574: tests/results/211.processed, tests/results/212.processed,
9575: tests/results/213.processed, tests/results/214.processed,
9576: tests/results/215.processed, tests/results/216.processed,
9577: tests/results/217.processed, tests/results/218.processed,
9578: tests/results/219.processed, tests/results/220.processed,
9579: tests/results/221.processed, tests/results/222.processed,
9580: tests/results/223.processed, tests/results/224.processed,
9581: tests/results/225.processed, tests/results/226.processed,
9582: tests/results/227.processed, tests/results/228.processed,
9583: tests/results/229.processed: - http headers were changed:
9584: content-type => Content-type and so on
9585:
9586: 2009-08-27 misha
9587:
9588: * src/: main/pa_random.C, include/pa_random.h,
9589: targets/cgi/parser3.C: - year was updated :)
9590:
9591: 2009-08-26 misha
9592:
9593: * tests/: 224.html, 224.p: - test for creating of parser object
9594: using constructor without params - little bugfix in test
9595:
9596: * src/main/compile_tools.h: - bugfix: should't call autouse while
9597: checking existed class while processing partial option
9598:
9599: * src/classes/reflection.C: - bugfix: core when creating object
9600: with reflection and constructor doesn't have params
9601:
9602: 2009-08-24 misha
9603:
9604: * tests/229.html: - tests for checking the number of parameters
9605: were added
9606:
9607: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9608: number of method's parameters wasn't checked correctly (the bug
9609: was introduced in 3.4.0)
9610:
9611: 2009-08-22 misha
9612:
9613: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9614: transcoded, but tainted pieces are escaped only when
9615: content-type==url-encoding
9616:
9617: * tests/228.html: - test for checking
9618: ^file::load[http://...;$.body[]]
9619:
9620: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9621: post charset was too early (charsets is empty at this moment)
9622:
9623: 2009-08-21 misha
9624:
9625: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9626: main/untaint.C: - some fixes with transcode+untaint
9627:
9628: 2009-08-15 misha
9629:
9630: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9631: was increaced to 100 (was 50)
9632:
9633: * tests/227.html: - test for checking overriding properties in
9634: static classes was added
9635:
9636: * tests/: 226.html, 226.p: - test for @autoload[] was added
9637:
9638: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9639: main/execute.C, main/pa_request.C, classes/reflection.C: -
9640: autouse was implemented
9641:
9642: 2009-08-14 misha
9643:
9644: * src/classes/reflection.C: - outdated checkout was removed
9645:
9646: * src/classes/reflection.C: - optimization - method ^dynamical was
9647: added.
9648:
9649: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9650: types/pa_vstateless_class.h, main/execute.C: - optimization
9651:
9652: * src/types/pa_vclass.C: - exception if base on sytem class
9653:
9654: 2009-08-12 misha
9655:
9656: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9657: pa_vstateless_class.h: - little optimisation
9658:
9659: 2009-08-11 misha
9660:
9661: * tests/224.html: - method_params => method_info - checking for
9662: $.inherited
9663:
1.211 moko 9664: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9665: method method_params was renamed to method_info and now it
9666: returns class name, if method was defined in ancestor
1.95 moko 9667:
9668: * tests/225.html: - tests for cheching properties in hierarhical
9669: classes were added
9670:
9671: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9672: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9673: main/compile.y, main/execute.C, classes/classes.C: - problems
9674: with properties in new classes implementation were fixed
9675:
9676: 2009-08-10 misha
9677:
9678: * src/main/execute.C: - now constructor shouldn't be defined in
9679: class. it could be defined in parent.
9680:
9681: 2009-08-09 misha
9682:
9683: * src/classes/reflection.C: - ^reflection:methods doesn't return
9684: base's methods
9685:
9686: 2009-08-08 misha
9687:
9688: * src/: classes/classes.h, classes/date.C, classes/file.C,
9689: classes/form.C, classes/hash.C, classes/hashfile.C,
9690: classes/image.C, classes/mail.C, classes/op.C,
9691: classes/reflection.C, classes/regex.C, classes/string.C,
9692: classes/table.C, classes/xdoc.C, classes/xnode.C,
9693: classes/xnode.h, include/pa_hash.h, main/execute.C,
9694: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9695: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9696: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9697: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9698: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9699: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9700: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9701: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9702: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9703: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9704: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9705: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9706: types/pa_vresponse.C, types/pa_vresponse.h,
9707: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9708: types/pa_vstateless_object.h, types/pa_vstatus.C,
9709: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9710: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9711: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9712: types/pa_wwrapper.h, types/types.vcproj: - new classes
9713: implementation
9714:
9715: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9716: USE_MUNMAP is used. so it is disabled as a workaround.
9717:
9718: 2009-08-05 misha
9719:
9720: * src/: main/pa_common.C, include/pa_common.h: - not needed
9721: parameter was removed
9722:
9723: * src/main/pa_http.C: - bugfix: error was during detecting
9724: content-type of file which was loaded by http
9725:
9726: 2009-08-01 misha
9727:
9728: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9729: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9730: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9731: can't be disabled with defines any longer
9732:
9733: 2009-07-29 misha
9734:
9735: * src/classes/reflection.C, tests/results/224.processed: - for
9736: native methods with any call type now returned empty call_type
9737: value
9738:
9739: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9740: classes/table.C, include/pa_hash.h, include/pa_request.h,
9741: main/pa_request.C: - break in cycles was optimized
9742:
9743: * INSTALL: - more defines were described
9744:
9745: 2009-07-28 misha
9746:
1.211 moko 9747: * operators.ru.txt, operators.txt: - some changes in information
9748: about reflection class
1.95 moko 9749:
9750: * tests/: 224.html, 224.p: - tests for reflection class
9751:
9752: * src/classes/reflection.C: - some bugs were fixed, method classes
9753: was added, refactoring
9754:
9755: 2009-07-26 misha
9756:
9757: * src/classes/classes.vcproj: - reflection class wass added to
9758: project
9759:
1.211 moko 9760: * operators.ru.txt, operators.txt: - information about reflection
9761: class was added
1.95 moko 9762:
9763: * src/classes/reflection.C: - class was redesigned
9764:
9765: 2009-07-24 misha
9766:
9767: * src/classes/: Makefile.am, reflection.C: - class reflection was
9768: added
9769:
9770: * src/types/pa_vstateless_class.h: - method for reflection method's
9771: in classes was added
9772:
9773: 2009-07-22 misha
9774:
9775: * src/main/compile_tools.h: - bugfix: $object.$var was
9776: over-optimized. it failed if $object1.$object2.field
9777:
9778: 2009-07-16 misha
9779:
9780: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9781: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9782: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9783: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9784: one more arg: length of cord
9785:
9786: 2009-07-15 misha
9787:
9788: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9789: tainted in ^file::load[http://...;$.cookies[]]
9790:
9791: * src/classes/: op.C, regex.C, string.C: - new string with
9792: exception was used
9793:
9794: * src/include/pa_exception.h: - new string with exception was added
9795:
9796: * tests/223.html: - test for checking cookie-encoding during
9797: ^file::load[http was added
9798:
9799: * tests/: 221.html, 222.html: - tests for checking type of
9800: $table.fields.field were added
9801:
9802: * src/types/pa_vtable.C: - not used var decl was removed
9803:
9804: * src/include/pa_string.h: - use cached string length in Body::mid.
9805: it improves speed of match with brackets in pattern
9806:
9807: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9808: outside
9809:
9810: 2009-07-14 misha
9811:
9812: * src/types/pa_vtable.C: - $table.fields.a return string even if
9813: column is empty (sometime returned void) - $table.fields was
9814: added for nameless tables
9815:
9816: * src/targets/cgi/getopt.c: - one warning resolved
9817:
9818: * src/main/pa_string.C: - potentian bug fixed
9819:
9820: * src/classes/op.C: - small optimization in taint/untaint
9821:
9822: 2009-07-13 misha
9823:
9824: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9825: added
9826:
9827: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9828: souldn't add the attribut to output
9829:
9830: 2009-07-11 misha
9831:
9832: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9833: stack size was increaced to 2MB (default=1MB)
9834:
9835: 2009-07-08 misha
9836:
9837: * src/main/pa_string.C: - link to UTF-8 description was added
9838:
9839: * src/include/pa_hash.h: - hash keeps element's order in more
9840: places (ex: ._keys[])
9841:
9842: * tests/220.html: - test for checking order of elements in hash in
9843: foreach was added
9844:
9845: * tests/172.html: - small changes in printing hash
9846:
9847: * tests/129.html: - small changes in printing hash
9848:
9849: * src/: include/pa_common.h, include/pa_hash.h,
9850: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9851: types/pa_vmethod_frame.h: - hash now keeps order of elements
9852:
9853: * tests/014.html: - small changes in printing hash
9854:
9855: 2009-07-07 misha
9856:
9857: * src/classes/op.C: - new taint language "parser-code" was added
9858:
9859: * tests/219.html: - test for auto untaint parser code in process
9860: was added
9861:
9862: * src/classes/op.C: - tainted pieces in body of process are
9863: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9864:
9865: * src/: include/pa_string.h, main/untaint.C: - new language
9866: L_PARSER_CODE for auto-untaint in process was added
9867:
9868: * src/: classes/file.C, classes/hash.C, classes/image.C,
9869: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9870: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9871: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9872: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9873: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9874: code cleanup
9875:
9876: 2009-07-06 misha
9877:
9878: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9879: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9880: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9881:
9882: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9883: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9884: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9885: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9886: should be used
9887:
9888: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9889: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9890: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9891: untaint_cstr[m] should be used
9892:
9893: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9894: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9895:
9896: * tests/218.html: - test for checking automatic file-spec-taint was
9897: added
9898:
9899: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9900: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9901: classes/file.C, classes/hash.C, classes/image.C,
9902: classes/string.C, classes/table.C, classes/void.C,
9903: classes/xdoc.C: - optimizations and simplification of
9904: string.cstr(...)
9905:
9906: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9907: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9908: - optimizations and simplification of string.cstr(...)
9909:
9910: 2009-07-04 misha
9911:
9912: * tests/217.html: - test for recursion detection was added
9913:
9914: * src/: types/types.vcproj, main/main.vcproj,
9915: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9916: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9917: from .vcproj
9918:
9919: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9920:
9921: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9922: uploading files and case-insensitive http-method were added
9923:
9924: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9925: tainted pattern in ^file:list[] was added
9926:
9927: 2009-07-03 misha
9928:
9929: * src/: classes/classes.vcproj, main/main.vcproj,
9930: types/types.vcproj, targets/cgi/parser3.vcproj,
9931: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9932: for dynamic_cast) - little options changes
9933:
9934: * src/main/pa_http.C: - file::load[http works now with uploading
9935: files _and_ changing $.charset
9936:
9937: 2009-06-29 misha
9938:
9939: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9940: while creating pattern
9941:
9942: 2009-06-25 misha
9943:
1.211 moko 9944: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9945: names for ^image.font were changed to $.space, $.width and
9946: $spacing - default space width now == gif's width
1.95 moko 9947:
9948: 2009-06-24 misha
9949:
9950: * tests/215.html: - tests for $file.mode were added
9951:
1.211 moko 9952: * operators.ru.txt, operators.txt: - added info about $file.mode
9953: and changes in ^image.font[
1.95 moko 9954:
9955: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9956: param now could be omited - third param now could be hash (with
9957: all widths options: $.space-width, $.letter-width) - it's
9958: possible to specify tracking ($.letter-space)
9959:
9960: * src/classes/file.C: - file objects now could have mode field
9961: (text|binary)
9962:
9963: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9964:
9965: 2009-06-23 misha
9966:
9967: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9968: trim can work with utf-8 chars now
9969:
9970: 2009-06-20 misha
9971:
9972: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9973: was implemented
9974:
9975: * src/classes/table.C: - string length cacheing was implemented
9976:
9977: * src/include/pa_string.h: - string length cacheing was implemented
9978:
9979: 2009-06-17 misha
9980:
9981: * src/main/execute.C: - value param was removed from
9982: WContext::WContext
9983:
9984: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9985: pa_wwrapper.h: - value param was removed from WContext::WContext
9986: - field wcontext was removed from VCodeFrame (using fparent
9987: instead)
9988:
9989: * tests/214.html: - test with hash copying
9990:
9991: 2009-06-16 misha
9992:
9993: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9994: strings doesn't work in expression anymore
9995:
9996: * src/main/execute.C: - less calls for get_constructing() - little
9997: refactoring
9998:
9999: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10000: include/pa_request.h: - less calls for get_constructing()
10001:
10002: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10003: introduced with OPTIMIZE_SINGLE_STRING optimization
10004:
10005: 2009-06-14 misha
10006:
10007: * src/: classes/date.C, classes/file.C, classes/hash.C,
10008: classes/hashfile.C, classes/image.C, classes/regex.C,
10009: classes/table.C, classes/xdoc.C, classes/xnode.h,
10010: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10011: types/pa_vstateless_class.h, main/execute.C: - create object for
10012: storing object's fields only for parser objects
10013:
10014: 2009-06-13 misha
10015:
10016: * buildall-with-xml, buildall-without-xml: - new option was added
10017: for building GC (it slightly reduces memory usage)
10018:
10019: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10020: single string write
10021:
10022: * src/main/execute.C: - bytecode optimization of ^class:constructor
10023: - optimization of single string write
10024:
10025: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10026: - bytecode optimization of ^class:constructor
10027:
10028: 2009-06-09 misha
10029:
10030: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10031: main (better compatibility)
10032:
10033: 2009-06-08 misha
10034:
10035: * src/main/compile.y: - I've forgot to commit it :(
10036:
10037: 2009-06-07 misha
10038:
10039: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10040: WITH_READ and WITH_ROOT
10041:
10042: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10043: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10044: WITH_ROOT - little refactoring
10045:
10046: 2009-06-06 misha
10047:
10048: * tests/213.html: - tests for 3rd match string-param were added
10049:
10050: * src/classes/string.C: - 3rd match param could be string now
10051:
10052: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10053: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10054: GET_OBJECT_ELEMENT
10055:
10056: 2009-06-05 misha
10057:
10058: * src/main/pa_http.C: - bugfix: content-length was not calculated
10059: if $.body was specified
10060:
10061: 2009-06-04 misha
10062:
10063: * src/classes/op.C: - optimizing write_assign_lang in connect
10064:
10065: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10066:
10067: * src/main/execute.C: - little refactoring - optimizing
10068: write_assign_lang in taint/untaint
10069:
10070: * src/include/pa_opcode.h: - little refactoring
10071:
10072: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10073: main/compile_tools.h, main/execute.C: - optimizations for
10074: $self.field, ^self.method, $self.field[...] and $self.field(...)
10075: were added
10076:
10077: 2009-06-03 misha
10078:
10079: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10080:
10081: 2009-06-02 misha
10082:
10083: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10084: include/pa_opcode.h: - refactoring in last optimizations
10085: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10086: now but code is much easy and it is ready for further
10087: improvements.
10088:
10089: 2009-05-27 misha
10090:
10091: * src/: types/pa_junction.h, types/pa_vjunction.C,
10092: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10093: changed in destructing junctions
10094:
10095: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10096: String:Body
10097:
10098: 2009-05-26 misha
10099:
10100: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10101: one method detect_charset was deleted - bug was fixed in this
10102: method (error while detecting charset in content_type withot last
10103: ';')
10104:
10105: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10106: once
10107:
10108: 2009-05-25 misha
10109:
10110: * src/classes/file.C: - bugfix: file::exec didn't work after
10111: optimizing of helper_length
10112:
10113: 2009-05-24 misha
10114:
10115: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10116: were added - little refactoring
10117:
10118: * src/main/execute.C: - core while printing in debug log
10119: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10120: optimisations were added
10121:
10122: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10123: were added
10124:
10125: 2009-05-23 misha
10126:
10127: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10128: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10129: CORD_cat optimization
10130:
10131: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10132: - call constr optimisation under separate define now
10133:
10134: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10135: in $b should be string, not void
10136:
10137: * src/main/compile.y: - little fix for rem-cut optimisation
10138:
10139: * src/: include/pa_opcode.h, main/compile_tools.C,
10140: main/compile_tools.h, main/execute.C: - optimisations for
10141: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10142:
10143: * INSTALL: - description of some #defined were added
10144:
10145: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10146: before 1st access (memory usage is reduced if don't access to
10147: .text field)
10148:
10149: * src/include/pa_array.h: - array grows step now not static (it
10150: reduces numbers of reallocs)
10151:
10152: 2009-05-20 misha
10153:
10154: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10155: $.b(2), $c[d] and $.e[f] was added
10156:
10157: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10158: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10159: $.e[f] was added
10160:
10161: * src/main/execute.C: - debug printing moved in defines
10162:
10163: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10164: and little refactoring for OP_GET_OBJECT_ELEMENT +
10165: OP_GET_OBJECT_VAR_ELEMENT optimisation
10166:
10167: 2009-05-19 misha
10168:
10169: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10170: execute.C: - $a.$b & ^a.$b bytecode optimisation
10171:
10172: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10173: ^a.$b optimisation)
10174:
10175: * src/main/compile.y: - compiler now generate new opcodes:
10176: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10177: ^a.b - compiler now cut off ^rem{ with all content ; any number
10178: of params }
10179:
10180: * src/main/execute.C: - code for handle new opcodes
10181: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10182:
10183: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10184: added for LA2V and LA2S
10185:
10186: * src/include/pa_opcode.h: - new defines which can be used for
10187: disable some bytecode optimisation and new opcodes were added
10188:
10189: 2009-05-17 misha
10190:
10191: * src/lib/cord/cordxtra.c: - bugfix.
10192:
10193: * tests/212.html: - .size[] and .study_size[] were added to tests
10194:
1.211 moko 10195: * operators.ru.txt, operators.txt: - info about regex class was
10196: added
1.95 moko 10197:
10198: * tests/212.html: - tests for regex class were added
10199:
10200: 2009-05-16 misha
10201:
10202: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10203: gc7.1
10204:
10205: * tests/022.html: - test for ^file:list[path;] (empty second param)
10206: was added
10207:
10208: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10209: param) should work
10210:
10211: 2009-05-15 misha
10212:
10213: * src/classes/table.C: - automatically disable stringstream usage
10214: on freebsd4
10215:
10216: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10217: scope
10218:
10219: * tests/211.html: - test with different types of access to hash was
10220: added
10221:
10222: * tests/210.html: - test which checks for loosing tainting in
10223: hash's keys was added
10224:
10225: * tests/208.html: - some parser work added. or stime == 0 %-)
10226:
10227: * src/lib/cord/cordbscs.c: - little hack was added to cord
10228:
10229: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10230:
10231: * src/include/pa_version.h, configure.in: - moko have made a lot of
10232: optimisations for increacing version number more dramatically :)
10233:
10234: * src/classes/date.C: - little refactoring: use constructor which
10235: accepts formated string
10236:
10237: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10238: which can print formatted string was added
10239:
10240: 2009-05-14 misha
10241:
10242: * src/include/pa_string.h: - type was fixed
10243:
10244: * src/: classes/hashfile.C, classes/op.C,
10245: include/pa_cache_managers.h, include/pa_charset.h,
10246: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10247: include/pa_request.h, include/pa_sql_driver_manager.h,
10248: include/pa_string.h, include/pa_stylesheet_manager.h,
10249: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10250: main/pa_charsets.C, main/pa_string.C,
10251: main/pa_stylesheet_connection.C, types/pa_value.h,
10252: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10253: types/pa_vobject.C, types/pa_vstateless_class.C,
10254: types/pa_vstateless_class.h: - hash_code caching was implemented
10255: (seaches should be faster now)
10256:
10257: * src/: classes/file.C, classes/hash.C, classes/image.C,
10258: classes/string.C, classes/table.C, include/pa_string.h,
10259: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10260: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10261: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10262: types/pa_vrequest.C: - String constructors don't have that stupid
10263: true/false param which means 'tainted'. they accept lang instead.
10264:
10265: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10266: with OPTIMIZE_RESULT
10267:
10268: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10269: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10270:
10271: 2009-05-13 misha
10272:
10273: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10274: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10275: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10276: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10277: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10278: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10279: include/pa_string.h, classes/date.C, classes/file.C,
10280: classes/hash.C, classes/image.C, classes/string.C,
10281: classes/table.C, classes/xdoc.C: - result optimisation -
10282: helper_length parameter removed from string constructors
10283:
10284: 2009-05-11 misha
10285:
10286: * tests/209.html: - tests for ^hash::create[hash] were added
10287:
10288: * tests/208.html: - tests for $status:rusage, $status:memory,
10289: ^memory:compact[] were added
10290:
10291: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10292: log10 were added
10293:
10294: * tests/206.html: - test for try with finally was added
10295:
10296: 2009-05-10 misha
10297:
10298: * tests/205.html: - test for ^file::create[...] was added
10299:
10300: * tests/204.html: - test for ^response:clear[] was added
10301:
10302: * tests/038.html: - tests for trigonometric functions were added
10303:
10304: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10305: added - more tests for .add, .sub, .union, .intersects and
10306: .intersections
10307:
10308: * tests/065.html: - test for ^file:dirname was added
10309:
10310: * tests/030.html: - test for $cookie:fields was added
10311:
10312: * tests/203.html: - test for ^h._keys[column name] was added
10313:
10314: * tests/201.html: - tests for .trim were added
10315:
10316: * tests/202.html: - tests for last-day,
10317: date:calendar[type](YYYY;MM;DD) were added
10318:
10319: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10320: .offset[type](N) were added
10321:
10322: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10323: and .pos[c](N) were added
10324:
10325: * tests/141.html: - test for math:sha1 was added
10326:
10327: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10328:
10329: 2009-05-09 misha
10330:
10331: * src/main/compile.y: - rollback
10332:
10333: 2009-05-05 misha
10334:
10335: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10336: replaced by is_empty()
10337:
10338: * src/: include/pa_string.h, main/pa_charset.C: - little
10339: optimisation: somewhere length() was replaced by is_empty()
10340:
10341: * src/classes/table.C: - little optimisation: somewhere length()
10342: was replaced by is_empty()
10343:
10344: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10345: classes/op.C, classes/table.C, main/pa_exception.C: - little
10346: optimisation: somewhere length() was replaced by is_empty()
10347:
10348: 2009-05-04 misha
10349:
10350: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10351: types/pa_vstateless_class.h, main/execute.C,
10352: include/pa_request.h, classes/hash.C, classes/op.C,
10353: classes/table.C: - more optimisations were added: some operators
10354: don't switch write context anylonger
10355:
10356: 2009-05-01 misha
10357:
10358: * src/main/compile.y: - slightly more opcode optimisations for
10359: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10360:
10361: * src/main/execute.C: - simplifying process for getters
10362:
10363: 2009-04-30 misha
10364:
10365: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10366:
10367: * tests/results/199.processed: - test for checking $result into
10368: ^rem was added
10369:
10370: * tests/199.html: - test for checking $result into ^rem was added
10371:
10372: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10373: some OS it returns list in different order)
10374:
10375: * src/: include/pa_array.h, include/pa_request.h,
10376: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10377: changes in stack impl - get_element() optimisation: 3rd param
10378: removed - bugfix: problems with reading empty input param -
10379: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10380:
10381: * tests/results/198.processed: - test for reading empty local var
10382: was added
10383:
10384: * tests/198.html: - test for reading empty local var was added
10385:
10386: 2009-04-29 misha
10387:
10388: * src/main/compile.y: - bugfix: couldn't compile because
10389: OP_VALUE__GET_ELEMENT should be unde #ifdef
10390:
10391: * src/: include/pa_array.h, include/pa_opcode.h,
10392: include/pa_request.h, main/compile.y, main/execute.C,
10393: main/pa_request.C, types/pa_vmethod_frame.C,
10394: types/pa_vmethod_frame.h: - we can work without opcode
10395: OP_STORE_PARAM, so it was removed
10396:
10397: 2009-04-28 misha
10398:
10399: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10400: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10401: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10402: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10403: 4.
10404: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10405:
10406: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10407:
10408: * src/: main/pa_string.C, classes/string.C: - !length() =>
10409: is_empty()
10410:
10411: 2009-04-27 misha
10412:
10413: * src/types/pa_vregex.h: - back explicit vars initialisation
10414:
10415: 2009-04-24 misha
10416:
10417: * src/classes/string.C: - ups. typo fixed
10418:
10419: * src/main/execute.C: - more replacements '*new VBool' to
10420: 'VBool::get' - checks for ^break[], ^continue[] and
10421: parser.interrupted were optimised
10422:
10423: * src/classes/string.C: - number of params.count() calls was
10424: slightly reduced
10425:
10426: 2009-04-23 misha
10427:
10428: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10429: make it x64 friendly
10430:
10431: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10432: parser is x64 friendly now
10433:
10434: 2009-04-22 misha
10435:
10436: * src/types/pa_vhashfile.C: - coder friendly exception about
10437: exceeding record size was added
10438:
10439: * src/classes/file.C: - use vregex object instead of direct calls
10440: methods from pcre lib
10441:
10442: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10443: classes/string.C: - use vregex object instead of direct calls
10444: methods from pcre lib
10445:
10446: * src/: include/pa_common.h, main/pa_common.C: - method
10447: print_pcre_exec_error_text was moved to class vregex
10448:
10449: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10450: was added
10451:
10452: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10453: - class vregex was added
10454:
10455: 2009-04-21 misha
10456:
10457: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10458:
10459: * src/: types/pa_junction.h, types/pa_value.C,
10460: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10461: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10462: junction-optimisation (destructors)
10463:
10464: * src/include/pa_array.h: - free under if now
10465:
10466: 2009-04-19 misha
10467:
10468: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10469:
10470: 2009-04-18 misha
10471:
10472: * src/include/pa_version.h:
10473: :q :
10474:
10475: CV:
10476: ----------------------------------------------------------------------
10477:
10478: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10479: refactoring
10480:
10481: * src/: include/pa_array.h, include/pa_hash.h,
10482: types/pa_vmethod_frame.h: - destructors under #ifdef now
10483:
10484: * src/include/pa_memory.h: - define for using destructors was added
10485:
10486: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10487: main/execute.C: - some junctions will be cached now
10488:
10489: * src/include/pa_hash.h: - hash destructor frees pairs now
10490:
10491: * src/include/pa_array.h: - inline was added to destructor
10492:
10493: * src/types/pa_method.h: - comment was changed
10494:
10495: 2009-04-17 misha
10496:
10497: * src/: include/pa_array.h, include/pa_hash.h,
10498: types/pa_vmethod_frame.h: - destructors were added
10499:
10500: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10501: renamed to always_use_result
10502:
10503: * src/main/: compile.y, compile_tools.h: - rollback changes in
10504: compiler: full backward compatibility is better
10505:
10506: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10507: result in var's hash
10508:
10509: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10510: optimisation in method_frame
10511:
10512: * src/include/pa_array.h: - optimisation in array (allocate
10513: elements only when needed)
10514:
10515: * src/types/pa_vresponse.C: - check for $response:headers field
10516: before looking at custom fields
10517:
10518: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10519: not needed to check existance var with name 'result' in var's
10520: hash
10521:
10522: * src/main/compile.y: - compiler was changed: now it detects
10523: writings to $result and set flag writo_to_result in method
10524:
10525: * src/classes/string.C: - little optimisation: no needed to write
10526: number with lang
10527:
10528: * src/main/pa_charset.C: - methods readChar and skipChar which is
10529: used for read utf8-strings were renamed - is_escaped was renamed
10530: to isEscaped (to the same name convention)
10531:
10532: * src/: types/pa_method.h, main/compile_tools.h: - flag
10533: write_to_result added. compiler get this info from code.
10534:
10535: 2009-04-16 misha
10536:
10537: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10538: String only before 1st write
10539:
10540: * src/include/pa_string.h: - not needed template removed
10541:
10542: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10543: types/pa_vjunction.C, types/pa_vproperty.C,
10544: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10545: main/pa_request.C, classes/bool.C, classes/double.C,
10546: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10547: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10548: bool objects)
10549:
10550: 2009-04-15 misha
10551:
10552: * src/lib/cord/cordxtra.c: - more optimisation
10553:
10554: * src/: include/pa_string.h, main/untaint.C: - String::append
10555: optimisation
10556:
10557: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10558: then get and can sometime be used)
10559:
10560: * src/main/pa_string.C: - String::length optimisation
10561:
10562: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10563: these methods read different strings
10564:
10565: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10566: fresult_initial_void removed + some optimisation - if $result
10567: defined we don't write to context anymore
10568:
10569: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10570: need just skip char)
10571:
10572: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10573: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10574: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10575:
10576: * src/types/pa_vvoid.h: - added get() method for retreave one
10577: instance
10578:
10579: 2009-04-11 misha
10580:
10581: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10582:
10583: * tests/197.html: - test for parser://test in xml was added
10584:
10585: * src/classes/string.C: - small optimisation
10586:
10587: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10588: optimisation
10589:
10590: 2009-04-10 misha
10591:
10592: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10593: to pcre-7.8
10594:
10595: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10596:
10597: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10598: added
10599:
10600: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10601: $request:CLASS_NAME were added
10602:
10603: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10604: were added
10605:
10606: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10607: $env:CLASS_NAME were added
10608:
10609: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10610: '@todo' now
10611:
10612: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10613: compirer
10614:
10615: * src/main/pa_string.C: - little code cleanup
10616:
10617: * src/main/pa_common.C: - describe one more UTF-8 related error
10618: during PCRE compile/execute
10619:
10620: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10621: normalizing todo-comments: '@todo' now
10622:
10623: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10624:
10625: * src/main/pa_charset.C: - type changed for making compiler happy
10626:
10627: 2009-03-10 misha
10628:
10629: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10630: in main()
10631:
10632: 2009-02-01 misha
10633:
10634: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10635: boundary
10636:
10637: 2009-01-25 misha
10638:
10639: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10640:
10641: * src/classes/file.C: - more changes for parsing different number
10642: of params for file::load
10643:
10644: * tests/193.html: - tests for exception while base64-decode binary
10645: to string was added
10646:
10647: * tests/192.html: - tests for file::load with different number of
10648: options
10649:
10650: * src/classes/math.C: - ups. forgot '+1'
10651:
10652: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10653: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10654: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10655: (new option $.encode[multipart-form/data] should be specified) -
10656: $.method[] option for file::load now is not case-sensitive
10657:
10658: * src/: include/pa_string.h, main/untaint.C: - for file post the
10659: new taint language L_FILE_POST was added
10660:
10661: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10662: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10663: stuff was moved to separate files
10664:
10665: 2009-01-23 misha
10666:
10667: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10668: spaces to tabs were converted
10669:
10670: 2009-01-12 misha
10671:
10672: * src/main/pa_http.C: - value of $.method[] option force uppercased
10673: now
10674:
10675: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10676: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10677: their names
10678:
10679: * src/main/pa_common.C: - changes in formating
10680:
10681: * src/: classes/file.C, main/pa_http.C: - some constants changed
10682: their names
10683:
10684: * src/include/pa_http.h: - some spaces were converted to tabs
10685:
10686: * src/include/pa_common.h: - some constants changed their names
10687:
10688: * src/classes/file.C: - fixed 4-th paramether for file::load -
10689: little code rewriting
10690:
10691: * src/types/pa_vfile.C: - little code rewriting
10692:
10693: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10694: types/pa_value.h: - some formating changes
10695:
10696: * src/include/pa_common.h: - some formating spaces transformed to
10697: tabs
10698:
10699: * src/classes/string.C: - exception while base64-decode binary to a
10700: string
10701:
10702: 2009-01-11 misha
10703:
10704: * configure.in: - version changed to 3.3.1b
10705:
10706: 2008-09-05 misha
10707:
10708: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10709: release_3_3_0 on 2008-09-05 10:59:35 +0000
10710:
10711: 2008-09-04 misha
10712:
10713: * tests/: 130.html, 131.html: - these exceptions not typeless
10714: anymore
10715:
10716: * src/classes/op.C: - exception with 'invalid taint language' not
10717: typeless anylonger
10718:
10719: * src/classes/image.C: - some exceptions while operations with
10720: image not typeless anymore
10721:
10722: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10723: main/pa_exec.C, main/pa_http.C: - some exceptions while
10724: operations with files not typeless anymore
10725:
10726: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10727: types/pa_vdate.h: - exceptions while checking date range not
10728: typeless anymore
10729:
10730: * src/include/pa_exception.h: - exception type string for invalid
10731: date range was added
10732:
10733: 2008-09-03 misha
10734:
10735: * src/: classes/file.C, main/pa_string.C: - exception while pce
10736: operations not typeless anymore
10737:
10738: * src/include/pa_exception.h: - exception type for pce operations
10739: was added
10740:
10741: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10742: and .CLASS_NAME insite classes
10743:
10744: * src/classes/table.C: - don't save table header whiile
10745: ^table.save[append;filename] if file exists
10746:
10747: 2008-09-02 misha
10748:
10749: * src/main/compile.y, src/main/compile_tools.h,
10750: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10751: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10752: renamed to partial and it login changed: we must mark class as
10753: partial for allow their modifications in future.
10754:
10755: 2008-08-29 misha
10756:
10757: * tests/results/022.processed: - testing taint[regex] in mask for
10758: file:list
10759:
10760: * tests/022.html: - testing taint[regex] in mask for file:list
10761:
10762: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10763: for file:list was added
10764:
10765: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10766: file:list
10767:
10768: 2008-08-26 misha
10769:
10770: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10771: last derived object
10772:
10773: * src/classes/image.C: - many strings "image.format" replaced by
10774: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10775: understand some more exif tags
10776:
10777: * src/include/pa_exception.h: - string "image.format" was added
10778:
10779: 2008-08-21 misha
10780:
10781: * src/: main/pa_string.C, classes/file.C: - use method for print
10782: pcre_exec text error
10783:
10784: * src/main/pa_common.C: - method for print pcre_exec text error was
10785: added
10786:
10787: * src/include/pa_common.h: - method declaration for print pcre_exec
10788: text error was added
10789:
10790: 2008-08-19 misha
10791:
10792: * src/main/execute.C: - bugfix: opcodes must be in separate
10793: namespace while debug execution as well
10794:
10795: * tests/: 015.html, results/015.processed: - test for escaping some
10796: parser chars was added
10797:
10798: 2008-08-18 misha
10799:
10800: * tests/: 190.html, 190.p, results/190.processed: - test for
10801: $caller.self.field + default getter in one class was added
10802:
10803: * tests/: 189.html, results/189.processed: - test for
10804: ^date::create[date object]
10805:
10806: * tests/: 188.html, results/188.processed: - tests for match with
10807: UTF-8 strings
10808:
10809: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10810: ^string.match[]
10811:
10812: * ChangeLog: - parser 3.3.0 beta13
10813:
10814: 2008-08-15 misha
10815:
1.116 moko 10816: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10817: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10818: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10819: dftables.c: - old PCRE files removed
1.95 moko 10820:
10821: * src/lib/pcre/config.h: - configuration for PCRE library
10822:
10823: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10824: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10825:
10826: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10827: library and set flag UTF8 if $request:charset is UTF-8
10828:
10829: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10830: include/pa_config_fixed.h: - moved to new PCRE library
10831:
10832: * src/: main/main.vcproj, types/types.vcproj,
10833: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10834: win32\pcre instead of parser3\src\lib\pcre
10835:
10836: * src/: include/pa_opcode.h, include/pa_operation.h,
10837: main/compile.C, main/compile.y, main/compile_tools.C,
10838: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10839: opcodes were moved to separate namespace
10840:
10841: 2008-08-14 misha
10842:
10843: * src/types/pa_vstateless_class.C: - newline at the end missed
10844:
10845: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10846: tainting
10847:
10848: 2008-08-11 misha
10849:
10850: * tests/: 187.html, 187.p, results/187.processed: - tests for
10851: $caller.self, $caller.self.field and $caller.self.field[value]
10852: were added
10853:
10854: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10855: runtime as well (for $caller.self)
10856:
10857: 2008-07-25 misha
10858:
10859: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10860: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10861: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10862: tests with international characters
10863:
10864: 2008-07-23 misha
10865:
10866: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10867: file::load[...;http://
10868:
10869: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10870: now everywhere in separate namespace
10871:
10872: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10873: for vars
10874:
10875: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10876: can be escaped by '^'
10877:
10878: 2008-07-22 misha
10879:
10880: * src/classes/string.C, tests/186.html: - names changes:
10881: escape=>js-escape, unescape=>js-unescape
10882:
10883: 2008-07-21 misha
10884:
10885: * tests/results/186.processed: - test for string escape/unescape
10886:
10887: * tests/186.html: - test for string escape/unescape
10888:
10889: * src/classes/string.C: - string has escape and unescape methods
10890: now
10891:
10892: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10893: added
10894:
10895: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10896: method-layers added (with different params)
10897:
10898: 2008-07-18 misha
10899:
10900: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10901: was added
10902:
10903: * tests/185.html: - test for ^str.pos[sub](offset) added
10904:
1.211 moko 10905: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10906: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10907: accepted now
1.95 moko 10908:
10909: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10910: strings
10911:
10912: 2008-07-17 misha
10913:
10914: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10915: helper length added for mid for small optimisation
10916:
10917: 2008-07-16 misha
10918:
10919: * tests/: 185.html, results/185.processed: - tests for
10920: length/left/right/mid/pos with utf-8 strings
10921:
10922: * src/classes/string.C: - left/right/mid/length/pos works fine for
10923: utf-8 strings
10924:
10925: * src/main/untaint.C: - comments removed
10926:
10927: * src/: include/pa_string.h, main/pa_string.C,
10928: include/pa_charset.h, main/pa_charset.C: - methods for working
10929: with pos/mid for strings in utf-8 were added
10930:
10931: 2008-07-15 misha
10932:
10933: * tests/: 184.html, results/184.processed: - test for case body as
10934: expression: $var(^switch(1){^case(1)(true)..})
10935:
10936: * src/classes/op.C: - case body can be expression now:
10937: $var(^switch(1){^case(1)(true)..})
10938:
10939: * tests/: results/183.processed, 183.html: - added test for testing
10940: new cookie encoding (%uXXXX)
10941:
10942: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10943: decoding for backward compatibility they decoded from %XX in
10944: request:charset too
10945:
10946: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10947: - cookie class now decode cookies before first access after last
10948: request:charset changing (as form class).
10949:
10950: * src/main/pa_charset.C: - added method escape for escaping cookies
10951: as %uXXXX - before transcode calculate required space for dest
10952: string. it reduce mem usage for transcode
10953:
10954: * src/include/pa_charset.h: - added method escape for escaping
10955: cookies as %uXXXX
10956:
10957: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10958: was added. will used for escaping cookies as %uXXXX
10959:
10960: * src/include/pa_common.h: - escape method has new option for skip
10961: converting '+' to a space char
10962:
10963: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10964: transcode - escape method has new option for skip converting '+'
10965: to a space char
10966:
10967: 2008-07-08 misha
10968:
10969: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10970: (no UE if more then 1 case matches anylonger) - optimization:
10971: doing searching.as_string() || searching.as_double() only once
10972:
10973: 2008-07-04 misha
10974:
10975: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10976: now ^date::create[date object] works
10977:
10978: * src/classes/string.C: - left and right added as aliases for start
10979: and end in ^string.trim[]
10980:
10981: 2008-07-03 misha
10982:
10983: * src/classes/file.C: - allow $.limit for file::sql as well
10984:
10985: * src/classes/file.C: - allow $.offset option for file::sql - force
10986: send limit=1 to query for use sql specifics authomatically
10987:
10988: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10989: if $.limit value if empty. autoconvert it as everywere
10990:
10991: 2008-07-02 misha
10992:
10993: * configure.in: - time to change version number to 3.3.0 %-)
10994:
10995: * src/include/pa_version.h: - time to change version number to
10996: 3.3.0 %-)
10997:
10998: 2008-06-26 misha
10999:
11000: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11001: $.limit(0) fixes
11002:
11003: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11004: - $.limit(0) fixes
11005:
11006: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11007: new API)
11008:
11009: * src/: include/pa_sql_driver_manager.h,
11010: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11011: classes/op.C: - document_root added
11012:
11013: * src/main/compile.tab.C: - error message was changed
11014:
11015: 2008-06-25 misha
11016:
11017: * src/main/compile.y: - error message was changed
11018:
11019: 2008-06-24 misha
11020:
11021: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11022:
11023: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11024: tests for @OPTIONS\nappend
11025:
11026: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11027:
11028: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11029:
11030: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11031:
11032: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11033: compile.y
11034:
11035: 2008-06-17 misha
11036:
11037: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11038: compilation: ^if(default){true. it's incorrect. must be
11039: exception}
11040:
11041: 2008-06-16 misha
11042:
11043: * tests/: 181.ent, 181.html, results/181.processed: - test for
11044: checking external reference loading with 'http://localhost'
11045: prefix while creating xdoc
11046:
11047: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11048: ^math:long2ip[] and ^math:ip2long[]
11049:
11050: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11051: added which use scalar stateless class method when user object
11052: used in scalar context - use get_scalar_value when user object
11053: requested in scalar context
11054:
11055: * src/main/pa_common.C: - size must be int but not size_t or we
11056: can't compare with 0 sprintf result
11057:
11058: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11059: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11060: with internal switch between local/global vars
11061:
11062: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11063: specified
11064:
11065: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11066: pa_vstateless_object.h: - stateless class and object now has
11067: private scalar field and getter/setter for working with it
11068:
11069: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11070: moved to inet static class
11071:
11072: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11073: class added (^inet:aton[IP], ^inet:ntoa(number))
11074:
11075: * tests/: 180.html, results/180.processed: - tests for
11076: ^math:long2ip(long) and ^math:ip2long[IP]
11077:
11078: * src/classes/math.C: - ^math:ip2long[IP] added
11079:
11080: 2008-06-11 misha
11081:
11082: * src/main/pa_xml_io.C: - use file_read_text again because of we
11083: need cut BOM code and remove DOS newline chars. but don't
11084: transcode it anyway.
11085:
11086: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11087: main/pa_http.C: - option for disable transcoding while file_read
11088: and file_read_text added
11089:
11090: 2008-06-10 misha
11091:
11092: * tests/: 179.html, 179.p, results/179.processed: - test for many
11093: classes in 1 file
11094:
11095: * src/main/: compile.C, compile_tools.h: - compile return list of
11096: classes now.
11097:
11098: * src/main/: compile.y, compile.tab.C: - compile return list of
11099: classes now. internals.
11100:
11101: * src/main/pa_request.C: - compile return list of classes now. try
11102: call @conf and @auto for each returned class
11103:
11104: * src/include/pa_request.h: - compile return list of classes now
11105:
11106: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11107: return list of classes when compile buf)
11108:
11109: 2008-06-07 misha
11110:
11111: * src/main/pa_request.C: - constructing VRequest object with 3rd
11112: param -- form
11113:
11114: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11115: 3rd param: form. needed for get post_charset
11116:
11117: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11118: added
11119:
11120: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11121: types/pa_vform.C, types/pa_vform.h: - some polish
11122:
11123: 2008-06-06 misha
11124:
11125: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11126: charset and decode chars from it but not from response:charset
11127:
11128: * src/main/pa_http.C: - detect_charset moved out of here
11129:
11130: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11131: methods moved here - unescape_chars accepn one charset now
11132:
11133: * src/main/pa_http.C: - new constants used - don't allow
11134: $.content-type in ^file::load[;http://;$.method[POST]] - add
11135: charset info while ^file::load[;http://;$.method[POST]] - option
11136: $.omit-post-charset(true) added to ^file::load[;http://] for
11137: disabling charset during post
11138:
11139: * src/types/pa_vform.C: - new constants used
11140:
11141: * src/include/pa_common.h: - some constants were added
11142:
11143: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11144: instead of StrEqNc
11145:
11146: * src/main/pa_common.C: - new method for caseless search
11147: c-substring in c-string - use isxdigit instead of is_hex_digit
11148:
11149: * src/include/pa_common.h: - new method for caseless search
11150: c-substring in c-string
11151:
11152: 2008-06-05 misha
11153:
11154: * tests/results/178.processed: - test for testing default getter
11155:
11156: * tests/178.html: - test for testing default getter
11157:
11158: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11159: for test for testing default getter
11160:
11161: * src/main/execute.C: - default getter soul
11162:
11163: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11164: requested objects' field not found
11165:
11166: * src/types/pa_vclass.C: - register default getter if defined - get
11167: default getter if requested field not found
11168:
11169: * src/types/pa_vstateless_object.h: - method get_default_getter was
11170: added
11171:
11172: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11173: pointer to default getter and methods for get/set it were added
11174:
11175: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11176: auto_name field (for default getter)
11177:
11178: 2008-06-04 misha
11179:
11180: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11181: transcoding, no cutting BOM code, no fixing line breaks) and get
11182: it to libxml "as is"
11183:
11184: 2008-06-03 misha
11185:
11186: * src/main/pa_common.C: - use store_Char instead of
11187: transcodeCharFromUTF8
11188:
11189: * src/: include/pa_charset.h, main/pa_charset.C: - method
11190: store_Char added, transcodeCharFromUTF8 -- removed
11191:
11192: 2008-06-02 misha
11193:
11194: * tests/: results/177.processed, 177.html: - test for checking
11195: .[acm]date after local ^file::load[] was added
11196:
11197: * tests/: results/176.processed, 176.html: - test for checking
11198: @OPTION\locals + @method[vars][locals] added
11199:
11200: * tests/results/auto.p: - CLASS_PATH specified for checking use
11201:
11202: 2008-05-30 misha
11203:
11204: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11205: @OPTION\nlocals + @method[vars][;locals;] were added
11206:
11207: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11208: moved to separate method op_code - switch from VMethodFrame to
11209: VMethodFrameGlobal + VMethodFrameLocal
11210:
11211: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11212: was moved to separate method op_code
11213:
11214: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11215: VMethodFrame now
11216:
11217: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11218: all_vars_local as well
11219:
11220: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11221: pa_vmethod_frame_local.h, Makefile.am: - who children for
11222: VMethodFrame were added: one (global) works as VMethodFrame
11223: before and second (local) write all vars in self vars scope
11224:
11225: * src/types/pa_method.h: - method has bool flag all_vars_local now
11226:
11227: 2008-05-29 misha
11228:
11229: * tests/: 129.html, results/129.processed: - more tests for
11230: ^table.hash[]
11231:
11232: * src/classes/hash.C: - ^hash::sql has a new option:
11233: $.type[hash|string|table] as ^table.hash[] one.
11234:
11235: * src/classes/op.C: - ^try has 3rd param now: finally code which
11236: executed anyway after try or catch section
11237:
11238: 2008-05-27 misha
11239:
11240: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11241: must not fail if $.distinct(1) wasn't specified
11242:
11243: 2008-05-26 misha
11244:
11245: * src/classes/op.C: - allow ^throw[my type]
11246:
11247: 2008-05-22 misha
11248:
11249: * configure.in, configure: - version number updated to 3.2.4b
11250:
11251: * src/classes/: op.C, string.C: - trim format string before
11252: eval/format
11253:
11254: * tests/: results/175.processed, 175.html: - more tests for
11255: different format strings in .format[]
11256:
11257: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11258: as well (not only %XX)
11259:
11260: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11261: charset specified - checks for format before print number
11262: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11263: (instead of tabs) removed
11264:
11265: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11266: charset specified
11267:
11268: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11269: char in requested charset from utf code was added
11270:
11271: 2008-05-19 misha
11272:
11273: * tests/: 174.html, results/174.processed: - test for
11274: ^hashfile.cleanup[] added
11275:
11276: * src/classes/hashfile.C: - optimization: don't create any key or
11277: value variable if it's name weren't specified
11278: (^hf.foreach[;v]{...})
11279:
11280: 2008-05-16 misha
11281:
11282: * src/classes/hash.C: - optimization: don't create any key variable
11283: if variable name wasn't specified (^h.foreach[;v]{...})
11284:
11285: 2008-05-15 misha
11286:
11287: * src/classes/op.C: - small changes
11288:
11289: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11290:
11291: * src/classes/hash.C: - calculate var_context once before foreach
11292:
11293: 2008-05-14 misha
11294:
11295: * src/classes/hashfile.C: - incorrect vars context calculation for
11296: ^hashfile.foreach[;]{} fixed
11297:
11298: * src/classes/: hash.C, table.C: - little optimisation
11299:
11300: * src/classes/file.C: - bugfix: double absolute path while loading
11301: file
11302:
11303: * tests/: 174.html, results/174.processed: - tests for hashfile
11304: were added
11305:
11306: * buildall-with-xml: - moving to libxslt 1.1.24
11307:
11308: 2008-04-30 misha
11309:
11310: * src/classes/file.C: - stat file while loading (local only) so
11311: .adate, .mdate and .cdate available without additional ::stat
11312:
11313: 2008-04-28 misha
11314:
11315: * src/classes/file.C: - $.name and $.content-type available for
11316: stated file
11317:
11318: 2008-04-14 misha
11319:
11320: * src/targets/cgi/parser3.C: - new year in copyright %-)
11321:
11322: * src/include/pa_version.h: - new version number in head
11323:
11324: 2008-04-10 misha
11325:
11326: * tests/: 080.html, results/080.processed: - cut '0' from
11327: exponential part because of on diff OS it differ (20 or 020 for
11328: ex)
11329:
11330: * tests/: 119.html, results/119.processed: - check for encoding
11331: while creating xdoc
11332:
11333: 2008-04-09 misha
11334:
11335: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11336:
11337: * src/main/pa_common.C: - comment added
11338:
11339: * src/classes/date.C: - little refactoring
11340:
11341: 2008-04-07 misha
11342:
11343: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11344: style of ^table.save[]: prepare one big string and sabe it at
11345: once. it's safe on freebsd 4.x but use much more memory.
11346:
11347: * buildall-with-xml, buildall-without-xml: - option
11348: --disable-stringstream added (under comment. use it on freebsd
11349: 4.x)
11350:
11351: 2008-02-22 misha
11352:
11353: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11354: specified together in file::load[;http] - get back transcoding
11355: $.body[] in file::load[;http]
11356:
11357: 2008-02-21 misha
11358:
11359: * src/classes/date.C: - ^date.gmt-string[] was added
11360:
11361: * src/types/pa_value.C: - method for output date in RFC 822 format
11362: moved to pa_common.h
11363:
11364: * src/include/pa_common.h: - method for output date in RFC 822
11365: format moved here from pa_value.C
11366:
11367: * src/types/pa_vmail.C: - fixed core in sending mail with
11368: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11369:
11370: 2008-02-20 misha
11371:
11372: * src/main/pa_http.C: - transcode $.headers before escaping into
11373: specified charset while ^file::load[...;http://...] (L_URI
11374: instead of L_HTTP_HEADER) - $.cookies param available in
11375: ^file::load[;http://...] now (but we don't parse set-cookies from
11376: response yet) (cookies not transcoded as common $cookies)
11377:
11378: 2008-02-19 misha
11379:
11380: * src/main/pa_request.C: - rollback: we mustn't force taint
11381: $response:field values because in this case
11382: $response:locateion[http://...] don't works.
11383:
11384: 2008-02-15 misha
11385:
11386: * src/classes/op.C: - little refactoring
11387:
11388: * src/main/pa_http.C: - taint names of $.headers for load[;http
11389:
11390: * src/main/pa_request.C: - force taint values of $response:field
11391:
11392: 2008-02-14 misha
11393:
11394: * src/main/pa_request.C: - $response:field transcoded to
11395: $response:charset before escaping now
11396:
11397: * src/main/pa_http.C: - some outdated comments removed
11398:
11399: * src/classes/date.C: - lastdat -> last-day
11400:
11401: * src/classes/date.C: - ^date:lastday(year;month) and
11402: ^date.lastday[] were added - little code refactoring - comments
11403: changes
11404:
11405: * tests/: 159.html, results/159.processed: - test for number of
11406: days in February
11407:
11408: * src/types/pa_value.C: - fixes in code formatting
11409:
11410: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11411: and comments
11412:
11413: 2008-02-13 misha
11414:
11415: * src/main/pa_common.C: - bugfix for february at leap year
11416:
11417: 2008-01-28 misha
11418:
11419: * tests/: 160.html, results/160.processed: - more test for cache
11420: added
11421:
11422: * src/classes/op.C: - bugfix: cache body executed twice if contains
11423: unhandled exception
11424:
11425: 2008-01-25 misha
11426:
11427: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11428: bug when hashfile became inavailable after memory:compact)
11429:
11430: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11431:
11432: 2008-01-22 misha
11433:
11434: * src/classes/table.C: - little refactiring and exception texts
11435: changes in method ^table.hash[]
11436:
11437: * src/types/pa_vcookie.C: - link to cookie specification changed
11438:
11439: 2008-01-21 misha
11440:
11441: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11442: file::exec/cgi
11443:
11444: * src/classes/file.C: - bugfix: core while processing headers if
11445: executed cgi script don't return content
11446:
11447: 2008-01-18 misha
11448:
11449: * buildall-with-xml: - move to libxml2 version 2.6.31
11450:
11451: * src/include/pa_version.h, configure.in: - version number updated
11452: to '3.2.3b'
11453:
11454: 2007-12-28 misha
11455:
11456: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11457: hash.contains
11458:
11459: 2007-12-27 misha
11460:
11461: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11462: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11463: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11464: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11465: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11466: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11467: src/targets/cgi/parser3.vcproj,
11468: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11469: back to VS2003 because of Apache 1.3 module can't work if it was
11470: built in VS 2005. with cgi all file so VS2003 project files can
11471: be easy converted to the new format.
11472:
11473: 2007-12-04 misha
11474:
11475: * src/types/pa_vcode_frame.h: - changes in comment
11476:
11477: 2007-11-29 misha
11478:
11479: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11480: intercept strings any longer
11481:
11482: * tests/: 173.html, results/173.processed: - tests for
11483: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11484: but not in main code frame
11485:
11486: * tests/: 172.html, results/172.processed: - more tests for pass
11487: objects from code frames
11488:
11489: 2007-11-27 misha
11490:
11491: * tests/: 152.html, results/152.processed: - tests for converting
11492: strings 'true'/'false' to bool were added
11493:
11494: * tests/152.html: - added checks for converting strings
11495: 'true'/'false' to bool
11496:
11497: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11498: not only strings with numbers but with values 'true'/'false' as
11499: well
11500:
11501: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11502: for parser3.log increased
11503:
11504: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11505:
11506: * src/include/pa_common.h: - remove_crlf return cstring size now
11507:
11508: * src/include/pa_types.h: - constant with buffer size for
11509: parser3.log added
11510:
11511: 2007-11-16 misha
11512:
11513: * tests/cat.sh: - script for tests for file::exec/cgi
11514:
11515: * tests/171.html: - tests for file::exec/cgi
11516:
11517: * tests/results/171.processed: - tests results for file::exec/cgi
11518:
11519: 2007-11-15 misha
11520:
11521: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11522:
11523: * src/classes/file.C: - .body must be set before analyzing cgi
11524: headers
11525:
11526: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11527: only if exec/cgi return anything.
11528:
11529: 2007-11-14 misha
11530:
1.211 moko 11531: * operators.ru.txt, operators.txt: - info about new text|binary
11532: option for file::exec/cgi was added
1.95 moko 11533:
11534: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11535: ^file:exec[[text|binary];script;...]
11536:
11537: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11538: classes/string.C, classes/table.C: - more text strings moved to
11539: the one place
11540:
11541: 2007-11-09 misha
11542:
11543: * src/types/pa_vrequest.C: - $request:argv must be taint
11544:
11545: * ChangeLog: - $request:argv [patch from Sumo]
11546:
1.211 moko 11547: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11548:
11549: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11550: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11551:
11552: 2007-10-25 misha
11553:
11554: * buildall-with-xml, buildall-without-xml: - options preparations
11555: for ./configure rewrited
11556:
11557: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11558: error occure in unhandled_exception finally fixed
11559:
11560: 2007-10-23 misha
11561:
11562: * tests/: 170.html, results/170.processed: - test for
11563: @method[][result]
11564:
1.211 moko 11565: * operators.ru.txt, operators.txt: - added info about node.prefix
11566: and node.namespaceURI
1.95 moko 11567:
11568: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11569:
11570: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11571: added for node and attribute
11572:
11573: 2007-10-22 misha
11574:
11575: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11576:
11577: * src/main/pa_request.C: - added const content-transfer-encoding
11578:
11579: * src/include/pa_request.h: - added const content-transfer-encoding
11580: - ups. constants must be in lowercase (for search)
11581:
11582: * src/types/pa_vmail.C: - more constants used -
11583: content-transfer-encoding: 8bit added
11584:
11585: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11586:
11587: * src/include/pa_request.h: - more constants
11588:
11589: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11590: ommit anymore if $.content-disposition was specified - little
11591: refactoring
11592:
11593: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11594:
11595: 2007-10-17 misha
11596:
1.211 moko 11597: * operators.ru.txt, operators.txt: - info about
1.95 moko 11598: table::create[nameless]{data}[>options<] was added
11599:
11600: * src/main/: compile.tab.C, compile.y: - if error occure while
11601: compile method don't put this method in methods table anymore.
11602: in other case the parser coredumped if @unhandled_exception
11603: method can't be compiled because of parser.compile error.
11604:
11605: * src/main/execute.C: - little code reformating
11606:
11607: * src/main/pa_request.C: - little code reformating - comment
11608: changed
11609:
11610: 2007-10-16 misha
11611:
11612: * tests/: 035.html, results/035.processed: - tests
11613: table::create[]{}[options] added
11614:
11615: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11616: options (only $.seperator[] yet)
11617:
11618: 2007-10-10 misha
11619:
11620: * src/classes/table.C: - some contstants moved to pa_common.h -
11621: some code changes
11622:
11623: 2007-10-02 misha
11624:
11625: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11626: then three time as much. but base64 encoding method still use
11627: less memory anyway.
11628:
11629: 2007-09-17 misha
11630:
1.211 moko 11631: * operators.ru.txt, operators.txt: - added info about
11632: $cookie:fields
1.95 moko 11633:
11634: * src/types/pa_vcookie.C: - $cookie:fields available now
11635:
11636: * src/classes/hash.C: - some stuff for use with .for_each moved to
11637: common
11638:
11639: * src/include/pa_common.h: - some stuff for use with .for_each
11640: moved here
11641:
11642: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11643:
11644: 2007-09-14 misha
11645:
11646: * buildall-with-xml: - new xml libs again =)
11647:
11648: 2007-08-28 misha
11649:
1.211 moko 11650: * operators.ru.txt, operators.txt: - texts about
11651: ^table.columns[[column name]] and ^string.split[...][v][column
11652: name] were added
1.95 moko 11653:
11654: * tests/: 168.html, 169.html, results/168.processed,
11655: results/169.processed: - tests for ^table.columns[[column name]]
11656: and ^string.split[...][v][column name] were added
11657:
11658: * src/classes/table.C: - new option ^table.columns[[column name]]
11659: was added
11660:
11661: * src/classes/string.C: - new option ^string.split[...;v;[column
11662: name]]
11663:
11664: * src/include/pa_exception.h: - error text message for
11665: ^hash._keys[], ^table.columns[] and ^string.split[]
11666:
11667: 2007-08-27 misha
11668:
11669: * src/main/untaint.C: - try to fix coredump on unix if print to
11670: body ^taint[sql][something] outside of connect
11671:
11672: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11673: outside of connect
11674:
11675: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11676: added (commented by default)
11677:
11678: 2007-08-20 misha
11679:
1.211 moko 11680: * operators.ru.txt, operators.txt: - comment about new method
11681: ^node.hasAttributes[] was added
1.95 moko 11682:
11683: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11684: duplicated exception text strings were removed
11685:
11686: * src/include/pa_exception.h: - more exception text strings moved
11687: here
11688:
11689: * src/classes/table.C: - some duplicate exceptions' text strings
11690: removed
11691:
11692: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11693: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11694: removed
11695:
11696: * src/include/pa_exception.h: - some exception text strings movet
11697: to pa_exception
11698:
11699: * tests/: 149.html, results/149.processed: - test for
11700: ^xnode.hasAttributes[] was added - some code changes
11701:
11702: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11703: added
11704:
11705: 2007-08-17 misha
11706:
11707: * tests/: results/006.processed, results/059.processed, 006.html,
11708: 059.html: - more tests for match
11709:
11710: * tests/: 129.html, results/129.processed: - tests for
11711: ^table.hash[...][$.type[string|hash|table]] added
11712:
11713: * src/targets/cgi/parser3.C: - little syntax changes
11714:
11715: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11716: syntax changes
11717:
1.211 moko 11718: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11719: annoying 'SIGPIPE' messages in parser3.log switched off by
11720: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11721:
11722: 2007-08-08 misha
11723:
11724: * buildall-with-xml, buildall-without-xml: - remove libs source
11725: files by default since now
11726:
11727: 2007-08-07 misha
11728:
11729: * buildall-without-xml: - some option syntax changes
11730:
11731: * buildall-with-xml: - compile libxml2 without http support - some
11732: option syntax changes
11733:
11734: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11735:
11736: 2007-08-06 misha
11737:
11738: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11739:
11740: * tests/: 160.html, results/160.processed: - cache test was
11741: rewrited
11742:
11743: 2007-07-06 misha
11744:
11745: * tests/: 153.html, results/153.processed: - added test for
11746: ^math:sha1[string]
11747:
11748: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11749: transcoded
11750:
11751: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11752: were added
11753:
11754: 2007-06-28 misha
11755:
11756: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11757: some incorrect chars
11758:
11759: 2007-06-19 misha
11760:
11761: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11762: were moved on top because of gcc 4 had a problems during
11763: building.
11764:
11765: 2007-06-18 misha
11766:
11767: * tests/results/019.processed: - new image commited
11768:
11769: 2007-06-09 misha
11770:
11771: * src/classes/: op.C, table.C: - in while and table.select method
11772: as_expression used now
11773:
11774: * src/types/pa_vmethod_frame.h: - method as_expression was added
11775:
11776: 2007-06-08 misha
11777:
11778: * tests/: 166.html, results/166.processed: - test for
11779: ^match[...][n]
11780:
11781: * tests/: 165.html, results/165.processed: - tests for loops
11782:
11783: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11784: because of no speed/memory optimisation but some proglems with
11785: long cycles occure
11786:
11787: 2007-06-06 misha
11788:
11789: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11790: ^table.select(true) and ^table.select(1) didn't works because of
11791: awaiting junction-param only. fixed.
11792:
11793: 2007-05-24 misha
11794:
11795: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11796: with 0.5 secs interval
11797:
11798: * src/classes/op.C: - cache was rewrited. I hope it works with
11799: locking system now on unix
11800:
11801: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11802: system locks which wait till other threads release it but try get
11803: lock, if fail wait 1 sec and make 10 attempts.
11804:
11805: * src/include/pa_os.h: - consts for blocking locks + some comments
11806: were added
11807:
11808: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11809: opening files
11810:
11811: * src/classes/table.C: - changes in includes. if unclude <sstream>
11812: after our classes on unix it can't be build
11813:
11814: * src/types/pa_vhashfile.C: - not needed code removed
11815:
11816: 2007-05-23 misha
11817:
11818: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11819: include/pa_common.h: - cosmetic changes
11820:
11821: 2007-05-18 misha
11822:
11823: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11824: often. it's give some speed increasing
11825:
11826: * tests/results/160.processed: - returned time corrected
11827:
11828: * tests/160.html: - time increased because on unix 1 mean nothing
11829: :(
11830:
1.211 moko 11831: * operators.ru.txt, operators.txt: - added info about
11832: ^hash.contain[key]
1.95 moko 11833:
11834: * src/classes/hash.C: - added ^hash.contain[key]
11835:
11836: * src/include/pa_hash.h: - added method for checking key exists in
11837: hash
11838:
11839: 2007-05-07 misha
11840:
11841: * src/include/pa_string.h: - was compilation error during build on
11842: freebsd4
11843:
11844: 2007-05-03 misha
11845:
11846: * src/classes/table.C: - option $.type[hash|string|table] was added
11847: for ^table.hash[]
11848:
11849: * src/classes/file.C: - comment removed
11850:
11851: 2007-04-26 misha
11852:
11853: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11854: real files doesn't opened in place anymore
11855:
11856: 2007-04-24 misha
11857:
11858: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11859:
11860: * src/include/pa_exception.h: "static" removed
11861:
11862: 2007-04-23 misha
11863:
11864: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11865:
11866: * src/classes/math.C: added: - ^math:ln(N) (the same as
11867: ^math:log(N)) - ^math:lg(N)
11868:
11869: * tests/: 097.html, results/097.processed: - charsets converstion
11870: during ^file::load[text;http://...] added
11871:
11872: * tests/: 164.html, results/164.processed: - check for set expires
11873: as a date
11874:
11875: * tests/: 164.html, results/164.processed: - test for hashfile
11876:
11877: * src/classes/hashfile.C: - little comment changes
11878:
11879: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11880: access
11881:
11882: * src/: classes/date.C, classes/double.C, classes/file.C,
11883: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11884: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11885: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11886: classes/xnode.h, include/pa_request.h, main/execute.C,
11887: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11888: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11889: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11890: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11891: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11892: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11893: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11894: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11895: "parser.runtime" strings were removed
11896:
11897: * src/classes/hashfile.C: - with .clear[] called files_delete()
11898: now.
11899:
11900: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11901:
11902: * src/include/pa_exception.h: - string constant with
11903: "parser.runtime" text was added
11904:
11905: 2007-04-20 misha
11906:
1.211 moko 11907: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11908:
1.211 moko 11909: * operators.ru.txt, operators.txt: - added info about
11910: .^hashfile.release[], ^hashfile.clenaup[] and new
11911: ^string.match[][>N-option<]
1.95 moko 11912:
11913: * configure: =cheching for unsetenv
11914:
11915: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11916: ^hashfile.release[] were added
11917:
11918: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11919: ^string.match[][] understand new option now: return number of
11920: matches but not table wit results
11921:
11922: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11923: reopen now
11924:
11925: * src/classes/op.C: - bug. must be false
11926:
11927: * configure.in: - checking for unsetenv was added
11928:
11929: * src/types/pa_vform.C: - some comments
11930:
11931: 2007-04-18 misha
11932:
11933: * buildall-with-xml: moving to libxml2-2.6.28
11934:
11935: * buildall-with-xml, buildall-without-xml: added commented lines
11936: with --disable-safe-mode option
11937:
1.211 moko 11938: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11939:
11940: 2007-04-17 misha
11941:
11942: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11943: $form:files was added
11944:
11945: * tests/: 163.html, results/163.processed: removing auto format
11946:
11947: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11948:
11949: 2007-04-16 misha
11950:
11951: * tests/: 163.html, results/163.processed: - test for .int[],
11952: floor, round, ceiling and .format[]
11953:
11954: * src/classes/file.C: - little optimization for getting args in
11955: exec/cgi
11956:
11957: 2007-04-13 misha
11958:
11959: * src/classes/file.C: - arguments for file::exec/cgi can be
11960: specified now as s table with one column
11961:
11962: 2007-03-27 misha
11963:
11964: * tests/: 162.html, results/162.processed: - test for
11965: ^table.select(^condition[$t])
11966:
11967: * tests/results/auto.p: - load windows-1251 charset for some tests
11968:
11969: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11970:
11971: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11972: 161_windows1251.txt: - added test for
11973: ^file::load[text;/local/file.txt;$.charset[...]]
11974:
11975: * tests/: results/013.processed, 013.html: - added test for
11976: checking $._default value while hash modifications
11977:
11978: * tests/: 160.html, results/160.processed: - add test for
11979: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11980:
11981: 2007-03-22 misha
11982:
11983: * src/include/pa_common.h: - "charset" string defined for
11984: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11985:
11986: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11987: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11988: added - not needed transcodes were removed from
11989: ^file::load[...;http://...]
11990:
11991: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11992: added
11993:
11994: * src/classes/date.C: - date.week was fixed
11995:
1.211 moko 11996: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11997:
11998: * tests/: 159.html, results/159.processed: - tests for date.week
11999: and date.weekyear added
12000:
12001: 2007-03-15 misha
12002:
12003: * src/classes/table.C: - enclose column numbers for nameless tables
12004: as well
12005:
12006: 2007-03-14 misha
12007:
12008: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12009:
12010: * src/classes/table.C: - table.save optimization: now required much
12011: less memory
12012:
12013: 2007-03-13 misha
12014:
12015: * tests/results/: 158.processed, 158.processes: - tests for
12016: table.save/table.load
12017:
12018: * tests/: 158.html, results/158.processes: - tests for
12019: table.save/table.load
12020:
12021: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12022:
12023: * buildall-with-xml: - pattern needed now for building
12024:
12025: * tests/results/097.processed: - added test results for xdoc::load
12026: & xdoc::load[http://...]
12027:
12028: * tests/097.html: - added test for xdoc::load
12029:
12030: 2007-03-12 misha
12031:
12032: * tests/: 107.html, results/107.processed: - added test for xpath
12033: '//man'
12034:
12035: 2007-03-01 misha
12036:
12037: * tests/: 097.html, results/097.processed: - added test for
12038: creating xdoc from file
12039:
12040: * tests/: results/157.processed, 157.html: - added test for
12041: file:move
12042:
12043: 2007-02-28 misha
12044:
12045: * src/classes/xdoc.C: - another attempt
12046:
12047: * src/classes/xdoc.C: - roll back last changes for a while
12048:
1.211 moko 12049: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12050: ^xdoc::create[$file] added.
1.95 moko 12051:
12052: * src/classes/file.C: - under lock we create non-exist dir anyway
12053:
12054: * tests/results/099.processed: - ever send content-disposition to
12055: client with file
12056:
12057: * tests/157.html: + test for file:copy
12058:
12059: 2007-02-26 misha
12060:
12061: * src/classes/file.C: - some similar strings moved to #define
12062: instead of to be copy/pasted many times
12063:
12064: * src/types/pa_vfile.h: - class name string ("file") moved to
12065: #define
12066:
12067: 2007-02-20 misha
12068:
12069: * configure.in: - added some strings for sqlite detection
12070:
12071: 2007-02-19 misha
12072:
1.211 moko 12073: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12074:
12075: * buildall-with-xml, buildall-without-xml: - some modifications
12076:
12077: 2007-02-17 misha
12078:
12079: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12080:
12081: * src/main/pa_request.C: - damn, i forgot to commit it while I
12082: change console behaviour
12083:
12084: 2007-02-12 misha
12085:
12086: * src/targets/cgi/parser3.C: - don't print headers if
12087: $console:line[data] was used during cgi execution.
12088:
12089: * src/types/pa_vconsole.h: - console class have bool flag now which
12090: marked as 'true' if class was used.
12091:
12092: * tests/: 152.html, results/152.processed: - more types was added
12093: to test 152
12094:
12095: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12096: adding 'bool' (^if($image){} caused exception)
12097:
12098: 2007-02-09 misha
12099:
12100: * tests/: 152.html, results/152.processed: - test alightly updated
12101:
12102: * tests/: 152.html, results/152.processed: - test rewrited
12103:
12104: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12105: bugfix. I broke xdoc & xnode in expression
12106:
12107: 2007-02-08 misha
12108:
12109: * tests/: 152.html, results/152.processed: - add test for checking
12110: 'def' for void, string, bool, int & double
12111:
12112: 2007-02-07 misha
12113:
1.211 moko 12114: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12115: added
1.95 moko 12116:
12117: * tests/results/153.processed: - result test for
12118: ^file:base64[filespec] was updated
12119:
12120: * tests/153.html: - test for ^file:base64[filespec] was added
12121:
12122: * src/types/pa_vconsole.h: - little optimization
12123:
12124: * src/classes/file.C: - ^file:base64[filespec]
12125:
12126: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12127:
12128: * src/include/pa_common.h: - declarations for
12129: ^file:base64[filespec]
12130:
12131: * src/types/pa_vcookie.C: - little optimization
12132:
12133: 2007-02-06 misha
12134:
12135: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12136: were temporary commented
12137:
12138: * src/types/pa_vbool.h: - bugfix
12139:
12140: * tests/156.html: - added test for bool cookie
12141:
12142: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12143:
12144: * tests/: 155.html, results/155.processed: - added test for check
12145: $.encloser[] option for table save/load
12146:
12147: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12148:
12149: 2007-02-05 misha
12150:
12151: * tests/results/152.processed: - newline at the end was missed
12152:
12153: * tests/results/141.processed: - math:md5 must be lowercased
12154:
12155: * src/targets/cgi/parser3.C: - 2007 in help ;)
12156:
12157: 2007-02-03 misha
12158:
12159: * tests/results/: 150.processed, 151.processed, 152.processed: -
12160: test for bool added and some content length fixes
12161:
12162: * tests/152.html: - test for bool added
12163:
12164: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12165:
1.211 moko 12166: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12167:
1.116 moko 12168: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12169: classes/classes.vcproj, classes/double.C, classes/int.C,
12170: classes/string.C, classes/void.C, classes/xnode.C,
12171: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12172: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12173: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12174: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12175: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12176: types/types.vcproj: - bool class was added
12177:
12178: * src/main/pa_request.C: - fix
12179:
12180: 2007-01-18 misha
12181:
12182: * src/: main/pa_string.C, classes/string.C: - return table during
12183: ^string.match[][] even if no matched found.
12184:
12185: 2006-12-20 misha
12186:
12187: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12188: http://www.parser.ru/forum/?id=55598 ]
12189:
12190: 2006-12-19 misha
12191:
12192: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12193: details: http://www.parser.ru/forum/?id=52359
12194:
12195: * src/main/pa_request.C: - always set content-disposition for
12196: $response:body[hash here]. more details:
12197: http://www.parser.ru/forum/?id=52130
12198:
12199: 2006-12-07 misha
12200:
1.211 moko 12201: * operators.ru.txt, operators.txt: - added info about bool params
12202: in cookie set
1.95 moko 12203:
12204: * src/types/pa_vcookie.C: - bool param in cookies available now
12205: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12206: ]
12207:
12208: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12209: was added
12210:
12211: 2006-12-02 misha
12212:
12213: * src/classes/file.C: - file_block_read used instead of native read
12214:
12215: * src/main/pa_common.C: - added file_block_read with read error
12216: detection - file_block_read used instead of native read
12217:
12218: * src/include/pa_common.h: - added file_block_read declaration
12219:
12220: 2006-12-01 misha
12221:
1.211 moko 12222: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12223: added
1.95 moko 12224:
12225: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12226: $var.CLASS_NAME added
12227:
1.211 moko 12228: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12229:
12230: * src/classes/file.C: - ^file:copy[from;fo] was added
12231:
12232: 2006-11-20 misha
12233:
12234: * src/classes/date.C: - bug fix :)
12235:
12236: 2006-11-17 misha
12237:
12238: * src/include/pa_common.h: - array in crc32 calculation was changed
12239: to static
12240:
12241: * src/main/pa_common.C: - little optimization in getMonthDays -
12242: small changes in crc32 calculation
12243:
12244: * src/classes/date.C: - not needed code was removed
12245:
12246: 2006-11-16 misha
12247:
12248: * src/types/pa_vmail.C: - fix missed brakes
12249:
12250: * src/types/pa_vmail.C: - mail:send now set content-type:
12251: multipart/related instead of multipart/mixed if file have
12252: $.content-id[]
12253:
12254: 2006-11-15 misha
12255:
12256: * src/types/pa_vdouble.h: abs -> fabs
12257:
12258: 2006-11-14 misha
12259:
1.211 moko 12260: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12261: and ^file:md5[file-name]
1.95 moko 12262:
12263: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12264: added
12265:
12266: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12267: FILE_BUFFER_SIZE
12268:
12269: * src/classes/math.C: - hex_string was moved to pa_common.h
12270:
12271: * src/include/pa_common.h: - hex_string was moved from math.C -
12272: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12273:
12274: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12275: values was fixed
12276:
12277: 2006-11-13 misha
12278:
1.211 moko 12279: * operators.ru.txt, operators.txt: - added info about
12280: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12281:
12282: * src/classes/math.C: - added ^math:crc32[string]
12283:
12284: * src/classes/file.C: - some comments were changed - added
12285: ^file:crc32[file-name] and ^file.crc32[]
12286:
12287: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12288: crc32 calculation added
12289:
12290: 2006-11-03 misha
12291:
12292: * src/include/pa_array.h: - not needed variable removed
12293:
12294: * tests/: 150.html, 151.html, results/150.processed,
12295: results/151.processed: - 2 tests were added
12296:
12297: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12298: with $.reverse(1) were fixed
12299:
12300: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12301: query converted to $.charset during ^file::load[http://...]
12302:
12303: 2006-11-02 misha
12304:
12305: * src/include/pa_table.h: ups. forget '=' char
12306:
12307: * src/include/pa_table.h: - one more fix in
12308: .locate[...][$.reverse(1)]
12309:
12310: 2006-11-01 misha
12311:
12312: * src/classes/math.C: - bug fix, details:
12313: http://www.parser.ru/forum/?id=53360
12314:
12315: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12316: false for all records )[$.reverse(1)]
12317:
12318: * src/main/pa_http.C: - second param for this mid method is length
12319: but not end_index so this method has error and can't detect
12320: charsets in next content-types: Content-type: text/html;
12321: charset="windows-1251" Content-type: text/html;
12322: charset="windows-1251"; Content-type: text/html;
12323: charset=windows-1251;
12324:
12325: only Content-type: text/html; charset=windows-1251 was fine
12326:
12327: 2006-10-31 misha
12328:
12329: * src/classes/file.C: - empty args in file::exec removed now
12330:
12331: 2006-09-03 paf
12332:
12333: * src/classes/file.C: proper tainting of
12334: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12335:
12336: 2006-06-09 paf
12337:
12338: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12339:
12340: * src/classes/table.C: formatting
12341:
12342: * src/classes/table.C: incorporated patch from misha: Sent:
12343: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12344: ignoring string options for ^table.save[]
12345:
12346: * src/classes/hash.C: incorporated patch from misha Sent:
12347: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12348: $hash._default disappear while
12349:
1.211 moko 12350: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12351: $.value[file] $.format[!uue|!base64] << new base64 option.
12352: default uue ] ]
1.95 moko 12353:
12354: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12355: PM Subject: patch for base64 in ^mail:send[] %-)
12356:
12357: 2006-04-09 paf
12358:
12359: * src/main/compile.tab.C: ` change compiled
12360:
1.211 moko 12361: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12362: src/classes/classes.vcproj, src/classes/file.C,
12363: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12364: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12365: src/classes/xnode.C, src/include/pa_array.h,
12366: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12367: src/include/pa_memory.h, src/include/pa_request.h,
12368: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12369: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12370: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12371: src/lib/pcre/pcre_dftables.vcproj,
12372: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12373: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12374: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12375: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12376: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12377: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12378: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12379: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12380: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12381: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12382: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12383: src/types/pa_value.h, src/types/pa_vcookie.C,
12384: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12385: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12386: src/types/pa_vstatus.C, src/types/types.vcproj,
12387: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12388: ^menu, ^hash/hashfile.foreach
12389:
12390: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12391: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12392: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12393: src/classes/xnode.C, src/include/pa_array.h,
12394: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12395: src/include/pa_memory.h, src/include/pa_request.h,
12396: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12397: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12398: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12399: src/lib/pcre/pcre_dftables.vcproj,
12400: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12401: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12402: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12403: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12404: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12405: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12406: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12407: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12408: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12409: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12410: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12411: src/types/pa_value.h, src/types/pa_vcookie.C,
12412: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12413: src/types/pa_vstatus.C, src/types/types.vcproj,
12414: tests/descript.ion: ! switched to VS2005 (projects and
12415: object<info explicitly typed>.for_each(, info)) +
12416: $response:field[] setting void means removing + grammar $name`
12417: name stops now, for mysql `$field` + started ^break[]
12418: ^continue[], in ^for. TODO: to other iterators (while, menu,
12419: foreach) + all log messages += [uri=, method=, cl=]
12420:
12421: * buildall-with-xml: merged . ftp paths update
12422:
12423: * buildall-with-xml: . ftp paths update
12424:
12425: 2006-03-04 paf
12426:
12427: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12428: checks++ [thanks to Igor Zinkovsky for detailed report]
12429:
12430: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12431: Igor Zinkovsky for detailed report]
12432:
12433: 2006-03-01 paf
12434:
12435: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12436: \n to ' ' in
12437:
12438: 2006-02-18 paf
12439:
12440: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12441: \n to ' ' in
12442:
12443: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12444:
12445: 2006-02-03 paf
12446:
12447: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12448: base64
12449:
12450: * src/main/pa_common.C: ! bugfix: decoding from base64
12451:
12452: 2006-01-20 paf
12453:
12454: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12455: economy fix
12456:
12457: * src/classes/: table.C: merged from HEAD ! bugfix
12458: ^table.save[$.encloser-s now handled properly
12459:
12460: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12461: handled properly
12462:
12463: 2006-01-19 paf
12464:
12465: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12466: libgc:USE_MUNMAP activates merging of free memory blocks which
12467: helps a lot in our case: after transform we want
12468: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12469:
12470: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12471: economy fix
12472:
12473: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12474: activates merging of free memory blocks which helps a lot in our
12475: case: after transform we want CORD(main.result)->cstr[big
12476: malloc]->transcode[big malloc]
12477:
12478: 2006-01-17 paf
12479:
12480: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12481: before reading them. got rid of reallocs = became quicker and
12482: less fragmentated
12483:
12484: 2005-12-29 paf
12485:
1.116 moko 12486: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12487: configure, configure.in, src/include/pa_version.h,
12488: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12489: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12490: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12491: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12492: src/lib/ltdl/missing: . merged from 3.2.1
12493:
1.116 moko 12494: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12495: packaged when 'make dist', so do configure companion files in
12496: src/lib/ltdl
12497:
12498: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12499: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12500: missing: . now config_auto.h is created with configure [were
12501: constant]
1.95 moko 12502:
12503: * INSTALL: . references to documentation and some clarification
12504:
12505: * buildall-with-xml, buildall-without-xml: . farawell doc
12506: indication
12507:
1.116 moko 12508: * Makefile.am: . dist+=buildall*
1.95 moko 12509:
12510: 2005-12-28 paf
12511:
12512: * configure: . 3.2.1
12513:
12514: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12515: simplify build process, see INSTALL
12516:
12517: 2005-12-26 paf
12518:
12519: * configure: ver
12520:
12521: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12522: version
12523:
12524: 2005-12-21 paf
12525:
12526: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12527: compiled with bison 1.875b, it reports unexpected token names
12528:
12529: 2005-12-19 paf
12530:
12531: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12532: holds a link to xmlNode to prevent premature gc(xmlNode)
12533:
12534: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12535: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12536: src/main/main.vcproj, src/main/pa_globals.C,
12537: src/targets/cgi/parser3.vcproj,
12538: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12539: configure, configure.in, src/include/pa_version.h: . killing
12540: gdome [what a relief]
12541:
12542: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12543: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12544: run_parser.sh, results/001.processed, results/002.processed,
12545: results/003.processed, results/004.processed,
12546: results/005.processed, results/006.processed,
12547: results/008.processed, results/009.processed,
12548: results/010.processed, results/011.processed,
12549: results/012.processed, results/013.processed,
12550: results/014.processed, results/015.processed,
12551: results/016.processed, results/017.processed,
12552: results/018.processed, results/020.processed,
12553: results/021.processed, results/022.processed,
12554: results/023.processed, results/024.processed,
12555: results/025.processed, results/026.processed,
12556: results/027.processed, results/028.processed,
12557: results/029.processed, results/030.processed,
12558: results/031.processed, results/032.processed,
12559: results/033.processed, results/034.processed,
12560: results/035.processed, results/036.processed,
12561: results/037.processed, results/038.processed,
12562: results/039.processed, results/040.processed,
12563: results/041.processed, results/042.processed,
12564: results/043.processed, results/044.processed,
12565: results/045.processed, results/046.processed,
12566: results/047.processed, results/048.processed,
12567: results/049.processed, results/050.processed,
12568: results/051.processed, results/052.processed,
12569: results/053.processed, results/054.processed,
12570: results/055.processed, results/056.processed,
12571: results/057.processed, results/058.processed,
12572: results/059.processed, results/060.processed,
12573: results/061.processed, results/062.processed,
12574: results/063.processed, results/064.processed,
12575: results/065.processed, results/066.processed,
12576: results/067.processed, results/068.processed,
12577: results/069.processed, results/070.processed,
12578: results/071.processed, results/072.processed,
12579: results/073.processed, results/074.processed,
12580: results/075.processed, results/076.processed,
12581: results/077.processed, results/078.processed,
12582: results/079.processed, results/080.processed,
12583: results/081.processed, results/082.processed,
12584: results/083.processed, results/084.processed,
12585: results/085.processed, results/086.processed,
12586: results/087.processed, results/088.processed,
12587: results/089.processed, results/090.processed,
12588: results/091.processed, results/092.processed,
12589: results/093.processed, results/094.processed,
12590: results/095.processed, results/096.processed,
12591: results/097.processed, results/099.processed,
12592: results/100.processed, results/101.processed,
12593: results/102.processed, results/104.processed,
12594: results/105.processed, results/106.processed,
12595: results/107.processed, results/108.processed,
12596: results/109.processed, results/110.processed,
12597: results/111.processed, results/112.processed,
12598: results/113.processed, results/114.processed,
12599: results/115.processed, results/117.processed,
12600: results/119.processed, results/120.processed,
12601: results/121.processed, results/122.processed,
12602: results/123.processed, results/124.processed,
12603: results/125.processed, results/126.processed,
12604: results/127.processed, results/128.processed,
12605: results/129.processed, results/130.processed,
12606: results/131.processed, results/132.processed,
12607: results/133.processed, results/134.processed,
12608: results/135.processed, results/136.processed,
12609: results/138.processed, results/139.processed,
12610: results/140.processed, results/141.processed,
12611: results/142.processed, results/143.processed,
12612: results/144.processed, results/145.processed,
12613: results/146.processed, results/147.processed,
12614: results/148.processed, results/149.processed, results/auto.p: .
12615: now works if we turn off default auto.p
12616:
1.116 moko 12617: * configure: . makes
1.95 moko 12618:
12619: * src/types/pa_vxnode.C: . less warnings
12620:
12621: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12622: tests/145.html, tests/149.html, tests/descript.ion,
12623: tests/outputs/d.cmd, tests/results/142.processed,
12624: tests/results/143.processed, tests/results/144.processed,
12625: tests/results/145.processed, tests/results/146.processed,
12626: tests/results/147.processed, tests/results/148.processed,
12627: tests/results/149.processed: . removed .nodeValue from all node
12628: types other than 5 (grabbed piece from gdome)
12629:
12630: * tests/: 137.html, results/137.processed: . not handled this case
12631: yet. code does not hang from inserting parent into child,
12632: considering thing minor issue -- nodes are removed from source
12633: anyway, don't know why shold that be an error after all
12634:
12635: * src/targets/cgi/parser3.C: . style
12636:
12637: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12638: xdoc too [were barking "not element"]
12639:
12640: 2005-12-16 paf
12641:
12642: * tests/: 146.html, 147.html, 148.html: . more tests
12643:
12644: * src/classes/xnode.C: . also bark on possible errors
12645:
12646: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12647: props
12648:
12649: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12650: main/compile.y: merged from HEAD ! fixed overoptimized
12651: ^call(false) case. (confused it with ^call[] case)
12652:
12653: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12654: ^call(false) case. (confused it with ^call[] case)
12655:
12656: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12657:
12658: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12659: results/001.processed, results/002.processed,
12660: results/003.processed, results/004.processed,
12661: results/005.processed, results/006.processed,
12662: results/008.processed, results/009.processed,
12663: results/010.processed, results/011.processed,
12664: results/012.processed, results/013.processed,
12665: results/014.processed, results/015.processed,
12666: results/016.processed, results/017.processed,
12667: results/018.processed, results/019.processed,
12668: results/020.processed, results/021.processed,
12669: results/022.processed, results/023.processed,
12670: results/024.processed, results/025.processed,
12671: results/026.processed, results/027.processed,
12672: results/028.processed, results/029.processed,
12673: results/030.processed, results/031.processed,
12674: results/032.processed, results/033.processed,
12675: results/034.processed, results/035.processed,
12676: results/036.processed, results/037.processed,
12677: results/038.processed, results/039.processed,
12678: results/040.processed, results/041.processed,
12679: results/042.processed, results/043.processed,
12680: results/044.processed, results/045.processed,
12681: results/046.processed, results/047.processed,
12682: results/048.processed, results/049.processed,
12683: results/050.processed, results/051.processed,
12684: results/052.processed, results/053.processed,
12685: results/054.processed, results/055.processed,
12686: results/056.processed, results/057.processed,
12687: results/058.processed, results/059.processed,
12688: results/060.processed, results/061.processed,
12689: results/062.processed, results/063.processed,
12690: results/064.processed, results/065.processed,
12691: results/066.processed, results/067.processed,
12692: results/068.processed, results/069.processed,
12693: results/070.processed, results/071.processed,
12694: results/072.processed, results/073.processed,
12695: results/074.processed, results/075.processed,
12696: results/076.processed, results/077.processed,
12697: results/078.processed, results/079.processed,
12698: results/080.processed, results/081.processed,
12699: results/082.processed, results/083.processed,
12700: results/084.processed, results/085.processed,
12701: results/086.processed, results/087.processed,
12702: results/088.processed, results/089.processed,
12703: results/090.processed, results/091.processed,
12704: results/092.processed, results/093.processed,
12705: results/094.processed, results/095.processed,
12706: results/096.processed, results/097.processed,
12707: results/099.processed, results/101.processed,
12708: results/102.processed, results/104.processed,
12709: results/105.processed, results/106.processed,
12710: results/107.processed, results/108.processed,
12711: results/109.processed, results/110.processed,
12712: results/111.processed, results/112.processed,
12713: results/113.processed, results/114.processed,
12714: results/115.processed, results/116.processed,
12715: results/117.processed, results/118.processed,
12716: results/119.processed, results/120.processed,
12717: results/121.processed, results/122.processed,
12718: results/123.processed, results/124.processed,
12719: results/125.processed, results/126.processed,
12720: results/127.processed, results/128.processed,
12721: results/129.processed, results/130.processed,
12722: results/131.processed, results/132.processed,
12723: results/133.processed, results/134.processed,
12724: results/135.processed, results/136.processed,
12725: results/137.processed, results/138.processed,
12726: results/139.processed, results/140.processed,
12727: results/141.processed: . refreshed old tests, made them work
12728: without auto.p (in utf8) . things noted: . gif got encoded
12729: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12730: some strange year)
12731:
12732: * INSTALL: . revived linux libgc fix
12733:
12734: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12735: glib/gdome in INSTALL and patches]
12736:
12737: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12738: include/pa_charset.h, include/pa_config_includes.h,
12739: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12740: include/pa_xml_exception.h, lib/cord/Makefile.am,
12741: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12742: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12743: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12744: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12745: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12746: types/pa_vxnode.h: . started killing gdome
12747:
12748: 2005-12-13 paf
12749:
12750: * src/main/: pa_request.C: merged from HEAD ! when code in
12751: @unhandled_exception thrown another exception, print correct
12752: origin (earlier code in catch of exception inside of
12753: @unhandled_exception grabbed parent_frame(original_exception)
12754: origin and printed it, instead of true origin)
12755:
12756: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12757: another exception, print correct origin (earlier code in catch of
12758: exception inside of @unhandled_exception grabbed
12759: parent_frame(original_exception) origin and printed it, instead
12760: of true origin)
12761:
12762: 2005-12-09 paf
12763:
12764: * INSTALL: . updated INSTALL doc to work around linux stack base
12765: detection problem, due to change in gc6.4 code
12766:
12767: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12768: ignored in ^string.matched :(
12769:
12770: * src/main/pa_string.C: ! regex tainting were ignored in
12771: ^string.matched :(
12772:
12773: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12774: src/include/pa_config_fixed.h, src/include/pa_version.h,
12775: src/main/compile.y, src/main/compile_tools.h,
12776: src/main/pa_charset.C, src/main/pa_common.C,
12777: src/main/pa_globals.C, src/main/pa_string.C,
12778: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12779: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12780:
12781: 2005-12-08 paf
12782:
12783: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12784: 500 chars now handled OK [were wrapped on 500th char according to
12785: rfc, but sendmail failed to unwrap it properly]
12786:
12787: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12788: handled OK [were wrapped on 500th char according to rfc, but
12789: sendmail failed to unwrap it properly]
12790:
12791: * src/targets/isapi/parser3isapi.C: . less warnings
12792:
12793: * src/targets/isapi/parser3isapi.C: . undone some strange change
12794: since 3.1.5
12795:
12796: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12797: link fixes
12798:
12799: * src/: classes/date.C, include/pa_config_fixed.h,
12800: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12801: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12802: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12803:
12804: * src/include/pa_config_fixed.h: . removed outdated string origins
12805: [in current storage scheme there's no place for them. someday we
12806: can add third CORD to store origins and special version of parser
12807: which stores origins there [separate binary]]
12808:
12809: 2005-12-07 paf
12810:
12811: * src/targets/isapi/parser3isapi.C: . now links in release mode
12812:
12813: * src/include/pa_version.h: makefiles
12814:
12815: * src/include/pa_version.h: . not beta
12816:
12817: * configure, configure.in, src/include/pa_version.h: not beta
12818:
12819: 2005-12-06 paf
12820:
12821: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12822: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12823: decided to undo the change ^call[$void] passes void. now it will
12824: pass empty string again.
12825:
12826: * src/main/: compile.tab.C, compile.y: . version readded
12827:
12828: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12829: = ^switch[void] problem
12830:
12831: 2005-12-01 paf
12832:
12833: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12834: caused ^case[string] to be coerced to double since searching
12835: value were not string (it was vvoid)
12836:
12837: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12838: ^case[string] to be coerced to double since searching value were
12839: not string (it was vvoid)
12840:
12841: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12842: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12843:
12844: 2005-11-30 paf
12845:
12846: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12847: win32 must putenv("TZ="), on unix works only putenv("TZ")
12848:
12849: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12850: putenv("TZ="), on unix works only putenv("TZ")
12851:
12852: * INSTALL: . xml libs versions updated
12853:
12854: * src/main/pa_globals.C: //20051130 trying to remove this, author
12855: claims that fixed a lot there // 20040920 for now both
12856: workarounds needed. wait for new libxml/xsl versions
12857:
12858: 2005-11-28 paf
12859:
12860: * src/classes/table.C: merged from HEAD: ! nameless table has
12861: columns==0
12862:
12863: * src/classes/table.C: ! nameless table has columns==0
12864:
12865: * src/main/pa_http.C: merged from HEAD: ! status line check made
12866: earlier [was totally wrong]
12867:
12868: * src/main/pa_http.C: ! status line check made earlier [was totally
12869: wrong]
12870:
12871: 2005-11-25 paf
12872:
12873: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12874: undoing for now...
12875:
12876: * src/include/pa_version.h: -this reduces speed(table::load),
12877: strange. undoing
12878:
12879: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12880:
12881: * src/classes/op.C: + ^while(){}[SEPARATOR]
12882:
12883: * src/include/pa_array.h: + optimistics added: all arrays (table
12884: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12885: this speeds things up and saves memory a LOT! (not noticed
12886: negative effect on syntetic tests, future will tell...)
12887:
12888: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12889: changed gc_malloc implementation, which obscured profiling
12890:
12891: * src/classes/table.C: merged from HEAD: + optimized
12892: table::load/sql, now row ArrayString-s allocated with
12893: columns.count() elements and don't always grow from
12894: count=3[realloc,realloc]
12895:
12896: * src/classes/table.C: + optimized table::load/sql, now row
12897: ArrayString-s allocated with columns.count() elements and don't
12898: always grow from count=3[realloc,realloc]
12899:
12900: * src/classes/table.C: merged from HEAD: . ^table.save unused
12901: buffer after save
12902:
12903: * src/classes/table.C: . ^table.save unused buffer after save
12904:
12905: 2005-11-24 paf
12906:
12907: * configure.in: . merged glib2-config patch
12908:
12909: * configure.in: + trying to find glib2-config
12910:
12911: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12912: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12913: file/dir_readable to simple file/dir_exist, this would help in
12914: situations "class not found because .p file has bad rights" << in
12915: that case error would be explicit "access denied to 'this' file"
12916:
1.116 moko 12917: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12918:
12919: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12920: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12921: to simple file/dir_exist, this would help in situations "class
12922: not found because .p file has bad rights" << in that case error
12923: would be explicit "access denied to 'this' file"
12924:
12925: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12926: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12927: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12928: ^file::exec/cgi[script;$.charset[changed]
12929: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12930: encoded in $.charset charset
12931:
12932: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12933: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12934: encoded in $.charset charset
12935:
12936: * src/: include/Makefile.am, include/pa_common.h,
12937: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12938: main/pa_common.C, main/pa_http.C: . extracted http:// into
12939: separate file [preparation for
12940: ^file::cgi[script;$.form[$.field1[]
12941:
12942: 2005-11-22 paf
12943:
12944: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12945:
12946: * acinclude.m4, configure.in: . merged underquting fixes
12947:
1.116 moko 12948: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12949:
12950: * src/classes/op.C: . overmerged a little
12951:
12952: * src/main/compile.tab.C: Makefile
12953:
12954: * src/main/: pa_common.C: . less gcc warnings
12955:
12956: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12957: now reports original exception if we have no old cache
12958:
12959: * src/classes/op.C: + $exception.handled[cache] now reports
12960: original exception if we have no old cache
12961:
12962: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12963: from HEAD: + ^taint/untaint[regex] << escapes these:
12964: \^$.[]|()?*+{}
12965:
12966: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12967: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12968:
12969: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12970: getenv-ed variable, which does not work both on win32&unix.
12971: copied old TZ value now
12972:
12973: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12974: stored pointer to getenv-ed variable, which does not work both on
12975: win32&unix. copied old TZ value now
12976:
12977: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12978: getenv-ed variable, which does not work both on win32&unix.
12979: copied old TZ value now
12980:
12981: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12982: access to internal hash
12983:
12984: * src/types/pa_vresponse.C: + $response:headers access to internal
12985: hash
12986:
12987: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12988: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12989: isapi] this reduces number of "GC Warning: Repeated allocation of
12990: very large block" messages to only important onces
12991:
12992: * src/targets/isapi/parser3isapi.C: +
12993: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12994: isapi] this reduces number of "GC Warning: Repeated allocation of
12995: very large block" messages to only important onces
12996:
12997: * src/classes/string.C: merged from HEAD: + removed limitation on
12998: ^string/int/double:sql{}[$.default[({param style})] ]
12999:
13000: * src/classes/string.C: + removed limitation on
13001: ^string/int/double:sql{}[$.default[({param style})] ]
13002:
13003: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13004: with ?params or $.form option" limitation
13005:
13006: * src/main/pa_common.C: + removed "use either uri with ?params or
13007: $.form option" limitation
13008:
13009: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13010: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13011: ^file::base64[encoded] decode
13012:
13013: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13014: main/pa_common.C: + ^file.base64[] encode +
13015: ^file::base64[encoded] decode
13016:
13017: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13018: ^string:base64[encoded] decode
13019:
13020: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13021: ^string:base64[in] encode + ^string.base64[] decode
13022:
13023: 2005-11-21 paf
13024:
13025: * src/classes/file.C: + merged from HEAD:
13026: ^file::create[text;file.xml;^untaint[xml]{data}]
13027:
13028: * src/classes/file.C: +
13029: ^file::create[text;file.xml;^untaint[xml]{data}]
13030:
13031: * src/main/pa_request.C: ! merged: $response:body[file] now
13032: differes from :download, it does not return content-disposition
13033: at all now [previusely it returned valueless content-disposition]
13034:
13035: * src/main/pa_request.C: ! $response:body[file] now differes from
13036: :download, it does not return content-disposition at all now
13037: [previusely it returned valueless content-disposition]
13038:
13039: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13040: literals, reverted to just vvod, recreating empty array with each
13041: void_value token. that's absolutely needed, since that array
13042: grows
13043:
13044: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13045: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13046: types/pa_vmethod_frame.h: + merged: expression literals:
13047: true/false. ^format[$.indent(true)]
13048:
13049: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13050: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13051: types/pa_vmethod_frame.h: + expression literals: true/false.
13052: ^format[$.indent(true)]
13053:
13054: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13055: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13056: i386-pc-win32)"
13057:
13058: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13059: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13060: i386-pc-win32)"
13061:
13062: 2005-11-18 paf
13063:
13064: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13065: null}[$.default(123)] will now return default value
13066:
13067: * src/classes/op.C: + merged ^cache[] << returns current cache
13068: expiration time
13069:
13070: * src/classes/op.C: + ^cache[] << returns current cache expiration
13071: time
13072:
13073: * src/classes/table.C: ! merged ^table::create[not'nameless';
13074: failed << Exception.problem_source pointed to local var!
13075:
13076: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13077: Exception.problem_source pointed to local var!
13078:
13079: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13080: now loads VFile.ptr!=0, so such files can be saved now
13081:
13082: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13083: loads VFile.ptr!=0, so such files can be saved now
13084:
13085: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13086: only . and .. now removed from list [were removed all .*]
13087:
13088: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13089: .. now removed from list [were removed all .*]
13090:
13091: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13092: open error now checked, were not :( [stole that piece from apache
13093: 1.3 sources]
13094:
13095: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13096: checked, were not :( [stole that piece from apache 1.3 sources]
13097:
13098: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13099: untainting of @main result if returned by $result or
13100: $response:body
13101:
13102: * src/main/pa_request.C: ! ensured proper untainting of @main
13103: result if returned by $result or $response:body
13104:
13105: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13106: issue: now tries to guess content-length and allocates one big
13107: piece if possible [regretfully gc_realloc works as malloc+free,
13108: leaving lots of holes behind]
13109:
13110: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13111: fixed file load memory issue: now tries to guess content-length
13112: and allocates one big piece if possible [regretfully gc_realloc
13113: works as malloc+free, leaving lots of holes behind]
13114:
13115: 2005-11-16 paf
13116:
13117: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13118: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13119: table::save with enclosers now doubles them: "->"" !
13120: table::save/load do not remove elements from options hash
13121:
13122: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13123: [were overoptimized ^if(double_literal), compiler confused
13124: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13125:
13126: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13127: [were overoptimized ^if(double_literal), compiler confused
13128: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13129:
13130: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13131: main/pa_common.C: ! table::save with enclosers now doubles them:
13132: "->"" ! table::save/load do not remove elements from options hash
13133:
13134: 2005-11-03 paf
13135:
1.116 moko 13136: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13137: compilation, not all makefiles liked that
1.95 moko 13138:
13139: 2005-08-30 paf
13140:
13141: * src/classes/op.C: merge . speedup check of [DEFAULT]
13142:
13143: * src/classes/op.C: . speedup check of [DEFAULT]
13144:
13145: 2005-08-26 paf
13146:
13147: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13148:
13149: * src/: classes/date.C, types/pa_vdate.h: + date.week
13150:
13151: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13152: complains about bad!=nameless
13153:
13154: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13155: about bad!=nameless
13156:
13157: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13158: optional options were allowed to be empty. were checked
13159: if(is_string), changed to !defined||is_string to allow void
13160:
13161: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13162: classes/string.C, classes/table.C, classes/void.C: ! optional
13163: options were allowed to be empty. were checked if(is_string),
13164: changed to !defined||is_string to allow void
13165:
13166: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13167: as_junction where they needed as_int/double, so failed with
13168: recent "(const) now no junction" optimization
13169:
13170: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13171: merged ! many classes/* used as_junction where they needed
13172: as_int/double, so failed with recent "(const) now no junction"
13173: optimization
13174:
13175: * src/: classes/double.C, classes/int.C, classes/math.C,
13176: classes/op.C, classes/string.C, classes/table.C,
13177: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13178: used as_junction where they needed as_int/double, so failed with
13179: recent "(const) now no junction" optimization
13180:
13181: 2005-08-24 paf
13182:
13183: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13184: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13185: stripped it
13186:
13187: 2005-08-09 paf
13188:
13189: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13190: not cleared
13191:
13192: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13193: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13194: classes/hashfile.C, classes/image.C, classes/int.C,
13195: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13196: classes/response.C, classes/string.C, classes/table.C,
13197: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13198: include/pa_array.h, include/pa_cache_managers.h,
13199: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13200: include/pa_config_fixed.h, include/pa_config_includes.h,
13201: include/pa_dictionary.h, include/pa_dir.h,
13202: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13203: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13204: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13205: include/pa_request_charsets.h, include/pa_request_info.h,
13206: include/pa_sapi.h, include/pa_socks.h,
13207: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13208: include/pa_stack.h, include/pa_string.h,
13209: include/pa_stylesheet_connection.h,
13210: include/pa_stylesheet_manager.h, include/pa_table.h,
13211: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13212: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13213: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13214: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13215: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13216: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13217: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13218: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13219: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13220: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13221: main/pa_sql_driver_manager.C, main/pa_string.C,
13222: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13223: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13224: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13225: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13226: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13227: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13228: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13229: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13230: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13231: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13232: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13233: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13234: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13235: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13236: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13237: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13238: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13239: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13240: types/pa_vresponse.C, types/pa_vresponse.h,
13241: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13242: types/pa_vstateless_object.h, types/pa_vstatus.C,
13243: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13244: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13245: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13246: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13247: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13248:
13249: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13250: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13251: speedup consequent checks in vmethod_frame
13252:
13253: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13254: not cleared
13255:
13256: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13257: params: 50 max (were 10)
13258:
13259: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13260: params: 50 max (were 10)
13261:
13262: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13263: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13264: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13265: empty string) ! simplified (double) speedup consequent checks in
13266: vmethod_frame
13267:
13268: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13269: optimized constants in expressions vstring->vdouble + optimized
13270: ^call(vdouble), no junction creation, no calls later
13271:
13272: 2005-08-08 paf
13273:
13274: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13275: compile_tools.h: merged + optimized constants in expressions
13276: vstring->vdouble + optimized ^call(vdouble), no junction
13277: creation, no calls later
13278:
13279: * src/types/pa_vdouble.h: merged . double values without fractional
13280: part now default printed as %.0f instead of %g
13281:
13282: * src/types/pa_vdouble.h: . double values without fractional part
13283: now default printed as %.0f instead of %g
13284:
13285: * src/classes/hashfile.C: . merged ! second hashfile::open would
13286: cause an exception
13287:
13288: * src/classes/hashfile.C: ! second hashfile::open would cause an
13289: exception
13290:
13291: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13292: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13293: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13294: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13295: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13296: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13297: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13298: types/pa_vresponse.h, types/pa_vstateless_class.C,
13299: types/pa_vstateless_object.h, types/pa_vvoid.h,
13300: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13301: merged VJunction(new Junction) optimization from 3.1.4
13302:
13303: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13304: types/pa_vstateless_class.C: + optimized new VJunction(new
13305: Junction(params)) to new VJunction(params), thousands of mallocs
13306: removed
13307:
13308: 2005-08-05 paf
13309:
13310: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13311: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13312: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13313: creation, no calls later
13314:
13315: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13316: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13317: classes/hashfile.C, classes/image.C, classes/int.C,
13318: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13319: classes/response.C, classes/string.C, classes/table.C,
13320: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13321: include/pa_array.h, include/pa_cache_managers.h,
13322: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13323: include/pa_config_fixed.h, include/pa_config_includes.h,
13324: include/pa_dictionary.h, include/pa_dir.h,
13325: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13326: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13327: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13328: include/pa_request_charsets.h, include/pa_request_info.h,
13329: include/pa_sapi.h, include/pa_socks.h,
13330: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13331: include/pa_stack.h, include/pa_string.h,
13332: include/pa_stylesheet_connection.h,
13333: include/pa_stylesheet_manager.h, include/pa_table.h,
13334: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13335: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13336: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13337: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13338: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13339: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13340: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13341: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13342: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13343: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13344: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13345: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13346: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13347: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13348: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13349: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13350: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13351: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13352: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13353: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13354: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13355: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13356: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13357: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13358: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13359: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13360: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13361: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13362: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13363: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13364: types/pa_vstateless_object.h, types/pa_vstatus.C,
13365: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13366: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13367: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13368: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13369: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13370:
13371: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13372: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13373: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13374: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13375: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13376: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13377: optimized constants in expressions vstring->vdouble
13378:
13379: 2005-07-29 paf
13380:
13381: * src/types/pa_vclass.C: . shaped up error messages a bit
13382:
13383: * src/types/pa_vclass.C: + property getter can now be overridden
13384:
13385: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13386: bug fix: static parent fields were not replaced in case
13387: $derived:field[put] + property setter can now be overridden
13388:
13389: 2005-07-28 paf
13390:
13391: * configure, configure.in, src/classes/classes.h,
13392: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13393: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13394: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13395: src/classes/xnode.h, src/include/pa_hash.h,
13396: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13397: src/types/Makefile.am, src/types/pa_method.h,
13398: src/types/pa_value.h, src/types/pa_vclass.C,
13399: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13400: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13401: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13402: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13403: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13404: src/types/pa_vobject.C, src/types/pa_vobject.h,
13405: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13406: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13407: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13408: src/types/pa_vstateless_class.h,
1.95 moko 13409: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13410: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13411: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13412: dynamic_fields_join
13413:
13414: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13415: classes/xnode.C, include/pa_hash.h, main/execute.C,
13416: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13417: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13418: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13419: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13420: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13421: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13422: types/pa_vresponse.h, types/pa_vstateless_object.h,
13423: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13424: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13425: restored its checks in vobject.put_element->static fields |
13426: dynamic properties
13427:
13428: 2005-07-27 paf
13429:
13430: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13431: is some old code containing @set_name $name
13432:
13433: * src/types/pa_vobject.h: . fixed warning
13434:
13435: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13436: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13437:
13438: * src/: classes/xnode.C, include/pa_hash.h,
13439: types/pa_vstateless_class.C: ! new asserts were all false.
13440: regretfully reverted them all to checks
13441:
13442: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13443: classes/op.C, main/execute.C, types/pa_method.h,
13444: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13445: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13446: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13447: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13448: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13449: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13450: types/pa_vstateless_object.h, types/pa_vvoid.h,
13451: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13452: joined_dynamic_fields: removed unused param from put_method
13453: (returned to 3 params)
13454:
13455: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13456: joined_dynamic_fields: dynamic get/set works with overriding
13457: props [alpha2]
13458:
13459: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13460: works [alfa]
13461:
13462: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13463: classes/op.C, include/pa_hash.h, main/execute.C,
13464: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13465: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13466: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13467: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13468: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13469: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13470: types/pa_vresponse.h, types/pa_vstateless_class.C,
13471: types/pa_vstateless_object.h, types/pa_vvoid.h,
13472: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13473: joined_dynamic_fields: just compiled
13474:
13475: * src/: classes/date.C, classes/file.C, classes/hash.C,
13476: classes/hashfile.C, classes/image.C, classes/table.C,
13477: classes/xdoc.C, classes/xnode.h, main/execute.C,
13478: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13479: types/pa_vstateless_class.h: joined_dynamic_fields: started
13480:
13481: * src/types/pa_vobject.C: . object setters [only started, does not
13482: work yet]
13483:
13484: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13485: object setters [only started, does not work yet]
13486:
13487: 2005-07-26 paf
13488:
13489: * src/: include/pa_request.h, main/execute.C: . properties: set
13490: works [alpha2]. for classes. todo: for objects
13491:
13492: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13493: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13494: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13495: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13496: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13497: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13498: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13499: types/pa_vstateless_object.h, types/pa_vvoid.h,
13500: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13501: properties: set works [alpha1]
13502:
13503: 2005-07-25 paf
13504:
13505: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13506: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13507: properties: started, get works [alpha1, other approach]
13508:
13509: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13510: properties: started, get works [alpha2]
13511:
13512: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13513: pa_vstateless_class.h: . properties: started, get works [alpha]
13514:
13515: 2005-07-15 paf
13516:
13517: * src/: classes/classes.h, classes/op.C, main/execute.C,
13518: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13519: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13520: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13521: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13522: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13523: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13524: types/pa_vresponse.C, types/pa_vresponse.h,
13525: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13526: types/pa_vstateless_object.h, types/pa_vvoid.h,
13527: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13528: types/pa_wwrapper.h, types/types.vcproj: + started property
13529: [getters work but think of changing them too to precaching]
13530:
13531: 2005-07-08 paf
13532:
13533: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13534: gpf
13535:
13536: 2005-06-28 paf
13537:
13538: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13539: in passing empty strings to file::exec/cgi environment
13540:
13541: 2005-06-06 paf
13542:
13543: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13544: ^table:sql ^hash:sql now DO process $.bind option
13545:
13546: 2005-05-24 paf
13547:
13548: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13549: $.limit] now work again [support was broken in 3.1.4]
13550:
13551: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13552: ALL_INTERIOR_POINTERS
13553:
13554: 2005-05-12 paf
13555:
13556: * configure: 3.1.5beta
13557:
13558: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13559:
13560: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13561: $.limit] now work again [support was broken in 3.1.4]
13562:
13563: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13564: line-width [was refusing to fill if line-width >1, thanks to
13565: Seras <seras@pinxit.lt> for repro case
13566:
13567: 2005-04-25 paf
13568:
13569: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13570: correctly
13571:
13572: 2005-04-19 paf
13573:
13574: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13575: in VString violating invariant!!
13576:
13577: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13578: getenv("TZ")==null
13579:
13580: 2005-04-08 paf
13581:
13582: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13583: bugfix: when there is no char in charset one byte produces 6
13584: (ÿ <<max). increased buffer size!
13585:
13586: 2005-03-23 paf
13587:
13588: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13589: ^date.sql-string now takes TZ into account
13590:
13591: 2005-03-16 paf
13592:
13593: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13594: gcc 3.4
13595:
13596: * src/types/pa_vhash.C: . warning about eof eol
13597:
13598: 2005-02-17 paf
13599:
1.211 moko 13600: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13601: ^sleep(double seconds)
1.95 moko 13602:
13603: 2005-02-02 paf
13604:
13605: * src/classes/xnode.C: beauty: removed needless includes
13606:
13607: 2005-01-31 paf
13608:
13609: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13610: $.partNoNumber now alias to $.part1
13611:
13612: * src/types/pa_vmail.C: change: incoming letter part contains
13613: "content-disposition" header with any value? now considering that
13614: part to be "file#" [for text/plain text/html were $.text#
13615: $.html#]
13616:
13617: * INSTALL: updatet to latest working versions available
13618:
13619: 2005-01-20 paf
13620:
13621: * configure.in, src/include/pa_version.h: version
13622:
13623: 2005-01-19 paf
13624:
1.116 moko 13625: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13626: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13627: couple warnings in parser3.C
1.95 moko 13628:
13629: 2004-12-23 paf
13630:
13631: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13632:
13633: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13634: dir to directory of script (when shbang used), not to directory
13635: of its interpreter
13636:
13637: * src/include/pa_version.h: compiled on win32...
13638:
13639: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13640: we need more hspace
13641:
13642: * configure, configure.in, src/include/pa_version.h: configured
13643: host to pa_version. will be displayed everywhere
13644:
13645: * src/main/pa_request.C: new: @unhandled_exception can prevent
13646: exception from being logged by setting $exception.handled(1)
13647:
1.211 moko 13648: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13649: ^file::sql{query}[[options]] options: $.name[file name]
13650: $.content-type[application/what]
13651:
13652: * src/: include/pa_common.h, main/pa_common.C,
13653: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13654: new file
13655:
13656: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13657: bugfix: table->hash now regards _default
13658:
13659: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13660: created by accessing $name_of_method it acquired bad self=closest
13661: methodframe; instead of proper self (current class)
13662:
13663: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13664: hashfile produced bad cord
13665:
13666: 2004-12-10 paf
13667:
13668: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13669: subsequent failures though defined in .h
13670:
13671: * src/main/pa_common.C: comment on volatile
13672:
13673: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13674: alarm function were not used since the beginning due to stupid
13675: error [setsigjmp were not checked in configure.in]
13676:
13677: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13678: unix too
13679:
13680: * src/main/pa_common.C: http: exception status of send/recv errors
13681: change to most probable http.timeout
13682:
13683: * src/main/pa_common.C: win32: http connection $.timeout option now
13684: works [setsockopt on send/receive]
13685:
13686: 2004-12-08 paf
13687:
13688: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13689: cstr-ed knowing mail charset, and untainting uri lang now knows
13690: proper charset
13691:
13692: 2004-11-24 paf
13693:
13694: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13695:
13696: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13697: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13698:
13699: 2004-11-12 paf
13700:
13701: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13702: [since 3.0.4]
13703:
13704: 2004-11-09 paf
13705:
13706: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13707: writes basics to c:\parser3.log
13708:
13709: 2004-10-21 paf
13710:
13711: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13712: tainted strings [were returning clean onces]
13713:
13714: 2004-10-15 paf
13715:
13716: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13717: cycles(i=1; i=2), which was wrong, now does ONE
13718:
13719: 2004-10-12 paf
13720:
13721: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13722:
13723: 2004-10-07 paf
13724:
13725: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13726: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13727: release asserts
13728:
13729: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13730: String.dump() to stdout in detailed form [were String.v() in
13731: short form]
13732:
13733: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13734: \t\r\n as @#| and truncates long char sequences less
13735:
13736: 2004-10-06 paf
13737:
13738: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13739: win32 beauty: socket errors properly decoded
13740:
13741: 2004-10-05 paf
13742:
13743: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13744: request::configure_user/admin done always, even if no
13745: file-to-process useful in @unhandled_exception [say, if they
13746: would want to mail by SMTP something]
13747:
13748: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13749: now performed prior to file loading [and @auto executing] thus
13750: making $cookie:value available in @auto and in
13751: @unhandled_exception when IIS is configured to run interpreter
13752: even if no file exist
13753:
13754: 2004-09-20 paf
13755:
13756: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13757: somewhere where it should have called xmlMalloc and it calls
13758: xmlFree when it should have not called it. inserted two
13759: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13760: xmlFree just ignored. put away a testcase, maybe someday libxml
13761: author would fix all that. until that day: we have SLOW garbage
13762: collecting when many xml objects are alive hint: do
13763: ^memory:compact[] before xdoc::create
13764:
13765: 2004-09-17 paf
13766:
13767: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13768: error from 3.0.8 version]
13769:
13770: 2004-09-14 paf
13771:
13772: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13773: part bugfix: hashfile.foreach iterated only part if hashfile were
13774: modified inside
13775:
13776: 2004-09-13 paf
13777:
13778: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13779: [were as octal]
13780:
13781: * src/types/pa_vhashfile.C: beauty: not reproduced
13782: $hashfile.key[$novalue] bug [reported by motorin], inserted
13783: safety-check
13784:
13785: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13786: [not something obscure from sdbm lib]
13787:
13788: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13789: = strerror now returnes something and we can properly report that
13790: to client
13791:
13792: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13793: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13794:
13795: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13796: [tainted as-is] this helps //[space][newline] to remain as-is and
13797: not be unnecessary optimized away [ruining javascript]
13798:
13799: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13800: [tainted as-is]
13801:
13802: * src/classes/mail.C: bugfix: typo error
13803:
13804: 2004-09-09 paf
13805:
13806: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13807: separators bugfix: loads header with endings \r\n\r\n and \n\n
13808: (bloody yandex.server)
13809:
13810: 2004-09-06 paf
13811:
13812: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13813: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13814: encoded
13815:
13816: 2004-09-01 paf
13817:
13818: * src/types/pa_vmail.C: change: multipart/mixed changed to
13819: multipart/related outlook express have no problems showing
13820: unrelated attachments. todo: someday figure out a way of
13821: multipart/mixed multipart/related text/html
13822: image/xxx application/octet-stream << true attachments
13823:
13824: * src/types/pa_vmail.C: new:
13825: ^mail:send[$.file[$.content-disposition can be overriden new:
13826: empty mail header fields removed from letter
13827:
13828: * src/: classes/mail.C, include/pa_config_fixed.h,
13829: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13830: ^mail:send[ $.file[ $.any[header]
13831:
13832: 2004-08-30 paf
13833:
13834: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13835: warnings
13836:
13837: * src/main/pa_common.C: beauty: do not bother with charset
13838: detection when ^file::load[binary
13839:
13840: 2004-08-27 paf
13841:
13842: * src/main/pa_common.C: hack: for yandex.server http server
13843:
13844: 2004-08-18 paf
13845:
13846: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13847: possibly-chunked response
13848:
13849: 2004-08-17 paf
13850:
13851: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13852: $f.content-type now = that of http response
13853:
13854: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13855: $f.content-type now = that of http response
13856:
13857: 2004-07-30 paf
13858:
13859: * src/: include/pa_request.h, main/pa_request.C,
13860: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13861: win32: system&parser exceptions in release mode reported properly
13862: parser exception in exception handler WERE mistakenly reported as
13863: system exception, without details [in apache & isapi] +some
13864: beauty in exception text
13865:
13866: * src/: include/pa_exception.h, main/pa_request.C,
13867: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13868: release mode reported properly parser exception in exception
13869: handler WERE mistakenly reported as system exception, without
13870: details
13871:
13872: * src/main/execute.C: beauty: simplified system exception handling
13873:
13874: 2004-07-29 paf
13875:
13876: * src/classes/table.C: bugfix:
13877: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13878: were ignored, and \t used unconditionally]
13879:
13880: * src/types/Makefile.am: added vhash.c
13881:
13882: 2004-07-28 paf
13883:
13884: * src/: classes/date.C, classes/image.C, classes/math.C,
13885: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13886: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13887: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13888: failed on russian letters
13889:
13890: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13891: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13892: letters
13893:
13894: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13895: as 'currentDirectory' parameter to CreateProcess
13896:
13897: 2004-07-27 paf
13898:
13899: * src/targets/cgi/parser3.vcproj: beauty: win32:
13900: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13901: from release somewhere [to help searching for unhandled system
13902: exceptions]
13903:
13904: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13905: TZ shift
13906:
13907: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13908: but also in ctor
13909:
13910: 2004-07-26 paf
13911:
1.211 moko 13912: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13913: src/main/pa_common.C, src/main/pa_request.C,
13914: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13915: src/types/types.vcproj: new: $response:body/download[
13916: $.file[name on disk] $.name[of file for user]
13917: $.mdate[date of last-modified. default from directory] ]
13918:
13919: * src/classes/file.C: moving file:send somewhere else..
13920:
13921: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13922: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13923: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13924: $response:download[ $.filename[filename] $.option[] ,, ]
13925:
13926: * src/classes/file.C: beauty: invalid mode thoroughly reported
13927:
13928: 2004-07-21 paf
13929:
13930: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13931: to several lines
13932:
13933: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13934:
13935: note: ms outlook[!express] shows only first 255 characters of
13936: subject
13937:
13938: 2004-07-15 paf
13939:
13940: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13941: off]
13942:
13943: 2004-07-14 paf
13944:
13945: * src/classes/table.C: bugfix: $.bind values now got untainted
13946: according to lang [were: as-is]
13947:
13948: 2004-07-07 paf
13949:
13950: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13951: checked that
13952:
13953: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13954: now untainted according to their languages. were: as-is.
13955: EVERYWHERE
13956:
13957: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13958: environment string now untainted according to their languages.
13959: were: as-is. EVERYWHERE
13960:
13961: * src/main/pa_exec.C: bufix: on unix environment string now
13962: untainted according to their languages. were: as-is. on win32:
13963: ok
13964:
13965: * parser3.vssscc: ...would not go unnoticed
13966:
13967: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13968: fails. in case on input appears nonutf, those bytes will be
13969: printed in %HH form. that can be easily decoded/recovered.
13970:
13971: this form is quite noticable, and hopefully would not go noticed
13972:
13973: 2004-07-06 paf
13974:
13975: * src/main/pa_exec.C: bufix: on unix environment string now
13976: untainted according to their languages. were: as-is. on win32:
13977: ok
13978:
13979: 2004-07-01 paf
13980:
13981: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13982: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13983: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13984: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13985: main/main.vcproj, targets/cgi/parser3.vcproj,
13986: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13987: option: global optimization ON
13988:
13989: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13990: to do xdoc::create{invalid chars} standard disables chars less
13991: then \x20, except tab, cr, lf.
13992:
13993: changed tainting so that those become '!'
13994:
13995: 2004-06-25 paf
13996:
13997: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13998: int on odd address [prev bugfix failed due to superwize
13999: optimizer, which turned memcpy into same 'ld' asm command]
14000:
14001: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14002: int on odd address
14003:
14004: 2004-06-22 paf
14005:
14006: * src/sql/pa_sql_driver.h: note: about possible optimization
14007:
1.211 moko 14008: * operators.ru.txt, operators.txt, src/classes/hash.C,
14009: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14010: src/classes/void.C, src/include/pa_config_includes.h: new:
14011: ^void:sql{call paf(:a)}[ $.bind[
14012: $.a[2] ] ] output variables work. todo:
14013: check in out variables
1.95 moko 14014:
14015: 2004-06-18 paf
14016:
14017: * src/: classes/file.C, classes/hash.C, classes/string.C,
14018: classes/table.C, classes/void.C, include/pa_globals.h,
14019: include/pa_sql_connection.h, main/compile.tab.C,
14020: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14021: $.bind[ $.a[2] ]
14022: ] input variables work. todo:output
14023:
14024: * src/targets/cgi/parser3.C: bugfix: iis specific
14025: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14026: /_bug.html?404;http://hpsv/test/
14027: --------------------------------------------------------------------------------
14028: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14029: --------------------------------------------------------------------------------
14030: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14031:
14032: 2004-06-16 paf
14033:
14034: * src/targets/cgi/parser3.C: new: iis specific
14035: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14036: $request:query
14037: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14038: $form:fields IIS-STATUS="404"
14039: IIS-DOCUMENT="http://server/_bug.html" f="v"
14040:
14041: todo: isapi too
14042:
14043: 2004-05-26 paf
14044:
14045: * src/include/pa_version.h: 3.1.3
14046:
1.211 moko 14047: * operators.ru.txt, operators.txt: beauty: removed outdated level
14048: 'table'
1.95 moko 14049:
14050: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14051:
14052: * src/main/pa_string.C: beauty: removed 3 warnings
14053:
14054: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14055: classes/op.C: beauty: removed outdated level 'table'
14056:
14057: 2004-05-25 paf
14058:
14059: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14060: implementation. mistery: how anything worked
14061:
14062: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14063: changed, it is now safe to use url if pointers to it are stored
14064: to gc mem
14065:
14066: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14067: unknown errors reported and not cause SIGSEGV now
14068:
14069: 2004-05-24 paf
14070:
14071: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14072: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14073: less memory: CORD_chars_block originally intended to ... it was
14074: good that CORD_chars_block were not used: it consumes more memory
14075: [and, might be slow too] undoing that. [and removed that func so
14076: that it would not confuse parser developer in future]
14077:
14078: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14079: less memory: CORD_chars_block originally intended to
14080: speedup/reduce mem usage were forgotten, and were used stupid
14081: CORD_chars
14082:
14083: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14084:
14085: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14086: BIGENDIAN processors space-conserving mech failed, causing
14087: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14088: (1|2|3));
14089:
14090: 2004-05-14 paf
14091:
14092: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14093: bugfix: void now has vfile value, and $response:body[] works OK
14094:
14095: 2004-05-12 paf
14096:
14097: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14098: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14099: sources to use is_defined() {return as_bool();} along VBool
14100:
14101: 2004-05-11 paf
14102:
14103: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14104: referencing to local objects
14105:
14106: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14107: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14108: left intact
14109:
14110: 2004-04-15 paf
14111:
14112: * src/classes/date.C: merged: beauty: unused var removed
14113:
14114: * src/classes/date.C: beauty: unused var removed
14115:
14116: * src/include/: pa_exec.h: bugfix: interface without pointer
14117: provoked bug
14118:
14119: 2004-04-09 paf
14120:
14121: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14122:
14123: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14124:
14125: 2004-04-08 paf
14126:
14127: * src/classes/date.C: new: ^date::create[y-m-d
14128: h-M-s>>.milliseconds<<] now allowed, ignored so far
14129:
14130: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14131:
14132: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14133: to consult default catalog [usually, that file belongs to other
14134: user/group]
14135:
14136: 2004-04-06 paf
14137:
14138: * src/main/pa_common.C: beauty: gcc warning removed
14139:
14140: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14141: accept that trick, trying other
14142:
14143: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14144: explicit result problem
14145:
14146: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14147: explicit result problem
14148:
14149: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14150: explicit result problem
14151:
1.211 moko 14152: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14153: ^string.append[string]
1.95 moko 14154:
14155: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14156: main/execute.C: attempt_check_call_in_explicit_result_mode:
14157: failed
14158:
14159: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14160: http://i.p.a.ddress gethostbyaddr added [on some platforms
14161: gethostbyname failed with such 'domains'] now checked properly,
14162: were: needless reverse/forward dns lookup
14163:
14164: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14165: http://i.p.a.ddress gethostbyaddr added [on some platforms
14166: gethostbyname failed with such 'domains'] now checked properly,
14167: were: needless reverse/forward dns lookup
14168:
14169: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14170: @method[][result] means "no string output here" moved to lexical
14171: level [on grammar level it were too difficult]
14172:
1.211 moko 14173: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14174: src/main/compile.tab.C, src/main/compile.y,
14175: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14176: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14177: string output here", implemented part of that idea: compiler
14178: throws away string literal generation code. and barks
14179: nonwhitespace chars
1.95 moko 14180:
1.211 moko 14181: * operators.ru.txt, operators.txt: truth: removed comment about
14182: $ORIGIN
1.95 moko 14183:
14184: 2004-04-05 paf
14185:
14186: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14187: src/include/pa_version.h, src/main/pa_common.C,
14188: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14189:
14190: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14191: Konstantin Tomashevitch [mailto:konst@design.ru]
14192:
14193: * src/doc/html2chm.cmd: beauty: no need in bg here
14194:
14195: * src/doc/sources2html.cmd: beauty: same window, in bg it
14196: interfered with FAR console
14197:
14198: * configure, configure.in: 3.1.3
14199:
14200: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14201:
14202: * src/main/pa_common.C: removed warning
14203:
14204: * src/include/pa_version.h: 3.1.3
14205:
14206: 2004-04-02 paf
14207:
14208: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14209:
14210: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14211: allows to specify where to put parser log file
14212:
14213: 2004-04-01 paf
14214:
14215: * src/classes/table.C: bugfix: bugfix: table::load last line
14216: without tab and enter were ignored
14217:
14218: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14219: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14220: main/pa_socks.C, targets/cgi/parser3.C,
14221: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14222: bugfix: sql connections now are disconnected
14223:
14224: 2004-03-30 paf
14225:
14226: * src/classes/table.C: bugfix: table::load last line without tab
14227: and enter were ignored
14228:
14229: * src/classes/table.C: bufix: if last table lines were commented,
14230: gpfed
14231:
14232: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14233: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14234: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14235: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14236: doc/methoded.dox, doc/object.dox, doc/string.dox,
14237: doc/targets.dox, doc/value.dox, include/pa_version.h,
14238: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14239: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14240: bugfixes from 3.1.2, changed version to 3.1.3beta
14241:
14242: 2004-03-29 paf
14243:
14244: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14245: causes gpf
14246:
14247: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14248: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14249: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14250: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14251: value.dox: translated to english
14252:
14253: 2004-03-25 paf
14254:
14255: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14256: parser3project dependency removed
14257:
14258: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14259: bugfix: refused to compile without xml
14260:
14261: * src/types/pa_vform.C: beauty: removed warning
14262:
14263: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14264: any folder [removed last ;) folder dependency]
14265:
14266: * src/classes/classes.vcproj: bugfix: now all compiles in any
14267: folder [removed last ;) folder dependency]
14268:
14269: * src/include/pa_version.h: release
14270:
14271: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14272:
14273: * src/classes/table.C: beauty: comment& more meaningful error
14274: message
14275:
14276: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14277: $.hash[$.column_value1(true) ... ] [were producing some strang
14278: thing]
14279:
14280: 2004-03-23 paf
14281:
14282: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14283: and http status line parsing checked number of columns in table
14284: [user reported an assert]
14285:
1.211 moko 14286: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14287:
14288: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14289: bugfix: junction reattach now actually reattaches a junction to
14290: new wcontext [were only assigning it to junction, which caused
14291: junction tracking to loose junction, and it's context were not
14292: killed, and it tried to process in invalid context, gpf]
14293:
14294: * src/targets/cgi/parser3.C: debug helper added
14295:
14296: 2004-03-19 paf
14297:
14298: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14299: "type(type)" in braces
14300:
14301: 2004-03-10 paf
14302:
1.211 moko 14303: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14304: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14305: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14306: src/types/pa_vxnode.h: new: refined solution to
14307: search-in-namespaces problem:
1.95 moko 14308: $xdoc.search-namespaces.x[http://pif.design.ru/]
14309: $nodes[^xdoc.select[//x:second]]
14310:
1.211 moko 14311: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14312: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14313: search for info in namespaces
1.95 moko 14314:
14315: $nodes[^xdoc.select[//x:second][
14316: $.x[http://pif.design.ru/] ]]
14317:
14318: 2004-03-09 paf
14319:
1.211 moko 14320: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14321: ^file::load[...][options] $.form[
14322: !$.field1[string]
14323: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14324: ] !$.body[string]
14325:
14326: GET ?here notGET(POST, HEAD, others) in content-type:
14327: application/x-www-form-urlencoded
14328:
14329: todo: upload files ability
14330:
14331: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14332: properly, done
14333:
14334: 2004-03-05 paf
14335:
1.211 moko 14336: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14337: file::load[;http:// GET/POST $.form[$.fields started, not tested
14338: yet todo:$.field[table] for multiple values
1.95 moko 14339:
1.211 moko 14340: * operators.ru.txt, operators.txt: new: http:// options $.user
14341: $.password basic authorization
1.95 moko 14342:
14343: * src/main/pa_common.C: beauty: link to rtf added
14344:
1.211 moko 14345: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14346: src/main/pa_common.C: new: http:// options $.user $.password
14347: basic authorization
1.95 moko 14348:
14349: * src/main/pa_common.C: beauty: removed needless vars
14350:
1.211 moko 14351: * operators.ru.txt, operators.txt: new: pgsql option [like that
14352: recently added to oracle driver]
14353: ClientCharset=parser-charset << charset in which parser thinks
14354: client works
14355:
14356: * operators.ru.txt, operators.txt: new: odbc option [like that
14357: recently added to oracle driver]
14358: ClientCharset=parser-charset << charset in which parser thinks
14359: client works
1.95 moko 14360:
14361: * src/sql/pa_sql_driver.h: beauty: important warning added
14362:
14363: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14364: char!
14365:
14366: * etc/parser3.charsets/windows-1251.cfg: typo
14367:
14368: 2004-03-04 paf
14369:
14370: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14371: cached, sql transcoding now goes faster
14372:
1.211 moko 14373: * operators.ru.txt, operators.txt: new: mysql option [like that
14374: recently added to oracle driver]
14375: ClientCharset=parser-charset << charset in which parser thinks
14376: client works
1.95 moko 14377:
14378: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14379: typo error
14380:
14381: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14382: chars commented
14383:
14384: 2004-03-03 paf
14385:
14386: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14387: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14388:
14389: 2004-03-02 paf
14390:
1.211 moko 14391: * operators.ru.txt, operators.txt: new[update typo]:
14392: !^void.left(n) nothing !^void.right(n) nothing
14393: !^void.mid(p[;n]) nothing
14394:
14395: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14396: !^void.left(n) nothing !^void.right(n) nothing
14397: !^void.pos(p[;n]) nothing
1.95 moko 14398:
1.211 moko 14399: * operators.ru.txt, operators.txt, src/classes/file.C,
14400: src/include/pa_string.h: new:
1.95 moko 14401: ^file::sql[[name_to_become_$.name]]{} query result must be one
14402: row with columns: first: data second: file name third:
14403: content-type
14404:
1.211 moko 14405: * operators.ru.txt, operators.txt, src/classes/file.C:
14406: ^file.sql-string[] inside ^connect gets properly escaped string,
14407: which can be passed to request now this for mysql only. it's up
14408: to parser sql driver to fix zeros properly
1.95 moko 14409:
14410: * INSTALL: note: added on building apache with this option:
14411: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14412:
14413: 2004-03-01 paf
14414:
14415: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14416: extension memory:compact befor processingrequest
14417:
1.211 moko 14418: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14419: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14420:
1.211 moko 14421: * operators.ru.txt, operators.txt, src/classes/image.C,
14422: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14423: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14424:
14425: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14426: beauty: image -- less checks [were ugly impl]
14427:
14428: * src/classes/string.C: bugfix: ^string.left/right/mid with
14429: negative values now considered bad
14430:
14431: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14432:
14433: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14434: options now have unified defaults [after transform
14435: indent/omit-xml-declaration/standalone 'default' erroreously
14436: meant 'true']
14437:
14438: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14439: added [on some platforms gethostbyname failed with such
14440: 'domains']
14441:
14442: * src/include/pa_config_auto.h.in: no select check, no define
14443:
14444: * src/classes/string.C: feature: ^string.trim both parameters may
14445: be empty-strings, meaning kind=both chars=whitespaces
14446:
14447: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14448: exist
14449:
14450: * src/classes/string.C: check: trim 'chars' must not be empty,
14451: exception if it is
14452:
14453: * src/classes/string.C: changed: ^string.trim [] << both,
14454: whitespaces [start|both|end] << kind, whitespaces
14455: [start|both|end;chars] full
14456:
14457: 2004-02-27 paf
14458:
1.211 moko 14459: * operators.ru.txt, operators.txt, src/classes/string.C,
14460: src/main/pa_string.C: new method:
14461: ^string.trim[start|both|end[;chars]] default 'chars' --
14462: whitespace chars finished
1.95 moko 14463:
1.211 moko 14464: * operators.ru.txt, operators.txt, src/classes/string.C,
14465: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14466: ^string.trim[start|both|end[;chars]] default 'chars' --
14467: whitespace chars started, only start works
14468:
14469: * src/main/compile.C: bugfix: line numbers after
14470: ^process{}[$.line(-10]] can be negative, allowed to print they as
14471: signed
14472:
14473: * src/main/untaint.C: speed: there's no \n chars in output
14474: [normally], so no need to optimize them they could be retrived
14475: from databases, though. but 1. should be replaced 2. if not
14476: optimized, no harm done
14477:
14478: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14479: ^file::exec/cgi could return invalid status & zombie child can
14480: remain for short period until process exists [very bad in
14481: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14482:
14483: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14484: malicious SMTP server to attack as by returning too long status
14485: responses http://i2/tasks/edit/?id=4629448401140924947
14486:
14487: 2004-02-26 paf
14488:
1.211 moko 14489: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14490: has options] which are $.main[to what to rename @main]
1.95 moko 14491: $.file[file, from which (user says) goes that CODE]
14492: $.lineno(line number in that file, where CODE starts. may be
14493: negative)
14494:
1.211 moko 14495: * operators.ru.txt, operators.txt, src/classes/op.C,
14496: src/include/pa_request.h, src/main/compile.C,
14497: src/main/compile_tools.h, src/main/pa_request.C: feature:
14498: ^process...{CODE}[now has options] which are $.main[to
14499: what to rename @main] $.file[file, from which (user says)
14500: goes that CODE] $.lineno(line number in that file, where
14501: CODE starts. may be negative)
14502:
1.95 moko 14503: 2004-02-25 paf
14504:
1.116 moko 14505: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14506: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14507:
14508: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14509: produces hash of column=>1
14510:
14511: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14512: with incomplete errno constants set
14513:
14514: 2004-02-24 paf
14515:
14516: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14517: "man select"
14518:
14519: * src/main/pa_os.C: beauty: <0 better then ==-1
14520:
14521: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14522:
14523: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14524:
1.116 moko 14525: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14526:
14527: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14528: unix: steps to work on unix [extracted 'to']
14529:
14530: * src/classes/mail.C: smtp on unix: steps to work on unix
14531:
14532: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14533:
1.116 moko 14534: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14535: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14536: unix [testing on solaris]
1.95 moko 14537:
14538: 2004-02-20 paf
14539:
14540: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14541: pointing that out
14542:
14543: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14544: fixed again [same solution, mistanenly removed one line]
14545:
14546: 2004-02-19 paf
14547:
14548: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14549: date::create from bad datetime in spring daylightsaving hole now
14550: OK for all platforms [on some platforms it failed]
14551:
14552: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14553: in daylightsaving hole] now throws error
14554:
14555: * src/classes/date.C: comment: mistake fixed
14556:
14557: 2004-02-18 paf
14558:
14559: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14560: now renderes in $request:charset, but in header puts
14561: $response:charset todo: make that default only so that coder
14562: could override that
14563:
14564: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14565: turns off omit-xml-declaration
14566:
14567: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14568: /.xsl for sample
14569:
14570: 2004-02-17 paf
14571:
14572: * src/classes/xdoc.C: beauty: needless helper class removed
14573:
14574: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14575: copied extra time
14576:
14577: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14578: part of libxml
14579:
14580: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14581: libxml to do the work] <xsl:output method="html"
14582: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14583: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14584: />
14585:
14586: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14587:
14588: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14589: caused assertion
14590:
14591: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14592: could hang. now such add does nothing, sub clears $hash
14593:
14594: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14595: not made quoted-printable
14596:
14597: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14598: string invariant
14599:
14600: 2004-02-16 paf
14601:
14602: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14603: cleared [were not cleared properly]
14604:
14605: 2004-02-13 paf
14606:
1.116 moko 14607: * src/include/pa_version.h: prerelease
1.95 moko 14608:
14609: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14610: used, introducing dependencies timestamp check
14611:
14612: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14613: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14614: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14615: .xsl.stamp now not used, introducing dependencies timestamp check
14616:
1.150 moko 14617: * configure.in: auto.p: @conf made relative
1.95 moko 14618:
14619: 2004-02-12 paf
14620:
14621: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14622: ruined empty <input type=file> submits. parser thought there were
14623: nameless empty file and $form:field got value of type 'file'
14624:
14625: * INSTALL: --without-threads
14626:
14627: * src/include/pa_sapi.h: 2004
14628:
14629: 2004-02-11 paf
14630:
14631: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14632: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14633: classes/hashfile.C, classes/image.C, classes/int.C,
14634: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14635: classes/response.C, classes/string.C, classes/table.C,
14636: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14637: include/pa_array.h, include/pa_cache_managers.h,
14638: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14639: include/pa_config_fixed.h, include/pa_config_includes.h,
14640: include/pa_dictionary.h, include/pa_dir.h,
14641: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14642: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14643: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14644: include/pa_request_charsets.h, include/pa_request_info.h,
14645: include/pa_socks.h, include/pa_sql_connection.h,
14646: include/pa_sql_driver_manager.h, include/pa_stack.h,
14647: include/pa_string.h, include/pa_stylesheet_connection.h,
14648: include/pa_stylesheet_manager.h, include/pa_table.h,
14649: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14650: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14651: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14652: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14653: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14654: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14655: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14656: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14657: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14658: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14659: main/pa_sql_driver_manager.C, main/pa_string.C,
14660: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14661: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14662: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14663: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14664: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14665: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14666: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14667: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14668: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14669: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14670: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14671: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14672: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14673: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14674: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14675: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14676: types/pa_vresponse.h, types/pa_vstateless_class.C,
14677: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14678: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14679: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14680: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14681: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14682: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14683:
14684: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14685: debug version of gc.dll
14686:
14687: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14688: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14689: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14690: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14691: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14692: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14693: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14694: processes
14695:
14696: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14697: main/pa_globals.C, targets/cgi/parser3.vcproj,
14698: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14699: changes to reflect libxml xsl new folders
14700:
14701: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14702: lib/smtp/smtp.vcproj, main/main.vcproj,
14703: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14704: to reflect libxml xsl new folders
14705:
14706: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14707: lib/smtp/smtp.vcproj, main/main.vcproj,
14708: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14709: types/types.vcproj: started changes to reflect libxml xsl new
14710: folders
14711:
14712: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14713: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14714: src/main/compile.tab.C, src/main/main.vcproj,
14715: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14716: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14717: started changes to reflect libxml xsl new folders
14718:
14719: 2004-02-10 paf
14720:
14721: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14722: compile. recommened latest libxml up to date
14723:
14724: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14725: pattern compilation errors", on which spent 4 hours worktime. use
14726: versions higher than that. recommended now latest up to date
14727:
14728: 2004-02-06 paf
14729:
14730: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14731: beauty: unified destructing style
14732:
14733: * src/main/untaint.C: beauty: removed old def/ifdef
14734:
14735: * src/main/untaint.C: beauty: coredump @unknown untaint language
14736: now
14737:
14738: 2004-02-03 paf
14739:
14740: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14741: targets/isapi/parser3isapi.C, types/pa_value.C,
14742: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14743: then %ld/%lu
14744:
14745: * src/main/pa_common.C: typo: %l -> %u
14746:
14747: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14748: in attributes or documents-results of transform now not xx;
14749:
14750: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14751:
14752: * src/main/pa_charset.C: bugfix: forgot to undo some
14753:
14754: * src/main/pa_charset.C: beauty: uncomment
14755: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14756: libraries
14757:
14758: 2004-02-02 paf
14759:
14760: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14761: $cookie:example[ $.value[value] $.path[/there/] ]
14762:
14763: $cookie:example[ $.value[] $.expires[session]
14764: $.path[/there/] $.domain[test.com] ]
14765:
14766: * src/types/pa_vform.C: bugfix: empty values with
14767: enctype=multipart/form-data now produce entries in $form:tables
14768: <form method=post enctype=multipart/form-data> <input type=hidden
14769: name=a> <input type=hidden name=b>
14770:
14771: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14772: <hr> <pre>$request:body
14773:
14774: 2004-01-30 paf
14775:
14776: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14777: or documents-results of transform now not xx;
14778:
14779: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14780: produce exception.
14781:
14782: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14783: bugfix: ^date::create[invalid fields now produce exception.
14784:
14785: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14786: year] now produces exception. todo: check other fields
14787:
14788: 2004-01-29 paf
14789:
14790: * src/include/pa_memory.h: typo error
14791:
14792: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14793: more byte then specified, then zeroed it << useless and
14794: potentially harmful(could gpf)
14795:
14796: 2004-01-22 paf
14797:
14798: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14799:
14800: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14801: optimization
14802:
14803: * src/main/untaint.C: bugfix: whitespace now optimized properly
14804: [were bug: ^taint[1 & 2]="1 &2"
14805:
14806: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14807: errors
14808:
14809: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14810: overflow
14811:
14812: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14813: error-reporting code * in parser-error reporting code [when no
14814: @unhandled_exception defined]
14815:
14816: fixed in one place: my *snprintf override
14817:
14818: 2004-01-13 paf
14819:
1.211 moko 14820: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14821:
14822: 2003-12-25 paf
14823:
14824: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14825: garbled [pieces after zero bytes were removed]
14826:
14827: 2003-12-22 paf
14828:
1.116 moko 14829: * src/include/Makefile.am: bugfix: removed from dist:
14830: src/include/pa_config_auto.h which were configured for
1.95 moko 14831: make-dist-platform and badly updated proper config file in target
14832: [when .tar used for updating existing source tree]
14833:
1.211 moko 14834: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14835: src/include/pa_sql_connection.h,
14836: src/include/pa_sql_driver_manager.h,
14837: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14838: feature: sql introducing ability to transcode charsets
14839:
14840: 2003-12-19 paf
14841:
14842: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14843: error message
14844:
14845: * src/main/pa_charset.C: bugfix: memory for charsethandler
14846: structure for libxml now allocated properly
14847:
14848: 2003-12-17 paf
14849:
14850: * src/types/pa_vfile.C: beauty: removed outdated cast
14851:
14852: * src/main/pa_common.C: bugfix: empty http response caused gpf
14853:
14854: * src/include/pa_string.h: bugfix: removed too strong a assert
14855:
14856: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14857: unreported xmlGenericErrors]
14858:
14859: 2003-12-15 paf
14860:
14861: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14862: works}
14863:
14864: 2003-12-11 paf
14865:
1.211 moko 14866: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14867: !$status:pid process id
1.95 moko 14868: !$status:tid thread id
14869:
14870: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14871: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14872: bugfix(solaris): removed dependency on object initialization
14873: order [one more place]
14874:
14875: * src/: classes/file.C, classes/mail.C, classes/op.C,
14876: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14877: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14878: understand that
14879:
14880: * src/: classes/file.C, classes/mail.C, classes/op.C,
14881: classes/xdoc.C, include/pa_cache_managers.h,
14882: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14883: include/pa_stylesheet_manager.h, main/pa_request.C,
14884: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14885: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14886: ctor call [relying on implicit String::Body(cstr) call]
14887:
14888: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14889: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14890: object initialization order [two places]
14891:
14892: 2003-12-10 paf
14893:
14894: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14895: << time now ok
14896:
1.211 moko 14897: * operators.ru.txt, operators.txt,
14898: src/main/pa_sql_driver_manager.C,
1.95 moko 14899: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14900: operational
14901:
1.211 moko 14902: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14903: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14904: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14905: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14906: back operational
14907:
14908: 2003-12-02 paf
14909:
14910: * src/types/pa_vmail.C: bugfix:
14911: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14912: as-is forced]
14913:
14914: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14915: exceptions out of libxml callbacks: reimplemented error handling
14916: of http://localhost, parser://method and safemode check callbacks
14917:
14918: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14919: [merged from HEAD]
14920:
14921: * src/classes/image.C: nothing: comment removed
14922:
14923: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14924: addresses to int
14925:
14926: 2003-12-01 paf
14927:
14928: * src/main/pa_xml_io.C: bugfix: typo
14929:
14930: * src/main/pa_globals.C: bugfix: win32: compile prob
14931:
14932: * src/classes/xdoc.C: bugfix: typo
14933:
14934: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14935: exception
14936:
14937: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14938:
14939: 2003-11-28 paf
14940:
14941: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14942: all xml documents read
14943:
14944: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14945:
14946: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14947: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14948: replaced original open mech of xdoc::create & co to use libxml
14949: open, so that this would work for root document todo: safe mode
14950: checks to libxml: ideally to some 1 point
14951:
14952: * src/main/pa_xml_io.C: comment
14953:
1.211 moko 14954: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14955: in http://parser[abscent params]
1.95 moko 14956:
1.211 moko 14957: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14958: src/main/pa_xml_io.C: works. todo: maybe replace original open
14959: mech of xdoc::create & co to use libxml open, so that this would
14960: work for root document
1.95 moko 14961:
14962: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14963: "parser://method/params/here"> <test> &test^; </test> }]
14964:
14965: ^taint[^xdoc.string[]]
14966:
14967: @method[param] <!ENTITY test
14968: "test-entity-value+$form:user+$param!">
14969:
14970: 2003-11-27 paf
14971:
14972: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14973:
14974: * src/classes/date.C: bugfix: typo error
14975:
14976: 2003-11-26 paf
14977:
1.211 moko 14978: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14979: src/include/pa_globals.h, src/main/Makefile.am,
14980: src/main/main.vcproj, src/main/pa_globals.C,
14981: src/main/pa_request.C, src/include/pa_xml_io.h,
14982: src/main/pa_xml_io.C: simplification: xml errors to
14983: hash<thread_id,error> reorganization: xml io moved to
14984: pa_xml_io.C/h
1.95 moko 14985:
14986: * src/types/pa_value.h: warnings: --
14987:
14988: 2003-11-25 paf
14989:
14990: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14991: whatever)
14992:
14993: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14994: a, (c?x:y, z)
14995:
14996: * src/main/untaint.C: bugfix: consequences of not reading this
14997: comment: CORD_pos_chars_left /* Number of characters in cache.
14998: <= 0 ==> none */
14999:
15000: * src/include/pa_array.h: removed needless checks
15001:
15002: 2003-11-24 paf
15003:
15004: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15005: removed limit: now $form:xxx can be accessed anytime, even in
15006: @auto/conf [and request/response:charset still can be changed
15007: anytime]
15008:
15009: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15010: now not transcodes response body
15011:
1.211 moko 15012: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15013: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15014: $tn[^xdoc.createTextNode[text node value]]
15015: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15016: $xdoc.firstChild.firstChild.nodeValue[different]
15017: ^taint[^xdoc.string[]]
15018:
15019: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15020: workaround: static Hash::allocates -> static Hash_allocates
15021:
15022: 2003-11-21 paf
15023:
1.116 moko 15024: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15025: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15026: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15027:
15028: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15029:
15030: * src/classes/mail.C: bugfix: typo
15031:
15032: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15033: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15034: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15035: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15036: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15037: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15038:
15039: * src/main/pa_exec.C: bug in safe mode
15040:
15041: * src/include/Makefile.am: pa_xml_exception.h
15042:
15043: * src/targets/isapi/parser3isapi.C: more warnings --
15044:
15045: 2003-11-20 paf
15046:
15047: * src/: classes/math.C, classes/op.C, classes/string.C,
15048: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15049: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15050: --
15051:
15052: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15053: more warnings --
15054:
15055: * src/classes/xdoc.C: more warnings --
15056:
15057: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15058:
15059: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15060: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15061:
15062: * src/: classes/date.C, classes/file.C, classes/hash.C,
15063: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15064: classes/table.C, include/pa_cache_managers.h,
15065: include/pa_stylesheet_connection.h, main/pa_request.C,
15066: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15067: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15068: --
15069:
15070: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15071: can't report problem (undefined @unhandled_exception) problem
15072: source string were not reported
15073:
15074: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15075: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15076: classes/hashfile.C, classes/image.C, classes/int.C,
15077: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15078: classes/response.C, classes/string.C, classes/table.C,
15079: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15080: include/pa_array.h, include/pa_cache_managers.h,
15081: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15082: include/pa_config_fixed.h, include/pa_dictionary.h,
15083: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15084: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15085: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15086: include/pa_request.h, include/pa_request_charsets.h,
15087: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15088: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15089: include/pa_stack.h, include/pa_string.h,
15090: include/pa_stylesheet_connection.h,
15091: include/pa_stylesheet_manager.h, include/pa_table.h,
15092: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15093: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15094: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15095: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15096: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15097: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15098: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15099: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15100: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15101: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15102: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15103: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15104: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15105: targets/isapi/parser3isapi.C, types/pa_junction.h,
15106: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15107: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15108: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15109: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15110: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15111: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15112: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15113: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15114: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15115: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15116: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15117: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15118: types/pa_vresponse.h, types/pa_vstateless_class.C,
15119: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15120: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15121: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15122: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15123: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15124: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15125: const IDENT
15126:
15127: * src/: include/pa_array.h, include/pa_pool.h,
15128: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15129: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15130: types/pa_wcontext.h: more warnings --
15131:
15132: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15133: classes/file.C, classes/hash.C, classes/hashfile.C,
15134: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15135: classes/memory.C, classes/op.C, classes/string.C,
15136: classes/table.C, classes/xdoc.C, classes/xnode.C,
15137: include/pa_config_includes.h, include/pa_operation.h,
15138: include/pa_sql_connection.h, include/pa_table.h,
15139: include/pa_types.h, lib/ltdl/config_fixed.h,
15140: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15141: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15142: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15143: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15144: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15145: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15146: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15147: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15148: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15149: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15150: types/pa_vmail.C, types/pa_vobject.C,
15151: types/pa_vstateless_class.h, types/pa_vtable.C,
15152: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15153: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15154: on all projects (except libltdl=off & libsdbm=level3) found
15155: several unitialized vars
15156:
15157: 2003-11-19 paf
15158:
15159: * src/classes/op.C: more ansi C++ comp
15160:
1.211 moko 15161: * operators.ru.txt, operators.txt, src/classes/op.C,
15162: src/include/pa_request.h, src/main/pa_request.C:
15163: ^cache[...]{body}{catch block with $exception.handled[cache]
15164: meaning "get expired cache, if any. else error"}
1.95 moko 15165:
15166: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15167: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15168: ^cache[...]{body}{catch code with $exception.cache field}
15169:
15170: 2003-11-12 paf
15171:
15172: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15173: [copy/paste bug]
15174:
15175: 2003-11-11 paf
15176:
15177: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15178: failed]
15179:
15180: 2003-11-10 paf
15181:
15182: * src/types/pa_vconsole.h: flush
15183:
1.211 moko 15184: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15185: src/types/Makefile.am, src/types/types.vcproj,
15186: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15187:
1.211 moko 15188: * operators.ru.txt, operators.txt: mysql: transaction support:
15189: ?autocommit=0
1.95 moko 15190:
1.211 moko 15191: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15192:
15193: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15194: serialize version and exipire now removes entries
15195:
1.211 moko 15196: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15197: altogether [and dir, if could]
1.95 moko 15198:
15199: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15200: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15201: removes files altogether [and dir, if could]
15202:
15203: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15204: nonexistent pair. .c coded that that was error. fixed
15205:
15206: * src/types/pa_vhashfile.C: sdbm: exception type change to
15207: file.access [regretfull can't split it to different exceptions
15208: without modifying sdbm source wich would prefer not to]
15209:
15210: 2003-11-07 paf
15211:
15212: * src/: classes/date.C, classes/file.C, classes/hash.C,
15213: classes/hashfile.C, classes/image.C, classes/table.C,
15214: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15215: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15216: main/execute.C, main/main.vcproj, main/pa_pool.C,
15217: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15218: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15219: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15220: destructing objects at request processing end
15221:
15222: 2003-11-06 paf
15223:
15224: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15225: updates
15226:
15227: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15228: to include sdbm
15229:
1.116 moko 15230: * src/include/: pa_config_includes.h, pa_version.h: our
15231: replacements of max& co only for cpp
1.95 moko 15232:
15233: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15234: upper dir, .am updated
15235:
15236: * tests/todo.txt: hashfile: done
15237:
1.211 moko 15238: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15239: hashfile: clear & expiration [time in value. todo: move time to
15240: key]
1.95 moko 15241:
15242: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15243:
15244: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15245: to do that in foreach, no errors, but surely wrong]
15246:
1.211 moko 15247: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15248: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15249:
1.211 moko 15250: * operators.ru.txt, operators.txt, src/classes/hash.C,
15251: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15252: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15253:
15254: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15255: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15256: hashfile: hash
1.95 moko 15257:
1.211 moko 15258: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15259: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15260: tests/todo.txt: hashfile: delete
1.95 moko 15261:
15262: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15263: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15264: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15265: get/put [raw]
15266:
15267: * src/: classes/op.C, main/pa_os.C: just linked
15268:
15269: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15270: XmlException changes
15271:
15272: * src/: include/pa_charset.h, include/pa_globals.h,
15273: include/pa_stylesheet_connection.h, main/pa_exception.C:
15274: XmlException changes
15275:
15276: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15277:
15278: * src/: include/pa_common.h, include/pa_exception.h,
15279: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15280: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15281: main/pa_xml_exception.C: locking move to pa_os [along with
15282: pa_sleep] apr-impl locking done
15283:
1.211 moko 15284: * configure, configure.in, operators.ru.txt, operators.txt,
15285: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15286: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15287: src/include/pa_exception.h, src/include/pa_globals.h,
15288: src/include/pa_memory.h, src/include/pa_version.h,
15289: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15290: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15291: src/main/compile.tab.C, src/main/main.vcproj,
15292: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15293: src/types/Makefile.am, src/types/pa_vhash.C,
15294: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15295: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15296: again with sdbm from apache
15297:
15298: 2003-11-05 paf
15299:
15300: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15301: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15302: \parser3project dir anymore
15303:
15304: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15305: thoughtlessly from xalan]
15306:
15307: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15308: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15309: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15310:
15311: * src/main/helpers/CaseFolding.txt:
15312: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15313:
15314: 2003-11-04 paf
15315:
1.211 moko 15316: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15317:
15318: * src/classes/table.C: compiled on unix
15319:
1.116 moko 15320: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15321:
15322: * src/classes/mail.C: compiled on unix
15323:
1.211 moko 15324: * operators.ru.txt, operators.txt, src/classes/mail.C,
15325: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15326: $.options[unix: string to append to sendmail command
15327: line]
15328:
1.211 moko 15329: * operators.ru.txt, operators.txt, src/classes/table.C,
15330: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15331: $.separator[^#09] $.encloser["] <nothing> by default
15332:
15333: * operators.ru.txt, operators.txt, src/classes/table.C,
15334: tests/todo.txt: ^table::load !$.separator[^#09]
15335: !$.encloser["] <nothing> by default
1.95 moko 15336:
15337: 2003-11-03 paf
15338:
1.211 moko 15339: * operators.ru.txt, operators.txt, src/classes/table.C,
15340: src/main/pa_common.C: ^table::load[; options:
15341: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15342:
1.211 moko 15343: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15344: src/types/pa_vrequest.C: $request:document-root
15345:
15346: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15347: [already included into uri=xxx]
15348:
1.211 moko 15349: * operators.ru.txt, operators.txt, src/classes/image.C,
15350: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15351:
15352: * src/classes/date.C: minor precaution
15353:
1.211 moko 15354: * operators.ru.txt, operators.txt, src/classes/date.C:
15355: !^date::unix-timestamp()
1.95 moko 15356: !^date.unix-timestamp[]
15357:
15358: 2003-10-30 paf
15359:
1.211 moko 15360: * operators.ru.txt, operators.txt, src/classes/date.C,
15361: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15362: $date.hour
1.95 moko 15363:
15364: * src/classes/: date.C, image.C: improvement diagnostics:
15365: $now[^date::create[$undefined]] now is error
15366:
15367: * src/main/pa_common.C: read errors would now be reported 'actually
15368: read -1 bytes'
15369:
15370: 2003-10-24 paf
15371:
15372: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15373: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15374: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15375: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15376:
15377: 2003-10-22 paf
15378:
15379: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15380:
15381: 2003-10-21 paf
15382:
1.211 moko 15383: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15384: src/main/pa_string.C: fixed: string.match[g] without <'> option
15385: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15386:
15387: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15388: recoursion' message with intensive throw-catches fixed: incorrect
15389: name and line (one name upper then needed) in error message about
15390: problems inside try block
15391:
15392: 2003-10-10 paf
15393:
15394: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15395: check offset argument for validity did that in String::Body::pos
15396: myself http://i2/tasks/edit/?id=4577425257580789777
15397:
15398: 2003-10-07 paf
15399:
15400: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15401: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15402:
15403: 2003-10-03 paf
15404:
15405: * parser3.sln, src/include/pa_dictionary.h,
15406: src/main/pa_dictionary.C, src/main/pa_string.C,
15407: src/targets/cgi/parser3.vcproj: dictionary optimized by
15408: precalculating cstr&length
15409:
15410: 2003-10-02 paf
15411:
15412: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15413: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15414: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15415: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15416:
15417: 2003-09-30 paf
15418:
15419: * src/main/pa_string.C: string::replace bug fix [were ignoring
15420: occurrances after lang-mismatched
15421:
15422: 2003-09-29 paf
15423:
15424: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15425: helper
15426:
15427: * src/main/pa_string.C: string::serialize bug fix with
15428: zero-terminator
15429:
15430: * src/classes/table.C: ^nameless_table.save column row now has no
15431: \t at the end
15432:
15433: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15434: @postprocess now takes $response:body/download
15435:
15436: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15437: error message
15438:
15439: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15440:
15441: * src/classes/table.C: bugfix: flip: must produce nameless
15442: http://i2/tasks/edit/?id=4573405524674081244
15443:
15444: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15445: main/helpers/simple_folding.pl: utf-8 upper/lower
15446:
15447: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15448: to typo error http://i2/tasks/edit/?id=4573354650786434584
15449:
15450: 2003-09-26 paf
15451:
15452: * src/main/untaint.C: removed needless field
15453:
15454: * src/main/untaint.C: removed needless const
15455:
15456: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15457: String.for_each bug fixed [omited one-char cases]
15458:
15459: * src/include/pa_stack.h: bugfix: before collecting garbage,
15460: runtime-executor stack were cleared... BADLY
15461:
15462: * src/main/pa_string.C: ^stirng.replace code used old
15463: param-convention on langs.append, fixed that search fo the like,
15464: found none
15465:
15466: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15467: string::serialize/deserialize implemented Language enum assigned
15468: meaningful letters [more convinient for debugging. read warning
15469: before adding/changing anything]
15470:
15471: 2003-09-25 paf
15472:
15473: * src/: include/pa_string.h, include/pa_version.h,
15474: main/pa_string.C, main/untaint.C: templates and anonymous unions
15475: differences on unix
15476:
15477: * parser3.sln, src/classes/file.C, src/classes/image.C,
15478: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15479: src/classes/xdoc.C, src/classes/xnode.C,
15480: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15481: src/include/pa_charsets.h, src/include/pa_common.h,
15482: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15483: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15484: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15485: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15486: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15487: src/main/compile_tools.h, src/main/pa_charset.C,
15488: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15489: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15490: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15491: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15492: src/types/pa_vmail.C, src/types/pa_vmath.C,
15493: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15494: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15495:
15496: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15497: functions aligned to that of eeparser3 look
15498:
15499: * src/lib/cord/cordprnt.c: removed warnings
15500:
15501: 2003-09-24 paf
15502:
15503: * src/: classes/file.C, classes/image.C, classes/mail.C,
15504: classes/op.C, classes/xdoc.C, classes/xnode.C,
15505: include/pa_cache_managers.h, include/pa_charset.h,
15506: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15507: include/pa_sql_driver_manager.h, include/pa_string.h,
15508: include/pa_stylesheet_manager.h, include/pa_table.h,
15509: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15510: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15511: main/pa_sql_driver_manager.C, main/pa_string.C,
15512: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15513: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15514: types/pa_vstateless_class.h, types/pa_vstatus.C,
15515: types/pa_vxnode.C: v() functions of String::Body,
15516: String::Languages and String itself StringBody->String::Body
15517:
15518: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15519: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15520: never optimized anything. todo: somehow speed up harder cases:
15521: concatenationA+concatenationB when last block of A and first of B
15522: contain same letters
15523:
15524: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15525: lib/cord/include/cord.h: langs: speed up by joining adjucent
15526: blocks of same char [CORD_append_block]
15527:
15528: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15529: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15530: save space by extending blocks when appending block with c ==
15531: lastblock.c
15532:
15533: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15534: working yet :( but more working &understood :)
15535:
15536: * src/: classes/table.C, include/pa_string.h,
15537: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15538:
15539: 2003-09-23 paf
15540:
15541: * src/main/untaint.C: $a[ok!] $a works!
15542:
15543: * src/main/untaint.C: something even more works :)
15544:
15545: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15546: something more works :)
15547:
15548: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15549: lib/cord/cordxtra.c: something already works :)
15550:
15551: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15552: serialize&deserialize
15553:
15554: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15555: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15556: main/untaint.C: main idea implemented, details left
15557:
15558: 2003-09-22 paf
15559:
15560: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15561:
15562: * src/classes/xnode.C: copy/paste comment bugfix
15563:
15564: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15565: allocator returns 0, just die.
15566: http://i2/tasks/edit/?id=4570798492410259445
15567:
15568: * src/classes/xdoc.C: copy/paste comment bugfix
15569:
15570: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15571: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15572: xnode: getAttributeNS setAttributeNS removeAttributeNS
15573: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15574:
15575: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15576: chars due to bitwise operation signed-char error]
15577:
15578: 2003-09-19 paf
15579:
15580: * src/types/pa_wcontext.C: output message: more practical
15581: suggestion
15582:
1.211 moko 15583: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15584: $f[^file::load[binary;http://...]] $f.tables
15585:
15586: 2003-09-02 paf
15587:
15588: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15589: flush stdout without referencing 'stdout' symbol. to hell with
15590: non-ansi libraries without 'stdout' symbol
15591:
15592: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15593: unix (users reported problems with some old libc)
15594:
15595: * src/types/pa_vdate.h: forgot initializer
15596:
15597: 2003-09-01 paf
15598:
15599: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15600: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15601: zone]
15602:
15603: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15604:
15605: 2003-08-19 paf
15606:
15607: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15608: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15609: simplified a little
15610:
15611: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15612: [lost fix from 3.0.8]
15613:
15614: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15615: visible here }
15616:
15617: bug fix
15618:
15619: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15620:
15621: * src/main/compile.tab.C: initialized couple of variables about
15622: which user reported runtime problems when parser were compiled
15623: with VC7, warning level4. study shows that later in bison
15624: they've fixed that. would migrate to latest bison someday
15625:
15626: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15627: recoding headers)
15628:
15629: * src/types/pa_vmail.C: works as before, same charset problems:
15630: gmime recodes to UTF-8 only headers, not body. so not recoding
15631: anything for now
15632:
15633: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15634: problems with body
15635:
15636: * src/types/pa_vmail.C: mail_receive just compiled
15637:
15638: 2003-08-18 paf
15639:
15640: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15641: main/main.vcproj, types/types.vcproj: win32: continued process
15642: detaching from \parser3project directory
15643:
15644: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15645: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15646: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15647: src/lib/pcre/pcre_dftables.dsp,
15648: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15649: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15650: src/types/types.dsp: moved to MSVC 7
15651:
15652: * gnu.vcproj.vspscc, parser3.vssscc,
15653: src/classes/classes.vcproj.vspscc,
15654: src/lib/cord/cord.vcproj.vspscc,
15655: src/lib/ltdl/libltdl.vcproj.vspscc,
15656: src/lib/md5/md5.vcproj.vspscc,
15657: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15658: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15659: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15660: src/targets/isapi/parser3isapi.vcproj.vspscc,
15661: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15662: moved to MSVC 7
15663:
15664: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15665: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15666: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15667: src/lib/pcre/pcre_dftables.vcproj,
15668: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15669: src/targets/cgi/parser3.vcproj,
15670: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15671: new VS project files
15672:
15673: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15674: .NET to detect Jalindi Igloo capabilities.
15675:
15676: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15677: src/classes/classes.awk, src/doc/footer.htm,
15678: src/include/pa_config_fixed.h, src/include/pa_version.h,
15679: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15680: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15681: src/types/pa_vmail.C: merged 3.1.0 latest changes
15682:
15683: 2003-08-15 paf
15684:
15685: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15686: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15687:
15688: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15689: non-ascii <yyy> now encoded correctly
15690:
15691: 2003-07-29 paf
15692:
1.116 moko 15693: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15694: dist
1.95 moko 15695:
15696: * src/types/pa_vmail.C: just started --with-mail-receive
15697:
15698: 2003-07-28 paf
15699:
1.116 moko 15700: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15701: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15702:
15703: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15704:
15705: 2003-07-25 paf
15706:
15707: * src/doc/footer.htm: year
15708:
15709: 2003-07-24 paf
15710:
15711: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15712: fix
15713:
15714: * src/include/pa_version.h: release
15715:
1.116 moko 15716: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15717:
15718: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15719: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15720: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15721: getting rid of win32xml pseudo project
15722:
15723: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15724:
1.116 moko 15725: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15726: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15727: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15728: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15729: src/classes/classes.C, src/classes/classes.awk,
15730: src/classes/classes.dsp, src/classes/classes.h,
15731: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15732: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15733: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15734: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15735: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15736: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15737: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15738: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15739: src/include/pa_array.h, src/include/pa_cache_managers.h,
15740: src/include/pa_charset.h, src/include/pa_charsets.h,
15741: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15742: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15743: src/include/pa_dictionary.h, src/include/pa_dir.h,
15744: src/include/pa_exception.h, src/include/pa_exec.h,
15745: src/include/pa_globals.h, src/include/pa_hash.h,
15746: src/include/pa_memory.h, src/include/pa_opcode.h,
15747: src/include/pa_operation.h, src/include/pa_pool.h,
15748: src/include/pa_pragma_pack_begin.h,
1.95 moko 15749: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15750: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15751: src/include/pa_sapi.h, src/include/pa_socks.h,
15752: src/include/pa_sql_connection.h,
15753: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15754: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15755: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15756: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15757: src/include/pa_uue.h, src/lib/Makefile.am,
15758: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15759: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15760: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15761: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15762: src/lib/cord/include/ec.h,
15763: src/lib/cord/include/private/Makefile.am,
15764: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15765: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15766: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15767: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15768: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15769: src/main/compile_tools.C, src/main/compile_tools.h,
15770: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15771: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15772: src/main/pa_charsets.C, src/main/pa_common.C,
15773: src/main/pa_dictionary.C, src/main/pa_dir.C,
15774: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15775: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15776: src/main/pa_request.C, src/main/pa_socks.C,
15777: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15778: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15779: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15780: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15781: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15782: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15783: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15784: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15785: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15786: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15787: src/targets/isapi/parser3isapi.dsp,
15788: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15789: src/types/pa_junction.h, src/types/pa_method.h,
15790: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15791: src/types/pa_vclass.C, src/types/pa_vclass.h,
15792: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15793: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15794: src/types/pa_vdouble.h, src/types/pa_venv.h,
15795: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15796: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15797: src/types/pa_vimage.C, src/types/pa_vimage.h,
15798: src/types/pa_vint.h, src/types/pa_vjunction.h,
15799: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15800: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15801: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15802: src/types/pa_vobject.C, src/types/pa_vobject.h,
15803: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15804: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15805: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15806: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15807: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15808: src/types/pa_vstring.h, src/types/pa_vtable.C,
15809: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15810: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15811: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15812: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15813: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15814: HEAD
15815:
15816: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15817: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15818: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15819: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15820: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15821: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15822: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15823: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15824: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15825: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15826: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15827: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15828: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15829: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15830: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15831: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15832: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15833: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15834: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15835: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15836: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15837: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15838: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15839: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15840: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15841: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15842: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15843: outputs/create-dir, results/001.processed, results/002.processed,
15844: results/003.processed, results/004.processed,
15845: results/005.processed, results/006.processed,
15846: results/007.processed, results/008.processed,
15847: results/009.processed, results/010.processed,
15848: results/011.processed, results/012.processed,
15849: results/013.processed, results/014.processed,
15850: results/015.processed, results/016.processed,
15851: results/017.processed, results/018.processed,
15852: results/019.processed, results/020.processed,
15853: results/021.processed, results/022.processed,
15854: results/023.processed, results/024.processed,
15855: results/025.processed, results/026.processed,
15856: results/027.processed, results/028.processed,
15857: results/029.processed, results/030.processed,
15858: results/031.processed, results/032.processed,
15859: results/033.processed, results/034.processed,
15860: results/035.processed, results/036.processed,
15861: results/037.processed, results/038.processed,
15862: results/039.processed, results/040.processed,
15863: results/041.processed, results/042.processed,
15864: results/043.processed, results/044.processed,
15865: results/045.processed, results/046.processed,
15866: results/047.processed, results/048.processed,
15867: results/049.processed, results/050.processed,
15868: results/051.processed, results/052.processed,
15869: results/053.processed, results/054.processed,
15870: results/055.processed, results/056.processed,
15871: results/057.processed, results/058.processed,
15872: results/059.processed, results/060.processed,
15873: results/061.processed, results/062.processed,
15874: results/063.processed, results/064.processed,
15875: results/065.processed, results/066.processed,
15876: results/067.processed, results/068.processed,
15877: results/069.processed, results/070.processed,
15878: results/071.processed, results/072.processed,
15879: results/073.processed, results/074.processed,
15880: results/075.processed, results/076.processed,
15881: results/077.processed, results/078.processed,
15882: results/079.processed, results/080.processed,
15883: results/081.processed, results/082.processed,
15884: results/083.processed, results/084.processed,
15885: results/085.processed, results/086.processed,
15886: results/087.processed, results/088.processed,
15887: results/089.processed, results/090.processed,
15888: results/091.processed, results/092.processed,
15889: results/093.processed, results/094.processed,
15890: results/095.processed, results/096.processed,
15891: results/097.processed, results/098.processed,
15892: results/099.processed, results/100.processed,
15893: results/101.processed, results/102.processed,
15894: results/103.processed, results/104.processed,
15895: results/105.processed, results/106.processed,
15896: results/107.processed, results/108.processed,
15897: results/109.processed, results/110.processed,
15898: results/111.processed, results/112.processed,
15899: results/113.processed, results/114.processed,
15900: results/115.processed, results/116.processed,
15901: results/117.processed, results/118.processed,
15902: results/119.processed, results/120.processed,
15903: results/121.processed, results/122.processed,
15904: results/123.processed, results/124.processed,
15905: results/125.processed, results/126.processed,
15906: results/127.processed, results/128.processed,
15907: results/129.processed, results/130.processed,
15908: results/131.processed, results/132.processed,
15909: results/133.processed, results/134.processed,
15910: results/135.processed, results/136.processed,
15911: results/137.processed, results/138.processed,
15912: results/139.processed, results/140.processed,
15913: results/141.processed: merged(copied) to HEAD from template_gc
15914:
15915: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15916: towards \parser3project not having to be in root
15917:
15918: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15919: module compiled [were minor unnecessary changes in lib/md5
15920: interface]
15921:
15922: * src/include/pa_version.h: release
15923:
15924: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15925:
15926: * src/classes/math.C: merged uuid bugfix
15927:
15928: * tests/: 141.html, results/141.processed: fixed bug with
15929: too-small-a-buffer
15930:
15931: * src/classes/math.C: uuid bugfix
15932:
15933: * tests/: 141.html, Makefile, results/005.processed,
15934: results/030.processed, results/075.processed,
15935: results/078.processed: to reflect date format change (were -
15936: become ' ')
15937:
15938: * src/classes/math.C: uuid bugfix
15939:
15940: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15941: debug/release changes
15942:
15943: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15944:
15945: 2003-07-23 paf
15946:
15947: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15948: renamed a little [to move to comman naming conv]
15949:
1.116 moko 15950: * src/targets/Makefile.am: apache13 splitted to simplify apache
15951: build
1.95 moko 15952:
15953: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15954: main/pa_request.C, main/pa_sql_driver_manager.C,
15955: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15956: stack top_index() fixed
15957:
15958: * src/main/pa_globals.C: minor style changes
15959:
15960: * src/: classes/op.C, include/pa_sql_connection.h: connection
15961: closing/caching fixed [connections were not closed/put to cache]
15962:
15963: 2003-07-22 paf
15964:
15965: * INSTALL: gc part updated stightly
15966:
15967: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15968: new sapi interface
15969:
15970: * src/classes/file.C: comment on OS
15971:
15972: * src/main/pa_string.C: removed reduntant invariant check [there is
15973: one deeper in cord lib]
15974:
15975: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15976:
15977: * src/main/pa_memory.C: out of memory is no longer coredump
15978:
15979: * INSTALL: disable-threads adviced
15980:
15981: 2003-07-21 paf
15982:
1.116 moko 15983: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15984:
15985: * src/classes/file.C: file::exec/cgi environment variables now must
15986: be UPPERCASE and A-Z 0-9 _-
15987:
15988: * src/classes/file.C: env passing fixed
15989:
15990: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15991:
15992: * src/main/pa_common.C: http:// CRLF now
15993:
15994: 2003-07-02 paf
15995:
1.211 moko 15996: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15997: $memory:status fields to reflect their real meaning
1.95 moko 15998:
15999: 2003-06-27 paf
16000:
16001: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16002: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16003: file::exec/cgi .charset
16004:
16005: 2003-06-26 paf
16006:
16007: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16008: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16009: src/classes/table.C: fixed several uninitialized local
16010: structures. notably ^hash.foreach now inserts delimiters
16011: properly [were inserting it before first body]
16012:
16013: 2003-06-24 paf
16014:
16015: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16016:
16017: 2003-06-20 paf
16018:
1.211 moko 16019: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16020: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16021: $f[^file::load[binary;http://...]] $f.tables
16022:
16023: 2003-06-06 paf
16024:
16025: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16026: table. [were method lookup: inconsistent]
16027:
16028: 2003-06-02 paf
16029:
16030: * src/include/pa_memory.h: empty string clone fixed to return
16031: writable memory
16032:
16033: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16034: were not appended] which violated string invariant
16035:
16036: 2003-05-30 paf
16037:
16038: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16039: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16040:
16041: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16042: GMT ; RFC 822, updated by RFC 1123
16043:
16044: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16045: targets/isapi/parser3isapi.C: initialized request_info properly
16046:
16047: * src/classes/xnode.C: found minor bug, commended for future
16048:
16049: 2003-05-28 paf
16050:
16051: * src/classes/form.C: request_info.content_length can't be <0,
16052: size_t for some time
16053:
16054: 2003-05-26 paf
16055:
16056: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16057: forgotten <0 changed to !=STRING_NOT_FOUND
16058:
16059: * src/classes/math.C: merged ffffu from HEAD
16060:
16061: 2003-05-11 paf
16062:
16063: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16064:
16065: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16066: premature doc free. transformed document had xmlDoc reference
16067: stored to non-gc-memory (libgdome) added holding-reference
16068:
16069: 2003-04-29 paf
16070:
16071: * src/main/pa_globals.C: started digging on double free. on win32
16072: found that that's perfectly normal.
16073:
16074: 2003-04-25 paf
16075:
16076: * src/classes/table.C: table.join bug fix [bad limit check]
16077:
16078: * src/classes/math.C: merged from HEAD: simpiler hash_string
16079:
16080: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16081: print anything. changed to quicker and simplier code
16082:
16083: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16084: strict a check]
16085:
16086: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16087:
16088: 2003-04-24 paf
16089:
16090: * src/include/pa_table.h: too strict assert loosened
16091:
16092: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16093: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16094: report
16095:
16096: 2003-04-21 paf
16097:
1.116 moko 16098: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16099:
16100: * src/main/pa_globals.C: pcre memory management changed to use GC
16101: memory
16102:
16103: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16104: xmlMallocAtomic [author agreed to my suggestion], used that
16105:
16106: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16107:
16108: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16109: types/pa_vmail.C: attributed_meaning_to_string added
16110: L_UNSPECIFIED piece which was sortof OK, but violated string
16111: invariant [assertion barked on that] changed to L_PASS_APPEND,
16112: made that param obligatory
16113:
16114: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16115: fixed [assert helped]
16116:
16117: * src/include/pa_string.h: assert added [looking for bug]
16118:
16119: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16120: names on Win32 considered disk-global
16121:
16122: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16123: considered disk-global
16124:
16125: 2003-04-18 paf
16126:
16127: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16128: filenames
16129:
16130: * src/main/untaint.C: enabled '~' letter in filenames
16131:
16132: 2003-04-16 paf
16133:
16134: * src/classes/file.C: small bug introduced in autoptr times fixed
16135:
16136: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16137: HEAD
16138:
1.116 moko 16139: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16140:
16141: 2003-04-15 paf
16142:
1.211 moko 16143: * operators.ru.txt, operators.txt, src/classes/math.C,
16144: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16145: tests/results/141.processed: merged from head ^math:uuid[]
16146: ^math:uid64[] ^math:md5[string]
16147:
16148: test added: 141.html
16149:
1.211 moko 16150: * operators.ru.txt, operators.txt, src/classes/math.C:
16151: ^math:uid64[]
1.95 moko 16152:
16153: * src/classes/math.C: ^math:uuid[]
16154:
1.211 moko 16155: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16156:
1.211 moko 16157: * operators.ru.txt, operators.txt, src/classes/math.C,
16158: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16159: 16-byte digest
16160:
16161: * operators.ru.txt, operators.txt, src/classes/file.C,
16162: src/include/pa_common.h, src/include/pa_config_fixed.h,
16163: src/main/pa_common.C: ^file::load[mode;name; $.offset
16164: $.limit
1.95 moko 16165:
16166: 2003-04-14 paf
16167:
16168: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16169: started ^math:md5
16170:
16171: * src/classes/table.C, src/include/pa_array.h,
16172: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16173: tests/results/140.processed: table $.reverse option works in
16174: create&co table $.distinct[tables] bug fix merged
16175:
16176: * src/: classes/table.C, include/pa_table.h: table
16177: $.distinct[tables] bug fixed
16178:
16179: * src/classes/table.C: more warnings
16180:
16181: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16182: removed checks in table::set_current, moved them back to
16183: table::locate implemented table::create/join ñ $.reverse
16184:
16185: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16186: removed checks in table::set_current, moved them back to
16187: table::locate
16188:
16189: 2003-04-11 paf
16190:
1.211 moko 16191: * operators.ru.txt, operators.txt, src/classes/date.C,
16192: src/classes/table.C, src/include/pa_array.h,
16193: src/include/pa_common.h, src/include/pa_config_includes.h,
16194: src/include/pa_string.h, src/include/pa_table.h,
16195: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16196: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16197: before_append_array_limit_sense_change to
16198: after_append_array_limit_sense_change
16199:
16200: * src/classes/table.C: typo
16201:
1.211 moko 16202: * operators.ru.txt, operators.txt, src/classes/date.C,
16203: src/classes/table.C, src/include/pa_array.h,
16204: src/include/pa_common.h, src/include/pa_config_includes.h,
16205: src/include/pa_globals.h, src/include/pa_table.h,
16206: src/main/pa_array.C, src/main/pa_globals.C,
16207: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16208: src/main/pa_string.C, src/main/pa_table.C:
16209: append_array_limit_sense_change locate accepts options same as
16210: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16211:
16212: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16213: (stat xxx,
16214:
16215: * src/classes/: table.C: typo
16216:
16217: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16218: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16219: results/130.processed, results/131.processed,
16220: results/132.processed, results/133.processed,
16221: results/134.processed, results/135.processed,
16222: results/136.processed, results/137.processed,
16223: results/138.processed, results/139.processed: added few mustfail
16224: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16225: date/time 132.html mustfail: access to junction outside of
16226: context 133.html mustfail: access to junction outside of context,
16227: case version 134.html mustfail: hash: adding a key inside of
16228: foreach 135.html mustfail: modifying system class 136.html
16229: mustfail: $.name outside of $hash[here] 137.html mustfail:
16230: appendChild without import 138.html mustfail: invalid encoding
16231: inside of xml 139.html mustfail: bad XPath
16232:
1.211 moko 16233: * operators.ru.txt, operators.txt, src/classes/table.C,
16234: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16235: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16236: tests/results/126.processed, tests/results/127.processed,
16237: tests/results/128.processed, tests/results/129.processed: merged
16238: from HEAD ^table.hash[key][$.distinct[tables]]
16239:
16240: maked appropriate tests [changed one old nonconforming]
16241:
1.211 moko 16242: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16243: ^table.hash[key][$.distinct[tables]]
16244:
16245: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16246: merged fix for found very old xml (dom) bug: were passing
16247: domString objects and later ERROREOUSLY freed them
16248:
16249: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16250: src/main/pa_charset.C: re-added libgdome patch. regretfully
16251: libgdome bug can not be worked around
16252:
16253: 2003-04-10 paf
16254:
16255: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16256: found very old xml (dom) bug: were passing domString objects and
16257: later ERROREOUSLY freed them
16258:
16259: * src/doc/string.dox, src/include/pa_memory.h,
16260: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16261: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16262: tests/123.html, tests/124.html, tests/results/001.processed,
16263: tests/results/002.processed, tests/results/003.processed,
16264: tests/results/004.processed, tests/results/005.processed,
16265: tests/results/006.processed, tests/results/008.processed,
16266: tests/results/009.processed, tests/results/010.processed,
16267: tests/results/011.processed, tests/results/012.processed,
16268: tests/results/013.processed, tests/results/014.processed,
16269: tests/results/015.processed, tests/results/016.processed,
16270: tests/results/017.processed, tests/results/018.processed,
16271: tests/results/020.processed, tests/results/021.processed,
16272: tests/results/022.processed, tests/results/023.processed,
16273: tests/results/024.processed, tests/results/025.processed,
16274: tests/results/026.processed, tests/results/027.processed,
16275: tests/results/028.processed, tests/results/029.processed,
16276: tests/results/030.processed, tests/results/031.processed,
16277: tests/results/032.processed, tests/results/033.processed,
16278: tests/results/034.processed, tests/results/035.processed,
16279: tests/results/036.processed, tests/results/037.processed,
16280: tests/results/038.processed, tests/results/039.processed,
16281: tests/results/040.processed, tests/results/041.processed,
16282: tests/results/042.processed, tests/results/043.processed,
16283: tests/results/044.processed, tests/results/045.processed,
16284: tests/results/046.processed, tests/results/047.processed,
16285: tests/results/048.processed, tests/results/049.processed,
16286: tests/results/050.processed, tests/results/051.processed,
16287: tests/results/052.processed, tests/results/053.processed,
16288: tests/results/054.processed, tests/results/055.processed,
16289: tests/results/056.processed, tests/results/057.processed,
16290: tests/results/058.processed, tests/results/059.processed,
16291: tests/results/060.processed, tests/results/061.processed,
16292: tests/results/062.processed, tests/results/063.processed,
16293: tests/results/064.processed, tests/results/065.processed,
16294: tests/results/066.processed, tests/results/067.processed,
16295: tests/results/068.processed, tests/results/069.processed,
16296: tests/results/070.processed, tests/results/071.processed,
16297: tests/results/072.processed, tests/results/073.processed,
16298: tests/results/074.processed, tests/results/075.processed,
16299: tests/results/076.processed, tests/results/077.processed,
16300: tests/results/078.processed, tests/results/079.processed,
16301: tests/results/080.processed, tests/results/081.processed,
16302: tests/results/082.processed, tests/results/083.processed,
16303: tests/results/084.processed, tests/results/085.processed,
16304: tests/results/086.processed, tests/results/087.processed,
16305: tests/results/088.processed, tests/results/089.processed,
16306: tests/results/090.processed, tests/results/091.processed,
16307: tests/results/092.processed, tests/results/093.processed,
16308: tests/results/094.processed, tests/results/095.processed,
16309: tests/results/096.processed, tests/results/097.processed,
16310: tests/results/101.processed, tests/results/102.processed,
16311: tests/results/104.processed, tests/results/105.processed,
16312: tests/results/106.processed, tests/results/107.processed,
16313: tests/results/108.processed, tests/results/109.processed,
16314: tests/results/110.processed, tests/results/111.processed,
16315: tests/results/112.processed, tests/results/113.processed,
16316: tests/results/114.processed, tests/results/115.processed,
16317: tests/results/116.processed, tests/results/117.processed,
16318: tests/results/118.processed, tests/results/119.processed,
16319: tests/results/120.processed, tests/results/121.processed,
16320: tests/results/122.processed, tests/results/123.processed,
16321: tests/results/124.processed: new convention: char* never 0.
16322: assert in cord on that
16323:
16324: * src/main/pa_charset.C: couple more asserts
16325:
16326: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16327: speedup
16328:
16329: * src/main/pa_charset.C: couple assertions on fantastic situations
16330: added [may be those is the case now?]
16331:
16332: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16333: that's memory from gc_malloc, not from g_malloc :(, but would
16334: hope]
16335:
16336: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16337: that's memory from gc_malloc, not from g_malloc :(, but would
16338: hope]
16339:
16340: * src/main/pa_charset.C: checked custom malloc for returning 0
16341:
16342: 2003-04-09 paf
16343:
16344: * src/classes/date.C: merged ^date.roll changes
16345:
16346: * src/classes/date.C: ^date.roll bug fix
16347:
16348: * src/classes/date.C: ^date.roll now throws less errors: month
16349: shifts handles end of month situation by reducing day number
16350: hour-hole shift reduces hour to recover
16351:
16352: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16353: Sort by function time
16354:
1.211 moko 16355: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16356: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16357:
16358: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16359: added [after volatile fix. passes on win&intel-solaris]
16360:
16361: 2003-04-08 paf
16362:
16363: * src/: classes/file.C, classes/op.C, classes/table.C,
16364: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16365: include/pa_common.h, include/pa_request_charsets.h,
16366: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16367: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16368: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16369: types/pa_vresponse.C: started http:// $.charset[] param and
16370: http response charset detection just compiled. todo:test
16371:
16372: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16373:
16374: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16375: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16376: types/pa_vmail.C: changed transcode param converntion along with
16377: string creating convention -- all strings are zero-terminated,
16378: this allowed to fix one remaining String("123", 2) case
16379:
16380: * src/: classes/date.C, classes/file.C, classes/hash.C,
16381: classes/op.C, classes/string.C, classes/table.C,
16382: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16383: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16384: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16385: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16386: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16387: violated String::invariant. started fixing [not compiled now]
16388:
16389: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16390: main/compile.tab.C, main/compile.y, main/pa_string.C,
16391: main/untaint.C, targets/cgi/parser3.C: number of string style
16392: improvements & optimizations
16393:
16394: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16395: :(]
16396:
16397: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16398: [for it's a pointer really]
16399:
16400: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16401: 'n' param. worked that around
16402:
16403: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16404: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16405: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16406: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16407: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16408:
16409: Thanks for the bug report and patch.
16410:
16411: I hadn't looked at this code in a while. Reading it now, it
16412: seems to me that the tests should also be ">= MAX_DEPTH" to
16413: comply with the invariant, though that may not matter a lot. I
16414: changed that, too.
16415:
16416: Hans
16417:
16418: 2003-04-07 paf
16419:
16420: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16421: merged from head:safe mode error message now includes numbers
16422:
16423: * src/main/execute.C: n-th attempt to make a=a work with double.
16424: problem: as_double returns it's result in fp-register compiler
16425: optimizes access to that register after b->as_double, and just
16426: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16427: from memory. _SAME_ double values do not match here. when
16428: forced to REload fp-register, values do match.
16429:
16430: tried to make them volatile.
16431:
16432: * src/main/execute.C: n-th attempt to make a=a work with double.
16433: problem: as_double returns it's result in fp-register compiler
16434: optimizes access to that register after b->as_double, and just
16435: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16436: from memory. _SAME_ double values do not match here. when
16437: forced to REload fp-register, values do match.
16438:
16439: tried to make them volatile.
16440:
16441: * src/types/pa_vobject.h: small style change
16442:
16443: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16444:
16445: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16446: mode error message now includes numbers
16447:
16448: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16449: now causes death
16450:
16451: 2003-04-04 paf
16452:
16453: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16454: incorportated pa_exec patch by From: "Victor Fedoseev"
16455: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16456: Sent: Thursday, January 23, 2003 9:14 AM
16457:
16458: huge speedup on ^file::cgi with big result
16459:
16460: * src/classes/table.C: sort table with 0 rows bug fixed
16461:
16462: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16463: fix http://i2/tasks/edit/?id=4493701604654042676
16464:
16465: @main[] $with_default[ $.a[1] $._default[default from
16466: with_default] ] ^show[$with_default]
16467:
16468: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16469: =$to_add_to.xxx=<br>
16470:
16471: ^show[$to_add_to]
16472:
16473: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16474: ^show[$cloned]
16475:
16476: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16477:
16478: } <hr>
16479:
16480: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16481: http://i2/tasks/edit/?id=4493701604654042676
16482:
16483: @main[] $with_default[ $.a[1] $._default[default from
16484: with_default] ] ^show[$with_default]
16485:
16486: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16487: =$to_add_to.xxx=<br>
16488:
16489: ^show[$to_add_to]
16490:
16491: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16492: ^show[$cloned]
16493:
16494: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16495:
16496: } <hr>
16497:
16498: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16499: http://i2/tasks/edit/?id=4507350336410850921
16500:
16501: * src/classes/xdoc.C: memory allocation func bugfix
16502: http://i2/tasks/edit/?id=4499303470368629745
16503:
16504: * src/classes/math.C: allowed random 1...
16505:
16506: * src/classes/math.C: allowed random 0..
16507:
16508: * src/main/pa_globals.C: exif mem leak
16509: http://i2/tasks/edit/?id=4480590323629807263
16510:
16511: * src/: classes/classes.dsp, main/main.dsp,
16512: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16513: fix http://i2/tasks/edit/?id=4493946731322521294
16514: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16515:
16516: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16517: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16518: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16519: links to xml libs made relative, no need to unpack parser3project
16520: to /parser3project.
16521:
16522: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16523: column more precise - tab handling bug fixed
16524:
16525: * src/main/: compile.tab.C, compile.y: more understandable error
16526: message in case @CLASS with more then one line inside
16527:
16528: * src/targets/cgi/parser3.C: more understandable error message in
16529: case of errors in @unhandled_exception
16530:
16531: 2003-04-03 paf
16532:
16533: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16534: src/main/compile.tab.C, src/main/compile.y,
16535: src/main/compile_tools.C, src/main/compile_tools.h,
16536: src/main/execute.C, src/main/pa_request.C: debug info format
16537: simplified, now it's: OP_VALUE Operation::Origin << here value*
16538:
16539: higher limits: file number (max: 255) line number (max:
16540: 64535) column number (max: 255)
16541:
16542: * src/classes/math.C: top limit
16543:
16544: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16545: precise parse error position in case of
16546:
16547: ^bug ]
16548:
16549: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16550: changed to realities, and passed [bug fixed]
16551:
16552: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16553: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16554: main/compile_tools.h, main/pa_request.C: introducing
16555: ^process...[main-method-alias]
16556:
16557: * src/: classes/date.C, classes/image.C, classes/op.C,
16558: classes/string.C, classes/table.C, classes/xdoc.C,
16559: types/pa_vmethod_frame.h: MethodParams& now [methods without
16560: params receive zero reference, but they are expected not to look
16561: there]
16562:
1.211 moko 16563: * operators.ru.txt, operators.txt, src/classes/date.C,
16564: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16565: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16566: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16567: src/classes/response.C, src/classes/string.C,
16568: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16569: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16570: src/types/pa_method.h: MethodParams& now [methods without params
16571: receive zero reference, but they are expected not to look there]
16572:
16573: * operators.ru.txt, operators.txt, src/classes/op.C,
16574: src/include/pa_request.h, src/main/pa_request.C,
16575: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16576: better error reporting [file/line/col]
1.95 moko 16577:
16578: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16579: types/pa_vstring.h: slightly improved error messages text: 1. is
16580: '%s', it 2. method undefined in case of ^void[]
16581:
16582: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16583: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16584: handling done. now we have error columns todo: test it
16585:
16586: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16587: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16588:
16589: this makes life easier: were: bad stack order -- were in
16590: exception catch unwind order, which didn't match execution order
16591:
16592: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16593:
16594: @first[] ^throw[a;1]
16595:
16596: showed throw a first throw b try
16597:
16598: which is no good
16599:
16600: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16601: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16602: trace reset after handled exception [old bug fixed]
16603:
16604: * src/main/: compile.tab.C, compile.y: parse position old bug
16605: fixed. position reporting made precise [both, in parse erros and
16606: runtime errors]
16607:
16608: 2003-04-02 paf
16609:
16610: * src/: include/pa_operation.h, include/pa_request.h,
16611: main/compile.C, main/compile.tab.C, main/compile.y,
16612: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16613: main/pa_exception.C, main/pa_request.C: debug info: started
16614: using. todo:complete
16615:
16616: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16617: main/compile.C, main/compile.tab.C, main/compile.y,
16618: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16619: main/pa_request.C: prepared debug info todo:use it
16620:
16621: * src/include/pa_operation.h: strange mistake fixed: forgot to
16622: return Operation class->union after switching from autoptrs.
16623:
16624: * tests/: Makefile, results/108.processed, results/117.processed:
16625: meta considered OK [it's up to coder now to remove it not needed]
16626:
16627: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16628: Dictionary constructor when moved to gc]
16629:
16630: * src/main/pa_common.C: uncommented http:// file loading
16631:
16632: * src/include/pa_array.h, src/main/execute.C,
16633: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16634: fix [gdGrowingBuf]
16635:
16636: * configure.in, src/lib/Makefile.am: removed patches
16637:
16638: * configure, src/include/pa_config_auto.h.in,
16639: src/main/pa_charset.C: --enable-assertions autoconf-ed
16640:
16641: * src/main/pa_common.C: uncommented http:// file loading
16642:
16643: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16644: xdoc::create/load
16645:
16646: * src/: classes/form.C, classes/hash.C, classes/image.C,
16647: classes/string.C, classes/table.C, classes/void.C,
16648: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16649: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16650: String::String(str,helper_length) are checked. found/fixed one
16651: place: $request:body now zero-terminated,
16652:
16653: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16654: main/compile_tools.C, main/execute.C, types/pa_value.h,
16655: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16656: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16657: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16658: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16659: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16660: types/pa_vxnode.h: more locally scoped vars in execute (more
16661: easily optimizable)
16662:
16663: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16664: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16665:
16666: * src/: include/pa_array.h, include/pa_stack.h,
16667: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16668: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16669: become assertion iterator in methodframe filler
16670:
16671: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16672: targets/cgi/parser3.C: array::get/put inlined
16673:
16674: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16675: gc_substitute_memory_management_functions +installed CORD_oom
16676: function
16677:
16678: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16679: src/include/pa_config_includes.h, src/include/pa_string.h,
16680: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16681: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16682: assertions started configure.in --enable-assertions
16683:
16684: 2003-04-01 paf
16685:
16686: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16687: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16688: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16689: gdome uses glib memory, and stores last pointer to xmlDoc there,
16690: gc misses that and collects valid memory fixed by remembering
16691: xmlDoc from dom object in xdoc. todo: do something with
16692: premature free of xdoc with xnodes/node values referring into it
16693:
16694: * src/classes/: mail.C: typo fix
16695:
16696: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16697: changes
16698:
16699: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16700: main/pa_memory.C: moved memory debugging to global level: to
16701: pa_gc_malloc
16702:
16703: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16704: debugging showed no errors. todo: debug parser memory
16705:
16706: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16707: configurations
16708:
16709: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16710: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16711: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16712: types/types.dsp: prepared xml-static configuration
16713:
16714: 2003-03-31 paf
16715:
16716: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16717: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16718: xml lib memory debugging, simple checks failed: it seems that
16719: library does realloc(bad ptr), and recording those ptrs in heap
16720: [for debugging] was bad: heap situation changes = everything
16721: works fine
16722:
16723: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16724: xmlRegisterCharEncodingHandler limitation [currently imposed
16725: limit of 10 user-defined charsets]
16726:
16727: 2003-03-28 paf
16728:
16729: * src/main/execute.C: execution stack copied to local register
16730: variable, removed lots [~2e7) of memory accesses
16731:
16732: 2003-03-27 paf
16733:
16734: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16735: works in debug, but fails in release todo: fix that
16736:
16737: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16738: targets/cgi/parser3.C: forgot to merge XML memory funcs
16739: replacement from gc branch
16740:
16741: * src/main/pa_exec.C: introducing append_help_length [radical
16742: improvement here]
16743:
16744: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16745: 'not recommened' in gc.h, on win32 noticed no difference]
16746:
16747: * src/include/pa_array.h: returned checked array get [were disabled
16748: for debugging] result:not slower [don't understand that, it were
16749: INLINED] todo: find out a way of inlining it!
16750:
16751: * src/: include/pa_string.h, lib/gc/include/gc.h,
16752: lib/gc/include/gc_fake.h, main/compile.tab.C,
16753: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16754: convention changed: all resulting strings are zero-terminated
16755:
16756: * src/: classes/date.C, classes/file.C, classes/hash.C,
16757: classes/string.C, classes/table.C, classes/void.C,
16758: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16759: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16760: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16761: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16762: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16763: types/pa_vfile.C, types/pa_vmail.C: introducing
16764: append_help_length [radical improvement here]
16765:
16766: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16767: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16768: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16769: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16770: even slower
16771:
16772: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16773: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16774: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16775: clients of &get(): most to use non-ref version, some[in tight
16776: places] to get_unchecked_ref
16777:
16778: * src/doc/memory.dox: forgot to add
16779:
16780: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16781: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16782: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16783: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16784: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16785: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16786: targets/cgi/parser3.dsp, types/pa_vmail.C,
16787: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16788: T>>&<< removed after Stack::pop wiping removed [moved to separate
16789: func] other Array & removed
16790:
16791: 2003-03-26 paf
16792:
16793: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16794: classes/table.C, include/pa_array.h, include/pa_charset.h,
16795: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16796: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16797: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16798: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16799: main/pa_exec.C, main/pa_sql_driver_manager.C,
16800: main/pa_stylesheet_manager.C, main/pa_table.C,
16801: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16802: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16803: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16804: pre-evaluated .count() in some places
16805:
16806: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16807: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16808: types/types.dsp: .dsp profiling updated
16809:
16810: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16811: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16812: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16813:
16814: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16815: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16816: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16817: use lib/gc,lib/cord
16818:
1.116 moko 16819: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16820: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16821: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16822: src/include/pa_config_includes.h, src/include/pa_request.h,
16823: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16824: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16825: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16826: src/lib/cord/include/Makefile.am,
1.116 moko 16827: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16828: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16829: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16830: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16831: src/types/pa_vform.h, src/types/pa_vhash.h,
16832: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16833: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16834: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16835: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16836: funcs ported pa_exec
1.95 moko 16837:
16838: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16839:
16840: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16841: bundled gc includes
16842:
16843: * src/: classes/op.C, include/pa_array.h,
16844: include/pa_sql_connection.h, include/pa_string.h,
16845: include/pa_version.h, main/compile.tab.C, main/compile.y,
16846: main/execute.C, main/pa_common.C, main/pa_exception.C,
16847: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16848: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16849: first real site (aval)]
16850:
16851: 2003-03-25 paf
16852:
1.211 moko 16853: * operators.ru.txt, operators.txt,
16854: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16855: $status.memory used free since_compact process
1.95 moko 16856:
16857: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16858: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16859:
16860: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16861:
16862: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16863: src/types/pa_value.h, src/types/pa_vfile.h,
16864: src/types/pa_vobject.C, src/types/pa_vobject.h,
16865: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16866: tests/results/121.processed: untaint.C L_URI
16867:
1.211 moko 16868: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16869: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16870: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16871: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16872:
16873: * tests/results/109.processed: it was a bug in parser. updated 109
16874: test result
16875:
16876: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16877:
16878: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16879: tests/results/107.processed: fixed dom language [values are now
16880: considered tainted. it was a bug in parser. updated 107 test
16881: result
16882:
16883: * src/classes/xdoc.C: fixed transform params
16884:
16885: * src/: include/pa_stylesheet_manager.h,
16886: main/pa_stylesheet_manager.C: fixed stylesheet caching
16887:
16888: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16889: overloads for structure handling
16890:
16891: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16892: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16893: StringBody(0) ambiguilty, introducting static
16894: StringBody::Format(int)
16895:
16896: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16897: linked
16898:
16899: * src/types/pa_vxdoc.C: vxdoc compiled
16900:
16901: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16902: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16903: finalizers isntalled
16904:
16905: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16906: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16907: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16908: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16909: compiled todo: xnode.C / finalizers
16910:
16911: * src/doc/string.dox: updated: new string internals
16912:
16913: 2003-03-24 paf
16914:
16915: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16916: include/pa_charset.h, include/pa_config_fixed.h,
16917: include/pa_request.h, include/pa_stylesheet_connection.h,
16918: include/pa_stylesheet_manager.h, main/pa_charset.C,
16919: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16920: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16921: types/pa_vxnode.h: started XML
16922:
16923: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16924:
16925: * src/: classes/file.C, classes/image.C, classes/mail.C,
16926: include/pa_string.h, main/pa_common.C,
16927: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16928:
16929: * src/: classes/file.C, classes/image.C, classes/mail.C,
16930: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16931: main/pa_request.C, main/pa_sql_driver_manager.C,
16932: types/pa_vimage.h: size_t pos everywhere checks changed to check
16933: for eq STRING_NOT_FOUND
16934:
16935: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16936: optimize bit implemented
16937:
16938: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16939: String::ArrayFragment::append_positions fixed
16940:
16941: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16942: String::this_starts fixed
16943:
16944: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16945:
16946: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16947: hashcode implemented fully, including per-char callback [it can
16948: be - substr CORD node]
16949:
16950: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16951: rewritten to rewalloc with 100byte buf ahead
16952:
16953: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16954: src/include/pa_string.h, src/main/compile.tab.C,
16955: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16956: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16957: CORD_ec [bad] would rewrite as realloc now
16958:
16959: * src/: classes/date.C, classes/file.C, classes/form.C,
16960: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16961: include/pa_cache_managers.h, include/pa_charsets.h,
16962: include/pa_common.h, include/pa_request.h,
16963: include/pa_sql_driver_manager.h, include/pa_table.h,
16964: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16965: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16966: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16967: types/pa_vmail.C, types/pa_vmethod_frame.C,
16968: types/pa_vstateless_class.h: 2*2 worked :)
16969:
16970: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16971: src/include/pa_exec.h, src/include/pa_string.h,
16972: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16973: passed OK
16974:
16975: * src/: classes/hash.C, classes/string.C, classes/table.C,
16976: types/pa_value.C: all linked todo: debug
16977:
16978: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16979: types/pa_vstateless_class.C: all compiled. todo:link
16980:
16981: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16982:
16983: * src/types/pa_vtable.C: pa_vtable.C compiled
16984:
16985: * src/types/pa_vstring.C: pa_vstring.C compiled
16986:
16987: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16988:
16989: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16990: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16991: pa_vstateless_class.C, pa_vstateless_class.h:
16992: pa_vstateless_class.C compiled
16993:
16994: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16995: types/pa_vmath.C: pa_vmail.C compiled
16996:
16997: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16998:
16999: * src/types/pa_vform.C: pa_vform.C compiled
17000:
17001: * src/types/pa_vfile.C: pa_vfile.C compiled
17002:
17003: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17004: pa_vstateless_class.C: pa_vcookie.C compiled
17005:
17006: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17007: types/pa_vhash.h: pa_value.C compiled
17008:
17009: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17010: classes.lib main.lib compiled
17011:
17012: * src/classes/void.C: void.C compiled
17013:
17014: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17015: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17016: compiled
17017:
17018: * src/: classes/string.C, include/pa_request.h,
17019: include/pa_string.h, main/pa_string.C: string.C compiled
17020:
17021: * src/: classes/op.C, classes/string.C, classes/table.C,
17022: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17023: main/pa_request.C, main/pa_string.C: op.C compiled
17024:
17025: * src/classes/: math.C, op.C: math.C compiled
17026:
17027: * src/: classes/mail.C, classes/string.C, classes/table.C,
17028: types/pa_vmail.h: mail.C compiled
17029:
17030: * src/classes/: int.C, table.C: int.C compiled
17031:
17032: * src/: classes/hash.C, classes/image.C, classes/string.C,
17033: classes/table.C, include/pa_memory.h, include/pa_string.h,
17034: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17035: compiled
17036:
17037: * src/: classes/hash.C, classes/string.C, classes/table.C,
17038: classes/void.C, classes/xdoc.C, include/pa_request.h,
17039: include/pa_sql_connection.h: hash.C compiled
17040:
17041: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17042: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17043: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17044: classes/math.C, classes/op.C, classes/response.C,
17045: classes/string.C, classes/table.C, classes/void.C,
17046: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17047: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17048: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17049: file.C table.C compiled
17050:
17051: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17052: main/untaint.C: main.lib compiled
17053:
17054: 2003-03-21 paf
17055:
17056: * src/: classes/op.C, include/pa_cache_managers.h,
17057: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17058: include/pa_stylesheet_manager.h, main/pa_exception.C,
17059: main/pa_globals.C, main/pa_sql_driver_manager.C,
17060: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17061: compiled
17062:
17063: * src/: classes/hash.C, classes/image.C, classes/op.C,
17064: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17065: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17066: main/compile.C, main/pa_common.C, main/pa_request.C,
17067: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17068: pa_request.C compiled
17069:
17070: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17071: include/pa_request.h, main/execute.C, main/pa_request.C,
17072: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17073: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17074: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17075: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17076: compiled
17077:
17078: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17079: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17080: on unix
17081:
17082: * src/: include/pa_charset.h, include/pa_charsets.h,
17083: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17084: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17085: pa_charsets.C compiled
17086:
17087: * src/: classes/image.C, classes/mail.C, classes/op.C,
17088: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17089: main/compile.y, main/execute.C, main/pa_common.C,
17090: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17091: types/pa_vcode_frame.h, types/pa_vimage.h,
17092: types/pa_vmethod_frame.h: execute.C compiled
17093:
17094: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17095: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17096: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17097: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17098: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17099: include/pa_cache_managers.h, include/pa_charsets.h,
17100: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17101: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17102: include/pa_sql_driver_manager.h, include/pa_string.h,
17103: include/pa_stylesheet_connection.h,
17104: include/pa_stylesheet_manager.h, include/pa_table.h,
17105: main/compile.C, main/compile.tab.C, main/compile.y,
17106: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17107: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17108: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17109: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17110: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17111: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17112: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17113: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17114: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17115: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17116: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17117: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17118: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17119: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17120: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17121: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17122: types/pa_vresponse.h, types/pa_vstateless_class.C,
17123: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17124: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17125: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17126: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17127: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17128: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17129: [C++ CORD wrapper]
17130:
17131: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17132:
17133: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17134: $file::exec/cgi[script; $.charset[this is script's charset]
17135:
17136: command line, env values, input got transcoded before call
17137: stdout, stderr got transcoded after call
17138:
17139: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17140: by default. use: ^file::exec[...;$.stdin[$request.body]
17141:
17142: * src/main/pa_common.C: } typo bug fix
17143:
17144: * src/main/pa_common.C: } typo bug fix
17145:
17146: 2003-03-20 paf
17147:
17148: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17149: main/untaint.C: cord bug fix, but still errors todo: clear out
17150:
17151: * src/include/pa_string.h: more tests
17152:
17153: * src/main/pa_string.C: string.pos fixed
17154:
1.116 moko 17155: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17156: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17157: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17158: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17159: replaces
1.95 moko 17160:
17161: * src/: classes/image.C, include/pa_dictionary.h,
17162: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17163: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17164: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17165: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17166:
17167: * src/include/pa_string.h: warning
17168:
17169: * src/include/pa_string.h: this_starts fixed
17170:
17171: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17172: new String ctor & append params convention
17173:
17174: * src/: classes/file.C, classes/hash.C, classes/image.C,
17175: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17176: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17177: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17178: main/pa_exception.C, main/pa_exec.C,
17179: main/pa_sql_driver_manager.C, main/pa_string.C,
17180: main/pa_stylesheet_manager.C, main/untaint.C,
17181: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17182: types/pa_vmail.C: more tests OK
17183:
17184: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17185: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17186: gc/exit runned OK
17187:
17188: * src/types/pa_vmail.C: another naming problem: should not name
17189: vars like that: unpredictable close caused problems with later
17190: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17191: descriptors missing on startup: stdin; Bad file number
17192:
17193: todo: find out why so many filters(stream) here. probably wrong?
17194:
17195: * src/: include/pa_dictionary.h, include/pa_string.h,
17196: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17197: main/untaint.C: test compiled
17198:
17199: * src/: classes/image.C, classes/mail.C, classes/math.C,
17200: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17201: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17202: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17203: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17204: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17205: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17206: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17207: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17208: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17209:
17210: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17211: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17212: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17213: src/include/pa_memory.h, src/include/pa_request.h,
17214: src/include/pa_request_charsets.h,
17215: src/include/pa_sql_connection.h, src/include/pa_string.h,
17216: src/main/compile.tab.C, src/main/execute.C,
17217: src/main/pa_charset.C, src/main/pa_common.C,
17218: src/main/pa_exception.C, src/main/pa_exec.C,
17219: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17220: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17221: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17222: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17223: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17224: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17225: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17226: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17227: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17228: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17229: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17230: pa_common.C [done, without http for now]
17231:
17232: 2003-03-19 paf
17233:
17234: * src/: classes/date.C, classes/form.C, classes/hash.C,
17235: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17236: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17237: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17238: include/pa_string.h, include/pa_table.h, main/compile.C,
17239: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17240: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17241: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17242: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17243: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17244: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17245: types/pa_vstateless_class.h, types/pa_vtable.C,
17246: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17247: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17248: types/pa_wwrapper.h: started test
17249:
1.116 moko 17250: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17251: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17252:
17253: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17254: include/pa_string.h, main/pa_string.C: string compiled todo: test
17255: it
17256:
17257: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17258: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17259: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17260: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17261: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17262: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17263: types/pa_vmethod_frame.h, types/types.dsp: string
17264: reimplementation with cord+array<fragment>: 70%
17265:
17266: 2003-03-18 paf
17267:
17268: * src/: classes/date.C, classes/file.C, classes/form.C,
17269: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17270: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17271: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17272: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17273: can ignore lang in cmp and pos really, but would
17274: split properly!
17275:
17276: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17277: cord part made parser/src/lib: it's not compiled into libgc by
17278: default
17279:
17280: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17281: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17282: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17283: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17284: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17285: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17286: src/classes/xnode.C, src/classes/xnode.h,
17287: src/include/Makefile.am, src/include/pa_cache_managers.h,
17288: src/include/pa_charset.h, src/include/pa_charsets.h,
17289: src/include/pa_common.h, src/include/pa_dictionary.h,
17290: src/include/pa_exception.h, src/include/pa_exec.h,
17291: src/include/pa_globals.h, src/include/pa_hash.h,
17292: src/include/pa_memory.h, src/include/pa_pool.h,
17293: src/include/pa_request.h, src/include/pa_request_charsets.h,
17294: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17295: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17296: src/include/pa_stylesheet_connection.h,
17297: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17298: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17299: src/main/compile.C, src/main/compile.tab.C,
17300: src/main/compile_tools.C, src/main/compile_tools.h,
17301: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17302: src/main/pa_charsets.C, src/main/pa_common.C,
17303: src/main/pa_dictionary.C, src/main/pa_exception.C,
17304: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17305: src/main/pa_pool.C, src/main/pa_request.C,
17306: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17307: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17308: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17309: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17310: src/types/pa_junction.h, src/types/pa_method.h,
17311: src/types/pa_value.C, src/types/pa_value.h,
17312: src/types/pa_vclass.C, src/types/pa_vclass.h,
17313: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17314: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17315: src/types/pa_vdouble.h, src/types/pa_venv.h,
17316: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17317: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17318: src/types/pa_vimage.C, src/types/pa_vimage.h,
17319: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17320: src/types/pa_vmath.C, src/types/pa_vmath.h,
17321: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17322: src/types/pa_vobject.C, src/types/pa_vobject.h,
17323: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17324: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17325: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17326: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17327: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17328: src/types/pa_vstring.h, src/types/pa_vtable.C,
17329: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17330: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17331: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17332: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17333: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17334: gc: PA_Object done lots of replacements also
17335:
17336: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17337: gc logging
17338:
17339: 2003-03-17 paf
17340:
17341: * src/: classes/date.C, classes/file.C, classes/form.C,
17342: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17343: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17344: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17345: include/pa_string.h, include/pa_types.h, main/compile.C,
17346: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17347: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17348: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17349: main/pa_sql_driver_manager.C, main/pa_string.C,
17350: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17351: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17352: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17353: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17354: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17355: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17356: types/pa_vxnode.h: libgc attempt
17357:
17358: 2003-03-13 paf
17359:
17360: * src/: include/pa_sql_driver_manager.h,
17361: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17362: called
17363:
17364: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17365: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17366: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17367: types/pa_value.h, types/pa_vobject.h,
17368: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17369: set_base, set_derived simplified [counter leaks fixed]
17370:
17371: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17372: src/types/types.dsp: incorporated status class patch From:
17373: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17374: 2003 8:14 AM
17375:
17376: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17377: Win32 specific: QuotaPeakNonPagedPoolUsage
17378: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17379:
17380: 2003-03-12 paf
17381:
1.116 moko 17382: * configure, configure.in, src/lib/ltdl/configure,
17383: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17384: lib/ltdl/Makefile now created by /configure.in only [were by
17385: lib/ltdl/configure.in OVERWRITE]
17386:
1.116 moko 17387: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17388: linkage fixed for g++ 3.2.2
1.95 moko 17389:
17390: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17391: on using privately declared class [fixed]
17392:
17393: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17394: 3.2 rightliy complained on using privately declared class [fixed]
17395:
17396: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17397: sigpipe before request constructor now causes death
17398:
17399: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17400: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17401: not cause exception in exception handler
17402:
1.116 moko 17403: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17404: now default links libstdc++ statically. that can be overriden by
17405: --with-dynamic-stdcpp
1.95 moko 17406:
17407: 2003-03-11 paf
17408:
17409: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17410: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17411: necessity of libstdc++
17412:
17413: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17414:
17415: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17416:
17417: 2003-03-08 paf
17418:
17419: * tests/Makefile: make install & co
17420:
17421: * src/: include/pa_request.h, classes/op.C: removing
17422: vclass,object.h -> pa_request.h dependency
17423:
17424: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17425: main/pa_request.C: removing vform,response,cookie.h ->
17426: pa_request.h dependency
17427:
17428: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17429: dependency [testing...]
17430:
17431: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17432: return 0; fixed
17433:
17434: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17435: types/pa_vmail.h: vmail.C received just compiled [not tested]
17436:
17437: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17438:
17439: * src/main/pa_request.C: forgotten: ifdef XML
17440:
17441: * src/main/pa_request.C: forgotten: ifdef XML
17442:
17443: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17444: win32 and run memleak tests again
17445:
17446: * src/targets/cgi/parser3.C: charsets: see some strange things with
17447: old xml lib-- it's internal memory handling has faults
17448:
17449: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17450: problems when transcode from charset A to A.
17451:
17452: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17453: todo: still problems when transcode from charset A to A.
17454:
17455: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17456: classes/table.C, include/pa_array.h,
17457: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17458: started full-scale-site-test [~ http://parser.ru sources]
17459:
17460: some fixes
17461:
17462: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17463: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17464: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17465: results/110.processed, results/111.processed,
17466: results/112.processed, results/113.processed,
17467: results/114.processed, results/115.processed,
17468: results/116.processed, results/117.processed,
17469: results/118.processed, results/119.processed,
17470: results/120.processed: xml: tests 109 dom create/show 110 xpath
17471: selectSingle 111 xdoc.create from tainted & 112
17472: xdoc.create/output with russian attr value 113 xpath
17473: selectString/Number 114 dom attributes.count 115 xpath selectBool
17474: 116 output media-type change 117 transform by dom stylesheet 118
17475: empty transform result 119 dom setAttribute 120 nbsp letter
17476: output
17477:
17478: =END OF PREPARED XML TESTS=
17479:
17480: 2003-03-07 paf
17481:
17482: * src/classes/xdoc.C, src/include/pa_charset.h,
17483: src/include/pa_stylesheet_connection.h, tests/108.html,
17484: tests/108.xsl, tests/results/108.processed: xml: test 108
17485: transform with params [bugs fixed]
17486:
17487: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17488: from copy/paste bug
17489:
17490: * src/classes/xdoc.C, src/include/pa_charset.h,
17491: src/include/pa_request.h, src/main/execute.C,
17492: src/main/pa_charset.C, src/main/pa_exception.C,
17493: src/main/pa_globals.C, src/main/pa_request.C,
17494: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17495: src/types/pa_vxnode.C, tests/107.html,
17496: tests/results/107.processed: xml: test: 107 bug fixes
17497:
17498: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17499: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17500: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17501:
17502: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17503: string
17504:
17505: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17506: mem alloc functions used for different cases [libxml, libxsl]
17507:
17508: * src/classes/classes.C: fixed: prevent system classes from
17509: modification to lock ALL the classes, not only directly used
17510:
17511: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17512: linked
17513:
17514: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17515:
17516: 2003-03-06 paf
17517:
17518: * src/classes/xdoc.C: xdoc.C 50%
17519:
17520: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17521: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17522: main/pa_globals.C, main/pa_request.C,
17523: main/pa_stylesheet_manager.C: xnode.C compiled
17524:
17525: * src/: include/pa_stylesheet_connection.h,
17526: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17527: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17528:
17529: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17530: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17531: xml: stylesheet&manager STARTED
17532:
17533: * src/: include/pa_globals.h, main/pa_charset.C,
17534: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17535:
17536: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17537: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17538: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17539: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17540: charsets
17541:
17542: * tests/023.html: in some cases it rounded up badly. postponing
17543: solution of that problem, making more simple test
17544:
17545: * tests/: 058_paf2000.png, results/058.processed: .png added with
17546: -kb now
17547:
17548: * src/: include/pa_charset.h, include/pa_charsets.h,
17549: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17550: moved to charsets.C
17551:
17552: 2003-03-05 paf
17553:
17554: * src/classes/string.C, src/include/pa_string.h,
17555: src/main/pa_string.C, tests/105.html,
17556: tests/results/105.processed: String::match bug fixed
17557:
17558: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17559: tests/results/104.processed: ^bpt operator added [does int3 in
17560: debug build on win32]
17561:
17562: * tests/: 057.html, results/057.processed: test bug fixed
17563:
1.116 moko 17564: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17565:
17566: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17567: missing
17568:
1.116 moko 17569: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17570: forgotten files added to Makes
1.95 moko 17571:
17572: * ltmain.sh: ltmain.sh added
17573:
17574: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17575: change undone ;(
17576:
17577: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17578: made static
17579:
17580: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17581: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17582: todo:make linker happy
1.95 moko 17583:
17584: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17585: env param made optional
17586:
17587: 2003-03-04 paf
17588:
17589: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17590: types/pa_vimage.h: number of gcc compiler bugs fixed
17591:
17592: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17593: results/103.processed: tests: 103 image.copy transparence test
17594:
17595: * src/main/execute.C, tests/101.html, tests/102.html,
17596: tests/results/101.processed, tests/results/102.processed: tests:
17597: 101 method/variable name conflict test 102 form fields change
17598: should not not change anything [bug fix]
17599:
17600: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17601: results/099.processed, results/100.processed: tests: 57 date
17602: create 2002: added 99,100 response:body/download
17603:
17604: * src/classes/image.C, tests/098.html, tests/098font.gif,
17605: tests/results/098.processed: test: 98 image font text [bug fixed]
17606:
17607: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17608: tests/results/097.processed: test: 97 file::load http:// [bugs
17609: fixed]
17610:
17611: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17612: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17613: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17614: image EXIF [bug fixed]
17615:
17616: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17617: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17618: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17619: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17620: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17621: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17622: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17623: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17624: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17625: tests/094.html, tests/095.html, tests/results/061.processed,
17626: tests/results/062.processed, tests/results/063.processed,
17627: tests/results/064.processed, tests/results/065.processed,
17628: tests/results/066.processed, tests/results/067.processed,
17629: tests/results/068.processed, tests/results/069.processed,
17630: tests/results/070.processed, tests/results/071.processed,
17631: tests/results/072.processed, tests/results/073.processed,
17632: tests/results/074.processed, tests/results/075.processed,
17633: tests/results/076.processed, tests/results/077.processed,
17634: tests/results/078.processed, tests/results/080.processed,
17635: tests/results/081.processed, tests/results/082.processed,
17636: tests/results/083.processed, tests/results/084.processed,
17637: tests/results/085.processed, tests/results/086.processed,
17638: tests/results/087.processed, tests/results/088.processed,
17639: tests/results/089.processed, tests/results/090.processed,
17640: tests/results/091.processed, tests/results/092.processed,
17641: tests/results/093.processed, tests/results/094.processed,
17642: tests/results/095.processed, tests/079.html,
17643: tests/results/079.processed: tests: 61 file::stat size 62
17644: string->int autoconvert 63 double .int,dec,div,mul 64 date
17645: compare 65 file: basename,justname,justext 66 math:crypt 67
17646: string.match simple on long 68 string.match normalized simple on
17647: long 69 string.int 70 file::stat content-type 71 table.join 72
17648: hash parameter conditional pass 73 date daylightsaving,yearday 74
17649: date arithmetics 75 response date values/attributes 76 string.pos
17650: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17651: with local 80 scientific numeric literal in string autoconvert 81
17652: xor: logical and numerical 82 for delims 83 menu delims 84
17653: table.hash distinct 85 long string replace 86 throw+catch
17654: current language preserve 87 bit shifts 88 junction tests +
17655: $caller test 89 hash.foreach selfmodification 90 int/void to int
17656: 91 $caller test 92 junction is + def junction tests 93 $caller
17657: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17658:
17659: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17660: fixed] 60 string eq string [bug fixed]
17661:
17662: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17663: 058.html, 058_paf2000.png, 059.html, 060.html,
17664: results/053.processed, results/054.processed,
17665: results/055.processed, results/056.processed,
17666: results/057.processed, results/058.processed,
17667: results/059.processed, results/060.processed: test: 53
17668: string.replace 54 junctions 55 table.hash 56 call indirect 57
17669: date.create[string] 58 image.measure[png]
17670:
17671: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17672: outputs/051.processed, results/052.processed: test: 52
17673: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17674: task: fix that
17675:
17676: 2003-03-03 paf
17677:
17678: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17679: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17680: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17681: outputs/049.processed, outputs/050.processed,
17682: outputs/051.processed, results/001.processed,
17683: results/002.processed, results/003.processed,
17684: results/005.processed, results/006.processed,
17685: results/008.processed, results/009.processed,
17686: results/011.processed, results/012.processed,
17687: results/013.processed, results/014.processed,
17688: results/015.processed, results/016.processed,
17689: results/017.processed, results/020.processed,
17690: results/021.processed, results/022.processed,
17691: results/024.processed, results/025.processed,
17692: results/026.processed, results/027.processed,
17693: results/028.processed, results/029.processed,
17694: results/030.processed, results/031.processed,
17695: results/049.processed, results/050.processed,
17696: results/051.processed, results/043.processed,
17697: results/044.processed, results/045.processed,
17698: results/046.processed, results/047.processed,
17699: results/048.processed: tests: 43,44,45 date rolls 46
17700: autoevaluating junction 47 table.select 48 name with subvar 49
17701: hash-creating switch 50 process 51 started parent/child, works as
17702: it were but it were NOT GOOD, created separate task to fix that
17703:
17704: * tests/: 042.html, results/042.processed: test: 42
17705: exception.handled
17706:
17707: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17708: expression
17709:
17710: * tests/: 040.html, results/040.processed: test: 39 method result
17711: of type table 40 method param junction auto evaluate
17712:
17713: * tests/: 039.html, results/039.processed: test: 37 method result
17714: of type table
17715:
17716: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17717: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17718: tests/038.html, tests/results/033.processed,
17719: tests/results/034.processed, tests/results/035.processed,
17720: tests/results/036.processed, tests/results/037.processed,
17721: tests/results/038.processed: tests: 33 string.replace 34
17722: string.upper 35 table created 36 local/global vars with juntions
17723: 37 table clone 38 math PI & number formatting
17724:
17725: math class registring typo fixed
17726:
17727: * src/classes/op.C, src/include/pa_request.h,
17728: src/include/pa_string.h, src/main/execute.C,
17729: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17730: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17731: tests/032.html, tests/results/032.processed: uchar changed to
17732: String_UL in all places [was not everywhere] untaint test: 032
17733:
17734: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17735: tests/results/004.processed, tests/parser-cygwin.sh,
17736: tests/parser-unix.sh: removed -H command line key, now testing
17737: using .sh file with SERVER_SOFTWARE=xxx
17738:
17739: 2003-02-26 paf
17740:
17741: * src/main/execute.C, src/types/pa_vstateless_class.h,
17742: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17743: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17744: tests/results/024.processed, tests/results/025.processed,
17745: tests/results/026.processed, tests/results/027.processed,
17746: tests/results/028.processed, tests/results/029.processed,
17747: tests/results/030.processed, tests/results/031.processed: fixed
17748: bug with name_cstr mutable CharPtr more tests
17749:
17750: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17751: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17752: << abort. die now just exits
17753:
17754: * src/classes/classes.awk, src/classes/classes.h,
17755: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17756: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17757: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17758: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17759: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17760: src/classes/xnode.C, src/include/pa_memory.h,
17761: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17762: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17763: src/types/pa_vform.C, tests/015.html, tests/016.html,
17764: tests/017.html, tests/018.html, tests/019.html,
17765: tests/019paf2001.gif, tests/020.html, tests/021.html,
17766: tests/022.html, tests/023.html, tests/022_dir/a.html,
17767: tests/022_dir/b.txt, tests/022_dir/c.htm,
17768: tests/results/015.processed, tests/results/016.processed,
17769: tests/results/017.processed, tests/results/018.processed,
17770: tests/results/019.processed, tests/results/020.processed,
17771: tests/results/021.processed, tests/results/022.processed,
17772: tests/results/023.processed: methoded_array now contains all Mxxx
17773: classes SAPI::get_env now returns info on pool more tests
17774:
17775: * src/include/pa_array.h, src/include/pa_hash.h,
17776: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17777: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17778: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17779: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17780: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17781: tests/results/001.processed, tests/results/002.processed,
17782: tests/results/003.processed, tests/results/004.processed,
17783: tests/results/005.processed, tests/results/006.processed,
17784: tests/results/007.processed, tests/results/008.processed,
17785: tests/results/009.processed, tests/results/010.processed,
17786: tests/results/011.processed, tests/results/012.processed,
17787: tests/results/013.processed, tests/results/014.processed: hash
17788: cloning fixed
17789:
17790: 2003-02-25 paf
17791:
17792: * src/main/pa_common.C: typo fixed
17793:
17794: 2003-02-24 paf
17795:
17796: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17797: [one remained]
17798:
17799: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17800: [should have been get_string(&pool)] todo: check other such calls
17801:
17802: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17803: test10, bad lookups
17804:
17805: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17806: object got destructed, and xxx points to sky
17807:
17808: * ChangeLog, src/classes/string.C: match bug fixed
17809:
17810: * src/types/pa_vmail.C: body [text/html] transcoded to
17811: $.charset[specified] now
17812:
17813: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17814: which failed to handle sigsetjmp+throw: crashed inside of
17815: pre-throw code. rewritten simplier [though duplicating
17816: closesocket code]
17817:
17818: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17819: which failed to handle sigsetjmp+throw: crashed inside of
17820: pre-throw code. rewritten simplier [though duplicating
17821: closesocket code]
17822:
17823: 2003-02-21 paf
17824:
1.211 moko 17825: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17826: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17827: now]]
1.95 moko 17828:
17829: written makefile with regression tests [raw]
17830:
17831: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17832: tests' only [it's not forcing CGI mode now] now use -H to output
17833: CGI header when parser used in command line [useful for tests
17834: also]
17835:
17836: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17837: switches on CGI mode, and is used in regression tests
17838:
17839: * src/: include/pa_request.h, main/pa_request.C,
17840: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17841: fixed
17842:
17843: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17844: handling pa_*
17845:
17846: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17847: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17848: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17849: memory handling files
17850:
17851: * src/main/pa_array.C: pool::format_integer terminator fixed
17852:
17853: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17854: compiles OK test to show benefits of free
17855:
17856: * src/: classes/file.C, classes/image.C, classes/mail.C,
17857: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17858: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17859: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17860: use pool [as the one in ^process]
17861:
17862: * src/classes/op.C: fixed process. sould now check for all cstr's
17863: -- some must use pool [as the one in ^process]
17864:
17865: 2003-02-20 paf
17866:
17867: * src/: classes/date.C, classes/double.C, classes/file.C,
17868: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17869: classes/math.C, classes/op.C, classes/response.C,
17870: classes/string.C, classes/table.C, classes/void.C,
17871: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17872: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17873: string cmp fixed
17874:
17875: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17876: values passed OK now
17877:
17878: 2003-02-19 paf
17879:
17880: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17881: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17882: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17883: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17884: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17885: all remaning leaks resulted from pooled::malloc calls [excluding
17886: in gd -- planning complete rewrite extremely ugly code]
17887:
17888: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17889: files
17890:
17891: 2003-02-17 paf
17892:
17893: * src/: classes/date.C, classes/double.C, classes/file.C,
17894: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17895: classes/response.C, classes/string.C, classes/table.C,
17896: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17897: include/pa_stylesheet_connection.h,
17898: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17899: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17900: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17901: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17902: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17903: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17904: of unitialized simple-typed field
17905:
17906: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17907: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17908: simple-typed field fixed. todo: find&kill all like that one
17909:
17910: * src/: main/execute.C, targets/cgi/pa_pool.C,
17911: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17912: debug output fixed
17913:
17914: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17915: main/pa_request.C: stack-stored items need extra .ref to prevent
17916: object_ptr from delete[them]
17917:
17918: * src/: classes/date.C, classes/op.C, classes/table.C,
17919: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17920: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17921: main/pa_charset.C, main/pa_common.C,
17922: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17923: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17924: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17925: calls
17926:
17927: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17928: couple mem leaks rusulted from old pooled::malloc usage.
17929: todo:find more like those
17930:
17931: * src/main/: compile.C, compile_tools.C: 2*2!
17932:
17933: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17934: stackItem fixed [there were no string on stack before]
17935:
17936: * src/: main/execute.C, main/pa_request.C,
17937: types/pa_vmethod_frame.C: first letters out OK
17938:
17939: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17940: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17941: main/pa_string.C, main/untaint.C, types/pa_value.h,
17942: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17943: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17944: type not initialized with zeros :( while class fields of class
17945: types initialized with default constructors. learn C++
17946:
17947: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17948: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17949: classes/math.C, classes/xdoc.C, classes/xnode.C,
17950: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17951: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17952:
17953: 2003-02-14 paf
17954:
17955: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17956: 13 link errors
17957:
17958: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17959: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17960: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17961: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17962: errors :)
17963:
17964: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17965: classes/hash.C, classes/mail.C, classes/op.C,
17966: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17967: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17968: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17969: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17970:
17971: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17972: classes/table.C, include/pa_common.h, include/pa_globals.h,
17973: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17974: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17975: types/pa_vint.h, types/types.dsp: op compiled
17976:
17977: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17978: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17979: main/untaint.C, types/pa_vtable.h: string, response compiled
17980:
17981: 2003-02-07 paf
17982:
17983: * src/: classes/table.C, types/pa_vtable.h: table compiled
17984:
17985: 2003-02-06 paf
17986:
17987: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17988: mail compiled
17989:
17990: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17991: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17992: types/pa_vfile.h, types/pa_vimage.h: image compiled
17993:
17994: * src/classes/: file.C, form.C: form compiled
17995:
17996: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17997: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17998: types/pa_vfile.C, types/pa_vfile.h: file compiled
17999:
18000: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18001: types/pa_vmath.h: math compiled [win32]
18002:
18003: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18004: types/pa_vstring.h: hash compiled
18005:
18006: 2003-02-04 paf
18007:
18008: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18009: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18010: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18011: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18012: types/pa_vhash.h: hash 50% compiled
18013:
18014: * src/: classes/date.C, classes/file.C, classes/hash.C,
18015: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18016: classes/string.C, classes/table.C, classes/xdoc.C,
18017: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18018: main/pa_string.C: date compiled
18019:
18020: * src/classes/: classes.dsp, double.C: double compiled
18021:
18022: * src/: classes/date.C, classes/double.C, classes/file.C,
18023: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18024: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18025: classes/string.C, classes/table.C, classes/void.C,
18026: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18027: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18028: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18029: compiled
18030:
18031: * src/: classes/date.C, classes/double.C, classes/file.C,
18032: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18033: classes/math.C, classes/op.C, classes/response.C,
18034: classes/string.C, classes/table.C, classes/void.C,
18035: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18036: types/pa_vvoid.h: void compiled :)
18037:
18038: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18039: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18040: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18041: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18042: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18043: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18044: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18045: types/pa_vresponse.C, types/pa_vstateless_class.C,
18046: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18047: types/pa_wcontext.C, types/types.dsp: removed stupid
18048: value_includes.h
18049:
18050: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18051: trying to remove stupid value_includes.h
18052:
18053: * src/main/pa_exec.C: pa_exec compiled on win32
18054:
18055: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18056:
18057: * src/: include/pa_globals.h, include/pa_request.h,
18058: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18059: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18060: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18061: types/pa_vrequest.C, types/pa_vstateless_class.C,
18062: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18063:
18064: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18065: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18066: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18067:
18068: * src/: include/pa_array.h, include/pa_config_includes.h,
18069: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18070: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18071: compiled
18072:
18073: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18074: name conflicts)
18075:
18076: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18077: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18078: yelds "virtual memory exhausted" while trying to compile
18079: execute.C [eating up to 127MB]
18080:
18081: 2003-02-03 paf
18082:
18083: * src/: include/pa_config_includes.h, include/pa_hash.h,
18084: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18085: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18086: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18087: types/pa_vint.h, types/pa_vjunction.h,
18088: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18089: started gcc compiling pa_common compiled
18090:
18091: * src/: include/pa_exception.h, include/pa_pool.h,
18092: main/pa_exception.C: exception gcc change #1
18093:
1.116 moko 18094: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18095: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18096:
18097: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18098:
18099: * src/types/pa_vtable.C: vtable compiled
18100:
18101: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18102:
18103: * src/: include/pa_cache_managers.h, main/pa_request.C,
18104: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18105:
18106: * src/types/pa_vstateless_class.C: vstateless_class compiled
18107:
18108: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18109:
18110: * src/types/pa_vrequest.C: vrequest compiled
18111:
18112: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18113: pa_vobject.C, pa_vobject.h: vobject compiled
18114:
18115: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18116: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18117: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18118: compiled
18119:
18120: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18121:
18122: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18123: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18124: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18125: compiled
18126:
18127: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18128: main.lib - 0 error(s), 0 warning(s)
18129:
18130: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18131: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18132:
18133: 2003-01-31 paf
18134:
18135: * src/: include/pa_array.h, include/pa_operation.h,
18136: include/pa_request.h, main/execute.C, main/main.dsp,
18137: types/pa_vjunction.h: started last file from main library:
18138: execute
18139:
18140: * src/: include/pa_request.h, include/pa_sapi.h,
18141: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18142: main/pa_request.C, targets/cgi/parser3.C,
18143: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18144: types/pa_vhash.h: pa_request compiled
18145:
18146: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18147: include/pa_globals.h, include/pa_request.h,
18148: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18149: main/execute.C, main/main.dsp, main/pa_common.C,
18150: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18151: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18152: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18153: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18154: types/types.dsp: most pa_request compiled
18155:
18156: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18157: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18158: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18159: classes/op.C, classes/response.C, classes/string.C,
18160: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18161: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18162: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18163: include/pa_config_fixed.h, include/pa_config_includes.h,
18164: include/pa_dictionary.h, include/pa_dir.h,
18165: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18166: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18167: include/pa_pool.h, include/pa_request.h,
18168: include/pa_request_charsets.h, include/pa_request_info.h,
18169: include/pa_sapi.h, include/pa_socks.h,
18170: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18171: include/pa_stack.h, include/pa_string.h,
18172: include/pa_stylesheet_connection.h,
18173: include/pa_stylesheet_manager.h, include/pa_table.h,
18174: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18175: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18176: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18177: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18178: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18179: main/compile.C, main/compile.tab.C, main/compile.y,
18180: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18181: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18182: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18183: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18184: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18185: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18186: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18187: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18188: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18189: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18190: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18191: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18192: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18193: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18194: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18195: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18196: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18197: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18198: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18199: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18200: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18201: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18202: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18203: types/pa_vresponse.h, types/pa_vstateless_class.C,
18204: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18205: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18206: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18207: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18208: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18209: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18210:
18211: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18212: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18213: src/include/pa_charsets.h, src/include/pa_common.h,
18214: src/include/pa_dictionary.h, src/include/pa_exception.h,
18215: src/include/pa_exec.h, src/include/pa_pool.h,
18216: src/include/pa_request.h, src/include/pa_sapi.h,
18217: src/include/pa_sql_connection.h,
18218: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18219: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18220: src/main/compile.tab.C, src/main/compile_tools.C,
18221: src/main/compile_tools.h, src/main/main.dsp,
18222: src/main/pa_charset.C, src/main/pa_charsets.C,
18223: src/main/pa_common.C, src/main/pa_dictionary.C,
18224: src/main/pa_exception.C, src/main/pa_exec.C,
18225: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18226: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18227: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18228: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18229: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18230: src/types/pa_vdouble.h, src/types/pa_venv.h,
18231: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18232: src/types/pa_vhash.h, src/types/pa_vimage.C,
18233: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18234: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18235: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18236: src/types/pa_vobject.C, src/types/pa_vobject.h,
18237: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18238: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18239: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18240: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18241: src/types/pa_vstring.h, src/types/pa_vtable.h,
18242: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18243: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18244: died, long live StringPtr
18245:
18246: 2003-01-30 paf
18247:
18248: * src/: include/pa_charset.h, include/pa_request.h,
18249: include/pa_sql_driver_manager.h, main/compile.tab.C,
18250: main/compile.y, main/compile_tools.h, main/pa_request.C,
18251: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18252:
18253: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18254: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18255: types/pa_vhash.h, types/pa_vmethod_frame.h,
18256: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18257: types/types.dsp: vstateless_class compiled
18258:
18259: * src/main/compile.C: compile compiled
18260:
18261: * src/: include/pa_array.h, include/pa_operation.h,
18262: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18263: main/pa_table.C: compile_tools compiled
18264:
18265: * src/: include/pa_operation.h, main/compile.y,
18266: main/compile_tools.C, main/compile_tools.h: started
18267: compile_tools. vagues ideas of how to free compiled code
18268:
18269: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18270: main/main.dsp, types/pa_value.C, types/pa_value.h,
18271: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18272: compiled
18273:
18274: 2003-01-29 paf
18275:
18276: * src/: include/pa_globals.h, include/pa_request.h,
18277: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18278: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18279: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18280: compiled
18281:
18282: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18283: now
18284:
18285: * src/: include/pa_array.h, include/pa_exception.h,
18286: include/pa_pool.h, main/pa_exception.C: gd compiled
18287:
18288: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18289: compiled
18290:
18291: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18292: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18293: types/pa_vfile.h: vfile compiled
18294:
18295: * src/: include/pa_common.h, include/pa_globals.h,
18296: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18297: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18298: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18299:
18300: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18301: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18302: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18303: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18304: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18305:
18306: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18307: main/main.dsp, main/untaint.C: more compiled
18308:
18309: * src/: include/pa_charsets.h, include/pa_request.h,
18310: include/pa_request_info.h, include/pa_string.h,
18311: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18312: types/pa_vresponse.h: vrequest compiled
18313:
18314: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18315: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18316: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18317:
18318: * src/: classes/classes.h, include/pa_charset.h,
18319: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18320: include/pa_request.h, include/pa_string.h, main/main.dsp,
18321: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18322: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18323: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18324: types/pa_vrequest.C, types/pa_vrequest.h,
18325: types/pa_vstateless_class.h, types/pa_vstring.h,
18326: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18327:
18328: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18329: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18330: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18331: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18332: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18333: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18334: types/pa_vobject.h, types/pa_vstateless_class.h,
18335: types/pa_vstateless_object.h, types/pa_vstatus.h,
18336: types/pa_vstring.h, types/types.dsp: vmath compiled
18337:
18338: 2003-01-28 paf
18339:
18340: * src/: classes/classes.h, classes/date.C, classes/file.C,
18341: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18342: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18343: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18344: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18345: compile_tools
18346:
18347: * src/: include/pa_charset.h, include/pa_exception.h,
18348: include/pa_request.h, include/pa_string.h, main/untaint.C:
18349: untaint compiled
18350:
18351: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18352: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18353: more compiled. struck with string::store_to needing to know
18354: source/client charsets
18355:
18356: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18357: types/pa_vfile.h: uue compiled
18358:
18359: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18360: table compiled
18361:
18362: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18363: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18364:
18365: * src/: include/pa_charset.h, main/pa_charset.C,
18366: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18367: introduced]
18368:
18369: * src/: classes/date.C, include/pa_charset.h,
18370: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18371: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18372: pa_charsets compiled
18373:
18374: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18375: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18376:
18377: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18378: common compiled
18379:
18380: * src/: include/pa_charsets.h, main/pa_charsets.C,
18381: main/pa_sql_driver_manager.C: pa_charsets compiled
18382:
18383: * src/: include/pa_array.h, include/pa_charset.h,
18384: include/pa_charsets.h, include/pa_pool.h,
18385: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18386: include/pa_stack.h, include/pa_string.h,
18387: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18388: sql_driver_manager compiled
18389:
18390: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18391: letter i with two dots added to koi, all ukranian letters added
18392: to win1251.
18393:
18394: typographic simbol 0xb9 deleted from win1251 [strange one & were
18395: abscent from koi]
18396:
18397: 2003-01-27 paf
18398:
18399: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18400: include/pa_sql_driver_manager.h, include/pa_string.h,
18401: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18402: sql/pa_sql_driver.h: paused on sql_manager
18403:
18404: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18405: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18406: include/pa_stack.h, main/pa_sql_driver_manager.C,
18407: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18408:
18409: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18410: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18411: include/pa_table.h, main/pa_sql_driver_manager.C,
18412: main/pa_table.C: table compiled
18413:
18414: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18415: cache_managers compiled
18416:
18417: * src/: include/pa_array.h, include/pa_charset.h,
18418: include/pa_pool.h, main/pa_charset.C: charset compiled
18419:
18420: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18421:
18422: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18423: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18424: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18425: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18426: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18427:
18428: 2003-01-24 paf
18429:
18430: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18431: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18432: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18433: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18434: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18435: types/pa_vint.h, types/pa_vjunction.h,
18436: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18437: types/pa_vstatus.h, types/pa_vstring.h: more patched
18438:
18439: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18440: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18441: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18442: main/pa_string.C, main/pa_table.C: string compiled
18443:
18444: * src/: include/pa_array.h, include/pa_common.h,
18445: include/pa_dictionary.h, include/pa_exception.h,
18446: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18447: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18448: main/pa_string.C: dictionary compiled
18449:
18450: 2003-01-23 paf
18451:
18452: * src/: include/pa_array.h, include/pa_common.h,
18453: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18454: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18455: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18456: types/pa_value.h: resurrected pool in new sense: now it's
18457: factory, producing&accounting memory chunks for read[autofree]
18458: buffers
18459:
18460: * src/: include/pa_array.h, include/pa_exception.h,
18461: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18462: main/pa_exception.C, main/pa_table.C: table compiled
18463:
18464: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18465: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18466: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18467: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18468: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18469: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18470: main/pa_table.C: aint that easy
18471:
18472: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18473: main/main.dsp: continued with Hash
18474:
18475: * src/main/pa_common.C: connect_string allocated on heap[wes on
18476: stack] now. and exception can be reported OK now [can be reported
18477: outside of pro c with that stack]
18478:
18479: 2003-01-22 paf
18480:
18481: * src/: include/pa_array.h, include/pa_charset.h,
18482: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18483: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18484: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18485: base: contains references_count. auto_ptr template calls
18486: add_ref/release
18487:
18488: 2003-01-21 paf
18489:
18490: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18491: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18492: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18493: classes/op.C, classes/response.C, classes/string.C,
18494: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18495: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18496: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18497: include/pa_config_fixed.h, include/pa_config_includes.h,
18498: include/pa_dictionary.h, include/pa_dir.h,
18499: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18500: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18501: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18502: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18503: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18504: include/pa_stack.h, include/pa_string.h,
18505: include/pa_stylesheet_connection.h,
18506: include/pa_stylesheet_manager.h, include/pa_table.h,
18507: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18508: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18509: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18510: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18511: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18512: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18513: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18514: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18515: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18516: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18517: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18518: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18519: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18520: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18521: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18522: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18523: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18524: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18525: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18526: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18527: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18528: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18529: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18530: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18531: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18532: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18533: types/pa_vstateless_object.h, types/pa_vstatus.C,
18534: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18535: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18536: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18537: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18538: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18539: 2002->2003
18540:
18541: 2003-01-16 paf
18542:
1.211 moko 18543: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18544: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18545: $.any-status(1)
1.95 moko 18546:
1.211 moko 18547: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18548: src/main/pa_common.C: http request now return status. and not
18549: fail on status!=200
18550:
18551: 2003-01-15 paf
18552:
18553: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18554:
18555: 2003-01-14 paf
18556:
18557: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18558: mkinstalldirs: removed some ancient files [they in / really]
18559:
18560: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18561: regretfully needed patch in two places. in config_fixed.h made
18562: stubs for lib to compile in MSVC
18563:
18564: 2003-01-13 paf
18565:
18566: * config.guess, config.sub, ltmain.sh: removed last piece of
18567: configure.in(libtool) hacks
18568:
1.116 moko 18569: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18570: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18571: ltdl.h: moved to latest libtool (1.4.3)
18572:
18573: 2003-01-10 paf
18574:
18575: * src/lib/ltdl/: configure, configure.in: PROG_NM
18576:
18577: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18578: patches. libxml2 >= 2.5.1
18579: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18580: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18581: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18582:
18583: * INSTALL: moved to latest versions of xml libs libxml2 >=
18584: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18585: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18586: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18587:
18588: 2003-01-09 paf
18589:
18590: * INSTALL: xml,xslt,gdome lib urls updated
18591:
18592: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18593: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18594: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18595: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18596: 1.7.2
1.95 moko 18597:
18598: * depcomp: moving to automake 1.7.2
18599:
18600: 2002-12-27 paf
18601:
18602: * src/include/pa_version.h: 0007
18603:
18604: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18605: outdated parts, made links to language docs
18606:
18607: * src/include/pa_config_auto.h.in: comment
18608:
18609: 2002-12-26 paf
18610:
18611: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18612: not contain trailing / fixed.
18613:
18614: * INSTALL: changing SAFE_MODE politics
18615:
18616: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18617:
18618: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18619:
18620: 2002-12-25 paf
18621:
18622: * src/main/pa_globals.C: optimized-xml
18623:
18624: * src/main/pa_globals.C: optimized-as-is
18625:
18626: 2002-12-24 paf
18627:
18628: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18629: fixed [were really called with zero size when .html?a=&b=]
18630:
18631: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18632: with --with-sendmail
18633:
18634: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18635: fixed]
18636:
18637: 2002-12-23 paf
18638:
18639: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18640: ignoring parameters & were storing only string with default
18641: expires
18642:
18643: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18644: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18645: December 23, 2002 4:22 AM Subject: bug â
18646: Charset::transcode_buf2xchar
18647:
18648: 2002-12-20 paf
18649:
18650: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18651: non-cgi [script] runs
18652:
18653: 2002-12-19 paf
18654:
18655: * INSTALL: --without-iconv recommended [it crashes on some systems
18656: [tested on elik]] moreover, it's not needed there [parser
18657: registers charsets itself]
18658:
18659: * INSTALL: --without-iconv recommended [it crashes on some systems
18660: [tested on elik]]
18661:
1.211 moko 18662: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18663: src/include/pa_request.h, src/main/pa_globals.C,
18664: src/main/pa_request.C: $response:download
18665:
18666: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18667: compiler [win32]].
18668:
18669: 2002-12-18 paf
18670:
18671: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18672:
18673: 2002-12-17 paf
18674:
18675: * src/targets/cgi/parser3.C: merged die&iis changes
18676:
18677: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18678: to exit(1) 2. more flexible iilegal call check
18679:
18680: 2002-12-16 paf
18681:
18682: * ltmain.sh: some automakes silly insist on having this handy
18683:
18684: * src/main/untaint.C: filespec russian small 'r' changed to latin
18685: 'p' bug fix
18686:
18687: 2002-12-15 paf
18688:
18689: * src/main/untaint.C: filespec russian small 'r' changed to latin
18690: 'p'
18691:
18692: * configure.in, src/include/pa_config_auto.h.in,
18693: src/main/compile.C, src/main/pa_common.C: merged small changes
18694: from branch 6 to HEAD
18695:
18696: * src/main/compile.C: removed warning
18697:
18698: * src/main/pa_common.C: ftruncate having checked
18699:
18700: * configure.in, src/include/pa_version.h: new version
18701:
18702: 2002-12-14 paf
18703:
18704: * src/classes/table.C: removed unnecessary code
18705:
18706: * src/sql/pa_sql_driver.h: exception type fixed
18707:
18708: 2002-12-09 paf
18709:
18710: * src/types/pa_vvoid.h: $void.store[now] error
18711:
18712: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18713:
18714: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18715: tries to write core dump
18716:
18717: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18718:
18719: * src/: classes/hash.C, classes/string.C, classes/table.C,
18720: classes/void.C, main/pa_sql_driver_manager.C,
18721: sql/pa_sql_driver.h: changed exception handling mech in sql
18722: handlers #2
18723:
18724: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18725: exception handling mech in sql handlers
18726:
18727: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18728: handlers
18729:
18730: * src/: classes/hash.C, classes/string.C, classes/table.C,
18731: classes/void.C, main/pa_sql_driver_manager.C,
18732: sql/pa_sql_driver.h: changed exception handling mech in sql
18733: handlers
18734:
1.116 moko 18735: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18736: to write makefile which used libtool to install things, which is
18737: not needed
1.95 moko 18738:
18739: 2002-12-06 paf
18740:
1.211 moko 18741: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18742: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18743: more like 'table'
1.95 moko 18744:
18745: 2002-12-05 paf
18746:
18747: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18748: cc/bcc OK now
18749:
18750: * src/main/untaint.C: mail header closed properly
18751:
18752: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18753: header ',' allowed. still bugs in smtp [only one receiptient
18754: works, cc, bcc ignored now, and MAILED ;)]
18755:
18756: [strncpy killed, memnchr used]
18757:
18758: * src/main/pa_table.C: table-copy now current=0
18759:
18760: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18761: lowlevel proc
18762:
18763: * src/targets/cgi/parser3.C: more checks on
18764: http://domain/parser.cgi start [maybe some getenv returns "",
18765: checked that now
18766:
18767: * src/targets/cgi/parser3.C: more checks on
18768: http://domain/parser.cgi start [maybe some getenv returns "",
18769: checked that now
18770:
18771: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18772: out-of-mem errors reached log]
18773:
18774: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18775: mail:send MIME-Version default
18776:
18777: * src/main/main.dsp: pa_version included into main.dsp
18778:
18779: 2002-12-04 paf
18780:
18781: * src/types/pa_vform.C: $form:field string value cut by premature 0
18782:
18783: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18784: lib/libltdl -> lib/ltdl Win32 changes. s
18785:
18786: * src/classes/classes.awk: more strict *.C$
18787:
18788: * gnu.dsp: restored
18789:
1.116 moko 18790: * configure.in, gnu.dsp, src/lib/Makefile.am,
18791: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18792: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18793: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18794: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18795: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18796: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18797: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18798: now created with /configure, not ltdl/configure, so it does have
18799: no problems with automake. ltdl/configure
18800: AC_OUTPUT(Makefile<<removed)
1.95 moko 18801:
18802: 2002-12-02 paf
18803:
1.211 moko 18804: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18805:
18806: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18807: src/main/pa_common.C, src/main/pa_request.C,
18808: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18809: tainted parts becomes http-header
18810:
18811: 2002-11-29 paf
18812:
1.211 moko 18813: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18814: operators.txt: exif dates now objects of type date
1.95 moko 18815:
18816: * src/classes/image.C: file.seek removed [it were used in image.C
18817: only, and for parser user this means that jpeg image has bad
18818: size in fragment's header] now used image.format
18819:
18820: * src/: include/pa_common.h, main/pa_common.C,
18821: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18822: now handled exactly like $response:header values. e.g. can be
18823: hash [can have subattributes] & contain date values.
18824:
18825: * src/main/pa_common.C: http:// param values lang forced URI
18826:
18827: * src/main/pa_common.C: http:// tainted partes now %xx
18828:
18829: 2002-11-28 paf
18830:
1.211 moko 18831: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18832:
18833: * src/classes/image.C: ^image.length now counts interchar space.
18834: plus space after last char
18835:
18836: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18837:
18838: * src/classes/image.C: ^image.font width measurer now scans full
18839: height [were -1]
18840:
18841: * configure.in: stopped double libltdl/Makefile generation
18842:
18843: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18844: chars [one top horizontal line of 1pixel height were missing]
18845:
18846: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18847: 'false' to go into (Hash *) parameter
18848:
18849: 2002-11-27 paf
18850:
18851: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18852: types/pa_vmail.C: response:body[file] if file nows it's name now
18853: returns content-disposition: >>attachment<<
18854:
18855: * src/classes/image.C: ^image.font << bad font file-size now
18856: properly reported
18857:
18858: 2002-11-26 paf
18859:
18860: * src/main/pa_request.C: fixed lang in reponse header
18861:
18862: * src/main/pa_common.C: utf8 prefix ignored @read text
18863:
1.211 moko 18864: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18865: response status!=200 made exception: http.status with source=bad
18866: status#
1.95 moko 18867:
18868: 2002-11-25 paf
18869:
18870: * configure.in, src/classes/image.C,
18871: src/include/pa_config_auto.h.in,
18872: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18873: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18874: const void related probs fixed
1.95 moko 18875:
1.211 moko 18876: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18877: fields now UPPERCASE
1.95 moko 18878:
18879: $file[^file::load[http://there]] $file.SERVER
18880:
18881: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18882: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18883: http options [invalid onces now reported] made default
18884: user-agent: paf
18885:
1.211 moko 18886: * operators.ru.txt, operators.txt, src/classes/file.C,
18887: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18888: src/include/pa_globals.h, src/main/pa_common.C,
18889: src/main/pa_globals.C, src/main/pa_request.C,
18890: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18891: now understand http:// prefix and additional params, sample:
18892: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18893: $.USER-AGENT[parser3] ]]
18894:
18895: 2002-11-22 paf
18896:
18897: * src/classes/image.C, src/include/pa_globals.h,
18898: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18899: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18900: $image.exif support $image.exif.DateTime & co
1.95 moko 18901:
18902: 2002-11-21 paf
18903:
18904: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18905: _PASS_APPENDED)
18906:
18907: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18908: EXIF information [were big block and it's size were considered
18909: negative :(]
18910:
1.211 moko 18911: * operators.ru.txt, operators.txt, src/classes/image.C,
18912: src/include/pa_common.h, src/main/pa_common.C,
18913: src/types/pa_vmail.C: image.measure internals rewritten. no
18914: there's reader.seek, and all's ready for EXIF extraction [now we
18915: fail to measure files with EXIF info]
1.95 moko 18916:
18917: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18918: O_TRUNC truncates even exclusevely write-locked file [thanks to
18919: Igor Milyakov <virtan@rotabanner.com> for discovering]
18920:
18921: 2002-11-20 paf
18922:
18923: * src/targets/cgi/parser3.C: logging @signal += query_string
18924:
18925: * configure.in, src/include/pa_config_auto.h.in,
18926: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18927: comment
18928:
18929: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18930:
18931: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18932: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18933: currently processed document SIGPIPE >> interrupts request
18934: processing [exception = DB rollback]
18935:
18936: * src/main/pa_exec.C: comment
18937:
18938: * src/main/pa_exec.C: pa_exec: data written only if size>0
18939:
1.211 moko 18940: * operators.ru.txt, operators.txt, src/classes/file.C:
18941: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18942:
18943: * src/: include/pa_config_fixed.h, main/pa_common.C,
18944: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18945: pipe read errors now checked
18946:
18947: 2002-11-19 paf
18948:
18949: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18950: CGI: Illegal call
18951:
18952: 2002-11-01 paf
18953:
18954: * src/main/execute.C: comment
18955:
18956: 2002-10-31 paf
18957:
18958: * src/main/execute.C: found out why, checked that for now. todo:
18959: find out a way for that user could do that
18960:
18961: * src/types/pa_vstateless_object.h: object put replaces static
18962: parent if any
18963:
18964: * src/types/pa_vobject.C: object put replaces static parent if any
18965:
18966: * src/: classes/form.C, classes/mail.C, classes/op.C,
18967: classes/xnode.h, main/compile.tab.C, main/execute.C,
18968: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18969: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18970: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18971: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18972: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18973: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18974: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18975: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18976: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18977: types/pa_vstateless_object.h, types/pa_vstatus.C,
18978: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18979: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18980: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18981: types/pa_wwrapper.h: static fix merged
18982:
18983: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18984: $virtual_fields in dynamic, but one can reach derived
18985: static[class] variable from base
18986:
18987: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18988: types/pa_vobject.C, types/pa_vobject.h,
18989: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18990: statics, left $virtual_fields in dynamic
18991:
18992: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18993: one can't remember derivates in base class: there's so many of
18994: them. also there can be no virtual method calls in static
18995: classes
18996:
18997: * src/: classes/form.C, classes/mail.C, classes/op.C,
18998: classes/xnode.h, main/execute.C, main/pa_request.C,
18999: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19000: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19001: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19002: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19003: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19004: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19005: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19006: types/pa_vresponse.C, types/pa_vresponse.h,
19007: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19008: types/pa_vstateless_object.h, types/pa_vstatus.C,
19009: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19010: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19011: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19012: types/pa_wwrapper.h: static call $self fixed
19013:
19014: * src/main/execute.C: comment
19015:
19016: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19017: ^process[$caller.self]{...} now compiles to last derived object
19018: part of that 'self'
19019:
19020: 2002-10-29 paf
19021:
19022: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19023: re-passing [iis to blame]
19024:
19025: * src/classes/string.C: changed string.save to pass current sql
19026: connection to cstr thus one can ^connect[some server]{
19027: $s[insert into table x (x) values (^taint[sql]{value})]
19028: ^s.save[some.sql] } and he'd get in some.sql file code with
19029: properly escaped. [tried in mssql->mysql export->import of
19030: binary data]
19031:
19032: 2002-10-25 paf
19033:
19034: * src/types/pa_vresponse.C: case insensitive response user fields
19035: get/put
19036:
19037: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19038: types/pa_vresponse.C: saving for maybe-future
19039:
19040: 2002-10-23 paf
19041:
1.211 moko 19042: * operators.ru.txt, operators.txt, src/classes/table.C:
19043: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19044:
19045: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19046:
19047: 2002-10-22 paf
19048:
19049: * src/types/: pa_vform.C, pa_vform.h: removed needless
19050: VForm::Append...(...Value)
19051:
19052: * src/main/execute.C: $.name outside of $name[...] checked
19053:
19054: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19055: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19056:
19057: 2002-10-21 paf
19058:
1.211 moko 19059: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19060: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19061:
1.211 moko 19062: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19063: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19064:
1.211 moko 19065: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19066: $form:image-map
1.95 moko 19067:
1.211 moko 19068: * operators.ru.txt, operators.txt, src/classes/file.C:
19069: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19070:
19071: 2002-10-17 paf
19072:
19073: * src/main/: compile.tab.C, compile.y: operators precedence changed
19074: a little: logical not and bitwise negation precedence made
19075: highest, << and >> bitshits precedence made equal [were << higher
19076: than >>]
19077:
19078: * src/classes/op.C: exception handling fixed [were bad with
19079: contexts]
19080:
19081: 2002-10-16 paf
19082:
19083: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19084: main/pa_request.C: Request::self considered equal to
19085: VMethodFrame::self, and removed, Request::get_self() mapped to
19086: VMethodFrame.self()
19087:
19088: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19089: $hash in open field now gives old good error meesage
19090:
19091: 2002-10-15 paf
19092:
19093: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19094: use ^if($junction is junction){was and now true}
19095:
19096: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19097: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19098: types/pa_vxnode.C: xml->parser strings now have origin, which
19099: points to place where value left xml library and came to parser:
19100: place of dom field extraction/call
19101:
19102: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19103: main/compile.tab.C, main/compile.y, main/execute.C,
19104: types/pa_vmethod_frame.h: removed last pieces of old code
19105: allowing $junction.xxx at compile time
19106:
19107: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19108: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19109: objects also considered [were only classes]
19110:
19111: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19112: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19113: with CLASS self. [ (request&method_frame).self temporarily
19114: changed ]
19115:
19116: * src/classes/: hash.C, op.C: method_frame now always changed, with
19117: no exception to native calls. for&foreach changed to use
19118: method_frame.caller for their var's name context
19119:
19120: * src/: main/execute.C, targets/cgi/parser3.C,
19121: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19122: compiling to system classes disabled
19123:
1.211 moko 19124: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19125: ^process[$caller.CLASS]{code-string} added
19126:
1.211 moko 19127: * operators.ru.txt, operators.txt, src/classes/op.C,
19128: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19129: src/main/pa_request.C, src/types/Makefile.am,
19130: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19131: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19132: $junction.get $junction.set[] introducing $caller
1.95 moko 19133:
19134: * src/types/pa_value.h: removed outdated comments. doxygen would
19135: find them lower by inheritance tree
19136:
19137: * src/types/pa_vjunction.C: ident
19138:
19139: 2002-10-14 paf
19140:
19141: * src/classes/op.C: process compiles to code's class class
19142:
19143: * src/: classes/form.C, classes/mail.C, classes/op.C,
19144: include/pa_request.h, main/compile.C, main/compile.tab.C,
19145: main/compile.y, main/execute.C, main/pa_request.C,
19146: types/pa_vstateless_class.h: operators now main-class-methods
19147:
19148: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19149: better stack trace [has "call" & co there]
19150:
19151: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19152: operators @auto now executed in MAIN context
19153:
19154: * src/main/execute.C: operator execution context now = MAIN, not
19155: closest stack frame
19156:
19157: @touchit[] $i[after]
19158:
19159: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19160: were 'after'
19161:
19162: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19163: 'after'
19164:
19165: * src/main/execute.C: comment
19166:
19167: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19168: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19169: action]
19170:
19171: * src/types/pa_vxnode.C: misreplace fixed
19172:
19173: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19174: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19175: $status:rusage.tv_secs/usecs introduced
19176:
19177: 2002-10-09 paf
19178:
19179: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19180: on empty string [or uses (default)]
19181:
19182: 2002-10-08 paf
19183:
19184: * src/main/untaint.C: mail header quoted printable changed after
19185: RFC reread
19186:
1.211 moko 19187: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19188:
19189: * src/types/pa_vxnode.C: misreplace
19190:
19191: 2002-09-24 paf
19192:
1.116 moko 19193: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19194:
19195: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19196: mailreceive would compile on freebsd now
19197:
19198: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19199: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19200: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19201: mailreceive would compile on freebsd now
1.95 moko 19202:
19203: * src/: classes/file.C, main/untaint.C: 1. file spec language
19204: changed: now there are only few chars are untainted: * ? ' " < >
19205: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19206: one should use ^untaint[uri]{...} now]
19207:
19208: 2. $list[^file:list[dir]] now returns simply tainted names in
19209: $list.name, not tainted as filespec
19210:
19211: @russianindex[] #dir with files with russian-lang names
19212: $where[dir]
19213:
19214: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19215: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19216:
19217: 2002-09-23 paf
19218:
19219: * src/types/pa_vdouble.h: double->int round added
19220:
19221: * src/classes/date.C: date bug fix, now
19222: round(floatDays*secondsPerDay)
19223:
19224: * src/classes/date.C: date bug fix, now
19225: round(floatDays*secondsPerDay)
19226:
19227: 2002-09-20 paf
19228:
19229: * src/main/execute.C: code junction calls disabled [before: code
19230: was compiled in such a way, that there were no code-junctions in
19231: OP_CALL]
19232:
19233: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19234:
19235: @badjunctioncallinside[code] ^code[]
19236:
19237: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19238: expanding to include ^junction.method
19239:
19240: * src/main/pa_common.C: -d "DIR/" now true
19241:
19242: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19243: as internal xdoc encoding, and after decoding attributes set by
19244: dom functions now encoded OK, not as digital entities
19245:
19246: * src/classes/xdoc.C: empty transform result, being taken as file
19247: now returns empty file, not raises stupid error about "stat-ed
19248: file"
19249:
19250: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19251: allowed
19252:
19253: * src/types/types.dsp: introducing $junction.get/put(1) one can
19254: write iterators now:
19255:
19256: ^user-foreach[key;value]{$key=$value<br>}
19257:
19258: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19259: $code.value($i*2) $code }
19260:
19261: * src/main/compile_tools.h: mistype
19262:
1.116 moko 19263: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19264: thus taking linking options configure changes into account [were:
19265: ignoring]
1.95 moko 19266:
19267: * src/types/: pa_vjunction.C, Makefile.am: introducing
19268: $junction.get/put(1) one can write iterators now:
19269:
19270: ^user-foreach[key;value]{$key=$value<br>}
19271:
19272: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19273: $code.value($i*2) $code }
19274:
19275: * src/: include/pa_opcode.h, include/pa_request.h,
19276: main/compile.tab.C, main/compile.y, main/execute.C,
19277: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19278: introducing $junction.get/put(1) one can write iterators now:
19279:
19280: ^user-foreach[key;value]{$key=$value<br>}
19281:
19282: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19283: $code.value($i*2) $code }
19284:
19285: 2002-09-19 paf
19286:
1.116 moko 19287: * Makefile.am: new: make commit
1.95 moko 19288:
19289: * aclocal.m4: forced to be older
19290:
19291: 2002-09-18 paf
19292:
19293: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19294: src/main/compile.y, src/main/execute.C: << >> int shifts
19295:
19296: * src/: include/pa_common.h, include/pa_request.h,
19297: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19298: - now this - fatal error
19299:
19300: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19301: that one can pass binary data there
19302:
19303: * src/: classes/date.C, classes/double.C, classes/file.C,
19304: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19305: classes/op.C, classes/response.C, classes/string.C,
19306: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19307: include/pa_request.h: pa_request contexts made privated, plus
19308: get_{self/method_frame} to read. Request_context_saver used in
19309: ^try to save flang too. [were not saved]
19310:
19311: * src/types/pa_vresponse.C: header value chains joined before
19312: output, this should help $.subject[$var $var] from being
19313: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19314:
19315: 2002-09-17 paf
19316:
19317: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19318: removed changes, operators executed with calling self. lots of
19319: code with ^include code relies on defined/defining self variables
19320:
19321: $a[1] ^include[print_a.p] print_a.p: $a
19322:
19323: ^include[set_a.p] a=$a set_a.p: $a[1]
19324:
19325: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19326: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19327: types/pa_vstateless_class.h: operators now executed with MAIN
19328: self. it's for ^include sake, too strong a change
19329:
19330: * src/classes/op.C: made place for ^process to compile it's code to
19331: in case of no self
19332:
19333: * src/main/execute.C: found ancient param to Junction, removed.
19334: allowed passing self to native_code_operators [for ^process to
19335: work, she needs self]
19336:
19337: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19338: types/pa_vstateless_class.h: found ancient param to Junction,
19339: removed. allowed passing self to native_code_operators [for
19340: ^process to work, she needs self]
19341:
19342: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19343: types/pa_value.h, types/pa_vmethod_frame.h,
19344: types/pa_vstateless_class.h: allowed Request.self to be 0,
19345: checked that in VMethodFrame get/put and $self.
19346:
19347: * src/classes/: table.C, xdoc.C: table::sql options table::create
19348: copy options options checked, wrong option now fatal error
19349:
19350: * src/main/pa_string.C: string.replace fixed [were missing words on
19351: pieces boundaries]
19352:
1.150 moko 19353: * configure, configure.in: .so now detected [can be .sl on hpux,
19354: .dll on cygwin, .so in other cases)
1.95 moko 19355:
19356: * configure, configure.in: .so now detected [can be .sl on hpux,
19357: .dll on cygwin, .so in other cases)
19358:
1.211 moko 19359: * operators.ru.txt, operators.txt, src/classes/hash.C,
19360: src/classes/table.C, src/include/pa_globals.h,
19361: src/main/pa_globals.C: table.sql hash::sql flag to allow
19362: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19363:
19364: * src/: classes/hash.C, classes/table.C,
19365: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19366: now errors
19367:
19368: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19369:
19370: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19371: ,2,3]
19372:
19373: 2002-09-16 paf
19374:
19375: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19376: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19377: stdout to be binary. now detected closest header break.
19378:
19379: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19380: closed right
19381:
19382: 2002-09-13 paf
19383:
1.211 moko 19384: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19385: src/main/compile.y, src/main/compile_tools.h: (expression
19386: #comment)
1.95 moko 19387:
19388: (multiline expression #comment line2 #comment )
19389:
19390: (expression #comment with (brackets) comment) << OK
19391:
1.211 moko 19392: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19393: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19394: for expression #comments]
1.95 moko 19395:
19396: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19397: error
19398:
19399: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19400: cheched in pa_socks.C
19401:
1.116 moko 19402: * configure, configure.in, src/include/pa_config_auto.h.in:
19403: HAVE_WINSOCK_H created in configure.in
1.95 moko 19404:
19405: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19406: cookie date now clean [were mistakenly tainted & that worked bad
19407: with opera -- 'happily' that worked OK with msie]
19408:
19409: 2002-09-12 paf
19410:
19411: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19412: VClass get_element now first looks to fields, next to methods &
19413: co todo: the rest reason: more speed
19414:
19415: * src/main/untaint.C: quoted printable encoding stops before
19416: \s*<...>$
19417:
19418: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19419: stops before <...>$
19420:
19421: 2002-09-11 paf
19422:
19423: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19424: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19425: forgot to check users of those funcs. not all were using that
19426: return value convention
19427:
19428: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19429: windows-1254 added
19430:
19431: 2002-09-10 paf
19432:
19433: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19434: VCodeFrame parent param were specified badly
19435:
19436: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19437: WWrapper which used in constructing objects(second param to sql
19438: method) ^...sql{}[$.default{code}] now has parent, wich helps
19439: code in hash to survivi
19440:
19441: * src/: include/pa_request.h, main/execute.C: removed redundant
19442: param to execute [stack said 'thanks']
19443:
19444: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19445: types/pa_value.h, types/pa_vcode_frame.h,
19446: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19447: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19448: responsibility to wcontext
19449:
19450: * src/classes/file.C: decided not to log exec's with stderr, that
19451: could be warnings, and it's up to scritper to log/show them
19452:
19453: * src/: classes/double.C, main/execute.C: double:sql badly called
19454: write_assign_lang, not write_no_lang, thus doing unnecessary
19455: double/string converstion, which were loosing time&precesion
19456:
19457: * src/: main/pa_charset.C, types/pa_vmail.C:
19458: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19459: case of unfinished in buffer processing, causing accidental
19460: transcode stop [in case that source enc != utf-8 & there is
19461: incomplete utf-8 sequence at the end of 16000block iside of
19462: libxml lib] tfm readed & code updated
19463:
19464: 2002-09-04 paf
19465:
19466: * configure: makes with sjlj
19467:
19468: * INSTALL, src/include/pa_config_fixed.h,
19469: src/include/pa_sql_connection.h,
19470: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19471: checked. on win32 it made default
19472:
19473: * src/include/pa_config_auto.h.in: sjlj define
19474:
19475: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19476: can not work with longjump/throw pair, and one must switch that
19477: on there. todo: detect that automatically]
19478:
19479: * src/types/pa_vxnode.C: removed too strong checks of
19480: xnode.elements. now, for instance, if element does not have any
19481: attributes, $xnode.attributes is void, not error
19482:
19483: 2002-09-02 paf
19484:
1.211 moko 19485: * operators.ru.txt, operators.txt, src/main/execute.C,
19486: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19487:
19488: * src/main/execute.C: double_result made to move that var away from
19489: hungry g++ optimizer (-O2), before: it were optimized and
19490: comparison operators worked badly
19491:
19492: * src/types/pa_vdate.h: removed debug
19493:
1.116 moko 19494: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19495:
19496: * src/main/execute.C: fixed numeric < & co so that thay now use
19497: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19498: unknown reason.
19499:
19500: 2002-08-29 paf
19501:
19502: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19503: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19504: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19505: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19506: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19507: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19508: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19509: [called less frequent, allowed to remove ugly
19510: Junction.change_context-s from many places, switch,
19511: mail:send..html{}, ..] request.root renamed to method_frame [more
19512: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19513: [speed up]
19514:
19515: 2002-08-28 paf
19516:
19517: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19518: tainted
19519:
19520: * src/types/pa_vcookie.C: fixed cookie delete when
19521: $cookie:name[$.value[]]
19522:
1.211 moko 19523: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19524: ^string.split[delim[;options]]
19525:
19526: 2002-08-27 paf
19527:
1.116 moko 19528: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19529:
1.211 moko 19530: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19531: src/main/compile.y: # now delimiter
1.95 moko 19532:
19533: * INSTALL: recommended latest gmime 1.0.5
19534:
19535: 2002-08-26 paf
19536:
19537: * configure, configure.in: apache13/hook added to make dist.
19538:
19539: 2002-08-23 paf
19540:
19541: * src/: include/pa_common.h, main/pa_common.C,
19542: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19543: beside binary [cgi, isapi] not accessible [due to bad rights or
19544: whatever] it's error now
19545:
19546: 2002-08-21 paf
19547:
1.116 moko 19548: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19549:
19550: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19551: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19552: class". compiled as if here they named base class
19553:
19554: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19555: cloning constructor]
19556:
19557: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19558:
1.150 moko 19559: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19560: $mail.received.file.value.content-type fixed
19561:
19562: 2002-08-20 paf
19563:
19564: * src/classes/file.C: fixed language of file:file result
19565:
1.211 moko 19566: * operators.ru.txt, operators.txt, src/classes/void.C:
19567: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19568:
1.211 moko 19569: * operators.ru.txt, operators.txt, src/classes/void.C:
19570: ^void.pos[...] = -1
1.95 moko 19571:
1.211 moko 19572: * operators.ru.txt, operators.txt, src/classes/void.C:
19573: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19574:
1.211 moko 19575: * src/classes/void.C, operators.ru.txt, operators.txt:
19576: ^void.length[] = 0
1.95 moko 19577:
19578: 2002-08-19 paf
19579:
19580: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19581: work now
19582:
19583: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19584: error in xnode, which were not catched in xdoc]
19585:
19586: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19587: prepared: // validate each document after load/create (?)
19588: //xmlDoValidityCheckingDefaultValue = 1;
19589:
19590: 2002-08-15 paf
19591:
19592: * src/classes/classes.h: write to static var caused useless
19593: Exception, introduced Methoded::put_element wich consumes those
19594:
1.211 moko 19595: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19596: src/main/pa_common.C, src/types/pa_vcookie.C,
19597: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19598: src/types/pa_vresponse.h: $response:field[date]
19599: $response:field[$.xxx[date]]
1.95 moko 19600:
19601: * src/: classes/hash.C, classes/string.C, classes/table.C,
19602: classes/void.C, include/pa_sql_connection.h: fixed source of
19603: ^hash::sql{bad}
19604:
1.211 moko 19605: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19606: request body
1.95 moko 19607:
19608: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19609:
19610: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19611: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19612:
1.211 moko 19613: * operators.ru.txt, operators.txt, src/classes/form.C,
19614: src/include/pa_pool.h, src/include/pa_request.h,
19615: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19616: planning/preparing_to $request:body r.post_data now const
1.95 moko 19617:
19618: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19619: classes/xnode.C, main/execute.C, types/pa_value.h,
19620: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19621: types/pa_vtable.h: instead of type() checking everywhere used
19622: Value.as now user descendants can be used in params.
19623:
19624: VObject::as_*, is_defined now taken from bases. xtable(table)
19625: ^if($xtable) now OK
19626:
19627: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19628: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19629: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19630:
19631: 2002-08-14 paf
19632:
19633: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19634: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19635: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19636: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19637: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19638: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19639: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19640: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19641: types/pa_vresponse.C, types/pa_vresponse.h,
19642: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19643: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19644: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19645: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19646: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19647: & VClass
19648:
19649: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19650:
19651: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19652: removed fixopt stupidity. on stupid linux use cd /document/root
19653: ../cgi/parser3 script
19654:
19655: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19656: params, splitting them by space, excluding argv[0], argv[argc-1]
19657:
19658: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19659: fixopt.h: fixopt now preprocesses command line params, splitting
19660: them by space, excluding argv[0], argv[argc-1]
19661:
19662: * src/targets/cgi/parser3.C: -f config file
19663:
19664: * src/targets/cgi/parser3.C: fixed .log file dir
19665:
19666: 2002-08-13 paf
19667:
19668: * src/types/pa_vobject.C: allow override parent variables, useful
19669: for form descendants [in vobject too, were in vclass]
19670:
19671: * src/types/pa_vclass.C: allow override parent variables, useful
19672: for form descendants
19673:
19674: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19675: overwritten in derived(table)
19676:
19677: * src/: classes/form.C, classes/mail.C, classes/op.C,
19678: classes/xnode.h, include/pa_request.h, main/execute.C,
19679: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19680: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19681: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19682: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19683: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19684: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19685: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19686: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19687: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19688: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19689: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19690: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19691: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19692: Value::get_element(..., bool looking_down) [needed to exclude
19693: endless recoursion]
19694:
19695: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19696: fix bug with put endless recoursion todo: check 'as'
19697:
19698: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19699: reorganized modules todo: fix bug with put endless recoursion
19700: todo: check 'as'
19701:
19702: * src/types/pa_vobject.h: checked: table fields can be overwritten
19703: in derived(table)
19704:
19705: * src/types/pa_vobject.h: derived classes can have fields of their
19706: own now
19707:
19708: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19709: fixed error message on using non-created table
19710:
19711: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19712: classes/op.C, classes/xnode.h, include/pa_request.h,
19713: main/compile.C, main/compile.tab.C, main/execute.C,
19714: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19715: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19716: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19717: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19718: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19719: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19720: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19721: types/pa_vresponse.C, types/pa_vresponse.h,
19722: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19723: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19724: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19725: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19726: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19727: looking down/up tree todo: fix error message on non-constructed
19728: parents
19729:
19730: 2002-08-12 paf
19731:
19732: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19733: derived OK
19734:
19735: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19736: thorough testing
19737:
19738: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19739: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19740: types/pa_vobject.h, types/pa_vstateless_class.h,
19741: types/pa_vstateless_object.h, types/pa_wcontext.h,
19742: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19743: ^base:create[] dynamic call rewritten todo: thorough testing
19744:
19745: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19746: now instantates base class, remembers it and saves child in
19747: parent VObject.get_class now returns last child = downward
19748: virtual calls OK
19749:
19750: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19751: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19752: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19753: types/pa_vobject.h, types/pa_vresponse.h,
19754: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19755: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19756: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19757: VAliased [redundant], moved $CLASS to VObject only [parser class
19758: instance]
19759:
19760: * src/main/pa_request.C: $response:body[file] content-type check
19761: fixed [were bad when content-type is hash]
19762:
19763: 2002-08-09 paf
19764:
19765: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19766: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19767:
19768: 2002-08-08 paf
19769:
1.211 moko 19770: * operators.ru.txt, operators.txt, src/classes/date.C,
19771: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19772: month calendar [week year]
1.95 moko 19773:
19774: * src/main/execute.C: error reporting on object writes to MAIN
19775: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19776:
1.211 moko 19777: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19778: $date.yearday $date.daylightsaving
1.95 moko 19779:
19780: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19781: use tainted data now. only she must specify the language.
19782:
19783: ^mail:send[ $.from[paf@mail.design.ru]
19784: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19785: $.text[^taint[uri][ìîñêâà]=] ]
19786:
19787: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19788: now prints more precise origin
19789:
19790: * src/include/pa_string.h: String::first_char now not fails on
19791: empty strings ^if(-f '') now ok and in 3 other places.
19792:
1.211 moko 19793: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19794: src/main/pa_string.C: String::first_char now not fails on empty
19795: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19796:
19797: 2002-08-07 paf
19798:
19799: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19800: fixed
19801:
19802: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19803:
19804: * src/: main/execute.C, types/pa_vcode_frame.h,
19805: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19806: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19807: mistakenly not completely transparent to object writes.
19808: $hash[^if(1){$hash}] now works
19809:
1.211 moko 19810: * operators.ru.txt, operators.txt, src/classes/op.C:
19811: ^cache...{...^cache<<to past...} now erasing cache file [there
19812: were bad check on that]
1.95 moko 19813:
19814: * src/: classes/classes.dsp, classes/table.C,
19815: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19816: all Debug dirs in .dsp now named 'Debug'
19817:
1.116 moko 19818: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19819:
1.211 moko 19820: * operators.ru.txt, operators.txt, src/classes/mail.C:
19821: exception_type email.send
1.95 moko 19822:
1.211 moko 19823: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19824: exception_type email.format
1.95 moko 19825:
19826: * src/types/pa_vmail.C: mail:send empty email checked
19827:
19828: 2002-08-06 paf
19829:
1.211 moko 19830: * operators.ru.txt, operators.txt, src/classes/table.C,
19831: src/include/pa_array.h, src/include/pa_table.h,
19832: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19833: ^table::create[$source;$.options] ^table::join[$source;$.options]
19834:
1.211 moko 19835: * operators.ru.txt, operators.txt, src/classes/hash.C,
19836: src/classes/string.C, src/classes/table.C: sql options can be
19837: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19838:
19839: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19840:
19841: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19842: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19843: $file.content-type [instead of .mime-type] now works for
19844: file::stat also
19845:
19846: * src/main/pa_request.C: case insensitive mime_type_of
19847:
19848: 2002-08-05 paf
19849:
19850: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19851:
19852: * src/types/pa_vmail.C: file buffer relocated to parser heap
19853:
1.211 moko 19854: * operators.ru.txt, operators.txt: comment on date:calendar week
19855: column
1.95 moko 19856:
19857: * src/main/pa_common.C: write checked
19858:
19859: * src/main/: pa_common.C: write checked
19860:
19861: * src/classes/date.C: +1 buf size for stupid snprintfs
19862:
19863: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19864: month calendar week column [ISO 8601 Week Numbers]
19865:
19866: 2002-08-02 paf
19867:
19868: * src/: include/pa_config_fixed.h, main/pa_string.C,
19869: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19870: DEBUG*
19871:
19872: * configure, configure.in, src/include/pa_version.h: release
19873: 3_0_0005
19874:
19875: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19876: multipart post fixed
19877:
1.211 moko 19878: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19879: src/types/pa_vform.C: response transcoded source->client only
19880: when text/* or simple onoverridden $response:body
1.95 moko 19881:
19882: 2002-08-01 paf
19883:
19884: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19885: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19886: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19887: classes/op.C, classes/response.C, classes/string.C,
19888: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19889: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19890: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19891: include/pa_config_fixed.h, include/pa_dictionary.h,
19892: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19893: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19894: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19895: include/pa_socks.h, include/pa_sql_connection.h,
19896: include/pa_sql_driver_manager.h, include/pa_stack.h,
19897: include/pa_string.h, include/pa_stylesheet_connection.h,
19898: include/pa_stylesheet_manager.h, include/pa_table.h,
19899: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19900: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19901: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19902: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19903: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19904: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19905: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19906: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19907: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19908: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19909: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19910: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19911: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19912: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19913: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19914: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19915: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19916: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19917: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19918: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19919: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19920: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19921: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19922: types/pa_vmethod_frame.h, types/pa_vobject.h,
19923: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19924: types/pa_vresponse.h, types/pa_vstateless_class.C,
19925: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19926: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19927: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19928: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19929: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19930: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19931:
19932: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19933: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19934: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19935: classes/math.C, classes/op.C, classes/response.C,
19936: classes/string.C, classes/table.C, classes/void.C,
19937: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19938: include/pa_array.h, include/pa_cache_managers.h,
19939: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19940: include/pa_config_fixed.h, include/pa_config_includes.h,
19941: include/pa_dictionary.h, include/pa_dir.h,
19942: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19943: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19944: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19945: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19946: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19947: include/pa_stack.h, include/pa_string.h,
19948: include/pa_stylesheet_connection.h,
19949: include/pa_stylesheet_manager.h, include/pa_table.h,
19950: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19951: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19952: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19953: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19954: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19955: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19956: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19957: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19958: main/pa_sql_driver_manager.C, main/pa_string.C,
19959: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19960: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19961: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19962: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19963: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19964: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19965: targets/isapi/pool_storage.h, types/pa_valiased.C,
19966: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19967: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19968: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19969: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19970: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19971: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19972: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19973: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19974: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19975: types/pa_vresponse.C, types/pa_vresponse.h,
19976: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19977: types/pa_vstateless_object.h, types/pa_vstatus.C,
19978: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19979: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19980: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19981: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19982: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19983: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19984: types/Makefile.am: ident.C* removed
19985:
1.211 moko 19986: * operators.ru.txt, operators.txt, src/classes/file.C,
19987: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19988:
19989: * src/targets/cgi/parser3.C: usage to stdout now
19990:
19991: 2002-07-31 paf
19992:
19993: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19994:
19995: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19996: default "postmaster"
19997:
19998: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19999: -f postmaster now default sendmail key word "postmaster"
20000: replaced to $.from
20001:
20002: 2002-07-30 paf
20003:
1.116 moko 20004: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20005: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20006:
20007: * src/main/pa_charset.C: comment
20008:
20009: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20010: table, &#decimal;
20011:
20012: * src/main/pa_request.C: comment
20013:
20014: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20015: paragraf]
20016:
20017: 2002-07-11 paf
20018:
20019: * src/main/pa_exec.C: build command line badly added params twice
20020: [and first time without ' ']. double wrong. fixed.
20021:
20022: * src/main/pa_exec.C: invalid .exe caused error message with params
20023: wich parser did not provide = reported badly. fixed that.
20024:
20025: * src/classes/mail.C: $MAIL[ # xxx ]
20026:
20027: now ok
20028:
1.211 moko 20029: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20030:
20031: 2002-07-01 paf
20032:
20033: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20034: [MForm.configure_admin were called when request.main_class ==0
20035:
20036: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20037:
20038: * src/classes/form.C: content_length type fix
20039:
20040: 2002-06-30 paf
20041:
20042: * src/classes/mail.C: merged from 4
20043:
20044: * src/classes/mail.C: restored $MAIL
20045:
20046: 2002-06-28 paf
20047:
20048: * configure, configure.in: removed paths.h
20049:
1.116 moko 20050: * configure, src/include/pa_version.h,
1.95 moko 20051: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20052: merged, makes updated
20053:
1.211 moko 20054: * ChangeLog, configure, operators.ru.txt, operators.txt,
20055: src/classes/xdoc.C, src/include/pa_charset.h,
20056: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20057: src/include/pa_version.h, src/main/pa_charset.C,
20058: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20059: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20060: latest updates to head
1.95 moko 20061:
20062: 2002-06-27 paf
20063:
20064: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20065: not error now
20066:
1.211 moko 20067: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20068: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20069: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20070: ^xdoc::create[[uri]]... base uri for document being created,
20071: imports and other relative file names would be relative to this
20072: uri default uri=path_translated
20073:
20074: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20075:
20076: 2002-06-26 paf
20077:
20078: * configure, configure.in, src/include/pa_version.h:
20079: release_3_0_0004
20080:
20081: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20082: 0 now
20083:
20084: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20085:
20086: 2002-06-25 paf
20087:
20088: * src/main/pa_string.C: emtpy string, or string of whitespaces
20089: considered bad number now
20090:
1.211 moko 20091: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20092: ^xdoc.transform[xdoc <<can be now
1.95 moko 20093:
1.211 moko 20094: * operators.ru.txt, operators.txt, src/classes/string.C:
20095: ^string.normalize [old name: optimize
1.95 moko 20096:
20097: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20098: library configured
20099:
20100: * src/main/pa_request.C: configure_admin forced if no @conf
20101:
1.211 moko 20102: * operators.ru.txt, operators.txt, src/classes/math.C,
20103: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20104: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20105:
20106: 2002-06-24 paf
20107:
20108: * INSTALL: --with-static/shared-mailreceive described
20109:
20110: * src/include/pa_config_fixed.h: ssize_t fixed
20111:
1.116 moko 20112: * configure, configure.in, src/include/pa_config_auto.h.in,
20113: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20114: src/types/pa_vmail.C: $mail:received makes update
20115:
20116: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20117: WITH_MAILRECEIVE
20118:
20119: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20120:
20121: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20122: option, for $mail:receive
20123:
20124: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20125: introducting $message:received ^mail:send rewritten with backward
20126: comp
20127:
20128: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20129: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20130: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20131: now
20132:
1.211 moko 20133: * operators.ru.txt, operators.txt, src/classes/mail.C,
20134: src/include/Makefile.am, src/include/pa_charset.h,
20135: src/include/pa_config_fixed.h, src/include/pa_request.h,
20136: src/include/pa_string.h, src/include/pa_uue.h,
20137: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20138: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20139: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20140: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20141: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20142: uue to separate file introducting $message:received ^mail:send
20143: rewritten with backward comp
20144:
20145: 2002-06-21 paf
20146:
1.116 moko 20147: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20148: co changes
1.95 moko 20149:
1.116 moko 20150: * configure, configure.in, src/lib/md5/Makefile.am,
20151: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20152: restructure .in and .am files appropriate changes
1.95 moko 20153:
20154: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20155: pcre to libs/ added libs/md5 which is linked to non-apache
20156: targets ^math:crypt[password;$apr1$salt]
20157:
1.211 moko 20158: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20159: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20160: src/classes/classes.dsp, src/classes/math.C,
20161: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20162: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20163: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20164: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20165: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20166: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20167: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20168: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20169: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20170: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20171: src/lib/pcre/pcre_parser_ctype.dsp,
20172: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20173: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20174: src/main/compile.tab.C, src/main/main.dsp,
20175: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20176: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20177: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20178: to libs/ added libs/md5 which is linked to non-apache targets
20179: ^math:crypt[password;$apr1$salt]
20180:
20181: 2002-06-20 paf
20182:
1.211 moko 20183: * INSTALL, configure, configure.in, operators.ru.txt,
20184: operators.txt, src/classes/file.C, src/classes/op.C,
20185: src/doc/doxygen.cfg, src/include/pa_globals.h,
20186: src/include/pa_request.h, src/main/execute.C,
20187: src/main/pa_request.C, src/targets/cgi/parser3.C,
20188: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20189: marged latest HEAD updates, mainly file:justname&co &
20190: @auto/conf[filespec
1.95 moko 20191:
1.211 moko 20192: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20193: !^file:dirname[/a/some.tar.gz]=/a
20194: !^file:dirname[/a/b/]=/a
20195: !^file:basename[/a/some.tar.gz]=some.tar.gz
20196: !^file:justname[/a/some.tar.gz]=some.tar
20197: !^file:justext[/a/some.tar.gz]=gz
20198:
20199: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20200: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20201: @conf/auto[filespec]
20202:
1.116 moko 20203: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20204:
1.211 moko 20205: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20206: src/doc/doxygen.cfg, src/include/pa_globals.h,
20207: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20208: parser3.conf renamed to auto.p
1.95 moko 20209:
20210: 2002-06-18 paf
20211:
20212: * configure, configure.in, src/include/pa_version.h: version to
20213: configure.in
20214:
20215: * INSTALL: reflected .conf.dist dir change
20216:
1.150 moko 20217: * Makefile.am, configure, configure.in,
1.116 moko 20218: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20219: .in & *.am updated
20220:
20221: * src/classes/file.C: strncasecmp
20222:
20223: * src/classes/file.C: strcasecmp
20224:
1.150 moko 20225: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20226:
20227: * src/classes/file.C: ^file::exec[script;$.bad error case
20228: insensitive check now
20229:
20230: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20231:
20232: * configure, configure.in, src/include/pa_pool.h,
20233: src/include/pa_types.h: pack configure.in detection simplified.
20234: figured out that gcc on sparc not that stupid as thought
20235: previously: on sparc: when it sees packed class it modifies it's
20236: field-access-code to byte operations [stb, ldub] instead of 4byte
20237: operations [st, lduh] so packed must be all parts of packed
20238: class, i.e. it's parents&fields(classes). for now it's only
20239: String that packed and what was wrong is that it's parent -
20240: Pooled, were not packed. fixed that.
20241:
20242: 2002-06-14 paf
20243:
1.211 moko 20244: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20245:
1.211 moko 20246: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20247: attribute_node.name/value xnode pi.node.data
20248:
20249: 2002-06-12 paf
20250:
1.116 moko 20251: * configure, configure.in, src/targets/cgi/Makefile.am,
20252: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20253:
1.211 moko 20254: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20255: etc/Makefile.am, src/include/pa_globals.h,
20256: src/include/pa_request.h, src/main/compile.tab.C,
20257: src/main/pa_globals.C, src/main/pa_request.C,
20258: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20259: parser3.conf now one and only
1.95 moko 20260:
20261: * src/classes/mail.C: sendmail -ti [default now]
20262:
20263: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20264: to be strings. for convinient #ing
20265:
20266: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20267: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20268:
20269: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20270: main/pa_globals.C, main/pa_request.C: @conf
20271:
20272: 2002-06-11 paf
20273:
20274: * src/classes/file.C: check simplified
20275:
20276: * src/: classes/file.C, targets/cgi/parser3.dsp,
20277: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20278: valid prefix
20279:
20280: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20281: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20282: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20283:
20284: 2002-06-10 paf
20285:
1.211 moko 20286: * operators.ru.txt, operators.txt, src/classes/op.C,
20287: src/include/pa_common.h, src/main/pa_common.C: lock failures
20288: reported now
1.95 moko 20289:
20290: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20291: string->double @ compile time were not-enough-checking...
20292:
20293: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20294: autoconvert now ignored
20295:
20296: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20297: check
20298:
20299: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20300: $response:body content-type:name
20301:
20302: * configure, configure.in: hpux check, nsl link, no socket
20303:
1.211 moko 20304: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20305:
20306: * configure, configure.in: pack even address access on sparc&co
20307: arch checked in configure
20308:
20309: * configure, src/include/pa_version.h: makes
20310:
20311: * configure, configure.in, src/include/pa_version.h: makes
20312:
20313: * src/main/untaint.C: (bug#2) mail subject got always prepended
20314: with charset even when all letters were 7bit one
20315:
20316: * src/main/pa_common.C: merged fixed -d (bug)
20317:
20318: * src/main/pa_common.C: fixed -d (bug)
20319:
20320: 2002-06-03 paf
20321:
1.211 moko 20322: * ChangeLog, operators.ru.txt, operators.txt,
20323: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20324: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20325: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20326: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20327: .dsp-s along with reorganized cvs modules dirs structure
20328:
20329: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20330: main/pa_globals.C, targets/cgi/parser3.dsp,
20331: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20332: modules
20333:
20334: 2002-05-28 paf
20335:
20336: * src/targets/cgi/parser3.C: info.uri now ""
20337:
20338: 2002-05-17 paf
20339:
20340: * src/classes/: table.C: ^table.save << checked empty
20341: pre/match/post columns
20342:
20343: 2002-05-16 paf
20344:
20345: * src/classes/image.C: image::measure can png now
20346:
20347: 2002-05-15 paf
20348:
1.211 moko 20349: * operators.ru.txt, operators.txt, src/classes/date.C:
20350: ^date::create[%H:%M[:%S]] added
1.95 moko 20351:
20352: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20353:
1.211 moko 20354: * operators.ru.txt, operators.txt, src/classes/date.C:
20355: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20356:
20357: 2002-05-14 paf
20358:
20359: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20360:
20361: 2002-05-07 paf
20362:
20363: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20364: src/include/pa_globals.h, src/include/pa_request.h,
20365: src/include/pa_table.h, src/main/compile.tab.C,
20366: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20367: src/main/pa_request.C, src/main/pa_table.C,
20368: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20369: src/targets/isapi/parser3isapi.dsp,
20370: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20371: name2number field now &. main_method_name now on Request pool
20372: rather on global_pool [Junction+VJunction created on same pool as
20373: name = were created on global pool, causing mem leaks]
20374:
20375: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20376: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20377: main/compile.y, main/main.dsp, main/pa_globals.C,
20378: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20379: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20380: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20381: field now &. main_method_name now on Request pool rather on
20382: global_pool [Junction+VJunction created on same pool as name =
20383: were created on global pool, causing mem leaks]
20384:
20385: 2002-05-06 paf
20386:
20387: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20388: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20389: 100*40 bytes per request memory leak [nonpool malloc in globals]
20390:
20391: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20392: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20393: 100*40 bytes per request memory leak [nonpool malloc in globals]
20394:
20395: 2002-04-30 paf
20396:
20397: * configure, src/include/pa_version.h: version now not b
20398:
20399: * src/targets/cgi/parser3.C: request.uri now never 0
20400:
20401: 2002-04-29 paf
20402:
20403: * configure.in: removed b
20404:
20405: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20406: Exception::comment/type checked in (), no there's no empty
20407: type/comment by default
20408:
20409: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20410: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20411: src/doc/value.dox, src/include/pa_exception.h,
20412: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20413: 0001
20414:
20415: 2002-04-26 paf
20416:
20417: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20418: size reduced
20419:
20420: 2002-04-25 paf
20421:
20422: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20423: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20424: now that took into account
20425:
1.211 moko 20426: * operators.ru.txt, operators.txt, src/classes/date.C:
20427: ^date::create[2002-12-33 01:03:04]
1.95 moko 20428:
1.211 moko 20429: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20430: ^date::create[2002-12-33 01:03:04]
20431:
20432: * ChangeLog: updated changelog
20433:
20434: * src/classes/table.C: removed restriction on column count to
20435: ^table.hash to work, now must be >0 [were >1]
20436:
20437: 2002-04-24 paf
20438:
20439: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20440: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20441: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20442: targets
20443:
20444: 2002-04-23 paf
20445:
1.211 moko 20446: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20447: int/double/string:sql{}[$.default{code}] fixed [were barking:
20448: "junction used outside of context"]
20449:
20450: 2002-04-22 paf
20451:
20452: * types.txt, src/classes/string.C, src/include/pa_string.h,
20453: src/main/pa_string.C, src/types/pa_vstring.C,
20454: src/types/pa_vstring.h: ^string.optimize[]
20455:
20456: * src/: include/pa_globals.h, include/pa_table.h,
20457: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20458: table template
20459:
20460: * src/classes/: string.C: optimize removed from string
20461: .left/right/pos
20462:
20463: * src/main/execute.C: rolled back to
20464: before_killing_userjunction_contexts
20465:
20466: * src/main/execute.C: user junctions context killed
20467:
20468: * src/main/execute.C: junctions to local contexts got
20469: cleanized&checked later
20470:
20471: 2002-04-19 paf
20472:
20473: * src/: classes/string.C, include/pa_request.h,
20474: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20475: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20476: prior to .left .right .mid .pos .match when that is profitable,
20477: and always before .replace when $ORIGINS(1) optimization disabled
20478: economy from not wasting mem on lots of strings which occur by
20479: lots of String:mid calls to get parts of source string between
20480: found_occurances
20481:
20482: * src/classes/file.C: ovector now local economy: 16 bytes per
20483: ^file:list
20484:
20485: * src/: include/pa_globals.h, include/pa_table.h,
20486: main/pa_globals.C, main/pa_string.C: String::match table columns
20487: globalized, not created @ each ^match anymore economy:
20488: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20489:
20490: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20491: removed from each String::match replace iteration, and made
20492: stacked sizeof(VTable)=12bytes economy on each replace code
20493:
20494: * src/doc/footer.htm: 2001,
20495:
20496: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20497: string.match[]['] option enables generation of $match.prematch
20498: .match .postmatch columns
20499:
20500: * src/main/pa_string.C: String::match options analized without
20501: cstr-ing them now
20502:
20503: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20504: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20505: config updated to doxygen 1.2.15, created helper which fixes
20506: minor bugs in chm project files & htm tree. changed extension to
20507: .htm
20508:
20509: 2002-04-18 paf
20510:
20511: * src/doc/doxygen.cfg: .chi generation disabled
20512:
20513: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20514: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20515: fields&methods
20516:
20517: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20518: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20519: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20520: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20521: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20522: types/pa_vresponse.h, types/pa_vstateless_class.h,
20523: types/pa_vstateless_object.h, types/pa_vstatus.h,
20524: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20525: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20526: VStateless_class to VObject
20527:
20528: * src/: main/pa_request.C, types/pa_valiased.h,
20529: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20530: types/pa_vstring.h: VStateless_string_object speicalized light
20531: version of VStateless_object
20532:
20533: * src/classes/op.C: ^throw comment param made optional
20534:
20535: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20536: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20537: and implemented down in VClass, fclass_alias removed,
20538:
20539: * src/types/pa_value.C: forced to cut that from .h because of
20540: VStateless_class usage [undefined in .h]
20541:
20542: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20543: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20544: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20545: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20546: on each CALL]
20547:
20548: * src/: classes/classes.h, classes/date.C, classes/double.C,
20549: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20550: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20551: classes/response.C, classes/string.C, classes/table.C,
20552: classes/void.C, classes/xnode.C, include/pa_globals.h,
20553: include/pa_request.h, main/execute.C, main/pa_globals.C,
20554: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20555: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20556: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20557: types/pa_vstateless_class.h, types/pa_wcontext.C,
20558: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20559: removed Value::fname
20560:
20561: 2002-04-17 paf
20562:
20563: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20564: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20565: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20566: include/pa_pool.h, include/pa_types.h: dox updated to current
20567: state, PTHROW freshen to throw & co
20568:
20569: * src/types/pa_vhash.h: vstring wrong parent fixed
20570:
20571: * src/classes/op.C: taint local result var bug fixed
20572:
20573: 2002-04-16 paf
20574:
20575: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20576: Attic asm.txt as most interesting
20577:
20578: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20579: check, preventing content-length: 0 from appearing
20580:
20581: * src/main/execute.C: $result in @main now taken into account as in
20582: usual functions
20583:
20584: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20585: & @unhandled_exception now taken into account as in usual
20586: functions
20587:
20588: * src/doc/postbuild.txt: instructions on post .html build
20589:
20590: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20591:
20592: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20593: tainted
20594:
20595: * src/main/pa_request.C: uri in error log
20596:
20597: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20598: cheched date:create(days) param for validity [later were assumed
20599: valid and crashed on invalid onces]
20600:
20601: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20602: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20603: and used that for removing VString wrapper
20604:
20605: * src/classes/op.C: exception2vhash file now tainted
20606:
20607: * src/classes/op.C: _process pseudo origin copied from local var to
20608: heap
20609:
20610: * src/classes/op.C: extra check on empty file in origin in _execute
20611:
20612: 2002-04-15 paf
20613:
20614: * src/: main/execute.C, types/pa_value.h: fixed name update
20615:
20616: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20617: functions
20618:
20619: * src/: classes/file.C, classes/hash.C, classes/op.C,
20620: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20621: started dual write_xxx_lang functions, if checked & works
20622:
20623: * src/: classes/date.C, classes/file.C, classes/mail.C,
20624: classes/string.C, classes/xnode.C, include/pa_request.h,
20625: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20626: unnecessary VString shells
20627:
20628: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20629: prev changes]
20630:
20631: * src/: classes/image.C, classes/op.C, classes/string.C,
20632: classes/table.C, include/pa_request.h, main/execute.C,
20633: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20634: StringOrValue wcontext result, now ready for dual writes
20635:
20636: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20637: checked that
20638:
20639: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20640: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20641: changed to OP_WRITE_VALUE in var get cases
20642:
20643: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20644: include/pa_request.h, main/compile.tab.C, main/compile.y,
20645: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20646: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20647: switch in hash constructor fixed [were problems with using of
20648: stacked wwrapper after it's death]
20649:
20650: 2002-04-12 paf
20651:
1.211 moko 20652: * operators.ru.txt, operators.txt, src/classes/table.C:
20653: table.select(expression) 0
1.95 moko 20654:
20655: 2002-04-11 paf
20656:
20657: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20658: Request::process_internal codeFrame & wwrapper stacked [not
20659: wasting heap anymore]
20660:
20661: 2002-04-10 paf
20662:
20663: * src/: classes/double.C, classes/file.C, classes/hash.C,
20664: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20665: classes/string.C, classes/table.C, classes/void.C,
20666: classes/xdoc.C, include/pa_request.h, main/execute.C,
20667: main/pa_string.C: killed Request::process() wrapping
20668: VString(String) in case we need only String
20669:
20670: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20671: killed 8 bytes from String.head
20672:
20673: 2002-04-09 paf
20674:
20675: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20676: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20677: local*/char b[...]; a=b; situations
20678:
1.211 moko 20679: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20680: made literal
1.95 moko 20681:
20682: * src/classes/xdoc.C: xslt params fixed
20683:
20684: * src/: main/pa_common.C, targets/cgi/parser3.C,
20685: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20686: not pool.malloc(MAX_NUMBER) but really neaded
20687:
1.211 moko 20688: * operators.ru.txt, operators.txt, src/classes/double.C,
20689: src/classes/int.C: int/double.int/double(default)
1.95 moko 20690:
20691: 2002-04-04 paf
20692:
20693: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20694: [when reconstructing pieces were split by
20695: max_integral(piece.size), thus some strings to replace happen to
20696: be split into two = not replaced)
20697:
20698: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20699: standalone version = current dir
20700:
20701: * src/targets/cgi/parser3.C: document root in standalone version =
20702: current dir
20703:
20704: 2002-04-03 paf
20705:
20706: * configure, configure.in: more checks on nonexistent charset
20707:
1.116 moko 20708: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20709:
20710: 2002-04-02 paf
20711:
20712: * src/main/compile.C: parser.compile [exception name more like in
20713: doc]
20714:
20715: 2002-04-01 paf
20716:
20717: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20718: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20719: .content-type.charset, not .charset
20720:
20721: 2002-03-29 paf
20722:
20723: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20724:
1.211 moko 20725: * operators.ru.txt, operators.txt, src/classes/date.C:
20726: ^date::create now may not supply day, default 1. checked 29.03
20727: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20728:
20729: 2002-03-28 paf
20730:
1.211 moko 20731: * operators.ru.txt, operators.txt, src/classes/date.C,
20732: src/classes/op.C, src/include/pa_globals.h,
20733: src/include/pa_hash.h, src/main/pa_globals.C,
20734: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20735: ^cache[date] }
1.95 moko 20736:
20737: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20738: param
20739:
20740: 2002-03-27 paf
20741:
1.211 moko 20742: * operators.ru.txt, operators.txt, src/classes/date.C,
20743: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20744: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20745: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20746: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20747: src/classes/xdoc.C, src/classes/xnode.C,
20748: src/include/pa_exception.h, src/include/pa_request.h,
20749: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20750: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20751: src/main/pa_array.C, src/main/pa_charset.C,
20752: src/main/pa_charsets.C, src/main/pa_common.C,
20753: src/main/pa_dictionary.C, src/main/pa_exception.C,
20754: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20755: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20756: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20757: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20758: src/types/pa_value.h, src/types/pa_vcookie.C,
20759: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20760: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20761: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20762: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20763: src/types/pa_wwrapper.h: assigned exception types
20764:
1.211 moko 20765: * operators.ru.txt, operators.txt, src/classes/op.C,
20766: src/include/pa_config_fixed.h, src/include/pa_request.h,
20767: src/main/execute.C, src/main/pa_request.C: decided agains
20768: resetting exception_trace, just changed name
1.95 moko 20769:
20770: 2002-03-26 paf
20771:
20772: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20773: fixed
20774:
20775: * src/classes/op.C: forced language of $source field of exception
20776: to 'tainted', so that sql-langed-frags could be outputed outside
20777: of connect
20778:
1.211 moko 20779: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20780: offset
1.95 moko 20781:
20782: * src/classes/date.C: removed date.roll limit of +-1 offset
20783:
1.211 moko 20784: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20785: roll on daylightsaving days mktime took into account tm_isdst
20786: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20787:
20788: 2002-03-25 paf
20789:
1.211 moko 20790: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20791: http_site_config_filespec
20792:
20793: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20794: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20795: with any/both --disable-foreign-group-files --disable-execs
20796:
20797: * INSTALL: "--with=sendmail=COMMAND" comment
20798:
20799: * INSTALL, configure, configure.in, src/classes/mail.C,
20800: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20801: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20802: disables execs also. introducing --sendmail
1.95 moko 20803:
1.211 moko 20804: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20805:
20806: * INSTALL: comment on --disable-link-stdcpp
20807:
1.116 moko 20808: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20809: libstdc++ link skipping configure option
1.95 moko 20810:
20811: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20812: with error were put to cache with 'marked_to_rollback' flag, all
20813: consequent even OK requests rolled back
20814:
20815: 2002-03-22 paf
20816:
20817: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20818: false return
20819:
1.211 moko 20820: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20821:
20822: 2002-03-18 paf
20823:
1.211 moko 20824: * operators.ru.txt, operators.txt, src/classes/op.C,
20825: src/include/pa_exception.h, src/include/pa_globals.h,
20826: src/include/pa_request.h, src/include/pa_stack.h,
20827: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20828:
20829: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20830: types/pa_vdouble.h: removed some tested @tests
20831:
20832: 2002-03-15 paf
20833:
1.211 moko 20834: * operators.ru.txt, operators.txt, src/classes/table.C:
20835: ^table.locate(logical expr)
1.95 moko 20836:
20837: 2002-03-13 paf
20838:
20839: * src/main/pa_exception.C: checked not-pooled malloc
20840:
20841: 2002-03-11 paf
20842:
20843: * INSTALL, configure, configure.in,
20844: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20845:
20846: * src/main/pa_common.C: --disable-foreign-group-files
20847:
20848: * INSTALL: --disable-execs
20849:
20850: * src/main/pa_exec.C: --disable-execs
20851:
20852: * configure, configure.in, src/include/pa_config_auto.h.in:
20853: --disable-execs
20854:
20855: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20856:
20857: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20858: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20859:
20860: 2002-03-05 paf
20861:
1.211 moko 20862: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20863: calendar columns named
1.95 moko 20864:
1.211 moko 20865: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20866: calendar columns named
1.95 moko 20867:
20868: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20869: requires headers to be terminated with \r\n manually [refuses to
20870: separate header/body itself]
20871:
20872: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20873: targets/isapi/parser3isapi.C: isapi site config beside .dll
20874:
20875: 2002-03-04 paf
20876:
20877: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20878: in PASS language
20879:
20880: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20881: deserialize checks on broken file
20882:
20883: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20884: parser3isapi.dsp: isapi updated
20885:
20886: 2002-03-01 paf
20887:
20888: * src/main/pa_exec.C: execle -> execve, now argc OK
20889:
20890: 2002-02-28 paf
20891:
20892: * src/main/untaint.C: removed some debug comments
20893:
20894: * src/main/pa_charsets.C: when placing charset to cache using
20895: global name now [were request]
20896:
20897: * configure, configure.in: apache module updated
20898:
20899: * src/main/pa_string.C: origin by first piece preferred before last
20900: piece
20901:
20902: 2002-02-27 paf
20903:
20904: * src/main/pa_charset.C: size_t
20905:
20906: * INSTALL: shared/static-xml with-pathlink
20907:
1.211 moko 20908: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20909:
20910: 2002-02-26 paf
20911:
20912: * src/main/pa_exec.C: more precise names for vars, cosmetic
20913:
20914: * src/classes/xnode.C: in some situation, xpath query returned
20915: result with type NODESET, but empty nodeset member field, checked
20916: that
20917:
20918: 2002-02-22 paf
20919:
20920: * INSTALL: without-zlib comment
20921:
20922: * etc/parser3.charsets/windows-1251.cfg: °
20923:
20924: * configure, configure.in: glib###.a detection fixed
20925:
20926: * INSTALL: hashfile removed from INSTALL
20927:
1.116 moko 20928: * Makefile.am: make update
1.95 moko 20929:
20930: * src/main/pa_string.C: string iterators fixed again, so were
20931: String::join_chain
20932:
20933: * src/main/pa_string.C: string iterators fixed again, so were
20934: String::join_chain
20935:
20936: * src/: include/pa_string.h, main/pa_string.C: string iterators
20937: fixed again, so were String::join_chain
20938:
20939: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20940:
1.211 moko 20941: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20942: "expires=0" = "session"
1.95 moko 20943:
1.116 moko 20944: * configure, configure.in, src/include/pa_config_auto.h.in:
20945: --with-shared-xml --with-static-xml
1.95 moko 20946:
20947: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20948: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20949: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20950: xalan&xml
20951:
20952: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20953:
1.211 moko 20954: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20955: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20956: from sources for now
1.95 moko 20957:
1.116 moko 20958: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20959: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20960: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20961: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20962: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20963: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20964: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20965: src/types/Makefile.am, src/types/pa_vhashfile.C,
20966: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20967:
20968: 2002-02-21 paf
20969:
20970: * src/main/untaint.C: removed debug code, activated commented-for
20971: debug parts
20972:
1.116 moko 20973: * Makefile.am: make cvsupdate
1.95 moko 20974:
20975: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20976: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20977: append_row, not at link zero now string to string appending works
20978:
20979: 2002-02-20 paf
20980:
20981: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20982: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20983: DEBUG_STRING_APPENDS_VS_EXPANDS
20984:
20985: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20986: economy: 22%
20987:
20988: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20989: space uptimized: string::link_row removed
20990:
20991: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20992: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20993: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20994: types/pa_vstring.h: speed uptimized: string::is_empty
20995:
1.211 moko 20996: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20997: src/include/pa_config_fixed.h, src/include/pa_string.h,
20998: src/include/pa_types.h, src/main/compile.tab.C,
20999: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21000: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21001: string append optimiziation idea and estimates
21002:
21003: 2002-02-19 paf
21004:
21005: * src/classes/math.C: not used directly [but erroreously reported
21006: that 'is', thus registering twice&other probs]
21007:
21008: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21009: to node [element]
21010:
21011: * src/main/compile.C: without string_origins parse error
21012: file+line+col possible
21013:
21014: * src/main/: compile.C: without string_origins not worked
21015:
21016: 2002-02-18 paf
21017:
21018: * src/types/pa_vdouble.h: since we have in_expression removed that
21019: trick i've installed into double::as_string
21020:
21021: * src/main/pa_globals.C: extern "C" was removed too fast
21022:
21023: * src/: include/pa_opcode.h, include/pa_request.h,
21024: main/compile.tab.C, main/compile.y, main/execute.C,
21025: types/pa_wcontext.h: in_expression aimed to solve old problem
21026: with string/nonstring values, now in expressions double/int
21027: values are passed as-is, without stupid tostring/fromstring
21028: conversions
21029:
21030: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21031: __cplusplus } #endif
21032:
21033: * src/main/compile.tab.C: bison env set so one could compile
21034: without cygwin installed
21035:
21036: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21037: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21038: gnome xml libs parser .dsp-s changed accordingly
21039:
1.211 moko 21040: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21041: PARSER_ROOT_CONFIG
1.95 moko 21042:
1.211 moko 21043: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21044: [were date::set, with backward comp
1.95 moko 21045:
21046: * src/classes/math.C: math:random range check fixed
21047:
21048: * src/main/: compile.tab.C, compile.y: integer division stops name
21049:
21050: * INSTALL: local install comment
21051:
1.116 moko 21052: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21053:
1.116 moko 21054: * acinclude.m4, aclocal.m4, configure, configure.in,
21055: src/include/pa_config_auto.h.in,
21056: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21057: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21058:
1.211 moko 21059: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21060:
21061: 2002-02-13 paf
21062:
21063: * src/include/pa_config_includes.h: sys/time time both included
21064: now. vaguely remember confilicts on this on some system [not on
21065: six|ablv] so when would see them again would think up proper
21066: check
21067:
1.116 moko 21068: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21069: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21070:
21071: * src/main/pa_common.C: truncation never occured when writing files
21072: on unix [since i've changed cache mech] fix
21073:
21074: * src/main/pa_common.C: strnchr: sanity check added
21075:
21076: * etc/parser3.charsets/windows-1257.cfg: id added
21077:
21078: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21079: baltic charset file generated, in generation script ispunct check
21080: added
21081:
21082: 2002-02-08 paf
21083:
1.116 moko 21084: * src/: include/Makefile.am, sql/Makefile.am,
21085: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21086:
21087: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21088: forgotten
21089:
21090: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21091:
21092: * INSTALL, README: install&others updated
21093:
21094: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21095:
1.116 moko 21096: * Makefile.am, configure, configure.in,
21097: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21098: src/classes/Makefile.am, src/main/Makefile.am,
21099: src/main/pa_status_provider.C, src/targets/Makefile.am,
21100: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21101: works
1.95 moko 21102:
21103: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21104: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21105: classes/hashfile.C, classes/int.C, classes/mail.C,
21106: classes/math.C, classes/op.C, classes/response.C,
21107: classes/string.C, classes/table.C, classes/void.C,
21108: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21109: include/pa_array.h, include/pa_cache_managers.h,
21110: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21111: include/pa_config_fixed.h, include/pa_config_includes.h,
21112: include/pa_db_connection.h, include/pa_db_manager.h,
21113: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21114: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21115: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21116: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21117: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21118: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21119: include/pa_stack.h, include/pa_string.h,
21120: include/pa_stylesheet_connection.h,
21121: include/pa_stylesheet_manager.h, include/pa_table.h,
21122: include/pa_threads.h, include/pa_types.h, main/compile.C,
21123: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21124: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21125: main/pa_db_connection.C, main/pa_db_manager.C,
21126: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21127: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21128: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21129: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21130: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21131: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21132: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21133: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21134: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21135: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21136: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21137: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21138: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21139: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21140: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21141: types/pa_vmethod_frame.h, types/pa_vobject.h,
21142: types/pa_vrequest.h, types/pa_vresponse.h,
21143: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21144: types/pa_vstateless_object.h, types/pa_vstatus.C,
21145: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21146: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21147: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21148: classes/image.C, main/pa_common.C, main/pa_exec.C,
21149: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21150: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21151: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21152: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21153: types/pa_vxnode.C, main/pa_charset.C: name spelling
21154:
21155: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21156: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21157: classes/hashfile.C, classes/image.C, classes/int.C,
21158: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21159: classes/string.C, classes/table.C, classes/void.C,
21160: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21161: include/pa_array.h, include/pa_cache_managers.h,
21162: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21163: include/pa_config_fixed.h, include/pa_config_includes.h,
21164: include/pa_db_connection.h, include/pa_db_manager.h,
21165: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21166: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21167: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21168: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21169: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21170: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21171: include/pa_stack.h, include/pa_string.h,
21172: include/pa_stylesheet_connection.h,
21173: include/pa_stylesheet_manager.h, include/pa_table.h,
21174: include/pa_threads.h, include/pa_types.h, main/compile.C,
21175: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21176: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21177: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21178: main/pa_db_connection.C, main/pa_db_manager.C,
21179: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21180: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21181: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21182: main/pa_socks.C, main/pa_sql_driver_manager.C,
21183: main/pa_status_provider.C, main/pa_string.C,
21184: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21185: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21186: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21187: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21188: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21189: targets/isapi/pool_storage.h, types/pa_valiased.C,
21190: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21191: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21192: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21193: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21194: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21195: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21196: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21197: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21198: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21199: types/pa_vresponse.h, types/pa_vstateless_class.C,
21200: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21201: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21202: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21203: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21204: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21205: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21206:
21207: 2002-02-07 paf
21208:
21209: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21210:
1.116 moko 21211: * configure, configure.in, src/include/pa_config_auto.h.in,
21212: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21213: added yet another locking function: fcntl
1.95 moko 21214:
21215: * config.sub: on cygwin configure passes it with strange i1586
21216: const, hacked it to mean i586
21217:
21218: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21219: disabled $if reference due to conflicts with local variables
21220:
1.211 moko 21221: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21222: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21223: xdoc::create, with both sences
21224:
21225: * operators.ru.txt, operators.txt, src/classes/table.C,
21226: src/include/pa_array.h, src/include/pa_table.h,
21227: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21228: 'set' name obsolete now table clone.
1.95 moko 21229:
1.211 moko 21230: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21231: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21232: ^int/double/string.format now can be called with normal []
21233: brackets, not stupid {} as it were implemented for some strange
21234: reason. retaining backward compatibility due to some
21235: already-implemented servers
21236:
21237: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21238: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21239: operators now detected by check at name_without_curly_rdive_read
21240: rule whether diving code constists only of
21241: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21242: with OP_GET_ELEMENT_OR_OPERATOR to form
21243: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21244:
21245: 2002-02-06 paf
21246:
21247: * configure, configure.in: prefix expanded, grr
21248:
1.211 moko 21249: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21250: config changed
1.95 moko 21251:
21252: 2002-02-05 paf
21253:
1.211 moko 21254: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21255:
21256: * src/main/: pa_exec.C: argv0 now correct
21257:
21258: * src/types/pa_vstatus.C: status:rusage 3
21259:
21260: * src/types/pa_vstatus.C: status:rusage 2
21261:
1.211 moko 21262: * operators.ru.txt, operators.txt: status:rusage described int
21263: operators
1.95 moko 21264:
21265: * src/types/pa_vstatus.C: status:rusage 1
21266:
21267: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21268: src/types/types.dsp: status:rusage
21269:
1.211 moko 21270: * configure.in, operators.ru.txt, operators.txt,
21271: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21272: src/include/pa_config_includes.h, src/main/compile.tab.C,
21273: src/main/pa_common.C: rewritten ^cache to use
21274: non-blocking-exclusive-caches
21275:
21276: * src/main/pa_common.C: text file read mode on win32 adjusted
21277: [speed impact. was off for debugging purpose, but forgotten
21278: afterwards]
21279:
21280: 2002-02-01 paf
21281:
21282: * src/classes/op.C: file_write does EX lock after create, while
21283: file_read does SH after open, so there's a moment after create
21284: but before EX lock when read can sneak into, and read
21285: just-created-for-writing-and-not-yet-locked file, added a check
21286: for that in ^cache...read
21287:
21288: 2002-01-31 paf
21289:
21290: * src/main/: compile.y, compile.tab.C: disabled operator call after
21291: ^xxx:
21292:
21293: * src/main/: compile.tab.C, execute.C: made operators lookup first
21294: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21295:
21296: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21297: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21298: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21299: operators check 6.1 rewritten. now check is done at compile time
21300:
21301: * src/main/execute.C: operators check 5 floated up old error of
21302: staying in 'entered class/object' state after $a($a..) it
21303: prevented operators from being called thereafter
21304:
21305: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21306: main/execute.C: operators check 4 floated up old error of staying
21307: in 'entered object' state after ^a.a(a) it prevented operators
21308: from being called thereafter
21309:
21310: * src/main/execute.C: operators check 3 floated up old error of
21311: staying in 'entered class' state after $a:a(a) it prevented
21312: operators from being called thereafter
21313:
21314: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21315: floated up old error of staying in 'entered class' state after
21316: $a:a[a] it prevented operators from being called thereafter
21317:
21318: * src/main/execute.C: operators check, thay mistakenly seen in
21319: $class:operator $object.operators contexts
21320:
21321: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21322: win32
21323:
1.116 moko 21324: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21325: src/classes/Makefile.am, src/main/Makefile.am,
21326: src/targets/cgi/Makefile.am,
1.95 moko 21327: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21328: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21329:
1.116 moko 21330: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21331: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21332: configure, configure.in, form.txt, ident.awk, install-sh,
21333: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21334: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21335: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21336: etc/parser3.charsets/koi8-r.cfg,
21337: etc/parser3.charsets/windows-1250.cfg,
21338: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21339: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21340: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21341: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21342: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21343: straightened installation scripts procedure made
21344: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21345: change
21346:
21347: 2002-01-30 paf
21348:
21349: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21350: removed] those comments were a mistake, and prevented libltdl
21351: from function properly
21352:
21353: 2002-01-29 paf
21354:
1.116 moko 21355: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21356: creation [modified acinclude.m4 which were creating int into just
21357: assignment LIBTOOL=../libtool] added default system
21358: config&charsetts prepared 'make install', now it installs
21359: targets/cgi/parser3 into bin directory etc/parser3.conf &
21360: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21361: $sysconfdir/parser3.charsets respectively
21362:
21363: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21364: main/pa_globals.C: few forgotten ifdef XML added
21365:
21366: 2002-01-28 paf
21367:
1.116 moko 21368: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21369: removed
21370:
21371: * src/main/pa_exception.C: dom|generic error output fix
21372:
21373: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21374:
21375: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21376:
21377: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21378: [fixed as_node helper func to accept docs]
21379:
21380: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21381: xdoc.importNode 0
21382:
21383: * src/classes/xdoc.C: xdoc::set now untaints OK
21384:
21385: 2002-01-25 paf
21386:
21387: * src/main/: compile.tab.C, compile.y: #comment before @ after
21388: @SPECIAL now works OK
21389:
21390: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21391:
21392: * src/main/pa_exec.C: max arg count now 10, and proper message on
21393: violation that added
21394:
21395: * src/classes/hash.C: unified hash::sql, now
21396: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21397:
21398: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21399: ^file:lock[filename]{code}
21400:
21401: * src/: classes/file.C, classes/op.C, classes/string.C,
21402: classes/table.C, classes/xdoc.C, include/pa_common.h,
21403: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21404: to some pa_common funcs
21405:
21406: * src/: include/pa_charset.h, main/pa_globals.C:
21407: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21408:
21409: * src/: include/pa_charset.h, main/pa_charset.C,
21410: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21411: not stupid illegal define
21412:
21413: 2002-01-24 paf
21414:
21415: * src/include/pa_version.h: changed version number
21416:
21417: * src/: classes/hashfile.C, include/pa_db_table.h,
21418: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21419: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21420: main/pa_db_connection.C, main/pa_db_table.C,
21421: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21422: hashfile without logfiles
21423:
21424: * src/: classes/hashfile.C, include/pa_db_table.h,
21425: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21426: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21427: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21428: DB_INIT_TXN init bits, thus got rid of huge log files, which
21429: cluttered disk without huge need]
21430:
21431: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21432: handy macro, which is strangly abscent in dome lib
21433:
21434: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21435:
21436: * src/classes/xdoc.C: checked empty response
21437:
21438: * src/classes/xnode.C: xdoc.select fixed context node [were always
21439: /, not self node]
21440:
21441: * src/classes/xnode.C: xnode.select returns array always now, in
21442: case 'nothing found' returns empty array
21443:
21444: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21445: be more tender with ctrl/c/v
21446:
21447: 2002-01-23 paf
21448:
21449: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21450: substituted. // 2. when dom tree with entites goes under
21451: transform text nodes // got [erroreosly] cut on first
21452: entity occurance
21453:
21454: * src/types/pa_vdouble.h: double prec. todo: get rid of
21455: twice-converting
21456:
21457: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21458: 'e' in output this is for regretful twice-converting here:
21459: $a(double value) when they write double falue they convert it to
21460: string first, thus %g were losing precesion.
21461:
21462: todo: think up some way to remove double->string string->double
21463: twice-converting
21464:
21465: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21466: %.20E now default float format this is for regretful
21467: twice-converting here: $a(double value) when they write double
21468: falue they convert it to string first, thus %g were losing
21469: precesion.
21470:
21471: todo: think up some way to remove double->string string->double
21472: twice-converting
21473:
21474: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21475: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21476: reasons in comment inside
21477:
21478: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21479: statically linked]
21480:
21481: * src/: include/pa_exception.h, main/compile.tab.C,
21482: main/pa_exception.C: removed exception va_list constructor. 1.
21483: not needed anymore 2. there were a conflict[causing errors]
21484: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21485: never detected an ambiguilty here, compiling ctor(, "hello") into
21486: ctor(, va_list) which, of course, caused gpf
21487:
21488: * src/main/pa_globals.C: removed debug xslt messages
21489:
21490: 2002-01-22 paf
21491:
21492: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21493: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21494: helps compiling stylesheet properly. example: this refused to
21495: work, <b>«<xsl:value-of select="@title"
21496: />»</b> stranly worked only this way:
21497: <b>«<xsl:value-of select="@title" />»</b>
21498:
21499: docs says "set it to 1", never going into details, so I decided
21500: to try NOT to do that
21501:
21502: * src/classes/table.C: join behaived badly in case named tables
21503: structure mismatched: 0 strings sneaked into dest failing
21504: afterwards. replaced them with empty strings
21505:
21506: 2002-01-21 paf
21507:
21508: * src/main/pa_charset.C: checked empty transcoders in
21509: transcode_cstr|buf
21510:
21511: * src/classes/xdoc.C: xdoc::load error source = filespec
21512:
21513: * src/classes/xdoc.C: transform error source now
21514: stylesheet_filespec
21515:
1.116 moko 21516: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21517: include/pa_stylesheet_connection.h, main/pa_charset.C,
21518: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21519: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21520: gnome
1.95 moko 21521:
21522: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21523: include/pa_globals.h, include/pa_stylesheet_connection.h,
21524: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21525: xslt generic error 1
21526:
21527: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21528: xml generic message 1
21529:
21530: * src/classes/table.C: ^table::load empty lines or #comments before
21531: headline
21532:
21533: * src/: include/pa_array.h, include/pa_globals.h,
21534: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21535: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21536: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21537: errors 0
21538:
21539: 2002-01-16 paf
21540:
21541: * src/: classes/hash.C, classes/op.C, classes/string.C,
21542: classes/table.C, classes/void.C, classes/xdoc.C,
21543: include/pa_db_connection.h, include/pa_request.h,
21544: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21545: include/pa_stylesheet_connection.h,
21546: include/pa_stylesheet_manager.h, main/pa_request.C,
21547: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21548: targets/cgi/pool_storage.h: auto closers to sql_connection,
21549: stylesheet_connection auto destroyers to remaining gnome objects
21550:
21551: * src/classes/xdoc.C: few comments
21552:
21553: 2002-01-15 paf
21554:
21555: * src/classes/xdoc.C: xdoc file save string
21556:
21557: ready. todo: error handling
21558:
21559: * src/classes/xdoc.C: xdoc save rewritten using
21560: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21561: result
21562:
21563: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21564: started output options parsing
21565:
21566: 2002-01-14 paf
21567:
21568: * src/classes/xdoc.C: method
21569:
21570: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21571: include/pa_pool.h, include/pa_stylesheet_connection.h,
21572: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21573: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21574: xslt transform0. TODO: use output options handle errors
21575:
21576: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21577:
21578: 2002-01-11 paf
21579:
21580: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21581: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21582: partial logical && || evaluation
21583:
21584: * src/classes/xnode.C: xpath selectNodes
21585:
21586: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21587: string/number/bool
21588:
21589: * src/classes/xnode.C: xpath selectNode 2
21590:
21591: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21592: xpath selectNode 1
21593:
21594: 2002-01-10 paf
21595:
21596: * src/classes/xnode.C: xpath selectNode -100 [just written]
21597:
21598: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21599: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21600: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21601: refcounter]
21602:
21603: 2001-12-29 paf
21604:
21605: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21606: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21607: glib works 0
21608:
21609: 2001-12-28 paf
21610:
21611: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21612: main/pa_exception.C: started glib transcoders
21613:
21614: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21615:
21616: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21617: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21618: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21619: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21620: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21621: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21622: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21623: libs just compiled in. no refcounting no xpath no xslt yet
21624:
21625: 2001-12-27 paf
21626:
21627: * src/: include/pa_charset.h, include/pa_common.h,
21628: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21629: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21630: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21631: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21632: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21633: from xalan&xerces, started the process. globals [initialization
21634: pool [charset update charset [transcodings vxnode vxdoc [DOM
21635: calls
21636:
21637: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21638: anymore
21639:
21640: 2001-12-26 paf
21641:
21642: * src/: include/pa_charset.h, include/pa_charsets.h,
21643: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21644: key globalized [bug]
21645:
21646: 2001-12-25 paf
21647:
21648: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21649: main/pa_string.C: table set & append changed splitting languages,
21650: separators now can be clean AND as-is same to mail command line
21651: $MAIN:MAIL.progX arguments
21652:
21653: 2001-12-24 paf
21654:
21655: * src/classes/mail.C: one parted text messages - no multipart
21656: mime-type anymore. for convinient if $.attach-ments
21657:
21658: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21659: main/pa_string.C: read from cache size check updated
21660:
21661: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21662:
21663: 2001-12-21 paf
21664:
21665: * src/classes/date.C: date:sql-string now returns localtime
21666:
21667: * src/main/pa_request.C: $result in @main actually not working, to
21668: hell with it for now
21669:
21670: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21671: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21672: @postprocess @exception
21673:
21674: * src/main/execute.C: junction evaluation canceled - endless
21675: recursion detected
21676:
21677: 2001-12-19 paf
21678:
21679: * src/main/pa_charset.C: charset->charset transcoding via unicode
21680: intermediate
21681:
21682: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21683:
21684: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21685:
21686: * src/classes/op.C: ^cache keypath now relative
21687:
21688: * src/classes/mail.C: changed weighting prior to sort
21689:
21690: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21691: were missing
21692:
21693: 2001-12-17 paf
21694:
21695: * src/main/pa_charset.C: ifndef XML were bad type
21696:
21697: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21698: outdated unset services_pool
21699:
21700: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21701: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21702: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21703:
21704: * src/main/untaint.C: allowed space in filespec
21705:
21706: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21707:
21708: * src/classes/image.C: no govno
21709:
21710: * src/classes/image.C: govno
21711:
21712: 2001-12-16 paf
21713:
21714: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21715:
21716: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21717: charset_connection&manager replaced by charset&charsets
21718:
21719: * src/main/pa_charset.C: name_cstr 0
21720:
21721: * src/main/untaint.C: uri lang now knows about client/source
21722: charsets
21723:
21724: * src/: classes/file.C, classes/math.C, classes/op.C,
21725: classes/string.C, classes/table.C, classes/xdoc.C,
21726: include/pa_array.h, include/pa_cache_managers.h,
21727: include/pa_charset_connection.h, include/pa_charset_manager.h,
21728: include/pa_common.h, include/pa_db_connection.h,
21729: include/pa_db_manager.h, include/pa_db_table.h,
21730: include/pa_dictionary.h, include/pa_exception.h,
21731: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21732: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21733: include/pa_sapi.h, include/pa_socks.h,
21734: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21735: include/pa_string.h, include/pa_stylesheet_connection.h,
21736: include/pa_stylesheet_manager.h, include/pa_table.h,
21737: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21738: main/pa_charset.C, main/pa_charset_connection.C,
21739: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21740: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21741: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21742: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21743: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21744: types/types.dsp: introducing Charset
21745:
21746: 2001-12-14 paf
21747:
21748: * src/: include/pa_request.h, include/pa_transcoder.h,
21749: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21750: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21751: uri lang
21752:
21753: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21754:
21755: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21756:
21757: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21758: defalts_name global
21759:
21760: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21761: include/pa_request.h, main/main.dsp,
21762: main/pa_charset_connection.C, main/pa_charset_manager.C,
21763: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21764: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21765: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21766: changed charset model. now important: $request:charset
21767: $response:charset while $response:content-type.charset become
21768: unimportant [informational]
21769:
21770: 2001-12-13 paf
21771:
21772: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21773:
21774: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21775: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21776: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21777: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21778: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21779: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21780:
21781: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21782: auto_ptr part other way, because of stupid gcc 2.96
21783: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21784: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21785: FormatterListener] /usr/include/g++-3/memory:48:
21786: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21787: _Tp1 = FormatterListener, _Tp = FormatterListener]
21788:
21789: * src/classes/xdoc.C: removed extra inc
21790:
21791: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21792:
21793: * src/include/pa_types.h: msvc head debugging flag
21794:
21795: * src/classes/xdoc.C: freed up listener
21796:
21797: * src/classes/string.C: change msg '... code is not code'
21798:
21799: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21800: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21801: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21802: [past/future prob]
21803:
21804: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21805: include/pa_config_fixed.h, include/pa_db_manager.h,
21806: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21807: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21808:
21809: * src/: include/pa_config_fixed.h, main/pa_common.C,
21810: main/pa_string.C: removed signed mismatch warnings
21811:
21812: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21813: 'expires' from header outputs
21814:
21815: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21816: row ptr
21817:
21818: * src/classes/file.C: file::cgi bug, request_method were passed to
21819: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21820:
21821: * src/classes/xdoc.C: lang list updated
21822:
21823: 2001-12-10 paf
21824:
21825: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21826:
21827: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21828: erase files like that, knowing their full name introducing //
21829: theoretical problem with, for instance, "_2B" and "." fragments,
21830: // they would yield the same // because
21831: need_file_encode('_')=false // but we need to delete such files
21832: somehow, getting names from ^index
21833:
21834: * src/main/pa_string.C: ^string.replace bug fixed [bad
21835: string::join_chank break]
21836:
21837: 2001-12-07 paf
21838:
21839: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21840: include/pa_common.h, include/pa_config_auto.h.in,
21841: include/pa_config_fixed.h, include/pa_config_includes.h,
21842: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21843: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21844: types/pa_vhashfile.C: merged from r14_simple_cache
21845:
21846: * src/main/pa_string.C: stupid sparc architecture failed to access
21847: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21848: lduh [ %i2 + 1 ], %l0
21849:
21850: bus error, fixed that
21851:
21852: * src/main/pa_string.C: strange string deserialize bug on
21853: client[pmts], a bit shortened,
21854:
21855: * src/include/pa_config_auto.h.in: makes
21856:
21857: * src/: include/pa_common.h, include/pa_config_fixed.h,
21858: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21859: file write shared lock file read
21860:
21861: * src/: classes/op.C, include/pa_common.h,
21862: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21863:
21864: 2001-12-06 paf
21865:
21866: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21867: main/pa_request.C: #ifdef RESOURCES_DEBUG
21868:
21869: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21870: info
21871:
21872: * src/classes/hashfile.C: removed transaction from ^cache
21873:
21874: 2001-12-05 paf
21875:
21876: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21877: IIS5 there were a prob with illegal call check
21878:
21879: 2001-12-04 paf
21880:
21881: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21882: main/pa_request.C: measures to log
21883:
21884: 2001-11-23 paf
21885:
21886: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21887: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21888: types/pa_vhashfile.C: merged from _0014, 1
21889:
21890: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21891: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21892: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21893: ^cache(33) would change
21894:
21895: 0660 bits in file_write & hashfile create
21896:
21897: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21898: after pa_string optimization]
21899:
21900: 2001-11-22 paf
21901:
21902: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21903: table.offset[whence]
21904:
21905: * src/classes/op.C: process cstr(,connection)
21906:
21907: * src/classes/op.C: process now gets its body on current language,
21908: not as-is
21909:
21910: * src/main/untaint.C: ORIGINS mode removed UHTML
21911:
21912: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21913: bit
21914:
1.116 moko 21915: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21916:
21917: 2001-11-21 paf
21918:
21919: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21920: <xsl:output output options made identical to xsl:output
21921: attributes exclusion: cdata-section-elements what xalan can do
21922: but that not used now: it can escape and remove CDATA sections
21923:
21924: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21925: produced by xslt
21926:
21927: * src/targets/cgi/parser3.C: removed debug cgi||1
21928:
21929: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21930:
21931: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21932: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21933: default language for {code}, it happen to change it's language
21934: from CLEAN, so later refused to split by CLEAN \t
21935:
21936: 2001-11-20 paf
21937:
1.116 moko 21938: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21939: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21940: bottom of dependeces, so that errors would popup quicklier, fixed
21941: line numbering in table::sql
21942:
21943: 2001-11-19 paf
21944:
21945: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21946: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21947: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21948: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21949: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21950: at wcontext.write
21951:
1.116 moko 21952: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21953: _set_new_handler
21954:
1.116 moko 21955: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21956: set_new_handler in apache&isapi
1.95 moko 21957:
21958: 2001-11-16 paf
21959:
21960: * src/targets/cgi/parser3.C: pool debug @ die
21961:
21962: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21963: removed 8 bytes from String, 2 bytes from
21964: string::chunk::row::item
21965:
21966: * src/main/pa_string.C: removed 1+4 bytes from String
21967:
21968: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21969: types/pa_vstring.C: removed 1+4 bytes from String
21970:
21971: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21972: 0
21973:
21974: * src/: include/pa_globals.h, include/pa_string.h,
21975: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21976: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21977: targets/cgi/parser3.C: introducing estimating
21978: String::cstr_bufsize, 0
21979:
21980: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21981:
21982: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21983:
21984: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21985: include/pa_pool.h: die in pool::fail
21986:
21987: 2001-11-15 paf
21988:
21989: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21990: main/pa_exception.C, targets/cgi/parser3.C: exception with
21991: dynamic buffer re-back now with counter
21992:
21993: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21994: static buffer back
21995:
21996: * src/targets/cgi/parser3.C: std::
21997:
21998: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21999: include/pa_config_includes.h: setnewhandler check
22000:
1.116 moko 22001: * src/include/pa_config_auto.h.in: makes
1.95 moko 22002:
22003: * src/targets/cgi/parser3.C: set_new_handler started
22004:
22005: 2001-11-14 paf
22006:
22007: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22008: was wrong
22009:
22010: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22011: was wrong
22012:
22013: * src/main/pa_request.C: z
22014:
22015: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22016: full returns win32 -1 solaris >buffer_size
22017:
22018: checked all that
22019:
22020: * src/classes/op.C: ^untaint{body} as-is default now
22021:
22022: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22023: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22024: with no_bad_constructors_try
22025:
22026: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22027: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22028: this: $bred[^string::length[]] $bred[^response::clear[]]
22029: $bred[^int::int[]]
22030:
22031: now VObject creation moved into overriden
22032: VClass::create_new_value, thus 0 from create_new_value means that
22033: class has no ctors
22034:
22035: 2001-11-13 paf
22036:
22037: * src/classes/classes.C: returned accedently removed if in foreach
22038: callbacks [when hash no-0-restructure]
22039:
22040: 2001-11-12 paf
22041:
22042: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22043: passed as-is to method, xalan makes & into & itself
22044:
22045: * src/classes/date.C: date.roll parser2 alg used
22046:
22047: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22048: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22049: main/pa_dictionary.C, main/pa_hash.C,
22050: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22051: now does not containt 0 values. put 0 actullay removes. no check
22052: on 0 value in foreach now required
22053:
22054: 2001-11-11 paf
22055:
22056: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22057:
22058: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22059:
22060: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22061: driver initialize not const
22062:
22063: 2001-11-10 paf
22064:
22065: * src/main/pa_exec.C: doc
22066:
22067: 2001-11-09 paf
22068:
22069: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22070: param properly
22071:
22072: * src/classes/string.C: string.save now does untainting before
22073: saving
22074:
22075: * src/main/pa_common.C: line endings fixing fixed last piece[was
22076: still cstr oriented]
22077:
22078: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22079: line endings fixing got rid of cstr, now must work ok with post
22080: multipart
22081:
22082: * src/types/pa_vform.C: line endings fixed at post / multipart /
22083: not file also now
22084:
22085: 2001-11-08 paf
22086:
22087: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22088: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22089: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22090: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22091: main/pa_stylesheet_manager.C: restructured Cache manager to be
22092: simple parent, not second parent [gcc 2.96 strangly refused to
22093: call virtual from second parent]
22094:
1.116 moko 22095: * src/: include/pa_common.h, main/Makefile.am,
22096: targets/cgi/pa_pool.C: makes
1.95 moko 22097:
22098: * src/: include/pa_request.h, main/pa_request.C,
22099: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22100: 'status' class enabler
22101:
22102: <Location /parser-status.html> ParserStatusAllowed </Location>
22103:
22104: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22105: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22106: include/pa_stylesheet_manager.h, main/main.dsp,
22107: main/pa_cache_managers.C, main/pa_charset_manager.C,
22108: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22109: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22110: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22111: todo: apache 'status' class enabler
22112:
22113: 2001-11-05 paf
22114:
22115: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22116: debug to normal
22117:
22118: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22119: hence i removed skipping 0 values in hash::for_each-es we need to
22120: check cleaned cache items manually. few more checks.
22121:
22122: expiring to 0 time was wrong, changed to 'now' time
22123:
22124: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22125: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22126: on apache already done :)
22127:
22128: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22129: skipping 0 values in hash::for_each-es we need to check cleaned
22130: cache items manually
22131:
22132: * src/main/: pa_db_connection.C, pa_db_table.C:
22133: parser_multithreaded check was wrong
22134:
22135: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22136: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22137: classes/hashfile.C, classes/image.C, classes/int.C,
22138: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22139: classes/string.C, classes/table.C, classes/void.C,
22140: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22141: include/pa_array.h, include/pa_charset_connection.h,
22142: include/pa_charset_manager.h, include/pa_common.h,
22143: include/pa_config_fixed.h, include/pa_config_includes.h,
22144: include/pa_db_connection.h, include/pa_db_manager.h,
22145: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22146: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22147: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22148: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22149: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22150: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22151: include/pa_stack.h, include/pa_string.h,
22152: include/pa_stylesheet_connection.h,
22153: include/pa_stylesheet_manager.h, include/pa_table.h,
22154: include/pa_threads.h, include/pa_types.h, main/compile.C,
22155: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22156: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22157: main/pa_charset_manager.C, main/pa_common.C,
22158: main/pa_db_connection.C, main/pa_db_manager.C,
22159: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22160: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22161: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22162: main/pa_socks.C, main/pa_sql_driver_manager.C,
22163: main/pa_status_provider.C, main/pa_string.C,
22164: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22165: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22166: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22167: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22168: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22169: targets/isapi/pool_storage.h, types/pa_valiased.C,
22170: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22171: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22172: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22173: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22174: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22175: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22176: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22177: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22178: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22180: types/pa_vstateless_object.h, types/pa_vstatus.h,
22181: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22182: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22183: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22184: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22185: $status:db fixed used not initialized in db_connection & db_table
22186:
22187: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22188: $status:charset
22189:
22190: * src/: classes/xdoc.C, include/pa_db_connection.h,
22191: include/pa_stylesheet_connection.h,
22192: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22193: types/pa_vstatus.h: $status:stylesheet
22194:
22195: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22196: include/pa_request.h, include/pa_sql_connection.h,
22197: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22198: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22199: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22200: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22201: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22202: types/pa_vxnode.C, types/types.dsp: started status parser class
22203:
22204: 2001-11-01 paf
22205:
22206: * src/include/pa_config_auto.h.in: makes
22207:
22208: * src/main/pa_hash.C: removed old extra include
22209:
22210: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22211: checks [for hp, there are such in math.h]
22212:
22213: * src/classes/op.C: ^for endless loop check strightened
22214:
22215: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22216: behavior in native calls. it left unchanged, so ^for ^foreach &
22217: co can use r.root to write their i & key,value there
22218:
22219: * src/classes/op.C: detected for var storage bug, fixed.
22220: todo:foreach
22221:
22222: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22223: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22224: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22225: changing of hash inside of foreach
22226:
22227: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22228: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22229: were hash.foreach
22230:
22231: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22232: types/pa_vstring.C, types/pa_vstring.h:
22233: ^foreach[key|value]{body}[[separator]|{separator}]
22234:
22235: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22236: types/pa_vcookie.C: ^hash.delete[key]
22237:
22238: 2001-10-31 paf
22239:
22240: * src/main/: compile.C, pa_common.C: completely empty file now
22241: considered "read", not ignored [not perfect trick used]
22242:
22243: * src/main/pa_common.C: simplier common ifdefs
22244:
22245: * src/main/pa_common.C: typing bug in common - bad ifdeff
22246:
22247: * src/main/pa_db_connection.C: z
22248:
22249: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22250: lockdetector flags
22251: dbenv.lk_detect=DB_LOCK_RANDOM;
22252:
22253: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22254: from accidental show [imagine user forgot @exception]
22255:
22256: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22257:
22258: * src/: classes/file.C, classes/image.C, classes/mail.C,
22259: classes/string.C, classes/xnode.C, include/pa_common.h,
22260: main/pa_common.C: ^string.save[[append;]path]
22261:
22262: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22263: main/execute.C: \ in expression: int divide 10/3=3
22264:
22265: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22266: inside of ^cache
22267:
22268: * src/: include/pa_threads.h, main/pa_db_connection.C,
22269: main/pa_db_table.C, targets/cgi/pa_threads.C,
22270: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22271: needed
22272:
22273: 2001-10-30 paf
22274:
22275: * src/: classes/classes.dsp, main/main.dsp,
22276: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22277: types/types.dsp: enabled debug incremental compile
22278:
22279: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22280: form post data line endings not reformatted now.
22281:
22282: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22283: now required [had bug when file= has no value]
22284:
22285: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22286: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22287: cstr(asis) default param removed
22288:
22289: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22290:
22291: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22292:
22293: * src/include/pa_dir.h: LOAD_DIR fixed
22294:
22295: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22296: was broken} fix_line_breaks
22297:
22298: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22299: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22300: packed with #pragma pack
22301:
1.116 moko 22302: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22303:
22304: 2001-10-29 paf
22305:
22306: * src/types/pa_wcontext.h: bitfield syntax stricter
22307:
22308: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22309: string hash.puts
22310:
22311: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22312:
22313: * src/include/pa_sql_connection.h: there were one wrong
22314: SQL_CONNECTION_FUNC_GUARDED [failed]
22315:
22316: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22317: param.someday either ifdef or remove it
22318:
22319: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22320:
22321: * src/main/untaint.C: optimizing returned after debugging
22322:
22323: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22324: main/untaint.C: memory hunging #pragma pack(1)
22325:
22326: 16 419 844 13 169 394
22327:
22328: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22329: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22330: places [todo:Array]
22331:
22332: * src/: main/execute.C, targets/cgi/pa_pool.C,
22333: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22334: types/pa_wwrapper.h: debugging memory WContext flags to bits
22335:
22336: total 5 652 652/158731 total 5 469 332/158731
22337:
22338: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22339: Array:: without cache in get/put now
22340:
22341: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22342: 18:25:27 2001] total 5 652 652/158731
22343:
22344: * src/: include/pa_string.h, main/pa_string.C,
22345: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22346: now
22347:
22348: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22349: 18:11:53 2001] total 5796092/158731
22350:
22351: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22352: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22353: key ref now
22354:
22355: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22356: 17:11:17 2001] total 16867948/202658
22357:
22358: * src/: classes/file.C, classes/image.C, classes/string.C,
22359: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22360: main/execute.C, main/pa_array.C, main/pa_common.C,
22361: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22362: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22363: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22364: string::as_int/double now usually uses stack, not heap [200K out
22365: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22366:
22367: * src/main/pa_sql_driver_manager.C: ping to have services [old
22368: hiding bug]
22369:
22370: * src/Makefile.am: .am order
22371:
22372: * src/: include/pa_array.h, include/pa_charset_manager.h,
22373: include/pa_db_connection.h, include/pa_db_manager.h,
22374: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22375: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22376: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22377: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22378: required "friend class"
22379:
22380: ../include/pa_request.h:51: friend declaration requires
22381: class-key, i.e. `friend class Temp_lang'
22382:
22383: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22384: main/pa_exception.C, main/pa_sql_driver_manager.C,
22385: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22386:
22387: the idea is to #1 jump to C++ some function to main body, where
22388: every function stack frame has exception unwind information and
22389: from there... #2 propagate_exception()
22390:
22391: 2001-10-28 paf
22392:
22393: * src/main/pa_db_connection.C: removed old consts
22394:
22395: * src/main/pa_db_connection.C: expire table [was accidently pasted
22396: with wrong type/cast]
22397:
22398: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22399: translation
22400:
1.116 moko 22401: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22402: remember to build DB2 with -fexceptions!!!
22403:
22404: * src/main/pa_db_table.C: DB_RMW defed
22405:
22406: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22407: include/pa_db_connection.h, include/pa_db_manager.h,
22408: include/pa_db_table.h, main/pa_db_connection.C,
22409: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22410:
22411: 2001-10-27 paf
22412:
22413: * src/: classes/hashfile.C, include/pa_db_connection.h,
22414: include/pa_db_table.h, main/pa_db_connection.C,
22415: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22416: types/pa_vhashfile.C: DB2 ifdefs
22417:
1.116 moko 22418: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22419: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22420: makes with DB2
22421:
1.116 moko 22422: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22423: types/Makefile.am: makes db
1.95 moko 22424:
22425: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22426: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22427: globals.C
22428:
22429: * src/: classes/hashfile.C, include/pa_db_connection.h,
22430: include/pa_db_table.h, main/pa_db_connection.C,
22431: main/pa_db_table.C: ^hashfile.clear[]
22432:
22433: * src/classes/classes.awk: no $ in var names
22434:
22435: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22436: connection&table [forgotten calls]
22437:
22438: 2001-10-26 paf
22439:
22440: * src/main/pa_db_connection.C: db checkpoints
22441:
22442: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22443: checkpoints
22444:
22445: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22446: default. but entities still reparsed. todo: tothink
22447:
22448: * src/main/pa_db_connection.C: db recover mech 2
22449:
22450: * src/: classes/hashfile.C, include/pa_db_connection.h,
22451: include/pa_db_manager.h, include/pa_db_table.h,
22452: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22453: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22454: types/pa_vhashfile.h: db connections & tables now cached at
22455: create time & multithreaded
22456:
22457: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22458: parsed_source
22459:
22460: * src/main/pa_db_connection.C: about to remove connection from
22461: vhashfile
22462:
22463: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22464: transaction commit/rollback responsibility left to parent [as it
22465: sould - else there were a bug with double free]
22466:
22467: * src/include/pa_db_table.h: db: child transaction commit/rollback
22468: responsibility left to parent [as it sould - else there were a
22469: bug with double free]
22470:
22471: 2001-10-25 paf
22472:
22473: * src/: classes/hashfile.C, include/pa_common.h,
22474: include/pa_db_connection.h, include/pa_db_manager.h,
22475: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22476: types/pa_vhashfile.C, types/pa_vhashfile.h,
22477: include/pa_db_table.h, main/pa_db_table.C: started db_home
22478: [multiple, cached] todo: autorecover [tried, but not succeded,
22479: yet]
22480:
22481: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22482:
22483: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22484: transaction parent passed
22485:
22486: 2001-10-24 parser
22487:
1.116 moko 22488: * src/classes/Makefile.am: makes
1.95 moko 22489:
22490: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22491: isapi/pool_storage.h: pool_storage fixed
22492:
22493: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22494: types/pa_vform.h: form fix_line_breaks
22495:
1.116 moko 22496: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22497:
22498: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22499: targets/cgi/pool_storage.h: makes
22500:
22501: * src/sql/pa_sql_driver.h: version
22502:
22503: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22504: types/pa_vform.C, types/pa_vform.h: .am
22505:
22506: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22507: this: DB_RMW Acquire write locks instead of read locks when doing
22508: the retrieval. Setting this flag may decrease the likelihood of
22509: deadlock during a read-modify-write cycle by immediately
22510: acquiring the write lock during the read part of the cycle so
22511: that another thread of control acquiring a read lock for the same
22512: item, in its own read-modify-write cycle, will not result in
22513: deadlock
22514:
22515: * src/targets/isapi/parser3isapi.dsp: doc
22516:
22517: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22518:
22519: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22520:
22521: * src/: classes/hashfile.C, include/pa_db_connection.h,
22522: main/pa_db_connection.C: hashfile expired deleted from db when
22523: get & iterate
22524:
22525: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22526: expiring 1
22527:
22528: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22529:
22530: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22531: db_connection not bothers with key when not returning expired
22532: data
22533:
22534: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22535: types/pa_vhashfile.C: db_cursor constructor public now
22536:
22537: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22538: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22539: stamped, todo: put_element analize
22540:
22541: * src/: include/pa_db_connection.h, include/pa_string.h,
22542: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22543: serialize. todo stamp
22544:
22545: 2001-10-23 parser
22546:
22547: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22548: classes/image.C, classes/mail.C, classes/response.C,
22549: classes/string.C, classes/table.C, classes/xdoc.C,
22550: include/pa_config_fixed.h, include/pa_db_connection.h,
22551: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22552: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22553: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22554: types/pa_vtable.C: ^hashfile.hash[]
22555:
22556: * src/: classes/hashfile.C, classes/xdoc.C,
22557: include/pa_config_fixed.h, main/pa_db_manager.C,
22558: main/pa_globals.C: ifdefs so it compiled without db
22559:
22560: * src/: classes/hashfile.C, include/pa_db_connection.h,
22561: include/pa_db_manager.h, main/pa_db_connection.C,
22562: main/pa_db_manager.C, types/pa_vhashfile.h:
22563: ^hashfile.transaction{code} ^hashfile:clear[filename]
22564: ^hashfile.delete[key]
22565:
22566: 2001-10-22 parser
22567:
22568: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22569: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22570:
22571: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22572: classes/xnode.C, include/pa_charset_connection.h,
22573: include/pa_db_connection.h, include/pa_db_manager.h,
22574: include/pa_exception.h, include/pa_sapi.h,
22575: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22576: include/pa_stylesheet_connection.h,
22577: include/pa_stylesheet_manager.h,
22578: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22579: main/pa_db_connection.C, main/pa_db_manager.C,
22580: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22581: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22582: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22583: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22584: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22585: types/types.dsp: hashfile 0
22586:
22587: * src/types/pa_vhashfile.C: z
22588:
22589: * src/: classes/classes.dsp, classes/hashfile.C,
22590: include/pa_config_fixed.h, main/execute.C,
22591: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22592: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22593:
22594: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22595:
22596: * src/: include/pa_exception.h, include/pa_request.h,
22597: main/execute.C, main/pa_exception.C, main/pa_request.C,
22598: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22599: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22600:
22601: 2001-10-19 parser
22602:
22603: * src/include/pa_pool.h: header
22604:
22605: * src/main/pa_pool.C: auto compiled on gcc
22606:
22607: * src/classes/image.C: comment
22608:
1.116 moko 22609: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22610:
22611: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22612: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22613: types/pa_vxnode.h: xnode clone got freed
22614:
22615: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22616: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22617: can free up xalandomstring resulting from pool::transcode
22618:
22619: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22620: include/pa_config_fixed.h, include/pa_exception.h,
22621: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22622: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22623: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22624: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22625: from non-xml compile
22626:
22627: * src/main/pa_request.C: pool:: context - get_context
22628:
22629: * src/: classes/classes.h, classes/date.C, classes/double.C,
22630: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22631: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22632: classes/string.C, classes/table.C, classes/void.C,
22633: include/pa_config_fixed.h, include/pa_exception.h,
22634: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22635: main/compile.C, main/compile_tools.C, main/execute.C,
22636: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22637: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22638: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22639: main/pa_string.C, main/pa_table.C, main/untaint.C,
22640: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22641: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22642: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22643: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22644: types/pa_vstateless_class.h, types/pa_vtable.C,
22645: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22646: exceptions 0
22647:
22648: * src/classes/classes.awk: $ removed
22649:
22650: 2001-10-18 parser
22651:
22652: * src/types/pa_vcookie.C: cookie:CLASS
22653:
22654: * src/main/main.dsp: project
22655:
22656: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22657: set_document & ctor question "who owns document" solved
22658:
22659: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22660:
22661: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22662: main/pa_pool.C: encoding in dom creating funcs
22663:
22664: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22665: be transformed now
22666:
22667: * src/classes/xdoc.C: dom created by create can be transformed now
22668:
22669: * src/classes/xdoc.C: z
22670:
22671: * src/classes/xdoc.C: comment
22672:
22673: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22674: create now uses XercesDocumentBridge, appendChild&co now works
22675:
22676: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22677: @ recompile
22678:
22679: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22680: $origin @exception[
22681:
22682: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22683: tag names forced to XML lang
22684:
22685: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22686: leechy-found bugs in code&doc fixed
22687:
22688: 2001-10-17 parser
22689:
22690: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22691: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22692: n functionality preserved
22693:
22694: * src/types/pa_vimage.h: removed unused vimage::save
22695:
22696: 2001-10-16 parser
22697:
22698: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22699:
22700: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22701:
22702: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22703:
22704: * src/classes/image.C: image.copy tolerance
22705:
22706: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22707: ineffective, but works for small paleted image
22708:
22709: * src/types/pa_vimage.C: comment
22710:
22711: * src/classes/image.C: gd size/resize bugfix
22712:
22713: * src/: classes/classes.dsp, main/main.dsp,
22714: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22715: types/types.dsp: ident >nul 2>&1
22716:
22717: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22718: systems
22719:
22720: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22721: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22722:
22723: 2001-10-15 parser
22724:
22725: * src/main/execute.C: z
22726:
22727: * src/classes/: xdoc.C: !::create{qualifiedName}
22728:
22729: * src/types/pa_vxnode.C: document_type_node.
22730: !readonly attribute DOMString name
22731: !notation_node.
22732: !readonly attribute DOMString publicId
22733: !readonly attribute DOMString systemId
22734:
1.116 moko 22735: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22736: ::write badly passed string too transparently [failed to
22737: intercept it]
1.95 moko 22738:
22739: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22740: include/pa_request.h, main/pa_sql_driver_manager.C,
22741: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22742: types/pa_vxnode.h: DOM1 major addtion, only few
22743: attributes/methods left
22744:
22745: 2001-10-13 parser
22746:
22747: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22748: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22749: in main handler
22750:
22751: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22752: cleanups & frees order
22753:
22754: * src/types/pa_vcode_frame.h: couple comments
22755:
22756: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22757: transparent enough to handle hash if creation&passing
22758:
22759: * src/: include/pa_config_fixed.h, main/execute.C,
22760: main/pa_exception.C: noticed that vcodeframe not transparent
22761: enough, would change now
22762:
22763: 2001-10-12 parser
22764:
22765: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22766: fixed. initialization&free on each thread!
22767:
22768: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22769: handling changed: now type of default param analized always, not
22770: only at problem time, thus helping early problem spotting
22771:
22772: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22773: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22774: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22775: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22776: multithread bug fixed. initialization&free on each thread!
22777:
22778: 2001-10-11 parser
22779:
22780: * src/classes/xnode.C: xnode.selectSingle now
22781:
22782: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22783: include/pa_pool.h, include/pa_stylesheet_connection.h,
22784: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22785: convertors out of Pool into Exception
22786:
22787: * src/main/pa_string.C: const
22788:
22789: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22790: linked pieces of same language together prior to String::replace
22791:
22792: * src/classes/hash.C: !^hash.add[addme]
22793: !^hash.sub[subme]
22794: !^a.union[b] = new
22795: !^a.intersection[b] = new
22796: !^a.intersects[b] = bool
22797:
22798: * src/classes/hash.C: !^hash::append[append_from]
22799:
22800: * src/: classes/hash.C, types/pa_vhash.h:
22801: !^hash::create[[copy_from]]
22802:
22803: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22804: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22805: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22806: fixed. got rid of empty_string, which caused errors - it hasnt
22807: exception but somebody[value.bark] tried to throw it on it's pool
22808:
1.116 moko 22809: * src/include/pa_config_auto.h.in: makes
1.95 moko 22810:
22811: 2001-10-10 parser
22812:
22813: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22814:
22815: * src/main/: compile.tab.C, compile.y: ^a[
22816:
22817: @next_method << now unclosed ] would be reported here
22818:
22819: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22820: compile error
22821:
22822: 2001-10-09 parser
22823:
1.116 moko 22824: * src/: classes/Makefile.am, main/Makefile.am,
22825: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22826:
22827: * src/classes/Makefile.am: makes
22828:
22829: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22830: win32 errors intercepted [xalan transformer patched and
22831: incorporated]
22832:
22833: * src/: classes/classes.dsp, classes/xdoc.C,
22834: include/pa_stylesheet_connection.h, main/main.dsp,
22835: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22836: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22837: patches starting
22838:
22839: * src/classes/: string.C, table.C: ^string.save[file]
22840:
22841: * src/classes/: date.C, table.C: calendar moved to date
22842:
22843: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22844: string/table] now
22845:
22846: * src/classes/: op.C, table.C: z
22847:
22848: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22849: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22850: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22851: be code [be string..]
22852:
22853: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22854: table.C: lots of
22855: params->as_int/double/as_string/as_junction/as_no_junction
22856: messages added
22857:
22858: 2001-10-08 parser
22859:
22860: * src/: classes/date.C, classes/image.C, classes/string.C,
22861: classes/table.C, classes/void.C, include/pa_request.h:
22862: params->as_int/double message added
22863:
22864: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22865:
22866: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22867: image:sector removed image:html internal "line-*" attribs
22868:
22869: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22870: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22871:
22872: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22873: way
22874:
22875: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22876: main/untaint.C: header untainting to UL_HTTP_HEADER,
22877: UL_MAIL_HEADER made nonforced [only tainted pieces]
22878:
22879: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22880: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22881: @ SAPI::log
22882:
22883: * src/main/untaint.C: \r to ' ' in origins mode
22884:
22885: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22886: set]
22887:
22888: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22889: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22890: nonstandard liaison freed up
22891:
22892: 2001-10-07 parser
22893:
22894: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22895: project
22896:
22897: 2001-10-05 parser
22898:
22899: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22900: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22901: from outputing to cerr. lots of "todos"
22902:
22903: * src/main/untaint.C: http_header tainting more gentle with
22904: enquoting now
22905:
22906: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22907: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22908: xml errorhandler. fixed string.replace a little, read @test
22909:
22910: * src/main/pa_string.C: found replace bug - first_that_starts(char
22911: *) does not have limit, and looks further eos, fixing....
22912:
22913: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22914:
22915: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22916:
22917: * src/main/: pa_charset_connection.C: ctype another mem clear
22918: bugfix
22919:
1.116 moko 22920: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22921: $result[^[$p^]z] now works fine
1.95 moko 22922:
22923: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22924: wrong. fixed it
22925:
22926: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22927: of totable appered to be vital
22928:
22929: 2001-10-04 parser
22930:
22931: * src/classes/image.C: ^image.length[text]
22932:
22933: 2001-10-03 parser
22934:
22935: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22936:
22937: * src/main/pa_request.C: restored pcre defaulting in request
22938: [mindlessly "optimized" yesterday] comment left
22939:
22940: 2001-10-02 parser
22941:
22942: * src/: main/pa_charset_manager.C,
22943: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22944: needed
22945:
22946: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22947: forgot non-xml pool.*charset needed
22948:
22949: * src/classes/table.C: # config comments fixed
22950:
22951: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22952: charset_connection #comment now
22953:
22954: * src/: classes/classes.dsp, types/types.dsp: release projects
22955: options fixed to use release msvcrt lib
22956:
22957: * src/main/pa_charset_connection.C: pcre tables now const inside
22958: removed default - pcre handles that internally fixed bug on
22959: not-cleaning tables [previously was calloced, now member]
22960:
22961: * src/: include/pa_request.h, main/pa_charset_connection.C,
22962: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22963: inside removed default - pcre handles that internally fixed bug
22964: on not-cleaning tables [previously was calloced, now member]
22965:
22966: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22967: tested charset reload on file change @ apache version = OK tested
22968: freeing up prev encoding on adding new = OK
22969:
22970: 2001-10-01 parser
22971:
22972: * src/main/pa_charset_connection.C: removed entitify external hack
22973: [internal installed]
22974:
1.116 moko 22975: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22976:
22977: * src/: include/pa_charset_connection.h,
22978: include/pa_charset_manager.h,
22979: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22980: main/pa_charset_connection.C, main/pa_charset_manager.C,
22981: main/pa_request.C: charset loading & caching mech 0
22982:
22983: * src/: include/pa_stylesheet_connection.h,
22984: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22985: main/pa_globals.C, main/pa_request.C: would make charset loading
22986: & caching mech now
22987:
22988: 2001-09-30 parser
22989:
22990: * src/main/pa_request.C: forgot to fill toTable
22991:
22992: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22993: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22994: failed on win32 for now..
22995:
22996: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22997: now charsets table configuration variable is: CHARSETS
22998:
22999: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23000: ctype with unicode 1. todo: no П entities on output somehow
23001:
23002: * src/: classes/file.C, classes/op.C, classes/string.C,
23003: include/pa_request.h, main/pa_request.C: started ctype with
23004: unicode values
23005:
23006: 2001-09-28 parser
23007:
23008: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23009: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23010: string passed AS-IS now
23011:
23012: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23013: way of user-configuring... todo: implement
23014:
23015: 2001-09-27 parser
23016:
23017: * src/classes/table.C: table.sort changed to sort table itself
23018:
23019: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23020: X^.getElementsByTagName[tagname] = array of xnode
23021: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23022: nodes removed - regretfully not supported @ xalan. maybe someday
23023: would reimplement, if needed.
23024:
23025: win32build system: solved long waiting anti-non-started-apache
23026: problem
23027:
23028: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23029: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23030: types/types.dsp: win32 ident make system so not to rebuild
23031: library [ident.C.new]
23032:
23033: 2001-09-26 parser
23034:
23035: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23036: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23037: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23038: types/pa_vxnode.C, types/types.dsp: z
23039:
23040: * src/classes/classes.C: forgot one non-xml check
23041:
1.116 moko 23042: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23043: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23044:
23045: * src/targets/cgi/parser3.C: z
23046:
23047: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23048: targets/isapi/parser3isapi.C: #ifdef SMTP
23049:
23050: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23051: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23052: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23053: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23054: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23055: types/types.dsp: xdoc&xnode now
23056:
23057: * src/: classes/classes.C, classes/classes.awk,
23058: classes/classes.dsp, classes/classes.h, classes/date.C,
23059: classes/dnode.C, classes/dnode.h, classes/dom.C,
23060: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23061: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23062: classes/op.C, classes/response.C, classes/string.C,
23063: classes/table.C, classes/void.C, include/pa_array.h,
23064: include/pa_common.h, include/pa_config_fixed.h,
23065: include/pa_config_includes.h, include/pa_dictionary.h,
23066: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23067: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23068: include/pa_socks.h, include/pa_sql_connection.h,
23069: include/pa_sql_driver_manager.h, include/pa_stack.h,
23070: include/pa_string.h, include/pa_stylesheet_connection.h,
23071: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23072: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23073: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23074: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23075: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23076: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23077: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23078: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23079: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23080: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23081: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23082: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23083: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23084: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23085: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23086: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23087: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23088: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23089: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23090: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23091: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23092: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23093: types/pa_vmethod_frame.h, types/pa_vobject.h,
23094: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23095: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23096: types/pa_vstateless_object.h, types/pa_vstring.C,
23097: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23098: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23099: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23100: main.dsp splitted to main+classes+types along to .am
23101:
23102: * src/classes/Makefile.am: removed useless var
23103:
23104: * src/: classes/classes.cmd, main/main.dsp,
23105: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23106: main.dsp
23107:
23108: 2001-09-25 parser
23109:
23110: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23111: 1251 though, todo ICU
23112:
1.116 moko 23113: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23114: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23115: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23116: types/pa_vdom.h: xml configure makes
1.95 moko 23117:
23118: 2001-09-24 parser
23119:
1.116 moko 23120: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23121: types/Makefile.am: makes
1.95 moko 23122:
1.116 moko 23123: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23124:
23125: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23126: started unix makes update
23127:
23128: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23129: started unix makes update
23130:
23131: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23132:
23133: * src/types/pa_value.h: z
23134:
23135: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23136: bugs with usinge hash/table in expressions
23137:
23138: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23139: resolved conflicts fixed [const]
23140:
23141: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23142: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23143: main/compile.C, main/compile.tab.C, main/compile.y,
23144: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23145: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23146: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23147: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23148: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23149: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23150: with before_xml [merge2 actually didn't happen - i've created
23151: tags on wrong branch. so this merge is in fact re-merge]
23152:
23153: 2001-09-21 parser
23154:
23155: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23156: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23157: produced "" in make file and sadly wrong interpreted on load]
23158:
1.116 moko 23159: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23160: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23161: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23162: include/pa_sql_driver_manager.h, include/pa_string.h,
23163: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23164: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23165: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23166:
23167: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23168: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23169: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23170: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23171: main/pa_pool.C, main/pa_request.C,
23172: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23173: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23174: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23175: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23176: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23177: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23178: types/pa_vrequest.C, types/pa_vresponse.h,
23179: types/pa_vstateless_class.C, types/pa_vstring.C,
23180: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23181: created new projects for sql drivers [planning to remove sql
23182: drivers from main cvs project] first, will join latest changes
23183:
23184: * src/classes/: dom.C: defaulted dom writing methods encoding to
23185: pool.get_charset
23186:
23187: * src/classes/dom.C: defaulted dom writing methods encoding to
23188: pool.get_charset
23189:
23190: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23191: pool.get_charset
23192:
23193: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23194: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23195: methods encoding to pool.get_charset
23196:
23197: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23198: transcoder were created right "unsupported encoding" message.
23199: not @ set time, but @ use time, so until xml output functions
23200: .string, .file, .save used - no encoding name check occur
23201:
23202: reduced transcode buffer size to 60 fixed pool cleanup - no
23203: registration needed, pools are officially destructured
23204:
23205: 2001-09-20 parser
23206:
23207: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23208:
23209: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23210: $MAIN:DEFAULTS.content-type[$.charset[here]]
23211:
23212: * src/: classes/dnode.C, classes/dom.C,
23213: include/pa_config_includes.h, include/pa_globals.h,
23214: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23215: main/pa_pool.C, targets/cgi/parser3.dsp,
23216: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23217: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23218: Pool::transcode 0
23219:
23220: * src/classes/dom.C: dom. string save file moved output xml options
23221: to last param and made it optional
23222:
23223: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23224: dnodes
23225: !$attributenode.specified = boolean
23226: true if the attribute received its value explicitly
23227: in the XML document,
23228: or if a value was assigned programatically with the
23229: setValue function.
23230: false if the attribute value came from the default value
23231: declared in the document's DTD.
23232: !$pinode.target = target of this processing instruction
23233: XML defines this as being the first token following the
23234: markup
23235: that begins the processing instruction.
23236: XPath:
23237: !^node.select[xpath/query/expression] = hash of 0->node0
23238: 1->node1
23239: !^node.select-single[xpath/query/expression] = first node if
23240: any
23241:
23242: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23243: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23244: some 'const's added
23245:
23246: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23247: expression context now, there value = size and boolean value
23248: size!=0
23249:
23250: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23251: can be used in expression context now, there value = size and
23252: boolean value size!=0
23253:
23254: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23255: types/pa_vstring.h: dnode .file .string .save moved back to dom
23256: due to strange xalan bug
23257:
23258: 2001-09-18 parser
23259:
23260: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23261: classes/image.C, classes/op.C, classes/table.C,
23262: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23263: include/pa_sql_driver_manager.h, main/compile.C,
23264: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23265: main/execute.C, main/pa_common.C, main/pa_request.C,
23266: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23267: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23268: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23269: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23270: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23271: before_xml branch ^if(def $hash) now true only when
23272: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23273:
23274: * src/: classes/op.C, main/execute.C: operators self changed to
23275: root ^for variable context changed to self
23276:
23277: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23278: dnode 1
23279:
23280: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23281: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23282:
23283: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23284: poly* fixed
23285:
23286: 2001-09-17 parser
23287:
23288: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23289: types/pa_vdom.h: started dnode+dom
23290:
23291: dnode DOM methods: $node.name $node.value
23292: ...others...
23293:
23294: ^node.xpath[/rates/USD] = hash
23295: $hash[
23296: $.0[node0]
23297: $.1[node1]
23298: ]
23299:
23300: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23301: applies to all linear primitives
23302:
23303: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23304: include/pa_stylesheet_connection.h, main/main.dsp,
23305: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23306: types/pa_vimage.h: started dnode DOM: $node.name
23307: $node.value ...others... ^node.xpath[/rates/USD] = hash
23308: dom(dnode)
23309:
23310: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23311: main/compile.y, main/compile_tools.h, main/execute.C,
23312: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23313: in expression compound($aa.zz.xx) names now can have minus '-' in
23314: name after '.'
23315:
23316: 2001-09-15 parser
23317:
23318: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23319: image: $line-width ^line(...)[**** style]
23320:
23321: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23322: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23323: pool_storage - cleanups first, allocations second. apache wisely
23324: does just like that
23325:
23326: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23327: rewritten using template, no bugs now
23328:
23329: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23330: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23331: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23332: poorly started isapi pool_storage, would rewrite using template
23333: now
23334:
23335: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23336: include/pa_stylesheet_connection.h, main/main.dsp,
23337: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23338: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23339: xalan objects freed up [introducing Pool::register_cleanup]
23340:
23341: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23342: comments
23343:
23344: 2001-09-14 parser
23345:
23346: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23347: z
23348:
23349: * src/: classes/dom.C, classes/file.C, classes/image.C,
23350: classes/mail.C, include/pa_common.h,
23351: include/pa_sql_driver_manager.h, include/pa_string.h,
23352: include/pa_stylesheet_connection.h,
23353: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23354: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23355: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23356: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23357: compiled&cached
23358:
23359: 2001-09-13 parser
23360:
23361: * src/: classes/dom.C, classes/file.C, classes/image.C,
23362: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23363:
23364: * src/classes/dom.C: dom:file content-type(.method)
23365:
23366: * src/: include/pa_common.h, include/pa_globals.h,
23367: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23368: string now more informative error messages
23369:
23370: * src/: include/pa_globals.h, include/pa_request.h,
23371: main/pa_request.C, targets/cgi/parser3.C,
23372: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23373: ParserSiteConfig .../parser3.conf
23374:
23375: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23376:
23377: 2001-09-12 parser
23378:
23379: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23380: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23381: precise error reporting: "connection string must start with
23382: protocol://" now
23383:
23384: * src/main/compile.tab.C: fixed - subname code parts actually []
23385: braced
23386:
23387: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23388: lexer on LS_USER level did [] matching without setting nestage,
23389: introduced special LS_NAME_SQUARE_PART state
23390:
23391: 2001-09-11 parser
23392:
23393: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23394: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23395: languages+=xml
23396:
23397: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23398:
23399: * src/classes/dom.C: ^dom:save/string/file[output options] output
23400: options: $.method[xml|html|text] detection fixed
23401:
23402: * src/types/pa_vdom.h: messages
23403:
23404: * src/classes/dom.C: ^dom:save/string/file[output options] output
23405: options: $.method[xml|html|text] detection fixed
23406:
23407: 2001-09-10 parser
23408:
23409: * src/classes/dom.C: ^dom:save/string/file[output options] output
23410: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23411:
23412: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23413: added]
23414:
23415: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23416: ^dom.xslt[stylesheet filename] 0
23417:
23418: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23419: ^dom.xslt[stylesheet filename] -1 doc is lying
23420:
23421: * src/classes/dom.C: ^dom.file[encoding] = file
23422:
23423: * src/classes/: dom.C: ^dom.string[encoding] 1
23424: ^dom.save[encoding;filename]
23425:
23426: * src/classes/dom.C: ^dom.string[] 0
23427:
23428: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23429:
23430: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23431: types/pa_vform.h: ^dom.save[b.xml] 0
23432:
23433: 2001-09-08 parser
23434:
23435: * src/types/pa_vform.C: $form:tables.name.field
23436:
23437: 2001-09-07 parser
23438:
23439: * src/classes/table.C: table:empty removed, superceded by ^if(def
23440: $table)...
23441:
23442: * src/targets/cgi/parser3.C: z
23443:
23444: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23445: from '' to int/double is 0]
23446:
23447: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23448: $table) is false when table is empty
23449:
23450: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23451: !$form:tables $atable[$form:tables.a]
23452: ^atable.menu{a=$atable.element}[,]
23453:
23454: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23455: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23456:
1.116 moko 23457: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23458: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23459: of dom
23460:
23461: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23462: types/pa_vform.C, types/pa_vform.h: z
23463:
23464: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23465: element [not last]
23466:
1.116 moko 23467: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23468: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23469:
23470: 2001-09-06 parser
23471:
23472: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23473: table with one column 'element' and two rows: 1 and 2
23474:
23475: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23476: table with one column 'element' and two rows: 1 and 2
23477:
23478: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23479: bad int/double conversions, and now $form:nonexistent.int(88)
23480: would return 88
23481:
23482: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23483: types/pa_vhash.h: now there's special hash key '_default'
23484: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23485: $._default[xx] ] $hash.c
23486:
23487: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23488: fixed [thanks, fif], ^; were treated there non-literally
23489:
23490: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23491: doxygen
23492:
23493: * src/: classes/image.C, classes/op.C, classes/string.C,
23494: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23495: types/pa_vtable.C: few #ifndef DOXYGEN
23496:
23497: 2001-09-05 parser
23498:
23499: * src/classes/: string.C, table.C: sql options can be void [same as
23500: image:html the other day]
23501:
23502: * src/targets/cgi/Makefile.am: .am undo
23503:
23504: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23505: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23506: macro expantion on param, simply qoutes whatever passed, undone
23507:
23508: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23509: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23510: STRINGIZE(name) #name invented
23511:
23512: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23513: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23514: MAIN_SQL_DRIVERS_NAME "drivers"
23515:
23516: moved to be availible to all users
23517:
23518: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23519: SQL_DRIVER_CREATE_FUNC_NAME
23520:
23521: * src/classes/mail.C: MAIN:MAIL check fixed
23522:
23523: 2001-09-04 parser
23524:
23525: * src/classes/image.C: image.html now can accept void params
23526:
23527: * src/targets/isapi/parser3isapi.C: z
23528:
23529: * src/targets/cgi/parser3.C: full_file_spec bug
23530:
23531: * src/targets/cgi/parser3.C: getenvcheck
23532:
23533: * src/targets/cgi/parser3.C: zz
23534:
23535: * src/targets/cgi/parser3.C: zzz
23536:
23537: * src/classes/date.C: date
23538:
23539: * src/classes/date.C: date:sql-string is now without ''
23540:
1.116 moko 23541: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23542: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23543: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23544:
1.116 moko 23545: * src/include/pa_config_auto.h.in: makes
1.95 moko 23546:
23547: 2001-09-03 parser
23548:
23549: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23550:
23551: 2001-09-01 parser
23552:
23553: * src/classes/image.C: letter_spacing
23554:
23555: * src/classes/image.C: image: font params changed
23556:
23557: * src/classes/image.C: image: as_int as_string used
23558:
23559: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23560: analized
23561:
23562: 2001-08-31 parser
23563:
23564: * src/targets/cgi/parser3.C: z
23565:
1.116 moko 23566: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23567: cygwin
1.95 moko 23568:
23569: * src/classes/void.C: void:int/double += (default)
23570:
23571: * src/classes/image.C: image:font added space param image:font
23572: changed charwidth alg, added kerning const[for now]
23573:
23574: * src/classes/: string.C, table.C: string:int/double (defaults)
23575:
23576: 2001-08-29 parser
23577:
23578: * src/main/pa_exception.C: exception redundant debug info
23579:
23580: 2001-08-28 parser
23581:
23582: * src/classes/image.C: image error msgs
23583:
23584: * src/classes/image.C: image: gifsize little endian
23585:
23586: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23587: doxygeneration
23588:
23589: * src/: classes/Makefile.am, main/Makefile.am,
23590: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23591:
23592: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23593: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23594:
23595: * src/main/compile.C: NO_STRING_ORIGIN check2
23596:
23597: * src/classes/table.C: NO_STRING_ORIGIN check
23598:
23599: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23600: storage class specifiers invalid in friend function declarations
23601:
23602: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23603: main/untaint.C, targets/cgi/parser3.C,
23604: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23605: case of limit
23606:
23607: * src/: classes/file.C, main/pa_common.C: file:move
23608: autocreate/remove dest/src dir
23609:
23610: * src/: classes/string.C, include/pa_dictionary.h,
23611: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23612: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23613: to directory constructor. string:replace
23614:
23615: 2001-08-27 parser
23616:
23617: * src/classes/image.C: fixed jpgsize alg
23618:
23619: * src/classes/image.C: fixed jpgsize alg
23620:
23621: * src/main/pa_exception.C: z
23622:
23623: * src/main/pa_common.C: removed debug info from pa_common
23624:
23625: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23626: [auto.p from current dir loading]
23627:
1.116 moko 23628: * src/: main/pa_common.C, main/pa_exception.C,
23629: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23630: for solaris -lsocket
1.95 moko 23631:
23632: 2001-08-24 parser
23633:
23634: * src/targets/cgi/parser3.C: not cgi extra \n 3
23635:
23636: * src/targets/cgi/parser3.C: not cgi extra \n 2
23637:
23638: * src/targets/cgi/parser3.C: not cgi extra \n
23639:
23640: * src/main/pa_sql_driver_manager.C: z
23641:
23642: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23643: sql* removed services from disconnect - cross-request ideological
23644: probs.
23645:
23646: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23647: cross-request ideological probs. oracle - fixed bug: cs
23648: allocated on request.pool and got freed before disconnect
23649:
23650: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23651: mallocs fixed
23652:
23653: 2001-08-23 parser
23654:
23655: * src/classes/file.C: minor bug in file:save fixed
23656:
23657: * src/main/pa_sql_driver_manager.C: oracle: dlink
23658:
23659: 2001-08-22 parser
23660:
23661: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23662: types/pa_vfile.h: file:load|save[text|binary;
23663:
23664: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23665:
23666: 2001-08-21 parser
23667:
23668: * src/classes/: file.C, table.C: ^file:list
23669:
23670: 2001-08-20 parser
23671:
23672: * src/: main/compile.tab.C, main/compile.y,
23673: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23674: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23675: recousively caused problems: inc incremeted 123 literal!! fixed
23676:
23677: 2001-08-10 parser
23678:
23679: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23680:
23681: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23682: added
23683:
23684: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23685: added
23686:
23687: * src/classes/table.C: table:sort restored [it was bad test :(]
23688:
23689: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23690: ''
23691:
23692: * src/main/: pa_request.C: wanted to make const int
23693: MAX_EXECUTE_SECONDS=1;
23694:
23695: but couldnt, set_callback_and_alarm appeared to be not exported
23696: :(
23697:
23698: * src/main/pa_string.C: string.match hanged on. there were a hang
23699: check but it weren't wise enough
23700:
23701: @parse[dateString][tmp]
23702: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23703: #end
23704:
23705: @main[] ^parse[2001-02-03]
23706:
23707: * src/classes/: table.C: table:sort now default desc
23708:
23709: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23710: table.sort now creates new sorted table
23711:
23712: 2001-08-09 parser
23713:
23714: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23715:
23716: * src/classes/hash.C: hash:_default now [was hash:default]
23717:
23718: * src/classes/op.C: case without switch check added
23719:
23720: * src/types/pa_vcookie.C: cookie name&value origins added, more
23721: precise $ORIGINS(1)
23722:
23723: * src/main/Makefile.am: .am
23724:
23725: * src/classes/void.C: void: int double copy/paste from int: bug
23726: fixed
23727:
23728: * src/classes/void.C: void: int double copy/paste from int: bug
23729: fixed
23730:
23731: 2001-08-07 parser
23732:
23733: * src/: classes/double.C, classes/int.C, classes/string.C,
23734: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23735: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23736: string, table
23737:
23738: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23739: srand made working
23740:
23741: 2001-08-06 parser
23742:
23743: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23744: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23745: main/compile.tab.C, main/compile.y, main/pa_array.C,
23746: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23747: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23748:
23749: * src/main/pa_exec.C: exec win32 real filename
23750:
23751: * src/classes/file.C: exec stderr out
23752:
23753: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23754:
23755: 2001-08-03 parser
23756:
23757: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23758:
23759: 2001-08-02 parser
23760:
23761: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23762: main/execute.C, main/pa_exec.C: introducing Array_iter
23763:
23764: * src/main/execute.C: detected quick_get recursion bug. changed to
23765: get@execute, but needs array iterator, separate from array to
23766: avoid it & use caching
23767:
23768: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23769: bug fixed
23770:
23771: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23772: main/execute.C, main/pa_globals.C: found another multithread bug
23773: in op.C (last, last global var killed) :)
23774:
23775: 2001-08-01 parser
23776:
23777: * src/: include/pa_dictionary.h, include/pa_globals.h,
23778: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23779: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23780: main/untaint.C: speeded up typo-html replacements. introducing
23781: Dictionary with first-char caching
23782:
23783: 2001-07-31 parser
23784:
23785: * src/types/Makefile.am: pa_vtable.C added to .am
23786:
23787: * src/main/compile.tab.C: added, so that could be compiled even on
23788: non-bison-enabled platforms
23789:
23790: 2001-07-28 parser
23791:
23792: * src/classes/table.C: table:hash always produces hash, when can't
23793: - empty
23794:
23795: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23796: skipped \n
23797:
23798: 2001-07-27 parser
23799:
23800: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23801: on int/double/string :sql without result and default
23802:
23803: 2001-07-26 parser
23804:
23805: * src/classes/op.C: fixed bad multithread bug with strangly global
23806: OP
23807:
23808: * src/main/compile.y: $man[$.age[zzz]] 0
23809:
23810: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23811: creation syntax problem persists. restored $: for a while.
23812: thinking of $man[$.age[zzz]] syntax now
23813:
23814: * src/: classes/double.C, classes/int.C, classes/string.C,
23815: include/pa_opcode.h, main/compile.C, main/compile.y,
23816: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23817: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23818: types/pa_wwrapper.h: fixing :: realization #1
23819:
23820: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23821: main/compile_tools.h, main/execute.C, main/pa_request.C,
23822: types/pa_vmethod_frame.h: introducing :: this is constructor call
23823: prefix. ordinary : remains for static accesses
23824:
23825: 2001-07-25 parser
23826:
23827: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23828: fields 2. methods 3. columns
23829:
23830: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23831: quote. optimized double&int tostring-s
23832:
23833: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23834: whitespace before first method decl
23835:
23836: * src/classes/table.C: allowed nontable result in table:sql,
23837: results in empty table
23838:
23839: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23840: lines before first method decl
23841:
23842: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23843: types/pa_vtable.h: ^table.record[] now $table.fields
23844:
23845: * src/main/compile.y: $var[] is now empty string, not void
23846:
23847: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23848: void
23849:
23850: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23851: main/pa_globals.C: match replace code context moved to implicit
23852: $match context
23853:
23854: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23855: main/compile_tools.h, main/execute.C: with killed, code storage
23856: introduced with former 'with' syntax
23857:
23858: 2001-07-24 parser
23859:
23860: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23861: types/pa_value.h: first get_element, next get operator
23862:
23863: * src/main/compile.y: removed @end handling
23864:
23865: * src/main/: compile.C, compile.y: @end handling method2
23866:
23867: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23868: file:move
23869:
23870: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23871: fixed
23872:
23873: 2001-07-23 parser
23874:
23875: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23876: driver
23877:
23878: * src/classes/hash.C: changed sql driver query interface
23879:
23880: * src/: classes/hash.C, classes/string.C, classes/table.C,
23881: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23882: changed sql driver query interface
23883:
23884: 2001-07-20 parser
23885:
23886: * src/types/pa_vrequest.C: X!$browser:type
23887:
23888: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23889: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23890: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23891: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23892: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23893: types/pa_vobject.h, types/pa_vrequest.C,
23894: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23895: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23896: BASE element globally removed
23897:
23898: 2001-07-18 parser
23899:
23900: * src/classes/file.C: file:exec/cgi msg
23901:
23902: * src/classes/file.C: $file:exit-code renamed to 'status'
23903:
23904: * src/: classes/file.C, main/pa_exec.C: file:exec
23905:
1.116 moko 23906: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23907: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23908: removed $id from *.in *.am
1.95 moko 23909:
23910: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23911: abbrevations
23912:
23913: * src/: classes/date.C, classes/mail.C, classes/math.C,
23914: classes/string.C, classes/table.C, include/pa_globals.h,
23915: include/pa_string.h, main/execute.C, main/pa_globals.C,
23916: main/pa_request.C, main/pa_string.C, main/untaint.C,
23917: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23918: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23919: $ORIGINS(1) output tracing mode
23920:
23921: 2001-07-13 parser
23922:
23923: * src/: classes/double.C, classes/int.C, classes/string.C,
23924: include/pa_request.h, main/execute.C, main/pa_request.C:
23925: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23926: second would not call first @auto
23927:
23928: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23929: wrong, fixed
23930:
23931: 2001-07-12 parser
23932:
23933: * src/types/pa_value.h: pa_value.putelement modification of system
23934: classes prevented
23935:
23936: 2001-07-11 parser
23937:
23938: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23939: table $piece
23940:
23941: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23942: types/pa_vstateless_class.h: $file created by file:state +=
23943: .atime .mtime .ctime +found&fixed bug with exceptions on
23944: get_junction-created objects [they were on wrong pool]
23945:
23946: 2001-07-09 parser
23947:
23948: * src/main/untaint.C: qp wrong name
23949:
23950: * src/: classes/date.C, classes/string.C, classes/table.C,
23951: main/compile.y: date format 0
23952:
23953: 2001-07-07 parser
23954:
23955: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23956: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23957: roll table calendar
23958:
23959: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23960: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23961: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23962: include/pa_request.h, main/main.dsp, types/pa_value.h,
23963: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23964: string. todo: sql, calendar
23965:
23966: 2001-07-06 parser
23967:
23968: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23969: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23970:
23971: 2001-07-03 parser
23972:
23973: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23974: classes/random.C, main/main.dsp: class random renamed to math,
23975: operators became methods
23976:
23977: * src/classes/op.C: pow sqrt
23978:
23979: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23980:
23981: 2001-07-02 parser
23982:
23983: * src/classes/table.C: ^table.columns column renamed from 'name' to
23984: 'column'
23985:
23986: * src/classes/hash.C: ^hash.keys[]
23987:
23988: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23989:
23990: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23991: 'strings'
23992:
23993: 2001-06-29 parser
23994:
23995: * src/main/: execute.C: /0 %0 checkes ver 2
23996:
23997: * src/main/execute.C: /0 %0 checke
23998:
23999: * src/classes/Makefile.am: nothing - void
24000:
24001: * src/classes/table.C: empty strings @ sql
24002:
24003: 2001-06-28 parser
24004:
24005: * src/: classes/double.C, classes/file.C, classes/form.C,
24006: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24007: classes/op.C, classes/random.C, classes/response.C,
24008: classes/string.C, classes/table.C, classes/void.C,
24009: main/compile.C, main/compile_tools.C, main/execute.C,
24010: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24011: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24012: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24013: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24014: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24015: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24016: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24017: $";
24018:
24019: * src/: classes/double.C, classes/file.C, classes/form.C,
24020: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24021: classes/op.C, classes/random.C, classes/response.C,
24022: classes/string.C, classes/table.C, classes/void.C,
24023: main/compile.C, main/compile.y, main/compile_tools.C,
24024: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24025: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24026: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24027: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24028: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24029: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24030:
24031: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24032: $class:name: == ${class:name}:
24033:
24034: * src/classes/string.C: exactly one
24035:
24036: 2001-06-27 parser
24037:
24038: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24039: types/pa_vvoid.h: nothing renamed to void
24040:
24041: * src/classes/op.C: ^switch ^case
24042:
24043: * src/main/compile.y: nothing renamed to void
24044:
24045: * src/: classes/hash.C, classes/table.C, main/compile.y,
24046: main/execute.C, main/main.dsp, main/pa_request.C,
24047: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24048: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24049: void
24050:
24051: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24052:
24053: 2001-05-28 parser
24054:
24055: * src/doc/html2chm.cmd: removed >a
24056:
24057: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24058: project options [some bugs]
24059:
24060: * src/doc/sources2html.cmd: z
24061:
24062: * src/: classes/classes.C, main/compile.C, main/compile.y,
24063: main/execute.C: operators are not in root class again
24064:
24065: 2001-05-24 parser
24066:
24067: * src/targets/cgi/parser3.dsp: project file
24068:
24069: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24070: ^log ^exp
24071:
24072: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24073: conversions in @exception[params]
24074:
24075: * src/main/pa_request.C: // no _ conversions in @exception[params]
24076:
24077: 2001-05-23 parser
24078:
24079: * src/main/pa_string.C: string cmp bug
24080:
24081: * src/classes/: mail.C, op.C: rem max 1000
24082:
24083: * src/: classes/op.C, main/compile.y: allow one empty line before
24084: LS_DEF_NAME
24085:
24086: 2001-05-22 parser
24087:
24088: * src/classes/op.C: if params code-required
24089:
24090: 2001-05-21 parser
24091:
24092: * src/types/pa_vstring.C: eoleof
24093:
24094: * src/classes/Makefile.am: .AM
24095:
24096: * src/classes/nothing.C: resultless ^sql moved to nothing:
24097:
24098: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24099:
24100: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24101: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24102: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24103: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24104: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24105: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24106: 'nothing'
24107:
24108: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24109: vstring::set_string
24110:
24111: * src/classes/: double.C, int.C, string.C: int,double;sql
24112:
24113: * src/: classes/hash.C, classes/int.C, classes/string.C,
24114: classes/table.C, include/pa_string.h, main/pa_string.C,
24115: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24116:
24117: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24118: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24119: hash:sql moved to main trunc. operators.txt updated
24120:
24121: * src/classes/: hash.C, op.C, table.C: hash:sql
24122:
24123: * src/classes/op.C: z
24124:
24125: * src/: main/compile.C, classes/classes.C: 1
24126:
24127: * src/: classes/classes.C, main/compile.C, main/compile.y,
24128: main/execute.C: 0
24129:
24130: * src/main/execute.C: z
24131:
24132: * src/targets/cgi/parser3.C: z
24133:
24134: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24135: site_auto_path "." in that case
24136:
24137: * src/targets/cgi/: parser3.C: z
24138:
24139: * src/main/pa_request.C: .am
24140:
24141: * src/: main/pa_request.C, targets/cgi/parser3.C:
24142: pcre_tables=pcre_default_tables;
24143:
24144: 2001-05-19 parser
24145:
24146: * src/main/pa_string.C: z
24147:
24148: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24149: introducing String::cstr_bufsize, returns just size+1 for as_is
24150: target.
24151:
24152: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24153: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24154: used, 4* mem wasted
24155:
24156: * src/classes/string.C: root context in match replace body now
24157: unchanged
24158:
24159: * src/types/pa_value.h: parameter # 1 based
24160:
24161: * src/main/pa_common.C: common: actual filename '%s'
24162:
24163: * src/classes/string.C: z
24164:
24165: * src/classes/Makefile.am: classes/.am
24166:
24167: * src/classes/: Makefile.am: classes/.am
24168:
24169: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24170: targets/cgi/pa_pool.C: classes/.am
24171:
24172: 2001-05-18 parser
24173:
1.116 moko 24174: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24175: pa_threads.C ins
1.95 moko 24176:
24177: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24178:
24179: 2001-05-17 parser
24180:
24181: * src/: classes/string.C, include/pa_config_fixed.h,
24182: include/pa_config_includes.h, main/compile.y,
24183: main/compile_tools.h, main/execute.C, main/pa_array.C,
24184: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24185: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24186: types/pa_vform.C: #include "pa_config_includes.h" removed from
24187: most .C
24188:
24189: * src/doc/html2chm.cmd: z
24190:
24191: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24192: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24193:
24194: * src/main/pa_sql_driver_manager.C: moved expiration to
24195: get_connection_from_cache
24196:
24197: * src/main/pa_sql_driver_manager.C: cache expiration bf
24198:
24199: * src/: classes/classes.h, include/pa_sql_connection.h,
24200: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24201: cache expiration[use SQL_Driver::disconnect]
24202:
24203: * src/main/pa_table.C: table.locate current restored on "not found"
24204:
24205: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24206: line no
24207:
24208: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24209: ANTI_ENDLESS_EXECUTE_RECOURSION
24210:
24211: * src/: classes/op.C, include/pa_sql_connection.h,
24212: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24213: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24214: 1driver and set_services fight for driver::fservices. before fix
24215:
24216: * src/: classes/op.C, include/pa_config_fixed.h,
24217: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24218: main/pa_sql_driver_manager.C: found problem at last: 2connections
24219: own 1driver and set_services fight for driver::fservices. before
24220: fix
24221:
24222: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24223: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24224: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24225: pa_threads.C
24226:
24227: * src/include/pa_threads.h: removed targets/parser
24228:
24229: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24230: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24231: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24232: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24233: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24234: headers
24235:
24236: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24237: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24238: order prevented sqlmanager to see MULTYTHREAD define
24239:
24240: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24241: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24242: put/gets
24243:
24244: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24245: from hash.h
24246:
24247: * src/: classes/op.C, include/pa_sql_connection.h,
24248: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24249: from cache ->set_services(&services);
24250:
24251: 2001-05-16 parser
24252:
24253: * src/targets/cgi/parser3.C: z
24254:
24255: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24256: debug, #ifdefed some. would debug later, on more precise sample
24257: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24258: $name.$tail[$tail!] $name.$tail } ok3
24259:
24260: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24261: removed array debug. before vstring rebasing
24262:
24263: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24264: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24265: array debugged; adjusted
24266:
24267: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24268: SQL_Driver_manager line no for connect/charset errors
24269:
24270: 2001-05-15 parser
24271:
24272: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24273: main/pa_string.C: string+array made linear grows
24274:
24275: * src/: include/pa_string.h, main/pa_string.C,
24276: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24277: grow lineary, not exponentialy
24278:
24279: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24280: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24281: with fullchunk cmps
24282:
24283: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24284: 70041= 81
24285:
24286: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24287: targets/cgi/parser3.C: detected huge mem allocation: size/times
24288: malloc 27809390/368771, calloc 3232/83. would test now
24289:
24290: * src/: classes/random.C, main/compile.y, main/execute.C,
24291: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24292: numbered params had wrong name - for instance: bad error message
24293: in ^for[] bad body type. fixed
24294:
24295: 2001-05-14 parser
24296:
24297: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24298: main/untaint.C: ^string.upper|lower[]
24299:
24300: 2001-05-11 parser
24301:
24302: * src/: classes/double.C, classes/image.C, classes/op.C,
24303: classes/string.C, classes/table.C, classes/unknown.C,
24304: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24305: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24306: types/pa_vunknown.h: op: MAX_LOOPS as_int
24307:
24308: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24309: .dsp for win32tools
24310:
24311: 2001-05-11 paf
24312:
24313: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24314: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24315: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24316: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24317:
24318: 2001-05-10 paf
24319:
24320: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24321: for C++, that's all
24322:
1.116 moko 24323: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24324: pa_config_includes.h: inline wonders
1.95 moko 24325:
24326: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24327: doc/doxygen.cmd: hash.C added
24328:
24329: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24330:
24331: * src/main/compile.y: @end grammar: allowed zero strings in control
24332: menthod
24333:
24334: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24335: pa_vstateless_object.h: changed priority: field before method
24336: lookup in vclass & vobject
24337:
24338: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24339: grammar: priorities changes [lowerd && prior] vobject: now first
24340: fields, next methods
24341:
24342: 2001-05-08 paf
24343:
24344: * src/main/pa_table.C: table columnname2item on nameless ignored
24345: bark=false. fixed
24346:
24347: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24348: types/pa_vmethod_frame.h: hash:default works at last!
24349:
24350: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24351: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24352: hash:default
24353:
24354: * src/classes/table.C: z
24355:
24356: * src/classes/table.C: table:hash always hash of hash now
24357:
24358: * src/classes/table.C: table:empty return bool now
24359:
24360: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24361: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24362: types/pa_vtable.h: table:hash
24363:
24364: * src/classes/table.C: table:record have name
24365:
24366: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24367: returns vunknown
24368:
24369: * src/classes/: double.C, int.C, op.C, string.C:
24370: int,double,string:int[] double[] string:length[] results now have
24371: hames
24372:
24373: * src/: classes/op.C, classes/table.C, main/main.dsp,
24374: types/pa_vtable.h: removed table:find. table:locate and op:eval
24375: now return bool
24376:
24377: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24378: in method checkparams again. fixed
24379:
24380: 2001-05-07 paf
24381:
24382: * src/doc/chm.cmd: cmd
24383:
24384: * src/: classes/image.C, classes/mail.C, classes/string.C,
24385: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24386: types/pa_value.h: method reported errors on wrong pool
24387:
24388: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24389: now
24390:
24391: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24392: include/code.h, include/pa_opcode.h, main/compile.C,
24393: main/compile_tools.h, main/execute.C, types/pa_value.h,
24394: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24395: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24396: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24397: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24398: types/pa_vmethod_frame.h, types/pa_vobject.h,
24399: types/pa_vrequest.h, types/pa_vresponse.h,
24400: types/pa_vstateless_class.h, types/pa_vstring.h,
24401: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24402: types/pa_wwrapper.h: pa_code.h
24403:
24404: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24405:
24406: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24407: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24408: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24409: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24410: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24411: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24412: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24413: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24414: types/pa_vtable.h: dox, split by not clean parts also
24415:
24416: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24417: types/pa_vtable.h: table: fields, then methods. so to enable
24418: 'dir' fields & co. more
24419:
24420: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24421: so to enable 'dir' fields & co.
24422:
24423: * src/main/compile.y: grammar: @end
24424:
24425: 2001-05-04 paf
24426:
24427: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24428: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24429:
24430: * src/: classes/classes.h, classes/double.C, classes/file.C,
24431: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24432: classes/op.C, classes/random.C, classes/response.C,
24433: classes/string.C, classes/table.C, classes/unknown.C,
24434: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24435: method dox
24436:
24437: 2001-05-03 paf
24438:
24439: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24440: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24441: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24442: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24443: doc/string.dox, doc/targets.dox, doc/value.dox,
24444: main/pa_request.C: dox splitted .dox files and added some
24445:
24446: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24447:
24448: 2001-05-02 paf
24449:
24450: * src/classes/: image.C, table.C: table:dir result are not tainted
24451: by file_name language now
24452:
24453: 2001-04-28 paf
24454:
24455: * src/classes/classes.inc: removed classes.inc
24456:
24457: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24458: from .am
24459:
24460: * src/classes/classes.awk: skipped classes in .awk
24461:
24462: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24463: classes/classes.inc, classes/double.C, classes/file.C,
24464: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24465: classes/string.C, classes/table.C, classes/unknown.C,
24466: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24467: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24468: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24469: pa_methoded back to classes/classes.h
24470:
24471: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24472:
24473: * src/: classes/Makefile.am, classes/classes.awk,
24474: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24475: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24476:
24477: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24478: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24479: classes/response.C, classes/string.C, classes/table.C,
24480: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24481: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24482: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24483: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24484: include|main/pa_methoded
24485:
24486: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24487: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24488:
24489: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24490: moved some configured data to request::classes_conf moved some
24491: string crations from globals to M... [works]
24492:
24493: * src/: classes/form.C, classes/mail.C, classes/op.C,
24494: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24495: main/pa_request.C: moved some configured data to
24496: request::classes_conf moved some string crations from globals to
24497: M...
24498:
24499: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24500: about to move configured data to special request hash
24501:
24502: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24503: classes/form.C, classes/mail.C, include/pa_request.h,
24504: main/pa_request.C: configure started
24505:
24506: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24507: 2. todo: methoded-configure
24508:
24509: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24510: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24511: classes/_random.h, classes/_response.h, classes/_string.h,
24512: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24513: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24514: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24515: classes/random.C, classes/response.C, classes/string.C,
24516: classes/table.C, classes/unknown.C, include/pa_globals.h,
24517: include/pa_request.h, main/compile.y, main/execute.C,
24518: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24519: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24520: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24521: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24522: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24523: types/pa_vrequest.h, types/pa_vresponse.h,
24524: types/pa_vstateless_class.h, types/pa_vstring.h,
24525: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24526: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24527: methoded-configure
24528:
24529: * src/: classes/file.C, classes/table.C, main/compile.y,
24530: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24531: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24532: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24533:
24534: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24535: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24536: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24537: classes/random.C, classes/response.C, classes/string.C,
24538: classes/table.C, classes/unknown.C, include/pa_request.h,
24539: main/compile.y, main/execute.C, main/pa_globals.C,
24540: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24541: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24542: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24543: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24544: beautifying just compiled. todo: debug, configure
24545:
24546: 2001-04-27 paf
24547:
24548: * src/: classes/file.C, classes/image.C, classes/table.C,
24549: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24550: beautifying -99
24551:
24552: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24553: classes/_response.h, classes/_unknown.h, classes/classes.C,
24554: classes/classes.h, classes/double.C, classes/file.C,
24555: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24556: classes/op.C, classes/random.C, classes/response.C,
24557: classes/string.C, include/pa_globals.h, main/main.dsp,
24558: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24559: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24560: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24561: types/pa_vunknown.h: beautifying -100
24562:
24563: * src/main/compile.y: serge@ found @CLASS bug. fixed
24564:
24565: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24566: classes/_op.h, classes/_random.h, classes/_table.h,
24567: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24568: classes/op.C, classes/random.C, classes/response.C,
24569: classes/string.C, classes/table.C, classes/unknown.C,
24570: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24571: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24572: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24573: beautifying
24574:
24575: 2001-04-26 paf
24576:
24577: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24578:
24579: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24580: documentation ++
24581:
24582: * src/: classes/_exec.h, doc/doxygen.cfg,
24583: include/pa_config_fixed.h, include/pa_config_includes.h,
24584: targets/cgi/pa_pool.C: code documentation ++
24585:
24586: * src/: classes/_image.h, classes/op.C, classes/random.C,
24587: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24588: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24589: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24590: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24591: types/pa_vmethod_frame.h, types/pa_vobject.h,
24592: types/pa_vrequest.C, types/pa_vrequest.h,
24593: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24594: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24595: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24596: code documentation ++
24597:
24598: * src/: classes/image.C, classes/mail.C, classes/string.C,
24599: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24600: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24601: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24602: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24603: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24604: types/pa_vobject.h, types/pa_vstateless_class.h,
24605: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24606:
24607: * src/main/: pa_request.C, pa_string.C: z
24608:
24609: * src/: include/pa_common.h, include/pa_types.h,
24610: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24611: connection caching fixed. request-pooled-url were stored into
24612: global connectioncache
24613:
24614: 2001-04-25 paf
24615:
24616: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24617: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24618:
24619: * src/: include/code.h, include/pa_common.h, main/compile.y,
24620: main/execute.C, main/pa_common.C: -d
24621:
24622: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24623: illegal call check a bit improved, but still under iis no mapping
24624: of dir with parser allowed!
24625:
24626: 2001-04-24 paf
24627:
24628: * src/targets/Makefile.am: apache module lib .am
24629:
24630: * src/main/pa_exec.C: windows32 buildCommand
24631:
24632: 2001-04-23 paf
24633:
24634: * src/targets/cgi/Makefile.am: win32 conditional
24635:
24636: * src/targets/cgi/Makefile.am: win32 conditional
24637:
24638: * src/targets/cgi/Makefile.am: liblink
24639:
24640: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24641: vfile fields return type
24642:
24643: * src/types/pa_vfile.h: vfile fields return type
24644:
24645: * src/include/pa_config_auto.h.in: .h.in
24646:
24647: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24648: types/Makefile: makefiles removed
24649:
24650: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24651: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24652:
24653: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24654: [tested: i & g ]
24655:
24656: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24657: @test noticed series in isapi, check how initialize_random_class
24658: is called! [must be called only once]
24659:
24660: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24661: would not be 'unknown column'
24662:
24663: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24664: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24665:
24666: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24667: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24668: [now doesnt]
24669:
24670: * src/targets/cgi/parser3.C: cgi cmdline ver
24671:
24672: * src/targets/cgi/parser3.C: cgi /// @test disable
24673: /cgi-bin/parser3/auto.p
24674:
24675: * src/main/untaint.C: untaint without charset
24676:
24677: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24678: main/pa_common.C: common: file_write /// @test mkdirs
24679: file_delete rmdirs
24680:
24681: * src/main/untaint.C: mail header only once to =?
24682:
24683: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24684: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24685: main/untaint.C: untaint - @test optimize whitespaces for
24686: all but 'html'
24687:
24688: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24689: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24690: main/untaint.C: untaint - @test mail-header
24691:
24692: 2001-04-20 paf
24693:
24694: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24695: include/pa_request.h, include/pa_string.h, main/compile.y,
24696: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24697: targets/cgi/parser3.C: $MAIN:LOCALE
24698:
24699: * src/main/untaint.C: z
24700:
24701: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24702:
24703: 2001-04-19 paf
24704:
24705: * src/main/compile_tools.h: $a$b bugfix
24706:
24707: * src/targets/cgi/parser3.C: z
24708:
24709: * src/classes/file.C: z
24710:
24711: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24712: done: header to $fields. waits for header '\' tricks
24713:
24714: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24715: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24716: changed urlencode here and in untaint.C to HTTP standard's " and
24717: \" mech
24718:
24719: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24720: http://alx/~paf/ doesnt load /auto.p
24721:
24722: 2001-04-18 paf
24723:
24724: * src/main/pa_request.C: 1
24725:
24726: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24727: linux @alx
24728:
24729: 2001-04-17 paf
24730:
24731: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24732: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24733: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24734: enabled
24735:
24736: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24737: classes/_exec.h, classes/_file.h, classes/_form.h,
24738: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24739: classes/_random.h, classes/_response.h, classes/_string.h,
24740: classes/_table.h, classes/_unknown.h, classes/file.C,
24741: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24742: include/pa_config_fixed.h, include/pa_config_includes.h,
24743: include/pa_hash.h, include/pa_sql_driver_manager.h,
24744: include/pa_version.h, main/Makefile.am, main/compile.y,
24745: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24746: main/pa_sql_driver_manager.C, sql/Makefile.am,
24747: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24748: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24749: types/pa_vform.C, types/pa_vimage.h: exec @jav
24750:
24751: * src/: include/pa_sql_driver_manager.h,
24752: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24753: types/pa_vimage.h: sql driver interface now has initialize(client
24754: .so)
24755:
24756: 2001-04-16 paf
24757:
24758: * src/Makefile.am: compile2 cygwin
24759:
24760: * src/: include/pa_config_includes.h, main/pa_exec.C,
24761: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24762:
24763: * src/targets/cgi/Makefile.am: compile0 jav
24764:
24765: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24766: classes/_exec.h, classes/_file.h, classes/_form.h,
24767: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24768: classes/_random.h, classes/_response.h, classes/_string.h,
24769: classes/_table.h, classes/_unknown.h, classes/image.C,
24770: classes/mail.C, classes/op.C, classes/random.C,
24771: include/pa_config_fixed.h, include/pa_config_includes.h,
24772: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24773: main/compile.y, main/pa_common.C, main/pa_exec.C,
24774: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24775: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24776: compile-1
24777:
24778: 2001-04-15 paf
24779:
24780: * src/classes/op.C: z
24781:
24782: * src/classes/table.C: table:empty +=process
24783:
24784: * src/types/pa_value.h: MethodParams !junction
24785:
24786: * src/: classes/_string.h, classes/double.C, classes/file.C,
24787: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24788: classes/random.C, classes/response.C, classes/string.C,
24789: classes/table.C, classes/unknown.C, main/pa_request.C:
24790: MethodParams everywhere
24791:
24792: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24793: types/pa_vmethod_frame.h: MethodParams in op.C
24794:
24795: 2001-04-12 paf
24796:
24797: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24798:
24799: * src/: classes/_unknown.h, classes/unknown.C,
24800: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24801: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24802:
24803: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24804:
24805: * src/classes/image.C: image:gif now does not have params
24806:
24807: * src/classes/image.C:
24808: image:line/fill/rectangle/bar/replace/polygon/polybar
24809:
24810: * src/: classes/image.C, classes/op.C, main/execute.C,
24811: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24812: for var now written not to r.wcontext, but to r.root cleared
24813: "entered_object" state
24814:
24815: 2001-04-11 paf
24816:
24817: * src/classes/image.C: image:create image:load
24818:
24819: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24820: just compiled
24821:
24822: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24823: todo: gif without file
24824:
24825: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24826: started porting to Pooled descendant
24827:
24828: * src/: classes/image.C, main/execute.C, main/main.dsp,
24829: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24830: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24831: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24832:
24833: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24834: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24835: end. switching to python imaging lib
24836:
24837: * src/main/main.dsp: gd+smtp made separate libs
24838:
24839: * src/: include/pa_globals.h, include/pa_string.h,
24840: main/pa_common.C, main/pa_request.C, main/untaint.C,
24841: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24842: length
24843:
24844: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24845: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24846: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24847: UL_FILE_NAME of posted file name
24848:
24849: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24850: post [broke when moved post read to core]
24851:
24852: 2001-04-10 paf
24853:
24854: * src/classes/image.C: image:html done
24855:
24856: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24857:
24858: * src/classes/image.C: z
24859:
24860: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24861: forgotten!
24862:
24863: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24864: main/pa_request.C, main/pa_string.C, main/untaint.C,
24865: types/pa_vimage.h: image:measure -90
24866:
24867: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24868: classes/_int.h, classes/_mail.h, classes/_op.h,
24869: classes/_random.h, classes/_response.h, classes/_string.h,
24870: classes/_table.h, classes/file.C, classes/mail.C,
24871: include/pa_common.h, include/pa_globals.h, main/execute.C,
24872: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24873: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24874: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24875: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24876: compiled
24877:
24878: * src/classes/mail.C: minor bug with unclear from/to
24879:
24880: * src/classes/mail.C: sendmail unix skipping defaults
24881:
24882: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24883: sendmail unix added defaults
24884:
24885: * src/classes/mail.C: unix sendmail compiled. todo:testing
24886:
24887: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24888:
24889: 2001-04-09 paf
24890:
24891: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24892: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24893: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24894: targets/isapi/parser3isapi.dsp: all targets exec
24895:
24896: * src/: include/pa_sapi.h, include/pa_string.h,
24897: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24898: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24899: args in apache:util.script
24900:
24901: * src/include/pa_string.h: written but not tested exec with env for
24902: unix
24903:
24904: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24905: targets/cgi/parser3.C: exec win32 env
24906:
24907: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24908: 0
24909:
24910: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24911: main/execute.C, main/main.dsp, main/pa_globals.C,
24912: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24913: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24914:
24915: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24916: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24917:
24918: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24919: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24920:
24921: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24922: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24923: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24924: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24925: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24926: exec class just compiled. moved post read to request core
24927:
24928: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24929: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24930: main/pa_globals.C, targets/cgi/parser3.C,
24931: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24932: are already read by vform
24933:
24934: 2001-04-08 paf
24935:
24936: * src/: classes/file.C, classes/mail.C, classes/string.C,
24937: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24938: uuencode. string<<
24939:
24940: 2001-04-07 paf
24941:
24942: * src/classes/mail.C: z
24943:
24944: * src/classes/mail.C: z
24945:
24946: * src/classes/mail.C: ^mail[$attach
24947:
24948: * src/classes/mail.C: ^attach dead end
24949:
24950: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24951: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24952: targets/isapi/parser3isapi.C: mail:send 1
24953:
24954: * src/: classes/mail.C, main/pa_request.C: z
24955:
24956: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24957: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24958: compiled
24959:
24960: * src/classes/mail.C: +=
24961:
24962: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24963: prepared
24964:
24965: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24966: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24967: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24968: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24969:
24970: 2001-04-06 paf
24971:
24972: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24973: main/pa_string.C: table:dir 1
24974:
24975: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24976: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24977:
24978: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24979: classes/root.C, include/pa_globals.h, include/pa_request.h,
24980: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24981: main/pa_request.C: renamed 'root' to 'op'
24982:
24983: * src/classes/: _op.h, op.C: renamed from 'root'
24984:
24985: * src/types/pa_valiased.C: another root inherititance skipped
24986:
24987: * src/main/: compile.C, compile.y, execute.C: operators are now not
24988: root methods of parent class. just 'ROOT' class
24989:
24990: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24991: @office
24992:
24993: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24994:
24995: 2001-04-05 paf
24996:
24997: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24998: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24999: constructor flag dropped at get_method_frame and remembered into
25000: method_frame
25001:
25002: * src/: classes/file.C, classes/root.C, classes/string.C,
25003: classes/table.C, main/pa_request.C: junction to code&expression
25004: in errors
25005:
25006: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25007: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25008: $LOCALE:ctype[Russian_Russia.1251]
25009:
25010: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25011: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25012: main/pa_table.C: hash now not thread-safe.
25013:
25014: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25015: main/untaint.C: z
25016:
25017: * src/: classes/random.C, classes/root.C, classes/table.C,
25018: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25019: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25020: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25021: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25022:
25023: * src/: classes/table.C, include/pa_sql_connection.h,
25024: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25025:
25026: * src/classes/table.C: select * from hren error contains statement
25027:
25028: * src/: classes/table.C, include/pa_sql_connection.h,
25029: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25030: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25031:
25032: * src/: classes/root.C, include/pa_sql_connection.h,
25033: include/pa_sql_driver.h, main/main.dsp,
25034: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25035: services for conv memory & error reporting
25036:
25037: 2001-04-04 paf
25038:
25039: * src/doc/doxygen.cfg: z
25040:
25041: * src/include/pa_sql_driver.h: mysql connect
25042:
25043: * src/include/pa_sql_driver.h: mysql info
25044:
25045: * src/: classes/root.C, include/pa_sql_driver.h,
25046: include/pa_sql_driver_manager.h, main/main.dsp,
25047: main/pa_sql_driver_manager.C: more manager&connection&driver
25048:
25049: * src/sql/Makefile.am: forgot to add mysql client
25050:
25051: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25052: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25053: [forgot to add libltdl, added]
25054:
25055: * src/: Makefile.am, classes/root.C, classes/string.C,
25056: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25057: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25058: include/pa_string.h, include/pa_table.h, main/main.dsp,
25059: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25060: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25061: -1000 just compiled
25062:
25063: * src/: classes/random.C, classes/root.C, classes/table.C,
25064: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25065: main/pa_request.C, types/pa_vclass.h: sql frame -10
25066:
25067: 2001-04-03 paf
25068:
25069: * src/types/pa_vform.C: z
25070:
25071: * src/: classes/string.C, types/pa_vform.C: string:match replace
25072: assigned lang
25073:
25074: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25075: {}[]< empty []
25076:
25077: * src/: classes/file.C, classes/string.C, classes/table.C,
25078: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25079: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25080:
25081: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25082: string:match replace strange matches
25083:
25084: * src/classes/string.C: string:match replace 0
25085:
25086: * src/: classes/string.C, main/pa_string.C: string:match replace
25087: prepared 2
25088:
25089: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25090: string:match replace prepared
25091:
25092: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25093: string:match replace -11
25094:
25095: * src/: classes/string.C, include/pa_globals.h,
25096: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25097: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25098:
25099: * src/: classes/string.C, include/pa_globals.h,
25100: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25101: main/pa_string.C: string:match [search] -1 just compiled
25102:
25103: * src/types/pa_vstring.C: z
25104:
25105: * src/: classes/double.C, classes/file.C, classes/form.C,
25106: classes/int.C, classes/response.C, classes/root.C,
25107: classes/string.C, classes/table.C, include/pa_string.h,
25108: main/pa_string.C: string:match -10 [frame]
25109:
25110: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25111: main/pa_request.C: z
25112:
25113: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25114: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25115: todo/tests
25116:
25117: * src/include/pa_common.h: z
25118:
25119: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25120: main/pa_request.C, targets/cgi/parser3.C,
25121: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25122: content-disposition
25123:
25124: * src/: include/pa_common.h, include/pa_globals.h,
25125: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25126: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25127:
25128: * src/: include/pa_common.h, include/pa_request.h,
25129: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25130: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25131: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25132: response:body
25133:
25134: * src/classes/table.C: table:append now uses string::split
25135:
25136: * src/classes/table.C: z
25137:
25138: * src/: classes/file.C, classes/root.C, classes/string.C,
25139: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25140: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25141: include/pa_string.h, main/execute.C, main/pa_string.C,
25142: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25143: string::pos & cmp & piece bugs fixed. string::split new
25144: table:load separated from set table:set implemented with clean \n
25145: \t searches
25146:
25147: 2001-04-02 paf
25148:
25149: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25150: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25151: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25152: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25153: it in table:set/load
25154:
25155: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25156: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25157:
25158: * src/classes/random.C: random:generate 1
25159:
25160: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25161: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25162: types/pa_value.h: random:generate
25163:
25164: 2001-03-30 paf
25165:
25166: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25167: todo: table flip and append. string::pos
25168:
25169: * src/: classes/double.C, classes/file.C, classes/int.C,
25170: classes/response.C, classes/root.C, classes/string.C,
25171: classes/table.C, main/compile.y, main/execute.C,
25172: types/pa_value.h, types/pa_vstateless_class.C,
25173: types/pa_vstateless_class.h: static|dynamic|any method
25174: registration
25175:
25176: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25177: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25178: table:flip
25179:
25180: 2001-03-29 paf
25181:
25182: * src/classes/string.C: string:xsplit forgot that they must result
25183: in 1 row N column [not vice versa]
25184:
25185: * src/classes/string.C: z
25186:
25187: * src/classes/string.C: string: rsplit
25188:
25189: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25190: string: lsplit
25191:
25192: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25193: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25194: lsplit -1
25195:
25196: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25197: string: pos
25198:
25199: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25200: string: pos -1
25201:
25202: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25203: main/compile.y, main/pa_request.C, main/pa_string.C,
25204: main/untaint.C: string: left right mid
25205:
25206: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25207: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25208: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25209: and [;] are different now.
25210:
25211: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25212: main/untaint.C: pool.request undone
25213:
25214: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25215: main/untaint.C: pool.request
25216:
25217: 2001-03-28 paf
25218:
25219: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25220: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25221: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25222: $request:browser [.type .version]; unknown.get_double now = 0.
25223:
25224: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25225: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25226: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25227: types/pa_vform.C: file:load autodetection of mime-type by
25228: user-file-name
25229:
25230: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25231: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25232: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25233:
25234: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25235: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25236: write. must be self.set
25237:
25238: * src/: classes/file.C, classes/root.C, classes/table.C,
25239: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25240:
25241: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25242: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25243: types/pa_vtable.h: table:locate just compiled
25244:
25245: 2001-03-27 paf
25246:
25247: * src/main/: execute.C, pa_common.C: fixed r/w context of
25248: code-params2, fixed ntfs hardlink slow dir update
25249:
25250: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25251: types/pa_wcontext.h: fixed r/w context of code-params
25252:
25253: * src/: classes/table.C, main/execute.C: about to change junction
25254: rcontext!!
25255:
25256: * src/: classes/double.C, classes/int.C, classes/root.C,
25257: classes/string.C, classes/table.C, main/compile_tools.C,
25258: main/execute.C, main/pa_request.C, main/untaint.C,
25259: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25260: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25261: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25262: types/pa_vunknown.h: sort 0
25263:
25264: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25265: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25266: renamed to are_static_calls_disabled
25267:
25268: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25269: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25270: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25271: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25272:
25273: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25274:
25275: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25276: started table:sort fixed minor bug in #...^{
25277:
25278: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25279: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25280: decided to have as it were. stepped back. grammar: added 'in'
25281: 'is' 'lt'&co follow-space check
25282:
25283: 2001-03-26 paf
25284:
25285: * src/: classes/file.C, classes/root.C, classes/table.C,
25286: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25287: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25288: main/pa_table.C: moved ::save to pa_table. disabled @auto
25289: invocation in ^process
25290:
25291: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25292:
25293: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25294: main/pa_array.C: table:record
25295:
25296: * src/: main/untaint.C, targets/cgi/parser3.C,
25297: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25298: targets/isapi/pool_storage.h, types/pa_valiased.h,
25299: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25300: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25301: types/pa_vtable.h: z
25302:
25303: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25304: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25305: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25306: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25307: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25308: method realisations on 'self' validity - they now can simply
25309: assume that 'self' is V{Proper} .
25310:
25311: 2001-03-25 paf
25312:
25313: * src/main/untaint.C: z
25314:
25315: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25316: lowlevel - it initialization could be skipped if failed in @auto.
25317: so that exception report would use some table
25318:
25319: * src/main/pa_request.C: table empty lines ignored. system-default
25320: content type assigned in output:result [can fail in main:auto and
25321: skipped normal defaults extraction]
25322:
25323: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25324: bug
25325:
25326: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25327: processing to table [except preliminary \r\n \r \n replacements
25328: to "\n"]
25329:
25330: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25331: move all the processing to table
25332:
25333: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25334: main/pa_table.C, main/untaint.C: returned table originating.
25335: useful for reporting typo table problems origin. think would be
25336: useful somewhere else
25337:
25338: * src/main/untaint.C: typo \r \r\n \n properly handled
25339:
25340: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25341: include/pa_table.h, main/compile.y, main/compile_tools.C,
25342: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25343: main/pa_string.C, main/pa_table.C, main/untaint.C,
25344: types/pa_vcookie.h: typo & typo-default
25345:
25346: 2001-03-24 paf
25347:
25348: * src/main/pa_common.C: z
25349:
25350: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25351: targets/cgi/parser3.C: html-typo 2
25352:
25353: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25354: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25355: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25356: main/execute.C, main/pa_array.C, main/pa_globals.C,
25357: main/pa_request.C, main/pa_string.C, main/untaint.C,
25358: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25359: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25360: noticed double default content-type prob. run cgi.cmd tomorrow
25361: first html-typo sample. detected << problem: they become ltlt too
25362: fast
25363:
25364: * src/main/compile.y: z
25365:
25366: * src/main/: compile.y, compile_tools.h: #comment
25367:
25368: * src/: classes/file.C, classes/root.C, classes/table.C,
25369: include/pa_common.h, include/pa_request.h, main/compile.y,
25370: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25371: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25372: stringified
25373:
25374: * src/types/pa_valiased.C: decided to String-ify file_read
25375:
25376: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25377: isapi/parser3isapi.dsp: cgi: sapi::log
25378:
25379: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25380: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25381: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25382: error log experiments failed - cgi under iis got no access to
25383: log. registereventsource simply failed with 5(illegal call) code,
25384: while worked OK as standalone executable. isapi: used
25385: HSE_APPEND_LOG_PARAMETER feature
25386:
25387: * src/: include/pa_common.h, include/pa_globals.h,
25388: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25389: targets/isapi/parser3isapi.C: fixed default content-type
25390: allocation storage
25391:
25392: * src/: include/pa_globals.h, include/pa_request.h,
25393: main/pa_globals.C, main/pa_request.C: z
25394:
25395: * src/: include/pa_array.h, include/pa_hash.h,
25396: include/pa_request.h, main/compile.y, main/pa_array.C,
25397: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25398: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25399: content-type
25400:
25401: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25402: sanity
25403:
25404: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25405: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25406: away freeze mech. no danger now for you can't do
25407: ^request:process[@new-method[] body] trick anymore. still
25408: remains $some_instance.process[@new-method[] possibility] but
25409: would leave it as a feature. see index for sample
25410:
25411: * src/: include/pa_common.h, main/pa_common.C,
25412: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25413: monkey every target
25414:
25415: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25416: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25417: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25418:
25419: 2001-03-23 paf
25420:
25421: * src/: include/pa_pool.h, main/pa_request.C,
25422: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25423: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25424: targets/isapi/pool_storage.h: isapi: dumb pool storage
25425:
25426: * src/targets/isapi/pa_pool.C: decided to continue with extension
25427:
25428: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25429: it would be better to rewrite as filter then to deal with pool
25430:
25431: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25432: now like in cgi, not from APPL_PHYSICAL_PATH
25433:
25434: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25435: include/pa_config_fixed.h, include/pa_config_includes.h,
25436: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25437: include/pa_version.h, main/compile.y, main/execute.C,
25438: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25439: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25440: main/untaint.C, targets/cgi/parser3.C,
25441: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25442: cgi: reinvent document_root and request_uri under iis. autoconf
25443: updated. introducing ap_config_includes
25444:
25445: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25446:
25447: * src/targets/cgi/parser3.C: cgi: only one pool now
25448:
25449: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25450: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25451: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25452: types/pa_venv.h, types/pa_vform.C: sapi made object
25453:
25454: * src/: include/pa_globals.h, main/pa_request.C,
25455: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25456: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25457: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25458:
25459: * src/: main/pa_request.C, targets/cgi/parser3.C,
25460: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25461: isapi minor env beauty
25462:
25463: * src/: main/pa_request.C, targets/cgi/parser3.C,
25464: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25465: isapi document_root 0
25466:
25467: 2001-03-22 paf
25468:
25469: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25470:
25471: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25472: isapi/parser3isapi.C: z
25473:
25474: * src/: include/pa_pool.h, main/pa_request.C,
25475: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25476:
25477: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25478: kill.pl: isapi added utils
25479:
25480: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25481: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25482: types/pa_vform.C: isapi 0
25483:
25484: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25485: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25486: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25487: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25488: started isapi
25489:
25490: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25491: some comments
25492:
25493: * src/: include/pa_globals.h, include/pa_request.h,
25494: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25495: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25496: parser_root_auto_path parser_site_auto_path
25497:
25498: * src/types/pa_vcookie.C: cookie attr decoded
25499:
25500: 2001-03-21 paf
25501:
25502: * src/targets/cgi/parser3.C: z
25503:
25504: * src/include/pa_globals.h: post. todo: config of auto.p path
25505:
25506: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25507: types/pa_venv.h: in cookie & env. todo:post
25508:
25509: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25510: classes/root.C, classes/table.C, include/pa_array.h,
25511: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25512: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25513: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25514: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25515: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25516: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25517: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25518: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25519: shifted apache branch on main trunc
25520:
25521: * src/: include/pa_common.h, include/pa_globals.h,
25522: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25523: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25524: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25525: starting mod_parser3
25526:
25527: * src/targets/cgi/parser3.C: starting mod_parser3
25528:
25529: 2001-03-20 paf
25530:
25531: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25532: targets/cgi/parser3.C: automake compiled and works. todo:make
25533: win32 ifdefs work and add ifdef unistd
25534:
25535: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25536: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25537: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25538: z
25539:
25540: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25541: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25542: locking
25543:
25544: * src/: classes/Makefile.am, types/Makefile.am: z
25545:
25546: * src/: Makefile.am, classes/file.C, classes/root.C,
25547: classes/table.C, include/pa_array.h, include/pa_request.h,
25548: include/pa_string.h, main/Makefile.am, main/execute.C,
25549: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25550: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25551: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25552: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25553:
25554: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25555: main/pa_request.C, types/pa_vfile.h: ^table:save
25556:
25557: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25558: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25559: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25560: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25561: types/pa_vform.h: z
25562:
25563: * src/include/pa_string.h: z
25564:
25565: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25566: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25567: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25568: :Value
25569:
25570: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25571: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25572: :VStateless_object
25573:
25574: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25575: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25576: :VStateless_object
25577:
25578: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25579: types/pa_valiased.C, types/pa_vform.h: commented VForm
25580:
25581: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25582: types/pa_valiased.h, types/pa_value.h,
25583: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25584: types/pa_vstateless_object.h: moved common get_element part from
25585: stateless object&class into VAliased
25586:
25587: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25588: classes/table.C, main/execute.C, main/main.dsp,
25589: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25590: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25591: now :Value
25592:
25593: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25594: main/execute.C, main/main.dsp, main/pa_globals.C,
25595: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25596:
25597: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25598: doxx
25599:
25600: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25601: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25602: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25603: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25604: and ^file:save
25605:
25606: 2001-03-19 paf
25607:
25608: * src/types/pa_vfile.C: z
25609:
25610: * src/: classes/file.C, classes/request.C, classes/table.C,
25611: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25612: main/pa_request.C, main/untaint.C, types/pa_value.h,
25613: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25614:
25615: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25616: include/pa_string.h, include/pa_table.h, main/main.dsp,
25617: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25618: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25619: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25620: classes/_file.h, classes/file.C, types/pa_vfile.C,
25621: types/pa_vfile.h: file class just compiled
25622:
25623: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25624: include/pa_table.h, include/pa_types.h, main/execute.C,
25625: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25626: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25627: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25628:
25629: * src/include/pa_pool.h: z
25630:
25631: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25632: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25633: Hash::Value to Val so to doxygen would finlly stop confusing
25634: those Value-s
25635:
25636: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25637: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25638: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25639: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25640: include/pa_types.h, main/compile.C, main/compile.y,
25641: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25642: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25643: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25644: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25645: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25646:
25647: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25648: derivates somehow unlinked. don't know why yet
25649:
25650: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25651: include/pa_string.h, include/pa_threads.h, main/compile.C,
25652: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25653: main/execute.C, main/pa_array.C, main/pa_common.C,
25654: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25655: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25656: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25657:
25658: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25659: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25660: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25661: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25662: types/pa_vrequest.h: doc: detected Value derivates prob
25663:
25664: * src/include/pa_globals.h: z
25665:
25666: * src/: classes/_request.h, classes/request.C, include/code.h,
25667: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25668: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25669: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25670: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25671: main/execute.C, main/pa_pool.C, main/pa_request.C,
25672: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25673: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25674:
25675: 2001-03-18 paf
25676:
25677: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25678: cookie: allowed access to hash-assigned
25679:
25680: * src/targets/cgi/parser3.C: z
25681:
25682: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25683: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25684: include/pa_types.h, main/main.dsp, main/pa_common.C,
25685: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25686: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25687: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25688: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25689: types/pa_vunknown.h: cookie class
25690:
25691: * src/main/pa_request.C: zero length output allowed
25692:
25693: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25694: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25695:
25696: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25697: lang switch
25698:
25699: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25700: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25701: types/pa_value.h, types/pa_vhash.h:
25702: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25703:
25704: * src/main/execute.C: z
25705:
25706: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25707: targets/cgi/parser3.C: taint[uri
25708:
25709: * src/: classes/request.C, classes/response.C, classes/root.C,
25710: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25711: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25712: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25713:
25714: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25715: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25716: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25717: types/pa_vstateless_class.C: convinient string(pool, char *src,
25718: bool tainted) ctor
25719:
25720: * src/: include/pa_hash.h, include/pa_request.h,
25721: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25722: main/pa_request.C, main/pa_string.C, main/untaint.C,
25723: targets/cgi/parser3.C: proper @exceptions params tainting
25724:
25725: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25726: response fields to header
25727:
25728: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25729: z
25730:
25731: * src/: classes/_response.h, classes/response.C,
25732: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25733: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25734: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25735: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25736: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25737: $response: 0 request::core exception rethrow
25738:
25739: 2001-03-16 paf
25740:
25741: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25742: types/pa_vrequest.h: native method' class call with less params
25743: then needed error reporting
25744:
25745: * src/: classes/_request.h, classes/request.C,
25746: include/pa_globals.h, include/pa_request.h, main/execute.C,
25747: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25748: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25749: types/pa_vrequest.h: $request : query :uri
25750:
25751: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25752: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25753: types/pa_wcontext.h: $result
25754:
25755: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25756:
25757: * src/: classes/double.C, include/code.h, main/compile.y,
25758: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25759: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25760:
25761: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25762: main/compile.y, main/execute.C, types/pa_value.h,
25763: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25764: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25765: wcontext conflict
25766:
25767: * src/: main/execute.C, types/pa_value.h,
25768: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25769: $string.field
25770:
25771: 2001-03-15 paf
25772:
25773: * src/main/pa_request.C: news sample
25774:
25775: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25776: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25777:
25778: * src/main/: compile.y, execute.C: z
25779:
25780: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25781: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25782: pre pre works
25783:
25784: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25785: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25786: fillfields just compiled
25787:
25788: 2001-03-14 paf
25789:
25790: * src/: include/pa_request.h, main/pa_request.C,
25791: targets/cgi/parser3.C: z
25792:
25793: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25794: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25795: types/pa_vstring.h: limits -1
25796:
25797: * src/: include/pa_globals.h, include/pa_request.h,
25798: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25799: main/pa_request.C, targets/cgi/parser3.C,
25800: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25801: request_info -1
25802:
25803: * src/: include/pa_globals.h, main/pa_globals.C,
25804: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25805: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25806: vform_fields_fill
25807:
25808: * src/targets/cgi/parser3.C: # if MSVC
25809:
25810: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25811: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25812:
25813: * src/targets/cgi/parser3.C: z
25814:
25815: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25816: include/pa_string.h, include/pa_types.h, main/compile.y,
25817: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25818: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25819: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25820: types/pa_vunknown.h: global handler, exceptions in parser3
25821:
25822: 2001-03-13 paf
25823:
25824: * src/: classes/form.C, main/compile.y, main/core.C,
25825: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25826: types/pa_vform.h, types/pa_vstateless_class.C,
25827: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25828: instead
25829:
25830: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25831: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25832: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25833: started cgi target
25834:
25835: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25836: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25837: before error show with parser
25838:
25839: * src/: classes/_form.h, classes/form.C, include/core.h,
25840: include/pa_request.h, main/core.C, main/pa_request.C,
25841: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25842:
25843: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25844:
25845: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25846: parser3.C: renamed targets/ parser to cgi
25847:
25848: * src/: classes/double.C, classes/env.C, classes/int.C,
25849: classes/root.C, classes/string.C, classes/table.C,
25850: include/pa_request.h, types/pa_vhash.h: z
25851:
25852: * src/: classes/_env.h, classes/env.C, classes/root.C,
25853: include/core.h, include/pa_pool.h, include/pa_request.h,
25854: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25855: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25856: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25857: [historical moment :)]
25858:
25859: * src/: include/code.h, include/pa_string.h, main/compile.y,
25860: main/execute.C, main/pa_string.C: 'value is type' expr operator
25861:
25862: * src/types/pa_venv.h: $ENV 1
25863:
25864: * src/main/execute.C: z
25865:
25866: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25867: future methods of ENV constructor if
25868:
25869: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25870: class
25871:
25872: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25873: classes/_root.h, classes/_string.h, classes/_table.h,
25874: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25875: classes/string.C, classes/table.C, include/pa_request.h,
25876: main/compile.C, main/compile_tools.h, main/core.C,
25877: main/execute.C, main/main.dsp, main/pa_request.C,
25878: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25879: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25880: types/pa_vobject.h, types/pa_vstateless_class.C,
25881: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25882: types/pa_wcontext.h: $ENV: re 0, stateless classes
25883:
25884: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25885: classes/_root.h, classes/_string.h, classes/_table.h,
25886: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25887: classes/string.C, classes/table.C, include/pa_request.h,
25888: main/compile.C, main/compile_tools.h, main/core.C,
25889: main/execute.C, main/main.dsp, main/pa_request.C,
25890: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25891: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25892: types/pa_vobject.h, types/pa_vstateless_class.C,
25893: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25894: types/pa_wcontext.h: $ENV: re 0, stateless classes
25895:
25896: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25897: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25898: yesterdays bad decision on execute_static_method
25899:
25900: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25901:
25902: * src/: classes/double.C, classes/int.C, classes/root.C,
25903: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25904:
25905: * src/main/pa_request.C: z
25906:
25907: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25908: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25909:
25910: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25911: include/pa_pool.h, main/pa_request.C:
25912: restructure_exceptions_dead_end
25913:
25914: * src/: classes/root.C, main/compile.y: ^if required junctions.
25915: allowed ; inside {} to break params
25916:
25917: * src/classes/root.C: ^eval
25918:
25919: * src/: classes/_string.h, classes/double.C, classes/int.C,
25920: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25921: string ^format
25922:
25923: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25924: 'bad' but not 'enough'
25925:
25926: * src/: classes/double.C, classes/root.C, classes/table.C,
25927: include/pa_common.h, include/pa_types.h, main/compile.y,
25928: main/pa_common.C, main/pa_request.C, main/untaint.C,
25929: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25930: types/pa_wwrapper.h: think constructing flag as is is bad
25931:
25932: * src/: classes/double.C, classes/int.C, classes/root.C,
25933: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25934: types/pa_vint.h: ^for
25935:
25936: 2001-03-12 paf
25937:
25938: * src/classes/table.C: table ^empty
25939:
25940: * src/: classes/table.C, include/pa_table.h: table ^menu
25941:
25942: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25943: ^offset ^line ^count
25944:
25945: * src/classes/root.C: ^round() ^floor() ^ceiling()
25946: ^abs() ^sign()
25947:
25948: * src/classes/: root.C, table.C: ^use
25949:
25950: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25951: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25952: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25953: ^while. switched off wcontext.constructing after write(value) or
25954: auto-vhash-constructing
25955:
25956: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25957: main/pa_request.C: fail_if_junction_ helper func
25958:
25959: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25960: include/pa_request.h, main/execute.C, main/main.dsp,
25961: main/pa_common.C, main/pa_request.C: ^process error point by
25962: actual method_name, not source. ^load
25963:
25964: * src/types/pa_vtable.h: table: no, better with string in cells...
25965:
25966: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25967: classes/_table.h, classes/table.C, main/untaint.C: z
25968:
25969: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25970: include/pa_table.h, main/core.C, main/execute.C,
25971: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25972: types/pa_value.h: table:set 0
25973:
25974: * src/: classes/root.C, include/core.h, include/pa_array.h,
25975: include/pa_request.h, include/pa_table.h, main/core.C,
25976: main/main.dsp, main/pa_request.C, main/pa_table.C,
25977: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25978: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25979: types/pa_vstring.h: freeze, ^table:create[] -1
25980:
25981: * src/: classes/root.C, types/pa_value.h: z
25982:
25983: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25984: get_method in couple places optimizing them
25985:
25986: * src/classes/root.C: z
25987:
25988: * src/: classes/root.C, types/pa_vclass.h: process temp main
25989: zeroing
25990:
25991: * src/: classes/double.C, classes/int.C, classes/root.C,
25992: classes/string.C, include/pa_common.h, include/pa_request.h,
25993: include/pa_string.h, include/pa_types.h, main/compile.C,
25994: main/compile.y, main/compile_tools.h, main/execute.C,
25995: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25996: types/pa_vmframe.h: ^process. actual names to store param and
25997: check_actual_numbered_params for better place diagnostics
25998:
25999: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26000: method-junctions bug fixed
26001:
26002: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26003: pa_vstateless_object.h, pa_vstring.h: stateless_object
26004:
26005: 2001-03-11 paf
26006:
26007: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26008: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26009: VDouble VInt base now VObject_base - without fields
26010:
26011: * src/: classes/root.C, include/core.h, main/core.C: z
26012:
26013: * src/: classes/double.C, classes/int.C, classes/root.C,
26014: classes/string.C, include/core.h, include/pa_hash.h,
26015: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26016: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26017:
26018: * src/: classes/double.C, classes/int.C, classes/root.C,
26019: include/pa_request.h, main/execute.C: intercept_string
26020:
26021: * src/: classes/double.C, classes/int.C, classes/root.C,
26022: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26023:
26024: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26025: ^inc-s(expr)
26026:
26027: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26028: classes/_root.h, classes/_string.h, classes/double.C,
26029: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26030: include/code.h, include/core.h, include/pa_array.h,
26031: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26032: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26033: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26034: include/pa_types.h, main/compile.C, main/compile.y,
26035: main/compile_tools.C, main/compile_tools.h, main/core.C,
26036: main/execute.C, main/pa_array.C, main/pa_common.C,
26037: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26038: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26039: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26040: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26041: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26042: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26043: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26044: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26045:
26046: * src/: main/pa_request.C, types/pa_vhash.h: z
26047:
26048: * src/: include/core.h, include/pa_request.h, main/core.C,
26049: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26050:
26051: * src/: include/pa_valiased.h, include/pa_value.h,
26052: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26053: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26054: include/pa_vjunction.h, include/pa_vmframe.h,
26055: include/pa_vobject.h, include/pa_vstring.h,
26056: include/pa_vunknown.h, include/pa_wcontext.h,
26057: include/pa_wwrapper.h, main/compile.y, main/core.C,
26058: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26059: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26060: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26061: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26062: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26063: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26064: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26065: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26066: include/
26067:
26068: 2001-03-10 paf
26069:
26070: * src/: include/core.h, include/pa_request.h, main/core.C,
26071: main/pa_request.C: run+auto=run
26072:
26073: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26074:
26075: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26076: classes/_root.h, classes/_string.h, classes/double.C,
26077: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26078: include/code.h, include/core.h, include/pa_array.h,
26079: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26080: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26081: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26082: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26083: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26084: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26085: include/pa_vjunction.h, include/pa_vmframe.h,
26086: include/pa_vobject.h, include/pa_vstring.h,
26087: include/pa_vunknown.h, include/pa_wcontext.h,
26088: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26089: main/compile_tools.C, main/compile_tools.h, main/core.C,
26090: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26091: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26092: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26093: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26094: main/pa_wcontext.C: sources header
26095:
26096: * src/main/pa_request.C: auto..
26097:
26098: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26099: main/pa_request.C: auto tree0
26100:
26101: * src/: include/core.h, include/pa_request.h, main/compile.y,
26102: main/core.C, main/pa_request.C: names to core.C
26103:
26104: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26105: include/pa_request.h, main/core.C, main/execute.C,
26106: main/pa_common.C, main/pa_request.C: root auto.p loaded
26107:
26108: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26109: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26110: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26111: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26112:
26113: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26114: @auto[] realised. auto.p scan togo
26115:
26116: * src/: include/pa_request.h, main/execute.C: autocalc
26117: code-junctions result now have names
26118:
26119: * src/: classes/double.C, classes/int.C, classes/root.C,
26120: classes/string.C, include/pa_request.h, include/pa_string.h,
26121: include/pa_wcontext.h, main/compile.y, main/execute.C,
26122: main/pa_string.C, main/pa_wcontext.C: tainting 0
26123:
26124: * src/classes/env.C: env:file/line
26125:
26126: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26127: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26128: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26129: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26130: main/compile_tools.C, main/compile_tools.h, main/core.C,
26131: main/execute.C, main/main.dsp, main/pa_cframe.C,
26132: main/pa_request.C, main/pa_wcontext.C: const fight finished
26133:
26134: * src/include/pa_vclass.h: const fight to go
26135:
26136: * src/: classes/_env.h, classes/env.C, classes/root.C,
26137: include/pa_request.h, include/pa_vclass.h, main/core.C,
26138: main/main.dsp: env0
26139:
26140: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26141: classes/_string.h, classes/double.C, classes/int.C,
26142: classes/root.C, classes/string.C, include/pa_request.h,
26143: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26144: include/pa_wcontext.h, main/core.C, main/main.dsp,
26145: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26146: main/pa_wcontext.C: ^lang prepare0
26147:
26148: 2001-03-09 paf
26149:
26150: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26151: construct proper naming
26152:
26153: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26154: classes/double.C, classes/int.C, classes/root.C,
26155: classes/string.C, include/code.h, include/pa_value.h,
26156: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26157: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26158: main/compile.y, main/compile_tools.C, main/core.C,
26159: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26160: and ^double[]. fixed expr type
26161:
26162: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26163: ^string.length[]
26164:
26165: 2001-03-08 paf
26166:
26167: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26168:
26169: * src/: include/pa_vclass.h, include/pa_vstring.h,
26170: include/pa_wcontext.h, main/compile.y, main/core.C,
26171: main/execute.C, main/main.dsp: dead end: vstring can't be
26172: derivated from vobject
26173:
26174: * src/: include/pa_vclass.h, include/pa_vhash.h,
26175: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26176:
26177: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26178: remained clone conseqs
26179:
26180: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26181:
26182: * src/main/pa_vclass.C: wow! vclass were out of vcs
26183:
26184: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26185: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26186: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26187: include/pa_vobject.h, include/pa_vstring.h,
26188: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26189: main/execute.C: withoud cloning. didn't need it actually, params
26190: got passed from out unnamed ewpool
26191:
26192: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26193: include/pa_vjunction.h, include/pa_vobject.h,
26194: include/pa_vunknown.h, main/compile.y: cloning dead end
26195:
26196: * src/: include/pa_bool.h, include/pa_double.h,
26197: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26198: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26199: include/pa_vjunction.h, include/pa_vmframe.h,
26200: include/pa_vobject.h, include/pa_vstring.h,
26201: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26202: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26203: to give params proper names
26204:
26205: * src/main/pa_wcontext.C: z
26206:
26207: * src/: include/pa_vmframe.h, main/execute.C: added names to
26208: unknown values in get_element and unfilled params. removed wrong
26209: name change in get_element
26210:
26211: * src/main/execute.C: z
26212:
26213: * src/main/execute.C: fixed problems calling operators in
26214: constructors
26215:
26216: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26217: detected problems calling operators in constructors
26218:
26219: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26220: autocalc def to string
26221:
26222: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26223: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26224:
26225: * src/classes/root.C: added root.c
26226:
26227: * src/: include/pa_request.h, include/pa_value.h,
26228: include/pa_vcframe.h, include/pa_vmframe.h,
26229: include/pa_wcontext.h, main/compile.C, main/compile.y,
26230: main/core.C, main/execute.C, main/pa_cframe.C,
26231: main/pa_wcontext.C: 'if' just compiled
26232:
26233: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26234: include/pa_vjunction.h, include/pa_vmframe.h,
26235: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26236: main/pa_wcontext.C: z
26237:
26238: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26239: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26240: with parameter names in operator methods
26241:
26242: * src/main/compile.y: minor renamings in .y
26243:
26244: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26245: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26246: @BASE. changed 'RUN' assignment mech
26247:
26248: * src/main/execute.C: z
26249:
26250: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26251: main/compile_tools.h, main/execute.C: made class: dynamic, not
26252: static. so to enable runtime ^use
26253:
26254: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26255:
26256: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26257: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26258:
26259: * src/main/execute.C: root root in code-junction
26260:
26261: 2001-03-07 paf
26262:
26263: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26264: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26265:
26266: * src/: include/pa_stack.h, include/pa_value.h,
26267: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26268: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26269: fixed rwcontext of {} params up
26270:
26271: * src/main/: compile.y, compile_tools.h: ^func(params)
26272:
26273: * src/main/compile.y: .y priorities syntax shaped up a bit
26274:
26275: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26276: include/pa_vunknown.h, main/compile.y, main/execute.C,
26277: main/pa_hash.C: expr def in -f
26278:
26279: * src/main/: compile.y, execute.C: expr calls
26280:
26281: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26282: fixed
26283:
26284: * src/main/compile.y: expr quoted code
26285:
26286: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26287: support0
26288:
26289: * src/main/compile.y: expr string comparisons 0
26290:
26291: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26292: main/pa_string.C: just compiled lt&co
26293:
26294: * src/main/execute.C: ^var.menu{$field} problem detected. that
26295: $field not a $var.field
26296:
26297: 2001-03-06 paf
26298:
26299: * src/main/compile.y: .y expr visible-shorter
26300:
26301: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26302: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26303: logical
26304:
26305: * src/: include/pa_vstring.h, main/compile.y: problems with
26306: skipping whitespace in yylex
26307:
26308: * src/include/pa_vbool.h: forgot this
26309:
26310: * src/: include/code.h, main/compile.y, main/execute.C: without
26311: string ops in expressions 0
26312:
26313: * src/: include/pa_value.h, include/pa_vdouble.h,
26314: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26315: main/execute.C, main/main.dsp: !~
26316:
26317: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26318: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26319: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26320: include/pa_vunknown.h, include/pa_wcontext.h,
26321: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26322: main/compile_tools.h, main/execute.C: +-*/
26323:
26324: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26325: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26326:
26327: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26328: main/execute.C: expr grammar-1 2*2=4.000000 :)
26329:
26330: * src/main/compile.y: expr grammar-1
26331:
26332: * src/main/compile.y: expr lexx1
26333:
26334: * src/main/: compile.y, execute.C, main.dsp: z
26335:
26336: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26337: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26338: main/execute.C: expr lex0 exec-1
26339:
26340: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26341:
26342: 2001-02-26 paf
26343:
26344: * src/main/compile.y: max_string in yyerror bug fix
26345:
26346: 2001-02-25 paf
26347:
26348: * src/: include/pa_value.h, include/pa_vmframe.h,
26349: include/pa_wcontext.h, main/execute.C: VAliased3
26350:
26351: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26352:
26353: * src/main/execute.C: VAliased1
26354:
26355: * src/: include/pa_request.h, include/pa_value.h,
26356: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26357: VAliased0
26358:
26359: * src/: include/pa_pool.h, include/pa_request.h,
26360: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26361: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26362: VAliased just compiled
26363:
26364: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26365: include/pa_vobject.h, main/execute.C: alias dead end
26366:
26367: * src/: include/pa_value.h, include/pa_vclass.h,
26368: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26369: main/main.dsp: no not get fields into interm VFielded class.
26370: fields & staticfields 1
26371:
26372: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26373: include/pa_vobject.h, include/pa_wcontext.h,
26374: include/pa_wwrapper.h, main/core.C, main/execute.C,
26375: main/main.dsp: would now get fields into interm VFielded class
26376:
26377: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26378: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26379: include/pa_wcontext.h, main/compile.y, main/core.C,
26380: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26381: main/pa_wcontext.C: virtuals2
26382:
26383: * src/main/compile.y: : 1
26384:
26385: * src/main/compile.y: rethought to $class:static.field.subfield
26386:
26387: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26388: $class:element
26389:
26390: * src/: include/pa_value.h, include/pa_vmframe.h,
26391: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26392: main/pa_wcontext.C: before execute class calls rewrite
26393:
26394: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26395: name RUN, also alias
26396:
26397: * src/main/compile.y: escaping bug
26398:
26399: * src/: include/pa_request.h, include/pa_value.h,
26400: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26401: main/core.C, main/execute.C, main/pa_common.C: vobject1
26402:
26403: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26404: include/pa_vmframe.h, include/pa_vobject.h,
26405: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26406: main/compile_tools.h, main/execute.C: ^class:method() just
26407: compiled
26408:
26409: 2001-02-24 paf
26410:
26411: * src/main/main.dsp: no bison -d
26412:
26413: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26414: class' err msg wrong
26415:
26416: * src/main/compile.y: z
26417:
26418: * src/main/: compile.y, core.C: yylex need some @special lines adj
26419:
26420: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26421: main/compile.y, main/compile_tools.h, main/core.C: modules0
26422:
26423: * src/: include/pa_vclass.h, main/core.C: z
26424:
26425: * src/: include/pa_value.h, include/pa_vclass.h,
26426: include/pa_vobject.h, main/main.dsp: vobject00
26427:
26428: * src/main/pa_array.C: minor bug in expanding very small arrays.
26429: 60% from 1 were 0
26430:
26431: * src/: include/pa_value.h, include/pa_wcontext.h,
26432: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26433: as bad as you've named it: wcontext.value() was not a perfect
26434: idea
26435:
26436: * src/main/execute.C: codeframe1
26437:
26438: * src/: include/pa_value.h, include/pa_vcframe.h,
26439: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26440: include/pa_vjunction.h, include/pa_vmframe.h,
26441: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26442: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26443: just compiled
26444:
26445: * src/: include/pa_vframe.h, main/compile.y: found junction
26446: ideology @: ^x{$a()) must construct current wcontext element, so
26447: smart wcontext handling needed
26448:
26449: * src/main/compile.y: fixed grammar bugs in constructor/params
26450: klinch
26451:
26452: * src/main/: compile.y, execute.C: fixed empty constructor
26453: optimized empty case. failed on calls - produced empty string
26454: param
26455:
26456: * src/main/compile.y: fixed last \n macrotemplate strip bug
26457:
26458: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26459: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26460: main/compile_tools.C, main/compile_tools.h, main/core.C,
26461: main/execute.C: code junctions0. something wrong with last \n
26462: macrotemplate strip
26463:
26464: * src/: include/pa_value.h, main/compile.C, main/core.C,
26465: main/pa_value.C: minor error reporting format beautifyings
26466:
26467: * src/: include/pa_value.h, include/pa_vclass.h,
26468: include/pa_vframe.h, main/core.C, main/execute.C,
26469: main/pa_value.C: get_method RIP. junctions everywhere. call with
26470: junctions0
26471:
26472: 2001-02-23 paf
26473:
26474: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26475: pa_wwrapper.h: lara came, can't work, sorry :(
26476:
26477: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26478: junction
26479:
26480: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26481: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26482: main/execute.C, main/main.dsp, main/pa_value.C: call0
26483:
26484: * src/: include/pa_hash.h, include/pa_value.h,
26485: include/pa_wcontext.h, main/core.C, main/execute.C,
26486: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26487: done
26488:
26489: * src/include/pa_wcontext.h: z
26490:
26491: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26492: wrong grammar in complex constructor case
26493:
26494: * src/main/: compile.y, execute.C: empty constructor bug fixed
26495:
26496: * src/main/execute.C: with result rwpool
26497:
26498: * src/: include/pa_value.h, main/core.C, main/execute.C,
26499: main/main.dsp: value named
26500:
26501: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26502: strign 2 value in 2 places in execute
26503:
26504: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26505: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26506: wcontext.put_element when wcontext fvalue==0
26507:
26508: 2001-02-22 paf
26509:
26510: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26511: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26512: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26513:
26514: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26515: erroreos checkout
26516:
26517: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26518:
26519: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26520: main/compile_tools.h, main/pa_array.C: $self.get
26521:
26522: * src/main/: compile.C, compile.y, compile_tools.C: z
26523:
26524: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26525: bit. finished now.
26526:
26527: * src/main/compile.y: $: finished
26528:
26529: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26530:
26531: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26532: main/execute.C: OP_STRING better then some xxx _VALUE
26533:
26534: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26535: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26536: string to vstring it .y all
26537:
26538: * src/: include/pa_request.h, include/pa_stack.h,
26539: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26540: all
26541:
26542: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26543: precise parse error line:col
26544:
26545: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26546: main/pa_hash.C, main/pa_pool.C: TRY...
26547:
26548: * src/: include/pa_exception.h, include/pa_pool.h,
26549: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26550: main/compile.C, main/compile.y, main/compile_tools.C,
26551: main/core.C, main/pa_array.C, main/pa_exception.C,
26552: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26553: main/pa_table.C: removed exception from request
26554:
26555: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26556: some forgotten
26557:
26558: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26559: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26560: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26561: get/put simple vars to VClass works0
26562:
26563: * src/: include/pa_array.h, include/pa_wcontext.h,
26564: main/pa_string.C: in process, but found that exceptions are too
26565: global
26566:
26567: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26568: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26569: main/execute.C, main/pa_string.C: write_value write_string 0 it
26570: seems wcontext must write strings regardles of fvalue!=0
26571:
26572: 2001-02-21 paf
26573:
26574: * src/main/execute.C: tired :)
26575:
26576: * src/main/: compile.C, compile.y, execute.C: store0
26577:
26578: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26579: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26580: include/pa_wcontext.h, main/compile.C, main/compile.y,
26581: main/execute.C, main/main.dsp, main/pa_array.C,
26582: main/pa_request.C: get put -1 [just compiled]
26583:
26584: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26585: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26586: main/main.dsp, main/pa_request.C: request core methods0
26587:
26588: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26589: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26590: execute
26591:
26592: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26593: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26594: methods and one_big_piece. now compile returns array<method*>
26595:
26596: * src/main/compile.y: more straightforward yylex[end]
26597:
26598: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26599: string.operator==(char*)
26600:
26601: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26602: main/execute.C, main/pa_array.C: after array.const get wonders
26603:
26604: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26605: pa_string.h, pa_value.h: struck with const array.gets
26606:
26607: * src/main/: execute.C: z
26608:
26609: * src/main/: compile.y, execute.C: z
26610:
26611: * src/main/: compile.C, compile.y, compile_tools.h: error
26612: processing in eval & yyerror so it wouldn't cause memleaks.
26613:
26614: * src/main/: compile.C, compile.y: failed to add absolute precies
26615: parse error positions. leaving RIGHTMOST position as
26616: @file[line:col]
26617:
26618: * src/: include/compile.h, main/compile.C, main/compile.y,
26619: main/compile_tools.h: line numbers needed. would add them to .y
26620: now internally. externally it's not as precise as needed
26621:
26622: * src/: include/code.h, include/pa_types.h, main/compile.C,
26623: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26624: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26625: compiler works ok
26626:
26627: 2001-02-20 paf
26628:
26629: * src/main/: compile.C, compile.y, compile_tools.C,
26630: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26631: not perfect
26632:
26633: * src/: include/code.h, include/compile.h, include/execute.h,
26634: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26635: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26636: main/compile.C, main/compile.y, main/compile_tools.C,
26637: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26638: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26639: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26640: compiled. execute=dump for now
26641:
26642: * src/main/core.C: core rewrite using yacc investigations now will
26643: be compile[yacc]/execute[opcodes]
26644:
26645: 2001-02-15 paf
26646:
26647: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26648: rewrite as turing machine? for it seems it would be it's too many
26649: ifs with this syntax now
26650:
26651: 2001-02-14 paf
26652:
26653: * src/main/core.C: get_params 1
26654:
26655: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26656: :( ]
26657:
26658: * src/main/core.C: varios breaks
26659:
26660: * src/main/core.C: get names 3
26661:
26662: * src/main/core.C: get names 2
26663:
26664: * src/main/core.C: get names 1
26665:
26666: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26667: names 0
26668:
26669: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26670: text repassing2 operator static vars
26671:
26672: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26673: main/pa_string.C: process text repassing
26674:
26675: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26676: module:calls changes
26677:
26678: 2001-02-13 paf
26679:
26680: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26681: ^class:calls[] started
26682:
26683: * src/: include/pa_value.h, main/core.C: z
26684:
26685: * src/main/core.C: operators : and self. prefixes
26686:
26687: * src/main/core.C: z
26688:
26689: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26690: tested
26691:
26692: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26693: optimized
26694:
26695: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26696: would change privates to better support optimization
26697:
26698: * src/: include/pa_string.h, main/pa_string.C:
26699: String_iterator::skip_to todo:optimize
26700:
26701: 2001-02-12 paf
26702:
26703: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26704: String_iterator
26705:
26706: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26707: comments
26708:
26709: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26710: self/methodref joined
26711:
26712: 2001-02-11 paf
26713:
26714: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26715: main/main.dsp: core started. core.C, context&value .h
26716:
26717: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26718: include/pa_string.h, main/main.dsp, main/pa_array.C,
26719: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26720:
26721: 2001-01-30 paf
26722:
26723: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26724: comments
26725:
26726: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26727: main/pa_pool.C: moved pa_pool.C to be target specific
26728:
26729: * src/: include/pa_exception.h, include/pa_pool.h,
26730: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26731: to & changes
26732:
26733: * src/: include/pa_exception.h, include/pa_pool.h,
26734: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26735: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26736: re-associated. that's much better even removed 'die' necessety
26737:
26738: * src/: include/pa_error.h, include/pa_exception.h,
26739: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26740: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26741: targets/Makefile.am: lowered targets/parser into subdir, added
26742: parser_Pool(Pool) failed to add. would think..
26743:
26744: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26745: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26746: main/pa_string.C, main/pa_table.C: Table more like C++ style
26747: hence lots of 'const'
26748:
26749: * src/: include/pa_error.h, include/pa_request.h,
26750: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26751: main/pa_table.C: Error fixed
26752:
26753: 2001-01-29 paf
26754:
26755: * src/: include/pa_array.h, include/pa_common.h,
26756: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26757: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26758: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26759: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26760:
26761: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26762: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26763: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26764: main/pa_string.C, main/pa_table.C: Request Error Table
26765:
26766: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26767: templates"
26768:
26769: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26770: main/main.dsp, main/pa_array.C: templates failed no template
26771: specializations [VC6], no library auto instantation [VC6, GNU c++
26772: 2.95.2-6 from latest cygwin]
26773:
26774: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26775: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26776: main/main.dsp, main/pa_array.C, main/pa_string.C,
26777: main/pa_table.C: Table started would test template Array now
26778:
26779: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26780: String originating
26781:
26782: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26783: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26784: SYNCHRONIZED(thread_safe)
26785:
26786: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26787: parts to top
26788:
26789: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26790: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26791: see: needed only in global Hash now, made Hash:: put/get
26792: SYNCHRONIZED
26793:
26794: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26795: main/pa_threads.C: added pa_threads
26796:
26797: Mutex
26798:
26799: * src/include/pa_hash.h: some comments
26800:
26801: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26802: Array& operator += (Array& src)
26803:
26804: * src/main/pa_array.C: expand not convinient, would rewrite
26805:
26806: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26807: (Array& src)
26808:
26809: rethought, would change now
26810:
26811: 2001-01-27 paf
26812:
26813: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26814: caching
26815:
26816: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26817: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26818: cache rethought to chunk caching
26819:
26820: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26821: include/pa_string.h, main/main.dsp, main/pa_array.C,
26822: main/pa_hash.C, main/pa_string.C: Array 0
26823:
26824: * src/main/pa_string.C: String::operator ==
26825:
26826: * src/main/pa_hash.C: String(&String)
26827:
26828: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26829:
26830: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26831: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26832: pa_hash[forgotten]
26833:
26834: 2001-01-26 paf
26835:
26836: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26837: removed templates [vc++ suxx]
26838:
26839: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26840: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26841:
26842: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26843:
1.119 moko 26844: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26845:
1.119 moko 26846: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26847: check
26848:
26849: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26850: dynamic row_count
26851:
26852: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26853: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26854: targets/Makefile.am: Initial revision
26855:
26856: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26857: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26858: targets/Makefile.am: creating parser3 module
26859:
E-mail: