Annotation of parser3/ChangeLog, revision 1.225
1.225 ! moko 1: 2025-11-08 moko
! 2:
! 3: * src/classes/amqp.C: tls support added, errors reporting improved
! 4: (related to feature #1288)
! 5:
! 6: * src/classes/amqp.C: tls support added (related to feature #1288)
! 7:
! 8: * src/classes/amqp.C: exceptions text now printed (related to
! 9: feature #1288)
! 10:
! 11: * src/classes/amqp.C: properties hash simplified (related to
! 12: feature #1288)
! 13:
! 14: 2025-11-07 moko
! 15:
! 16: * src/classes/amqp.C: consume fixed (related to feature #1288)
! 17:
! 18: * src/classes/classes.C: + amqp class
! 19:
! 20: * buildall, configure, configure.ac, src/classes/Makefile.am,
! 21: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
! 22: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
! 23: updated for librabbitmq support (relates to feature #1288)
! 24:
! 25: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
! 26: basic RabbitMQ C library (librabbitmq) support (partially
! 27: implements #1288)
! 28:
1.224 moko 29: 2025-10-05 moko
30:
31: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
32: reflection.C, string.C: Optimization: valid_options optimized
33: where HashStringValue::Iterator used
34:
35: * tests/results/224.processed: test result updated after date
36: functions updated (related to #1287)
37:
38: 2025-10-04 moko
39:
40: * operators.ru.txt, operators.txt: actualized
41:
42: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
43:
44: * tests/: 447.html, results/447.processed: tests for
45: ^reflection:override[$method] added (related to feature #1286)
46:
47: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
48: added (related to feature #1285)
49:
50: * src/classes/reflection.C:
51: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
52: added (implements feature #1286)
53:
54: * src/main/execute.C: bugfix: when method is attached from another
55: class, it's junction_template is initialized with another class,
56: thus get_vjunction should be used (related to feature #1286)
57:
58: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
59: ^date:iso-string[] - static call now formats current date
60: (implements feature #1287)
61:
62: 2025-10-01 moko
63:
64: * buildall: built-in mailreceive path actualized
65:
1.223 moko 66: 2025-09-01 moko
67:
68: * src/classes/math.C: old compilers support in ^math:eq
69:
70: 2025-08-31 moko
71:
72: * tests/: 446.html, results/446.processed: tests for
73: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
74:
75: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
76: implements #1285)
77:
78: 2025-08-30 moko
79:
80: * operators.ru.txt, operators.txt: actualized
81:
82: * tests/: 230.html, results/230.processed: test for ^file.save
83: $.append(false|true) option added (related to feature #1284)
84:
85: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
86: ^file.save $.append(false|true) option added (implements feature
87: #1284)
88:
1.222 moko 89: 2025-08-16 moko
90:
91: * etc/auto.p.in: LIMIT max_array_size actualized
92:
1.221 moko 93: 2025-08-01 moko
94:
95: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
96: pa_GC_abort_func added and used (implements feature #1283)
97:
98: * src/include/: pa_array.h, pa_config_includes.h:
99: PA_DEBUG_DISABLE_GC mode fixed for sparse array
100:
1.220 moko 101: 2025-07-04 moko
102:
103: * src/main/pa_common.C: typo fixed (related to bug #1282)
104:
105: * src/main/pa_common.C: minor optimization + create_dir_for_file
106: checks for \ (related to bug #1282)
107:
108: 2025-07-03 moko
109:
110: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
111: under Windows (fixes bug #1282)
112:
113: * src/main/pa_common.C: file:delete for UTF-8 files now works under
114: Windows (fixes bug #1282)
115:
116: 2025-06-28 moko
117:
118: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
119: Yavor Doganov <yavor@gnu.org>
120:
121: * src/main/pa_charset.C: typo fixed (related to feature #1281)
122:
123: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
124: compatibility fixed (implements feature #1281)
125:
1.219 moko 126: 2025-05-31 moko
127:
128: * src/main/pa_http.C: old gcc compilation fix (related to feature
129: #1277)
130:
131: 2025-05-28 moko
132:
133: * src/: classes/array.C, include/pa_array.h: last
134: Array_iterator::key() removed (related to feature #1277)
135:
136: 2025-05-27 moko
137:
138: * src/: classes/array.C, classes/table.C, include/pa_array.h,
139: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
140: and used (related to feature #1277)
141:
1.218 moko 142: 2025-05-26 moko
143:
144: * src/: classes/array.C, classes/curl.C, classes/hash.C,
145: classes/hashfile.C, classes/image.C, classes/table.C,
146: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
147: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
148: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
149: VString(const char *avalue) added and used to optimize new
150: VString(*new String(i.key(), String::L_TAINTED)) (related to
151: feature #1277)
152:
153: * src/: classes/array.C, classes/curl.C, classes/file.C,
154: classes/hash.C, classes/image.C, classes/json.C,
155: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
156: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
157: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
158: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
159: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
160: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
161: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
162: types/pa_vxnode.C: implements feature #1277 String::Body(const
163: char *abody) now explicit but HashString::put(const char *str, V
164: value) added for simplicity optimizations: HASH_PUT_CSTR used
165: where hash.put called several time during execution; caching
166: String::Body::uitoa used at all pash.put(<uint> calls.
167:
168: 2025-05-25 moko
169:
170: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
171: to feature #1277)
172:
173: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
174:
175: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
176: added for caching (related to feature #1277)
177:
178: * src/include/pa_string.h: optimized String:pos versions added
179: (without language + char *) (related to feature #1277)
180:
181: 2025-05-24 moko
182:
183: * tests/: 445.html, results/445.processed: test for
184: ^hash.array[[keys|values]] added (related to feature #1274)
185:
186: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
187: feature #1274)
188:
1.217 moko 189: 2025-01-26 moko
190:
191: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
192:
1.216 moko 193: 2025-01-25 moko
194:
195: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
196:
197: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
198: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
199: autoheader && automake && autoconf
200:
201: * src/lib/ltdl/configure.ac: new autotools used
202:
203: * acsite.m4, configure.ac: new autotools warnings fixed
204:
1.213 moko 205: 2025-01-10 moko
206:
1.215 moko 207: * tests/results/320.processed: test result updated after syslog
208: added
209:
1.214 moko 210: * src/classes/op.C: minor MSVC fixes
211:
212: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
213:
1.213 moko 214: * operators.ru.txt, operators.txt: +
215: ^syslog[ident;message[;info|warning|error|debug]]
216:
217: * src/classes/op.C: +
218: ^syslog[ident;message[;info|warning|error|debug]] (implelents
219: feature #1270)
220:
221: * configure, configure.ac, src/include/pa_config_auto.h.in,
222: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
223:
224: 2025-01-06 moko
225:
226: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
227: 2^n) calculated and used
228:
229: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
230: https://www.hadrons.org/software/libmd/
231:
1.212 moko 232: 2024-12-28 moko
233:
234: * tests/httpd/run_tests.sh: for FreeBSD compatibility
235:
236: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
237: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
238: $request:uri and $request:path tests added (related to feature
239: #1269)
240:
241: * operators.ru.txt, operators.txt: + $request:path documented
242: (related to feature #1269)
243:
244: * tests/: 065.html, results/065.processed: $request:path,
245: $request:uri tested
246:
247: * src/types/pa_vrequest.C: $request:path default is empty string to
248: match an empty URI in console mode (related to feature #1269)
249:
250: * etc/auto.p.in: $request:path used (related to feature #1269)
251:
252: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
253: (implements feature #1269)
254:
255: 2024-12-26 moko
256:
257: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
258: 3.5.0
259:
260: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
261: pa-include/pa_errno.h, pa-include/pa_file_info.h,
262: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
263: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
264: pa_strcat
265:
266: * tests/results/223.processed: apache upgraded @parser.ru
267:
268: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
269: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
270: pa-include/pa_errno.h, pa-include/pa_file_info.h,
271: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
272: pa-include/pa_strings.h: sdbm updated from version included in
273: apache 2.0.43 to version included in apache 2.0.65
274:
275: 2024-12-24 moko
276:
277: * etc/auto.p.in: to avoid patching Debian package
278:
279: * src/main/: pa_exec.C, pa_http.C: final fixes for
280: --with-build-warnings (dangling-reference warnings can be
281: ignored)
282:
283: 2024-12-23 moko
284:
285: * src/: classes/file.C, classes/hash.C, classes/op.C,
286: include/pa_common.h, main/pa_http.C, main/pa_request.C,
287: types/pa_vcookie.C, types/pa_vform.C: more fixes for
288: --with-build-warnings
289:
290: * src/: classes/date.C, classes/inet.C, classes/op.C,
291: classes/reflection.C, include/pa_array.h,
292: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
293: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
294: --with-build-warnings
295:
1.211 moko 296: 2024-12-21 moko
297:
298: * Makefile.am: +operators.ru.txt
299:
300: * operators.ru.txt, operators.txt: typo fixed
301:
302: 2024-12-20 moko
303:
304: * operators.txt: whitespace synced
305:
306: * operators.ru.txt, operators.txt: curl added
307:
308: * operators.ru.txt, operators.txt: logically sorted
309:
310: * operators.ru.txt: id added
311:
312: * operators.txt: ID added
313:
314: * operators.txt: translated
315:
316: * operators.ru.txt, operators.txt: operators.txt translated to
317: english, synced format with operators.ru.txt
318:
319: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
320: formatted
321:
322: * operators.ru.txt, operators.txt: formatted, actualized, oracle
323: info moved to separate file
324:
325: 2024-12-19 moko
326:
327: * src/targets/cgi/parser3.C: avoid parser version requests logging
328: in parser3.log
329:
330: 2024-12-18 moko
331:
332: * buildall: preventing --with-system-mailreceive linking with
333: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
334: to feature #1199)
335:
1.210 moko 336: 2024-12-16 moko
337:
1.211 moko 338: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 339:
340: * src/classes/table.C: exception text fixed
341:
342: 2024-12-15 moko
343:
344: * tests/: 102.html, results/102.processed: tests updated after
345: $form:fields not editable again (related to feature #1254)
346:
347: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
348: be edited (related to feature #1254)
349:
350: * src/types/pa_vform.C: reverted that
351: $form:fields/tables/files/imap can be edited (related to feature
352: #1254) for backward compatibility
353:
354: 2024-12-14 moko
355:
1.211 moko 356: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 357:
358: * tests/results/auto.p: avoid $mac execution unless on OS X
359:
360: * tests/388-sql.html: more OS support
361:
362: 2024-12-13 moko
363:
364: * tests/388-sql.html: sql tests under OS X now fixed
365:
366: * tests/results/auto.p: curl test under OS X now works
367:
368: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
369: no dll name under Windows, hiding
370:
371: * tests/: 379-curl.html, results/379-curl.processed: some curl
372: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
373:
374: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
375: 389.html, results/030.processed, results/212.processed,
376: results/219.processed, results/273.processed,
377: results/320.processed, results/346-curl.processed,
378: results/389.processed, results/auto.p: ^try-catch-filtered added
379: and used
380:
381: * tests/: 347-curl.html, results/347-curl.processed: support for
382: different error messages
383:
384: * src/classes/curl.C: several curl libraries supported,
385: ^curl:options[ $.library[] ] resets to default
386:
387: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
388: removed as depends on curl version
389:
390: * tests/results/: 223-curl.processed, 394-curl.processed: curl
391: fixed bug with \n in file names, test result updated
392:
393: * tests/388-sql.html: +libmysqlclient.so
394:
395: * etc/auto.p.in: +libmariadb
396:
397: 2024-12-12 moko
398:
399: * tests/: 388-sql.html, results/429-sql.processed: test results
400: updated after test changed
401:
402: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
403: for newer MariaDB compatibility
404:
405: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
406: results/429-sql.processed: key -> id for new MariaDB
407: compatibility
408:
409: * src/types/pa_vmethod_frame.h: warning war
410:
411: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
412: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
413: including for Debian package
414:
415: 2024-12-11 moko
416:
417: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
418: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
419: $status:log-filename added (related to feature #1262)
420:
421: * tests/: 440.html, results/440.processed: test for row is checked
422: before accessing when table is modified during select (related to
423: bug #1258)
424:
425: * src/: classes/table.C, include/pa_table.h: row should be checked
426: before accessing as table can be modified during select (related
427: to bug #1258)
428:
429: * src/types/pa_vmail.C: $mail:received tables -> elements array
430: (related to feature #1226)
431:
432: * src/: classes/file.C, classes/image.C, classes/table.C,
433: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
434: better messages (related to feature #1267)
435:
436: * tests/results/: 065.processed, 246.processed, 337.processed,
437: 342.processed, 352.processed, 356.processed, 364.processed,
438: 372.processed, 373.processed, 389.processed, 404.processed,
439: 406.processed, 414.processed, 430.processed, 432.processed,
440: 442.processed: tests updated after params.as_string error
441: reporting was improved (related to feature #1267)
442:
443: * src/classes/reflection.C: error messages optimized (related to
444: feature #1267)
445:
446: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
447: error reporing for params.as_* (related to feature #1267)
448:
449: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
450: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
451: #1267)
452:
453: * tests/results/: 246.processed, 414.processed, 432.processed:
454: tests updated after params.as_string error reporting was improved
455: (related to feature #1267)
456:
457: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
458: reporing for params.as_string (implements feature #1267)
459:
460: * tests/: 065.html, results/065.processed: tests for file methods
461: accepting file as filename added (related to feature #1265)
462:
463: * src/: classes/file.C, include/pa_exception.h,
464: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
465: methods now accept file as path specification (adopted Sumo patch
466: implements feature #1265)
467:
468: * tests/: 400.html, results/400.processed: tests for result
469: optimization "locks" after first method call (related to feature
470: #1266)
471:
472: 2024-12-10 moko
473:
474: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
475: result_optimization comments (related to feature #1266)
476:
477: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
478: $result now stored in my_result, not in local variables hash
479: (implements feature #1266)
480:
1.209 moko 481: 2024-12-09 moko
482:
1.210 moko 483: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
484: set_my_variable in preparation for $result optimization (related
485: to feature #1266)
486:
1.209 moko 487: * tests/results/119.processed: newline corrected for some OS
488:
489: * tests/: 441.html, results/441.processed: Debian-specific test
490: commented
491:
492: * buildall: pcre2 10.42 -> 10.44
493:
494: 2024-12-08 moko
495:
496: * buildall: external links fixed
497:
498: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
499:
500: * src/include/pa_table.h: some clang versions compilation fix
501:
502: * configure.ac: 3.4.7b -> 3.5.0rc
503:
504: 2024-12-07 moko
505:
506: * tests/: 443.html, 444.html, results/443.processed,
507: results/444.processed: tests for named params (related to feature
508: #1205)
509:
510: * src/: classes/reflection.C, types/pa_method.h: named_params
511: support in reflection (related to feature #1205)
512:
513: * src/types/pa_vmethod_frame.h: extra_params and named params
514: should be also inited in ^method[] call (related to feature
515: #1205)
516:
517: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
518: support using @method[arg;.named_arg;.named_arg2] syntax
519: (implements feature #1205)
520:
521: * tests/: 443.html, results/443.processed: test for *args inited
522: added (related to bug #1264)
523:
524: * src/types/pa_vmethod_frame.h: *args are now inited even if not
525: specified (fixes bug #1264)
526:
527: * tests/: 442.html, results/442.processed: tests for
528: params.as_file_name(N) with empty file name added (related to
529: feature #1121)
530:
531: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
532: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
533: include/pa_exception.h, types/pa_vmethod_frame.h:
534: params.as_file_name(N) added and used instead of
535: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
536: (implements feature #1121)
537:
538: * src/: classes/file.C, classes/image.C, classes/op.C,
539: classes/table.C, include/pa_exception.h: filename is everywhere
540: params.as_string, unify exception and remove
541: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
542:
543: * tests/: 141.html, results/141.processed: test for
544: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
545: to feature #1263)
546:
547: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
548: $.format[file] ] now supported (implements feature #1263)
549:
550: 2024-12-06 moko
551:
552: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
553: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
554: (cgi/console/mail/httpd/apache/isapi) added (related to feature
555: #1262)
556:
557: 2024-12-05 moko
558:
559: * src/targets/cgi/parser3.C: more correct arguments processing to
560: block -fl config.file log.file logic (related to feature #1262)
561:
562: 2024-12-04 moko
563:
564: * src/targets/cgi/parser3.C: now only one log location is selected
565: and tried. -l - supported for stderr specification (related to
566: feature #1262)
567:
568: 2024-12-03 moko
569:
570: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
571: results/010.processed, results/415.processed: tests for
572: $.(expression)[value], $a.(expression), ^v.(expression)[args]
573: added (related to feature #1064)
574:
575: * src/main/compile.y: $.(expression)[value], $a.(expression),
576: ^v.(expression)[args] now supported (implements feature #1064)
577:
578: 2024-12-02 moko
579:
580: * src/targets/cgi/parser3.C: -l /path/to/log options added
581: (implements feature #1262)
582:
1.208 moko 583: 2024-12-01 moko
584:
585: * tests/: 010.html, results/010.processed: some tests related to
586: bug #1149 added
587:
588: * src/main/compile.y: the check pc.pos.col > 1 is not required
589: because we can't be here without a '$' before. The begin == end
590: check was incorrect since $[a]{b} fits this condition (fixes bug
591: #1149)
592:
593: 2024-11-29 moko
594:
595: * src/classes/array.C: warning war
596:
597: 2024-11-26 moko
598:
599: * tests/: 441.html, results/441.processed: a bit more testing
600: (related to bug #1238)
601:
602: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
603:
604: * src/main/pa_exec.C: simplification arg_quote added (related to
605: bug #1229)
606:
1.207 moko 607: 2024-11-25 moko
608:
609: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
610: bug #1239)
611:
612: 2024-11-24 moko
613:
614: * src/main/pa_exec.C: added cmd.exe specific
615:
616: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
617: tests for ^file::exec env and args tainting tests (related to bug
618: #1239)
619:
620: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
621:
622: * src/include/pa_config_includes.h: added recommendations for
623: libxslt.a and and libexslt.a compilation under cygwin
624:
625: * tests/results/102.processed: $form:fields.value is now writable,
626: as $form:value (related to feature #1254)
627:
628: * src/include/pa_config_includes.h: cigwin compilation fixes
629:
630: 2024-11-23 moko
631:
632: * tests/httpd/site/run_server.sh: to simplify testing
633:
634: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
635: site/form.html: $form:files and $form:elements tests added, tests
636: with curl supported (related to feature #1254)
637:
638: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
639: types/pa_vform.h: $form:elements implemented, VForm::get_element
640: uses faster SYMBOLS_EQ, hashes no longer copied when using
641: $form:fields/tables/files/imap and can be edited (implements
642: feature #1254)
643:
644: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
645: bug #1261)
646:
1.206 moko 647: 2024-11-17 moko
648:
649: * tests/: 440.html, results/440.processed: tests for
650: ^table.array[], offset restoration, iterators robust tests
651: (related to bug #1258, features #1259 and #1260)
652:
653: * tests/: 439.html, results/439.processed: array and hash iterators
654: robust tests (related to feature #1260)
655:
656: * src/: classes/array.C, classes/table.C, include/pa_array.h,
657: include/pa_table.h: Array_robust_iterator added and used in cases
658: where array can be modified during iteration (implements feature
659: #1260)
660:
661: * src/classes/table.C: ^table.array[], ^table.array[column name],
662: ^table.array{code} added (implements feature #1259)
663:
664: 2024-11-16 moko
665:
666: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
667: table current row restoration after exception and table changes
668: (fixes bug #1258)
669:
670: 2024-11-13 moko
671:
672: * src/classes/table.C: minor optimization
673:
674: * src/main/pa_string.C: \r added to default ^string.trim chars list
675: (https://www.parser.ru/forum/?id=86648)
676:
1.205 moko 677: 2024-11-11 moko
678:
1.206 moko 679: * src/classes/classes.C: set_base commented
680:
681: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
682: deleted
683:
684: * src/classes/classes.vcproj: no more classes.awk and classes.inc
685:
686: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
687: classes.inc
688:
689: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
690: main/pa_globals.C: classes.awk is useless, preparing to delete it
691:
1.205 moko 692: * src/classes/classes.h: temp fix
693:
694: 2024-11-10 moko
695:
696: * src/: classes/date.C, classes/file.C, classes/image.C,
697: classes/op.C, main/pa_string.C: minor optimization
698:
699: * src/: classes/date.C, classes/file.C, classes/image.C,
700: classes/op.C, main/pa_string.C: typo fixed
701:
702: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
703: classes/file.C, classes/image.C, classes/op.C,
704: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
705: memory allocation befor main(). Only 3 allocations in chatsets
706: left (implements feature #1257)
707:
708: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
709: minor naming convention fix
710:
711: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
712: results/436.processed, results/437.processed,
713: results/438.processed: tests for @unhandled_exception processing
714: (related to feature #1256)
715:
716: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
717: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
718: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
719: are now processed in request::core for correct logging and
720: reporting (feature #1256)
721:
722: * src/: include/pa_sapi.h, main/pa_request.C,
723: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
724: targets/isapi/parser3isapi.C: unhandled exception now called if
725: exception occures during $response:download processing (related
726: to bug #1255)
727:
728: * etc/auto.p.in: better 404 error reporting
729:
730: 2024-11-09 moko
731:
732: * src/main/pa_memory.C: more detailed usage comment
733:
734: * src/main/pa_memory.C: usage commented
735:
736: * src/main/pa_memory.C: minor cleanup
737:
738: * src/types/: pa_varray.h, pa_vregex.h: warnings war
739:
740: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
741: httpd/site/029.html, results/436.processed: test for exception in
742: $response:download[] added
743:
744: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
745: and avoid exit status 1 on die
746:
747: * tests/results/: 007.processed, 019.processed, 098.processed,
748: 103.processed, 233.processed: windows headers matter for binary
749: files
750:
751: * tests/httpd/ok.log: tests results updated as extra headers now
752: cleared on error (related to bug #1255)
753:
754: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
755: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
756: targets/isapi/parser3isapi.C: headers buffering to avoid extra
757: headers in errors, custom send_error in cgi/httpd mode to avoid
758: memory allocations (fixes bug #1255)
759:
760: 2024-11-07 moko
761:
762: * tests/: 264.html, results/264.processed: tests updated to test
763: removal of only trailing empty arguments for backward
764: compatibility (related to feature #1252)
765:
766: * src/classes/file.C: remove trailing empty arguments for backward
767: compatibility (related to feature #1252)
768:
769: 2024-11-05 moko
770:
771: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
772: low memory case, when static initialization failed even before
773: main() start
774:
775: 2024-11-04 moko
776:
777: * configure, src/include/pa_config_auto.h.in,
778: src/include/pa_config_fixed.h: _locking no longer used
779:
780: * configure.ac: _locking no longer used (related to bug #1231)
781:
782: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
783:
784: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
785:
786: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
787: unused
788:
789: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
790: be used on locking errors (related to bug #1231)
791:
792: * src/main/pa_os.C: GetLastError used as errno is not set (related
793: to bug #1231)
794:
795: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
796: allowing shared lock to work (fixes bug #1231)
797:
798: * INSTALL: actualized, minor fixes
799:
800: * etc/auto.p.in: default LIMITS added
801:
802: * AUTHORS: links actualized
803:
804: * src/: classes/array.C, classes/bool.C, classes/classes.C,
805: classes/classes.awk, classes/classes.h, classes/curl.C,
806: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
807: classes/hash.C, classes/hashfile.C, classes/image.C,
808: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
809: classes/math.C, classes/memcached.C, classes/memory.C,
810: classes/op.C, classes/reflection.C, classes/regex.C,
811: classes/response.C, classes/string.C, classes/table.C,
812: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
813: include/pa_array.h, include/pa_base64.h,
814: include/pa_cache_managers.h, include/pa_charset.h,
815: include/pa_charsets.h, include/pa_common.h,
816: include/pa_config_fixed.h, include/pa_config_includes.h,
817: include/pa_dictionary.h, include/pa_dir.h,
818: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
819: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
820: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
821: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
822: include/pa_request_charsets.h, include/pa_request_info.h,
823: include/pa_sapi.h, include/pa_socks.h,
824: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
825: include/pa_stack.h, include/pa_string.h,
826: include/pa_stylesheet_connection.h,
827: include/pa_stylesheet_manager.h, include/pa_symbols.h,
828: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
829: include/pa_uue.h, include/pa_xml_exception.h,
830: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
831: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
832: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
833: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
834: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
835: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
836: main/compile.tab.C, main/compile.y, main/compile_tools.C,
837: main/compile_tools.h, main/execute.C, main/pa_base64.C,
838: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
839: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
840: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
841: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
842: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
843: main/pa_sql_driver_manager.C, main/pa_string.C,
844: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
845: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
846: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
847: main/untaint.C, sql/pa_sql_driver.h,
848: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
849: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
850: targets/isapi/parser3isapi.C, types/pa_junction.h,
851: types/pa_method.h, types/pa_property.h, types/pa_value.C,
852: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
853: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
854: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
855: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
856: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
857: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
858: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
859: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
860: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
861: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
862: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
863: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
864: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
865: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
866: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
867: types/pa_vresponse.C, types/pa_vresponse.h,
868: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
869: types/pa_vstateless_object.h, types/pa_vstatus.C,
870: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
871: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
872: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
873: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
874: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
875:
1.203 moko 876: 2024-10-28 moko
877:
1.204 moko 878: * src/classes/array.C: avoid invalidate()
879:
880: * src/: classes/array.C, types/pa_varray.h: minor optimization for
881: fused to survive in ^array::copy[$a] (related to feature #930)
882:
883: * src/types/pa_varray.h: minor optimization as last element is
884: allways defined if present
885:
1.203 moko 886: * tests/: 435.html, results/435.processed: tests for
887: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
888: for array added (related to feature #1253)
889:
890: * src/classes/array.C: typo fixed
891:
892: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
893: ^hash.set([-+]index)[value], and same for array added (implements
894: feature #1253)
895:
896: * tests/results/: 246.processed, 298.processed, 342.processed,
897: 389.processed, 397.processed, 430.processed, 432.processed: tests
898: results update after minor exceptions texts fixes
899:
900: 2024-10-27 moko
901:
902: * src/: classes/array.C, classes/hash.C, classes/math.C,
903: classes/reflection.C, classes/string.C, classes/table.C,
904: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
905: types/pa_vmethod_frame.h: handy as_index() added, several
906: exceptions texts fixed (related to feature #930)
907:
908: * src/: classes/array.C, types/pa_varray.h: non-working
909: $array.fields removed, ^array.delete[index] supported (related to
910: feature #930)
911:
912: * tests/: 431.html, results/431.processed: tests updated after
913: ^a.delete[3] supported
914:
915: * tests/: 431.html, 434.html, results/434.processed: tests for last
916: element used, push/pop, exceptions during arguments processing
917: and used caching (related to feature #930)
918:
919: * src/: classes/array.C, types/pa_varray.h: change_used added for
920: better used caching and now no issues if exception occures during
921: append arguments processing (related to feature #930)
922:
923: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
924: ^array.pop[] added, last element is allways used (related to
925: feature #930)
926:
927: 2024-10-26 moko
928:
929: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
930: types/pa_varray.h: confirm_all_used added where possible (related
931: to feature #930)
932:
933: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
934: small array optimizations (related to feature #930)
935:
936: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
937:
938: * tests/: 431.html, results/431.processed: test for
939: ^array.compact[undef] added
940:
941: * src/classes/array.C: ^array.compact[] now have optional 'undef'
942: argument to also compact undefined elements (related to feature
943: #930)
944:
945: 2024-10-24 moko
946:
947: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
948: VArray::hash is used rarery, no longer caching the result
949:
950: * tests/results/432.processed: testing removed from tests
951:
952: 2024-10-23 moko
953:
954: * tests/: 431.html, results/431.processed: ^array.compact[] test
955: added
956:
957: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
958:
959: * tests/: 432.html, results/432.processed: testing ^array.at[] for
960: both "solid" and "sparse" arrays
961:
962: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
963:
964: 2024-10-22 moko
965:
966: * tests/results/264.processed: spelling
967:
968: * src/classes/file.C: spelling
969:
970: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
971: tests updated after ^file::exec[cmd;;$array] implemented and
972: empty arguments not skipped (related to feature #1252)
973:
974: * src/classes/file.C: ^file::exec[cmd;;$array] supported
975: (implements feature #1252) bugfix: empty arguments no longer
976: skipped
977:
1.205 moko 978: 2024-10-21 moko
979:
980: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
981: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
982: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
983: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
984: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
985: site/index.html, site/test.txt: httpd tests added
986:
1.202 moko 987: 2024-10-20 moko
988:
989: * src/classes/string.C: warnings war
990:
991: * src/: main/pa_string.C, classes/array.C: warnings war
992:
993: * src/classes/json.C: warnings war
994:
995: * src/classes/image.C: warnings war
996:
997: * src/: classes/table.C, types/pa_varray.C: warnings war
998:
999: * src/classes/array.C: warning war
1000:
1001: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1002:
1003: * src/main/main.vcproj: warnings war
1004:
1005: 2024-10-19 moko
1006:
1007: * tests/427.html: test updated after constructors renamed
1008:
1009: 2024-10-18 moko
1010:
1011: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1012: results/421.processed, results/430.processed,
1013: results/431.processed: test updated after constructors renamed
1014:
1015: * src/classes/array.C: create -> copy, new -> create according to
1016: https://www.parser.ru/forum/?id=86603 discussion (related to
1017: feature #930)
1018:
1019: 2024-10-16 moko
1020:
1021: * src/classes/json.C: $json:array[array or hash] added to provide
1022: more backward compatibility (implements feature #1251)
1023:
1024: 2024-10-15 moko
1025:
1026: * tests/: 421.html, results/421.processed: test results updated
1027: after missing constuctor error check added and array is_index
1028: check added
1029:
1030: * src/main/execute.C: absent constructor message fixed
1031:
1.201 moko 1032: 2024-10-13 moko
1033:
1034: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1035: with is_index() before calling index() for better error reporting
1036: in method name typo (was invalid number, not method not found
1037: exception).
1038:
1039: 2024-10-08 moko
1040:
1041: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1042:
1043: * src/include/pa_array.h: warnings war
1044:
1.200 moko 1045: 2024-10-05 moko
1046:
1047: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1048: returns current row cells array (implements feature #1250)
1049:
1050: * tests/: 405.html, results/169.processed, results/405.processed:
1051: tests updated after ^string.split[;a] implemented (related to
1052: feature #1249)
1053:
1054: * src/classes/string.C: ^string.split[] - 'a' option added for
1055: splitting into an array (implements feature #1249)
1056:
1057: 2024-10-04 moko
1058:
1059: * tests/: 431.html, results/431.processed: final code coverage
1060: array tests
1061:
1062: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1063: array: confirm_all_used() added and used where possible, expand()
1064: now expends faster
1065:
1066: 2024-10-03 moko
1067:
1068: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1069:
1070: * tests/: 256.html, results/256.processed: test for
1071: $.date[unix-timestamp] handling large dates
1072:
1073: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1074: classes/string.C, classes/table.C, include/pa_common.h,
1075: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1076: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1077: format replaced with pa_uitoa where applicable,
1078: $.date[unix-timestamp] fixed for handling large dates
1079:
1080: * tests/: 433.html, results/433.processed: more tests, including
1081: test for possible endless recursion in ^o.GET[]
1082:
1083: * src/types/pa_vobject.C: bugfix: detecting possible endless
1084: recursion in get_scalar_value inside ^o.GET[]
1085:
1086: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1087: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1088: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1089: $LIMITS.max_recursion
1090:
1091: 2024-10-02 moko
1092:
1093: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1094: results/253.processed, results/287.processed,
1095: results/430.processed, results/433.processed: more tests for full
1096: array and json code coverage
1097:
1098: * tests/: 433.html, results/433.processed: tests for hash functions
1099: with array param
1100:
1101: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1102:
1103: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1104: in 246.html used to test ^array.at, same result produced
1105:
1106: * tests/: 430.html, 431.html, results/430.processed,
1107: results/431.processed: more array tests for 100% code coverage
1108: (related to feature #930)
1109:
1110: * tests/: 427.html, 430.html, results/427.processed,
1111: results/430.processed: first portion of array tests added
1112: (related to feature #930)
1113:
1114: * src/classes/array.C: allow only whitespace string as argument for
1115: add and join
1116:
1117: * src/classes/array.C: add behavour for array synced with hash
1118:
1119: 2024-09-30 moko
1120:
1121: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1122: tests added
1123:
1124: * src/classes/array.C: $.distinct should not be used unless
1125: $.sparse(true)
1126:
1127: * tests/: 429-sql.html, results/388-sql.processed,
1128: results/429-sql.processed: tests for ^array::sql{}, including
1129: multi_statements mode (related to feature #930)
1130:
1.199 moko 1131: 2024-09-29 moko
1132:
1133: * src/classes/array.C: synced ^array::sql multi_statements logic
1134: with ^hash::sql new behavour
1135:
1136: 2024-09-28 moko
1137:
1138: * tests/: 428-sql.html, results/388-sql.processed,
1139: results/428-sql.processed: tests updated after column names were
1140: fixed in multi_statements mode (related to feature #1197)
1141:
1142: * src/classes/hash.C: column names are fixed for most cases in
1143: multi_statements mode (related to feature #1197)
1144:
1145: * tests/: 428-sql.html, results/195.processed,
1146: results/224.processed, results/239.processed,
1147: results/254.processed, results/261.processed,
1148: results/306.processed, results/333.processed,
1149: results/341.processed, results/343.processed,
1150: results/344.processed, results/348.processed,
1151: results/364.processed, results/389.processed,
1152: results/390.processed, results/415.processed,
1153: results/420.processed, results/421.processed: tests results
1154: updated after error messages spelling minor fixes
1155:
1156: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1157: spelling
1158:
1159: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1160: classes/image.C, classes/math.C, classes/string.C,
1161: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1162: main/execute.C, main/pa_charset.C, main/pa_common.C,
1163: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1164: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1165: types/pa_vmail.C, types/pa_vobject.C,
1166: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1167: types/pa_vxdoc.C: minor error messages spelling fixes
1168:
1169: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1170: implementation (related to feature #930)
1171:
1172: * tests/: 388-sql.html, results/388-sql.processed: test results
1173: updated after rows number ^file::sql{} check added
1174:
1175: * src/classes/file.C: rows number now checked in ^file::sql{}
1176:
1177: * tests/: 428-sql.html, results/428-sql.processed: more tests
1178:
1179: * tests/: 428-sql.html, results/428-sql.processed: more
1180: multi_statements testing before bugfix
1181:
1182: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1183: results/428-sql.processed: support for multiple sql test files
1184: added
1185:
1186: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1187:
1188: * src/classes/hash.C: more accurate one_bool_column processing
1189:
1190: * tests/: 427.html, results/427.processed: Constructors as methods
1191: behavour documented in test
1192:
1193: * src/classes/hash.C: HashStringValue::Iterator used for options
1194:
1195: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1196:
1197: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1198: testing
1199:
1200: * tests/results/367-curl.processed: test result updated after
1201: server charset changed
1202:
1203: * tests/results/347-curl.processed: error messages updated
1204:
1205: * tests/results/: 346-curl.processed, 379-curl.processed,
1206: 394-curl.processed: tests results updated after Type -> Exception
1207: type replacement
1208:
1209: * tests/results/388-sql.processed: tests result updated after Type
1210: -> Exception type
1211:
1212: 2024-09-27 moko
1213:
1214: * src/classes/hash.C: minor simplification
1215:
1216: 2024-09-24 moko
1217:
1218: * src/main/pa_string.C: atoui error messages improved
1219:
1220: * tests/: 165.html, 312.html, results/165.processed,
1221: results/312.processed, results/379.processed: tests updated after
1222: default endless loop limit increased, atoi error messages
1223: improved
1224:
1225: * src/classes/hash.C: VBool::get used, unification
1226:
1.198 moko 1227: 2024-09-22 moko
1228:
1229: * src/classes/array.C: minor simplification
1230:
1231: * src/classes/array.C: ^array.left(N),
1232: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1233:
1234: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1235: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1236: added, default 1000000 (related to feature #930)
1237:
1238: * tests/: 426.html, results/426.processed: test for negative limit
1239: and offset processing for table options added
1240:
1241: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1242: bugfix: negative limit and offset processing for table options
1243: fixed
1244:
1245: 2024-09-21 moko
1246:
1247: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1248: ^for added that also iterates holes; ^remove added (related to
1249: feature #930)
1250:
1251: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1252: $.offset(M) ] added (related to feature #930)
1253:
1254: 2024-09-20 moko
1255:
1256: * src/: classes/array.C, types/pa_varray.h: array:
1257: +foreach[value]{code}, + add[hash with numeric keys] (related to
1258: feature #930)
1259:
1260: 2024-09-19 moko
1261:
1262: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1263: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1264: support $a[v1;v2;...] syntax (related to feature #930)
1265:
1266: 2024-09-17 moko
1267:
1268: * src/: classes/reflection.C, include/pa_request.h,
1269: main/compile_tools.h, main/pa_request.C:
1270: ^reflection:class_alias[existing class name;alias class name]
1271: added. The array class can now be redefined regardless of the
1272: $.replace(bool) option value (related to feature #930)
1273:
1274: * src/main/: compile.y, compile_tools.h: class_add return value
1275: inverted to add it to request class
1276:
1277: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1278: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1279: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1280: resize if required. spared array - added fused, append.
1281:
1.197 moko 1282: 2024-09-16 moko
1283:
1284: * src/types/pa_varray.h: get moved to where it belongs
1285:
1286: 2024-09-15 moko
1287:
1288: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1289: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1290:
1291: * tests/: 421.html, results/323.processed, results/421.processed:
1292: tests updated after 'spared-array' class renamed to 'array'
1293: following a discussion on the forum (related to feature #930)
1294:
1295: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1296: types/pa_vmail.C: initial SparseArray separation from Array,
1297: parser class now 'array'
1298:
1299: 2024-09-14 moko
1300:
1301: * tests/: 030.html, results/030.processed: out of range expires
1302: check added
1303:
1304: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1305: checking expires time using VDate
1306:
1307: 2024-09-13 moko
1308:
1309: * src/: classes/array.C, classes/curl.C, classes/date.C,
1310: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1311: classes/memcached.C, classes/op.C, classes/regex.C,
1312: classes/string.C, classes/xdoc.C, classes/xnode.C,
1313: main/execute.C, main/pa_http.C, main/pa_request.C,
1314: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1315: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1316: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1317: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1318: removed as dynamic_cast is faster, Value::is() is still required
1319: for is operator.
1320:
1321: 2024-09-12 moko
1322:
1323: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1324: classes/table.C, classes/xnode.C, include/pa_array.h,
1325: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1326: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1327: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1328: templated pa_itoa/pa_uitoa added to work with any integer type,
1329: String::Body::Format removed
1330:
1331: 2024-09-10 moko
1332:
1333: * src/classes/array.C: append and insert methods added to
1334: sparse-array (related to feature #930)
1335:
1336: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1337: tests updated after sparse-array was added to avoid ^json:parse[]
1338: using it in old tests (related to feature #930)
1339:
1340: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1341: types/pa_varray.h: sparse-array class added (initial feature #930
1342: implementation)
1343:
1344: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1345: for sparse-array class files (related to feature #930)
1346:
1347: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1348: types/pa_vhash.h: VArray support functions without actual VArray
1349: files (related to feature #930)
1350:
1.196 moko 1351: 2024-09-07 moko
1352:
1353: * src/: classes/curl.C, classes/string.C, classes/table.C,
1354: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1355: main/pa_http.C, main/pa_sql_driver_manager.C,
1356: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1357: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1358: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1359: with Hash::Iterator, has_next() replaced with operator bool
1360: (related to feature #930)
1361:
1362: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1363: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1364: types/pa_vstateless_class.C: Array class extended,
1365: Array::Iterator added and used (related to feature #930)
1366:
1.195 moko 1367: 2024-08-26 moko
1368:
1369: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1370: should be used on argv[0] as well to match document root.
1371:
1.194 moko 1372: 2024-08-25 moko
1373:
1374: * src/main/pa_request.C: be more specific
1375:
1376: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1377: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1378: (fixes bug #1244)
1379:
1380: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1381: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1382: rsplit(..., '\\') is not correct when / and \ are mixed in path
1383:
1384: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1385:
1.193 moko 1386: 2024-07-24 moko
1387:
1388: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1389: main/execute.C, main/pa_string.C: Warning war: clang changed
1390: -Wdeprecated-register warning to -Wregister, it's easier to
1391: remove all register vars then continue this fight. :)
1392:
1393: * src/main/: compile.y, compile.tab.C: warning war: register
1394: removed
1395:
1.192 moko 1396: 2024-07-14 moko
1397:
1398: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1399: checking the HTTP request environment; if the variable is not
1400: present, checking the web server process environment (implements
1401: feature #1242)
1402:
1.191 moko 1403: 2024-05-26 moko
1404:
1405: * tests/: 195.html, 229.html, results/096.processed,
1406: results/097.processed, results/158.processed,
1407: results/186.processed, results/273.processed,
1408: results/293.processed, results/317.processed,
1409: results/389.processed, results/402.processed: tests updated as
1410: single quote now escaped with ' in HTML tainting mode
1411: (related to feature #1241)
1412:
1413: * src/main/untaint.C: single quote now escaped with ' in HTML
1414: tainting mode (implements feature #1241)
1415:
1416: * tests/results/: 020.processed, 021.processed, 026.processed,
1417: 042.processed, 043.processed, 057.processed, 110.processed,
1418: 115.processed, 116.processed, 117.processed, 118.processed,
1419: 119.processed, 120.processed, 125.processed, 126.processed,
1420: 128.processed, 130.processed, 131.processed, 132.processed,
1421: 133.processed, 135.processed, 136.processed, 138.processed,
1422: 139.processed, 140.processed, 145.processed, 150.processed,
1423: 151.processed, 165.processed, 174.processed, 181.processed,
1424: 182.processed, 192.processed, 193.processed, 201.processed,
1425: 213.processed, 224.processed, 226.processed, 230.processed,
1426: 239.processed, 240.processed, 244.processed, 253.processed,
1427: 254.processed, 261.processed, 264.processed, 269.processed,
1428: 274.processed, 275.processed, 288.processed, 294.processed,
1429: 296.processed, 303.processed, 306.processed, 307.processed,
1430: 308.processed, 311.processed, 312.processed, 314.processed,
1431: 315.processed, 316.processed, 320.processed, 323.processed,
1432: 324.processed, 325.processed, 328.processed, 330.processed,
1433: 332.processed, 333.processed, 337.processed, 338.processed,
1434: 341.processed, 342.processed, 343.processed, 344.processed,
1435: 345.processed, 348.processed, 352.processed, 356.processed,
1436: 357.processed, 363.processed, 364.processed, 368.processed,
1437: 372.processed, 373.processed, 376.processed, 378.processed,
1438: 379.processed, 385.processed, 386.processed, 387.processed,
1439: 389.processed, 390.processed, 395.processed, 397.processed,
1440: 398.processed, 399.processed, 404.processed, 406.processed,
1441: 413.processed, 414.processed, 420.processed, 421.processed,
1442: 424.processed, auto.p: Type -> Exception type for readability
1443:
1444: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1445: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1446: results/119.processed, results/165.processed,
1447: results/175.processed, results/192.processed,
1448: results/213.processed, results/217.processed,
1449: results/230.processed, results/240.processed,
1450: results/298.processed, results/380.processed,
1451: results/415.processed: try-catch, try-catch-comment used
1452:
1453: 2024-05-21 moko
1454:
1455: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1456: results/180.processed, results/195.processed,
1457: results/224.processed, results/auto.p: @try-catch-comment added
1458: and used
1459:
1460: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1461: 415.html, results/269.processed, results/283.processed,
1462: results/auto.p: more tests are updated to prepare for apostrophe
1463: escaping in HTML tainting
1464:
1465: * tests/results/: 181.processed, 294.processed, 296.processed,
1466: 315.processed, 379.processed, 389.processed, auto.p:
1467: $exception.comment printed as-is for whitespace reporting and to
1468: prepare for apostrophe escaping in HTML mode
1469:
1.190 moko 1470: 2024-05-11 moko
1471:
1472: * tests/: 099.html, 100.html, results/099.processed,
1473: results/100.processed: a test for non-UTF-8 filename* added
1474: (related to feature #1240)
1475:
1476: * tests/: 293.html, results/293.processed: tainting modes tests
1477: added
1478:
1479: * tests/results/: 099.processed, 100.processed, 205.processed,
1480: 309.processed, 310.processed, 419.processed: tests results
1481: updated after filename* added (related to feature #1240)
1482:
1483: * src/: include/pa_common.h, main/pa_request.C: The filename*
1484: parameter was added to the Content-Disposition header to conform
1485: with RFC 6266, with code provided by Sumo (implements feature
1486: #1240)
1487:
1488: 2024-05-10 moko
1489:
1490: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1491: positive performance effect in our case
1492:
1.189 moko 1493: 2024-03-27 moko
1494:
1495: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1496: (related to feature #1236)
1497:
1498: 2024-03-15 moko
1499:
1500: * tests/: 413.html, results/413.processed: test for object still
1501: can be used as file parameter (related to bug #1218)
1502:
1503: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1504: still can be used in file context (fixes bug #1218)
1505:
1506: 2024-03-14 moko
1507:
1508: * src/include/pa_string.h: ArrayString get() null result assert
1509: also added (related to bug #1238)
1510:
1511: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1512: VString::empty() used instead of new VString()
1513:
1514: 2024-03-12 moko
1515:
1516: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1517: results/379.processed: test added for cookie without value
1518: (related to bug #1238)
1519:
1520: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1521: values are now required to be non-null (related to bug #1238)
1522:
1523: * src/main/pa_http.C: cookies without value are now parsed
1524: correctly (fixed bug #1238)
1525:
1526: 2024-03-11 moko
1527:
1528: * tests/run_parser.sh: for better error reporting
1529:
1.188 moko 1530: 2023-12-30 moko
1531:
1532: * tests/: 038.html, results/038.processed: test for atan2 added
1533:
1534: 2023-12-29 moko
1535:
1536: * src/classes/math.C: atan2(y,x) math function added
1537:
1.187 moko 1538: 2023-12-14 moko
1539:
1540: * tests/212.html: pcre2 compatibility (related to feature #1236)
1541:
1542: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1543: exceptions and behavour added (related to feature #1236)
1544:
1545: 2023-12-13 moko
1546:
1547: * buildall: by default parser is now bundled with pcre2 10.42,
1548: --without-pcre2 option added to build with pcre-8.45 (related to
1549: feature #1236)
1550:
1551: 2023-12-12 moko
1552:
1553: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1554: support added (implements feature #1236)
1555:
1556: * src/: include/pa_charset.h, include/pa_config_includes.h,
1557: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1558: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1559: types/pa_vregex.h: Adopted patch from Yavor Doganov
1560: <yavor@gnu.org> to add pcre2 library support (implements feature
1561: #1236)
1562:
1.186 moko 1563: 2023-11-28 moko
1564:
1565: * src/include/pa_config_includes.h: warnings war continues
1566:
1567: * src/include/pa_config_includes.h: warning war
1568:
1569: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1570: number strings, whitespace and sign in exception messages
1571: (related to bug #1234)
1572:
1.185 moko 1573: 2023-11-26 moko
1574:
1575: * tests/: 274.html, results/224.processed, results/274.processed:
1576: tests for date double, int, bool added (related to feature #1235)
1577:
1578: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1579: added for date class (implements feature #1235)
1580:
1581: 2023-11-23 moko
1582:
1583: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1584: and '-' strings are no longer can be treated as number 0,
1585: exception thrown (fixes bug #1234)
1586:
1.184 moko 1587: 2023-11-18 moko
1588:
1589: * src/include/pa_types.h: minor
1590:
1591: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1592:
1593: * tests/: 389.html, results/389.processed: error messages for some
1594: OS differs a bit, reducing failing tests for them
1595:
1596: 2023-11-17 moko
1597:
1598: * tests/: 423.html, results/423.processed: test for optional
1599: @auto[] inheritance added (related to feature #1233)
1600:
1601: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1602: types/pa_vstateless_class.C: optional @auto[] inheritance
1603: implemented if defined with two args (path, class name)
1604: (implements feature #1233)
1605:
1606: * src/: classes/double.C, classes/int.C, classes/math.C,
1607: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1608: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1609: sync double->int overflow behavour under different architectures
1610: (fixes bug #1232)
1611:
1612: * tests/: 422.html, results/422.processed: int clipping added
1613:
1614: 2023-11-16 moko
1615:
1616: * tests/: 422.html, results/422.processed: test for int and uint
1617: overflow in ^n.format[d/u/x]
1618:
1619: * src/classes/math.C: bugfix: crc32 should not be negative (under
1620: Apple M1 when negative double converts to uint the result is 0)
1621: and crc32 should be 32 bits
1622:
1623: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1624: on Apple M1 it's 0
1625:
1626: * src/classes/file.C: bugfix: crc32 should not be negative (under
1627: Apple M1 when negative double converts to uint the result is 0)
1628: and crc32 should be 32 bits
1629:
1.183 moko 1630: 2023-10-07 moko
1631:
1632: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1633: behavour with other OP_NUM_*, related to bug #1230
1634:
1635: 2023-10-06 moko
1636:
1637: * tests/: 338.html, results/338.processed: test for bug #1230 added
1638:
1639: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1640: be converted to double to avoid 80 bit operations in x87 mode
1641: (fixes bug #1230)
1642:
1643: 2023-10-05 moko
1644:
1645: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1646: compatibility
1647:
1648: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1649:
1650: * tests/: 421.html, results/421.processed: test to cover all
1651: classes and objects nonexistent method and field exceptions
1652: (related to feature #1080 and #1227)
1653:
1654: * tests/results/: 182.processed, 324.processed: undefined method ->
1655: <type> method not found exception (related to feature #1080)
1656:
1657: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1658: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1659: "element can not be fetched from" for them, "field not found" for
1660: all other types (related to bug #1227)
1661:
1662: 2023-10-03 moko
1663:
1664: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1665: <type> method not found" exception now thrown for static calls
1666: instead of "undefined method" without class name (related to
1667: feature #1080)
1668:
1669: 2023-10-02 moko
1670:
1671: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1672: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1673: <method name>, Comment: <type> method not found" exception now
1674: thrown for all dynamic objects instead of "undefined method"
1675: without class name (implements feature #1080)
1676:
1.182 moko 1677: 2023-10-01 moko
1678:
1679: * src/classes/json.C: we don't have a dynamic json object.
1680:
1681: 2023-09-28 moko
1682:
1683: * tests/: 420.html, results/261.processed, results/420.processed:
1684: tests updated after bug #1228 fix reverted
1685:
1686: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1687: whitespace string is hash compatible, so we don't want $s.key to
1688: return a junction
1689:
1690: * tests/: 261.html, 420.html, results/261.processed,
1691: results/420.processed: test for bug #1227 added, test updated
1692: after bug #1228 fixed
1693:
1694: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1695: now throws exception as $non-empty-string.field (fixes bug #1227)
1696:
1697: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1698: #1228)
1699:
1700: 2023-09-26 moko
1701:
1702: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1703: src/classes/classes.C, src/classes/classes.awk,
1704: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1705: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1706: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1707: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1708: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1709: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1710: src/classes/regex.C, src/classes/response.C,
1711: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1712: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1713: src/include/pa_array.h, src/include/pa_base64.h,
1714: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1715: src/include/pa_charsets.h, src/include/pa_common.h,
1716: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1717: src/include/pa_dictionary.h, src/include/pa_dir.h,
1718: src/include/pa_exception.h, src/include/pa_exec.h,
1719: src/include/pa_globals.h, src/include/pa_hash.h,
1720: src/include/pa_http.h, src/include/pa_memory.h,
1721: src/include/pa_opcode.h, src/include/pa_operation.h,
1722: src/include/pa_os.h, src/include/pa_pool.h,
1723: src/include/pa_random.h, src/include/pa_request.h,
1724: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1725: src/include/pa_sapi.h, src/include/pa_socks.h,
1726: src/include/pa_sql_connection.h,
1727: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1728: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1729: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1730: src/include/pa_table.h, src/include/pa_threads.h,
1731: src/include/pa_types.h, src/include/pa_uue.h,
1732: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1733: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1734: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1735: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1736: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1737: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1738: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1739: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1740: src/main/compile.tab.C, src/main/compile.y,
1741: src/main/compile_tools.C, src/main/compile_tools.h,
1742: src/main/execute.C, src/main/pa_base64.C,
1743: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1744: src/main/pa_charsets.C, src/main/pa_common.C,
1745: src/main/pa_dictionary.C, src/main/pa_dir.C,
1746: src/main/pa_exception.C, src/main/pa_exec.C,
1747: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1748: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1749: src/main/pa_request.C, src/main/pa_socks.C,
1750: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1751: src/main/pa_stylesheet_connection.C,
1752: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1753: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1754: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1755: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1756: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1757: src/targets/apache/mod_parser3_core.C,
1758: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1759: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1760: src/types/pa_method.h, src/types/pa_property.h,
1761: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1762: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1763: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1764: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1765: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1766: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1767: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1768: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1769: src/types/pa_vhash.C, src/types/pa_vhash.h,
1770: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1771: src/types/pa_vimage.C, src/types/pa_vimage.h,
1772: src/types/pa_vint.h, src/types/pa_vjunction.C,
1773: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1774: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1775: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1776: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1777: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1778: src/types/pa_vobject.h, src/types/pa_vregex.C,
1779: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1780: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1781: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1782: src/types/pa_vstateless_class.h,
1783: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1784: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1785: src/types/pa_vstring.h, src/types/pa_vtable.C,
1786: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1787: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1788: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1789: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1790: src/types/pa_wwrapper.h: copyright, authors actualized
1791:
1.181 moko 1792: 2023-08-20 moko
1793:
1794: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1795: commited (related to feature #1219)
1796:
1797: 2023-08-16 moko
1798:
1799: * src/main/pa_random.C: replaced clock precision with monotonicity
1800: counter, good for Windows version with low clock frequency
1801: (related to feature #1229)
1802:
1803: 2023-08-15 moko
1804:
1805: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1806: fixes related to feature #1229
1807:
1808: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1809: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1810: (implements feature #1229)
1811:
1.180 moko 1812: 2023-08-02 moko
1813:
1814: * tests/: results/417.processed, 417.html: test for empty string
1815: match after last char added (related to bug #1224)
1816:
1817: * src/main/pa_string.C: avoid prestart++ after last char on zero
1818: length match (related to bug #1224)
1819:
1.179 moko 1820: 2022-11-22 moko
1821:
1822: * tests/: 419.html, results/419.processed: test for L_URI and path
1823: removeal from filename added (related to bug #1204)
1824:
1825: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1826: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1827: attribute value, L_URI should be used
1828:
1.178 moko 1829: 2022-09-21 moko
1830:
1831: * src/targets/cgi/parser3.C: more clear error messages
1832:
1833: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1834: SAPI_Info will return 0 in read_post and post_size !=
1835: content_length will be thrown
1836:
1.177 moko 1837: 2022-08-23 moko
1838:
1839: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1840: header value
1841:
1842: 2022-08-22 moko
1843:
1844: * tests/: 418.html, results/418.processed: test for
1845: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1846: to #1225)
1847:
1848: * src/classes/hash.C: keep old behavoir by default
1849:
1850: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1851: $.order[self|arg] ] added (implements #1215)
1852:
1.176 moko 1853: 2022-03-21 moko
1854:
1855: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1856: xmlInitCharEncodingHandlers is called in libxml static
1857: initializers before gc_substitute_memory_management_functions in
1858: pa_globals and thus gc may not see reference to our
1859: xmlCharEncodingHandler and free it.
1860:
1.175 moko 1861: 2022-01-26 moko
1862:
1863: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1864:
1.174 moko 1865: 2021-12-28 moko
1866:
1867: * tests/: 417.html, results/417.processed: test for empty string
1868: match added (related to bug #1224)
1869:
1870: * src/main/pa_string.C: empty string match now works (fixes bug
1871: #1224)
1872:
1.173 moko 1873: 2021-12-24 moko
1874:
1875: * tests/: 415_dir/29.p, results/415.processed: yet another test
1876:
1877: 2021-12-23 moko
1878:
1879: * src/: classes/table.C, main/pa_request.C: warnings war
1880:
1881: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1882: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1883:
1884: 2021-12-21 moko
1885:
1886: * tests/: 416.html, results/416.processed: test for ^break[] in
1887: ^hash/table.select[] (related to feature #1222)
1888:
1889: * src/classes/: hash.C, table.C: ^break[] support for
1890: ^hash/table.select[] (implements feature #1222)
1891:
1.172 moko 1892: 2021-11-30 moko
1893:
1894: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1895: 0.5 sec
1896:
1.171 moko 1897: 2021-11-10 moko
1898:
1899: * tests/results/415.processed: more syntax errors tests added
1900:
1901: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1902: 28.p: minor syntax error tests
1903:
1904: * src/main/pa_exception.C: pa_strdup added for compatibility
1905:
1906: * src/classes/curl.C: hint to call ^curl:options[
1907: $.library[correct.libcurl.so.name] ] added if default load fails.
1908:
1909: 2021-11-09 moko
1910:
1911: * src/main/compile.y: error message can be on stack
1912:
1913: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1914:
1915: * src/main/pa_charset.C: memcpy is more correct and efficient in
1916: this case then strncpy
1917:
1918: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1919: instead of strcpy where possible
1920:
1921: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1922: used to avoid MAX_STRING limit in Exception comment
1923:
1924: * tests/results/415.processed: compiler exceptions are no longer
1925: limited to MAX_STRING
1926:
1927: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1928: char * instead of fixed buffer
1929:
1930: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1931: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1932: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1933: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1934: results/415.processed: tests for parser.compile exceptions added
1935:
1936: 2021-11-08 moko
1937:
1938: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1939: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1940: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1941: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1942: drawbacks
1943:
1.170 moko 1944: 2021-11-06 moko
1945:
1946: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1947: (implements feature #1219)
1948:
1949: * tests/: 414.html, results/414.processed: test for
1950: ^hash.rename[from;to] added (related to feature #1144)
1951:
1952: 2021-11-05 moko
1953:
1954: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1955: (related to feature #1144)
1956:
1957: 2021-11-04 moko
1958:
1959: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1960: added (implements feature #1144)
1961:
1.169 moko 1962: 2021-10-19 moko
1963:
1964: * tests/: 413.html, results/413.processed: test for hash no longer
1965: is accepted as file parameter (related to bug #1218)
1966:
1967: * src/: classes/curl.C, classes/file.C, classes/image.C,
1968: classes/math.C, classes/xdoc.C, types/pa_value.C,
1969: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1970: longer is accepted as file parameter (fixes bug #1218)
1971:
1.168 moko 1972: 2021-07-19 moko
1973:
1974: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1975: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1976:
1.167 moko 1977: 2021-04-16 moko
1978:
1979: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1980: processing it leads to assertions.
1981:
1.166 moko 1982: 2021-03-25 moko
1983:
1984: * tests/: 412.html, results/412.processed: test to demonstrate bug
1985: #1213
1986:
1.165 moko 1987: 2021-02-12 moko
1988:
1989: * tests/: 360.html, results/360.processed, results/363.processed:
1990: parser method call in expression mode no longer differs from call
1991: in string mode (related to feature #1211)
1992:
1993: 2021-02-11 moko
1994:
1995: * src/types/pa_vmail.C: mail parsing with Windows line endings
1996: fixed (bug #1212)
1997:
1998: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1999: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2000: strings in both calls (implements feature #1211)
2001:
1.164 moko 2002: 2021-01-28 moko
2003:
2004: * buildall, etc/auto.p.in: to remove last patch in debian package
2005:
2006: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2007: 3.4.7b
2008:
1.162 moko 2009: 2021-01-21 moko
2010:
2011: * src/main/pa_http.C: no alarm() in file::load when web server mode
2012: is MULTITHREADED
2013:
1.157 moko 2014: 2021-01-20 moko
2015:
1.161 moko 2016: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2017: 'a2enmod mpm_prefork'
2018:
1.160 moko 2019: * src/targets/apache/mod_parser3.c: prefork name is now
2020: 'libapache2-mpm-itk'
2021:
2022: * src/targets/apache/mod_parser3_core.C: last regular malloc
2023: removed
2024:
1.159 moko 2025: * src/targets/isapi/Makefile.am: -pa_threads.C
2026:
1.158 moko 2027: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2028: 3.4.6
2029:
1.157 moko 2030: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2031:
2032: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2033: /httpd.p
2034:
2035: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2036: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2037: #1203)
2038:
2039: 2021-01-19 moko
2040:
2041: * buildall: --disable-parallel-mark added to avoid "number of
2042: processors" threads creation for heap marking as it conflicts
2043: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2044: limits threads)
2045:
1.156 moko 2046: 2021-01-16 moko
2047:
2048: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2049: main/pa_globals.C, main/pa_memory.C,
2050: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2051: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2052: feature #1209)
2053:
2054: 2021-01-15 moko
2055:
2056: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2057: 3.4.6rc
2058:
2059: * src/classes/json.C: get_delim added for delimiter caching (10%
2060: faster on large json)
2061:
2062: 2021-01-14 moko
2063:
1.211 moko 2064: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2065:
2066: * tests/results/224.processed: test result modified after
2067: today(shift) implemented
2068:
2069: * tests/: 407.html, results/407.processed: test for ^hash.select
2070: option $.default(bool) added (related to feature #1172)
2071:
2072: * src/classes/hash.C: ^hash.select option $.default(bool) added
2073: (related to feature #1172)
2074:
2075: * tests/: 141.html, results/141.processed: test modified for
2076: feature #1185.
2077:
2078: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2079: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2080: options $.lower(bool) (implements feature #1185)
2081:
2082: 2021-01-11 moko
2083:
2084: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2085: #1192)
2086:
2087: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2088: added (related to feature #1192)
2089:
1.155 moko 2090: 2021-01-05 moko
2091:
2092: * tests/: 270.html, results/270.processed: test modified to work
2093: under Windows
2094:
2095: * tests/: 390.html, 395.html, results/395.processed: tests updated
2096: 4 windows
2097:
2098: * tests/: 410.html, results/410.processed: test for
2099: $CLASS-GETTER-PROTECTED(false) added
2100:
2101: 2021-01-04 moko
2102:
2103: * tests/: 409.html, results/409.processed, results/auto.p: test for
2104: $MAIN:LOCALS(true) added
2105:
1.154 moko 2106: 2021-01-03 moko
2107:
2108: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2109: types/pa_vclass.h, types/pa_vstateless_class.C,
2110: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2111: +LOCALS. $main -> $MAIN in exception texts (implements feature
2112: #1207)
2113:
2114: 2021-01-02 moko
2115:
2116: * etc/auto.p.in: minor
2117:
2118: * src/main/pa_request.C: sending headers only after opening file to
2119: allow error reporting if file was not opened (foreign group,
2120: etc).
2121:
2122: 2020-12-31 moko
2123:
2124: * src/: include/pa_request.h, main/pa_request.C,
2125: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2126:
2127: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2128: main/pa_request.C: get_class_ref added and used
2129:
2130: * etc/auto.p.in: @CLASS httpd added
2131:
2132: * etc/auto.p.in: @auto[] is now first
2133:
2134: 2020-12-30 moko
2135:
2136: * tests/: 408.html, results/408.processed: test for bug #1166
2137: (windows only) added
2138:
2139: * src/main/pa_common.C: create_dir_for_file should not create dir
2140: for trailing / (fixes bug #1166)
2141:
2142: * tests/: 341.html, results/341.processed: tests for
2143: ^nameless_table.hash[] added (related to feature #1138)
2144:
2145: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2146: (implements feature #1138), extra fields in named tables no
2147: longer ignored (implements feature #1138)
2148:
2149: * tests/results/390.processed: updated after exception text change
2150:
2151: 2020-12-29 moko
2152:
2153: * tests/: 407.html, results/407.processed: +$._default check
2154:
2155: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2156:
2157: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2158: and ^hash.reverse[] added (releated to feature #1172)
2159:
2160: * src/classes/hash.C:
2161: ^hash.select[key;value](bool-condition)[options hash] +
2162: ^hash.reverse[] added (implements feature #1172)
2163:
2164: * src/types/pa_vtable.h: warning war
2165:
2166: * src/include/pa_config_fixed.h: win32 fix
2167:
1.153 moko 2168: 2020-12-27 moko
2169:
2170: * tests/: 406.html, results/406.processed: test results updated
2171:
2172: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2173: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2174: spelling
2175:
2176: 2020-12-26 moko
2177:
2178: * tests/: 406.html, results/406.processed: tests for
2179: ^table.rename[] added (related to feature #1148)
2180:
2181: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2182: ^table.rename[column name from;column name to], ^table.rename[
2183: $.[column name from][column name to] ... ] added (implements
2184: feature #1148)
2185:
2186: 2020-12-25 moko
2187:
2188: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2189: request_info now on stack to avoid yet another THREAD_LOCAL
2190: memory deallocation issue (now with cookies), explained in #1203
2191:
2192: * src/types/pa_vcookie.C: fields should be inited
2193:
2194: 2020-12-24 moko
2195:
2196: * src/include/pa_stylesheet_connection.h: looks like
2197: xsltFreeStylesheet leads to memory double-free. If so, it's for
2198: sure libxml bug, but we have GC anyway, so we just remove this
2199: call and see...
2200:
2201: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2202: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2203: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2204: abort.c:65:8 frame #3: 0x00000000004da663
2205: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2206: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2207: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2208: malloc.c:617:9 frame #5: 0x0000000000577f0c
2209: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2210: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2211: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2212: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2213: frame #8: 0x000000000050d35c
2214: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2215: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2216: frame #10: 0x00000000004436e5
2217: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2218: [inlined]
2219: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2220: pa_stylesheet_connection.h:62:3
2221:
2222: 2020-12-23 moko
2223:
2224: * src/classes/image.C: ^image::measure[; $.video() ] option added
2225:
2226: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2227: ^image::measure[; $.video(true) ] added
2228:
2229: * src/main/pa_exec.C: not cleared automatically in multithreaded
2230: httpd mode for unknown reasons
2231:
2232: 2020-12-22 moko
2233:
2234: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2235: error_log uri of currently processed document", but never used
2236: and conflicts with how libgc stops threads on FreeBSD (#define
2237: SIG_SUSPEND SIGUSR1), thus removed.
2238:
2239: 2020-12-21 moko
2240:
2241: * src/main/pa_request.C: +comment
2242:
1.151 moko 2243: 2020-12-20 moko
2244:
1.152 moko 2245: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2246: it is more safe to have versions of pa_strdup with one and two
2247: arguments, as helper_length=0 not always mean that strlen()
2248: should be called, but means zero.
2249:
2250: * src/targets/isapi/parser3isapi.C: minor
2251:
2252: * src/main/pa_http.C: +valid_http_method
2253:
1.151 moko 2254: * src/: include/pa_http.h, main/pa_http.C,
2255: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2256:
2257: 2020-12-17 moko
2258:
2259: * tests/: 405.html, results/405.processed: test for split by regex
2260: added (related to feature #1160)
2261:
2262: * src/classes/string.C: split by regex implemented (feature #1160)
2263:
2264: * src/classes/string.C: minor
2265:
2266: * tests/: 404.html, results/404.processed: test for whitespace
2267: string is now OK for table argument (related to feature #1169)
2268:
2269: * src/: classes/image.C, classes/string.C, classes/table.C,
2270: types/pa_vmethod_frame.C: whitespace string is now OK for table
2271: argument (as with hash) (implements feature #1169)
2272:
2273: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2274: limit for comment (fixes bug #1102)
2275:
2276: * src/targets/cgi/parser3.C: +HAVE_TLS check
2277:
2278: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2279:
2280: * src/include/pa_config_includes.h: HAVE_TLS used
2281:
2282: * configure.ac: +TLS check
2283:
2284: * src/main/pa_http.C: content logging added
2285:
2286: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2287: clear_response_headers added
2288:
2289: 2020-12-16 moko
2290:
2291: * buildall: as we now use threads, libatomic_ops still required for
2292: some OS.
2293:
2294: * src/main/pa_request.C: whitespace
2295:
2296: * src/: include/pa_request.h, main/pa_request.C:
2297: Request::Exception_trace::table extracted and used
2298:
2299: * src/main/pa_request.C: moving output_result call outside of try
2300: as network exceptions should not be handled by parser code
2301:
2302: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2303: logging network exchange
2304:
2305: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2306: via network if it was network write error.
2307:
2308: * src/targets/cgi/parser3.C: log -> pa_log
2309:
2310: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2311:
2312: * src/main/pa_threads.C: getpid() if no gettid() found
2313:
2314: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2315: we need to ignore "void" connections from browsers (browsers open
2316: connections in advance and they will be empty if user does not
2317: request more pages)
2318:
2319: 2020-12-15 moko
2320:
2321: * src/targets/cgi/parser3.C: avoid previous uri in logs
2322:
2323: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2324: RequestController not needed in httpd mode
2325:
2326: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2327: classes/classes.h, classes/curl.C, classes/date.C,
2328: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2329: classes/hashfile.C, classes/image.C, classes/inet.C,
2330: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2331: classes/memcached.C, classes/memory.C, classes/op.C,
2332: classes/reflection.C, classes/regex.C, classes/response.C,
2333: classes/string.C, classes/table.C, classes/void.C,
2334: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2335: include/pa_array.h, include/pa_base64.h,
2336: include/pa_cache_managers.h, include/pa_charset.h,
2337: include/pa_charsets.h, include/pa_common.h,
2338: include/pa_config_fixed.h, include/pa_config_includes.h,
2339: include/pa_dictionary.h, include/pa_dir.h,
2340: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2341: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2342: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2343: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2344: include/pa_request_charsets.h, include/pa_request_info.h,
2345: include/pa_sapi.h, include/pa_socks.h,
2346: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2347: include/pa_stack.h, include/pa_string.h,
2348: include/pa_stylesheet_connection.h,
2349: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2350: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2351: include/pa_uue.h, include/pa_xml_exception.h,
2352: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2353: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2354: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2355: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2356: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2357: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2358: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2359: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2360: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2361: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2362: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2363: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2364: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2365: main/pa_sql_driver_manager.C, main/pa_string.C,
2366: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2367: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2368: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2369: main/untaint.C, sql/pa_sql_driver.h,
2370: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2371: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2372: targets/isapi/parser3isapi.C, types/pa_junction.h,
2373: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2374: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2375: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2376: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2377: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2378: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2379: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2380: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2381: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2382: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2383: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2384: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2385: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2386: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2387: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2388: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2389: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2390: types/pa_vstateless_object.h, types/pa_vstatus.C,
2391: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2392: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2393: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2394: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2395: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2396:
2397: * src/main/pa_request.C: old compilers support
2398:
2399: * tests/: 362.html, results/362.processed: test updated after
2400: changes after upgrade to libxml2-2.9.9 were made (related to bug
2401: #1108)
2402:
2403: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2404: removed, as xsltFreeStylesheet has side effects on original doc.
2405: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2406: not updated after xdoc modification (part 3 of test 362).
2407: (related to bug #1108)
2408:
2409: * src/targets/isapi/parser3isapi.C: +pa_strcat
2410:
2411: * src/: classes/memory.C, include/pa_memory.h,
2412: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2413: PA_GC_GCOLLECT used
2414:
2415: * src/include/pa_memory.h: +PA_GC_COLLECT
2416:
2417: * src/targets/cgi/parser3.C: msvs support fixes
2418:
2419: * src/lib/gc/include/gc.h: more cleanup
2420:
2421: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2422:
2423: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2424: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2425:
2426: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2427:
2428: * configure.ac: pthread.h added to checked headers
2429:
2430: * src/classes/table.C: string stream is back :)
2431:
2432: * src/classes/memory.C: GC_generate_random_backtrace no longer
2433: exists
2434:
2435: * src/main/pa_globals.C: GC_dont_gc replaced
2436:
2437: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2438: left to simplify adding new functions. depricated GC_dont_gc
2439: replaced with GC_disable and GC_enable calls.
2440:
2441: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2442: CORD_from_file* not used and thus removed
2443:
2444: * src/lib/gc/include/gc_allocator.h: minor cleanup
2445:
2446: 2020-12-14 moko
2447:
2448: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2449: referenced elsewhere, or GC will collect it.
2450:
2451: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2452: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2453: elsewhere, or GC will collect them (and we'll get GPF in
2454: multithreaded enviroment). May be it can be also fixed by some
2455: GC call, not sure. But this fix costs nothing (but hours of
2456: debugging to find the issue :).
2457:
1.150 moko 2458: 2020-12-11 moko
2459:
2460: * configure.ac: gettid() check added
2461:
2462: * src/main/pa_threads.C: HAVE_GETTID used
2463:
2464: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2465:
2466: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2467: version for isapi/cgi/apache
2468:
2469: * buildall: threads are now required.
2470:
2471: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2472: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2473: main/main.vcproj: pa_threads.C moved to main
2474:
2475: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2476: isapi/pa_threads.C: pa_threads.C moved to main
2477:
2478: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2479: targets/apache/Makefile.am: pa_threads.C moved to main
2480:
2481: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2482:
2483: * src/: include/pa_stylesheet_connection.h,
2484: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2485: and weird GPF in multithreaded httpd is gone
2486:
2487: * src/include/: pa_stylesheet_connection.h,
2488: pa_sql_driver_manager.h: whitespace
2489:
2490: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2491:
2492: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2493: main/pa_stylesheet_manager.C: whitespace, warning war
2494:
2495: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2496: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2497: parser_multithreaded never used
2498:
2499: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2500:
2501: 2020-12-10 moko
2502:
2503: * src/: include/pa_config_includes.h, include/pa_http.h,
2504: main/pa_http.C, targets/cgi/parser3.C: initial support for
2505: MULTITHREADED and PARALLEL httpd server modes
2506:
2507: * src/main/pa_globals.C: GC_java_finalization is depricated
2508:
2509: 2020-12-09 moko
2510:
2511: * etc/auto.p.in: + @httpd-main
2512:
2513: * src/: include/pa_common.h, main/pa_request.C,
2514: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2515: work
2516:
2517: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2518: slow file_read_binary no longer used, send_range added
2519:
2520: 2020-12-08 moko
2521:
2522: * src/main/pa_request.C: >4Gb support
2523:
2524: * src/targets/cgi/parser3.C: msvc warning war
2525:
2526: * src/: include/pa_config_includes.h, main/pa_http.C,
2527: main/pa_request.C: msvc warnings war
2528:
2529: * src/classes/image.C: warning war
2530:
2531: * src/classes/table.C: MSVC warning war
2532:
2533: * src/targets/cgi/parser3.C: msvc warnings war
2534:
2535: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2536: added
2537:
1.149 moko 2538: 2020-12-07 moko
2539:
1.150 moko 2540: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2541: avoid logging beside system-wide auto.p
2542:
2543: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2544:
2545: * configure, configure.ac, src/include/pa_config_auto.h.in:
2546: configure options added:
2547:
2548: --with-system-cfg=FILE to specify system-wide auto.p
2549: --with-system-log=FILE to specify system-wide parser3.log
2550:
2551: * Makefile.am: bin no longer exists
2552:
2553: * configure, configure.ac: auto.p moved to etc to simplify debian
2554: package
2555:
2556: * buildall: auto.p and parser3.charsets moved to their default
2557: location after install
2558:
2559: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2560:
2561: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2562:
1.149 moko 2563: * src/targets/cgi/parser3.C: locate_config call returned to
2564: original place as it requires pa_thread_request() under Windows
2565:
2566: * src/targets/cgi/parser3.C: renaming
2567:
2568: 2020-12-06 moko
2569:
2570: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2571: check added
2572:
2573: 2020-12-04 moko
2574:
2575: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2576: main/pa_request.C: unified uint64_t lseek implemented to support
2577: >4Gb files under x86, including Windows
2578:
2579: 2020-12-02 moko
2580:
2581: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2582: with max_file_size
2583:
2584: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2585: support for processing files sized >4Gb on 32 bit planforms
2586:
2587: * tests/399.html: file moved
2588:
2589: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2590:
2591: * src/targets/cgi/pa_sapi_info.h: warning war
2592:
2593: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2594: warning war
2595:
2596: 2020-12-01 moko
2597:
2598: * src/classes/image.C: mp4 extended size (>4Gb) support added
2599:
2600: * src/classes/image.C: for "size not found" exception to be shown
2601: if size not found until eof
2602:
2603: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2604: bit linux)
2605:
2606: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2607: #1188)
2608:
2609: 2020-11-30 moko
2610:
2611: * src/classes/image.C: definitions moved closer to code
2612:
2613: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2614: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2615: 395_dir/3_VP8X.webp, results/395.processed,
2616: results/396.processed: tests for ^image::measure[] .webp support
2617: added, all image files moved into one directory (related to
2618: feature #1188)
2619:
2620: * src/classes/image.C: ^image::measure[] now supports webp (feature
2621: #1188)
2622:
1.148 moko 2623: 2020-11-29 moko
2624:
2625: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2626: processing, unnessesary defines removed
2627:
2628: 2020-11-24 moko
2629:
2630: * tests/results/: 099.processed, 100.processed, 205.processed,
2631: 309.processed, 310.processed: Content-Disposition: inline
2632: returned
2633:
2634: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2635: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2636: ] added (related to bug #1204)
2637:
2638: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2639: ] supported to avoid Content-Disposition: inline;
2640: filename="<file>.ext" but still set Content-Type for ext (related
2641: to bug #1204)
2642:
1.147 moko 2643: 2020-11-22 moko
2644:
2645: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2646: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2647:
2648: * src/main/pa_request.C: content_disposition_inline returned.
2649:
2650: 2020-11-17 moko
2651:
2652: * src/main/pa_request.C: empty main method name support
2653:
2654: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2655: config_handler added, stdout flush added.
2656:
2657: 2020-11-16 moko
2658:
2659: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2660:
2661: * tests/results/: 099.processed, 205.processed, 237.processed,
2662: 309.processed, 310.processed: Content-Disposition: inline is not
2663: required and should not contain filename="<name>"
2664:
2665: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2666: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2667: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2668:
1.146 moko 2669: 2020-11-14 moko
2670:
2671: * src/targets/cgi/parser3.C: spelling
2672:
2673: * src/targets/cgi/parser3.C: renaming
2674:
2675: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2676: relocated
2677:
2678: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2679: before request processing, which is weired
2680:
2681: 2020-11-13 moko
2682:
2683: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2684: copied in httpd.
2685:
2686: 2020-11-12 moko
2687:
2688: * src/main/pa_http.C: ALARM code unified to be used in httpd
2689:
2690: * src/: include/pa_request.h, main/pa_request.C,
2691: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2692:
2693: * src/main/pa_http.C: URI validation added
2694:
2695: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2696: can't be empty but can be null. httpd-main is now main method
2697: name for httpd mode
2698:
2699: 2020-11-11 moko
2700:
2701: * src/main/pa_request.C: path_translated can be null in httpd mode
2702:
2703: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2704: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2705: classes/xdoc.C, include/pa_request.h, main/execute.C,
2706: main/pa_request.C: r.absolute -> r.full_disk_path
2707:
2708: * src/targets/cgi/parser3.C: if filename to process is not
2709: specified, auto.p should be present.
2710:
1.145 moko 2711: 2020-11-03 moko
2712:
2713: * src/: classes/op.C, include/pa_request.h: unused argument removed
2714:
2715: * src/main/pa_request.C: content_disposition_inline is the default,
2716: not required.
2717:
1.144 moko 2718: 2020-10-29 moko
2719:
2720: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2721: ^use[file; $.main(true) ] implemented for auto.p processing and
2722: path_translated changing to correct relative files path
2723: calculation in httpd mode
2724:
2725: * src/: include/pa_request.h, main/pa_request.C:
2726: fail_on_read_problem removed, as it allways true, as if should
2727: be.
2728:
2729: * src/: include/pa_request.h, main/pa_request.C,
2730: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2731: targets/isapi/parser3isapi.C: clearing config_filespec when
2732: config was not found, thus flag not required and removed.
2733:
2734: 2020-10-28 moko
2735:
2736: * tests/: 402.html, results/402.processed: error reporting test
2737:
2738: * src/main/execute.C: better error reporting when
2739: $result[^hash::create[]] in @main.
2740:
2741: * src/main/: execute.C, pa_request.C: frame.result() should be used
2742: + minor optimization
2743:
2744: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2745: main/pa_xml_io.C: execute_*_method simplified and unified
2746:
2747: 2020-10-27 moko
2748:
2749: * tests/: 306.html, results/306.processed: a bit more testing. :)
2750:
2751: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2752: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2753: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2754: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2755: types/pa_vmethod_frame.h, types/pa_vobject.C,
2756: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2757: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2758: longer used in object-prototype mode
2759:
2760: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2761: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2762: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2763: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2764: $form:name[value] features
2765:
1.143 moko 2766: 2020-10-18 moko
2767:
2768: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2769:
2770: 2020-10-15 moko
2771:
2772: * src/main/pa_http.C: url no longer needed as
2773: ALTER_EXCEPTION_SOURCE is used
2774:
2775: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2776: main/pa_http.C: check_file_size filespec is now optional
2777:
2778: * src/: classes/curl.C, include/pa_exception.h,
2779: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2780: ALTER_EXCEPTION_COMMENT added for better error reporting
2781:
2782: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2783: results/346-curl.processed, results/379-curl.processed,
2784: results/379.processed: test results updated as load now provides
2785: better error reporting + curl responses updated
2786:
2787: 2020-10-14 moko
2788:
2789: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2790: main/pa_string.C, targets/apache/mod_parser3_core.C,
2791: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2792: checked. 10 is now default base, no hex autodetect by default
2793:
2794: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2795: connection socket closing in destructor + accept exception
2796: handling
2797:
2798: * src/targets/cgi/parser3.C: warning war
2799:
2800: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2801: main/pa_request.C, targets/apache/mod_parser3_core.C,
2802: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2803: exception handling unified
2804:
2805: 2020-10-13 moko
2806:
2807: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2808: autodetection
2809:
2810: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2811:
2812: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2813:
2814: * src/main/pa_http.C: warning war
2815:
1.142 moko 2816: 2020-10-12 moko
2817:
1.143 moko 2818: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2819: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2820: unhandled exception code optimization
2821:
2822: * src/targets/cgi/parser3.C: request_info now global variable
2823:
2824: * src/main/pa_http.C: http_read_response moved to HTTP_response
2825: class
2826:
2827: * src/: include/pa_http.h, main/pa_http.C,
2828: targets/cgi/pa_sapi_info.h: read_post implemented
2829:
1.142 moko 2830: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2831: [host:]port syntax support in httpd mode
2832:
2833: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2834: targets/cgi/parser3.C: populate_env added
2835:
2836: * src/include/pa_hash.h: to make get(char *) compiling in
2837: HashStringString
2838:
2839: 2020-10-10 moko
2840:
2841: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2842: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2843:
2844: * src/: include/pa_http.h, include/pa_request_info.h,
2845: main/pa_http.C, main/pa_string.C,
2846: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2847: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2848: types/pa_vrequest.C: initial httpd mode implementation
2849:
1.141 moko 2850: 2020-10-04 moko
2851:
2852: * src/targets/cgi/parser3.C: options together
2853:
2854: 2020-09-30 moko
2855:
2856: * src/main/pa_http.C: renamed
2857:
1.140 moko 2858: 2020-08-14 moko
2859:
2860: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2861: src/targets/cgi/Makefile.am: no httpd as separate library
2862:
2863: 2020-08-13 moko
2864:
2865: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2866: unhandled exception handler to report 500 instead of 200 it was
2867: before.
2868:
2869: * src/targets/apache/mod_parser3_core.C: minor cleanup
2870:
2871: * src/: include/pa_sapi.h, main/untaint.C,
2872: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2873: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2874: thus replaced with SAPI::die and removed
2875:
2876: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2877: cgi/parser3.C: whitespace
2878:
2879: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2880:
2881: 2020-08-12 moko
2882:
2883: * src/targets/cgi/parser3.C: duplicate info in signal logging
2884: removed, whitespace was: SIGPIPE received while executing code.
2885: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2886: cl=0]
2887:
2888: * parser3.sln: + httpd.vcproj
2889:
2890: 2020-08-11 moko
2891:
2892: * src/targets/cgi/Makefile.am: +libhttpd
2893:
2894: * configure.ac, src/lib/Makefile.am: +libhttpd
2895:
1.139 moko 2896: 2020-07-13 moko
2897:
2898: * tests/: 401.html, results/401.processed: test for hash key does
2899: not keep language, but tainted in foreach.
2900:
1.138 moko 2901: 2020-07-01 moko
2902:
2903: * tests/: 235.html, results/235.processed: test result updated as
2904: messages before attachments implemented (feature #1176)
2905:
1.137 moko 2906: 2020-06-27 moko
2907:
2908: * tests/: 400.html, results/400.processed: test updated to check
2909: ^return{code}
2910:
2911: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2912: fixed
2913:
2914: 2020-06-26 moko
2915:
2916: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2917: added (related to https://www.parser.ru/forum/?id=85319)
2918:
2919: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2920: when $result assignment was last statement in the method
2921: (https://www.parser.ru/forum/?id=85319)
2922:
1.136 moko 2923: 2020-05-23 moko
2924:
2925: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2926: whitespace, unused level removed
2927:
2928: 2020-05-19 moko
2929:
2930: * src/types/pa_vmail.C: whitespace
2931:
2932: * src/types/pa_vmail.C: files should be processed last (related to
2933: feature #1176)
2934:
1.135 moko 2935: 2020-05-12 moko
2936:
2937: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2938: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2939:
2940: * configure.ac: FreeBSD1X.X check added to avoid
2941: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2942:
1.134 moko 2943: 2020-02-26 moko
2944:
2945: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2946: compilation issue (related to bug #1201)
2947:
2948: * src/main/pa_common.C: entry_readable -> entry_exists,
2949: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2950: -f and -d now works under Windows in UTF-8 with Russian
2951: filenames.
2952:
2953: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2954: advice (related to feature #1199)
2955:
2956: 2020-02-25 moko
2957:
2958: * buildall: --silent removed
2959:
2960: * configure.ac: gmime-3.0 support
2961:
2962: * buildall: --with-system-mailreceive option added to build with
2963: system libgmime
2964:
2965: * src/types/pa_vmail.C: avoiding
2966: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2967: to feature #1199)
2968:
1.133 moko 2969: 2020-02-18 moko
2970:
2971: * src/classes/op.C: windows x64 debug mode compile fix
2972:
2973: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2974: change (releated to feature #1200)
2975:
2976: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2977: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2978: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2979: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2980: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2981: targets/apache/ApacheModuleParser3.vcproj,
2982: targets/apache/ApacheModuleParser3Core.vcproj,
2983: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2984: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2985: dependency (related to feature #1200)
2986:
1.132 moko 2987: 2020-02-12 moko
2988:
2989: * src/types/pa_vmail.C: minimize diff
2990:
2991: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2992: #1199)
2993:
1.131 moko 2994: 2020-01-18 moko
2995:
2996: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2997:
1.130 moko 2998: 2019-12-28 moko
2999:
3000: * src/targets/cgi/parser3.C: avoid empty ?
3001:
3002: 2019-12-27 moko
3003:
3004: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3005: DOCUMENT_ROOT (related to feature #1164)
3006:
3007: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3008: fcgiwrap setup (implements feature #1164)
3009:
3010: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3011: but no issues found (related to feature #1164)
3012:
3013: * src/targets/cgi/parser3.C: actualized
3014:
3015: 2019-12-26 moko
3016:
3017: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3018: removed
3019:
3020: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3021: removed
3022:
3023: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3024: allocation errors, we don't want default gc warnings (without
3025: timestamp and URI).
3026:
3027: * src/: classes/memory.C, main/pa_globals.C,
3028: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3029: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3030: pa_globals_init
3031:
3032: * src/main/pa_globals.C: setup_hex_value() removed, static array
3033: initialization used (optimization)
3034:
3035: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3036: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3037: pa_socks_init/pa_socks_done moved inside pa_globals_init
3038: (optimization)
3039:
1.129 moko 3040: 2019-12-09 moko
3041:
3042: * src/include/pa_config_fixed.h: warning war
3043:
1.128 moko 3044: 2019-12-08 moko
3045:
3046: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3047: process grammar under Unix.
3048:
3049: 2019-12-07 moko
3050:
3051: * tests/389.html: For Windows XP. :)
3052:
3053: * tests/388-sql.html: Windows compatibility added
3054:
3055: 2019-12-06 moko
3056:
3057: * src/targets/cgi/parser3.C: warning war
3058:
3059: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3060: == sizeof(CORD)) to avoid aligning bugs in future
3061:
3062: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3063: XML_STATIC
3064:
3065: * src/include/pa_request.h: StackItem() not required
3066:
3067: * src/include/pa_stack.h: warning war
3068:
3069: * src/include/pa_config_includes.h: GCC warning silenced
3070:
3071: * src/include/pa_memory.h: warning war: the program should also
3072: define 'void operator delete [](void*, std::size_t)'
3073: [-Wsized-deallocation]
3074:
3075: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3076:
3077: * src/classes/string.C: not reqired cast removed
3078:
3079: * src/classes/string.C: not reqired cast removed
3080:
3081: 2019-12-05 moko
3082:
3083: * src/lib/sdbm/pa_file_io.C: warning war
3084:
3085: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3086: enum Language : size_t - required for VS2015+ to make
3087: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3088: without it (related to feature #1198)
3089:
3090: 2019-12-04 moko
3091:
3092: * src/main/pa_base64.C: unsigned char -> uchar
3093:
3094: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3095: as other libs
3096:
3097: * src/include/pa_version.h: +amd64
3098:
3099: 2019-12-03 moko
3100:
3101: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3102: release
3103:
3104: * src/include/pa_config_includes.h: warning war
3105:
3106: * src/classes/image.C: warning war
3107:
3108: * src/main/pa_globals.C: x64 libs support
3109:
3110: * src/include/pa_config_includes.h: warning war
3111:
3112: * src/types/pa_method.h: warning war
3113:
1.127 moko 3114: 2019-11-28 moko
3115:
3116: * src/classes/math.C: vs2003 compatibility + warning war
3117:
3118: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3119: libxml2-2.9.9 (related to feature #1136)
3120:
3121: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3122: typecast for more compatibility (related to feature #1136)
3123:
3124: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3125: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3126: feature #1136)
3127:
3128: 2019-11-26 moko
3129:
3130: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3131: removed (it was failing in $$var case), condition added
3132:
1.126 moko 3133: 2019-11-25 moko
3134:
3135: * tests/: 397.html, 399.html, results/141.processed,
3136: results/399.processed: base64 options tested
3137:
3138: * src/: classes/math.C, main/pa_http.C: base64 options used
3139:
3140: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3141: implemented (feature #986)
3142:
3143: * src/main/pa_cache_managers.C: whitespace
3144:
3145: * tests/: 397.html, 399.html, results/399.processed: tests for
3146: ^base64 encode options added (related to feature #986)
3147:
3148: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3149: pa_base64_encode(file) removed - more memory, but faster and less
3150: code (related fo feature #986)
3151:
3152: 2019-11-24 moko
3153:
3154: * tests/: 155.html, results/155.processed: limit and offset in
3155: ^table::load[] now supported, thus test added
3156:
3157: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3158: main/pa_common.C: optimization: offset and limit options parsing
3159: moved inside file_load.
3160:
3161: 2019-11-23 moko
3162:
3163: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3164: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3165: optimization: file_read replaced with simplified file_read_binary
3166:
3167: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3168: types/pa_vform.C: whitespace
3169:
3170: * src/: include/pa_common.h, main/pa_common.C: never used params
3171: removed
3172:
3173: 2019-11-21 moko
3174:
3175: * tests/: 193.html, results/193.processed, results/389.processed:
3176: test results updated as now base64 does not discard tail without
3177: padding (related to feature #986)
3178:
3179: 2019-11-20 moko
3180:
3181: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3182: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3183: pa_base64_decode (related to feature #986)
3184:
3185: * tests/398.html: tests for base64 decode added (related to feature
3186: #986)
3187:
3188: * src/main/pa_base64.C: base64_decode rewritten - padding option
3189: support, padding inside base 64 supported (related to feature
3190: #096)
3191:
3192: 2019-11-19 moko
3193:
3194: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3195: FreeBSD 12
3196:
1.125 moko 3197: 2019-11-16 moko
3198:
3199: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3200: support added, step support removed (related to #986)
3201:
3202: 2019-11-15 moko
3203:
3204: * src/classes/math.C: using log since log2 is not present on
3205: FreeBSD < 8.4 (related to feature #1177)
3206:
3207: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3208: pa_base64_size extracted and used for files as well (related to
3209: feature 986)
3210:
3211: 2019-11-14 moko
3212:
3213: * tests/: 397.html, results/397.processed: + content check
3214:
3215: * tests/: 141.html, results/141.processed: make test resuls more
3216: readable
3217:
3218: * tests/: 397.html, results/193.processed, results/397.processed:
3219: test results updated after \x00 character was disabled in
3220: math:convert string mode (related to feature #1177)
3221:
3222: * src/classes/: math.C, string.C: \\x00 character disabled while
3223: converting to string (as in base64, related to feature #1177)
3224:
3225: * src/classes/file.C: more correct arguments separation
3226:
3227: * src/: classes/file.C, classes/math.C, classes/string.C,
3228: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3229: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3230: options added, but not yet implemented (related to feature #986)
3231:
3232: * src/classes/math.C: whitespace
3233:
3234: 2019-11-13 moko
3235:
3236: * tests/: 397.html, results/397.processed: +tainting test (related
3237: to feature #1177)
3238:
3239: * src/classes/math.C: as we now produce not only digits, result
3240: should be tainted (related to feature #1177)
3241:
3242: * src/main/pa_base64.C: whitespace
3243:
3244: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3245: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3246: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3247: implementation moved from pa_common.h and pa_common.C
3248:
3249: 2019-11-12 moko
3250:
3251: * tests/: 275.html, results/275.processed: out of range test fixed,
3252: as ^math:convert now supports arbitrary precision
3253:
3254: 2019-11-11 moko
3255:
3256: * tests/results/389.processed: uctualized error message
3257:
3258: * tests/: 389.html, 397.html, results/397.processed: tests for
3259: ^math:convert added (related to feature #1177)
3260:
3261: * src/classes/math.C: ^math:convert now supports arbitrary
3262: precision, alphabet support added (implements feature #1177)
3263:
1.124 moko 3264: 2019-11-06 moko
3265:
3266: * tests/: 181.html, results/181.processed: entities usage added,
3267: more entites load tests (related to bug #842 discussion)
3268:
3269: 2019-11-05 moko
3270:
3271: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3272: call from xmlFileOpen if http://localhost/<file> was not found
3273: (related to bug #842)
3274:
3275: * src/main/pa_xml_io.C: rename
3276:
3277: * src/main/pa_xml_io.C: +MemoryStream constructor
3278:
3279: * src/main/pa_xml_io.C: whitespace
3280:
1.123 moko 3281: 2019-10-31 moko
3282:
3283: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3284: XML_PARSE_NOENT) added to fix entities load, (related to feature
3285: #1181)
3286:
1.122 moko 3287: 2019-10-25 moko
3288:
3289: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3290: queries tests
3291:
3292: 2019-10-24 moko
3293:
3294: * tests/: 388-sql.html, results/388-sql.processed: support for
3295: pgsql driver test
3296:
3297: * tests/: 388-sql.html, results/388-sql.processed:
3298: multi_statements=1 now tested, mysql test now supported
3299: (connection must be specified in [parser3] section in .my.cnf)
3300: related to issues #1195 and #1194
3301:
1.121 moko 3302: 2019-09-11 moko
3303:
3304: * src/classes/int.C: whitespace
3305:
3306: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3307: exception test
3308:
3309: * tests/results/388-sql.processed: sql queries now shown (related
3310: to feature #1196)
3311:
3312: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3313: with old parser versions.
3314:
3315: * src/: classes/file.C, classes/hash.C, classes/string.C,
3316: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3317: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3318: instead of connect string in query_event_handlers exceptions
3319: (implements feature #1196)
3320:
1.120 moko 3321: 2019-09-06 moko
3322:
3323: * tests/388-sql.html: mysql compat
3324:
3325: * src/: classes/hash.C, classes/string.C, classes/table.C,
3326: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3327: sql_ variables declaration moved to pa_common.h
3328:
1.116 moko 3329: 2019-01-15 moko
3330:
3331: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3332: logically sorted
3333:
3334: 2018-12-27 moko
3335:
3336: * src/include/pa_config_includes.h: warning war:
3337: -Wdeprecated-register added for C++ 17
3338:
3339: 2018-10-15 moko
3340:
3341: * configure.ac: FreeBSD 11.2 can be build with ./configure
3342: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3343: --with-xml=/usr/local/
3344:
3345: 2018-09-24 moko
3346:
3347: * tests/: 396.html, 396.tiff, results/396.processed: test for
3348: ^image::measure[] now supports tiff added (related to feature
3349: #1188)
3350:
3351: * src/classes/image.C: ^image::measure[] now supports tiff
3352: (implements feature #1188)
3353:
3354: 2018-09-20 moko
3355:
3356: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3357: files measure added (related to ticket #1188)
3358:
3359: * src/classes/image.C: measure of bmp files implemented (related to
3360: ticket #1188)
3361:
3362: 2018-09-18 moko
3363:
3364: * tests/: 394-curl.html, results/394-curl.processed,
3365: results/auto.p: test for bug #1187 (max_file_size check for head
3366: requests) added
3367:
3368: 2018-08-24 moko
3369:
3370: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3371: response content-length check is required (fixes bug #1187)
3372:
3373: 2018-05-11 moko
3374:
3375: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3376: $.append(bool) ] option added (related to feature #919)
3377:
3378: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3379: from misha@ patch (implements feature #919)
3380:
3381: 2018-03-22 moko
3382:
3383: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3384: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3385: with 128kb buffer. Now works at least 12 times faster. :) May be
3386: Windows-only problem.
3387:
3388: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3389: build fix)
3390:
3391: 2018-02-03 moko
3392:
3393: * src/main/execute.C: removes irrelevant lines from exception stack
3394: trace when exceptions occurs in assigment (fixes bug #1165)
3395:
3396: * tests/: 393.html, results/393.processed: test for behavour after
3397: "Property can not be created, already exists field with that
3398: name" exception removed (related to feature #1183)
3399:
3400: * src/types/pa_vclass.C: "Property can not be created, already
3401: exists field with that name" exception removed (implements
3402: feature #1183)
3403:
3404: 2018-01-19 moko
3405:
3406: * src/classes/string.C: whitespace
3407:
3408: * src/classes/string.C: whitespace
3409:
3410: * tests/: 392.html, results/392.processed: test for
3411: ^regex::create[$regex] added (related to feature #1135)
3412:
3413: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3414: ^regex::create[$regex] added (implements feature #1135)
3415:
3416: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3417: commented define added (related to feature #1157)
3418:
3419: 2018-01-17 moko
3420:
3421: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3422:
3423: 2018-01-15 moko
3424:
3425: * tests/: 390.html, results/390.processed: real path replaced by
3426: stub
3427:
3428: * tests/: 391.html, results/391.processed: test for feature #1181
3429: (XML_PARSE_HUGE exception) added
3430:
3431: 2018-01-11 moko
3432:
3433: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3434: XML_PARSE_HUGE option passed by default (implements feature
3435: #1181)
3436:
3437: * src/classes/string.C: whitespace
3438:
3439: 2017-12-10 moko
3440:
3441: * tests/: 389.html, 390.html, results/389.processed,
3442: results/390.processed: image code coverage tests added (related
3443: to feature #1125)
3444:
3445: 2017-12-08 moko
3446:
3447: * tests/: 346-curl.html, 388-sql.html, 389.html,
3448: results/346-curl.processed, results/388-sql.processed,
3449: results/389.processed: more code coverage tests
3450:
3451: * tests/: 264.html, results/264.processed: code coverage for
3452: ^file::exec[]
3453:
3454: 2017-12-07 moko
3455:
3456: * tests/: 174.html, 388-sql.html, 389.html,
3457: results/388-sql.processed, results/389.processed,
3458: results/174.processed: more coverage tests
3459:
3460: * src/classes/math.C: exception text actualized
3461:
3462: 2017-12-06 moko
3463:
3464: * tests/388-sql.html: $SQL can be here
3465:
3466: * tests/results/auto.p: $SQL not required here
3467:
3468: * tests/: 388-sql.html, 389.html, Makefile,
3469: results/388-sql.processed, results/389.processed, results/auto.p:
3470: code coverage tests for sql (using sqlite) and int/double/bool
3471: added (related to feature #1125)
3472:
3473: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3474: lib/json/json.vcproj, lib/md5/md5.vcproj,
3475: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3476: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3477: targets/apache/ApacheModuleParser3Core.vcproj,
3478: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3479: types/types.vcproj: gc\include no longer required
3480:
3481: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3482: required
3483:
3484: * src/: classes/Makefile.am, classes/table.C,
3485: include/pa_config_includes.h, include/pa_string.h,
3486: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3487: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3488: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3489: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3490: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3491: used, we now include it directly
3492:
3493: 2017-12-04 moko
3494:
3495: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3496: memcached/memcached.vcproj, punycode/punycode.vcproj,
3497: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3498: where required
3499:
3500: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3501: now can be used to trace memory allocations
3502:
3503: * src/: classes/table.C, include/pa_config_includes.h,
3504: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3505: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3506: method removes, libcord also can work without libgc
3507:
3508: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3509:
3510: 2017-11-29 moko
3511:
3512: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3513: are not present (related to feature #1173)
3514:
3515: * tests/346-curl.html: test updated to test curl content-length bug
3516: (related to feature #1173)
3517:
3518: * tests/results/346-curl.processed: more test for content-length
3519: curl bug (related to feature #1173)
3520:
3521: * tests/results/346-curl.processed: test results updated after
3522: #1173 implemented
3523:
3524: 2017-11-28 moko
3525:
3526: * src/classes/curl.C: another libcurl Content-length bug walkaround
3527: (related to feature #1173)
3528:
3529: 2017-11-27 moko
3530:
3531: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3532: $.http_version[version string] added (implements feature #1173),
3533: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3534: where $post(true) bug existed.
3535:
3536: 2017-11-18 moko
3537:
3538: * src/include/pa_memory.h: warning war (related to feature #1170)
3539:
3540: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3541: feature #1170)
3542:
3543: 2017-11-17 moko
3544:
3545: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3546: std::basic_stringstream used in ^table.csv-string[] is compatible
3547: with delete usage check only under Debian 9 (related to feature
3548: #1170)
3549:
3550: 2017-11-16 moko
3551:
3552: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3553: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3554: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3555: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3556: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3557: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3558: stubs defend from accidental use (implements feature #1170)
3559:
3560: 2017-06-24 moko
3561:
3562: * configure.ac: minor fix: thanks to alx@
3563:
1.115 moko 3564: 2017-05-29 moko
3565:
3566: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3567: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3568: added to avoid cutting of UTF-8 chars (fixed bug #123)
3569:
3570: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3571: ignored, =?UTF-8?Q?= should start in case of leading space
3572: (related to bug #123)
3573:
3574: * buildall: echo -n -> printf for OS X. :)
3575:
3576: 2017-05-25 moko
3577:
3578: * tests/: 288.html, results/288.processed: test updated afted
3579: setting $o.prop without setter exception removed (related to
3580: feature #1157)
3581:
3582: * src/types/pa_vclass.C: no more "this property has no setter
3583: method" when setting $o.prop without setter (implements feature
3584: #1157)
3585:
3586: * buildall: echo \c -> echo -n for FreeBSD
3587:
3588: * configure, configure.ac, src/include/pa_config_auto.h.in,
3589: src/types/pa_vdouble.h: isfinite now checked in configure
3590:
3591: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3592: upgraded to automake 1.15
3593:
3594: 2017-05-23 moko
3595:
3596: * src/types/pa_vdouble.h: finite returned where isfinite not
3597: defined
3598:
3599: 2017-05-22 moko
3600:
3601: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3602:
3603: * buildall: extern CFLAGS setting support
3604:
3605: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3606:
3607: * buildall: http -> https
3608:
3609: * buildall: gc-7.2f -> gc-7.6.0
3610:
3611: 2017-05-20 moko
3612:
3613: * buildall: https, pcre, xml, xslt updated to current versions
3614: (related to feature #1136)
3615:
3616: 2017-05-19 moko
3617:
3618: * tests/097.html: after parser.ru moved to https
3619:
3620: 2017-05-17 moko
3621:
3622: * tests/results/: 175.processed, 372.processed: tests resuls
3623: updated after lintian spelling typos fixed (related to bug #1156)
3624:
3625: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3626: classes/string.C, classes/table.C, main/pa_charset.C,
3627: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3628: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3629: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3630:
3631: * tests/results/096.processed: +XMP
3632:
3633: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3634: $.xmp(true) options tested (test for feature #1154)
3635:
3636: * src/classes/image.C: ^image:measure[] options $.exif(false)
3637: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3638: fetched by default! (implements feature #1154)
3639:
3640: 2017-05-16 moko
3641:
3642: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3643: allowed (related to feature #1154)
3644:
3645: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3646: initial XMP implementation - without options and transcode
3647: (related to feature #1154)
3648:
3649: 2017-05-12 moko
3650:
3651: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3652: image: exif moved to ffields, skipped in ^image.html[] where
3653: iterators now used (preparation for feature #1154)
3654:
3655: 2017-05-05 moko
3656:
3657: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3658: results/387.processed: test for circular class inheritance check
3659: added (related to bug #1150)
3660:
3661: * src/types/pa_vstateless_class.C: circular class inheritance check
3662: added (fixes endless add_derived bug #1150)
3663:
3664: 2017-05-04 moko
3665:
3666: * tests/: 386.html, results/386.processed: test for
3667: $table.value(number) added (related to feature #1152)
3668:
3669: * src/types/pa_vtable.C: table put_element: column value must be
3670: string - > column value must be string compatible to allow
3671: $t.value(1) (implements feature #1152)
3672:
3673: 2017-05-03 moko
3674:
3675: * src/main/pa_request.C: $use[$method] is not possible, reverting
3676: (related to feature #1151)
3677:
3678: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3679: not possible, removing test (related to feature #1151)
3680:
3681: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3682: get_element_method added and used to allow $use[$method] and
3683: $autouse[$method] (implements feature 1151)
3684:
3685: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3686: variable added (related to feature #1151)
3687:
3688: * tests/results/226.processed: actualized after ^try-catch used
3689:
3690: * tests/: 226.html, 385.html, results/385.processed: test for
3691: @autouse in variable added
3692:
3693: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3694:
1.114 moko 3695: 2017-02-27 moko
3696:
3697: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3698:
1.113 moko 3699: 2017-02-20 moko
3700:
1.211 moko 3701: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3702:
3703: 2017-02-16 moko
3704:
3705: * tests/: 384.html, results/384.processed: test for
3706: ^reflection:mixin[; $.name[] ] option added (related to feature
3707: #1089)
3708:
3709: * tests/: 384.html, results/384.processed: test for
3710: ^reflection:mixin[] added (related to feature #1089)
3711:
3712: * src/types/pa_value.h: warning war: virtual ~Value() added
3713:
1.112 moko 3714: 2017-02-15 moko
3715:
3716: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3717: fixed
3718:
3719: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3720: test added (related to feature #1069)
3721:
3722: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3723: compilation without HASH_ORDER fixed
3724:
3725: * src/: classes/reflection.C, include/pa_hash.h:
3726: $.reverse(true/false) added to ^reflection:methods[] (related to
3727: feature #1069)
3728:
3729: 2017-02-14 moko
3730:
3731: * tests/: 152.html, results/152.processed: test for $._default hash
3732: added (related to bug #1131)
3733:
3734: * tests/: 277.html, results/277.processed: test for hash with only
3735: $._default is now defined (related to bug #1131)
3736:
3737: * src/types/pa_vhash.h: hash with only $._default is now defined
3738: (fixed bug #1131)
3739:
3740: 2017-02-13 moko
3741:
3742: * tests/cat-windows.sh: cat-windows added (cygwin required)
3743:
3744: * tests/: 171.html, 264.html, 286.html, 370.html,
3745: results/320.processed, results/375.processed, results/auto.p:
3746: cat-windows.sh support added
3747:
3748: * tests/375.html: Windows support
3749:
3750: * tests/270.html: documented
3751:
3752: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3753: (not backslashes) even under Windows (broke test 270)
3754:
3755: 2017-02-12 moko
3756:
3757: * tests/: descript.ion, todo.txt: cleanup
3758:
3759: 2017-02-09 moko
3760:
3761: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3762: run_tests.cmd: Windows compatibility
3763:
3764: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3765: incorrectly (GMT) if parser is called from cygwin
3766:
1.111 moko 3767: 2017-02-08 moko
3768:
1.211 moko 3769: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3770:
1.211 moko 3771: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3772:
3773: * NEWS, README: minor update
3774:
3775: * src/include/pa_config_includes.h: warning war continues
3776:
3777: * src/: include/pa_config_includes.h, include/pa_memory.h,
3778: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3779: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3780: gcc 6.x issues fixed
3781:
1.111 moko 3782: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3783: classes/classes.h, classes/curl.C, classes/date.C,
3784: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3785: classes/hashfile.C, classes/image.C, classes/inet.C,
3786: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3787: classes/memcached.C, classes/memory.C, classes/op.C,
3788: classes/reflection.C, classes/regex.C, classes/response.C,
3789: classes/string.C, classes/table.C, classes/void.C,
3790: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3791: include/pa_array.h, include/pa_cache_managers.h,
3792: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3793: include/pa_config_fixed.h, include/pa_config_includes.h,
3794: include/pa_dictionary.h, include/pa_dir.h,
3795: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3796: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3797: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3798: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3799: include/pa_request_charsets.h, include/pa_request_info.h,
3800: include/pa_sapi.h, include/pa_socks.h,
3801: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3802: include/pa_stack.h, include/pa_string.h,
3803: include/pa_stylesheet_connection.h,
3804: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3805: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3806: include/pa_uue.h, include/pa_xml_exception.h,
3807: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3808: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3809: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3810: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3811: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3812: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3813: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3814: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3815: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3816: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3817: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3818: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3819: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3820: main/pa_string.C, main/pa_stylesheet_connection.C,
3821: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3822: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3823: main/untaint.C, sql/pa_sql_driver.h,
3824: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3825: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3826: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3827: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3828: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3829: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3830: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3831: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3832: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3833: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3834: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3835: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3836: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3837: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3838: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3839: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3840: types/pa_vmemcached.h, types/pa_vmemory.h,
3841: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3842: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3843: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3844: types/pa_vresponse.C, types/pa_vresponse.h,
3845: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3846: types/pa_vstateless_object.h, types/pa_vstatus.C,
3847: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3848: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3849: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3850: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3851: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3852: 2015->2017
3853:
1.110 moko 3854: 2017-02-07 moko
3855:
3856: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3857:
3858: 2017-02-06 moko
3859:
3860: * src/main/pa_common.C: minor fixes, whitespace
3861:
3862: * src/: classes/curl.C, classes/file.C, classes/image.C,
3863: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3864: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3865: now used (implements feature #1081)
3866:
3867: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3868:
3869: 2017-02-01 moko
3870:
3871: * src/include/pa_request.h: cleanup
3872:
3873: 2017-01-30 moko
3874:
3875: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3876:
3877: 2017-01-29 moko
3878:
3879: * tests/: 383.html, results/383.processed: test for
3880: ^reflection:stack[] added (related to feature #1052)
3881:
3882: * src/classes/reflection.C: else added
3883:
3884: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3885: $.max_file_lock_wait added (implements feature #1128)
3886:
3887: 2017-01-28 moko
3888:
3889: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3890: body and other cases tests added (related to featue #1014)
3891:
3892: * src/classes/curl.C: bug if response is empty fixed (related to
3893: feature #1014)
3894:
3895: 2017-01-27 moko
3896:
3897: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3898: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3899: added (implements feature #1052)
3900:
3901: 2017-01-25 moko
3902:
3903: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3904: method test added
3905:
3906: 2017-01-23 moko
3907:
3908: * src/classes/reflection.C: optimization: options->get replaced by
3909: hash iterator
3910:
3911: * tests/: 381.html, results/381.processed: now -> fixed date
3912:
3913: * src/main/pa_request.C: warning war
3914:
3915: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3916: 5Mb (fixes bug #1058)
3917:
3918: * src/classes/curl.C: warning war
3919:
3920: * tests/: 381.html, results/381.processed: tests for ^json:string
3921: $.one-line(true) option added (related to feature #1124)
3922:
3923: * src/: classes/json.C, types/pa_value.h: $json-string
3924: $.one-line(true|false) options is now supported (implements
3925: feature #1124)
3926:
3927: * tests/: 380.html, results/380.processed: test for modified
3928: $.max_file_size added (related to bug #1014)
3929:
3930: * tests/: 379.html, results/auto.p: tests for rewritten http file
3931: load added (related to bug #1014)
3932:
3933: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3934: main/pa_common.C, main/pa_http.C: check_file_size added and used
3935: in curl / file load from disk and http, http file load rewritten
3936: (related to bug #1014)
3937:
3938: 2017-01-18 moko
3939:
3940: * tests/: 378.html, results/378.processed: tests for ^result[]
3941: added (related to feature #66)
3942:
3943: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3944: Method::CO_WITHOUT_FRAME as frame still added in expression
3945: (related to feature #66)
3946:
3947: 2017-01-17 moko
3948:
3949: * tests/: 377.html, results/377.processed: test for different
3950: combinations of breaks in body and delimiter (related to bug
3951: #1077)
3952:
3953: * tests/: 376.html, results/376.processed: many ^break[] tests
3954: added (related to bug #1077)
3955:
3956: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3957: passed to native method" exception added to avoid bugs due to
3958: WRITE_EXPR_RESULT skipped and native methods execution continues
3959: after ^break[] (related to bug #1077)
3960:
3961: 2017-01-14 moko
3962:
3963: * tests/: 330.html, results/330.processed: test results updated
3964: after ^break[] bugs where fixed (related to bug #1077)
3965:
3966: * tests/: 329.html, results/329.processed: test results updated
3967: after ^break[] bugs where fixed (related to bug #1077)
3968:
3969: * tests/results/320.processed: ^return[] added
3970:
3971: 2017-01-13 moko
3972:
3973: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3974: classes/table.C, include/pa_request.h, main/execute.C,
3975: main/pa_request.C, targets/cgi/parser3.C,
3976: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3977: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3978: checked after each possible process/execute call (fixes bug
3979: #1077)
3980:
3981: 2016-12-29 moko
3982:
3983: * src/main/pa_common.C: warning war
3984:
3985: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3986: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3987: pa_file_size_limit added, ^math:random fixed for upper limit and
3988: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3989: (related to feature #1014)
3990:
3991: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3992: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3993: (related to feature #1014)
3994:
3995: 2016-12-28 moko
3996:
3997: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3998: warning war
3999:
4000: 2016-12-26 moko
4001:
4002: * tests/: 341.html, results/341.processed: test for
4003: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4004:
4005: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4006: (related to feature #1057)
4007:
4008: * src/types/pa_vdate.C: warning war continues...
4009:
4010: * src/: classes/date.C, classes/image.C, classes/table.C,
4011: include/pa_config_includes.h, types/pa_vfile.C: warning war
4012:
4013: * src/lib/gd/gifio.C: warning war / cleanup
4014:
4015: * src/lib/json/pa_json.C: warning war
4016:
4017: * src/classes/hash.C: warning war
4018:
4019: * src/types/pa_vfile.C: warning war
4020:
4021: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4022: -Wall warning war continues
4023:
4024: * configure.ac: --with-build-warnings actualized
4025:
4026: 2016-12-25 moko
4027:
4028: * src/main/pa_exec.C: -wAll warning war
4029:
4030: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4031: -wAll warning war
4032:
4033: * src/: include/pa_common.h, include/pa_sapi.h,
4034: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4035: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4036: -wAll warning war
4037:
4038: 2016-12-23 moko
4039:
4040: * src/lib/ltdl/Makefile.am: extra dist added
4041:
4042: * tests/results/344.processed: test result updated after $file.text
4043: prefetched in ^hash::create[$file] (related to feature #1075)
4044:
4045: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4046: ^hash::create[$file] (related to feature #1075)
4047:
4048: 2016-12-22 moko
4049:
4050: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4051: main/pa_request.C, main/pa_stylesheet_connection.C,
4052: types/pa_vfile.C: file_stat now return 64-bit size (implements
4053: #1014 under 32-bit unix versions)
4054:
4055: 2016-12-21 moko
4056:
4057: * tests/: 375.html, results/375.processed: test for exec returning
4058: stated file added (related to feature #1119)
4059:
4060: * src/classes/file.C: load should not return file with null body
4061: (fixes bug #1119)
4062:
4063: 2016-12-14 moko
4064:
4065: * tests/: 374.html, results/374.processed: test for $method.name
4066: added (related to feature #1117) plus method returning junction
4067: test
4068:
4069: 2016-12-13 moko
4070:
4071: * src/: include/pa_symbols.h, main/pa_symbols.C,
4072: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4073: (implements feature #1117)
4074:
4075: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4076: HEAD and TRACE can't have body (implements feature #1116)
4077:
4078: 2016-12-09 moko
4079:
4080: * tests/: 373.html, results/373.processed: tests for
4081: ^reflection:tainting added (related to feature #1098)
4082:
4083: * src/classes/reflection.C: ^reflection:tainting arguments order
4084: change (related to feature #1098)
4085:
4086: 2016-12-06 moko
4087:
4088: * src/: classes/reflection.C, include/pa_string.h,
4089: main/pa_string.C: ^reflection:tainting[$string] added (implements
4090: feature #1098)
4091:
4092: 2016-12-05 moko
4093:
4094: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4095: (fixes bug #1114)
4096:
4097: 2016-12-04 moko
4098:
4099: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4100: check added
4101:
4102: 2016-12-03 moko
4103:
4104: * tests/: 346-curl.html, results/346-curl.processed: test modified
4105: to test value.as_hash() usage
4106:
4107: * src/classes/curl.C: value.as_hash() used for correct hash
4108: processing
4109:
4110: * src/classes/reflection.C: exceptions texts fixes
4111:
4112: 2016-12-02 moko
4113:
4114: * tests/: 372.html, results/372.processed: tests for
4115: ^reflection:create[ $.class[name] $.constructor[name]
4116: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4117: feature #1094)
4118:
4119: * src/types/pa_vmethod_frame.h: comment added: params should be
4120: declared outside of *_FRAME_ACTION as MethodParams destructor
4121: will be called in ~VNativeMethodFrame
4122:
4123: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4124: ] minor fix
4125:
4126: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4127: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4128: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4129: now supported (implements feature #1094) value::as_hash added
4130: (and should be used everywhere)
4131:
4132: * src/classes/reflection.C: cleanup
4133:
4134: 2016-12-01 moko
4135:
4136: * tests/: 356.html, results/356.processed: test for method
4137: junctions class name added to the resulting hash added (related
4138: to feature #1068)
4139:
4140: * src/classes/reflection.C: for method junctions class name added
4141: to the resulting hash (related to feature #1068)
4142:
4143: 2016-11-30 moko
4144:
4145: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4146: exception (related to bug #1113)
4147:
4148: * src/types/pa_vhashfile.C: whitespace
4149:
4150: * src/main/pa_os.C: errno now returned as it should (fixes bug
4151: #1113)
4152:
4153: * tests/results/: 175.processed, 192.processed, 224.processed,
4154: 229.processed, 239.processed, 244.processed, 246.processed,
4155: 314.processed, 352.processed: tests results updated after method
4156: call exceptions improved as method now keeps its name
4157:
4158: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4159: types/pa_vmethod_frame.h: method call exceptions improved as
4160: method now keeps its name
4161:
4162: * tests/: 224.html, 239.html, results/224.processed,
4163: results/239.processed: tests and tests results updated after
4164: Request::construct exception changed
4165:
4166: * src/: classes/reflection.C, main/execute.C: Request::construct
4167: exception optimized
4168:
4169: * tests/: 371.html, results/371.processed: test for
4170: WWrapper.get_element call in $.name.key[value] code added
4171: (related to feature #1091)
4172:
4173: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4174: in $.name.key[value] code (related to feature #1091)
4175:
4176: 2016-11-29 moko
4177:
4178: * src/classes/op.C: VS warning war
4179:
4180: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4181: C4239: nonstandard extension used : 'return' : conversion from
4182: 'Value' to 'Value &' (related to feature #1020)
4183:
4184: * src/: main/execute.C, types/pa_vmethod_frame.h,
4185: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4186: used : 'return' : conversion from 'Value' to 'Value &' (related
4187: to feature #1020)
4188:
4189: * src/main/execute.C: VS warning war
4190:
4191: * src/targets/cgi/parser3.C: VS compatibility fix
4192:
4193: * src/include/pa_request.h: VS warning war
4194:
4195: * tests/: 370.html, results/370.processed: test for ^file::exec[
4196: ... $.stdin[$binary_file] ] added (related to bug #1044)
4197:
4198: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4199: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4200: $.stdin[$binary_file] (fixes bug #1044)
4201:
4202: 2016-11-28 moko
4203:
4204: * src/main/pa_exec.C: whitespace
4205:
4206: * src/main/pa_request.C: whitespace
4207:
4208: * tests/: 369.html, results/369.processed: test for
4209: $response:status usage added (related to feature #1099)
4210:
4211: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4212: if < 100 (implements feature #1099)
4213:
4214: * src/targets/cgi/parser3.C: whitespace
4215:
4216: * src/targets/cgi/parser3.C: whitespace
4217:
4218: * tests/: 368.html, results/368.processed: test updated after
4219: ^reflection:filename[$method] added (related to feature #1053)
4220:
4221: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4222: main/compile.y, main/execute.C, main/pa_request.C,
4223: types/pa_vclass.h: filename -> filespec,
4224: ^reflection:filename[$method] added (related to feature #1053)
4225:
4226: 2016-11-27 moko
4227:
4228: * tests/: 368.html, results/368.processed: test for
4229: reflection:filename[$class or object] added (related to feature
4230: #1053)
4231:
4232: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4233: types/pa_vstateless_class.h: ^reflection:filename[$class or
4234: object] added (implements feature #1053)
4235:
4236: 2016-11-26 moko
4237:
4238: * src/: include/pa_request_info.h,
4239: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4240: remove_absolute_uri -> strip_absolute_uri
4241:
4242: 2016-11-25 moko
4243:
4244: * src/: include/pa_request_info.h,
4245: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4246: request_info.remove_absolute_uri added to remove possible
4247: http://site.name/ from $request:uri (implements feature #1112)
4248:
4249: 2016-11-24 moko
4250:
4251: * tests/: 367-curl.html, results/367-curl.processed: test for
4252: previous request headers clearing after redirect added (related
4253: to bug #1109)
4254:
4255: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4256: response headers from previous requests are now cleared, only
4257: last request headers are collected (fixes bug #1109)
4258:
4259: * tests/results/: 266.processed, 321.processed, 356.processed:
4260: tests results updated as method name now added to the resulting
4261: hash for new syntax only (Imp1 compatimility fixed, related to
4262: feature #1068)
4263:
4264: * src/classes/reflection.C: method name now added to the resulting
4265: hash for new syntax only (Imp1 compatimility fixed, related to
4266: feature #1068)
4267:
4268: * tests/results/366.processed: test for native and parser
4269: implementation of ^use[] logic (related to feature #1074)
4270:
4271: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4272: for native and parser implementation of ^use[] logic (related to
4273: feature #1074)
4274:
4275: 2016-11-23 moko
4276:
4277: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4278: main/pa_request.C: @USE file now implemented as ^use[file;
4279: $.origin[origin_file] ] (implements feature #1074)
4280:
1.109 moko 4281: 2016-11-21 moko
4282:
1.110 moko 4283: * tests/: 365.html, results/365.processed: test for $caller bugs in
4284: 3.4.4 and $caller.method now tested (related to feature #1110)
4285:
4286: * tests/: 364.html, results/364.processed: $caller usage in
4287: different contexts now tested (related to feature #1110)
4288:
4289: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4290:
4291: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4292:
1.109 moko 4293: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4294: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4295: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4296: used (implements feature #1110)
4297:
4298: 2016-11-20 moko
4299:
4300: * src/types/pa_vdouble.h: whitespace
4301:
4302: 2016-11-11 moko
4303:
4304: * tests/: 363.html, results/363.processed: more tests for feature
4305: #1091 (how parser methods work in expression context)
4306:
4307: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4308: expressions strings are now written as strings, not values by
4309: write_as_string (related to feature #1091)
4310:
4311: * src/classes/op.C: to make more correct behavour in expression
4312: context
4313:
4314: 2016-11-07 moko
4315:
4316: * tests/: 362.html, results/362.processed: test for
4317: xsltParseStylesheetDoc caching as xsl modification after it added
4318: (related to bug #1108)
4319:
4320: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4321: result now cached as xdoc is modified after it (fixes bug #1108)
4322:
4323: 2016-11-06 moko
4324:
4325: * src/types/pa_vxdoc.h: whitespace
4326:
4327: 2016-11-05 moko
4328:
4329: * src/types/pa_vmethod_frame.h: cleanup
4330:
4331: 2016-11-03 moko
4332:
4333: * tests/results/244.processed: more correct exception after method
4334: frames separation
4335:
4336: * src/types/pa_vmethod_frame.h: minor optimizaion
4337:
4338: * src/types/pa_method.h: optimization: params_count added
4339:
4340: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4341: include/pa_request.h, main/execute.C, main/pa_request.C,
4342: types/pa_value.C, types/pa_vmethod_frame.C,
4343: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4344: VMethodFrame now divided into VNativeMethodFrame,
4345: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4346: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4347: and used (related to feature #1104)
4348:
4349: 2016-11-02 moko
4350:
4351: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4352: classes/double.C, classes/file.C, classes/hash.C,
4353: classes/hashfile.C, classes/image.C, classes/inet.C,
4354: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4355: classes/memcached.C, classes/op.C, classes/reflection.C,
4356: classes/regex.C, classes/string.C, classes/table.C,
4357: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4358: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4359: r.write (implements feature #1091)
4360:
4361: * src/main/execute.C: cleanup (related to feature #1104)
4362:
4363: * src/: include/pa_request.h, main/execute.C,
4364: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4365: added, in_expression removed (implements feature #1104)
4366:
4367: 2016-10-31 moko
4368:
4369: * src/types/pa_value.C: whitespace
4370:
4371: 2016-10-28 moko
4372:
4373: * tests/results/244.processed: updated after error reporting fixed
4374: in pa_wcontext.C
4375:
4376: * src/types/pa_wcontext.C: error reporting fixed
4377:
4378: * src/types/pa_wcontext.h: whitespace
4379:
4380: * src/classes/image.C: not fully readed entries are no longer
4381: processed (fixes bug #1106)
4382:
4383: 2016-10-26 moko
4384:
4385: * src/classes/image.C: whitespace
4386:
4387: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4388: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4389: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4390: longer required (related to feature #1091)
4391:
4392: * tests/results/: 264.processed, 350.processed: test results update
4393: reverted (whitespace optimization) after write_no_lang removed :)
4394: (related to feature #1091)
4395:
4396: * src/: classes/file.C, classes/hash.C, classes/op.C,
4397: classes/string.C, classes/table.C, classes/void.C,
4398: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4399: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4400: equal write_pass_lang (related to feature #1091)
4401:
4402: * tests/results/: 264.processed, 350.processed: test results
4403: updated (whitespace optimization) after write_assign_lang removed
4404: (related to feature #1091)
4405:
4406: * tests/: 361.html, results/361.processed: test for non-string
4407: ^untaint added (related to feature #1091)
4408:
4409: * src/: classes/curl.C, classes/date.C, classes/file.C,
4410: classes/hash.C, classes/op.C, classes/string.C,
4411: include/pa_request.h, main/execute.C: optimization:
4412: write_assign_lang removed as not required (first part of feature
4413: #1091 implementation)
4414:
1.108 moko 4415: 2016-10-12 moko
4416:
4417: * tests/: 360.html, results/360.processed: more test code (related
4418: to feature #1104)
4419:
4420: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4421: include/pa_request.h, main/compile.y, main/execute.C: opcode
4422: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4423: WContext is next task (implements feature #1104)
4424:
4425: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4426: / CO_WITHOUT_WCONTEXT
4427:
4428: * tests/: 360.html, results/360.processed: test for in expression
4429: state (related to feature #1104)
4430:
4431: 2016-10-11 moko
4432:
4433: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4434:
4435: * src/classes/op.C: default value removed from initializer
4436:
4437: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4438:
4439: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4440:
4441: 2016-10-10 moko
4442:
4443: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4444: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4445: to feature #42)
4446:
4447: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4448: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4449:
4450: 2016-10-08 moko
4451:
4452: * src/classes/double.C: whitespace
4453:
4454: 2016-10-07 moko
4455:
4456: * src/types/pa_vmethod_frame.h: reorder
4457:
4458: 2016-10-06 moko
4459:
4460: * src/classes/date.C: typo
4461:
4462: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4463:
4464: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4465: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4466: types/pa_vmethod_frame.h: params.get now returns Value&, not
4467: Value*
4468:
4469: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4470:
4471: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4472: removed; first as_* code rewrite
4473:
4474: 2016-10-05 moko
4475:
4476: * src/include/pa_request.h: whitespace
4477:
4478: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4479: intercept_string added (related to feature #1097)
4480:
4481: * src/: classes/image.C, classes/op.C, classes/table.C,
4482: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4483: optimization: intercept_string removed (implements feature #1097)
4484:
4485: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4486:
4487: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4488: from VCodeFrame and WWrapper as not required
4489:
4490: 2016-10-04 moko
4491:
4492: * src/: classes/curl.C, classes/date.C, classes/double.C,
4493: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4494: classes/int.C, classes/json.C, classes/op.C,
4495: classes/reflection.C, classes/string.C, classes/table.C,
4496: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4497: proces_to_value -> process after StringOrValue removed (related
4498: to feature #1020)
4499:
4500: * src/classes/form.C: whitespace
4501:
4502: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4503:
4504: * tests/: 357.html, 358.html, results/357.processed,
4505: results/358.processed, results/auto.p: test for @conf
4506: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4507:
4508: 2016-10-03 moko
4509:
4510: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4511: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4512: supported (implements feature #42)
4513:
4514: * src/types/pa_vregex.h: no reason for VRegex to be
4515: is_evaluated_expr
4516:
4517: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4518: (implements feature #1095)
4519:
4520: 2016-10-01 moko
4521:
4522: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4523: false by default (related to feature #1089)
4524:
4525: 2016-09-30 moko
4526:
4527: * src/types/pa_wcontext.h: cleanup
4528:
4529: 2016-09-29 moko
4530:
4531: * src/main/execute.C: whitespace
4532:
4533: * src/include/pa_request.h: whitespace
4534:
4535: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4536: classes/op.C, classes/table.C, include/pa_request.h,
4537: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4538: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4539: StringOrValue removed as it just slows down and adds complexity
4540: (implements feature #1020)
4541:
4542: 2016-09-28 moko
4543:
4544: * tests/: 356.html, results/266.processed, results/321.processed,
4545: results/356.processed: tests updated after name was added to
4546: method_info hash, test for ^reflection:method_info[junction]
4547: added (related to feature #1068)
4548:
4549: * src/classes/reflection.C: ^reflection:method_info[junction] now
4550: supported, method name added to the resulting hash (implements
4551: feature #1068)
4552:
4553: * tests/: 276.html, results/276.processed: more tests for
4554: ^reflection:delete[]
4555:
4556: * src/classes/reflection.C: fixed bug then ^reflection:delete
4557: didn't work on class and could damage native objects (like file)
4558:
4559: 2016-09-26 moko
4560:
4561: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4562: results/345.processed, results/346-curl.processed,
4563: results/347-curl.processed, results/348.processed: numbers added
4564: to simplify diff analysis
4565:
4566: * tests/: 352.html, results/352.processed: test result updated as
4567: method name used
4568:
4569: * src/classes/reflection.C: method name used
4570:
4571: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4572: its name
4573:
4574: * src/types/pa_method.h: whitespace
4575:
4576: * src/classes/reflection.C: both method and field with one name can
4577: exist.
4578:
4579: * src/classes/reflection.C: ^reflection:mixin added (implements
4580: feature #1089)
4581:
4582: * tests/: 355.html, results/355.processed: property appears in
4583: derived class if added in base test added
4584:
4585: * src/types/pa_vstateless_class.h: get_method declaration +
4586: whitespace
4587:
4588: * tests/: 354.html, results/354.processed: nice test from method
4589: and property with one name in class added
4590:
4591: 2016-09-23 moko
4592:
4593: * src/classes/reflection.C: ^reflection:method usage documented
4594:
4595: 2016-09-22 moko
4596:
4597: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4598: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4599: compile warning and GPF occures on VS2003 (related to feature
4600: #1087)
4601:
4602: * tests/: 350.html, results/350.processed: test added for
4603: $.encloser[] support in ^table::create (related to feature #11)
4604:
4605: * src/classes/table.C: another minor fix (related to feature #11)
4606:
1.107 moko 4607: 2016-09-21 moko
4608:
4609: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4610:
4611: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4612: classes/json.C, classes/string.C, classes/table.C,
4613: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4614: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4615: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4616: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4617: pa_charsets, vs2015 warning war
4618:
4619: * src/classes/table.C: vs2015 warning war
4620:
4621: * src/types/pa_vdate.C: vs2015 warning war
4622:
4623: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4624:
4625: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4626: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4627:
4628: * src/main/pa_common.C: vs2015 compilation fixes
4629:
4630: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4631: vs2015 compilation fixes
4632:
4633: * src/main/pa_charset.C: vs2015 warning war
4634:
4635: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4636:
4637: * src/main/pa_charset.C: vs2015 warning war
4638:
4639: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4640:
4641: * src/types/pa_vdate.C: vs2015 compilation fix
4642:
4643: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4644:
4645: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4646: VS2015 compilation fixes
4647:
4648: * src/classes/table.C: minor fix (related to feature #11)
4649:
4650: * tests/results/282.processed: no longer skipping extra enclosers
4651: (related to feature #11)
4652:
4653: * src/classes/table.C: minor fix + no longer skipping extra
4654: enclosers (related to feature #11)
4655:
4656: * src/classes/table.C: minor optimization (related to feature #11)
4657:
4658: * src/classes/table.C: minor fix and optimization (related to
4659: feature #11)
4660:
4661: 2016-09-20 moko
4662:
4663: * tests/: 353.html, results/353.processed: test for
4664: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4665: added (related to bug #1090)
4666:
4667: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4668: one_big_piece (fixes bug #1090)
4669:
4670: * tests/: 229.html, results/229.processed: code coverage tests
4671:
4672: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4673: body) was called
4674:
4675: * src/classes/op.C: whitespace
4676:
4677: * tests/: 323.html, results/323.processed: test for code junction
4678: should not be returned by ^reflection:class, ^reflection:base
4679:
4680: * src/classes/reflection.C: bugfix: code junction should not be
4681: returned by ^reflection:class, ^reflection:base
4682:
4683: * tests/: 323.html, 352.html, results/352.processed: no more
4684: exception for ^reflection:method[class;no-such-method] (related
4685: to feature #1087)
4686:
4687: * src/classes/reflection.C:
4688: ^reflection:method[class;no-such-method] : exception -> void
4689: (related to feature #1087)
4690:
4691: * src/include/pa_request.h: request::write_value added to allow
4692: write value without convertion (related to issue #1091)
4693:
4694: 2016-09-19 moko
4695:
4696: * src/main/pa_random.C: windows build fix
4697:
4698: * src/types/pa_vhash.h: warning war
4699:
4700: 2016-09-14 moko
4701:
4702: * tests/: 352.html, 552.html, results/352.processed,
4703: results/552.processed: test for ^reflection:method[] extension
4704: added (related to feature #1087)
4705:
4706: * tests/: 552.html, results/552.processed: test for
4707: ^reflection:method[] extension added (related to feature #1087)
4708:
4709: * src/classes/reflection.C: compatibility issue fixed, VClass
4710: dynamic_cast check added (related to feature #1087)
4711:
4712: * tests/: 351.html, results/351.processed: test for @auto[]
4713: inheritance bug diring ^process[] added (related to bug #1088)
4714:
4715: * src/: classes/op.C, main/pa_request.C,
4716: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4717: disable it inheritance during ^process (fixes bug #1088)
4718:
4719: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4720: added (implements feature #1087)
4721:
4722: 2016-09-13 moko
4723:
4724: * tests/: 349.html, results/auto.p: test for objects prototyping
4725: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4726: to feature #1086)
4727:
4728: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4729: types/pa_vobject.C: objects now are not class instances, but have
4730: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4731: in @conf (implements feature #1086)
4732:
4733: 2016-09-08 moko
4734:
4735: * src/: classes/file.C, classes/mail.C, classes/string.C,
4736: classes/table.C, main/pa_http.C, main/pa_string.C,
4737: include/pa_string.h: cleanup: string::split limit argument
4738: removed as no longer required, pos_after no longer reference
4739: (related to feature #11)
4740:
4741: * src/classes/table.C, tests/results/348.processed: now exception
4742: is rised when invalid option is passed to ^table::create[]
4743:
4744: * tests/: 282.cfg, 282.html, results/282.processed: more code
4745: coverage tests
4746:
4747: * tests/: 348.html, results/348.processed: code coverage tests
4748: added
4749:
4750: * tests/: 348.html, results/348.processed: generic ^table::create[]
4751: tests
4752:
4753: * tests/: 035.html, results/035.processed, results/272.processed:
4754: tests updated after $.encloser[] support for ^table::create
4755: implementation (related to feature #11)
4756:
4757: * src/classes/table.C: $.encloser[] support for ^table::create
4758: finally added (implements feature #11)
4759:
4760: 2016-09-07 moko
4761:
4762: * src/include/pa_string.h: added StringSplitHelper as friend
4763: (related to feature #11)
4764:
4765: * src/include/pa_string.h: body and langs now protected, not
4766: private to allow inheritance (related to feature #11)
4767:
4768: * src/classes/table.C: lsplit optimized before cloning for
4769: ^table::create with $.encloser[] (related to feature #11)
4770:
4771: * src/classes/table.C: optimizaion: TableControlChars.separators
4772: added and used (related to feature #11)
4773:
4774: * src/classes/table.C: spelling:
4775:
4776: TableSeparators -> TableControlChars column -> separator
4777: separators -> control_chars
4778:
4779: 2016-09-06 moko
4780:
4781: * src/main/pa_string.C: whitespace
4782:
4783: * src/main/pa_string.C: whitespace
4784:
4785: 2016-09-01 moko
4786:
4787: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4788: results OS-independent
4789:
4790: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4791: compiler (related to feature #1042)
4792:
4793: 2016-08-15 moko
4794:
4795: * src/include/pa_string.h: whitespace
4796:
4797: * src/classes/table.C: whitespace
4798:
1.106 moko 4799: 2016-08-05 moko
4800:
4801: * tests/: 344.html, results/344.processed: test for
4802: ^hash::create[$file] added (related to feature #1075)
4803:
4804: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4805: supported (implements feature #1075)
4806:
4807: 2016-08-04 moko
4808:
4809: * tests/: 341.html, results/341.processed: more code coverage tests
4810:
4811: * tests/: 346-curl.html, results/346-curl.processed: more code
4812: coverage tests for curl
4813:
4814: * tests/: 346-curl.html, results/346-curl.processed: more code
4815: coverage tests for curl
4816:
4817: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4818: results/223.processed: code coverage tests: $.form[ $.table[] ]
4819: test added
4820:
4821: * tests/: 223-curl.html, results/223-curl.processed: more code
4822: coverage tests for curl
4823:
4824: 2016-08-03 moko
4825:
4826: * src/classes/curl.C: dlink(curl_library) now called not once, but
4827: until it will be loaded, allowing to find existing library.
4828:
4829: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4830: results/347-curl.processed: more code coverage tests for curl
4831:
4832: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4833: results/339-curl.processed, results/346-curl.processed: curl
4834: functionality tests
4835:
4836: 2016-08-02 moko
4837:
4838: * tests/: 339.html, results/339.processed: test for tables in
4839: ^file:load[] and ^curl:load[] (commented) added (related to
4840: feature #1042)
4841:
4842: * tests/: 345.html, results/345.processed: code coverage tests for
4843: file class
4844:
4845: * tests/: 344.html, results/344.processed: code coverage tests
4846:
4847: * tests/: 344.html, results/344.processed: mdate removed from
4848: output
4849:
4850: * src/classes/file.C: minor bugfix: is_text should be taked from
4851: fcontent.is_text_mode() if not set (related to feature #1061)
4852:
4853: * tests/: 344.html, results/344.processed: more tests
4854:
4855: * tests/: 343.html, 344.html, results/343.processed,
4856: results/344.processed: tests for ^file::create[ $.from-charset
4857: and $.to-charset ] (related to feature #1061)
4858:
4859: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4860: aset_text_mode argument optimized
4861:
4862: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4863: checkBOM now used in detect_binary_content (related to feature
4864: #1061)
4865:
4866: * src/main/pa_request.C: load_charset no longer required to_upper
4867:
4868: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4869: preserves original file mode (if no $.mode specified)
4870:
4871: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4872: ^file::create now supports $.from-charset[] and $.to-charset
4873: options (implements feature #1061), automatic transcode is done
4874: if text file is created from binary file and charset is detected.
4875:
4876: 2016-07-30 moko
4877:
4878: * src/classes/table.C: ^t.hash[..;] now supported (related to
4879: feature #1057)
4880:
4881: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4882: added (related to feature #1057)
4883:
4884: * tests/: 286.html, results/286.processed: code tests coverage
4885:
4886: 2016-07-29 moko
4887:
4888: * src/classes/table.C: table size should be checked inside menu and
4889: foreach (related to feature #858)
4890:
4891: * src/: classes/curl.C, classes/file.C, classes/string.C,
4892: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4893: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4894: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4895: charsets.get now does str_upper inside (related to feature #1061)
4896:
4897: * tests/: 342.html, results/342.processed: more code coverage tests
4898:
4899: * tests/: 342.html, outputs/342.processed: table menu code coverage
4900: + foreach test added (related to feature #858)
4901:
4902: * tests/: 341.html, results/341.processed: tests for
4903: ^table.hash[]{code} added + code coverage tests (related to
4904: feature #1057)
4905:
4906: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4907: value} support (implements feature #1057)
4908:
4909: * src/classes/table.C: whitespace
4910:
4911: 2016-07-28 moko
4912:
4913: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4914: from URL, if not specified query string removed from url-based
4915: filenames in ^curl:load[] and ^file::load[] (related to feature
4916: #1042)
4917:
4918: 2016-07-27 moko
4919:
4920: * tests/: 340.html, results/340.processed: test for
4921: transcode_text_result=false added (related to issue #1042)
4922:
4923: 2016-07-26 moko
4924:
4925: * src/types/pa_vfile.C: file name should not be empty (if file path
4926: is folder and ends with /) (related to feature #1042)
4927:
4928: * src/main/pa_http.C: whitespace optimizaion
4929:
4930: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4931: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4932: multiple headers, ^file::load supports headers transcoding
4933: (implements feature #1042)
4934:
4935: 2016-07-25 moko
4936:
4937: * src/include/pa_common.h: PA_DEFAULT added
4938:
4939: 2016-07-22 moko
4940:
4941: * tests/: 338.html, results/338.processed: test for
4942: $date.field(value) added (related to feature #1066)
4943:
4944: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4945: $date.field(value) now supported for y/m/d/h/m/s (implements
4946: feature #1066)
4947:
1.105 moko 4948: 2016-07-21 moko
4949:
4950: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4951: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4952: arguments removed; image.C - absolute path shown in exception
4953: (implements feature #1071)
4954:
4955: * tests/: 235.html, results/235.processed: test and test result
4956: updated after static boundary in mail and Errors-To: mail header
4957: removed (related to feature #1047)
4958:
4959: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4960: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4961: used, static boundary in mail removed, Errors-To: mail header
4962: removed (implements feature #1047)
4963:
4964: 2016-07-20 moko
4965:
4966: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4967: equest.classes(): Value -> VStateless_class, part 3 (related to
4968: issue #1051)
4969:
4970: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4971: request.classes(): Value -> VStateless_class, part 2 (related to
4972: issue #1051)
4973:
4974: * tests/results/: 224.processed, 323.processed: classes without
4975: methods should not be methoded (related to issue #1051)
4976:
4977: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4978: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4979: -> VStateless_class, part 1 (related to issue #1051)
4980:
4981: * tests/: 337.html, results/337.processed: test for
4982: ^reflection:fields_reference[] and VHashReference class added
4983: (related to feature #1072)
4984:
4985: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4986: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4987: and VHashReference added, allowing ^reflection:fields_reference[]
4988: implementation (closes feature #1072)
4989:
4990: 2016-07-19 moko
4991:
4992: * tests/: 323.html, results/323.processed: we want to see
4993: "methoded"
4994:
4995: * tests/: 336.html, results/336.processed: test for $BASE:property
4996: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4997: #1059)
4998:
4999: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5000: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5001: somebody_entered_some_class, $BASE:property works again,
5002: ^BASE:method[] bugs fixed (fixes bug #1059)
5003:
5004: 2016-07-14 moko
5005:
5006: * tests/: 335.html, results/335.processed: test for feature #1055
5007: added
5008:
5009: * src/classes/hash.C: bugfix: $._default was not copied if empty
5010: feature: ^hash.contains[_default] added (implements feature
5011: #1055)
5012:
5013: 2016-07-13 moko
5014:
5015: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5016: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5017:
5018: 2016-07-05 moko
5019:
5020: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5021: in ^hash.foreach (related to feature #1073)
5022:
5023: 2016-07-04 moko
5024:
5025: * tests/: 134.html, 281.html, results/134.processed,
5026: results/281.processed: tests updated after hash blocking removed
5027: (related to feature #1073)
5028:
5029: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5030: no longer blocks on change during foreach (implements feature
5031: #1073)
5032:
5033: 2016-06-17 moko
5034:
5035: * tests/: 330.html, results/330.processed: try exception source
5036: test added (related to bug in #1062)
5037:
5038: * tests/: 334.html, results/334.processed: Exception stack trace
5039: test added (related to bug in $1062)
5040:
5041: * src/classes/op.C: Exception trace now correctly restored and
5042: errors reported (related to bug #1062)
5043:
1.104 moko 5044: 2016-05-25 moko
5045:
5046: * src/main/compile.y: minor cleanup + beauty
5047:
5048: 2016-05-24 moko
5049:
5050: * tests/: 333.html, results/333.processed: more exceptions testing
5051:
5052: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5053: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5054: features #1056, #1026)
5055:
5056: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5057: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5058: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5059: (implements feature #1056)
5060:
5061: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5062: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5063: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5064: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5065: feature #1026)
5066:
5067: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5068: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5069: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5070: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5071: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5072: feature #1026)
5073:
5074: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5075: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5076: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5077: SYMBOLS_CACHING define implemented (related to feature #1026)
5078:
5079: * src/main/main.vcproj: + ps_symbols
5080:
5081: * src/: include/Makefile.am, include/pa_string.h,
5082: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5083: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5084: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5085: types/pa_vstateless_class.C: initial implementation for symbols
5086: cache (related to feature #1026)
5087:
5088: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5089:
5090: * src/main/pa_globals.C: minor cleanup
5091:
5092: 2016-05-19 moko
5093:
5094: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5095: (related to feature #1046)
5096:
5097: * tests/: 331.html, results/331.processed: test for
5098: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5099: (related to feature #1051)
5100:
5101: * src/main/compile.y:
5102: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5103: (implements feature #1054)
5104:
5105: 2016-05-18 moko
5106:
5107: * src/types/pa_vtable.C, tests/results/324.processed: no more
5108: "column not found" exception for ^table.no-such-method[] (related
5109: to feature #1046)
5110:
5111: * tests/: 261.html, results/261.processed: test added and updated
5112: after feature #1046 implementation
5113:
5114: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5115: types/pa_vvoid.h: $string.anything works for whitespace strings,
5116: ^string.contains added for hash compatibility, $string.method no
5117: longer returns stting method (implements feature #1046)
5118:
5119: 2016-05-12 moko
5120:
5121: * src/classes/curl.C: content-type response header no longer
5122: ignored (fixes issue #1045)
5123:
5124: * tests/: 330.html, results/330.processed: test for incomplete
5125: finally execution when break occures added (related to issue
5126: #1077)
5127:
5128: * src/classes/op.C: bugfix: Request::skip reset is called before
5129: executing catch and finally code (fixes issue #1062)
5130:
5131: 2016-05-11 moko
5132:
5133: * tests/: 329.html, results/329.processed: test for invalid
5134: ^break[] behavour added (bug #1077)
5135:
5136: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5137:
5138: 2016-04-24 moko
5139:
5140: * src/types/pa_vstateless_class.h: warning war
5141:
5142: 2016-04-17 moko
5143:
5144: * tests/: 328.html, results/328.processed: test for
5145: ^break(condition) and ^continue(condition) (related to feature
5146: #1063)
5147:
5148: * src/classes/op.C: ^break(condition) and ^continue(condition)
5149: implemented (feature #1063)
5150:
5151: 2016-04-12 moko
5152:
5153: * tests/results/280.processed: ordered hash now used for class
5154: methods and properties (test results updated for feature #1069)
5155:
5156: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5157: to xdoc.C as under FreeBSD it was inited after and inheritance
5158: failed (related to issue #1051)
5159:
5160: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5161: are printed to check inheritance (related to feature #1051)
5162:
1.103 moko 5163: 2016-04-09 moko
5164:
5165: * tests/results/320.processed: ordered hash now used for class
5166: methods and properties (test results updated for feature #1069)
5167:
5168: * src/types/pa_vstateless_class.h: ordered hash now used for class
5169: methods and properties (implements feature #1069)
5170:
5171: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5172: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5173: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5174: feature #1051)
5175:
5176: 2016-04-07 moko
5177:
5178: * src/main/execute.C: returned Value in .CLASS case for VJunction
5179: (related to feature #1051)
5180:
5181: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5182: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5183: string constants deduplication (related to feature #1051)
5184:
5185: * tests/results/224.processed: test result updated (related to
5186: feature #1051)
5187:
5188: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5189: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5190: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5191: types/pa_vstatus.h: classes hash now contains only
5192: VStateless_class derived objects, .CLASS is also allways
5193: VStateless_class derived object (related to feature #1051).
5194:
5195: 2016-04-06 moko
5196:
5197: * tests/results/323.processed: test result updated after feature
5198: #1051 implementation
5199:
5200: * src/: classes/classes.h, classes/op.C, classes/response.C,
5201: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5202: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5203: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5204: types/pa_vresponse.C, types/pa_vresponse.h,
5205: types/pa_vstateless_class.h: base -> methoded_donor for static
5206: classes, type() moved from VStateless_class to VClass and
5207: Methoded (implements feature #1051)
5208:
5209: 2016-04-04 moko
5210:
5211: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5212: beauty: put_class added (related to feature #1051)
5213:
5214: 2016-04-01 moko
5215:
5216: * tests/results/: 175.processed, 192.processed, 224.processed,
5217: 229.processed, 244.processed, 246.processed, 316.processed: test
5218: results updated as class.type() removed from error messages, only
5219: type() left (related to feature #1051)
5220:
5221: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5222: classes/op.C, classes/reflection.C, main/compile.y,
5223: main/compile_tools.h, main/execute.C, main/pa_request.C,
5224: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5225: types/pa_vmethod_frame.h, types/pa_vobject.h,
5226: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5227: from VStateless_class, type() is used instead (related to feature
5228: #1051)
5229:
5230: * src/classes/mail.C: old logic restored.
5231:
5232: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5233: classes/classes.h, classes/curl.C, classes/date.C,
5234: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5235: classes/hashfile.C, classes/image.C, classes/inet.C,
5236: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5237: classes/memcached.C, classes/memory.C, classes/reflection.C,
5238: classes/regex.C, classes/response.C, classes/string.C,
5239: classes/table.C, classes/xdoc.C, classes/xnode.C,
5240: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5241: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5242: feature #1051)
5243:
5244: 2016-03-30 moko
5245:
5246: * tests/: 327.html, results/224.processed, results/327.processed:
5247: test for TZ specification in ^date::create[], TZ is kept during
5248: ^date::create[$dt] (related to feature #1048)
5249:
5250: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5251: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5252: feature #1048)
5253:
5254: 2016-03-29 moko
5255:
5256: * tests/: 315.html, results/315.processed: test for timezone format
5257: +HHmm added (related to feature #1065)
5258:
5259: * src/classes/date.C: timezone format +HHmm now supported
5260: (implements feature #1065)
5261:
5262: 2016-03-28 moko
5263:
5264: * tests/: 202.html, results/131.processed, results/202.processed,
5265: results/224.processed, results/256.processed,
5266: results/315.processed: test results updated after %.2d now
5267: default for hours offset in iso-string (was %2d), test for
5268: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5269: added (related to feature #1065)
5270:
5271: 2016-03-27 moko
5272:
5273: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5274: feature #1065)
5275:
5276: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5277: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5278: added (implements feature #1065)
5279:
5280: 2016-03-24 moko
5281:
5282: * tests/: 202.html, results/202.processed: test $date.week added
5283: (related to bug #1067)
5284:
5285: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5286: date (fix for bug #1067)
5287:
5288: 2016-03-10 moko
5289:
5290: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5291:
1.102 moko 5292: 2015-12-07 moko
5293:
5294: * tests/: 326.html, results/326.processed: test for .CLASS &
5295: .CLASS_NAME optimization added (related to feature #844)
5296:
5297: 2015-11-17 moko
5298:
5299: * tests/: 323.html, results/323.processed: order added
5300:
5301: * tests/: 325.html, results/325.processed: double range test added
5302: (related to bug #1049)
5303:
5304: 2015-11-16 moko
5305:
5306: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5307: added to disallow NaN and Infinity (fixes bug #1049)
5308:
5309: 2015-11-11 moko
5310:
5311: * tests/324.html: parser 3.4.3 execution support added (related to
5312: feature #1017)
5313:
5314: * tests/: 324.html, results/324.processed: test for
5315: GET_ELEMENT4CALL feature added (feature #1017)
5316:
1.101 moko 5317: 2015-10-29 moko
5318:
1.211 moko 5319: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5320:
5321: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5322:
5323: * src/main/pa_exec.C: get_exit_status implemented for Windows
5324: (related to bug #1043)
5325:
5326: 2015-10-28 moko
5327:
5328: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5329: hangup during ^file::exec (fixes bug #1043)
5330:
1.100 moko 5331: 2015-10-27 moko
5332:
5333: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5334:
1.99 moko 5335: 2015-10-26 moko
5336:
1.100 moko 5337: * tests/322.html, src/classes/reflection.C: arguments reorder
5338: (related to issue #1041)
5339:
5340: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5341: Copyright year updated
5342:
1.99 moko 5343: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5344: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5345: classes/form.C, classes/hash.C, classes/hashfile.C,
5346: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5347: classes/mail.C, classes/math.C, classes/memcached.C,
5348: classes/memory.C, classes/op.C, classes/reflection.C,
5349: classes/regex.C, classes/response.C, classes/string.C,
5350: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5351: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5352: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5353: include/pa_config_fixed.h, include/pa_config_includes.h,
5354: include/pa_dictionary.h, include/pa_dir.h,
5355: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5356: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5357: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5358: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5359: include/pa_request_charsets.h, include/pa_request_info.h,
5360: include/pa_sapi.h, include/pa_socks.h,
5361: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5362: include/pa_stack.h, include/pa_string.h,
5363: include/pa_stylesheet_connection.h,
5364: include/pa_stylesheet_manager.h, include/pa_table.h,
5365: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5366: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5367: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5368: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5369: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5370: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5371: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5372: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5373: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5374: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5375: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5376: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5377: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5378: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5379: main/pa_string.C, main/pa_stylesheet_connection.C,
5380: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5381: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5382: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5383: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5384: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5385: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5386: targets/isapi/parser3isapi.C, types/pa_junction.h,
5387: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5388: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5389: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5390: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5391: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5392: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5393: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5394: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5395: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5396: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5397: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5398: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5399: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5400: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5401: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5402: types/pa_vresponse.C, types/pa_vresponse.h,
5403: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5404: types/pa_vstateless_object.h, types/pa_vstatus.C,
5405: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5406: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5407: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5408: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5409: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5410:
5411: * src/targets/cgi/parser3.C: year updated
5412:
5413: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5414: issue #1041)
5415:
5416: * tests/: 323.html, results/323.processed: test for base classes
5417: added
5418:
5419: * tests/: 261.html, results/261.processed: updated after better
5420: error reporting done for $string.key exception
5421:
5422: * src/types/pa_vstring.h: better error report for $string.key
5423: exception
5424:
5425: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5426: copied as VObject::get_element4call to remove extra virtual call
5427:
5428: * tests/: 322.html, results/322.processed: test for
5429: ^reflection:is[] added (related to feature #1041)
5430:
5431: * src/classes/reflection.C: ^reflection:is empty value is void
5432: (related to feature #1041)
5433:
5434: * src/classes/reflection.C:
5435: ^reflection:is[class_name|code|method;[context;]element_name]
5436: added (implements feature #1041)
5437:
5438: 2015-10-24 moko
5439:
5440: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5441:
1.98 moko 5442: 2015-10-22 moko
5443:
5444: * tests/: 321.html, results/321.processed: test for
5445: ^reflection:method_info[] file detection added
5446:
5447: * tests/: 320.html, results/320.processed: test for
5448: ^reflection:class_by_name[class_name] added (related to feature
5449: #993)
5450:
5451: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5452: added (implements feature #993)
5453:
5454: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5455: (related to feature #1017)
5456:
5457: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5458: added (related to issue #1039)
5459:
5460: * src/main/pa_request.C: ^throw origin fixed (related to feature
5461: #1039)
5462:
5463: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5464: for VDate
5465:
5466: * tests/results/182.processed: updated after feature #1038
5467: implemented
5468:
5469: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5470: compile-time exception origin added (test for feature #1039)
5471:
5472: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5473: main/pa_request.C: exception unification: compile-time exceptions
5474: now have origin, @USE origins also tracked (implements feature
5475: #1039)
5476:
5477: 2015-10-20 moko
5478:
5479: * src/main/pa_request.C: cleanup
5480:
5481: 2015-10-15 moko
5482:
5483: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5484:
5485: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5486: types/pa_vtable.C: new feature: no more $table.method and
5487: $hash.method, aliases for _at, _count, _key (related to feature
5488: #1017)
5489:
1.97 moko 5490: 2015-10-14 moko
5491:
1.98 moko 5492: * tests/: 317.html, results/317.processed: test for
5493: ^string.unescape[] added (related to feature #120)
5494:
1.97 moko 5495: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5496: defined" bug (described in issue #1036)
5497:
5498: * tests/: 247.html, results/247.processed: test for checkBOM added
5499: (test for bug #1037)
5500:
5501: * src/: include/pa_charsets.h, main/pa_charsets.C,
5502: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5503: it's not enforced, skips BOM signature if it complies charset
5504: (fixes bug #1037)
5505:
5506: 2015-10-13 moko
5507:
5508: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5509: linking
5510:
5511: * src/classes/inet.C: vs2003 compilation fix
5512:
5513: * src/classes/math.C: warning war
5514:
5515: * src/lib/punycode/pa_punycode.c: warning war
5516:
5517: 2015-10-12 moko
5518:
5519: * src/lib/punycode/pa_punycode.c: warning war
5520:
5521: * parser3.sln: moved parser3 first, to make it default startup
5522: project
5523:
5524: * buildall: parser "mirror" now used for external libs sources
5525: (implements feature #1036)
5526:
5527: * buildall: most external libs are updated to their current
5528: versions (related to feature #1036)
5529:
5530: * src/classes/image.C: more tags added
5531:
5532: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5533:
5534: 2015-10-11 moko
5535:
5536: * src/classes/curl.C: minor optimization (related to feature #1035)
5537:
5538: 2015-10-09 moko
5539:
5540: * src/classes/curl.C: pa_strdup added for strings from curl
5541: (related to feature #1035)
5542:
5543: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5544: ULLONG_MAX definition
5545:
5546: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5547: (implements feature #1035)
5548:
5549: * src/main/pa_charset.C: String::Body(String::C) used
5550:
5551: * src/main/pa_charset.C: exceptions unified
5552:
5553: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5554: unified
5555:
5556: * src/: classes/file.C, classes/image.C, classes/mail.C,
5557: classes/op.C, classes/xdoc.C, classes/xnode.C,
5558: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5559: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5560: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5561: String::Body(String::C) constructor added (related to bug #957)
5562:
5563: * src/classes/file.C: minor optimization
5564:
5565: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5566: Cord(char*) autocreation (related to bug #957)
5567:
5568: * src/: classes/string.C, main/untaint.C: minor optimizations
5569:
5570: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5571: String(char*, Lang, length) removed, String(C(), Lang) used
5572: instead (related to bug #957)
5573:
5574: 2015-10-08 moko
5575:
5576: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5577: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5578: main/untaint.C: Now char * is converted to CORD only using
5579: AS_CORD() to check for empty cord bug (fixes bug #957)
5580:
5581: * src/include/pa_hash.h: fixed compilation without
5582: HASH_CODE_CACHING
5583:
5584: * src/classes/string.C:
5585: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5586: feature #120)
5587:
5588: * src/main/pa_common.C: reduce js flags checks count (related to
5589: feature #120)
5590:
1.96 moko 5591: 2015-10-07 moko
5592:
5593: * tests/: 275.html, results/275.processed: test modified after
5594: unsigned long long int support implemented (feature #1034)
5595:
5596: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5597: pa_atoul added for unsigned long long int support
5598:
5599: 2015-10-06 moko
5600:
5601: * src/types/pa_vdate.C: INT_MAX used
5602:
5603: 2015-10-03 moko
5604:
5605: * tests/: 302.html, results/302.processed: test for bug #1023
5606: (\u2028, \u2029 escaping) added
5607:
5608: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5609: json:string[] (fixes bug #1023)
5610:
5611: 2015-09-29 moko
5612:
5613: * tests/305.html: try-catch added for OS without ipv6 support
5614:
5615: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5616: compilation
5617:
5618: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5619: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5620: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5621: implemented to distinguish ^hash.method from $hash.field
5622: (implements feature #1017)
5623:
5624: * src/lib/punycode/pa_punycode.c: warning war
5625:
5626: * src/include/pa_config_includes.h: warning war
5627:
5628: * src/include/pa_config_includes.h: pragma warning actualized a bit
5629:
5630: * src/include/pa_config_includes.h: warning war
5631:
5632: * src/include/pa_hash.h: clang compilation fix
5633:
5634: 2015-09-27 moko
5635:
5636: * src/main/compile.tab.C: Bison 3 is now default
5637:
5638: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5639:
5640: 2015-09-25 moko
5641:
5642: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5643: works with undefined HASH_ORDER (related to feature #196)
5644:
5645: 2015-09-24 moko
5646:
5647: * tests/: 027.html, results/027.processed: test modified to test
5648: ^hash.sort (feature #196)
5649:
5650: * src/: classes/hash.C, include/pa_hash.h:
5651: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5652: added (implements feature #196)
5653:
5654: * tests/: 316.html, results/316.processed: Added test for bug #1025
5655: (exception handling in non-cached ^cache), plus for "it does not
5656: have logical value" and "$exception.handled value must be either
5657: boolean or string 'cache'" exceptions.
5658:
5659: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5660: code (fixes bug #1025)
5661:
1.95 moko 5662: 2015-09-23 moko
5663:
5664: * src/classes/table.C: warning war
5665:
5666: * src/: classes/math.C, types/pa_vcookie.C: warning war
5667:
5668: * src/classes/file.C: warning war
5669:
5670: * src/: include/pa_table.h, main/pa_table.C: warning war
5671:
5672: * src/: main/pa_request.C, classes/date.C: warning war
5673:
5674: * src/: types/pa_vdate.C, classes/op.C: warning war
5675:
5676: * tests/: 122.html, results/122.processed: win sync: to remove
5677: differences with OS that doesn't keep timezone change history
5678:
5679: * src/types/pa_vdate.C: tzset() should be called in Windows after
5680: TZ change (related to feature #36)
5681:
5682: * tests/: 075.html, results/075.processed: win sync: to remove
5683: differences with OS that doesn't keep timezone change history
5684:
5685: * tests/: 315.html, results/315.processed: win sync: to remove
5686: differences with OS that doesn't keep timezone change history
5687:
5688: * tests/: 256.html, results/256.processed: win sync: to remove
5689: differences with OS that doesn't keep timezone change history
5690:
5691: * tests/: 124.html, results/124.processed: win results sync: to
5692: avoid hitting time change hole.
5693:
5694: * src/types/pa_vdate.C: static returned. :)
5695:
5696: 2015-09-22 moko
5697:
5698: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5699:
5700: * tests/results/131.processed: more tests for feature #1032
5701:
5702: * src/classes/date.C: minor fix related to feature #1032
5703:
1.211 moko 5704: * operators.ru.txt, operators.txt: ISO date creation documented
5705: (related to feature #1032)
1.95 moko 5706:
1.211 moko 5707: * operators.ru.txt, operators.txt: iso-string documented (related
5708: to feature #1032)
1.95 moko 5709:
5710: * tests/: 315.html, results/315.processed: more tests added
5711: (related to feature #1032)
5712:
5713: * tests/: 131.html, results/131.processed: date range checks
5714: updated (related to feature #36)
5715:
5716: * tests/: 315.html, results/057.processed, results/315.processed:
5717: test added for ISO date support (related to issue #315)
5718:
5719: * src/classes/date.C: more readable exceptions in date creation
5720: (related to ticket #1032)
5721:
5722: 2015-09-18 moko
5723:
5724: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5725: added (related to issue #1032)
5726:
5727: * tests/results/256.processed, src/classes/json.C: iso-string
5728: documented (related to issue #1032)
5729:
5730: * tests/: 256.html, results/256.processed: ISO date check added
5731: (related to issue #1032)
5732:
5733: * tests/: 057.html, results/057.processed, results/224.processed:
5734: tests results updated after ISO date support implemented (related
5735: to feature #1032)
5736:
5737: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5738: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5739: ^date::create[string] constructor formalized, ^date.iso-string[]
5740: added (implements feature #1032)
5741:
5742: 2015-09-05 moko
5743:
1.211 moko 5744: * operators.ru.txt, operators.txt: actualized
1.95 moko 5745:
1.211 moko 5746: * operators.ru.txt, operators.txt: date changes documented (related
5747: to ticket #36)
1.95 moko 5748:
5749: 2015-09-04 moko
5750:
5751: * src/types/pa_vdate.C: warning war
5752:
5753: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5754:
5755: 2015-09-03 moko
5756:
5757: * tests/results/096.processed: test result updated for 0..9999 year
5758: date range support (related to feature #36)
5759:
5760: * tests/: 314.html, results/314.processed: test for
5761: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5762: bug #1031)
5763:
5764: * src/classes/string.C: Static calls fixed for ^string:base64[],
5765: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5766:
1.116 moko 5767: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5768: configure.in -> configure.ac
1.95 moko 5769:
1.116 moko 5770: * configure, configure.in, src/include/pa_config_auto.h.in: more
5771: correct timezone check for FreeBSD Warning war: configure.in ->
5772: configure.ac
1.95 moko 5773:
5774: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5775: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5776: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5777: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5778: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5779: src/main/Makefile.am, src/targets/apache/Makefile.am,
5780: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5781: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5782: check added
5783:
5784: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5785:
5786: * tests/results/: 124.processed, 224.processed: test resuls updated
5787: for new date implementation (related to feature #36)
5788:
5789: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5790: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5791: types/pa_vdate.h: new double date implementation with internal
5792: support for extended 0..9999 year range, default timezone support
5793: (related to feature #36)
5794:
5795: 2015-08-28 moko
5796:
5797: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5798: (fixes bug #1030)
5799:
5800: 2015-08-21 moko
5801:
5802: * src/classes/inet.C: snprintf size "bug" commented
5803:
5804: * src/main/pa_common.C: snprintf comments updated
5805:
5806: 2015-08-16 moko
5807:
5808: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5809:
5810: 2015-08-11 moko
5811:
5812: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5813: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5814: can be null (fixes bug #1029)
5815:
5816: 2015-08-06 moko
5817:
1.116 moko 5818: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5819: pa_vdate.C added
1.95 moko 5820:
5821: 2015-08-05 moko
5822:
5823: * tests/: 313.html, results/313.processed: test for
5824: ^table.count[columns] and ^table.flip[] with nameless tables
5825: (feature #1003)
5826:
5827: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5828: max_cell added, now ^table.count[columns] and ^table.flip[] works
5829: correctly for nameless tables (implements feature #1003)
5830:
5831: 2015-08-03 moko
5832:
5833: * tests/312.html: test for ^table.append[$hash] and
5834: ^table.insert[$hash] added (related to feature #1028)
5835:
5836: * src/classes/table.C: ^table.append[$hash] and
5837: ^table.insert[$hash] now supported (implements feature #1028)
5838:
5839: * tests/: 312.html, results/312.processed: test row copy in
5840: ^table.hash[; $.type[table] ] added (related to feature #1016)
5841:
5842: * src/classes/table.C: row copy now created in ^table.hash[;
5843: $.type[table] ] (related to feature #1016)
5844:
5845: 2015-07-29 moko
5846:
5847: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5848: added (related to feature #1016)
5849:
5850: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5851: ^table.delete[] added to delete current row (related to feature
5852: 1016)
5853:
5854: 2015-07-28 moko
5855:
5856: * tests/: 312.html, results/312.processed: test for
5857: $table.column[value] and ^table.insert{row} (related to feature
5858: #1016)
5859:
5860: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5861: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5862: ^table.insert{row} are now implemented (feature #1016)
5863:
5864: * src/include/pa_array.h: Optimization: bool reverse removed from
5865: append(), insert() added, memmove arguments order in remove()
5866: fixed (related to feature #1016)
5867:
5868: 2015-07-23 moko
5869:
5870: * src/classes/json.C: tainted json and empty json exception added
5871: (implements feature #1015)
5872:
5873: * tests/: 311.html, results/311.processed: empty json and tainted
5874: json exception test added (related to issue #1015)
5875:
5876: 2015-07-22 moko
5877:
5878: * tests/: 311.html, results/311.processed: test for UTF-8
5879: processing added
5880:
5881: * tests/: 311.html, results/311.processed: test for
5882: json_exception_with_source added (related to issue #394)
5883:
5884: * src/classes/json.C: json_exception_with_source added (implements
5885: feature #394)
5886:
5887: 2015-06-29 moko
5888:
5889: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5890: directories are now correctly determined if _d_type == DT_UNKNOWN
5891: (closes bug #1027)
5892:
5893: 2015-06-10 moko
5894:
5895: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5896: error if libxml has LIBXML_ICU_ENABLED.
5897:
5898: 2015-06-04 moko
5899:
5900: * tests/099.html: ups, reverting
5901:
5902: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5903: results/310.processed: tests for $response:body[ $.file[] ] and
5904: $response:last-modified added
5905:
5906: * src/main/pa_request.C: last-modified check fixed
5907:
5908: 2015-06-03 moko
5909:
5910: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5911: results/205.processed, results/293.processed: $response:headers
5912: logging added (tests for feature #1007)
5913:
5914: * src/: include/pa_common.h, include/pa_request.h,
5915: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5916: $response:headers are now in uppercase (closes feature #1007)
5917:
5918: 2015-06-02 moko
5919:
5920: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5921: build errors reverted for clang compatibility
5922:
5923: 2015-06-01 moko
5924:
5925: * src/include/pa_memory.h: -pedantic build errors fixed
5926:
5927: * src/classes/math.C: -pedantic build error fixed
5928:
5929: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5930:
5931: 2015-05-31 moko
5932:
5933: * src/classes/table.C: USE_STRINGSTREAM optimized
5934:
5935: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5936: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5937: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5938: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5939: types/pa_vxnode.h: warning war (-pedantic flag)
5940:
5941: 2015-05-28 moko
5942:
5943: * tests/: 308.html, results/308.processed: test for
5944: ^table::create[$t;], etc work added (related to bug #975)
5945:
5946: * src/classes/table.C: check_option_param removed,
5947: ^table::create[$t;], etc now works (fixes bug #975)
5948:
5949: 2015-05-27 moko
5950:
5951: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5952: (Debian jessie) fixed (closes issue #1024)
5953:
5954: * tests/Makefile: sort added as in Debian jessie list become
5955: unsorted
5956:
5957: 2015-05-18 moko
5958:
5959: * tests/: 201.html, results/201.processed: test for
5960: ^string.trim[what] feature #1022
5961:
5962: * src/classes/string.C: ^string.trim[what] now supported,
5963: implements feature #1022
5964:
5965: 2015-05-17 moko
5966:
5967: * tests/results/185.processed: test result updated as feature #1021
5968: implemented (left/right accept negative parameter)
5969:
5970: * src/classes/string.C: left/right now accept negative parameter
5971: (implements feature #1021)
5972:
5973: 2015-05-08 moko
5974:
5975: * src/classes/math.C: isalnum -> pa_isalnum
5976:
5977: * src/main/execute.C: optimization in getter-junction processing
5978: (related to issue #997)
5979:
5980: 2015-05-07 moko
5981:
5982: * tests/: 307.html, results/307.processed: test for issue #997
5983: added
5984:
5985: * src/main/execute.C: process_getter result now checked if junction
5986: returned (closes issue #997)
5987:
5988: * tests/: 305.html, results/305.processed: sort added to ignore
5989: different order
5990:
5991: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5992: assignment (closes issue #994)
5993:
5994: * tests/: 306.html, results/306.processed: test for issue #994
5995: added
5996:
5997: * tests/: 303.html, results/303.processed: two more errors tested
5998:
5999: 2015-05-06 moko
6000:
6001: * tests/: 305.html, results/305.processed: test for name2ip &
6002: ip2name added (related to feature #992)
6003:
6004: * tests/: 303.html, 304.html, results/303.processed,
6005: results/304.processed: tests for idna conversion added (related
6006: to issue #849)
6007:
6008: 2015-05-02 moko
6009:
6010: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6011: implemented
6012:
6013: 2015-04-30 moko
6014:
6015: * src/main/pa_http.C: idna_host added, related to issue #849
6016:
6017: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6018: (related to issue #849)
6019:
6020: 2015-04-24 moko
6021:
6022: * src/types/pa_vjunction.C: warning war
6023:
6024: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6025: unification
6026:
6027: * src/lib/punycode/pa_idna.c: warning war
6028:
6029: 2015-04-22 moko
6030:
6031: * src/main/main.vcproj: punycode include path added
6032:
6033: * src/lib/punycode/pa_idna.c: windows compile error fixed
6034:
6035: * src/lib/punycode/pa_idna.c: warning war
6036:
6037: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6038: project file added
6039:
6040: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6041:
6042: * src/include/pa_memory.h: warning war
6043:
6044: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6045: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6046: implemented (related to feature #849)
6047:
6048: * configure.in, src/main/Makefile.am,
6049: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6050: libpunycode added in Unix
6051:
6052: 2015-04-21 moko
6053:
6054: * configure.in: large files support
6055:
6056: 2015-04-15 moko
6057:
6058: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6059: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6060: pa_punycode.h: initial version for punycode/idna support library
6061: (ticket #849)
6062:
6063: 2015-04-08 moko
6064:
6065: * src/: classes/curl.C, classes/date.C, classes/file.C,
6066: classes/image.C, classes/mail.C, classes/reflection.C,
6067: classes/string.C, classes/xnode.C, include/pa_request.h,
6068: include/pa_string.h, include/pa_stylesheet_connection.h,
6069: main/compile.y, main/compile_tools.h, main/execute.C,
6070: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6071: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6072: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6073: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6074: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6075: clang compiler warnings (closes issue #1018)
6076:
6077: * src/include/pa_string.h: String::Body comparation operators with
6078: char * added (related to issue #958)
6079:
6080: 2015-04-07 moko
6081:
6082: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6083: pa_malloc/pa_free to remove system malloc/free usage (related to
6084: issue #1018)
6085:
6086: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6087: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6088: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6089: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6090: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6091: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6092: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6093: malloc/strdup/free replaced with pa_ version and checks for
6094: accidental use of non-pa_ version added (related to issue #1018)
6095:
6096: 2015-04-03 moko
6097:
6098: * buildall: pcre-8.33 -> pcre-8.36
6099:
6100: * src/: main/compile.y, classes/form.C, classes/mail.C,
6101: classes/op.C, classes/string.C, main/compile.tab.C,
6102: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6103: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6104: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6105: ticket #958)
6106:
6107: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6108: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6109: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6110: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6111: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6112: $request:headers, $request:method added (implements feature
6113: #1007)
6114:
6115: 2015-03-17 misha
6116:
6117: * tests/302.html: - test for
6118: ^json:string[...;$._default[method-name]]
6119:
6120: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6121: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6122: option $._default[method-name] is specified in ^json:string[], a
6123: method with specified name will be called for classes/objects
6124: serialization ( new feature: #982 )
6125:
6126: 2015-03-16 misha
6127:
6128: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6129: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6130: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6131: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6132: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6133: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6134: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6135: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6136: types/pa_vrequest.h, types/pa_vstateless_class.C,
6137: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6138: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6139: $var.CLASS_NAME now have special opcodes. This can be switched
6140: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6141: on pa_opcode.h ( new feature: #844 )
6142:
6143: 2015-03-15 misha
6144:
6145: * tests/075.html: - test for $response:header[]
6146:
6147: * src/types/pa_vresponse.C: - $response:header[] deletes header
6148: that was set earlie ( new feature: #1001 )
6149:
6150: 2015-03-12 misha
6151:
6152: * tests/246.html: - more tests for ^hash._at[]
6153:
6154: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6155: accepts second param [key|value|hash] ( new feature: #1012 )
6156:
6157: 2015-03-09 moko
6158:
6159: * src/types/pa_vmail.C: exception for everything but
6160: $mail:received, closes issue #1011
6161:
6162: 2015-02-20 moko
6163:
6164: * tests/: 275.html, results/275.processed: hex detection in
6165: pa_atoui fix test (closes issue #1010)
6166:
6167: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6168: issue #1010)
6169:
6170: 2015-02-17 moko
6171:
6172: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6173: tainted.
6174:
6175: 2015-02-03 misha
6176:
6177: * tests/301.html: - test for ^json:string($double) causes
6178: exception. bugfix: #1008
6179:
6180: * src/classes/json.C: - ^json:string($double) causes exception.
6181: bugfix: #1008
6182:
6183: * tests/014.html: - updated for work with ^hash.delete[]
6184:
6185: 2015-01-12 misha
6186:
6187: * src/: classes/form.C, include/pa_common.h,
6188: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6189: types/pa_vform.h: - supports body with PUT method as well ( new
6190: feature: #1006 )
6191:
6192: * src/classes/file.C: - warnings war
6193:
6194: 2015-01-11 misha
6195:
6196: * tests/300.html: - test for ^hash.delete[] is added
6197:
6198: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6199: feature: #989 ) - tiny optimization in intersects
6200:
6201: 2015-01-06 moko
6202:
6203: * src/types/pa_vmail.C: file names transcode added, to and cc added
6204: with transcode, attachments detection fixed
6205:
6206: * src/main/pa_request.C: filling mail received after cgi/auto.p
6207: load to allow charset switch (related to issue #996)
6208:
6209: 2014-12-31 moko
6210:
6211: * src/types/pa_vmail.C: from and subject now transcoded if not
6212: UTF-8 source charset (fixes issue 996)
6213:
6214: * src/main/pa_exception.C: fixed string from stack bug (closes
6215: issue #1000)
6216:
6217: 2014-12-11 misha
6218:
6219: * src/types/pa_vhashfile.C: - check if key is not empty before
6220: access ( bug fix: #1005 )
6221:
6222: 2014-11-13 misha
6223:
6224: * src/main/compile.y: - PC.append does not reset to false while
6225: creating a new class. bugfix: #990
6226:
6227: * tests/299.html: - test for creation class after working with
6228: partial class (create+append)
6229:
6230: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6231: #995
6232:
6233: * tests/232.html: - test for @get[def] added
6234:
6235: 2014-10-12 moko
6236:
6237: * src/lib/pcre/pcre_internal.vcproj: correct path
6238:
6239: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6240: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6241: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6242: targets/apache/ApacheModuleParser3.vcproj,
6243: targets/apache/ApacheModuleParser3Core.vcproj,
6244: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6245: types/types.vcproj: project GUID inserted in *.vcproj for correct
6246: conversion in newer VS versions
6247:
6248: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6249: pcre_internal.vcproj added
6250:
6251: 2014-08-28 moko
6252:
6253: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6254: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6255: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6256:
6257: 2014-06-30 misha
6258:
6259: * tests/298.html: - tests for ^reflection:def[class;className]
6260: added
6261:
6262: * src/classes/reflection.C: - ^reflection:def[class;className]
6263: added ( new feature: #918 )
6264:
6265: 2014-06-29 misha
6266:
6267: * src/classes/table.C: - ^table::create[unsupported data] -
6268: exception comment changed to "body must be table or code" ( bug
6269: fix: #951 )
6270:
6271: * tests/: 261.html, results/261.processed: - tests for
6272: ^json:string[...;$.void[null|string]] added
6273:
6274: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6275: option $.void[string|null] added to ^json:string[...] ( new
6276: feature: #952 )
6277:
6278: 2014-06-28 moko
6279:
6280: * src/classes/curl.C: $.charset now processed before other curl
6281: options (closes issue #980)
6282:
6283: 2014-05-23 misha
6284:
6285: * src/classes/json.C: - bug fix: #987
6286:
6287: 2014-05-04 misha
6288:
6289: * tests/: 253.html, 253_json.txt: - test for
6290: ^json:parse[$.int(false)] is added
6291:
6292: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6293: default true). The option is similar to $.double(bool) but for
6294: integers.
6295:
6296: 2014-05-01 moko
6297:
6298: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6299: #12 )
6300:
6301: 2014-04-16 moko
6302:
6303: * src/main/pa_http.C: response-charset option should finally work
6304: now (fix for issue #867)
6305:
6306: * src/main/pa_http.C: response-charset option should work now (fix
6307: for issue #867)
6308:
6309: 2014-03-07 moko
6310:
6311: * buildall: libgc moved
6312:
6313: * buildall: libgc moved
6314:
6315: 2013-12-29 moko
6316:
6317: * src/classes/string.C: ^string:js-unescape result now tainted,
6318: closes issue #966
6319:
6320: * tests/: 186.html, results/186.processed: ^string:js-unescape
6321: result now tainted, issue #966
6322:
6323: 2013-12-03 moko
6324:
6325: * src/: classes/memcached.C, types/pa_vmemcached.C,
6326: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6327: option was added for http://www.parser.ru/forum/?id=79343
6328:
6329: * src/classes/file.C: bugfix for
6330: http://www.parser.ru/forum/?id=79337
6331:
6332: 2013-11-05 moko
6333:
6334: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6335:
6336: * src/main/pa_globals.C: spelling fixed
6337:
6338: 2013-10-29 moko
6339:
6340: * src/lib/json/json.vcproj: json.c -> pa_json.C
6341:
6342: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6343: #892
6344:
6345: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6346: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6347: exceptions to be thrown thougth json library), related to issue
6348: #892
6349:
6350: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6351: related to issue #896
6352:
6353: 2013-10-24 moko
6354:
6355: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6356:
6357: 2013-10-23 moko
6358:
6359: * README: actualization
6360:
6361: 2013-10-22 moko
6362:
6363: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6364: compatibility patch from Sergey Kirpichev
6365:
6366: * tests/: 297.html, results/297.processed: non-working getter fix
6367: test for issue #948
6368:
6369: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6370: called when saving value of $match variable in ^string.match[] to
6371: increase compatibility (related to issue #948).
6372:
6373: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6374: usage optimization
6375:
6376: 2013-10-21 moko
6377:
6378: * tests/: 182.html, results/182.processed: local path removed for
6379: compatibility
6380:
6381: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6382: results/244.processed, results/253.processed,
6383: results/254.processed, results/275.processed,
6384: results/281.processed: try_catch -> try-catch
6385:
6386: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6387: results/294.processed, results/296.processed: try_catch ->
6388: try-catch
6389:
6390: 2013-10-20 moko
6391:
6392: * tests/: 296.html, results/296.processed: test for xsl exception
6393: for issue #938 added.
6394:
6395: * src/: include/pa_xml_exception.h,
6396: main/pa_stylesheet_connection.C: forgotten to be replaced
6397: XmlException is now replaced (once again closes issue #938)
6398:
6399: 2013-10-18 moko
6400:
6401: * buildall: disable clock_gettime detection to avoid librt linking
6402: (which in turn depends on libpthread), related to issue #943
6403:
6404: 2013-10-18 misha
6405:
6406: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6407: lib/smtp/smtp.vcproj, main/main.vcproj,
6408: targets/apache/ApacheModuleParser3Core.vcproj,
6409: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6410: types/types.vcproj: - new locations for libxml2 includes where
6411: added to vcproj files
6412:
6413: 2013-10-18 moko
6414:
6415: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6416: fix
6417:
6418: * tests/: 295.html, results/295.processed: test for issue #948
6419: updated
6420:
6421: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6422: :)
6423:
6424: * tests/: 295.html, results/295.processed: test for issue #948
6425: added
6426:
6427: * src/: classes/hash.C, classes/string.C, classes/table.C,
6428: include/pa_request.h, types/pa_method.h: for getters and setters
6429: to be executed request.put_element should be called, not
6430: context.put_element (fixes issue #948)
6431:
6432: 2013-10-17 moko
6433:
6434: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6435: LIBXML2_NEW_BUFFER check (closes issue #943)
6436:
6437: * buildall: libxml 2.9.1 build is broken --without-reader.
6438:
6439: 2013-10-16 moko
6440:
6441: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6442:
6443: * tests/: 294.html, results/294.processed: test for issue #938
6444:
6445: * src/: classes/xdoc.C, classes/xnode.C,
6446: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6447: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6448:
6449: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6450: libxslt-1.1.26 -> libxslt-1.1.28
6451:
6452: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6453: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6454: to '?', related to issue #938
6455:
6456: 2013-10-15 moko
6457:
6458: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6459: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6460: minor optimizations (closes issue #896)
6461:
6462: * tests/results/: 292.processed, 293.processed: results updated to
6463: comply with issue #896
6464:
6465: * tests/: 292.html, 293.html, results/292.processed,
6466: results/293.processed: tests for json escaping
6467:
6468: 2013-10-14 moko
6469:
6470: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6471: and cleanup, code moved from .h to .C, no changes in code
6472:
6473: 2013-10-12 moko
6474:
6475: * tests/results/119.processed: updated test result commited
6476:
6477: * tests/: 291.html, results/291.processed: test for issue #894
6478: added
6479:
6480: * src/types/pa_wcontext.h: base methods call support function
6481: get_somebody_entered_some_class should not be true forever, as
6482: wcontext can have many get_elements calls (fixes issue #894)
6483:
6484: 2013-10-11 moko
6485:
6486: * tests/: 290.html, results/290.processed: test for junction GPF
6487: issue #942 added
6488:
6489: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6490: to native method fixed (closes issue #942)
6491:
6492: * tests/: 158.html, results/158.processed: test for csv-string[]
6493: added
6494:
6495: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6496: feature #907)
6497:
6498: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6499: feature #907)
6500:
6501: 2013-10-09 moko
6502:
6503: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6504: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6505: types/pa_vstateless_class.C: GET_default, SET_default now works
6506: properly not only in objects, but in classes as well (closes
6507: issue #903)
6508:
6509: * tests/: 289.html, results/289.processed: GET/SET_default now
6510: works in classes, not only objects, test case added, related to
6511: issue #903
6512:
6513: * tests/: 288.html, results/288.processed: test for endless
6514: recursion bug added (related to issue #903)
6515:
6516: 2013-10-05 moko
6517:
6518: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6519: classes/table.C, main/execute.C, types/pa_method.h,
6520: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6521: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6522: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6523: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6524: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6525: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6526: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6527: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6528: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6529: optimization: put_element no longer has "bool areplace" argument,
6530: related to issue #903
6531:
6532: 2013-10-03 moko
6533:
6534: * tests/results/182.processed: result for $.replace(false) test
6535: commited
6536:
6537: * src/classes/date.C: ^date::create(number) processed correctly
6538: (fixes issue #901)
6539:
6540: * src/classes/image.C: as_no_junction removed, as param can be
6541: expression (closes issue #931)
6542:
6543: * tests/233.html: test for issue #931 added
6544:
6545: 2013-10-02 moko
6546:
6547: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6548: modified, test for $.replace(false) added
6549:
6550: * src/main/compile_tools.h: forgotten class replace returned. :)
6551:
6552: 2013-09-30 moko
6553:
6554: * tests/: 141.html, results/141.processed: md5 tainting test added
6555:
6556: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6557: main/compile_tools.h, main/pa_request.C: allow_class_replace
6558: implemented; $.replace option added to ^process and ^use
6559:
6560: 2013-08-27 moko
6561:
6562: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6563: cstr_to_string_body_untaint should be called with charsets for
6564: possible uri language and connection for possible sql language.
6565: related to issue #857
6566:
6567: * buildall: and -> or fixed
6568:
6569: 2013-08-26 moko
6570:
6571: * buildall: prepare_ functions logic changed to support
6572: gc-7.2d.tar.gz extracting to gc-7.2 directory
6573:
6574: 2013-08-23 moko
6575:
6576: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6577: statically
6578:
6579: 2013-08-22 moko
6580:
6581: * src/classes/string.C: String::Empty used (related to issue #912)
6582: append_know_length removed (related to old GPF bug)
6583:
6584: 2013-08-21 moko
6585:
6586: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6587:
6588: * src/classes/math.C: ^math:digest[...;$file] support added
6589: (related to ticket #857
6590:
6591: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6592: implemented
6593:
6594: * src/types/pa_vhashfile.h: warning war
6595:
6596: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6597: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6598: anti_endless_json_string_recoursion removed from request;
6599: json_string_recoursion added to json_options; $.indent[indent
6600: value] now supported and passed within recoursion closes feature
6601: #937
6602:
6603: * tests/: 287.html, results/287.processed: test for feature #937
6604:
6605: 2013-07-31 moko
6606:
6607: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6608: compilation having #define _S
6609:
6610: * src/main/pa_globals.C: cleanup
6611:
6612: 2013-07-30 moko
6613:
6614: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6615: main/pa_common.C: vs2003 warning war
6616:
6617: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6618:
6619: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6620:
6621: * src/lib/md5/pa_sha2.c: warning war
6622:
6623: 2013-07-29 moko
6624:
6625: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6626: patches from github
6627:
6628: * src/: classes/bool.C, classes/double.C, classes/int.C,
6629: classes/memcached.C, include/pa_config_includes.h,
6630: types/pa_vfile.C, types/pa_vfile.h: warning war
6631:
6632: * src/lib/json/json.vcproj: C++ -> C
6633:
6634: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6635:
6636: * src/lib/json/: json.c, pa_json.C: windows compatibility
6637:
6638: * src/lib/json/: json.c, pa_json.C: windows compatibility
6639:
6640: * src/lib/json/: json.c, pa_json.C: warning war
6641:
6642: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6643:
6644: * src/include/pa_config_fixed.h: uint16_t added
6645:
6646: * configure.in: uint16_t check added
6647:
6648: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6649: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6650: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6651: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6652: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6653:
6654: 2013-07-25 moko
6655:
6656: * parser3.sln: dependencies added
6657:
6658: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6659: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6660: module support
6661:
6662: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6663:
6664: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6665:
6666: 2013-07-23 moko
6667:
6668: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6669: PA_DEBUG_GC_MEMORY removed
6670:
6671: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6672: PA_DEBUG_DISABLE_GC compilation fix
6673:
6674: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6675: main/pa_request.C: outdated RESOURCES_DEBUG removed
6676:
6677: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6678: garbage cleanup
6679:
6680: * src/main/pa_common.C: warning war
6681:
6682: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6683:
6684: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6685: minor cleanup
6686:
6687: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6688: uses cygwin, not WIN32 implementation
6689:
6690: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6691: able to exec shell scripts
6692:
6693: * src/classes/math.C: ifdef WIN32 cleanup
6694:
6695: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6696:
6697: * src/classes/curl.C: LT_MODULE_EXT used
6698:
6699: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6700:
6701: 2013-07-22 moko
6702:
6703: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6704: includes fix
6705:
6706: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6707:
6708: * configure.in, src/include/pa_config_includes.h,
6709: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6710: src/main/pa_exec.C: includes cleanup
6711:
6712: * src/targets/cgi/parser3.C: 2012->2013
6713:
6714: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6715:
6716: * configure.in, src/include/pa_config_includes.h,
6717: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6718: src/main/pa_random.C, src/main/pa_socks.C,
6719: src/types/pa_vstatus.C: cygwin support cleanup
6720:
6721: * configure.in: dirent.h check added
6722:
6723: * src/: include/pa_config_includes.h, include/pa_dir.h,
6724: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6725: not copied
6726:
6727: 2013-07-21 moko
6728:
6729: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6730:
6731: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6732: parser3.vcproj: unused getopt.h / getopt.c removed
6733:
1.211 moko 6734: * operators.ru.txt, operators.txt, src/classes/file.C,
6735: tests/022.html, tests/results/022.processed:
6736: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6737:
6738: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6739: src/main/pa_dir.C: ^file:list[] now has dir column and when
6740: $.stat(true) it has size/*date columns modified patch from misha@
6741: that closes issue #914.
6742:
6743: * src/: include/pa_config_includes.h, main/pa_globals.C:
6744: PA_RELEASE_ASSERTS removed
6745:
6746: * src/lib/md5/pa_md5c.c: minor cleanup
6747:
6748: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6749: localeconv()->decimal_point usage remoed (related to issue #934)
6750:
6751: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6752: cordprnt.c removed
6753:
6754: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6755: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6756: pa-include/pa_strings.h: includes cleanup
6757:
6758: * src/lib/md5/pa_md5c.c: headers cleanup
6759:
6760: 2013-07-20 moko
6761:
6762: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6763: cleanup
6764:
6765: 2013-07-19 moko
6766:
6767: * src/classes/math.C: extern "C" added for crypt
6768:
6769: 2013-07-18 moko
6770:
6771: * src/classes/math.C: fix redhat7.2 build
6772:
6773: 2013-07-17 moko
6774:
6775: * configure.in, src/include/pa_config_includes.h,
6776: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6777: added for uint8/32/64_t)
6778:
6779: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6780: pa_config_includes.h used for uint32/64_t
6781:
6782: 2013-07-16 moko
6783:
6784: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6785: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6786: war
6787:
6788: * src/main/compile.tab.C: compile.y was updated
6789:
6790: * src/main/compile.y: warning war
6791:
6792: * src/: include/pa_exception.h, main/pa_exception.C,
6793: main/pa_xml_exception.C: warning war
6794:
6795: * src/: include/pa_common.h, main/pa_common.C: warning war
6796:
6797: * configure.in: beauty :)
6798:
6799: * tests/: 141.html, results/141.processed: sha256/512 added
6800:
6801: 2013-07-13 moko
6802:
6803: * src/lib/md5/md5.vcproj: sha2 added
6804:
6805: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6806: classes/math.C: sha2 support (sha256/sha512 digest)
6807:
6808: 2013-07-08 moko
6809:
6810: * src/classes/image.C: directory read or other read problem message
6811: fixed (related to issue #933)
6812:
6813: 2013-07-07 moko
6814:
6815: * AUTHORS: + misha + moko. :)
6816:
6817: 2013-07-06 moko
6818:
6819: * src/: classes/curl.C, include/pa_globals.h,
6820: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6821: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6822: for lt_dlinit to be called once and lt_dlexit called at right
6823: place (related to issue #925)
6824:
6825: 2013-07-04 moko
6826:
6827: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6828: VString::as_vfile now uses vfile.set_binary_string to avoid
6829: content-type to be set, as it brokes badly designed logic in
6830: response output. This hopefully finishes issue #928.
6831:
6832: * tests/results/: 256.processed, 286.processed: file now displayed
6833: as name, size, mode, content-type
6834:
6835: * src/main/pa_common.C: read error now reported cottectly (fixes
6836: issue #933
6837:
6838: 2013-06-28 moko
6839:
6840: * tests/: 286.html, results/286.processed: test extended
6841:
6842: * tests/: 286.html, results/286.processed: Test for issue #928
6843: added. it tests default content-type change.
6844:
6845: * src/types/pa_vfile.C: closes issue #928 - default content-type
6846: now updated
6847:
6848: 2013-06-25 moko
6849:
6850: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6851: content-type for text/binary files without name added;
6852: ^file::create[$f;...] options now works properly and $f
6853: properties are default (fixes issue #928)
6854:
6855: 2013-05-16 misha
6856:
6857: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6858: added
6859:
6860: * src/main/pa_table.C: - a tiny memory optimisation while creating
6861: table if specified limit is bigger than source rows count
6862:
6863: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6864: added ( new feature: #858 )
6865:
6866: 2013-04-29 moko
6867:
6868: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6869: $.ipresolve(0|1|2) added (closes issue #891)
6870:
6871: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6872:
6873: 2013-04-24 moko
6874:
6875: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6876: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6877: types/pa_vmemcached.h: ^memcache.release[] added, calls
6878: memcached_quit (refs #893)
6879:
6880: 2013-04-22 moko
6881:
6882: * src/: include/pa_string.h, main/pa_common.C: no more double
6883: slashes in file path (fixes bug #872)
6884:
6885: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6886: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6887: #739)
6888:
6889: * tests/results/266.processed: $.max_params added (feature #915)
6890:
6891: * src/: include/pa_common.h, main/pa_http.C: response-charset
6892: option added to file::load (closes issue #867)
6893:
6894: 2013-04-20 misha
6895:
6896: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6897: commited
6898:
6899: 2013-03-15 misha
6900:
6901: * src/classes/: hash.C, table.C: - Optimisation: do not create
6902: multiple empty strings while ::sql. uae String::Empty instead
6903:
6904: 2013-03-14 misha
6905:
6906: * src/classes/reflection.C: - for user classes
6907: ^reflection:method_info[] returns $.max_params and $.extra_param
6908: with $.call_type if they available ( new feature: #915 )
6909:
6910: * src/classes/file.C: - ^file:delete[] now supports an option
6911: $.exception(false) that suppress any exception while deleting
6912: file ( new feature: #916 )
6913:
6914: * src/classes/curl.C: - parsing cookies after curl:load now should
6915: work :)
6916:
6917: 2013-03-12 misha
6918:
6919: * src/types/pa_vfile.C: - if specified file_name is empty string
6920: set default name for the file
6921:
6922: 2013-03-11 misha
6923:
6924: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6925: also available in $f.cookies
6926:
6927: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6928: moved to a separate method
6929:
6930: 2013-03-10 moko
6931:
6932: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6933: added
6934:
6935: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6936: removed (declared by autoconf)
6937:
6938: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6939: uint32_t define
6940:
6941: 2013-03-10 misha
6942:
6943: * src/classes/file.C: ^file:delete and ^file:move now support
6944: option $.keep-empty-dirs(true) ( new feature: #884 )
6945:
6946: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6947: empty dirs is added
6948:
6949: 2013-03-10 moko
6950:
6951: * src/classes/: bool.C, double.C, int.C: default can be present,
6952: but default check removed from ^int/double/bool.int/double/bool
6953: for string.int/double/bool compatibility (related to issue #913)
6954:
6955: * src/classes/string.C: ^string.int/dobule/bool no longer
6956: internally throws exception if default is present (closes issue
6957: #913)
6958:
6959: 2013-03-09 misha
6960:
6961: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6962: optimisations ( #845 )
6963:
6964: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6965:
6966: 2013-03-08 moko
6967:
6968: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6969: creates correct table (fixes issue #910)
6970:
6971: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6972: use outside of 'connect' operator (fixes issue #911)
6973:
6974: * tests/results/: 096.processed, 122.processed: test results
6975: updated as doubles now printed with 15 significant digits, not 5
6976: (fixes issue #882)
6977:
6978: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6979: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6980:
6981: 2013-02-21 moko
6982:
6983: * src/classes/table.C: _locate_name_value does not check arguments
6984: count, so we check it in advance (fixes issue #905)
6985:
6986: 2012-10-23 moko
6987:
6988: * buildall: old shell for and echo compatibility (for six)
6989:
6990: 2012-10-19 moko
6991:
6992: * buildall: --strip added --disable-safe-mode listed in usage
6993:
6994: 2012-10-17 misha
6995:
6996: * src/classes/op.C: - apply-taint should not throw "outside
6997: connect" exception with sql lang now
6998:
6999: 2012-10-17 moko
7000:
7001: * src/main/pa_request.C: bugfix: safe mode should be inited for
7002: each request (for apache module)
7003:
7004: 2012-09-26 moko
7005:
7006: * src/doc/doxygen.cfg: png -> svg
7007:
7008: 2012-09-25 moko
7009:
7010: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7011: test added
7012:
7013: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7014: double use when key is long
7015:
7016: 2012-09-16 moko
7017:
7018: * src/classes/math.C: Format -> Method Encode -> Format
7019:
7020: * tests/: 141.html, results/141.processed: math:digest hmac test
7021: added
7022:
7023: 2012-09-14 moko
7024:
7025: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7026: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7027: implementation added
7028:
7029: 2012-09-12 moko
7030:
7031: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7032: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7033: targets.dox and string.dox slightly actualized
7034:
7035: 2012-08-31 moko
7036:
7037: * ChangeLog: now generated with patched cvs2cl.pl
7038:
7039: 2012-07-29 moko
7040:
7041: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7042: result should be pushed after VMethodFrame destructor is called,
7043: as it deletes junctions from stack params (fixes issue #868)
7044:
7045: 2012-07-23 moko
7046:
7047: * INSTALL, README: buildall script usage documented, other outdated
7048: info updated.
7049:
7050: * buildall-with-xml, buildall-without-xml: replaced by buildall
7051:
7052: 2012-07-21 moko
7053:
7054: * buildall: glib does not compile when threads are disabled...
7055:
7056: * src/types/pa_vmail.C: g_assertion fixes for empty input
7057:
7058: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7059: unref, can't unref nested objects)
7060:
7061: * src/types/pa_vmail.C: another check added
7062:
7063: 2012-07-19 moko
7064:
7065: * buildall: usage added
7066:
7067: * buildall: new buildall script that unites buildall-with-xml,
7068: buildall-without-xml, --with-apache and --with-mailreceive
7069:
7070: * configure.in: support for static gmime and dynamic glib linking.
7071: fixes for FreeBSD
7072:
7073: 2012-07-17 moko
7074:
7075: * configure.in: --with-mailreceive replaced
7076: --with-static-mailreceive and --with-shared-mailreceive pathlink
7077: removed
7078:
7079: 2012-07-16 moko
7080:
7081: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7082: capitalized, content now decoded and text content converted to
7083: $request:charset. all properties are accessed by functions, this
7084: ready for dynamic load.
7085:
7086: 2012-06-28 moko
7087:
1.116 moko 7088: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7089: 32 bit
1.95 moko 7090:
7091: 2012-06-27 moko
7092:
7093: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7094: passive ftp
7095:
7096: * src/lib/ltdl/ltdl.vcproj: release build fixed
7097:
7098: * configure.in: 3.4.2 RC -> 3.4.2
7099:
7100: 2012-06-22 moko
7101:
7102: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7103: #815)
7104:
7105: * tests/: 284.html, results/284.processed: output options test
7106: (feature #265)
7107:
7108: 2012-06-22 misha
7109:
7110: * tests/215.html: - little changes
7111:
7112: 2012-06-21 moko
7113:
7114: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7115: types/pa_vxdoc.h: output_options returned and used (bugfix for
7116: feature #265)
7117:
7118: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7119: breaks long .*, default 10M restored. (issue #216)
7120:
7121: * tests/: 283.html, results/283.processed: test for issue #815
7122: added
7123:
7124: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7125: again, cstrm not required.
7126:
7127: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7128: Win32 and broken FreeBSD (issue #45)
7129:
7130: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7131:
7132: * src/main/pa_string.C: warnings war
7133:
7134: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7135: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7136: main/pa_socks.C, targets/apache/pa_threads.C,
7137: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7138: types/pa_vstatus.C: compilation under cygwin fixed
7139:
7140: 2012-06-19 moko
7141:
7142: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7143: Windows fixed
7144:
7145: * parser3.sln: removed antique pcre_ctype
7146:
7147: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7148:
7149: * src/include/pa_config_fixed.h: undefined reference to
7150: __imp__pcre_* fix for Windows
7151:
7152: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7153: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7154: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7155: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7156: define fixed
1.95 moko 7157:
7158: 2012-06-18 moko
7159:
7160: * src/classes/memcached.C: flush -> clear
7161:
7162: * src/classes/memcached.C: memcached does not support quotes even
7163: in server name
7164:
7165: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7166: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7167: called on open to check servers existance. $.key(true) syntax
7168: now supported
7169:
7170: 2012-06-17 moko
7171:
7172: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7173: cleanup
7174:
7175: * src/classes/table.C, tests/282.cfg, tests/282.html,
7176: tests/results/282.processed: encloser at the EOF bug fixed,
7177: incorrectly enclosed data now processed more logicaly (fixes
7178: #339)
7179:
7180: 2012-06-15 moko
7181:
7182: * buildall-without-xml: sync with buildall-with-xml
7183:
7184: * buildall-with-xml: download auto-detected between fetch and curl
7185:
7186: * configure.in: --with-gc and --with-pcre now also processed
7187: correctly
7188:
1.116 moko 7189: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7190: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7191: should be run on rol1 using automake / aclocal (GNU automake)
7192: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7193:
7194: * configure.in: new PARSER_VERSION logic
7195:
7196: * src/include/pa_version.h: new pa_version.h logic
7197:
7198: * src/: classes/curl.C, classes/file.C, classes/image.C,
7199: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7200: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7201: feols_normalized -> fis_text_content set_binary added
7202:
7203: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7204:
7205: 2012-06-15 misha
7206:
7207: * src/: classes/curl.C, classes/file.C, classes/image.C,
7208: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7209: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7210: ^file::create[text;content] EOLs in content now is normalized. (
7211: new feature: #815 )
7212:
7213: 2012-06-15 moko
7214:
7215: * configure.in: --disable-version-update added to disable version
7216: update with host information (for debian package) whitespace
7217: optimized
7218:
7219: * configure.in: version changed to 3.4.2 RC no-pic added for
7220: libtool
7221:
7222: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7223: it.
7224:
7225: 2012-06-14 moko
7226:
7227: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7228: tests/results/281.processed: "hash flocked" error removed for
7229: safe operations like ^h._count[] ( new feature: #335 )
7230:
1.116 moko 7231: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7232:
7233: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7234:
7235: * configure.in: --with-static/shared xml replaced with --with-xml,
7236: xml compilation check added
7237:
7238: * configure.in: --with-static/shared-gc, --with-static-pcre are
7239: replaced with --with-gc and --with-pcre test for pcre linking
7240: added
7241:
7242: 2012-06-13 moko
7243:
7244: * configure.in: apxs2 check optimized
7245:
7246: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7247: .la, includes optimized
7248:
7249: * buildall-with-xml: --with-pic looks better for -fPIC
7250:
7251: * configure.in: switched to convenience library in static linking
7252:
7253: * src/targets/apache/Makefile.am: switched to convenience library
7254: usage to avoid libtool warnings
7255:
7256: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7257: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7258: smtp/Makefile.am: switched to convenience library usage
7259:
7260: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7261:
7262: * src/targets/apache/Makefile.am: updated for libtool usage
7263:
7264: * buildall-without-xml: --with-included-ltdl added
7265:
7266: * buildall-without-xml: sync with buildall-with-xml
7267:
7268: * buildall-with-xml: --with-included-ltdl added $cflags added for
7269: -fPIC for x64 $download added for wget success check added
7270:
7271: * buildall-without-xml: --with-dynamic-stdcpp removed
7272:
7273: * configure.in: disable-static returned
7274:
7275: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7276: LIBTOOLFLAGS
7277:
7278: 2012-06-12 moko
7279:
7280: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7281: compatible with LIBTOOLFLAGS for unknown reasons
7282:
7283: * buildall-with-xml: --with-dynamic-stdcpp removed
7284:
7285: * configure.in: static/dynamic -lstdc++ linking option removed
7286: apxs2 check added
7287:
7288: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7289: option removed
7290:
7291: 2012-06-10 moko
7292:
7293: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7294: added
7295:
7296: * src/targets/cgi/pp3.cmd: old PAF stuff
7297:
1.116 moko 7298: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7299: beauty
1.95 moko 7300:
7301: * depcomp: from libtool 2.4.2
7302:
7303: * configure.in: ltdl directory removed, it has correct Makefile.in
7304:
7305: 2012-06-09 moko
7306:
1.116 moko 7307: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7308: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7309: autogenerated files updated after libtool update
7310:
1.116 moko 7311: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7312: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7313: config_auto.h.in, config_fixed.h, configure, configure.ac,
7314: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7315: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7316: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7317: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7318: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7319: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7320: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7321: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7322: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7323: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7324:
7325: * configure.in: preparation for new libtool
7326:
7327: * configure.in: Some beauty added :)
7328:
7329: * src/targets/apache/Makefile.am: := -> =
7330:
7331: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7332: again. :)
7333:
7334: * src/include/pa_config_includes.h, configure.in: limits.h added,
7335: previously was taken from pcre_internal.h. :)
7336:
7337: * src/lib/pcre/Makefile.am: config.h returned
7338:
7339: * src/lib/pcre/config.h: still need this. :)
7340:
7341: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7342:
7343: * configure.in: --with-charsets removed; --with-mysql-client & co
7344: removed
7345:
7346: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7347: now in parser tree, no need to copy
7348:
7349: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7350: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7351: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7352: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7353: extracts now used old trash removed
7354:
7355: * etc/parser3.charsets/Makefile.am: charsets now in share
7356: (debian/patches/104_automake.patch) + all charsets are copied
7357:
7358: * buildall-with-xml, buildall-without-xml: curl option removed +
7359: extra arguments now supported
7360:
7361: 2012-06-08 misha
7362:
7363: * src/classes/table.C: - one params.as_hash usage was rolled back:
7364: the 2nd option in ^table.hash[] could be hash or table so
7365: .as_hash will throw an exception when table option is specified
7366:
7367: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7368: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7369: classes/table.C, classes/void.C, classes/xdoc.C,
7370: include/pa_exception.h, types/pa_vmethod_frame.C,
7371: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7372: and improved (whitespaces are allowed as empty options) -
7373: MethodParams::as_table is added - above methods are used for
7374: parsing methods' options ( new feature: #9 )
7375:
7376: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7377: to vclass. now class fields can be accessible as a hash:
7378: $h[^hash::create[$asd:CLASS]]
7379:
7380: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7381: have get_fields method so their fields can be accessed with
7382: ^reflection:fields[...] & ^reflection:field[...]
7383:
7384: 2012-06-06 misha
7385:
7386: * tests/280.html: - tests for
7387: ^reflection:method[obj-or-class;method],
7388: ^reflection:field[obj-or-class;field] and
7389: ^reflection:fields[obj-or-class] are added
7390:
7391: 2012-06-05 misha
7392:
7393: * src/classes/reflection.C: - ^reflection:method[class or
7394: object;method name] and ^reflection:field[class or object;field
7395: name] are added
7396:
7397: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7398: is used
7399:
7400: * src/types/pa_method.h: - Method::as_vjunction method is added
7401:
7402: 2012-06-05 moko
7403:
1.116 moko 7404: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7405:
7406: * src/classes/memcached.C: flish ttl fixed
7407:
7408: 2012-06-04 moko
7409:
7410: * src/classes/json.C, src/classes/op.C, tests/279.html,
7411: tests/results/279.processed: ^json:parse[] now supports $.taint
7412: option (new feature #833)
7413:
7414: 2012-06-04 misha
7415:
7416: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7417: - search_stop method was moved from pa_vcookie.C to pa_common.C
7418:
7419: 2012-06-03 misha
7420:
7421: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7422: cookies are parced and stored into $.cookies ( new feature: #31 )
7423:
7424: 2012-05-30 misha
7425:
7426: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7427: incomplete class into a scope while @USE is found
7428:
7429: * src/main/compile.y: - add incomplete class into a scope while
7430: @USE and @CLASS instructions are found ( bugfix: #838 )
7431:
7432: 2012-05-30 moko
7433:
7434: * src/types/pa_vclass.C, tests/278.html,
7435: tests/results/278.processed: removed "property has no getter
7436: method" exception when GET_DEFAULT present (fixes #269)
7437:
7438: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7439: $._default
7440:
7441: 2012-05-29 moko
7442:
7443: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7444: uninitialized values usage (new feature: #154)
7445:
7446: 2012-05-28 moko
7447:
7448: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7449: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7450: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7451: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7452: src/types/pa_vobject.C, src/types/pa_vobject.h,
7453: src/types/pa_vstring.h, src/types/pa_vtable.C,
7454: tests/results/277.processed, src/types/pa_vtable.h,
7455: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7456: ^json:string[$o; $.default[$method]] implemented for VObject (new
7457: feature #803)
7458:
7459: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7460: tests/results/277.processed: json numbers are now treated as
7461: double ( new feature: #834 )
7462:
7463: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7464: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7465: added for out of range checks, zero division in vint/vdouble
7466: check added ( fixes #832 )
7467:
7468: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7469: ( fixes #832 )
7470:
7471: 2012-05-28 misha
7472:
7473: * buildall-with-xml: - --without-lzma option is added to libxml2
7474: configure
7475:
7476: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7477: added - tests for unsupported values for options $.file, $.table
7478: and $.date are added
7479:
7480: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7481: accepts "stat" $.file[] option's value in addition to existed
7482: "text" and "base64" ( new feature: #835 )
7483:
7484: * tests/276.html: - test for
7485: ^reflection:delete[$object-or-class;field-name]
7486:
7487: * src/classes/reflection.C: -
7488: ^reflection:delete[$object-or-class;field-name] is added ( new
7489: feature: #268 )
7490:
7491: 2012-05-27 misha
7492:
7493: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7494:
7495: 2012-05-24 misha
7496:
7497: * src/include/pa_common.h: - method lastposafter was removed
7498:
7499: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7500: lastposafter - ^file:dirname[] & Co proper handle windows file
7501: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7502: work as *nix commands
7503:
7504: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7505:
7506: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7507: rskipchars were added
7508:
7509: * tests/270.html: - more tests for ^file:find[]
7510:
7511: * tests/065.html: - more tests for ^file:dirname[] & Co
7512:
7513: * src/include/pa_version.h: - must be "win32" here. it is
7514: auto-generated on *nix
7515:
7516: 2012-05-24 moko
7517:
7518: * src/classes/math.C: ^math:convert[] now supports uint32 and
7519: throws overflow exception ( new feature: #830 )
7520:
7521: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7522: uint32 support and overflow added ( new feature: #830 )
7523:
7524: 2012-05-23 moko
7525:
7526: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7527: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7528: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7529: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7530: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7531: types/pa_vregex.h, types/pa_vstateless_class.C,
7532: types/pa_vstateless_class.h, types/pa_vstring.h,
7533: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7534: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7535: "return string as-is" removed from as_expr_result. ( new feature:
7536: #831 )
7537:
7538: * tests/results/244.processed: test changed after bug #782 fix
7539: commited
7540:
7541: * tests/results/229.processed: test results for bug #782 commited
7542:
7543: * tests/: 254.html, results/254.processed: uid now just compared,
7544: not printed. :)
7545:
7546: 2012-05-20 moko
7547:
7548: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7549: feature: #341 )
7550:
7551: * tests/: 254.html, results/254.processed: test for
7552: ^reflection:uid[] added
7553:
7554: * tests/: 254.html, results/254.processed: test for
7555: ^reflection:uid[$obj] added
7556:
7557: 2012-05-17 misha
7558:
7559: * src/main/untaint.C: - do not replace ' char by _26 while
7560: exploding filespec-tainting ( new feature: #829 )
7561:
7562: 2012-05-12 moko
7563:
7564: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7565: not.
7566:
7567: 2012-05-08 moko
7568:
7569: * src/types/pa_vmethod_frame.h: bug #782 fixed
7570:
7571: * tests/229.html: test for bug #782
7572:
7573: * tests/results/259.processed, src/main/pa_request.C,
7574: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7575: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7576: src/types/pa_vvoid.h: feature #154 - first empty param now
7577: string; defined locals are empty strings; $STRICT-VARS(true)
7578: added
7579:
7580: 2012-04-27 moko
7581:
1.116 moko 7582: * src/targets/apache/Makefile.am:
1.95 moko 7583: ../../lib/memcached/libmemcached.a added
7584:
7585: 2012-04-27 misha
7586:
7587: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7588: ( #827 )
7589:
7590: 2012-04-25 moko
7591:
7592: * src/: classes/json.C, classes/memcached.C,
7593: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7594: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7595: implemented.
7596:
7597: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7598:
7599: 2012-04-23 moko
7600:
7601: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7602: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7603: types/pa_vmemcached.h: open allows options hash for new
7604: memcached(options) function
7605:
7606: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7607: not appended
7608:
7609: 2012-04-21 moko
7610:
7611: * src/classes/curl.C: '' added. :)
7612:
7613: * src/classes/classes.vcproj: new curl.h location
7614:
7615: * src/classes/curl.C: verbose output redirection from stderr to
7616: file curl option added
7617:
7618: 2012-04-20 moko
7619:
7620: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7621: contains what we need from curl, #ifdef HAVE_CURL removed
7622:
1.116 moko 7623: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7624: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7625: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7626: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7627: configure option
7628:
7629: 2012-04-19 moko
7630:
7631: * src/: classes/double.C, classes/inet.C, classes/int.C,
7632: classes/string.C, lib/gc/include/gc_allocator.h,
7633: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7634: options from sql_result_string removed. (closes issue #468)
7635:
7636: * src/types/pa_vmemcached.C: empty string fix
7637:
7638: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7639: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7640: pa_vmemcached.C
7641:
7642: 2012-04-18 moko
7643:
7644: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7645: apache2-mpm-prefork" error displayed in threaded mpm.
7646:
7647: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7648: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7649: installed (issue #354)
7650:
7651: 2012-04-16 moko
7652:
7653: * src/types/pa_vmemcached.C: call to memcached_result_create and
7654: memcached_result_free removed
7655:
7656: 2012-04-14 moko
7657:
7658: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7659:
7660: * src/types/pa_vmemcached.C: check_key added and used
7661:
7662: 2012-04-13 moko
7663:
7664: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7665: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7666: Serialization_data now added and used, VString now serialized
7667: with languages into memcached.
7668:
7669: 2012-03-28 moko
7670:
7671: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7672: lib/memcached/pa_memcached.h: result lengths added
7673:
7674: 2012-03-27 moko
7675:
7676: * src/types/pa_vmemcached.C: strdup added
7677:
7678: 2012-03-24 moko
7679:
7680: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7681: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7682: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7683:
7684: 2012-03-20 moko
7685:
1.116 moko 7686: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7687:
7688: * src/targets/cgi/Makefile.am: cleanup
7689:
7690: * src/: types/Makefile.am, types/pa_vmemcached.C,
7691: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7692:
7693: * src/: classes/Makefile.am, classes/memcached.C,
7694: lib/memcached/Makefile.am, lib/memcached/constants.h,
7695: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7696: lib/memcached/types.h, lib/Makefile.am: memcached initial
7697:
7698: 2012-03-16 moko
7699:
7700: * src/main/execute.C: ident now works under Linux + ident displays
7701: filenames (closes issue #818)
7702:
1.116 moko 7703: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7704: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7705: pa_vmethod_frame_local.h removed
7706:
7707: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7708: classes/classes.h, classes/curl.C, classes/date.C,
7709: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7710: classes/hashfile.C, classes/image.C, classes/inet.C,
7711: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7712: classes/memory.C, classes/op.C, classes/reflection.C,
7713: classes/regex.C, classes/response.C, classes/string.C,
7714: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7715: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7716: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7717: include/pa_config_fixed.h, include/pa_config_includes.h,
7718: include/pa_dictionary.h, include/pa_dir.h,
7719: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7720: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7721: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7722: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7723: include/pa_request_charsets.h, include/pa_request_info.h,
7724: include/pa_sapi.h, include/pa_socks.h,
7725: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7726: include/pa_stack.h, include/pa_string.h,
7727: include/pa_stylesheet_connection.h,
7728: include/pa_stylesheet_manager.h, include/pa_table.h,
7729: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7730: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7731: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7732: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7733: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7734: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7735: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7736: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7737: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7738: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7739: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7740: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7741: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7742: main/pa_string.C, main/pa_stylesheet_connection.C,
7743: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7744: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7745: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7746: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7747: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7748: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7749: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7750: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7751: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7752: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7753: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7754: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7755: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7756: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7757: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7758: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7759: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7760: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7761: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7762: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7763: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7764: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7765: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7766: types/pa_vresponse.h, types/pa_vstateless_class.C,
7767: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7768: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7769: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7770: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7771: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7772: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7773: ident now works under Linux + ident displays filenames (closes
7774: issue #818) Copyright updated
7775:
7776: 2012-03-13 moko
7777:
7778: * src/main/pa_string.C: compilation fix for feature #741
7779:
7780: 2012-03-09 misha
7781:
7782: * tests/193.html: - tests for ^string:base64[encoded] are updated
7783:
7784: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7785: now detects invalid base64 chars in the middle of encoded stricg
7786: ( new feature: #55 )
7787:
7788: * src/include/pa_exception.h: - new exception type for base64
7789: decoding is added
7790:
7791: 2012-03-06 misha
7792:
7793: * tests/274.html: - tests for ^date::today[] and
7794: ^date.sql-string[datetime|date|time] are added
7795:
7796: * src/classes/date.C: - constructor ^date::today[] is added ( new
7797: feature: #811 ) - ^date.sql-string[] now can accept one param --
7798: strings "datetime", "date" or "time" - comments tidying up
7799:
7800: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7801: date and time
7802:
7803: 2012-03-03 misha
7804:
7805: * tests/193.html: - tests for
7806: ^string:base64[encoded;$.strict(true)] are added
7807:
7808: * tests/results/auto.p: - try-catch operator is added
7809:
7810: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7811: main/pa_common.C: - $.strict(true|false) option is added to
7812: base64 decode methods ( new feature: #55 )
7813:
7814: * src/main/pa_common.C: - base64 decode memory usage was decreased
7815: ( new feature: #819 )
7816:
7817: 2012-02-28 moko
7818:
7819: * src/classes/hash.C: ident test
7820:
7821: 2012-02-27 misha
7822:
7823: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7824:
7825: 2012-01-08 misha
7826:
7827: * tests/273.html: - tests for ^string.replace[from;to] are added
7828:
7829: * src/: classes/string.C, include/pa_dictionary.h,
7830: main/pa_dictionary.C, main/pa_string.C: -
7831: ^string.replace[from;to] is added ( new feature: #741 ) -
7832: ^string.replace[one subst here] is slightly optimized
7833:
7834: 2011-12-07 misha
7835:
7836: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7837: named table with one empty column ( bugfix: #63 )
7838:
7839: 2011-11-30 misha
7840:
7841: * src/classes/json.C: - it's possible to set user's method for
7842: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7843: #763 )
7844:
7845: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7846:
7847: 2011-11-23 misha
7848:
7849: * src/: classes/curl.C, classes/file.C, classes/image.C,
7850: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7851: types/pa_vfile.h, types/pa_vform.C: - constructor
7852: ^file::create[mode;filename;content[;options]] now accepts binary
7853: mode and file-content - new constructor's format:
7854: ^file::create[string-or-file-content[;$.name[filename]
7855: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7856: feature: #65 )
7857:
7858: * src/: include/pa_request.h, main/pa_request.C: - new method
7859: mime_type_of(const String*) is added
7860:
7861: * src/include/pa_exception.h: - new exception constant
7862: FILE_NAME_MUST_BE_SPECIFIED is added
7863:
7864: * src/classes/table.C: - bug with negative offset transformed into
7865: a feature. it means pointing to a row from the end of the table (
7866: new feature: #810 )
7867:
7868: 2011-11-19 misha
7869:
7870: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7871: â ìåòîäå _select ( new feature: #810 )
7872:
7873: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7874: options were specified together is simplified
7875:
7876: 2011-11-12 misha
7877:
7878: * src/main/pa_request.C: - forgotten fix for escaping filename in
7879: HTTP content-disposition header (a part of bug #361 )
7880:
7881: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7882: checks for ancestors' classes as well ( new feature: #456 )
7883:
7884: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7885: "without cycle" now have types "parser.break" and
7886: "parser.continue" instead of "parser.runtime" ( new feature: #799
7887: )
7888:
7889: 2011-11-11 misha
7890:
7891: * tests/results/: 099.processed, 100.processed, 205.processed,
7892: 237.processed: - since bug #361 was fixed the content of filename
7893: in HTTP headers is quoted
7894:
7895: * tests/results/270.processed: - result for test 270
7896:
7897: * tests/: 065.html, results/065.processed: - more tests for
7898: ^file:basename[] & Co were added
7899:
7900: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7901:
7902: * tests/270.html: - tests for ^file:find[] are added
7903:
7904: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7905: using option $.charset. option $.engoding is still supported but
7906: these options can not be specified together
7907:
7908: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7909: comparation charset name with string "UTF-8" ( bugfix: #759 )
7910:
7911: 2011-10-11 misha
7912:
7913: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7914: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7915: #622)
7916:
7917: 2011-09-30 misha
7918:
7919: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7920: exception "saving stat-ed file" ( bugfix: #395 )
7921:
7922: 2011-05-30 misha
7923:
7924: * src/classes/string.C: - fixed bug which was added with
7925: params.as_hash into string:sql
7926:
7927: 2011-05-29 misha
7928:
7929: * src/types/pa_value.C: - filename in content-disposition header
7930: must be quoted ( bugfix: #361 )
7931:
7932: 2011-05-27 misha
7933:
7934: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7935: created file
7936:
7937: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7938: usage
7939:
7940: * src/include/pa_exception.h: - one more string for exception was
7941: added
7942:
7943: 2011-05-25 misha
7944:
7945: * tests/269.html: - tests for checking input params in some dom
7946: methods
7947:
7948: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7949: was added. it isn't possible not wo create xdoc with invalid
7950: tagName. ( bugfix: #160 )
7951:
7952: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7953: string "data must be string" was mover from pa_exception.h to
7954: pa_xml_exception.h
7955:
7956: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7957: as_xmlncname, as_xmlname and as_xmlnsuri were added
7958:
7959: * src/main/pa_xml_exception.C: - XmlException accepts more options
7960:
7961: * src/include/pa_xml_exception.h: - XmlException accepts more
7962: options - XML-related exception's strings were added
7963:
7964: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7965: output_options were removed)
7966:
7967: 2011-05-19 misha
7968:
7969: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7970: params.as_hash is used more while parsing methods hash-options
7971:
7972: 2011-05-18 misha
7973:
1.211 moko 7974: * operators.ru.txt, operators.txt: - info about json-serialization
7975: of xdoc was added
1.95 moko 7976:
7977: * tests/256.html: - tests for json-serialization xdoc were added
7978:
7979: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7980:
7981: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7982: classes/json.C, classes/xdoc.C: - now json:string can serialize
7983: xdoc-objects. options (the same as ^xdoc.string[]) could be
7984: specified in $.xdoc[] ( new feature: #265 )
7985:
7986: 2011-05-15 misha
7987:
7988: * tests/268.html: - tests for ^table.count[with options] were added
7989:
7990: * src/classes/table.C: - method ^table.count[] now can accept
7991: options ( new feature: #93 ): ^table.count[column] returns number
7992: of columns for named table; ^table.count[cells] returns number of
7993: cells in the current row; ^table.count[] & ^table.count[rows]
7994: return number of rows in a table.
7995:
7996: * tests/267.html: - test for checking switch/case in boolean mode
7997: was added
7998:
7999: * src/classes/op.C: - if switch's or case's value is bool, they are
8000: compared as bool values, not as double values: new feature: #351
8001:
8002: 2011-05-06 misha
8003:
8004: * tests/242.html: - EOL before EOF was added
8005:
8006: * tests/169.html: - tests for splitting empty string and void were
8007: added
8008:
8009: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8010: returned table with one empty cell)
8011:
8012: 2011-04-03 misha
8013:
8014: * src/include/pa_version.h, configure.in: - version in head was
8015: changed to 3.4.2b
8016:
8017: 2011-03-30 misha
8018:
8019: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8020: as well ( new feature #294 )
8021:
8022: 2011-03-29 misha
8023:
8024: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8025: limited to approx. 6 MB. previous limits were too big for real
8026: life. bugfix: #216
8027:
8028: 2011-03-04 moko
8029:
8030: * etc/parser3.charsets/cp866.cfg: Conforms to
8031: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8032:
8033: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8034: vlalek@
8035:
8036: 2011-02-22 misha
8037:
1.211 moko 8038: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8039: methods mustn't be under #ifdef XML or parser can't be compiled
8040: without xml support
1.95 moko 8041:
8042: 2011-02-21 misha
8043:
1.116 moko 8044: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8045: ApacheModuleParser3.vcproj was removed
8046:
8047: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8048: removed)
8049:
8050: 2011-02-20 misha
8051:
8052: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8053: $.overridden in ^reflection:method_info[...] were added
8054:
8055: * src/classes/reflection.C: - beautifying result of
8056: ^reflection:method_info[] ($.overridden/inherited)
8057:
8058: 2011-02-18 misha
8059:
8060: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8061: and pa_isalnum instead of isalpha and isalnum - bug with
8062: redundand quoting lowercased latin chars while building email
8063: body was fixed
8064:
8065: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8066: added (they check for latin chars only)
8067:
8068: 2011-02-16 misha
8069:
8070: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8071: string size for transcoding gave too small value (should ever
8072: look for availability char in dest charset inspite of the char
8073: size)
8074:
8075: 2011-02-04 moko
8076:
8077: * tests/223.html: header values now not url-encoded (issue #195)
8078:
8079: 2011-02-01 misha
8080:
8081: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8082:
8083: 2011-01-31 misha
8084:
8085: * src/main/pa_request.C: - throw exception if param file_name in
8086: use_file is empty
8087:
8088: 2011-01-08 moko
8089:
8090: * src/classes/curl.C: compilations errors fixed
8091:
8092: 2010-12-29 moko
8093:
8094: * tests/: 265.html, results/265.processed: test for issue #200
8095: added
8096:
8097: * src/main/pa_string.C: empty regex result check added (fixes issue
8098: #200)
8099:
8100: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8101:
8102: * tests/results/223.processed: header values now not url-encoded
8103: (issue #195)
8104:
8105: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8106: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8107: pa_http_safe_header_name added for headers names (fixes bug #195)
8108:
8109: 2010-12-18 misha
8110:
8111: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8112: => pa-include
8113:
8114: 2010-11-28 moko
8115:
8116: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8117:
8118: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8119: -> pa
8120:
8121: * configure.in: apr -> pa
8122:
8123: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8124:
8125: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8126: classes/Makefile.am, types/Makefile.am: apr -> pa
8127:
8128: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8129: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8130: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8131: pa-include/pa_apr.h, pa-include/pa_errno.h,
8132: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8133: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8134: module apr name conflict resolved)
8135:
8136: 2010-11-27 misha
8137:
8138: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8139: libbz2
8140:
8141: 2010-11-26 misha
8142:
8143: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8144: warnings removed
8145:
8146: 2010-11-25 moko
8147:
1.211 moko 8148: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8149:
1.211 moko 8150: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8151:
1.211 moko 8152: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8153:
8154: * buildall-with-xml: libxml2-2.7.8 + with-apache
8155:
8156: 2010-11-24 moko
8157:
1.116 moko 8158: * configure: apxs support
1.95 moko 8159:
8160: * configure.in: apxs support -Bstatic gc removed for OS X
8161:
8162: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8163:
8164: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8165: THREAD_LOCAL usage
8166:
8167: * src/: classes/curl.C, include/pa_config_includes.h,
8168: main/pa_globals.C: THREAD_LOCAL defined and used
8169:
8170: 2010-11-23 moko
8171:
8172: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8173: should be passed to pa_sleep, and only fractional part (bugfix:
8174: #188)
8175:
8176: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8177:
8178: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8179: GC_dont_gc=1, as in cgi version
8180:
8181: * src/targets/apache/mod_parser3.c: warning war
8182:
8183: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8184: pa_httpd.h: version removed, some trash removed
8185:
8186: * src/targets/apache/mod_parser3.c: version removed (we don't want
8187: to show it), warning war
8188:
8189: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8190: pa_httpd.h: parser_status_allowed removed + merge config
8191: functions removed (override is the default) + beauty
8192:
8193: * src/: include/pa_request.h, main/pa_request.C,
8194: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8195: hide $status used in apache module removed
8196:
8197: 2010-11-18 moko
8198:
1.211 moko 8199: * operators.ru.txt, operators.txt: $.table[compact] added for
8200: ^json:string[]
1.95 moko 8201:
8202: 2010-11-16 moko
8203:
8204: * src/targets/apache/mod_parser3.c: some cleanup done
8205:
8206: * src/main/untaint.C: bugfix: first, second String::Body argument
8207: is hashcode; second, info.fragment_begin is original, not
8208: resulting length
8209:
8210: * src/classes/file.C: new feature: $.stdin now untainted
8211:
8212: * tests/results/264.processed: new feature: $.stdin[] now untainted
8213:
8214: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8215:
8216: * src/classes/op.C: ^apply-taint[] method added
8217:
8218: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8219: added; $.stdin untaint test added
8220:
8221: 2010-11-15 moko
8222:
8223: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8224: removed
8225:
8226: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8227: pa_httpd.h: 2x2 calculated under apache2. :)
8228:
8229: 2010-11-13 moko
8230:
8231: * src/targets/apache/mod_parser3.c: initial changes to build module
8232: with apache 2.x includes
8233:
8234: * src/targets/apache/: Makefile.am, mod_parser3.c,
8235: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8236: united apache 1.3 / apache 2.x DSO module
8237:
8238: 2010-11-09 moko
8239:
8240: * src/types/pa_method.h: check added to dissallow @method[name;*]
8241: syntax
8242:
8243: * tests/: 263.html, results/263.processed: test from method[*args]
8244: added
8245:
8246: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8247: number of params can now be passed to a method declared with *arg
8248:
8249: 2010-11-06 moko
8250:
8251: * src/classes/table.C: formating fixed. :)
8252:
8253: * src/classes/table.C: closes #4: ^table.select now supports
8254: $.limit(), $.offset, $.reverse() options
8255:
8256: * tests/: 262.html, results/262.processed: test for ^table:select
8257: with options added (feature #4)
8258:
8259: * src/include/pa_array.h: remove function added
8260:
8261: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8262: object in get_element/put_element, using static one.
8263:
8264: 2010-11-04 moko
8265:
8266: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8267: options is passed
8268:
8269: * tests/: 256.html, results/256.processed: $.table[compact] feature
8270: now tested; k and p in handler now tested.
8271:
8272: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8273: $.table[compact] feature added
8274:
8275: * src/classes/json.C: key is now passed to handler in
8276: value_json_string; ^json:string result now process tainting
8277: inside and returns clean string, related to issue #153
8278:
8279: * src/main/untaint.C: bugfix: charset can be null (in
8280: ^string:save[] as example), thus check is added
8281:
8282: 2010-10-31 moko
8283:
8284: * src/classes/string.C: error message changed (fixes issue #149)
8285:
8286: 2010-10-29 moko
8287:
8288: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8289: port is not default (fixes issue #155); exception on invalid port
8290: added.
8291:
8292: * src/main/untaint.C: '*' is now not urlencoded to allow header
8293: "Accept: */*" to be passed
8294:
8295: 2010-10-28 moko
8296:
8297: * src/classes/curl.C: bugfix: detect_charset() was throwing
8298: exception on unknown charset even if response_charset was
8299: specified
8300:
8301: 2010-10-27 moko
8302:
8303: * src/classes/string.C: ^string.append removed for void
8304: compatibility
8305:
8306: 2010-10-26 moko
8307:
8308: * src/classes/json.C: libjson supports array at top level, we too
8309: (GPF fixed)
8310:
8311: 2010-10-25 moko
8312:
8313: * tests/: 253.html, results/253.processed: libjson supports array
8314: at top level, parser now supports it as well.
8315:
8316: * tests/261.html, tests/results/261.processed,
8317: src/types/pa_vstring.h: empty string is now void compatible
8318: (allows $empty.key)
8319:
8320: 2010-10-22 misha
8321:
8322: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8323: while adding additional expires checkout)
8324:
8325: * tests/030.html: - test for session cookie was added
8326:
8327: 2010-10-21 moko
8328:
8329: * src/: classes/string.C, classes/void.C, main/execute.C,
8330: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8331: string (feature #111)
8332:
8333: * tests/: 261.html, results/261.processed: checks void from string
8334: inheritance (feature #111)
8335:
8336: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8337: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8338: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8339: now true by default
8340:
8341: 2010-10-17 moko
8342:
8343: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8344: upload now uses binary blocks instead of L_FILE_POST tainting.
8345: (bugfix: #128)
8346:
8347: * tests/: 223.html, results/223.processed: binary file upload test
8348: added, GPF (issue #128) also checked in this test
8349:
8350: 2010-10-13 misha
8351:
8352: * tests/260.html: - test for math:convert
8353:
8354: * src/classes/math.C: - error in math:convert was fixed
8355:
1.211 moko 8356: * operators.ru.txt, operators.txt: - info about
1.95 moko 8357: ^math:convert[number](from-base;to-base) was added
8358:
8359: * src/classes/math.C: - method
8360: ^math:convert[number](from-base;to-base) for converting number
8361: represention from one base to another was added ( new feature:
8362: #23 )
8363:
8364: 2010-10-13 moko
8365:
8366: * src/main/compile.tab.C: [] now is empty string, not void
8367:
8368: * src/main/compile.y: [] now is empty string, not void
8369:
8370: * src/types/pa_vvoid.h: void now passed as parameter
8371:
8372: * tests/: 259.html, results/259.processed: to test difference
8373: between void and empty string (see ticket #111)
8374:
8375: * tests/results/152.processed: $sEmpty[] is now empty string, not
8376: void
8377:
8378: * tests/256.html: $s[$void] is no longer empty string
8379:
8380: * tests/254.html: empty string is no longer void
8381:
8382: 2010-10-12 misha
8383:
8384: * src/types/pa_vcookie.C: - check if $.expires value can be
8385: converted to date during cookies set up ( bugfix: #104 )
8386:
8387: * tests/041.html: - more tests for ^table.locate were added
8388:
8389: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8390: work ( bugfix: #129 ) - exception comment for incorrect options
8391: ^table.locate[field;value;options] was fixed
8392:
8393: 2010-10-10 moko
8394:
8395: * src/: classes/reflection.C, main/execute.C: constructor returning
8396: another object feature returned
8397:
8398: * tests/results/258.processed: test result updated as constructor
8399: returning another object feature returned
8400:
8401: * tests/: 258.html, results/258.processed: test for constructor
8402: returning another object
8403:
8404: 2010-10-08 misha
8405:
8406: * tests/257.html: - whitespaces after @METACOMMANDS and their
8407: options shouldn't cause exceptions any longer
8408:
8409: 2010-10-06 moko
8410:
8411: * src/classes/: hash.C, table.C: length from sql server is now
8412: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8413:
8414: 2010-10-02 misha
8415:
1.211 moko 8416: * operators.ru.txt, operators.txt: - the X mark was removed from
8417: ^cache[file]. it is usable to delete cache file.
1.95 moko 8418:
8419: 2010-10-02 moko
8420:
8421: * tests/: 253.html, results/253.processed: hook_key added for key
8422: checking
8423:
8424: * src/classes/json.C: null key bug fixed
8425:
8426: 2010-09-29 misha
8427:
8428: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8429:
8430: 2010-09-25 moko
8431:
8432: * src/classes/json.C: small fixed
8433:
8434: * tests/results/: 253.processed, 255.processed: just updated
8435:
8436: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8437: results/255.processed: charset transcode test added for
8438: json:parse
8439:
8440: 2010-09-24 moko
8441:
8442: * src/types/pa_value.h: warning war :)
8443:
8444: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8445: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8446: ^json:string
8447:
8448: 2010-09-22 moko
8449:
8450: * src/main/pa_charset.C: parser charset tables declare only
8451: white-space before 0x20, thus adding the missing chars
8452:
8453: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8454: to http://unicode.org/Public/MAPPINGS/VENDORS/
8455:
8456: 2010-09-21 misha
8457:
8458: * src/main/compile.y: - some semicolons were added (VS2010 don't
8459: want to compile grammar if they are absent)
8460:
8461: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8462:
8463: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8464:
8465: * src/main/main.vcproj: - path to bison is changed
8466:
8467: 2010-09-21 moko
8468:
1.116 moko 8469: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8470: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8471: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8472:
8473: 2010-09-20 misha
8474:
8475: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8476:
8477: * src/classes/json.C: - add EOL while json-serializing hash
8478:
8479: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8480: compilers don't like 'ES'.
8481:
8482: 2010-09-17 misha
8483:
1.211 moko 8484: * operators.ru.txt, operators.txt: - info about json class was
8485: added
1.95 moko 8486:
8487: * src/classes/json.C: - ^json:string[object]
8488:
8489: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8490: preventing infinite recursion while executing json:string was
8491: added
8492:
8493: * src/include/pa_string.h: - method append_quoted was added
8494:
8495: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8496: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8497: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8498: was added to Value & Co
8499:
8500: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8501: were used
8502:
8503: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8504: were added
8505:
8506: 2010-09-10 moko
8507:
8508: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8509: die_or_abort (backport from 3.4.1)
8510:
8511: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8512: die_or_abort (bugfix: #106)
8513:
8514: 2010-09-09 moko
8515:
8516: * src/classes/json.C: warning war. :)
8517:
8518: 2010-09-08 misha
8519:
8520: * src/lib/json/Makefile.am: - additional include directories were
8521: added (for pa_memory.h and gc.h)
8522:
8523: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8524: compile as C++ instead default - additional include directory was
8525: added (for gc.h)
8526:
8527: * src/types/pa_vform.C: - little code reformating
8528:
8529: * src/classes/file.C: - $.content-type option now can be specified
8530: in ^file::create ( new feature: #102 )
8531:
8532: 2010-09-08 moko
8533:
8534: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8535: pa_malloc/pa_free
8536:
8537: 2010-09-07 moko
8538:
8539: * tests/results/254.processed: VStateless_class:put_element
8540: exception was fixed
8541:
8542: * src/types/: pa_value.h, pa_vstateless_class.h: now
8543: VStateless_class:put_element barks self.type, not this.type
8544: (bugfix: #105)
8545:
8546: 2010-09-06 moko
8547:
8548: * src/classes/reflection.C: bugfix: new String() is required for
8549: exception handling
8550:
8551: * tests/: 254.html, results/254.processed: test modified
8552:
8553: 2010-09-05 moko
8554:
8555: * tests/: 254.html, results/254.processed: ^reflection:copy test
8556: added
8557:
8558: * src/: classes/reflection.C, include/pa_request.h:
8559: ^reflection:copy implemented (new feature: #100)
8560:
8561: 2010-09-03 moko
8562:
8563: * src/lib/json/JSON_parser.C: c++ compatiblity
8564:
8565: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8566: option testing added
8567:
8568: 2010-09-02 moko
8569:
8570: * src/classes/json.C: $.distinct[first|last|all] added
8571:
8572: 2010-09-01 moko
8573:
8574: * tests/results/253.processed: json test result
8575:
8576: * tests/: 253.html, 253_json.txt: json test added
8577:
8578: * src/classes/json.C: json.C update to actual version + hash key
8579: creation bugfix
8580:
8581: 2010-08-31 misha
8582:
8583: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8584: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8585: src/lib/Makefile.am, src/classes/Makefile.am,
8586: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8587: json library was added
8588:
8589: 2010-08-30 moko
8590:
8591: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8592: types/pa_vobject.C: cosmetic optimization in
8593: request:execute_method usage
8594:
8595: * src/: include/pa_charset.h, main/pa_charset.C: small
8596: optimization, just to decrease number of lines. :)
8597:
8598: 2010-08-27 misha
8599:
8600: * src/classes/op.C: - taint[json] was added
8601:
8602: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8603: were added
8604:
8605: * src/main/pa_exec.C: - warning fix was rolled back.
8606:
8607: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8608: include/pa_string.h: - taint[json] was added - escaping was
8609: slightly modified
8610:
8611: 2010-08-25 misha
8612:
8613: * src/classes/file.C: - typo in file:sql exception was fixed
8614:
8615: * src/main/pa_exec.C: - warning about declared and not used
8616: variable forced_allow was removed
8617:
8618: 2010-08-14 misha
8619:
8620: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8621: were removed
8622:
8623: 2010-08-11 moko
8624:
8625: * tests/: 249.html, results/249.processed: default setter and
8626: anti-recursive default getter test added
8627:
8628: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8629: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8630: types/pa_vobject.h, types/pa_vstateless_class.C,
8631: types/pa_vstateless_class.h: default setter support +
8632: anti-recursive default getter support ( new feature: #13 )
8633:
8634: * src/include/pa_hash.h: optimization: threshold member removed
8635: from hash, reducing sizeof(hash)
8636:
8637: 2010-08-10 misha
8638:
8639: * tests/196.html: - junction-method was added to the test
8640:
8641: * tests/248.html: - ups. typo :)
8642:
8643: * tests/248.html: - test for checking .match with 4 params
8644:
8645: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8646: 247_windows1251.txt: - test for "transcode file from utf-8 to
8647: $request:charset during loading if the BOM code is detected"
8648:
8649: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8650: $request:charset during loading if the BOM code is detected ( new
8651: feature: #98 )
8652:
8653: 2010-08-05 misha
8654:
8655: * src/classes/image.C: - ^image.replace now can accept only 2
8656: params. in this case the whole image is affected ( new feature:
8657: #95 )
8658:
8659: 2010-08-04 misha
8660:
8661: * tests/246.html: - test tor ^hash._at[] was added
8662:
8663: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8664: #53 )
8665:
8666: * src/include/pa_hash.h: - methods for accessing the first and the
8667: last values of ordered hash were added (first_value and
8668: last_value)
8669:
8670: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8671: (similar to others file's methods):
8672: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8673: #68 )
8674:
8675: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8676:
8677: 2010-08-01 moko
8678:
8679: * src/classes/op.C: to correctly process $result[] in code, called
8680: from ^process
8681:
8682: * tests/245.html: $result in ^process[] test added
8683:
8684: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8685: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8686: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8687: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8688: caller, self) op_call(VMethodFrame &frame, bool constructing)
8689: removed, construct(class,method) added
8690:
8691: * tests/results/: 192.processed, 244.processed: request::construct
8692: added
8693:
8694: * tests/: 244.html, 245.html, results/244.processed,
8695: results/245.processed: object creation exceptions and ^process
8696: tests added
8697:
8698: 2010-07-28 misha
8699:
8700: * tests/make_tests.cmd: - win32 EOLs
8701:
8702: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8703: tests on Win32 were added (The system timezone should be GMT+3)
8704:
8705: 2010-07-26 misha
8706:
8707: * tests/: 212.html, results/212.processed: - sizes were removed
8708: mecause they could be different on different OSs
8709:
8710: * tests/065.html: - make it "win32 friendly"
8711:
8712: 2010-07-25 misha
8713:
8714: * src/main/compile.y: - all EOLs between methods are removed during
8715: compilation ( new feature: #47 )
8716:
8717: * tests/results/149.processed: - prepare tests to trim trailing
8718: methods' EOLs
8719:
8720: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8721:
8722: * tests/: results/006.processed, results/014.processed, 006.html,
8723: 014.html, 022.html: - prepare tests to trim trailing methods'
8724: EOLs
8725:
8726: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8727: results/071.processed, results/022.processed: - prepare tests to
8728: trim trailing methods' EOLs
8729:
8730: * tests/: results/073.processed, results/109.processed,
8731: results/142.processed, results/144.processed,
8732: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8733: 144.html: - prepare tests to trim trailing methods' EOLs
8734:
8735: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8736: 149.html, 152.html, results/096.processed, results/107.processed,
8737: results/109.processed, results/142.processed,
8738: results/144.processed: - prepare tests to trim trailing methods'
8739: EOLs
8740:
8741: 2010-07-24 moko
8742:
8743: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8744: the hash order in this test
8745:
8746: * tests/014.html: to check hash order, hash no is longer sorted
8747: before print
8748:
8749: * src/include/pa_hash.h: hash copy constructor now keeps order
8750: (bugfix: #54)
8751:
8752: 2010-07-23 moko
8753:
8754: * tests/results/224.processed: @auto[] is no longer inherited
8755:
8756: * src/types/pa_vstateless_class.C, tests/227.html,
8757: tests/results/227.processed: @auto[] is no longer inherited
8758: (bugfix: #57)
8759:
8760: 2010-07-22 misha
8761:
8762: * src/classes/table.C: - don't skip comment lines during
8763: table::load if encloser or separator is set as '#' ( new feature:
8764: #30 )
8765:
8766: * src/targets/cgi/parser3.C: - don't run as cgi if
8767: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8768: #12 )
8769:
8770: * src/classes/file.C: - set PARSER_VARSION env before external
8771: script executing
8772:
8773: 2010-07-13 misha
8774:
8775: * tests/058.html: - test for suppressing @border was added - test
8776: for user attribute was added
8777:
8778: * tests/results/186.processed: unescaping from \uXXXX
8779:
8780: * tests/186.html: unescaping from \uXXXX
8781:
8782: * tests/: 239.html, results/239.processed: method call type
8783:
8784: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8785: $junction_method.CLASS_NAME (+CLASS)
8786:
8787: 2010-07-07 misha
8788:
8789: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8790: *nix
8791:
8792: 2010-07-05 misha
8793:
8794: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8795: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8796: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8797: comment strings "options must be hash", "options must be hash,
8798: not code" and "called with invalid option" were replaced by
8799: constatns - exception comment string "invalid option passed" was
8800: replaced by "called with invalid option" (now in different
8801: methods are the same exception comment string)
8802:
8803: * src/include/pa_exception.h: - more exception strings were defined
8804:
8805: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8806: types/pa_vstateless_class.h: - now we can define possible
8807: method's call type ( new feature: #5 ) 1.
8808: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8809: methods 2. @static:method[params] (only static keyword could be
8810: used here) -- for specified methods
8811:
8812: * src/main/pa_common.C: - junction points should not be deleted on
8813: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8814: cleanup
8815:
8816: 2010-07-03 misha
8817:
8818: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8819: results/158.processed, results/160.processed,
8820: results/161.processed, results/162.processed,
8821: results/163.processed: - prepare tests to trim trailing methods'
8822: EOLs
8823:
8824: * tests/results/169.processed: - prepare tests to trim trailing
8825: methods' EOLs
8826:
8827: * tests/results/: 168.processed, 169.processed: - prepare tests to
8828: trim trailing methods' EOLs
8829:
8830: * tests/: results/170.processed, results/167.processed,
8831: results/168.processed, results/169.processed, 167.html, 168.html,
8832: 169.html: - prepare tests to trim trailing methods' EOLs
8833:
8834: * tests/: results/170.processed, results/171.processed,
8835: results/172.processed, results/173.processed,
8836: results/174.processed, results/175.processed, 170.html, 171.html,
8837: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8838: trailing methods' EOLs
8839:
8840: * tests/: results/176.processed, results/180.processed,
8841: results/184.processed, results/185.processed,
8842: results/191.processed, results/192.processed,
8843: results/196.processed, results/197.processed,
8844: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8845: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8846: to trim trailing methods' EOLs
8847:
8848: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8849: results/199.processed, results/208.processed,
8850: results/209.processed, results/213.processed,
8851: results/214.processed: - prepare tests to trim trailing methods'
8852: EOLs
8853:
8854: 2010-06-29 misha
8855:
8856: * tests/: 220.html, 218.html, results/218.processed,
8857: results/215.processed, results/217.processed, 215.html, 217.html:
8858: - prepare tests to trim trailing methods' EOLs
8859:
8860: * tests/: results/224.processed, 224.html, 223.html,
8861: results/223.processed, results/220.processed: - prepare tests to
8862: trim trailing methods' EOLs
8863:
8864: * tests/results/: 226.processed, 230.processed: - prepare tests to
8865: trim trailing methods' EOLs
8866:
8867: * tests/: 229.html, results/229.processed: - prepare tests to trim
8868: trailing methods' EOLs
8869:
8870: * tests/: 232.html, 235.html, results/232.processed,
8871: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8872: results/226.processed, results/227.processed,
8873: results/228.processed, results/230.processed: - prepare tests to
8874: trim trailing methods' EOLs
8875:
8876: 2010-06-16 moko
8877:
8878: * tests/: 229.html, results/229.processed: elseif now supported in
8879: ^if
8880:
8881: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8882:
8883: 2010-06-03 misha
8884:
8885: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8886: instead of memcopy for overlaped regions
8887:
8888: 2010-05-25 misha
8889:
8890: * src/main/pa_common.C: - wanring about unused vars was removed
8891:
8892: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8893: get_method_filename was moved to execute.C
8894:
8895: 2010-05-23 misha
8896:
8897: * src/main/pa_request.C: - more accurate detection of method's file
8898:
8899: 2010-05-22 misha
8900:
8901: * src/classes/reflection.C: - bugfix: core during detection of
8902: .file if filespec isn't detected successfully
8903:
8904: 2010-05-20 misha
8905:
8906: * src/main/pa_request.C: - fix in get_method_filename
8907:
8908: * src/include/pa_request.h: - new feature: #24 -- searching
8909: included file in @USE/^use is changed. if its filespec doesn't
8910: start from '/' it will be searched in caller file directory
8911:
8912: * src/classes/reflection.C: - ^reflection:method_info returns file
8913: where the method is defined
8914:
8915: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8916: classes/op.C: - new feature: #24 -- searching included file in
8917: @USE/^use is changed. if its filespec doesn't start from '/' it
8918: will be searched in caller file directory
8919:
8920: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8921: is moved to pa_common.h
8922:
8923: 2010-05-18 misha
8924:
8925: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8926: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8927: cookie parser decode \uXXXX as well as %uXXXX
8928:
8929: 2010-05-17 misha
8930:
8931: * src/classes/curl.C: beauty: - unused param is removed in method
8932: _curl_version_action - some spaces were removed or replaced by
8933: tabs
8934:
8935: * src/classes/table.C: - bugfix: #72 core with empty value during
8936: ^table.hash[...;name_of_the_last_column][$.type[string]]
8937:
8938: 2010-05-16 misha
8939:
8940: * src/classes/curl.C: new: #61 more curl options were added
8941: (contributed by Sumo)
8942:
8943: 2010-04-29 pretender
8944:
8945: * src/main/pa_string.C: fixes #63 Split result from empty string
8946: now empty string.
8947:
8948: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8949: string type.
8950:
8951: 2010-04-28 pretender
8952:
8953: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8954: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8955: macrodefinition removed
8956:
8957: 2010-04-19 pretender
8958:
8959: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8960: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8961:
8962: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8963: fixes #64 Now file.missing exception generates in unsafe mode to.
8964:
8965: * src/classes/file.C: fixes #48 Now not throw "not save environment
8966: variable" exception in grpunlim version.
8967:
8968: 2010-04-05 misha
8969:
8970: * src/classes/string.C: - new feature: 4th param was added to
8971: match. if specified its value is returned in case of nothing was
8972: found
8973:
8974: 2010-04-01 misha
8975:
8976: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8977: multiple execution of /a/b/auto.p
8978:
8979: 2010-03-19 misha
8980:
8981: * src/main/execute.C: - core in $table1.$table2 was fixed
8982:
8983: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8984:
8985: 2010-01-27 misha
8986:
8987: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8988: trying to open file by path /existing-file/non-exixting-file
8989:
8990: 2010-01-26 misha
8991:
8992: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8993: was added (returns file)
8994:
8995: 2009-12-22 misha
8996:
8997: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8998: now parser doesn't have class curl if it was built without it
8999:
9000: 2009-12-15 misha
9001:
9002: * configure.in: - little cheat with curl include dir was added
9003:
9004: 2009-12-05 misha
9005:
9006: * src/classes/curl.C: - some fixes
9007:
9008: 2009-12-04 misha
9009:
9010: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9011: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9012: buildall-with-xml, buildall-without-xml, configure.in: - curl
9013: class was added
9014:
9015: * src/include/pa_hash.h: - hash-iterator was added
9016:
9017: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9018: was added to pcre
9019:
9020: 2009-11-27 misha
9021:
9022: * src/classes/image.C: - don't add @border attribute to output of
9023: ^image.html[] if it was specified by user with empty value
9024:
9025: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9026: root element and we are trying to access .documentElement
9027:
9028: 2009-11-11 misha
9029:
9030: * src/classes/table.C: - in ^table.flip[] look at number of columns
9031: instead of number of items in first row for named tables
9032:
9033: 2009-11-10 misha
9034:
1.211 moko 9035: * operators.ru.txt, operators.txt: - info about hash-options in
9036: ^file::create was added
1.95 moko 9037:
9038: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9039: added
9040:
9041: 2009-11-09 misha
9042:
9043: * buildall-with-xml: - moving to libxml 2.7.6
9044:
9045: * tests/236.html: - tests for comparations cords with functions
9046: were added
9047:
9048: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9049: added
9050:
9051: * src/main/pa_http.C: - little optimisation
9052:
9053: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9054: GPF mallocs + stringstream (table.save)
9055:
9056: * src/classes/file.C: - file::create now accepts 4th param: options
9057: with $.charset
9058:
9059: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9060: bug in cord (comparation cords with functions was buggy)
9061:
9062: 2009-11-06 misha
9063:
9064: * src/main/pa_string.C: - bugfix: calculation string.length
9065: sometimes was buggy
9066:
9067: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9068: destroyed if exception occured during match/replace
9069:
9070: * src/: main/pa_charset.C, include/pa_charset.h: - method
9071: lengthUTF8Char was added
9072:
9073: * src/classes/op.C: - clean tainting lang was added for user's
9074: usage
9075:
9076: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9077: fixed: checkouts are required after GC_MALLOC
9078:
9079: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9080:
1.211 moko 9081: * operators.ru.txt, operators.txt: - actually, there is no
9082: ^untaint[xml] in file::create
1.95 moko 9083:
9084: 2009-10-15 misha
9085:
9086: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9087: were added
9088:
9089: * tests/234.html: - more tests for checking ^taint[uri] escaping
9090: were added
9091:
9092: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9093: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9094: hacking: for dealing with transcoding+^taint[uri]
9095: transcode_and_untaint was replaced by untaint_and_transcode
9096:
9097: 2009-10-13 misha
9098:
9099: * tests/: 121.html, results/121.processed: - test transcoding +
9100: url-escaping now
9101:
9102: * tests/results/auto.p: - more helpers' methods were added
9103:
9104: * src/main/pa_globals.C: - die instead of abort
9105:
9106: 2009-10-06 misha
9107:
9108: * src/main/pa_common.C: - don't allocate memory during
9109: capitalization if input string is already capitalized
9110:
9111: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9112:
9113: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9114: use format function because it calls malloc
9115:
9116: * src/include/pa_common.h: - more capitalized headers were added
9117:
9118: * src/main/pa_common.C: - in safe mode clear executable bits during
9119: file writing
9120:
9121: 2009-10-05 misha
9122:
9123: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9124:
9125: 2009-10-03 misha
9126:
9127: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9128: ^img.text[] & ^img.length[] can work in utf-8 now
9129:
9130: * src/: include/pa_charset.h, main/pa_charset.C: - class
9131: UTF8_string_iterator was added
9132:
9133: * src/classes/image.C: - respect utf-8 when calculate alphabet
9134: length
9135:
9136: * src/classes/mail.C: - check from before get message.cstr
9137:
9138: 2009-10-02 misha
9139:
9140: * tests/233.html: - test for image.font, image.length, image.text
9141: with text in utf-8 were added
9142:
9143: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9144:
9145: * buildall-with-xml, buildall-without-xml: - comment about gc
9146: version for freebsd 4 was added
9147:
9148: 2009-10-01 misha
9149:
9150: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9151: terminator) - read_pipe were slightly optimized
9152:
9153: 2009-09-28 misha
9154:
9155: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9156: removed
9157:
9158: * src/types/pa_vmail.C: - forgot about space after ':'
9159:
9160: * src/types/pa_vmail.C: - escape filenames while preparing mail
9161: body - small simplifications
9162:
9163: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9164: inout params like pa_base64
9165:
9166: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9167: option $.debug-print(1) was added to mail:send - changes for
9168: using uue_encode which uses less memory
9169:
9170: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9171:
9172: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9173: memory now
9174:
9175: 2009-09-26 misha
9176:
9177: * src/types/pa_vmail.C: - default encoding now is base64
9178:
9179: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9180:
9181: 2009-09-25 misha
9182:
9183: * src/types/pa_vmail.C: - capitalization of headers was added to
9184: sending mail as well
9185:
9186: * buildall-with-xml: - catalog package was removed from libxml
9187:
9188: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9189: win32 absolute path
9190:
9191: * src/include/pa_common.h: - one more capitalized header was added
9192:
9193: 2009-09-22 misha
9194:
9195: * INSTALL: - comment about building just httpd binary while
9196: building apache module was added
9197:
9198: 2009-09-21 misha
9199:
9200: * buildall-with-xml: - moving to the latest versions of xml libs:
9201: libxml 2.7.4 and libxslt 1.1.25
9202:
9203: 2009-09-19 misha
9204:
9205: * tests/231.html: - test for encoding cookie in win-1251
9206:
9207: 2009-09-18 misha
9208:
9209: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9210: object] were added
9211:
1.211 moko 9212: * operators.ru.txt, operators.txt: - info about method
9213: ^reflection:fields[class or object] was added
1.95 moko 9214:
9215: * src/classes/reflection.C: - method ^reflection:fields[class or
9216: object] was added
9217:
9218: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9219: methods get_fields were added
9220:
9221: * tests/232.html: - tests for @GET[name]
9222:
9223: * src/classes/table.C: - some changes in handling hash-options for
9224: creare, join and locate
9225:
9226: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9227: defined with option: the type of requested value
9228:
9229: 2009-09-17 misha
9230:
9231: * tests/212.html: - tests for .pattern and .options were added
9232:
9233: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9234: $regex.options were added
9235:
9236: 2009-09-11 misha
9237:
9238: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9239: rewrited. it checks not just one case of sending cookies during
9240: file::load[http], but also sending headers and fields (including
9241: files)
9242:
9243: 2009-09-10 misha
9244:
9245: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9246: was removed => now parser can open files with Russian 'r' in
9247: filename
9248:
9249: * src/main/untaint.C: - bugfix: client charset whould be analized
9250: while escaping cookies but now source charset
9251:
9252: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9253: ^tainted[uri] so it was possible to make request with incorrect
9254: http header
9255:
9256: * src/main/pa_http.C: - capitalization of http headers during
9257: file::load[http was slightly changes - bugfix: all headers which
9258: parser sends during file::load[http should be transcoded and only
9259: then escaped
9260:
9261: * src/main/untaint.C: - a bit more comments were added
9262:
9263: * src/classes/: file.C, string.C: - types where changes (minus 2
9264: warnings)
9265:
9266: * src/include/pa_common.h: - 2 capitalized strings for making http
9267: headers during file::load[http were added
9268:
9269: 2009-09-08 misha
9270:
1.211 moko 9271: * operators.ru.txt, operators.txt: - changes in file.save and
9272: string.save were added
1.95 moko 9273:
9274: * tests/: 230.html, 230.txt: - tests for checking options in
9275: file.save and string.save were added
9276:
9277: * src/main/pa_request.C: - http headers names, which are passed to
9278: SAPI::add_header_attribute are lowercased now (it'll be
9279: capitalized in that method)
9280:
9281: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9282: classes/string.C: - file_write accepts Request_charsets and asked
9283: charset and cound transcode content before writing - string.save
9284: and file.save have option $.charset now
9285:
9286: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9287: classes/xdoc.C: - file_write accepts Request_charsets and asked
9288: charset and cound transcode content before writing
9289:
9290: * src/include/pa_exception.h: - new exception comment string was
9291: defined
9292:
9293: 2009-09-07 misha
9294:
9295: * src/main/compile.y: - grammar $name\ name stops now for regex
9296: sub-pattern\s
9297:
9298: 2009-09-04 misha
9299:
9300: * src/main/pa_http.C: - capitalization of http headers during
9301: file::load[http was implemented
9302:
9303: 2009-09-03 misha
9304:
9305: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9306: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9307: types/pa_vmail.C, targets/cgi/parser3.C,
9308: targets/isapi/parser3isapi.C: - back to storing response http
9309: headers in lowercase - capitalize them during output
9310:
9311: 2009-08-31 misha
9312:
9313: * src/classes/table.C: - allow call with any brackets (it could be
9314: useful in methods with explict result declaration)
9315:
9316: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9317: correctly if $request:charset==koi8-r
9318:
9319: 2009-08-30 misha
9320:
9321: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9322: changed: content-type => Content-type and so on
9323:
9324: * src/classes/file.C, src/include/pa_common.h,
9325: src/include/pa_request.h, src/main/pa_http.C,
9326: src/main/pa_request.C, src/types/pa_vcookie.C,
9327: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9328: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9329: tests/results/002.processed, tests/results/003.processed,
9330: tests/results/004.processed, tests/results/005.processed,
9331: tests/results/006.processed, tests/results/007.processed,
9332: tests/results/008.processed, tests/results/009.processed,
9333: tests/results/010.processed, tests/results/011.processed,
9334: tests/results/012.processed, tests/results/013.processed,
9335: tests/results/014.processed, tests/results/015.processed,
9336: tests/results/016.processed, tests/results/017.processed,
9337: tests/results/018.processed, tests/results/019.processed,
9338: tests/results/020.processed, tests/results/021.processed,
9339: tests/results/022.processed, tests/results/023.processed,
9340: tests/results/024.processed, tests/results/025.processed,
9341: tests/results/026.processed, tests/results/027.processed,
9342: tests/results/028.processed, tests/results/029.processed,
9343: tests/results/030.processed, tests/results/031.processed,
9344: tests/results/032.processed, tests/results/033.processed,
9345: tests/results/034.processed, tests/results/035.processed,
9346: tests/results/036.processed, tests/results/037.processed,
9347: tests/results/038.processed, tests/results/039.processed,
9348: tests/results/040.processed, tests/results/041.processed,
9349: tests/results/042.processed, tests/results/043.processed,
9350: tests/results/044.processed, tests/results/045.processed,
9351: tests/results/046.processed, tests/results/047.processed,
9352: tests/results/048.processed, tests/results/049.processed,
9353: tests/results/050.processed, tests/results/051.processed,
9354: tests/results/052.processed, tests/results/053.processed,
9355: tests/results/054.processed, tests/results/055.processed,
9356: tests/results/056.processed, tests/results/057.processed,
9357: tests/results/058.processed, tests/results/059.processed,
9358: tests/results/060.processed, tests/results/061.processed,
9359: tests/results/062.processed, tests/results/063.processed,
9360: tests/results/064.processed, tests/results/065.processed,
9361: tests/results/066.processed, tests/results/067.processed,
9362: tests/results/068.processed, tests/results/069.processed,
9363: tests/results/070.processed, tests/results/071.processed,
9364: tests/results/072.processed, tests/results/073.processed,
9365: tests/results/074.processed, tests/results/075.processed,
9366: tests/results/076.processed, tests/results/077.processed,
9367: tests/results/078.processed, tests/results/079.processed,
9368: tests/results/080.processed, tests/results/081.processed,
9369: tests/results/082.processed, tests/results/083.processed,
9370: tests/results/084.processed, tests/results/085.processed,
9371: tests/results/086.processed, tests/results/087.processed,
9372: tests/results/088.processed, tests/results/089.processed,
9373: tests/results/090.processed, tests/results/091.processed,
9374: tests/results/092.processed, tests/results/093.processed,
9375: tests/results/094.processed, tests/results/095.processed,
9376: tests/results/096.processed, tests/results/097.processed,
9377: tests/results/098.processed, tests/results/099.processed,
9378: tests/results/100.processed, tests/results/101.processed,
9379: tests/results/102.processed, tests/results/103.processed,
9380: tests/results/104.processed, tests/results/105.processed,
9381: tests/results/106.processed, tests/results/107.processed,
9382: tests/results/108.processed, tests/results/109.processed,
9383: tests/results/110.processed, tests/results/111.processed,
9384: tests/results/112.processed, tests/results/113.processed,
9385: tests/results/114.processed, tests/results/115.processed,
9386: tests/results/116.processed, tests/results/117.processed,
9387: tests/results/118.processed, tests/results/119.processed,
9388: tests/results/120.processed, tests/results/121.processed,
9389: tests/results/122.processed, tests/results/123.processed,
9390: tests/results/124.processed, tests/results/125.processed,
9391: tests/results/126.processed, tests/results/127.processed,
9392: tests/results/128.processed, tests/results/129.processed,
9393: tests/results/130.processed, tests/results/131.processed,
9394: tests/results/132.processed, tests/results/133.processed,
9395: tests/results/134.processed, tests/results/135.processed,
9396: tests/results/136.processed, tests/results/138.processed,
9397: tests/results/139.processed, tests/results/140.processed,
9398: tests/results/141.processed, tests/results/142.processed,
9399: tests/results/143.processed, tests/results/144.processed,
9400: tests/results/145.processed, tests/results/146.processed,
9401: tests/results/147.processed, tests/results/148.processed,
9402: tests/results/149.processed, tests/results/150.processed,
9403: tests/results/151.processed, tests/results/152.processed,
9404: tests/results/153.processed, tests/results/154.processed,
9405: tests/results/155.processed, tests/results/156.processed,
9406: tests/results/157.processed, tests/results/158.processed,
9407: tests/results/159.processed, tests/results/160.processed,
9408: tests/results/161.processed, tests/results/162.processed,
9409: tests/results/163.processed, tests/results/164.processed,
9410: tests/results/165.processed, tests/results/166.processed,
9411: tests/results/167.processed, tests/results/168.processed,
9412: tests/results/169.processed, tests/results/170.processed,
9413: tests/results/171.processed, tests/results/172.processed,
9414: tests/results/173.processed, tests/results/174.processed,
9415: tests/results/175.processed, tests/results/176.processed,
9416: tests/results/177.processed, tests/results/178.processed,
9417: tests/results/179.processed, tests/results/180.processed,
9418: tests/results/181.processed, tests/results/182.processed,
9419: tests/results/183.processed, tests/results/184.processed,
9420: tests/results/185.processed, tests/results/186.processed,
9421: tests/results/187.processed, tests/results/188.processed,
9422: tests/results/189.processed, tests/results/190.processed,
9423: tests/results/191.processed, tests/results/192.processed,
9424: tests/results/193.processed, tests/results/194.processed,
9425: tests/results/195.processed, tests/results/196.processed,
9426: tests/results/197.processed, tests/results/198.processed,
9427: tests/results/199.processed, tests/results/200.processed,
9428: tests/results/201.processed, tests/results/202.processed,
9429: tests/results/203.processed, tests/results/204.processed,
9430: tests/results/205.processed, tests/results/206.processed,
9431: tests/results/207.processed, tests/results/208.processed,
9432: tests/results/209.processed, tests/results/210.processed,
9433: tests/results/211.processed, tests/results/212.processed,
9434: tests/results/213.processed, tests/results/214.processed,
9435: tests/results/215.processed, tests/results/216.processed,
9436: tests/results/217.processed, tests/results/218.processed,
9437: tests/results/219.processed, tests/results/220.processed,
9438: tests/results/221.processed, tests/results/222.processed,
9439: tests/results/223.processed, tests/results/224.processed,
9440: tests/results/225.processed, tests/results/226.processed,
9441: tests/results/227.processed, tests/results/228.processed,
9442: tests/results/229.processed: - http headers were changed:
9443: content-type => Content-type and so on
9444:
9445: 2009-08-27 misha
9446:
9447: * src/: main/pa_random.C, include/pa_random.h,
9448: targets/cgi/parser3.C: - year was updated :)
9449:
9450: 2009-08-26 misha
9451:
9452: * tests/: 224.html, 224.p: - test for creating of parser object
9453: using constructor without params - little bugfix in test
9454:
9455: * src/main/compile_tools.h: - bugfix: should't call autouse while
9456: checking existed class while processing partial option
9457:
9458: * src/classes/reflection.C: - bugfix: core when creating object
9459: with reflection and constructor doesn't have params
9460:
9461: 2009-08-24 misha
9462:
9463: * tests/229.html: - tests for checking the number of parameters
9464: were added
9465:
9466: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9467: number of method's parameters wasn't checked correctly (the bug
9468: was introduced in 3.4.0)
9469:
9470: 2009-08-22 misha
9471:
9472: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9473: transcoded, but tainted pieces are escaped only when
9474: content-type==url-encoding
9475:
9476: * tests/228.html: - test for checking
9477: ^file::load[http://...;$.body[]]
9478:
9479: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9480: post charset was too early (charsets is empty at this moment)
9481:
9482: 2009-08-21 misha
9483:
9484: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9485: main/untaint.C: - some fixes with transcode+untaint
9486:
9487: 2009-08-15 misha
9488:
9489: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9490: was increaced to 100 (was 50)
9491:
9492: * tests/227.html: - test for checking overriding properties in
9493: static classes was added
9494:
9495: * tests/: 226.html, 226.p: - test for @autoload[] was added
9496:
9497: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9498: main/execute.C, main/pa_request.C, classes/reflection.C: -
9499: autouse was implemented
9500:
9501: 2009-08-14 misha
9502:
9503: * src/classes/reflection.C: - outdated checkout was removed
9504:
9505: * src/classes/reflection.C: - optimization - method ^dynamical was
9506: added.
9507:
9508: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9509: types/pa_vstateless_class.h, main/execute.C: - optimization
9510:
9511: * src/types/pa_vclass.C: - exception if base on sytem class
9512:
9513: 2009-08-12 misha
9514:
9515: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9516: pa_vstateless_class.h: - little optimisation
9517:
9518: 2009-08-11 misha
9519:
9520: * tests/224.html: - method_params => method_info - checking for
9521: $.inherited
9522:
1.211 moko 9523: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9524: method method_params was renamed to method_info and now it
9525: returns class name, if method was defined in ancestor
1.95 moko 9526:
9527: * tests/225.html: - tests for cheching properties in hierarhical
9528: classes were added
9529:
9530: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9531: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9532: main/compile.y, main/execute.C, classes/classes.C: - problems
9533: with properties in new classes implementation were fixed
9534:
9535: 2009-08-10 misha
9536:
9537: * src/main/execute.C: - now constructor shouldn't be defined in
9538: class. it could be defined in parent.
9539:
9540: 2009-08-09 misha
9541:
9542: * src/classes/reflection.C: - ^reflection:methods doesn't return
9543: base's methods
9544:
9545: 2009-08-08 misha
9546:
9547: * src/: classes/classes.h, classes/date.C, classes/file.C,
9548: classes/form.C, classes/hash.C, classes/hashfile.C,
9549: classes/image.C, classes/mail.C, classes/op.C,
9550: classes/reflection.C, classes/regex.C, classes/string.C,
9551: classes/table.C, classes/xdoc.C, classes/xnode.C,
9552: classes/xnode.h, include/pa_hash.h, main/execute.C,
9553: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9554: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9555: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9556: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9557: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9558: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9559: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9560: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9561: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9562: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9563: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9564: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9565: types/pa_vresponse.C, types/pa_vresponse.h,
9566: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9567: types/pa_vstateless_object.h, types/pa_vstatus.C,
9568: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9569: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9570: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9571: types/pa_wwrapper.h, types/types.vcproj: - new classes
9572: implementation
9573:
9574: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9575: USE_MUNMAP is used. so it is disabled as a workaround.
9576:
9577: 2009-08-05 misha
9578:
9579: * src/: main/pa_common.C, include/pa_common.h: - not needed
9580: parameter was removed
9581:
9582: * src/main/pa_http.C: - bugfix: error was during detecting
9583: content-type of file which was loaded by http
9584:
9585: 2009-08-01 misha
9586:
9587: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9588: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9589: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9590: can't be disabled with defines any longer
9591:
9592: 2009-07-29 misha
9593:
9594: * src/classes/reflection.C, tests/results/224.processed: - for
9595: native methods with any call type now returned empty call_type
9596: value
9597:
9598: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9599: classes/table.C, include/pa_hash.h, include/pa_request.h,
9600: main/pa_request.C: - break in cycles was optimized
9601:
9602: * INSTALL: - more defines were described
9603:
9604: 2009-07-28 misha
9605:
1.211 moko 9606: * operators.ru.txt, operators.txt: - some changes in information
9607: about reflection class
1.95 moko 9608:
9609: * tests/: 224.html, 224.p: - tests for reflection class
9610:
9611: * src/classes/reflection.C: - some bugs were fixed, method classes
9612: was added, refactoring
9613:
9614: 2009-07-26 misha
9615:
9616: * src/classes/classes.vcproj: - reflection class wass added to
9617: project
9618:
1.211 moko 9619: * operators.ru.txt, operators.txt: - information about reflection
9620: class was added
1.95 moko 9621:
9622: * src/classes/reflection.C: - class was redesigned
9623:
9624: 2009-07-24 misha
9625:
9626: * src/classes/: Makefile.am, reflection.C: - class reflection was
9627: added
9628:
9629: * src/types/pa_vstateless_class.h: - method for reflection method's
9630: in classes was added
9631:
9632: 2009-07-22 misha
9633:
9634: * src/main/compile_tools.h: - bugfix: $object.$var was
9635: over-optimized. it failed if $object1.$object2.field
9636:
9637: 2009-07-16 misha
9638:
9639: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9640: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9641: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9642: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9643: one more arg: length of cord
9644:
9645: 2009-07-15 misha
9646:
9647: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9648: tainted in ^file::load[http://...;$.cookies[]]
9649:
9650: * src/classes/: op.C, regex.C, string.C: - new string with
9651: exception was used
9652:
9653: * src/include/pa_exception.h: - new string with exception was added
9654:
9655: * tests/223.html: - test for checking cookie-encoding during
9656: ^file::load[http was added
9657:
9658: * tests/: 221.html, 222.html: - tests for checking type of
9659: $table.fields.field were added
9660:
9661: * src/types/pa_vtable.C: - not used var decl was removed
9662:
9663: * src/include/pa_string.h: - use cached string length in Body::mid.
9664: it improves speed of match with brackets in pattern
9665:
9666: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9667: outside
9668:
9669: 2009-07-14 misha
9670:
9671: * src/types/pa_vtable.C: - $table.fields.a return string even if
9672: column is empty (sometime returned void) - $table.fields was
9673: added for nameless tables
9674:
9675: * src/targets/cgi/getopt.c: - one warning resolved
9676:
9677: * src/main/pa_string.C: - potentian bug fixed
9678:
9679: * src/classes/op.C: - small optimization in taint/untaint
9680:
9681: 2009-07-13 misha
9682:
9683: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9684: added
9685:
9686: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9687: souldn't add the attribut to output
9688:
9689: 2009-07-11 misha
9690:
9691: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9692: stack size was increaced to 2MB (default=1MB)
9693:
9694: 2009-07-08 misha
9695:
9696: * src/main/pa_string.C: - link to UTF-8 description was added
9697:
9698: * src/include/pa_hash.h: - hash keeps element's order in more
9699: places (ex: ._keys[])
9700:
9701: * tests/220.html: - test for checking order of elements in hash in
9702: foreach was added
9703:
9704: * tests/172.html: - small changes in printing hash
9705:
9706: * tests/129.html: - small changes in printing hash
9707:
9708: * src/: include/pa_common.h, include/pa_hash.h,
9709: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9710: types/pa_vmethod_frame.h: - hash now keeps order of elements
9711:
9712: * tests/014.html: - small changes in printing hash
9713:
9714: 2009-07-07 misha
9715:
9716: * src/classes/op.C: - new taint language "parser-code" was added
9717:
9718: * tests/219.html: - test for auto untaint parser code in process
9719: was added
9720:
9721: * src/classes/op.C: - tainted pieces in body of process are
9722: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9723:
9724: * src/: include/pa_string.h, main/untaint.C: - new language
9725: L_PARSER_CODE for auto-untaint in process was added
9726:
9727: * src/: classes/file.C, classes/hash.C, classes/image.C,
9728: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9729: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9730: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9731: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9732: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9733: code cleanup
9734:
9735: 2009-07-06 misha
9736:
9737: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9738: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9739: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9740:
9741: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9742: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9743: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9744: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9745: should be used
9746:
9747: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9748: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9749: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9750: untaint_cstr[m] should be used
9751:
9752: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9753: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9754:
9755: * tests/218.html: - test for checking automatic file-spec-taint was
9756: added
9757:
9758: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9759: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9760: classes/file.C, classes/hash.C, classes/image.C,
9761: classes/string.C, classes/table.C, classes/void.C,
9762: classes/xdoc.C: - optimizations and simplification of
9763: string.cstr(...)
9764:
9765: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9766: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9767: - optimizations and simplification of string.cstr(...)
9768:
9769: 2009-07-04 misha
9770:
9771: * tests/217.html: - test for recursion detection was added
9772:
9773: * src/: types/types.vcproj, main/main.vcproj,
9774: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9775: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9776: from .vcproj
9777:
9778: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9779:
9780: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9781: uploading files and case-insensitive http-method were added
9782:
9783: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9784: tainted pattern in ^file:list[] was added
9785:
9786: 2009-07-03 misha
9787:
9788: * src/: classes/classes.vcproj, main/main.vcproj,
9789: types/types.vcproj, targets/cgi/parser3.vcproj,
9790: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9791: for dynamic_cast) - little options changes
9792:
9793: * src/main/pa_http.C: - file::load[http works now with uploading
9794: files _and_ changing $.charset
9795:
9796: 2009-06-29 misha
9797:
9798: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9799: while creating pattern
9800:
9801: 2009-06-25 misha
9802:
1.211 moko 9803: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9804: names for ^image.font were changed to $.space, $.width and
9805: $spacing - default space width now == gif's width
1.95 moko 9806:
9807: 2009-06-24 misha
9808:
9809: * tests/215.html: - tests for $file.mode were added
9810:
1.211 moko 9811: * operators.ru.txt, operators.txt: - added info about $file.mode
9812: and changes in ^image.font[
1.95 moko 9813:
9814: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9815: param now could be omited - third param now could be hash (with
9816: all widths options: $.space-width, $.letter-width) - it's
9817: possible to specify tracking ($.letter-space)
9818:
9819: * src/classes/file.C: - file objects now could have mode field
9820: (text|binary)
9821:
9822: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9823:
9824: 2009-06-23 misha
9825:
9826: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9827: trim can work with utf-8 chars now
9828:
9829: 2009-06-20 misha
9830:
9831: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9832: was implemented
9833:
9834: * src/classes/table.C: - string length cacheing was implemented
9835:
9836: * src/include/pa_string.h: - string length cacheing was implemented
9837:
9838: 2009-06-17 misha
9839:
9840: * src/main/execute.C: - value param was removed from
9841: WContext::WContext
9842:
9843: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9844: pa_wwrapper.h: - value param was removed from WContext::WContext
9845: - field wcontext was removed from VCodeFrame (using fparent
9846: instead)
9847:
9848: * tests/214.html: - test with hash copying
9849:
9850: 2009-06-16 misha
9851:
9852: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9853: strings doesn't work in expression anymore
9854:
9855: * src/main/execute.C: - less calls for get_constructing() - little
9856: refactoring
9857:
9858: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9859: include/pa_request.h: - less calls for get_constructing()
9860:
9861: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9862: introduced with OPTIMIZE_SINGLE_STRING optimization
9863:
9864: 2009-06-14 misha
9865:
9866: * src/: classes/date.C, classes/file.C, classes/hash.C,
9867: classes/hashfile.C, classes/image.C, classes/regex.C,
9868: classes/table.C, classes/xdoc.C, classes/xnode.h,
9869: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9870: types/pa_vstateless_class.h, main/execute.C: - create object for
9871: storing object's fields only for parser objects
9872:
9873: 2009-06-13 misha
9874:
9875: * buildall-with-xml, buildall-without-xml: - new option was added
9876: for building GC (it slightly reduces memory usage)
9877:
9878: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9879: single string write
9880:
9881: * src/main/execute.C: - bytecode optimization of ^class:constructor
9882: - optimization of single string write
9883:
9884: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9885: - bytecode optimization of ^class:constructor
9886:
9887: 2009-06-09 misha
9888:
9889: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9890: main (better compatibility)
9891:
9892: 2009-06-08 misha
9893:
9894: * src/main/compile.y: - I've forgot to commit it :(
9895:
9896: 2009-06-07 misha
9897:
9898: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9899: WITH_READ and WITH_ROOT
9900:
9901: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9902: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9903: WITH_ROOT - little refactoring
9904:
9905: 2009-06-06 misha
9906:
9907: * tests/213.html: - tests for 3rd match string-param were added
9908:
9909: * src/classes/string.C: - 3rd match param could be string now
9910:
9911: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9912: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9913: GET_OBJECT_ELEMENT
9914:
9915: 2009-06-05 misha
9916:
9917: * src/main/pa_http.C: - bugfix: content-length was not calculated
9918: if $.body was specified
9919:
9920: 2009-06-04 misha
9921:
9922: * src/classes/op.C: - optimizing write_assign_lang in connect
9923:
9924: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9925:
9926: * src/main/execute.C: - little refactoring - optimizing
9927: write_assign_lang in taint/untaint
9928:
9929: * src/include/pa_opcode.h: - little refactoring
9930:
9931: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9932: main/compile_tools.h, main/execute.C: - optimizations for
9933: $self.field, ^self.method, $self.field[...] and $self.field(...)
9934: were added
9935:
9936: 2009-06-03 misha
9937:
9938: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9939:
9940: 2009-06-02 misha
9941:
9942: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9943: include/pa_opcode.h: - refactoring in last optimizations
9944: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9945: now but code is much easy and it is ready for further
9946: improvements.
9947:
9948: 2009-05-27 misha
9949:
9950: * src/: types/pa_junction.h, types/pa_vjunction.C,
9951: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9952: changed in destructing junctions
9953:
9954: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9955: String:Body
9956:
9957: 2009-05-26 misha
9958:
9959: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9960: one method detect_charset was deleted - bug was fixed in this
9961: method (error while detecting charset in content_type withot last
9962: ';')
9963:
9964: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9965: once
9966:
9967: 2009-05-25 misha
9968:
9969: * src/classes/file.C: - bugfix: file::exec didn't work after
9970: optimizing of helper_length
9971:
9972: 2009-05-24 misha
9973:
9974: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9975: were added - little refactoring
9976:
9977: * src/main/execute.C: - core while printing in debug log
9978: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9979: optimisations were added
9980:
9981: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9982: were added
9983:
9984: 2009-05-23 misha
9985:
9986: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9987: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9988: CORD_cat optimization
9989:
9990: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9991: - call constr optimisation under separate define now
9992:
9993: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9994: in $b should be string, not void
9995:
9996: * src/main/compile.y: - little fix for rem-cut optimisation
9997:
9998: * src/: include/pa_opcode.h, main/compile_tools.C,
9999: main/compile_tools.h, main/execute.C: - optimisations for
10000: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10001:
10002: * INSTALL: - description of some #defined were added
10003:
10004: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10005: before 1st access (memory usage is reduced if don't access to
10006: .text field)
10007:
10008: * src/include/pa_array.h: - array grows step now not static (it
10009: reduces numbers of reallocs)
10010:
10011: 2009-05-20 misha
10012:
10013: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10014: $.b(2), $c[d] and $.e[f] was added
10015:
10016: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10017: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10018: $.e[f] was added
10019:
10020: * src/main/execute.C: - debug printing moved in defines
10021:
10022: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10023: and little refactoring for OP_GET_OBJECT_ELEMENT +
10024: OP_GET_OBJECT_VAR_ELEMENT optimisation
10025:
10026: 2009-05-19 misha
10027:
10028: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10029: execute.C: - $a.$b & ^a.$b bytecode optimisation
10030:
10031: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10032: ^a.$b optimisation)
10033:
10034: * src/main/compile.y: - compiler now generate new opcodes:
10035: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10036: ^a.b - compiler now cut off ^rem{ with all content ; any number
10037: of params }
10038:
10039: * src/main/execute.C: - code for handle new opcodes
10040: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10041:
10042: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10043: added for LA2V and LA2S
10044:
10045: * src/include/pa_opcode.h: - new defines which can be used for
10046: disable some bytecode optimisation and new opcodes were added
10047:
10048: 2009-05-17 misha
10049:
10050: * src/lib/cord/cordxtra.c: - bugfix.
10051:
10052: * tests/212.html: - .size[] and .study_size[] were added to tests
10053:
1.211 moko 10054: * operators.ru.txt, operators.txt: - info about regex class was
10055: added
1.95 moko 10056:
10057: * tests/212.html: - tests for regex class were added
10058:
10059: 2009-05-16 misha
10060:
10061: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10062: gc7.1
10063:
10064: * tests/022.html: - test for ^file:list[path;] (empty second param)
10065: was added
10066:
10067: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10068: param) should work
10069:
10070: 2009-05-15 misha
10071:
10072: * src/classes/table.C: - automatically disable stringstream usage
10073: on freebsd4
10074:
10075: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10076: scope
10077:
10078: * tests/211.html: - test with different types of access to hash was
10079: added
10080:
10081: * tests/210.html: - test which checks for loosing tainting in
10082: hash's keys was added
10083:
10084: * tests/208.html: - some parser work added. or stime == 0 %-)
10085:
10086: * src/lib/cord/cordbscs.c: - little hack was added to cord
10087:
10088: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10089:
10090: * src/include/pa_version.h, configure.in: - moko have made a lot of
10091: optimisations for increacing version number more dramatically :)
10092:
10093: * src/classes/date.C: - little refactoring: use constructor which
10094: accepts formated string
10095:
10096: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10097: which can print formatted string was added
10098:
10099: 2009-05-14 misha
10100:
10101: * src/include/pa_string.h: - type was fixed
10102:
10103: * src/: classes/hashfile.C, classes/op.C,
10104: include/pa_cache_managers.h, include/pa_charset.h,
10105: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10106: include/pa_request.h, include/pa_sql_driver_manager.h,
10107: include/pa_string.h, include/pa_stylesheet_manager.h,
10108: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10109: main/pa_charsets.C, main/pa_string.C,
10110: main/pa_stylesheet_connection.C, types/pa_value.h,
10111: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10112: types/pa_vobject.C, types/pa_vstateless_class.C,
10113: types/pa_vstateless_class.h: - hash_code caching was implemented
10114: (seaches should be faster now)
10115:
10116: * src/: classes/file.C, classes/hash.C, classes/image.C,
10117: classes/string.C, classes/table.C, include/pa_string.h,
10118: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10119: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10120: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10121: types/pa_vrequest.C: - String constructors don't have that stupid
10122: true/false param which means 'tainted'. they accept lang instead.
10123:
10124: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10125: with OPTIMIZE_RESULT
10126:
10127: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10128: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10129:
10130: 2009-05-13 misha
10131:
10132: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10133: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10134: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10135: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10136: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10137: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10138: include/pa_string.h, classes/date.C, classes/file.C,
10139: classes/hash.C, classes/image.C, classes/string.C,
10140: classes/table.C, classes/xdoc.C: - result optimisation -
10141: helper_length parameter removed from string constructors
10142:
10143: 2009-05-11 misha
10144:
10145: * tests/209.html: - tests for ^hash::create[hash] were added
10146:
10147: * tests/208.html: - tests for $status:rusage, $status:memory,
10148: ^memory:compact[] were added
10149:
10150: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10151: log10 were added
10152:
10153: * tests/206.html: - test for try with finally was added
10154:
10155: 2009-05-10 misha
10156:
10157: * tests/205.html: - test for ^file::create[...] was added
10158:
10159: * tests/204.html: - test for ^response:clear[] was added
10160:
10161: * tests/038.html: - tests for trigonometric functions were added
10162:
10163: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10164: added - more tests for .add, .sub, .union, .intersects and
10165: .intersections
10166:
10167: * tests/065.html: - test for ^file:dirname was added
10168:
10169: * tests/030.html: - test for $cookie:fields was added
10170:
10171: * tests/203.html: - test for ^h._keys[column name] was added
10172:
10173: * tests/201.html: - tests for .trim were added
10174:
10175: * tests/202.html: - tests for last-day,
10176: date:calendar[type](YYYY;MM;DD) were added
10177:
10178: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10179: .offset[type](N) were added
10180:
10181: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10182: and .pos[c](N) were added
10183:
10184: * tests/141.html: - test for math:sha1 was added
10185:
10186: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10187:
10188: 2009-05-09 misha
10189:
10190: * src/main/compile.y: - rollback
10191:
10192: 2009-05-05 misha
10193:
10194: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10195: replaced by is_empty()
10196:
10197: * src/: include/pa_string.h, main/pa_charset.C: - little
10198: optimisation: somewhere length() was replaced by is_empty()
10199:
10200: * src/classes/table.C: - little optimisation: somewhere length()
10201: was replaced by is_empty()
10202:
10203: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10204: classes/op.C, classes/table.C, main/pa_exception.C: - little
10205: optimisation: somewhere length() was replaced by is_empty()
10206:
10207: 2009-05-04 misha
10208:
10209: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10210: types/pa_vstateless_class.h, main/execute.C,
10211: include/pa_request.h, classes/hash.C, classes/op.C,
10212: classes/table.C: - more optimisations were added: some operators
10213: don't switch write context anylonger
10214:
10215: 2009-05-01 misha
10216:
10217: * src/main/compile.y: - slightly more opcode optimisations for
10218: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10219:
10220: * src/main/execute.C: - simplifying process for getters
10221:
10222: 2009-04-30 misha
10223:
10224: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10225:
10226: * tests/results/199.processed: - test for checking $result into
10227: ^rem was added
10228:
10229: * tests/199.html: - test for checking $result into ^rem was added
10230:
10231: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10232: some OS it returns list in different order)
10233:
10234: * src/: include/pa_array.h, include/pa_request.h,
10235: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10236: changes in stack impl - get_element() optimisation: 3rd param
10237: removed - bugfix: problems with reading empty input param -
10238: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10239:
10240: * tests/results/198.processed: - test for reading empty local var
10241: was added
10242:
10243: * tests/198.html: - test for reading empty local var was added
10244:
10245: 2009-04-29 misha
10246:
10247: * src/main/compile.y: - bugfix: couldn't compile because
10248: OP_VALUE__GET_ELEMENT should be unde #ifdef
10249:
10250: * src/: include/pa_array.h, include/pa_opcode.h,
10251: include/pa_request.h, main/compile.y, main/execute.C,
10252: main/pa_request.C, types/pa_vmethod_frame.C,
10253: types/pa_vmethod_frame.h: - we can work without opcode
10254: OP_STORE_PARAM, so it was removed
10255:
10256: 2009-04-28 misha
10257:
10258: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10259: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10260: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10261: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10262: 4.
10263: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10264:
10265: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10266:
10267: * src/: main/pa_string.C, classes/string.C: - !length() =>
10268: is_empty()
10269:
10270: 2009-04-27 misha
10271:
10272: * src/types/pa_vregex.h: - back explicit vars initialisation
10273:
10274: 2009-04-24 misha
10275:
10276: * src/classes/string.C: - ups. typo fixed
10277:
10278: * src/main/execute.C: - more replacements '*new VBool' to
10279: 'VBool::get' - checks for ^break[], ^continue[] and
10280: parser.interrupted were optimised
10281:
10282: * src/classes/string.C: - number of params.count() calls was
10283: slightly reduced
10284:
10285: 2009-04-23 misha
10286:
10287: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10288: make it x64 friendly
10289:
10290: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10291: parser is x64 friendly now
10292:
10293: 2009-04-22 misha
10294:
10295: * src/types/pa_vhashfile.C: - coder friendly exception about
10296: exceeding record size was added
10297:
10298: * src/classes/file.C: - use vregex object instead of direct calls
10299: methods from pcre lib
10300:
10301: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10302: classes/string.C: - use vregex object instead of direct calls
10303: methods from pcre lib
10304:
10305: * src/: include/pa_common.h, main/pa_common.C: - method
10306: print_pcre_exec_error_text was moved to class vregex
10307:
10308: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10309: was added
10310:
10311: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10312: - class vregex was added
10313:
10314: 2009-04-21 misha
10315:
10316: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10317:
10318: * src/: types/pa_junction.h, types/pa_value.C,
10319: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10320: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10321: junction-optimisation (destructors)
10322:
10323: * src/include/pa_array.h: - free under if now
10324:
10325: 2009-04-19 misha
10326:
10327: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10328:
10329: 2009-04-18 misha
10330:
10331: * src/include/pa_version.h:
10332: :q :
10333:
10334: CV:
10335: ----------------------------------------------------------------------
10336:
10337: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10338: refactoring
10339:
10340: * src/: include/pa_array.h, include/pa_hash.h,
10341: types/pa_vmethod_frame.h: - destructors under #ifdef now
10342:
10343: * src/include/pa_memory.h: - define for using destructors was added
10344:
10345: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10346: main/execute.C: - some junctions will be cached now
10347:
10348: * src/include/pa_hash.h: - hash destructor frees pairs now
10349:
10350: * src/include/pa_array.h: - inline was added to destructor
10351:
10352: * src/types/pa_method.h: - comment was changed
10353:
10354: 2009-04-17 misha
10355:
10356: * src/: include/pa_array.h, include/pa_hash.h,
10357: types/pa_vmethod_frame.h: - destructors were added
10358:
10359: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10360: renamed to always_use_result
10361:
10362: * src/main/: compile.y, compile_tools.h: - rollback changes in
10363: compiler: full backward compatibility is better
10364:
10365: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10366: result in var's hash
10367:
10368: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10369: optimisation in method_frame
10370:
10371: * src/include/pa_array.h: - optimisation in array (allocate
10372: elements only when needed)
10373:
10374: * src/types/pa_vresponse.C: - check for $response:headers field
10375: before looking at custom fields
10376:
10377: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10378: not needed to check existance var with name 'result' in var's
10379: hash
10380:
10381: * src/main/compile.y: - compiler was changed: now it detects
10382: writings to $result and set flag writo_to_result in method
10383:
10384: * src/classes/string.C: - little optimisation: no needed to write
10385: number with lang
10386:
10387: * src/main/pa_charset.C: - methods readChar and skipChar which is
10388: used for read utf8-strings were renamed - is_escaped was renamed
10389: to isEscaped (to the same name convention)
10390:
10391: * src/: types/pa_method.h, main/compile_tools.h: - flag
10392: write_to_result added. compiler get this info from code.
10393:
10394: 2009-04-16 misha
10395:
10396: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10397: String only before 1st write
10398:
10399: * src/include/pa_string.h: - not needed template removed
10400:
10401: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10402: types/pa_vjunction.C, types/pa_vproperty.C,
10403: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10404: main/pa_request.C, classes/bool.C, classes/double.C,
10405: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10406: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10407: bool objects)
10408:
10409: 2009-04-15 misha
10410:
10411: * src/lib/cord/cordxtra.c: - more optimisation
10412:
10413: * src/: include/pa_string.h, main/untaint.C: - String::append
10414: optimisation
10415:
10416: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10417: then get and can sometime be used)
10418:
10419: * src/main/pa_string.C: - String::length optimisation
10420:
10421: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10422: these methods read different strings
10423:
10424: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10425: fresult_initial_void removed + some optimisation - if $result
10426: defined we don't write to context anymore
10427:
10428: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10429: need just skip char)
10430:
10431: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10432: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10433: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10434:
10435: * src/types/pa_vvoid.h: - added get() method for retreave one
10436: instance
10437:
10438: 2009-04-11 misha
10439:
10440: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10441:
10442: * tests/197.html: - test for parser://test in xml was added
10443:
10444: * src/classes/string.C: - small optimisation
10445:
10446: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10447: optimisation
10448:
10449: 2009-04-10 misha
10450:
10451: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10452: to pcre-7.8
10453:
10454: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10455:
10456: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10457: added
10458:
10459: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10460: $request:CLASS_NAME were added
10461:
10462: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10463: were added
10464:
10465: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10466: $env:CLASS_NAME were added
10467:
10468: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10469: '@todo' now
10470:
10471: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10472: compirer
10473:
10474: * src/main/pa_string.C: - little code cleanup
10475:
10476: * src/main/pa_common.C: - describe one more UTF-8 related error
10477: during PCRE compile/execute
10478:
10479: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10480: normalizing todo-comments: '@todo' now
10481:
10482: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10483:
10484: * src/main/pa_charset.C: - type changed for making compiler happy
10485:
10486: 2009-03-10 misha
10487:
10488: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10489: in main()
10490:
10491: 2009-02-01 misha
10492:
10493: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10494: boundary
10495:
10496: 2009-01-25 misha
10497:
10498: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10499:
10500: * src/classes/file.C: - more changes for parsing different number
10501: of params for file::load
10502:
10503: * tests/193.html: - tests for exception while base64-decode binary
10504: to string was added
10505:
10506: * tests/192.html: - tests for file::load with different number of
10507: options
10508:
10509: * src/classes/math.C: - ups. forgot '+1'
10510:
10511: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10512: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10513: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10514: (new option $.encode[multipart-form/data] should be specified) -
10515: $.method[] option for file::load now is not case-sensitive
10516:
10517: * src/: include/pa_string.h, main/untaint.C: - for file post the
10518: new taint language L_FILE_POST was added
10519:
10520: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10521: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10522: stuff was moved to separate files
10523:
10524: 2009-01-23 misha
10525:
10526: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10527: spaces to tabs were converted
10528:
10529: 2009-01-12 misha
10530:
10531: * src/main/pa_http.C: - value of $.method[] option force uppercased
10532: now
10533:
10534: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10535: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10536: their names
10537:
10538: * src/main/pa_common.C: - changes in formating
10539:
10540: * src/: classes/file.C, main/pa_http.C: - some constants changed
10541: their names
10542:
10543: * src/include/pa_http.h: - some spaces were converted to tabs
10544:
10545: * src/include/pa_common.h: - some constants changed their names
10546:
10547: * src/classes/file.C: - fixed 4-th paramether for file::load -
10548: little code rewriting
10549:
10550: * src/types/pa_vfile.C: - little code rewriting
10551:
10552: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10553: types/pa_value.h: - some formating changes
10554:
10555: * src/include/pa_common.h: - some formating spaces transformed to
10556: tabs
10557:
10558: * src/classes/string.C: - exception while base64-decode binary to a
10559: string
10560:
10561: 2009-01-11 misha
10562:
10563: * configure.in: - version changed to 3.3.1b
10564:
10565: 2008-09-05 misha
10566:
10567: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10568: release_3_3_0 on 2008-09-05 10:59:35 +0000
10569:
10570: 2008-09-04 misha
10571:
10572: * tests/: 130.html, 131.html: - these exceptions not typeless
10573: anymore
10574:
10575: * src/classes/op.C: - exception with 'invalid taint language' not
10576: typeless anylonger
10577:
10578: * src/classes/image.C: - some exceptions while operations with
10579: image not typeless anymore
10580:
10581: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10582: main/pa_exec.C, main/pa_http.C: - some exceptions while
10583: operations with files not typeless anymore
10584:
10585: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10586: types/pa_vdate.h: - exceptions while checking date range not
10587: typeless anymore
10588:
10589: * src/include/pa_exception.h: - exception type string for invalid
10590: date range was added
10591:
10592: 2008-09-03 misha
10593:
10594: * src/: classes/file.C, main/pa_string.C: - exception while pce
10595: operations not typeless anymore
10596:
10597: * src/include/pa_exception.h: - exception type for pce operations
10598: was added
10599:
10600: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10601: and .CLASS_NAME insite classes
10602:
10603: * src/classes/table.C: - don't save table header whiile
10604: ^table.save[append;filename] if file exists
10605:
10606: 2008-09-02 misha
10607:
10608: * src/main/compile.y, src/main/compile_tools.h,
10609: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10610: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10611: renamed to partial and it login changed: we must mark class as
10612: partial for allow their modifications in future.
10613:
10614: 2008-08-29 misha
10615:
10616: * tests/results/022.processed: - testing taint[regex] in mask for
10617: file:list
10618:
10619: * tests/022.html: - testing taint[regex] in mask for file:list
10620:
10621: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10622: for file:list was added
10623:
10624: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10625: file:list
10626:
10627: 2008-08-26 misha
10628:
10629: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10630: last derived object
10631:
10632: * src/classes/image.C: - many strings "image.format" replaced by
10633: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10634: understand some more exif tags
10635:
10636: * src/include/pa_exception.h: - string "image.format" was added
10637:
10638: 2008-08-21 misha
10639:
10640: * src/: main/pa_string.C, classes/file.C: - use method for print
10641: pcre_exec text error
10642:
10643: * src/main/pa_common.C: - method for print pcre_exec text error was
10644: added
10645:
10646: * src/include/pa_common.h: - method declaration for print pcre_exec
10647: text error was added
10648:
10649: 2008-08-19 misha
10650:
10651: * src/main/execute.C: - bugfix: opcodes must be in separate
10652: namespace while debug execution as well
10653:
10654: * tests/: 015.html, results/015.processed: - test for escaping some
10655: parser chars was added
10656:
10657: 2008-08-18 misha
10658:
10659: * tests/: 190.html, 190.p, results/190.processed: - test for
10660: $caller.self.field + default getter in one class was added
10661:
10662: * tests/: 189.html, results/189.processed: - test for
10663: ^date::create[date object]
10664:
10665: * tests/: 188.html, results/188.processed: - tests for match with
10666: UTF-8 strings
10667:
10668: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10669: ^string.match[]
10670:
10671: * ChangeLog: - parser 3.3.0 beta13
10672:
10673: 2008-08-15 misha
10674:
1.116 moko 10675: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10676: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10677: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10678: dftables.c: - old PCRE files removed
1.95 moko 10679:
10680: * src/lib/pcre/config.h: - configuration for PCRE library
10681:
10682: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10683: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10684:
10685: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10686: library and set flag UTF8 if $request:charset is UTF-8
10687:
10688: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10689: include/pa_config_fixed.h: - moved to new PCRE library
10690:
10691: * src/: main/main.vcproj, types/types.vcproj,
10692: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10693: win32\pcre instead of parser3\src\lib\pcre
10694:
10695: * src/: include/pa_opcode.h, include/pa_operation.h,
10696: main/compile.C, main/compile.y, main/compile_tools.C,
10697: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10698: opcodes were moved to separate namespace
10699:
10700: 2008-08-14 misha
10701:
10702: * src/types/pa_vstateless_class.C: - newline at the end missed
10703:
10704: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10705: tainting
10706:
10707: 2008-08-11 misha
10708:
10709: * tests/: 187.html, 187.p, results/187.processed: - tests for
10710: $caller.self, $caller.self.field and $caller.self.field[value]
10711: were added
10712:
10713: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10714: runtime as well (for $caller.self)
10715:
10716: 2008-07-25 misha
10717:
10718: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10719: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10720: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10721: tests with international characters
10722:
10723: 2008-07-23 misha
10724:
10725: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10726: file::load[...;http://
10727:
10728: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10729: now everywhere in separate namespace
10730:
10731: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10732: for vars
10733:
10734: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10735: can be escaped by '^'
10736:
10737: 2008-07-22 misha
10738:
10739: * src/classes/string.C, tests/186.html: - names changes:
10740: escape=>js-escape, unescape=>js-unescape
10741:
10742: 2008-07-21 misha
10743:
10744: * tests/results/186.processed: - test for string escape/unescape
10745:
10746: * tests/186.html: - test for string escape/unescape
10747:
10748: * src/classes/string.C: - string has escape and unescape methods
10749: now
10750:
10751: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10752: added
10753:
10754: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10755: method-layers added (with different params)
10756:
10757: 2008-07-18 misha
10758:
10759: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10760: was added
10761:
10762: * tests/185.html: - test for ^str.pos[sub](offset) added
10763:
1.211 moko 10764: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10765: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10766: accepted now
1.95 moko 10767:
10768: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10769: strings
10770:
10771: 2008-07-17 misha
10772:
10773: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10774: helper length added for mid for small optimisation
10775:
10776: 2008-07-16 misha
10777:
10778: * tests/: 185.html, results/185.processed: - tests for
10779: length/left/right/mid/pos with utf-8 strings
10780:
10781: * src/classes/string.C: - left/right/mid/length/pos works fine for
10782: utf-8 strings
10783:
10784: * src/main/untaint.C: - comments removed
10785:
10786: * src/: include/pa_string.h, main/pa_string.C,
10787: include/pa_charset.h, main/pa_charset.C: - methods for working
10788: with pos/mid for strings in utf-8 were added
10789:
10790: 2008-07-15 misha
10791:
10792: * tests/: 184.html, results/184.processed: - test for case body as
10793: expression: $var(^switch(1){^case(1)(true)..})
10794:
10795: * src/classes/op.C: - case body can be expression now:
10796: $var(^switch(1){^case(1)(true)..})
10797:
10798: * tests/: results/183.processed, 183.html: - added test for testing
10799: new cookie encoding (%uXXXX)
10800:
10801: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10802: decoding for backward compatibility they decoded from %XX in
10803: request:charset too
10804:
10805: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10806: - cookie class now decode cookies before first access after last
10807: request:charset changing (as form class).
10808:
10809: * src/main/pa_charset.C: - added method escape for escaping cookies
10810: as %uXXXX - before transcode calculate required space for dest
10811: string. it reduce mem usage for transcode
10812:
10813: * src/include/pa_charset.h: - added method escape for escaping
10814: cookies as %uXXXX
10815:
10816: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10817: was added. will used for escaping cookies as %uXXXX
10818:
10819: * src/include/pa_common.h: - escape method has new option for skip
10820: converting '+' to a space char
10821:
10822: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10823: transcode - escape method has new option for skip converting '+'
10824: to a space char
10825:
10826: 2008-07-08 misha
10827:
10828: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10829: (no UE if more then 1 case matches anylonger) - optimization:
10830: doing searching.as_string() || searching.as_double() only once
10831:
10832: 2008-07-04 misha
10833:
10834: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10835: now ^date::create[date object] works
10836:
10837: * src/classes/string.C: - left and right added as aliases for start
10838: and end in ^string.trim[]
10839:
10840: 2008-07-03 misha
10841:
10842: * src/classes/file.C: - allow $.limit for file::sql as well
10843:
10844: * src/classes/file.C: - allow $.offset option for file::sql - force
10845: send limit=1 to query for use sql specifics authomatically
10846:
10847: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10848: if $.limit value if empty. autoconvert it as everywere
10849:
10850: 2008-07-02 misha
10851:
10852: * configure.in: - time to change version number to 3.3.0 %-)
10853:
10854: * src/include/pa_version.h: - time to change version number to
10855: 3.3.0 %-)
10856:
10857: 2008-06-26 misha
10858:
10859: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10860: $.limit(0) fixes
10861:
10862: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10863: - $.limit(0) fixes
10864:
10865: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10866: new API)
10867:
10868: * src/: include/pa_sql_driver_manager.h,
10869: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10870: classes/op.C: - document_root added
10871:
10872: * src/main/compile.tab.C: - error message was changed
10873:
10874: 2008-06-25 misha
10875:
10876: * src/main/compile.y: - error message was changed
10877:
10878: 2008-06-24 misha
10879:
10880: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10881:
10882: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10883: tests for @OPTIONS\nappend
10884:
10885: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10886:
10887: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10888:
10889: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10890:
10891: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10892: compile.y
10893:
10894: 2008-06-17 misha
10895:
10896: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10897: compilation: ^if(default){true. it's incorrect. must be
10898: exception}
10899:
10900: 2008-06-16 misha
10901:
10902: * tests/: 181.ent, 181.html, results/181.processed: - test for
10903: checking external reference loading with 'http://localhost'
10904: prefix while creating xdoc
10905:
10906: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10907: ^math:long2ip[] and ^math:ip2long[]
10908:
10909: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10910: added which use scalar stateless class method when user object
10911: used in scalar context - use get_scalar_value when user object
10912: requested in scalar context
10913:
10914: * src/main/pa_common.C: - size must be int but not size_t or we
10915: can't compare with 0 sprintf result
10916:
10917: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10918: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10919: with internal switch between local/global vars
10920:
10921: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10922: specified
10923:
10924: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10925: pa_vstateless_object.h: - stateless class and object now has
10926: private scalar field and getter/setter for working with it
10927:
10928: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10929: moved to inet static class
10930:
10931: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10932: class added (^inet:aton[IP], ^inet:ntoa(number))
10933:
10934: * tests/: 180.html, results/180.processed: - tests for
10935: ^math:long2ip(long) and ^math:ip2long[IP]
10936:
10937: * src/classes/math.C: - ^math:ip2long[IP] added
10938:
10939: 2008-06-11 misha
10940:
10941: * src/main/pa_xml_io.C: - use file_read_text again because of we
10942: need cut BOM code and remove DOS newline chars. but don't
10943: transcode it anyway.
10944:
10945: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10946: main/pa_http.C: - option for disable transcoding while file_read
10947: and file_read_text added
10948:
10949: 2008-06-10 misha
10950:
10951: * tests/: 179.html, 179.p, results/179.processed: - test for many
10952: classes in 1 file
10953:
10954: * src/main/: compile.C, compile_tools.h: - compile return list of
10955: classes now.
10956:
10957: * src/main/: compile.y, compile.tab.C: - compile return list of
10958: classes now. internals.
10959:
10960: * src/main/pa_request.C: - compile return list of classes now. try
10961: call @conf and @auto for each returned class
10962:
10963: * src/include/pa_request.h: - compile return list of classes now
10964:
10965: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10966: return list of classes when compile buf)
10967:
10968: 2008-06-07 misha
10969:
10970: * src/main/pa_request.C: - constructing VRequest object with 3rd
10971: param -- form
10972:
10973: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10974: 3rd param: form. needed for get post_charset
10975:
10976: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10977: added
10978:
10979: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10980: types/pa_vform.C, types/pa_vform.h: - some polish
10981:
10982: 2008-06-06 misha
10983:
10984: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10985: charset and decode chars from it but not from response:charset
10986:
10987: * src/main/pa_http.C: - detect_charset moved out of here
10988:
10989: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10990: methods moved here - unescape_chars accepn one charset now
10991:
10992: * src/main/pa_http.C: - new constants used - don't allow
10993: $.content-type in ^file::load[;http://;$.method[POST]] - add
10994: charset info while ^file::load[;http://;$.method[POST]] - option
10995: $.omit-post-charset(true) added to ^file::load[;http://] for
10996: disabling charset during post
10997:
10998: * src/types/pa_vform.C: - new constants used
10999:
11000: * src/include/pa_common.h: - some constants were added
11001:
11002: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11003: instead of StrEqNc
11004:
11005: * src/main/pa_common.C: - new method for caseless search
11006: c-substring in c-string - use isxdigit instead of is_hex_digit
11007:
11008: * src/include/pa_common.h: - new method for caseless search
11009: c-substring in c-string
11010:
11011: 2008-06-05 misha
11012:
11013: * tests/results/178.processed: - test for testing default getter
11014:
11015: * tests/178.html: - test for testing default getter
11016:
11017: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11018: for test for testing default getter
11019:
11020: * src/main/execute.C: - default getter soul
11021:
11022: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11023: requested objects' field not found
11024:
11025: * src/types/pa_vclass.C: - register default getter if defined - get
11026: default getter if requested field not found
11027:
11028: * src/types/pa_vstateless_object.h: - method get_default_getter was
11029: added
11030:
11031: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11032: pointer to default getter and methods for get/set it were added
11033:
11034: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11035: auto_name field (for default getter)
11036:
11037: 2008-06-04 misha
11038:
11039: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11040: transcoding, no cutting BOM code, no fixing line breaks) and get
11041: it to libxml "as is"
11042:
11043: 2008-06-03 misha
11044:
11045: * src/main/pa_common.C: - use store_Char instead of
11046: transcodeCharFromUTF8
11047:
11048: * src/: include/pa_charset.h, main/pa_charset.C: - method
11049: store_Char added, transcodeCharFromUTF8 -- removed
11050:
11051: 2008-06-02 misha
11052:
11053: * tests/: results/177.processed, 177.html: - test for checking
11054: .[acm]date after local ^file::load[] was added
11055:
11056: * tests/: results/176.processed, 176.html: - test for checking
11057: @OPTION\locals + @method[vars][locals] added
11058:
11059: * tests/results/auto.p: - CLASS_PATH specified for checking use
11060:
11061: 2008-05-30 misha
11062:
11063: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11064: @OPTION\nlocals + @method[vars][;locals;] were added
11065:
11066: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11067: moved to separate method op_code - switch from VMethodFrame to
11068: VMethodFrameGlobal + VMethodFrameLocal
11069:
11070: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11071: was moved to separate method op_code
11072:
11073: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11074: VMethodFrame now
11075:
11076: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11077: all_vars_local as well
11078:
11079: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11080: pa_vmethod_frame_local.h, Makefile.am: - who children for
11081: VMethodFrame were added: one (global) works as VMethodFrame
11082: before and second (local) write all vars in self vars scope
11083:
11084: * src/types/pa_method.h: - method has bool flag all_vars_local now
11085:
11086: 2008-05-29 misha
11087:
11088: * tests/: 129.html, results/129.processed: - more tests for
11089: ^table.hash[]
11090:
11091: * src/classes/hash.C: - ^hash::sql has a new option:
11092: $.type[hash|string|table] as ^table.hash[] one.
11093:
11094: * src/classes/op.C: - ^try has 3rd param now: finally code which
11095: executed anyway after try or catch section
11096:
11097: 2008-05-27 misha
11098:
11099: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11100: must not fail if $.distinct(1) wasn't specified
11101:
11102: 2008-05-26 misha
11103:
11104: * src/classes/op.C: - allow ^throw[my type]
11105:
11106: 2008-05-22 misha
11107:
11108: * configure.in, configure: - version number updated to 3.2.4b
11109:
11110: * src/classes/: op.C, string.C: - trim format string before
11111: eval/format
11112:
11113: * tests/: results/175.processed, 175.html: - more tests for
11114: different format strings in .format[]
11115:
11116: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11117: as well (not only %XX)
11118:
11119: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11120: charset specified - checks for format before print number
11121: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11122: (instead of tabs) removed
11123:
11124: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11125: charset specified
11126:
11127: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11128: char in requested charset from utf code was added
11129:
11130: 2008-05-19 misha
11131:
11132: * tests/: 174.html, results/174.processed: - test for
11133: ^hashfile.cleanup[] added
11134:
11135: * src/classes/hashfile.C: - optimization: don't create any key or
11136: value variable if it's name weren't specified
11137: (^hf.foreach[;v]{...})
11138:
11139: 2008-05-16 misha
11140:
11141: * src/classes/hash.C: - optimization: don't create any key variable
11142: if variable name wasn't specified (^h.foreach[;v]{...})
11143:
11144: 2008-05-15 misha
11145:
11146: * src/classes/op.C: - small changes
11147:
11148: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11149:
11150: * src/classes/hash.C: - calculate var_context once before foreach
11151:
11152: 2008-05-14 misha
11153:
11154: * src/classes/hashfile.C: - incorrect vars context calculation for
11155: ^hashfile.foreach[;]{} fixed
11156:
11157: * src/classes/: hash.C, table.C: - little optimisation
11158:
11159: * src/classes/file.C: - bugfix: double absolute path while loading
11160: file
11161:
11162: * tests/: 174.html, results/174.processed: - tests for hashfile
11163: were added
11164:
11165: * buildall-with-xml: - moving to libxslt 1.1.24
11166:
11167: 2008-04-30 misha
11168:
11169: * src/classes/file.C: - stat file while loading (local only) so
11170: .adate, .mdate and .cdate available without additional ::stat
11171:
11172: 2008-04-28 misha
11173:
11174: * src/classes/file.C: - $.name and $.content-type available for
11175: stated file
11176:
11177: 2008-04-14 misha
11178:
11179: * src/targets/cgi/parser3.C: - new year in copyright %-)
11180:
11181: * src/include/pa_version.h: - new version number in head
11182:
11183: 2008-04-10 misha
11184:
11185: * tests/: 080.html, results/080.processed: - cut '0' from
11186: exponential part because of on diff OS it differ (20 or 020 for
11187: ex)
11188:
11189: * tests/: 119.html, results/119.processed: - check for encoding
11190: while creating xdoc
11191:
11192: 2008-04-09 misha
11193:
11194: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11195:
11196: * src/main/pa_common.C: - comment added
11197:
11198: * src/classes/date.C: - little refactoring
11199:
11200: 2008-04-07 misha
11201:
11202: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11203: style of ^table.save[]: prepare one big string and sabe it at
11204: once. it's safe on freebsd 4.x but use much more memory.
11205:
11206: * buildall-with-xml, buildall-without-xml: - option
11207: --disable-stringstream added (under comment. use it on freebsd
11208: 4.x)
11209:
11210: 2008-02-22 misha
11211:
11212: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11213: specified together in file::load[;http] - get back transcoding
11214: $.body[] in file::load[;http]
11215:
11216: 2008-02-21 misha
11217:
11218: * src/classes/date.C: - ^date.gmt-string[] was added
11219:
11220: * src/types/pa_value.C: - method for output date in RFC 822 format
11221: moved to pa_common.h
11222:
11223: * src/include/pa_common.h: - method for output date in RFC 822
11224: format moved here from pa_value.C
11225:
11226: * src/types/pa_vmail.C: - fixed core in sending mail with
11227: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11228:
11229: 2008-02-20 misha
11230:
11231: * src/main/pa_http.C: - transcode $.headers before escaping into
11232: specified charset while ^file::load[...;http://...] (L_URI
11233: instead of L_HTTP_HEADER) - $.cookies param available in
11234: ^file::load[;http://...] now (but we don't parse set-cookies from
11235: response yet) (cookies not transcoded as common $cookies)
11236:
11237: 2008-02-19 misha
11238:
11239: * src/main/pa_request.C: - rollback: we mustn't force taint
11240: $response:field values because in this case
11241: $response:locateion[http://...] don't works.
11242:
11243: 2008-02-15 misha
11244:
11245: * src/classes/op.C: - little refactoring
11246:
11247: * src/main/pa_http.C: - taint names of $.headers for load[;http
11248:
11249: * src/main/pa_request.C: - force taint values of $response:field
11250:
11251: 2008-02-14 misha
11252:
11253: * src/main/pa_request.C: - $response:field transcoded to
11254: $response:charset before escaping now
11255:
11256: * src/main/pa_http.C: - some outdated comments removed
11257:
11258: * src/classes/date.C: - lastdat -> last-day
11259:
11260: * src/classes/date.C: - ^date:lastday(year;month) and
11261: ^date.lastday[] were added - little code refactoring - comments
11262: changes
11263:
11264: * tests/: 159.html, results/159.processed: - test for number of
11265: days in February
11266:
11267: * src/types/pa_value.C: - fixes in code formatting
11268:
11269: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11270: and comments
11271:
11272: 2008-02-13 misha
11273:
11274: * src/main/pa_common.C: - bugfix for february at leap year
11275:
11276: 2008-01-28 misha
11277:
11278: * tests/: 160.html, results/160.processed: - more test for cache
11279: added
11280:
11281: * src/classes/op.C: - bugfix: cache body executed twice if contains
11282: unhandled exception
11283:
11284: 2008-01-25 misha
11285:
11286: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11287: bug when hashfile became inavailable after memory:compact)
11288:
11289: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11290:
11291: 2008-01-22 misha
11292:
11293: * src/classes/table.C: - little refactiring and exception texts
11294: changes in method ^table.hash[]
11295:
11296: * src/types/pa_vcookie.C: - link to cookie specification changed
11297:
11298: 2008-01-21 misha
11299:
11300: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11301: file::exec/cgi
11302:
11303: * src/classes/file.C: - bugfix: core while processing headers if
11304: executed cgi script don't return content
11305:
11306: 2008-01-18 misha
11307:
11308: * buildall-with-xml: - move to libxml2 version 2.6.31
11309:
11310: * src/include/pa_version.h, configure.in: - version number updated
11311: to '3.2.3b'
11312:
11313: 2007-12-28 misha
11314:
11315: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11316: hash.contains
11317:
11318: 2007-12-27 misha
11319:
11320: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11321: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11322: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11323: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11324: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11325: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11326: src/targets/cgi/parser3.vcproj,
11327: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11328: back to VS2003 because of Apache 1.3 module can't work if it was
11329: built in VS 2005. with cgi all file so VS2003 project files can
11330: be easy converted to the new format.
11331:
11332: 2007-12-04 misha
11333:
11334: * src/types/pa_vcode_frame.h: - changes in comment
11335:
11336: 2007-11-29 misha
11337:
11338: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11339: intercept strings any longer
11340:
11341: * tests/: 173.html, results/173.processed: - tests for
11342: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11343: but not in main code frame
11344:
11345: * tests/: 172.html, results/172.processed: - more tests for pass
11346: objects from code frames
11347:
11348: 2007-11-27 misha
11349:
11350: * tests/: 152.html, results/152.processed: - tests for converting
11351: strings 'true'/'false' to bool were added
11352:
11353: * tests/152.html: - added checks for converting strings
11354: 'true'/'false' to bool
11355:
11356: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11357: not only strings with numbers but with values 'true'/'false' as
11358: well
11359:
11360: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11361: for parser3.log increased
11362:
11363: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11364:
11365: * src/include/pa_common.h: - remove_crlf return cstring size now
11366:
11367: * src/include/pa_types.h: - constant with buffer size for
11368: parser3.log added
11369:
11370: 2007-11-16 misha
11371:
11372: * tests/cat.sh: - script for tests for file::exec/cgi
11373:
11374: * tests/171.html: - tests for file::exec/cgi
11375:
11376: * tests/results/171.processed: - tests results for file::exec/cgi
11377:
11378: 2007-11-15 misha
11379:
11380: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11381:
11382: * src/classes/file.C: - .body must be set before analyzing cgi
11383: headers
11384:
11385: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11386: only if exec/cgi return anything.
11387:
11388: 2007-11-14 misha
11389:
1.211 moko 11390: * operators.ru.txt, operators.txt: - info about new text|binary
11391: option for file::exec/cgi was added
1.95 moko 11392:
11393: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11394: ^file:exec[[text|binary];script;...]
11395:
11396: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11397: classes/string.C, classes/table.C: - more text strings moved to
11398: the one place
11399:
11400: 2007-11-09 misha
11401:
11402: * src/types/pa_vrequest.C: - $request:argv must be taint
11403:
11404: * ChangeLog: - $request:argv [patch from Sumo]
11405:
1.211 moko 11406: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11407:
11408: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11409: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11410:
11411: 2007-10-25 misha
11412:
11413: * buildall-with-xml, buildall-without-xml: - options preparations
11414: for ./configure rewrited
11415:
11416: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11417: error occure in unhandled_exception finally fixed
11418:
11419: 2007-10-23 misha
11420:
11421: * tests/: 170.html, results/170.processed: - test for
11422: @method[][result]
11423:
1.211 moko 11424: * operators.ru.txt, operators.txt: - added info about node.prefix
11425: and node.namespaceURI
1.95 moko 11426:
11427: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11428:
11429: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11430: added for node and attribute
11431:
11432: 2007-10-22 misha
11433:
11434: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11435:
11436: * src/main/pa_request.C: - added const content-transfer-encoding
11437:
11438: * src/include/pa_request.h: - added const content-transfer-encoding
11439: - ups. constants must be in lowercase (for search)
11440:
11441: * src/types/pa_vmail.C: - more constants used -
11442: content-transfer-encoding: 8bit added
11443:
11444: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11445:
11446: * src/include/pa_request.h: - more constants
11447:
11448: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11449: ommit anymore if $.content-disposition was specified - little
11450: refactoring
11451:
11452: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11453:
11454: 2007-10-17 misha
11455:
1.211 moko 11456: * operators.ru.txt, operators.txt: - info about
1.95 moko 11457: table::create[nameless]{data}[>options<] was added
11458:
11459: * src/main/: compile.tab.C, compile.y: - if error occure while
11460: compile method don't put this method in methods table anymore.
11461: in other case the parser coredumped if @unhandled_exception
11462: method can't be compiled because of parser.compile error.
11463:
11464: * src/main/execute.C: - little code reformating
11465:
11466: * src/main/pa_request.C: - little code reformating - comment
11467: changed
11468:
11469: 2007-10-16 misha
11470:
11471: * tests/: 035.html, results/035.processed: - tests
11472: table::create[]{}[options] added
11473:
11474: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11475: options (only $.seperator[] yet)
11476:
11477: 2007-10-10 misha
11478:
11479: * src/classes/table.C: - some contstants moved to pa_common.h -
11480: some code changes
11481:
11482: 2007-10-02 misha
11483:
11484: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11485: then three time as much. but base64 encoding method still use
11486: less memory anyway.
11487:
11488: 2007-09-17 misha
11489:
1.211 moko 11490: * operators.ru.txt, operators.txt: - added info about
11491: $cookie:fields
1.95 moko 11492:
11493: * src/types/pa_vcookie.C: - $cookie:fields available now
11494:
11495: * src/classes/hash.C: - some stuff for use with .for_each moved to
11496: common
11497:
11498: * src/include/pa_common.h: - some stuff for use with .for_each
11499: moved here
11500:
11501: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11502:
11503: 2007-09-14 misha
11504:
11505: * buildall-with-xml: - new xml libs again =)
11506:
11507: 2007-08-28 misha
11508:
1.211 moko 11509: * operators.ru.txt, operators.txt: - texts about
11510: ^table.columns[[column name]] and ^string.split[...][v][column
11511: name] were added
1.95 moko 11512:
11513: * tests/: 168.html, 169.html, results/168.processed,
11514: results/169.processed: - tests for ^table.columns[[column name]]
11515: and ^string.split[...][v][column name] were added
11516:
11517: * src/classes/table.C: - new option ^table.columns[[column name]]
11518: was added
11519:
11520: * src/classes/string.C: - new option ^string.split[...;v;[column
11521: name]]
11522:
11523: * src/include/pa_exception.h: - error text message for
11524: ^hash._keys[], ^table.columns[] and ^string.split[]
11525:
11526: 2007-08-27 misha
11527:
11528: * src/main/untaint.C: - try to fix coredump on unix if print to
11529: body ^taint[sql][something] outside of connect
11530:
11531: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11532: outside of connect
11533:
11534: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11535: added (commented by default)
11536:
11537: 2007-08-20 misha
11538:
1.211 moko 11539: * operators.ru.txt, operators.txt: - comment about new method
11540: ^node.hasAttributes[] was added
1.95 moko 11541:
11542: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11543: duplicated exception text strings were removed
11544:
11545: * src/include/pa_exception.h: - more exception text strings moved
11546: here
11547:
11548: * src/classes/table.C: - some duplicate exceptions' text strings
11549: removed
11550:
11551: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11552: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11553: removed
11554:
11555: * src/include/pa_exception.h: - some exception text strings movet
11556: to pa_exception
11557:
11558: * tests/: 149.html, results/149.processed: - test for
11559: ^xnode.hasAttributes[] was added - some code changes
11560:
11561: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11562: added
11563:
11564: 2007-08-17 misha
11565:
11566: * tests/: results/006.processed, results/059.processed, 006.html,
11567: 059.html: - more tests for match
11568:
11569: * tests/: 129.html, results/129.processed: - tests for
11570: ^table.hash[...][$.type[string|hash|table]] added
11571:
11572: * src/targets/cgi/parser3.C: - little syntax changes
11573:
11574: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11575: syntax changes
11576:
1.211 moko 11577: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11578: annoying 'SIGPIPE' messages in parser3.log switched off by
11579: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11580:
11581: 2007-08-08 misha
11582:
11583: * buildall-with-xml, buildall-without-xml: - remove libs source
11584: files by default since now
11585:
11586: 2007-08-07 misha
11587:
11588: * buildall-without-xml: - some option syntax changes
11589:
11590: * buildall-with-xml: - compile libxml2 without http support - some
11591: option syntax changes
11592:
11593: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11594:
11595: 2007-08-06 misha
11596:
11597: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11598:
11599: * tests/: 160.html, results/160.processed: - cache test was
11600: rewrited
11601:
11602: 2007-07-06 misha
11603:
11604: * tests/: 153.html, results/153.processed: - added test for
11605: ^math:sha1[string]
11606:
11607: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11608: transcoded
11609:
11610: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11611: were added
11612:
11613: 2007-06-28 misha
11614:
11615: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11616: some incorrect chars
11617:
11618: 2007-06-19 misha
11619:
11620: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11621: were moved on top because of gcc 4 had a problems during
11622: building.
11623:
11624: 2007-06-18 misha
11625:
11626: * tests/results/019.processed: - new image commited
11627:
11628: 2007-06-09 misha
11629:
11630: * src/classes/: op.C, table.C: - in while and table.select method
11631: as_expression used now
11632:
11633: * src/types/pa_vmethod_frame.h: - method as_expression was added
11634:
11635: 2007-06-08 misha
11636:
11637: * tests/: 166.html, results/166.processed: - test for
11638: ^match[...][n]
11639:
11640: * tests/: 165.html, results/165.processed: - tests for loops
11641:
11642: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11643: because of no speed/memory optimisation but some proglems with
11644: long cycles occure
11645:
11646: 2007-06-06 misha
11647:
11648: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11649: ^table.select(true) and ^table.select(1) didn't works because of
11650: awaiting junction-param only. fixed.
11651:
11652: 2007-05-24 misha
11653:
11654: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11655: with 0.5 secs interval
11656:
11657: * src/classes/op.C: - cache was rewrited. I hope it works with
11658: locking system now on unix
11659:
11660: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11661: system locks which wait till other threads release it but try get
11662: lock, if fail wait 1 sec and make 10 attempts.
11663:
11664: * src/include/pa_os.h: - consts for blocking locks + some comments
11665: were added
11666:
11667: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11668: opening files
11669:
11670: * src/classes/table.C: - changes in includes. if unclude <sstream>
11671: after our classes on unix it can't be build
11672:
11673: * src/types/pa_vhashfile.C: - not needed code removed
11674:
11675: 2007-05-23 misha
11676:
11677: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11678: include/pa_common.h: - cosmetic changes
11679:
11680: 2007-05-18 misha
11681:
11682: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11683: often. it's give some speed increasing
11684:
11685: * tests/results/160.processed: - returned time corrected
11686:
11687: * tests/160.html: - time increased because on unix 1 mean nothing
11688: :(
11689:
1.211 moko 11690: * operators.ru.txt, operators.txt: - added info about
11691: ^hash.contain[key]
1.95 moko 11692:
11693: * src/classes/hash.C: - added ^hash.contain[key]
11694:
11695: * src/include/pa_hash.h: - added method for checking key exists in
11696: hash
11697:
11698: 2007-05-07 misha
11699:
11700: * src/include/pa_string.h: - was compilation error during build on
11701: freebsd4
11702:
11703: 2007-05-03 misha
11704:
11705: * src/classes/table.C: - option $.type[hash|string|table] was added
11706: for ^table.hash[]
11707:
11708: * src/classes/file.C: - comment removed
11709:
11710: 2007-04-26 misha
11711:
11712: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11713: real files doesn't opened in place anymore
11714:
11715: 2007-04-24 misha
11716:
11717: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11718:
11719: * src/include/pa_exception.h: "static" removed
11720:
11721: 2007-04-23 misha
11722:
11723: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11724:
11725: * src/classes/math.C: added: - ^math:ln(N) (the same as
11726: ^math:log(N)) - ^math:lg(N)
11727:
11728: * tests/: 097.html, results/097.processed: - charsets converstion
11729: during ^file::load[text;http://...] added
11730:
11731: * tests/: 164.html, results/164.processed: - check for set expires
11732: as a date
11733:
11734: * tests/: 164.html, results/164.processed: - test for hashfile
11735:
11736: * src/classes/hashfile.C: - little comment changes
11737:
11738: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11739: access
11740:
11741: * src/: classes/date.C, classes/double.C, classes/file.C,
11742: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11743: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11744: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11745: classes/xnode.h, include/pa_request.h, main/execute.C,
11746: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11747: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11748: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11749: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11750: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11751: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11752: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11753: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11754: "parser.runtime" strings were removed
11755:
11756: * src/classes/hashfile.C: - with .clear[] called files_delete()
11757: now.
11758:
11759: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11760:
11761: * src/include/pa_exception.h: - string constant with
11762: "parser.runtime" text was added
11763:
11764: 2007-04-20 misha
11765:
1.211 moko 11766: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11767:
1.211 moko 11768: * operators.ru.txt, operators.txt: - added info about
11769: .^hashfile.release[], ^hashfile.clenaup[] and new
11770: ^string.match[][>N-option<]
1.95 moko 11771:
11772: * configure: =cheching for unsetenv
11773:
11774: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11775: ^hashfile.release[] were added
11776:
11777: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11778: ^string.match[][] understand new option now: return number of
11779: matches but not table wit results
11780:
11781: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11782: reopen now
11783:
11784: * src/classes/op.C: - bug. must be false
11785:
11786: * configure.in: - checking for unsetenv was added
11787:
11788: * src/types/pa_vform.C: - some comments
11789:
11790: 2007-04-18 misha
11791:
11792: * buildall-with-xml: moving to libxml2-2.6.28
11793:
11794: * buildall-with-xml, buildall-without-xml: added commented lines
11795: with --disable-safe-mode option
11796:
1.211 moko 11797: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11798:
11799: 2007-04-17 misha
11800:
11801: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11802: $form:files was added
11803:
11804: * tests/: 163.html, results/163.processed: removing auto format
11805:
11806: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11807:
11808: 2007-04-16 misha
11809:
11810: * tests/: 163.html, results/163.processed: - test for .int[],
11811: floor, round, ceiling and .format[]
11812:
11813: * src/classes/file.C: - little optimization for getting args in
11814: exec/cgi
11815:
11816: 2007-04-13 misha
11817:
11818: * src/classes/file.C: - arguments for file::exec/cgi can be
11819: specified now as s table with one column
11820:
11821: 2007-03-27 misha
11822:
11823: * tests/: 162.html, results/162.processed: - test for
11824: ^table.select(^condition[$t])
11825:
11826: * tests/results/auto.p: - load windows-1251 charset for some tests
11827:
11828: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11829:
11830: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11831: 161_windows1251.txt: - added test for
11832: ^file::load[text;/local/file.txt;$.charset[...]]
11833:
11834: * tests/: results/013.processed, 013.html: - added test for
11835: checking $._default value while hash modifications
11836:
11837: * tests/: 160.html, results/160.processed: - add test for
11838: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11839:
11840: 2007-03-22 misha
11841:
11842: * src/include/pa_common.h: - "charset" string defined for
11843: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11844:
11845: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11846: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11847: added - not needed transcodes were removed from
11848: ^file::load[...;http://...]
11849:
11850: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11851: added
11852:
11853: * src/classes/date.C: - date.week was fixed
11854:
1.211 moko 11855: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11856:
11857: * tests/: 159.html, results/159.processed: - tests for date.week
11858: and date.weekyear added
11859:
11860: 2007-03-15 misha
11861:
11862: * src/classes/table.C: - enclose column numbers for nameless tables
11863: as well
11864:
11865: 2007-03-14 misha
11866:
11867: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11868:
11869: * src/classes/table.C: - table.save optimization: now required much
11870: less memory
11871:
11872: 2007-03-13 misha
11873:
11874: * tests/results/: 158.processed, 158.processes: - tests for
11875: table.save/table.load
11876:
11877: * tests/: 158.html, results/158.processes: - tests for
11878: table.save/table.load
11879:
11880: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11881:
11882: * buildall-with-xml: - pattern needed now for building
11883:
11884: * tests/results/097.processed: - added test results for xdoc::load
11885: & xdoc::load[http://...]
11886:
11887: * tests/097.html: - added test for xdoc::load
11888:
11889: 2007-03-12 misha
11890:
11891: * tests/: 107.html, results/107.processed: - added test for xpath
11892: '//man'
11893:
11894: 2007-03-01 misha
11895:
11896: * tests/: 097.html, results/097.processed: - added test for
11897: creating xdoc from file
11898:
11899: * tests/: results/157.processed, 157.html: - added test for
11900: file:move
11901:
11902: 2007-02-28 misha
11903:
11904: * src/classes/xdoc.C: - another attempt
11905:
11906: * src/classes/xdoc.C: - roll back last changes for a while
11907:
1.211 moko 11908: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11909: ^xdoc::create[$file] added.
1.95 moko 11910:
11911: * src/classes/file.C: - under lock we create non-exist dir anyway
11912:
11913: * tests/results/099.processed: - ever send content-disposition to
11914: client with file
11915:
11916: * tests/157.html: + test for file:copy
11917:
11918: 2007-02-26 misha
11919:
11920: * src/classes/file.C: - some similar strings moved to #define
11921: instead of to be copy/pasted many times
11922:
11923: * src/types/pa_vfile.h: - class name string ("file") moved to
11924: #define
11925:
11926: 2007-02-20 misha
11927:
11928: * configure.in: - added some strings for sqlite detection
11929:
11930: 2007-02-19 misha
11931:
1.211 moko 11932: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11933:
11934: * buildall-with-xml, buildall-without-xml: - some modifications
11935:
11936: 2007-02-17 misha
11937:
11938: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11939:
11940: * src/main/pa_request.C: - damn, i forgot to commit it while I
11941: change console behaviour
11942:
11943: 2007-02-12 misha
11944:
11945: * src/targets/cgi/parser3.C: - don't print headers if
11946: $console:line[data] was used during cgi execution.
11947:
11948: * src/types/pa_vconsole.h: - console class have bool flag now which
11949: marked as 'true' if class was used.
11950:
11951: * tests/: 152.html, results/152.processed: - more types was added
11952: to test 152
11953:
11954: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11955: adding 'bool' (^if($image){} caused exception)
11956:
11957: 2007-02-09 misha
11958:
11959: * tests/: 152.html, results/152.processed: - test alightly updated
11960:
11961: * tests/: 152.html, results/152.processed: - test rewrited
11962:
11963: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11964: bugfix. I broke xdoc & xnode in expression
11965:
11966: 2007-02-08 misha
11967:
11968: * tests/: 152.html, results/152.processed: - add test for checking
11969: 'def' for void, string, bool, int & double
11970:
11971: 2007-02-07 misha
11972:
1.211 moko 11973: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11974: added
1.95 moko 11975:
11976: * tests/results/153.processed: - result test for
11977: ^file:base64[filespec] was updated
11978:
11979: * tests/153.html: - test for ^file:base64[filespec] was added
11980:
11981: * src/types/pa_vconsole.h: - little optimization
11982:
11983: * src/classes/file.C: - ^file:base64[filespec]
11984:
11985: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11986:
11987: * src/include/pa_common.h: - declarations for
11988: ^file:base64[filespec]
11989:
11990: * src/types/pa_vcookie.C: - little optimization
11991:
11992: 2007-02-06 misha
11993:
11994: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11995: were temporary commented
11996:
11997: * src/types/pa_vbool.h: - bugfix
11998:
11999: * tests/156.html: - added test for bool cookie
12000:
12001: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12002:
12003: * tests/: 155.html, results/155.processed: - added test for check
12004: $.encloser[] option for table save/load
12005:
12006: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12007:
12008: 2007-02-05 misha
12009:
12010: * tests/results/152.processed: - newline at the end was missed
12011:
12012: * tests/results/141.processed: - math:md5 must be lowercased
12013:
12014: * src/targets/cgi/parser3.C: - 2007 in help ;)
12015:
12016: 2007-02-03 misha
12017:
12018: * tests/results/: 150.processed, 151.processed, 152.processed: -
12019: test for bool added and some content length fixes
12020:
12021: * tests/152.html: - test for bool added
12022:
12023: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12024:
1.211 moko 12025: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12026:
1.116 moko 12027: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12028: classes/classes.vcproj, classes/double.C, classes/int.C,
12029: classes/string.C, classes/void.C, classes/xnode.C,
12030: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12031: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12032: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12033: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12034: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12035: types/types.vcproj: - bool class was added
12036:
12037: * src/main/pa_request.C: - fix
12038:
12039: 2007-01-18 misha
12040:
12041: * src/: main/pa_string.C, classes/string.C: - return table during
12042: ^string.match[][] even if no matched found.
12043:
12044: 2006-12-20 misha
12045:
12046: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12047: http://www.parser.ru/forum/?id=55598 ]
12048:
12049: 2006-12-19 misha
12050:
12051: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12052: details: http://www.parser.ru/forum/?id=52359
12053:
12054: * src/main/pa_request.C: - always set content-disposition for
12055: $response:body[hash here]. more details:
12056: http://www.parser.ru/forum/?id=52130
12057:
12058: 2006-12-07 misha
12059:
1.211 moko 12060: * operators.ru.txt, operators.txt: - added info about bool params
12061: in cookie set
1.95 moko 12062:
12063: * src/types/pa_vcookie.C: - bool param in cookies available now
12064: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12065: ]
12066:
12067: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12068: was added
12069:
12070: 2006-12-02 misha
12071:
12072: * src/classes/file.C: - file_block_read used instead of native read
12073:
12074: * src/main/pa_common.C: - added file_block_read with read error
12075: detection - file_block_read used instead of native read
12076:
12077: * src/include/pa_common.h: - added file_block_read declaration
12078:
12079: 2006-12-01 misha
12080:
1.211 moko 12081: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12082: added
1.95 moko 12083:
12084: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12085: $var.CLASS_NAME added
12086:
1.211 moko 12087: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12088:
12089: * src/classes/file.C: - ^file:copy[from;fo] was added
12090:
12091: 2006-11-20 misha
12092:
12093: * src/classes/date.C: - bug fix :)
12094:
12095: 2006-11-17 misha
12096:
12097: * src/include/pa_common.h: - array in crc32 calculation was changed
12098: to static
12099:
12100: * src/main/pa_common.C: - little optimization in getMonthDays -
12101: small changes in crc32 calculation
12102:
12103: * src/classes/date.C: - not needed code was removed
12104:
12105: 2006-11-16 misha
12106:
12107: * src/types/pa_vmail.C: - fix missed brakes
12108:
12109: * src/types/pa_vmail.C: - mail:send now set content-type:
12110: multipart/related instead of multipart/mixed if file have
12111: $.content-id[]
12112:
12113: 2006-11-15 misha
12114:
12115: * src/types/pa_vdouble.h: abs -> fabs
12116:
12117: 2006-11-14 misha
12118:
1.211 moko 12119: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12120: and ^file:md5[file-name]
1.95 moko 12121:
12122: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12123: added
12124:
12125: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12126: FILE_BUFFER_SIZE
12127:
12128: * src/classes/math.C: - hex_string was moved to pa_common.h
12129:
12130: * src/include/pa_common.h: - hex_string was moved from math.C -
12131: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12132:
12133: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12134: values was fixed
12135:
12136: 2006-11-13 misha
12137:
1.211 moko 12138: * operators.ru.txt, operators.txt: - added info about
12139: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12140:
12141: * src/classes/math.C: - added ^math:crc32[string]
12142:
12143: * src/classes/file.C: - some comments were changed - added
12144: ^file:crc32[file-name] and ^file.crc32[]
12145:
12146: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12147: crc32 calculation added
12148:
12149: 2006-11-03 misha
12150:
12151: * src/include/pa_array.h: - not needed variable removed
12152:
12153: * tests/: 150.html, 151.html, results/150.processed,
12154: results/151.processed: - 2 tests were added
12155:
12156: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12157: with $.reverse(1) were fixed
12158:
12159: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12160: query converted to $.charset during ^file::load[http://...]
12161:
12162: 2006-11-02 misha
12163:
12164: * src/include/pa_table.h: ups. forget '=' char
12165:
12166: * src/include/pa_table.h: - one more fix in
12167: .locate[...][$.reverse(1)]
12168:
12169: 2006-11-01 misha
12170:
12171: * src/classes/math.C: - bug fix, details:
12172: http://www.parser.ru/forum/?id=53360
12173:
12174: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12175: false for all records )[$.reverse(1)]
12176:
12177: * src/main/pa_http.C: - second param for this mid method is length
12178: but not end_index so this method has error and can't detect
12179: charsets in next content-types: Content-type: text/html;
12180: charset="windows-1251" Content-type: text/html;
12181: charset="windows-1251"; Content-type: text/html;
12182: charset=windows-1251;
12183:
12184: only Content-type: text/html; charset=windows-1251 was fine
12185:
12186: 2006-10-31 misha
12187:
12188: * src/classes/file.C: - empty args in file::exec removed now
12189:
12190: 2006-09-03 paf
12191:
12192: * src/classes/file.C: proper tainting of
12193: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12194:
12195: 2006-06-09 paf
12196:
12197: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12198:
12199: * src/classes/table.C: formatting
12200:
12201: * src/classes/table.C: incorporated patch from misha: Sent:
12202: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12203: ignoring string options for ^table.save[]
12204:
12205: * src/classes/hash.C: incorporated patch from misha Sent:
12206: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12207: $hash._default disappear while
12208:
1.211 moko 12209: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12210: $.value[file] $.format[!uue|!base64] << new base64 option.
12211: default uue ] ]
1.95 moko 12212:
12213: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12214: PM Subject: patch for base64 in ^mail:send[] %-)
12215:
12216: 2006-04-09 paf
12217:
12218: * src/main/compile.tab.C: ` change compiled
12219:
1.211 moko 12220: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12221: src/classes/classes.vcproj, src/classes/file.C,
12222: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12223: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12224: src/classes/xnode.C, src/include/pa_array.h,
12225: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12226: src/include/pa_memory.h, src/include/pa_request.h,
12227: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12228: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12229: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12230: src/lib/pcre/pcre_dftables.vcproj,
12231: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12232: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12233: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12234: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12235: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12236: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12237: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12238: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12239: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12240: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12241: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12242: src/types/pa_value.h, src/types/pa_vcookie.C,
12243: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12244: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12245: src/types/pa_vstatus.C, src/types/types.vcproj,
12246: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12247: ^menu, ^hash/hashfile.foreach
12248:
12249: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12250: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12251: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12252: src/classes/xnode.C, src/include/pa_array.h,
12253: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12254: src/include/pa_memory.h, src/include/pa_request.h,
12255: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12256: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12257: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12258: src/lib/pcre/pcre_dftables.vcproj,
12259: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12260: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12261: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12262: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12263: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12264: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12265: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12266: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12267: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12268: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12269: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12270: src/types/pa_value.h, src/types/pa_vcookie.C,
12271: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12272: src/types/pa_vstatus.C, src/types/types.vcproj,
12273: tests/descript.ion: ! switched to VS2005 (projects and
12274: object<info explicitly typed>.for_each(, info)) +
12275: $response:field[] setting void means removing + grammar $name`
12276: name stops now, for mysql `$field` + started ^break[]
12277: ^continue[], in ^for. TODO: to other iterators (while, menu,
12278: foreach) + all log messages += [uri=, method=, cl=]
12279:
12280: * buildall-with-xml: merged . ftp paths update
12281:
12282: * buildall-with-xml: . ftp paths update
12283:
12284: 2006-03-04 paf
12285:
12286: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12287: checks++ [thanks to Igor Zinkovsky for detailed report]
12288:
12289: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12290: Igor Zinkovsky for detailed report]
12291:
12292: 2006-03-01 paf
12293:
12294: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12295: \n to ' ' in
12296:
12297: 2006-02-18 paf
12298:
12299: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12300: \n to ' ' in
12301:
12302: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12303:
12304: 2006-02-03 paf
12305:
12306: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12307: base64
12308:
12309: * src/main/pa_common.C: ! bugfix: decoding from base64
12310:
12311: 2006-01-20 paf
12312:
12313: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12314: economy fix
12315:
12316: * src/classes/: table.C: merged from HEAD ! bugfix
12317: ^table.save[$.encloser-s now handled properly
12318:
12319: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12320: handled properly
12321:
12322: 2006-01-19 paf
12323:
12324: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12325: libgc:USE_MUNMAP activates merging of free memory blocks which
12326: helps a lot in our case: after transform we want
12327: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12328:
12329: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12330: economy fix
12331:
12332: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12333: activates merging of free memory blocks which helps a lot in our
12334: case: after transform we want CORD(main.result)->cstr[big
12335: malloc]->transcode[big malloc]
12336:
12337: 2006-01-17 paf
12338:
12339: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12340: before reading them. got rid of reallocs = became quicker and
12341: less fragmentated
12342:
12343: 2005-12-29 paf
12344:
1.116 moko 12345: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12346: configure, configure.in, src/include/pa_version.h,
12347: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12348: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12349: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12350: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12351: src/lib/ltdl/missing: . merged from 3.2.1
12352:
1.116 moko 12353: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12354: packaged when 'make dist', so do configure companion files in
12355: src/lib/ltdl
12356:
12357: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12358: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12359: missing: . now config_auto.h is created with configure [were
12360: constant]
1.95 moko 12361:
12362: * INSTALL: . references to documentation and some clarification
12363:
12364: * buildall-with-xml, buildall-without-xml: . farawell doc
12365: indication
12366:
1.116 moko 12367: * Makefile.am: . dist+=buildall*
1.95 moko 12368:
12369: 2005-12-28 paf
12370:
12371: * configure: . 3.2.1
12372:
12373: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12374: simplify build process, see INSTALL
12375:
12376: 2005-12-26 paf
12377:
12378: * configure: ver
12379:
12380: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12381: version
12382:
12383: 2005-12-21 paf
12384:
12385: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12386: compiled with bison 1.875b, it reports unexpected token names
12387:
12388: 2005-12-19 paf
12389:
12390: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12391: holds a link to xmlNode to prevent premature gc(xmlNode)
12392:
12393: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12394: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12395: src/main/main.vcproj, src/main/pa_globals.C,
12396: src/targets/cgi/parser3.vcproj,
12397: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12398: configure, configure.in, src/include/pa_version.h: . killing
12399: gdome [what a relief]
12400:
12401: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12402: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12403: run_parser.sh, results/001.processed, results/002.processed,
12404: results/003.processed, results/004.processed,
12405: results/005.processed, results/006.processed,
12406: results/008.processed, results/009.processed,
12407: results/010.processed, results/011.processed,
12408: results/012.processed, results/013.processed,
12409: results/014.processed, results/015.processed,
12410: results/016.processed, results/017.processed,
12411: results/018.processed, results/020.processed,
12412: results/021.processed, results/022.processed,
12413: results/023.processed, results/024.processed,
12414: results/025.processed, results/026.processed,
12415: results/027.processed, results/028.processed,
12416: results/029.processed, results/030.processed,
12417: results/031.processed, results/032.processed,
12418: results/033.processed, results/034.processed,
12419: results/035.processed, results/036.processed,
12420: results/037.processed, results/038.processed,
12421: results/039.processed, results/040.processed,
12422: results/041.processed, results/042.processed,
12423: results/043.processed, results/044.processed,
12424: results/045.processed, results/046.processed,
12425: results/047.processed, results/048.processed,
12426: results/049.processed, results/050.processed,
12427: results/051.processed, results/052.processed,
12428: results/053.processed, results/054.processed,
12429: results/055.processed, results/056.processed,
12430: results/057.processed, results/058.processed,
12431: results/059.processed, results/060.processed,
12432: results/061.processed, results/062.processed,
12433: results/063.processed, results/064.processed,
12434: results/065.processed, results/066.processed,
12435: results/067.processed, results/068.processed,
12436: results/069.processed, results/070.processed,
12437: results/071.processed, results/072.processed,
12438: results/073.processed, results/074.processed,
12439: results/075.processed, results/076.processed,
12440: results/077.processed, results/078.processed,
12441: results/079.processed, results/080.processed,
12442: results/081.processed, results/082.processed,
12443: results/083.processed, results/084.processed,
12444: results/085.processed, results/086.processed,
12445: results/087.processed, results/088.processed,
12446: results/089.processed, results/090.processed,
12447: results/091.processed, results/092.processed,
12448: results/093.processed, results/094.processed,
12449: results/095.processed, results/096.processed,
12450: results/097.processed, results/099.processed,
12451: results/100.processed, results/101.processed,
12452: results/102.processed, results/104.processed,
12453: results/105.processed, results/106.processed,
12454: results/107.processed, results/108.processed,
12455: results/109.processed, results/110.processed,
12456: results/111.processed, results/112.processed,
12457: results/113.processed, results/114.processed,
12458: results/115.processed, results/117.processed,
12459: results/119.processed, results/120.processed,
12460: results/121.processed, results/122.processed,
12461: results/123.processed, results/124.processed,
12462: results/125.processed, results/126.processed,
12463: results/127.processed, results/128.processed,
12464: results/129.processed, results/130.processed,
12465: results/131.processed, results/132.processed,
12466: results/133.processed, results/134.processed,
12467: results/135.processed, results/136.processed,
12468: results/138.processed, results/139.processed,
12469: results/140.processed, results/141.processed,
12470: results/142.processed, results/143.processed,
12471: results/144.processed, results/145.processed,
12472: results/146.processed, results/147.processed,
12473: results/148.processed, results/149.processed, results/auto.p: .
12474: now works if we turn off default auto.p
12475:
1.116 moko 12476: * configure: . makes
1.95 moko 12477:
12478: * src/types/pa_vxnode.C: . less warnings
12479:
12480: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12481: tests/145.html, tests/149.html, tests/descript.ion,
12482: tests/outputs/d.cmd, tests/results/142.processed,
12483: tests/results/143.processed, tests/results/144.processed,
12484: tests/results/145.processed, tests/results/146.processed,
12485: tests/results/147.processed, tests/results/148.processed,
12486: tests/results/149.processed: . removed .nodeValue from all node
12487: types other than 5 (grabbed piece from gdome)
12488:
12489: * tests/: 137.html, results/137.processed: . not handled this case
12490: yet. code does not hang from inserting parent into child,
12491: considering thing minor issue -- nodes are removed from source
12492: anyway, don't know why shold that be an error after all
12493:
12494: * src/targets/cgi/parser3.C: . style
12495:
12496: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12497: xdoc too [were barking "not element"]
12498:
12499: 2005-12-16 paf
12500:
12501: * tests/: 146.html, 147.html, 148.html: . more tests
12502:
12503: * src/classes/xnode.C: . also bark on possible errors
12504:
12505: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12506: props
12507:
12508: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12509: main/compile.y: merged from HEAD ! fixed overoptimized
12510: ^call(false) case. (confused it with ^call[] case)
12511:
12512: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12513: ^call(false) case. (confused it with ^call[] case)
12514:
12515: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12516:
12517: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12518: results/001.processed, results/002.processed,
12519: results/003.processed, results/004.processed,
12520: results/005.processed, results/006.processed,
12521: results/008.processed, results/009.processed,
12522: results/010.processed, results/011.processed,
12523: results/012.processed, results/013.processed,
12524: results/014.processed, results/015.processed,
12525: results/016.processed, results/017.processed,
12526: results/018.processed, results/019.processed,
12527: results/020.processed, results/021.processed,
12528: results/022.processed, results/023.processed,
12529: results/024.processed, results/025.processed,
12530: results/026.processed, results/027.processed,
12531: results/028.processed, results/029.processed,
12532: results/030.processed, results/031.processed,
12533: results/032.processed, results/033.processed,
12534: results/034.processed, results/035.processed,
12535: results/036.processed, results/037.processed,
12536: results/038.processed, results/039.processed,
12537: results/040.processed, results/041.processed,
12538: results/042.processed, results/043.processed,
12539: results/044.processed, results/045.processed,
12540: results/046.processed, results/047.processed,
12541: results/048.processed, results/049.processed,
12542: results/050.processed, results/051.processed,
12543: results/052.processed, results/053.processed,
12544: results/054.processed, results/055.processed,
12545: results/056.processed, results/057.processed,
12546: results/058.processed, results/059.processed,
12547: results/060.processed, results/061.processed,
12548: results/062.processed, results/063.processed,
12549: results/064.processed, results/065.processed,
12550: results/066.processed, results/067.processed,
12551: results/068.processed, results/069.processed,
12552: results/070.processed, results/071.processed,
12553: results/072.processed, results/073.processed,
12554: results/074.processed, results/075.processed,
12555: results/076.processed, results/077.processed,
12556: results/078.processed, results/079.processed,
12557: results/080.processed, results/081.processed,
12558: results/082.processed, results/083.processed,
12559: results/084.processed, results/085.processed,
12560: results/086.processed, results/087.processed,
12561: results/088.processed, results/089.processed,
12562: results/090.processed, results/091.processed,
12563: results/092.processed, results/093.processed,
12564: results/094.processed, results/095.processed,
12565: results/096.processed, results/097.processed,
12566: results/099.processed, results/101.processed,
12567: results/102.processed, results/104.processed,
12568: results/105.processed, results/106.processed,
12569: results/107.processed, results/108.processed,
12570: results/109.processed, results/110.processed,
12571: results/111.processed, results/112.processed,
12572: results/113.processed, results/114.processed,
12573: results/115.processed, results/116.processed,
12574: results/117.processed, results/118.processed,
12575: results/119.processed, results/120.processed,
12576: results/121.processed, results/122.processed,
12577: results/123.processed, results/124.processed,
12578: results/125.processed, results/126.processed,
12579: results/127.processed, results/128.processed,
12580: results/129.processed, results/130.processed,
12581: results/131.processed, results/132.processed,
12582: results/133.processed, results/134.processed,
12583: results/135.processed, results/136.processed,
12584: results/137.processed, results/138.processed,
12585: results/139.processed, results/140.processed,
12586: results/141.processed: . refreshed old tests, made them work
12587: without auto.p (in utf8) . things noted: . gif got encoded
12588: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12589: some strange year)
12590:
12591: * INSTALL: . revived linux libgc fix
12592:
12593: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12594: glib/gdome in INSTALL and patches]
12595:
12596: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12597: include/pa_charset.h, include/pa_config_includes.h,
12598: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12599: include/pa_xml_exception.h, lib/cord/Makefile.am,
12600: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12601: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12602: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12603: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12604: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12605: types/pa_vxnode.h: . started killing gdome
12606:
12607: 2005-12-13 paf
12608:
12609: * src/main/: pa_request.C: merged from HEAD ! when code in
12610: @unhandled_exception thrown another exception, print correct
12611: origin (earlier code in catch of exception inside of
12612: @unhandled_exception grabbed parent_frame(original_exception)
12613: origin and printed it, instead of true origin)
12614:
12615: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12616: another exception, print correct origin (earlier code in catch of
12617: exception inside of @unhandled_exception grabbed
12618: parent_frame(original_exception) origin and printed it, instead
12619: of true origin)
12620:
12621: 2005-12-09 paf
12622:
12623: * INSTALL: . updated INSTALL doc to work around linux stack base
12624: detection problem, due to change in gc6.4 code
12625:
12626: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12627: ignored in ^string.matched :(
12628:
12629: * src/main/pa_string.C: ! regex tainting were ignored in
12630: ^string.matched :(
12631:
12632: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12633: src/include/pa_config_fixed.h, src/include/pa_version.h,
12634: src/main/compile.y, src/main/compile_tools.h,
12635: src/main/pa_charset.C, src/main/pa_common.C,
12636: src/main/pa_globals.C, src/main/pa_string.C,
12637: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12638: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12639:
12640: 2005-12-08 paf
12641:
12642: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12643: 500 chars now handled OK [were wrapped on 500th char according to
12644: rfc, but sendmail failed to unwrap it properly]
12645:
12646: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12647: handled OK [were wrapped on 500th char according to rfc, but
12648: sendmail failed to unwrap it properly]
12649:
12650: * src/targets/isapi/parser3isapi.C: . less warnings
12651:
12652: * src/targets/isapi/parser3isapi.C: . undone some strange change
12653: since 3.1.5
12654:
12655: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12656: link fixes
12657:
12658: * src/: classes/date.C, include/pa_config_fixed.h,
12659: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12660: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12661: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12662:
12663: * src/include/pa_config_fixed.h: . removed outdated string origins
12664: [in current storage scheme there's no place for them. someday we
12665: can add third CORD to store origins and special version of parser
12666: which stores origins there [separate binary]]
12667:
12668: 2005-12-07 paf
12669:
12670: * src/targets/isapi/parser3isapi.C: . now links in release mode
12671:
12672: * src/include/pa_version.h: makefiles
12673:
12674: * src/include/pa_version.h: . not beta
12675:
12676: * configure, configure.in, src/include/pa_version.h: not beta
12677:
12678: 2005-12-06 paf
12679:
12680: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12681: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12682: decided to undo the change ^call[$void] passes void. now it will
12683: pass empty string again.
12684:
12685: * src/main/: compile.tab.C, compile.y: . version readded
12686:
12687: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12688: = ^switch[void] problem
12689:
12690: 2005-12-01 paf
12691:
12692: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12693: caused ^case[string] to be coerced to double since searching
12694: value were not string (it was vvoid)
12695:
12696: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12697: ^case[string] to be coerced to double since searching value were
12698: not string (it was vvoid)
12699:
12700: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12701: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12702:
12703: 2005-11-30 paf
12704:
12705: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12706: win32 must putenv("TZ="), on unix works only putenv("TZ")
12707:
12708: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12709: putenv("TZ="), on unix works only putenv("TZ")
12710:
12711: * INSTALL: . xml libs versions updated
12712:
12713: * src/main/pa_globals.C: //20051130 trying to remove this, author
12714: claims that fixed a lot there // 20040920 for now both
12715: workarounds needed. wait for new libxml/xsl versions
12716:
12717: 2005-11-28 paf
12718:
12719: * src/classes/table.C: merged from HEAD: ! nameless table has
12720: columns==0
12721:
12722: * src/classes/table.C: ! nameless table has columns==0
12723:
12724: * src/main/pa_http.C: merged from HEAD: ! status line check made
12725: earlier [was totally wrong]
12726:
12727: * src/main/pa_http.C: ! status line check made earlier [was totally
12728: wrong]
12729:
12730: 2005-11-25 paf
12731:
12732: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12733: undoing for now...
12734:
12735: * src/include/pa_version.h: -this reduces speed(table::load),
12736: strange. undoing
12737:
12738: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12739:
12740: * src/classes/op.C: + ^while(){}[SEPARATOR]
12741:
12742: * src/include/pa_array.h: + optimistics added: all arrays (table
12743: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12744: this speeds things up and saves memory a LOT! (not noticed
12745: negative effect on syntetic tests, future will tell...)
12746:
12747: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12748: changed gc_malloc implementation, which obscured profiling
12749:
12750: * src/classes/table.C: merged from HEAD: + optimized
12751: table::load/sql, now row ArrayString-s allocated with
12752: columns.count() elements and don't always grow from
12753: count=3[realloc,realloc]
12754:
12755: * src/classes/table.C: + optimized table::load/sql, now row
12756: ArrayString-s allocated with columns.count() elements and don't
12757: always grow from count=3[realloc,realloc]
12758:
12759: * src/classes/table.C: merged from HEAD: . ^table.save unused
12760: buffer after save
12761:
12762: * src/classes/table.C: . ^table.save unused buffer after save
12763:
12764: 2005-11-24 paf
12765:
12766: * configure.in: . merged glib2-config patch
12767:
12768: * configure.in: + trying to find glib2-config
12769:
12770: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12771: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12772: file/dir_readable to simple file/dir_exist, this would help in
12773: situations "class not found because .p file has bad rights" << in
12774: that case error would be explicit "access denied to 'this' file"
12775:
1.116 moko 12776: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12777:
12778: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12779: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12780: to simple file/dir_exist, this would help in situations "class
12781: not found because .p file has bad rights" << in that case error
12782: would be explicit "access denied to 'this' file"
12783:
12784: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12785: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12786: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12787: ^file::exec/cgi[script;$.charset[changed]
12788: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12789: encoded in $.charset charset
12790:
12791: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12792: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12793: encoded in $.charset charset
12794:
12795: * src/: include/Makefile.am, include/pa_common.h,
12796: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12797: main/pa_common.C, main/pa_http.C: . extracted http:// into
12798: separate file [preparation for
12799: ^file::cgi[script;$.form[$.field1[]
12800:
12801: 2005-11-22 paf
12802:
12803: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12804:
12805: * acinclude.m4, configure.in: . merged underquting fixes
12806:
1.116 moko 12807: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12808:
12809: * src/classes/op.C: . overmerged a little
12810:
12811: * src/main/compile.tab.C: Makefile
12812:
12813: * src/main/: pa_common.C: . less gcc warnings
12814:
12815: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12816: now reports original exception if we have no old cache
12817:
12818: * src/classes/op.C: + $exception.handled[cache] now reports
12819: original exception if we have no old cache
12820:
12821: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12822: from HEAD: + ^taint/untaint[regex] << escapes these:
12823: \^$.[]|()?*+{}
12824:
12825: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12826: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12827:
12828: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12829: getenv-ed variable, which does not work both on win32&unix.
12830: copied old TZ value now
12831:
12832: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12833: stored pointer to getenv-ed variable, which does not work both on
12834: win32&unix. copied old TZ value now
12835:
12836: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12837: getenv-ed variable, which does not work both on win32&unix.
12838: copied old TZ value now
12839:
12840: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12841: access to internal hash
12842:
12843: * src/types/pa_vresponse.C: + $response:headers access to internal
12844: hash
12845:
12846: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12847: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12848: isapi] this reduces number of "GC Warning: Repeated allocation of
12849: very large block" messages to only important onces
12850:
12851: * src/targets/isapi/parser3isapi.C: +
12852: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12853: isapi] this reduces number of "GC Warning: Repeated allocation of
12854: very large block" messages to only important onces
12855:
12856: * src/classes/string.C: merged from HEAD: + removed limitation on
12857: ^string/int/double:sql{}[$.default[({param style})] ]
12858:
12859: * src/classes/string.C: + removed limitation on
12860: ^string/int/double:sql{}[$.default[({param style})] ]
12861:
12862: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12863: with ?params or $.form option" limitation
12864:
12865: * src/main/pa_common.C: + removed "use either uri with ?params or
12866: $.form option" limitation
12867:
12868: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12869: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12870: ^file::base64[encoded] decode
12871:
12872: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12873: main/pa_common.C: + ^file.base64[] encode +
12874: ^file::base64[encoded] decode
12875:
12876: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12877: ^string:base64[encoded] decode
12878:
12879: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12880: ^string:base64[in] encode + ^string.base64[] decode
12881:
12882: 2005-11-21 paf
12883:
12884: * src/classes/file.C: + merged from HEAD:
12885: ^file::create[text;file.xml;^untaint[xml]{data}]
12886:
12887: * src/classes/file.C: +
12888: ^file::create[text;file.xml;^untaint[xml]{data}]
12889:
12890: * src/main/pa_request.C: ! merged: $response:body[file] now
12891: differes from :download, it does not return content-disposition
12892: at all now [previusely it returned valueless content-disposition]
12893:
12894: * src/main/pa_request.C: ! $response:body[file] now differes from
12895: :download, it does not return content-disposition at all now
12896: [previusely it returned valueless content-disposition]
12897:
12898: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12899: literals, reverted to just vvod, recreating empty array with each
12900: void_value token. that's absolutely needed, since that array
12901: grows
12902:
12903: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12904: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12905: types/pa_vmethod_frame.h: + merged: expression literals:
12906: true/false. ^format[$.indent(true)]
12907:
12908: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12909: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12910: types/pa_vmethod_frame.h: + expression literals: true/false.
12911: ^format[$.indent(true)]
12912:
12913: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12914: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12915: i386-pc-win32)"
12916:
12917: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12918: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12919: i386-pc-win32)"
12920:
12921: 2005-11-18 paf
12922:
12923: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12924: null}[$.default(123)] will now return default value
12925:
12926: * src/classes/op.C: + merged ^cache[] << returns current cache
12927: expiration time
12928:
12929: * src/classes/op.C: + ^cache[] << returns current cache expiration
12930: time
12931:
12932: * src/classes/table.C: ! merged ^table::create[not'nameless';
12933: failed << Exception.problem_source pointed to local var!
12934:
12935: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12936: Exception.problem_source pointed to local var!
12937:
12938: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12939: now loads VFile.ptr!=0, so such files can be saved now
12940:
12941: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12942: loads VFile.ptr!=0, so such files can be saved now
12943:
12944: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12945: only . and .. now removed from list [were removed all .*]
12946:
12947: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12948: .. now removed from list [were removed all .*]
12949:
12950: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12951: open error now checked, were not :( [stole that piece from apache
12952: 1.3 sources]
12953:
12954: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12955: checked, were not :( [stole that piece from apache 1.3 sources]
12956:
12957: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12958: untainting of @main result if returned by $result or
12959: $response:body
12960:
12961: * src/main/pa_request.C: ! ensured proper untainting of @main
12962: result if returned by $result or $response:body
12963:
12964: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12965: issue: now tries to guess content-length and allocates one big
12966: piece if possible [regretfully gc_realloc works as malloc+free,
12967: leaving lots of holes behind]
12968:
12969: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12970: fixed file load memory issue: now tries to guess content-length
12971: and allocates one big piece if possible [regretfully gc_realloc
12972: works as malloc+free, leaving lots of holes behind]
12973:
12974: 2005-11-16 paf
12975:
12976: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12977: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12978: table::save with enclosers now doubles them: "->"" !
12979: table::save/load do not remove elements from options hash
12980:
12981: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12982: [were overoptimized ^if(double_literal), compiler confused
12983: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12984:
12985: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12986: [were overoptimized ^if(double_literal), compiler confused
12987: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12988:
12989: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12990: main/pa_common.C: ! table::save with enclosers now doubles them:
12991: "->"" ! table::save/load do not remove elements from options hash
12992:
12993: 2005-11-03 paf
12994:
1.116 moko 12995: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12996: compilation, not all makefiles liked that
1.95 moko 12997:
12998: 2005-08-30 paf
12999:
13000: * src/classes/op.C: merge . speedup check of [DEFAULT]
13001:
13002: * src/classes/op.C: . speedup check of [DEFAULT]
13003:
13004: 2005-08-26 paf
13005:
13006: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13007:
13008: * src/: classes/date.C, types/pa_vdate.h: + date.week
13009:
13010: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13011: complains about bad!=nameless
13012:
13013: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13014: about bad!=nameless
13015:
13016: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13017: optional options were allowed to be empty. were checked
13018: if(is_string), changed to !defined||is_string to allow void
13019:
13020: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13021: classes/string.C, classes/table.C, classes/void.C: ! optional
13022: options were allowed to be empty. were checked if(is_string),
13023: changed to !defined||is_string to allow void
13024:
13025: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13026: as_junction where they needed as_int/double, so failed with
13027: recent "(const) now no junction" optimization
13028:
13029: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13030: merged ! many classes/* used as_junction where they needed
13031: as_int/double, so failed with recent "(const) now no junction"
13032: optimization
13033:
13034: * src/: classes/double.C, classes/int.C, classes/math.C,
13035: classes/op.C, classes/string.C, classes/table.C,
13036: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13037: used as_junction where they needed as_int/double, so failed with
13038: recent "(const) now no junction" optimization
13039:
13040: 2005-08-24 paf
13041:
13042: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13043: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13044: stripped it
13045:
13046: 2005-08-09 paf
13047:
13048: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13049: not cleared
13050:
13051: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13052: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13053: classes/hashfile.C, classes/image.C, classes/int.C,
13054: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13055: classes/response.C, classes/string.C, classes/table.C,
13056: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13057: include/pa_array.h, include/pa_cache_managers.h,
13058: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13059: include/pa_config_fixed.h, include/pa_config_includes.h,
13060: include/pa_dictionary.h, include/pa_dir.h,
13061: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13062: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13063: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13064: include/pa_request_charsets.h, include/pa_request_info.h,
13065: include/pa_sapi.h, include/pa_socks.h,
13066: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13067: include/pa_stack.h, include/pa_string.h,
13068: include/pa_stylesheet_connection.h,
13069: include/pa_stylesheet_manager.h, include/pa_table.h,
13070: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13071: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13072: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13073: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13074: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13075: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13076: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13077: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13078: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13079: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13080: main/pa_sql_driver_manager.C, main/pa_string.C,
13081: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13082: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13083: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13084: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13085: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13086: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13087: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13088: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13089: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13090: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13091: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13092: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13093: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13094: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13095: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13096: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13097: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13098: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13099: types/pa_vresponse.C, types/pa_vresponse.h,
13100: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13101: types/pa_vstateless_object.h, types/pa_vstatus.C,
13102: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13103: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13104: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13105: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13106: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13107:
13108: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13109: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13110: speedup consequent checks in vmethod_frame
13111:
13112: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13113: not cleared
13114:
13115: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13116: params: 50 max (were 10)
13117:
13118: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13119: params: 50 max (were 10)
13120:
13121: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13122: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13123: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13124: empty string) ! simplified (double) speedup consequent checks in
13125: vmethod_frame
13126:
13127: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13128: optimized constants in expressions vstring->vdouble + optimized
13129: ^call(vdouble), no junction creation, no calls later
13130:
13131: 2005-08-08 paf
13132:
13133: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13134: compile_tools.h: merged + optimized constants in expressions
13135: vstring->vdouble + optimized ^call(vdouble), no junction
13136: creation, no calls later
13137:
13138: * src/types/pa_vdouble.h: merged . double values without fractional
13139: part now default printed as %.0f instead of %g
13140:
13141: * src/types/pa_vdouble.h: . double values without fractional part
13142: now default printed as %.0f instead of %g
13143:
13144: * src/classes/hashfile.C: . merged ! second hashfile::open would
13145: cause an exception
13146:
13147: * src/classes/hashfile.C: ! second hashfile::open would cause an
13148: exception
13149:
13150: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13151: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13152: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13153: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13154: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13155: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13156: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13157: types/pa_vresponse.h, types/pa_vstateless_class.C,
13158: types/pa_vstateless_object.h, types/pa_vvoid.h,
13159: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13160: merged VJunction(new Junction) optimization from 3.1.4
13161:
13162: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13163: types/pa_vstateless_class.C: + optimized new VJunction(new
13164: Junction(params)) to new VJunction(params), thousands of mallocs
13165: removed
13166:
13167: 2005-08-05 paf
13168:
13169: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13170: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13171: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13172: creation, no calls later
13173:
13174: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13175: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13176: classes/hashfile.C, classes/image.C, classes/int.C,
13177: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13178: classes/response.C, classes/string.C, classes/table.C,
13179: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13180: include/pa_array.h, include/pa_cache_managers.h,
13181: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13182: include/pa_config_fixed.h, include/pa_config_includes.h,
13183: include/pa_dictionary.h, include/pa_dir.h,
13184: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13185: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13186: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13187: include/pa_request_charsets.h, include/pa_request_info.h,
13188: include/pa_sapi.h, include/pa_socks.h,
13189: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13190: include/pa_stack.h, include/pa_string.h,
13191: include/pa_stylesheet_connection.h,
13192: include/pa_stylesheet_manager.h, include/pa_table.h,
13193: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13194: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13195: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13196: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13197: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13198: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13199: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13200: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13201: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13202: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13203: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13204: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13205: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13206: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13207: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13208: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13209: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13210: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13211: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13212: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13213: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13214: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13215: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13216: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13217: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13218: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13219: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13220: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13221: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13222: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13223: types/pa_vstateless_object.h, types/pa_vstatus.C,
13224: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13225: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13226: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13227: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13228: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13229:
13230: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13231: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13232: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13233: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13234: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13235: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13236: optimized constants in expressions vstring->vdouble
13237:
13238: 2005-07-29 paf
13239:
13240: * src/types/pa_vclass.C: . shaped up error messages a bit
13241:
13242: * src/types/pa_vclass.C: + property getter can now be overridden
13243:
13244: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13245: bug fix: static parent fields were not replaced in case
13246: $derived:field[put] + property setter can now be overridden
13247:
13248: 2005-07-28 paf
13249:
13250: * configure, configure.in, src/classes/classes.h,
13251: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13252: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13253: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13254: src/classes/xnode.h, src/include/pa_hash.h,
13255: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13256: src/types/Makefile.am, src/types/pa_method.h,
13257: src/types/pa_value.h, src/types/pa_vclass.C,
13258: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13259: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13260: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13261: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13262: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13263: src/types/pa_vobject.C, src/types/pa_vobject.h,
13264: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13265: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13266: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13267: src/types/pa_vstateless_class.h,
1.95 moko 13268: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13269: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13270: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13271: dynamic_fields_join
13272:
13273: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13274: classes/xnode.C, include/pa_hash.h, main/execute.C,
13275: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13276: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13277: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13278: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13279: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13280: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13281: types/pa_vresponse.h, types/pa_vstateless_object.h,
13282: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13283: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13284: restored its checks in vobject.put_element->static fields |
13285: dynamic properties
13286:
13287: 2005-07-27 paf
13288:
13289: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13290: is some old code containing @set_name $name
13291:
13292: * src/types/pa_vobject.h: . fixed warning
13293:
13294: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13295: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13296:
13297: * src/: classes/xnode.C, include/pa_hash.h,
13298: types/pa_vstateless_class.C: ! new asserts were all false.
13299: regretfully reverted them all to checks
13300:
13301: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13302: classes/op.C, main/execute.C, types/pa_method.h,
13303: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13304: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13305: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13306: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13307: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13308: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13309: types/pa_vstateless_object.h, types/pa_vvoid.h,
13310: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13311: joined_dynamic_fields: removed unused param from put_method
13312: (returned to 3 params)
13313:
13314: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13315: joined_dynamic_fields: dynamic get/set works with overriding
13316: props [alpha2]
13317:
13318: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13319: works [alfa]
13320:
13321: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13322: classes/op.C, include/pa_hash.h, main/execute.C,
13323: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13324: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13325: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13326: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13327: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13328: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13329: types/pa_vresponse.h, types/pa_vstateless_class.C,
13330: types/pa_vstateless_object.h, types/pa_vvoid.h,
13331: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13332: joined_dynamic_fields: just compiled
13333:
13334: * src/: classes/date.C, classes/file.C, classes/hash.C,
13335: classes/hashfile.C, classes/image.C, classes/table.C,
13336: classes/xdoc.C, classes/xnode.h, main/execute.C,
13337: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13338: types/pa_vstateless_class.h: joined_dynamic_fields: started
13339:
13340: * src/types/pa_vobject.C: . object setters [only started, does not
13341: work yet]
13342:
13343: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13344: object setters [only started, does not work yet]
13345:
13346: 2005-07-26 paf
13347:
13348: * src/: include/pa_request.h, main/execute.C: . properties: set
13349: works [alpha2]. for classes. todo: for objects
13350:
13351: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13352: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13353: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13354: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13355: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13356: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13357: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13358: types/pa_vstateless_object.h, types/pa_vvoid.h,
13359: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13360: properties: set works [alpha1]
13361:
13362: 2005-07-25 paf
13363:
13364: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13365: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13366: properties: started, get works [alpha1, other approach]
13367:
13368: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13369: properties: started, get works [alpha2]
13370:
13371: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13372: pa_vstateless_class.h: . properties: started, get works [alpha]
13373:
13374: 2005-07-15 paf
13375:
13376: * src/: classes/classes.h, classes/op.C, main/execute.C,
13377: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13378: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13379: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13380: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13381: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13382: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13383: types/pa_vresponse.C, types/pa_vresponse.h,
13384: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13385: types/pa_vstateless_object.h, types/pa_vvoid.h,
13386: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13387: types/pa_wwrapper.h, types/types.vcproj: + started property
13388: [getters work but think of changing them too to precaching]
13389:
13390: 2005-07-08 paf
13391:
13392: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13393: gpf
13394:
13395: 2005-06-28 paf
13396:
13397: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13398: in passing empty strings to file::exec/cgi environment
13399:
13400: 2005-06-06 paf
13401:
13402: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13403: ^table:sql ^hash:sql now DO process $.bind option
13404:
13405: 2005-05-24 paf
13406:
13407: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13408: $.limit] now work again [support was broken in 3.1.4]
13409:
13410: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13411: ALL_INTERIOR_POINTERS
13412:
13413: 2005-05-12 paf
13414:
13415: * configure: 3.1.5beta
13416:
13417: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13418:
13419: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13420: $.limit] now work again [support was broken in 3.1.4]
13421:
13422: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13423: line-width [was refusing to fill if line-width >1, thanks to
13424: Seras <seras@pinxit.lt> for repro case
13425:
13426: 2005-04-25 paf
13427:
13428: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13429: correctly
13430:
13431: 2005-04-19 paf
13432:
13433: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13434: in VString violating invariant!!
13435:
13436: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13437: getenv("TZ")==null
13438:
13439: 2005-04-08 paf
13440:
13441: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13442: bugfix: when there is no char in charset one byte produces 6
13443: (ÿ <<max). increased buffer size!
13444:
13445: 2005-03-23 paf
13446:
13447: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13448: ^date.sql-string now takes TZ into account
13449:
13450: 2005-03-16 paf
13451:
13452: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13453: gcc 3.4
13454:
13455: * src/types/pa_vhash.C: . warning about eof eol
13456:
13457: 2005-02-17 paf
13458:
1.211 moko 13459: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13460: ^sleep(double seconds)
1.95 moko 13461:
13462: 2005-02-02 paf
13463:
13464: * src/classes/xnode.C: beauty: removed needless includes
13465:
13466: 2005-01-31 paf
13467:
13468: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13469: $.partNoNumber now alias to $.part1
13470:
13471: * src/types/pa_vmail.C: change: incoming letter part contains
13472: "content-disposition" header with any value? now considering that
13473: part to be "file#" [for text/plain text/html were $.text#
13474: $.html#]
13475:
13476: * INSTALL: updatet to latest working versions available
13477:
13478: 2005-01-20 paf
13479:
13480: * configure.in, src/include/pa_version.h: version
13481:
13482: 2005-01-19 paf
13483:
1.116 moko 13484: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13485: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13486: couple warnings in parser3.C
1.95 moko 13487:
13488: 2004-12-23 paf
13489:
13490: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13491:
13492: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13493: dir to directory of script (when shbang used), not to directory
13494: of its interpreter
13495:
13496: * src/include/pa_version.h: compiled on win32...
13497:
13498: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13499: we need more hspace
13500:
13501: * configure, configure.in, src/include/pa_version.h: configured
13502: host to pa_version. will be displayed everywhere
13503:
13504: * src/main/pa_request.C: new: @unhandled_exception can prevent
13505: exception from being logged by setting $exception.handled(1)
13506:
1.211 moko 13507: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13508: ^file::sql{query}[[options]] options: $.name[file name]
13509: $.content-type[application/what]
13510:
13511: * src/: include/pa_common.h, main/pa_common.C,
13512: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13513: new file
13514:
13515: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13516: bugfix: table->hash now regards _default
13517:
13518: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13519: created by accessing $name_of_method it acquired bad self=closest
13520: methodframe; instead of proper self (current class)
13521:
13522: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13523: hashfile produced bad cord
13524:
13525: 2004-12-10 paf
13526:
13527: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13528: subsequent failures though defined in .h
13529:
13530: * src/main/pa_common.C: comment on volatile
13531:
13532: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13533: alarm function were not used since the beginning due to stupid
13534: error [setsigjmp were not checked in configure.in]
13535:
13536: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13537: unix too
13538:
13539: * src/main/pa_common.C: http: exception status of send/recv errors
13540: change to most probable http.timeout
13541:
13542: * src/main/pa_common.C: win32: http connection $.timeout option now
13543: works [setsockopt on send/receive]
13544:
13545: 2004-12-08 paf
13546:
13547: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13548: cstr-ed knowing mail charset, and untainting uri lang now knows
13549: proper charset
13550:
13551: 2004-11-24 paf
13552:
13553: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13554:
13555: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13556: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13557:
13558: 2004-11-12 paf
13559:
13560: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13561: [since 3.0.4]
13562:
13563: 2004-11-09 paf
13564:
13565: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13566: writes basics to c:\parser3.log
13567:
13568: 2004-10-21 paf
13569:
13570: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13571: tainted strings [were returning clean onces]
13572:
13573: 2004-10-15 paf
13574:
13575: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13576: cycles(i=1; i=2), which was wrong, now does ONE
13577:
13578: 2004-10-12 paf
13579:
13580: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13581:
13582: 2004-10-07 paf
13583:
13584: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13585: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13586: release asserts
13587:
13588: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13589: String.dump() to stdout in detailed form [were String.v() in
13590: short form]
13591:
13592: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13593: \t\r\n as @#| and truncates long char sequences less
13594:
13595: 2004-10-06 paf
13596:
13597: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13598: win32 beauty: socket errors properly decoded
13599:
13600: 2004-10-05 paf
13601:
13602: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13603: request::configure_user/admin done always, even if no
13604: file-to-process useful in @unhandled_exception [say, if they
13605: would want to mail by SMTP something]
13606:
13607: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13608: now performed prior to file loading [and @auto executing] thus
13609: making $cookie:value available in @auto and in
13610: @unhandled_exception when IIS is configured to run interpreter
13611: even if no file exist
13612:
13613: 2004-09-20 paf
13614:
13615: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13616: somewhere where it should have called xmlMalloc and it calls
13617: xmlFree when it should have not called it. inserted two
13618: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13619: xmlFree just ignored. put away a testcase, maybe someday libxml
13620: author would fix all that. until that day: we have SLOW garbage
13621: collecting when many xml objects are alive hint: do
13622: ^memory:compact[] before xdoc::create
13623:
13624: 2004-09-17 paf
13625:
13626: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13627: error from 3.0.8 version]
13628:
13629: 2004-09-14 paf
13630:
13631: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13632: part bugfix: hashfile.foreach iterated only part if hashfile were
13633: modified inside
13634:
13635: 2004-09-13 paf
13636:
13637: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13638: [were as octal]
13639:
13640: * src/types/pa_vhashfile.C: beauty: not reproduced
13641: $hashfile.key[$novalue] bug [reported by motorin], inserted
13642: safety-check
13643:
13644: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13645: [not something obscure from sdbm lib]
13646:
13647: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13648: = strerror now returnes something and we can properly report that
13649: to client
13650:
13651: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13652: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13653:
13654: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13655: [tainted as-is] this helps //[space][newline] to remain as-is and
13656: not be unnecessary optimized away [ruining javascript]
13657:
13658: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13659: [tainted as-is]
13660:
13661: * src/classes/mail.C: bugfix: typo error
13662:
13663: 2004-09-09 paf
13664:
13665: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13666: separators bugfix: loads header with endings \r\n\r\n and \n\n
13667: (bloody yandex.server)
13668:
13669: 2004-09-06 paf
13670:
13671: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13672: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13673: encoded
13674:
13675: 2004-09-01 paf
13676:
13677: * src/types/pa_vmail.C: change: multipart/mixed changed to
13678: multipart/related outlook express have no problems showing
13679: unrelated attachments. todo: someday figure out a way of
13680: multipart/mixed multipart/related text/html
13681: image/xxx application/octet-stream << true attachments
13682:
13683: * src/types/pa_vmail.C: new:
13684: ^mail:send[$.file[$.content-disposition can be overriden new:
13685: empty mail header fields removed from letter
13686:
13687: * src/: classes/mail.C, include/pa_config_fixed.h,
13688: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13689: ^mail:send[ $.file[ $.any[header]
13690:
13691: 2004-08-30 paf
13692:
13693: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13694: warnings
13695:
13696: * src/main/pa_common.C: beauty: do not bother with charset
13697: detection when ^file::load[binary
13698:
13699: 2004-08-27 paf
13700:
13701: * src/main/pa_common.C: hack: for yandex.server http server
13702:
13703: 2004-08-18 paf
13704:
13705: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13706: possibly-chunked response
13707:
13708: 2004-08-17 paf
13709:
13710: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13711: $f.content-type now = that of http response
13712:
13713: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13714: $f.content-type now = that of http response
13715:
13716: 2004-07-30 paf
13717:
13718: * src/: include/pa_request.h, main/pa_request.C,
13719: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13720: win32: system&parser exceptions in release mode reported properly
13721: parser exception in exception handler WERE mistakenly reported as
13722: system exception, without details [in apache & isapi] +some
13723: beauty in exception text
13724:
13725: * src/: include/pa_exception.h, main/pa_request.C,
13726: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13727: release mode reported properly parser exception in exception
13728: handler WERE mistakenly reported as system exception, without
13729: details
13730:
13731: * src/main/execute.C: beauty: simplified system exception handling
13732:
13733: 2004-07-29 paf
13734:
13735: * src/classes/table.C: bugfix:
13736: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13737: were ignored, and \t used unconditionally]
13738:
13739: * src/types/Makefile.am: added vhash.c
13740:
13741: 2004-07-28 paf
13742:
13743: * src/: classes/date.C, classes/image.C, classes/math.C,
13744: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13745: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13746: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13747: failed on russian letters
13748:
13749: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13750: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13751: letters
13752:
13753: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13754: as 'currentDirectory' parameter to CreateProcess
13755:
13756: 2004-07-27 paf
13757:
13758: * src/targets/cgi/parser3.vcproj: beauty: win32:
13759: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13760: from release somewhere [to help searching for unhandled system
13761: exceptions]
13762:
13763: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13764: TZ shift
13765:
13766: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13767: but also in ctor
13768:
13769: 2004-07-26 paf
13770:
1.211 moko 13771: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13772: src/main/pa_common.C, src/main/pa_request.C,
13773: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13774: src/types/types.vcproj: new: $response:body/download[
13775: $.file[name on disk] $.name[of file for user]
13776: $.mdate[date of last-modified. default from directory] ]
13777:
13778: * src/classes/file.C: moving file:send somewhere else..
13779:
13780: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13781: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13782: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13783: $response:download[ $.filename[filename] $.option[] ,, ]
13784:
13785: * src/classes/file.C: beauty: invalid mode thoroughly reported
13786:
13787: 2004-07-21 paf
13788:
13789: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13790: to several lines
13791:
13792: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13793:
13794: note: ms outlook[!express] shows only first 255 characters of
13795: subject
13796:
13797: 2004-07-15 paf
13798:
13799: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13800: off]
13801:
13802: 2004-07-14 paf
13803:
13804: * src/classes/table.C: bugfix: $.bind values now got untainted
13805: according to lang [were: as-is]
13806:
13807: 2004-07-07 paf
13808:
13809: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13810: checked that
13811:
13812: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13813: now untainted according to their languages. were: as-is.
13814: EVERYWHERE
13815:
13816: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13817: environment string now untainted according to their languages.
13818: were: as-is. EVERYWHERE
13819:
13820: * src/main/pa_exec.C: bufix: on unix environment string now
13821: untainted according to their languages. were: as-is. on win32:
13822: ok
13823:
13824: * parser3.vssscc: ...would not go unnoticed
13825:
13826: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13827: fails. in case on input appears nonutf, those bytes will be
13828: printed in %HH form. that can be easily decoded/recovered.
13829:
13830: this form is quite noticable, and hopefully would not go noticed
13831:
13832: 2004-07-06 paf
13833:
13834: * src/main/pa_exec.C: bufix: on unix environment string now
13835: untainted according to their languages. were: as-is. on win32:
13836: ok
13837:
13838: 2004-07-01 paf
13839:
13840: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13841: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13842: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13843: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13844: main/main.vcproj, targets/cgi/parser3.vcproj,
13845: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13846: option: global optimization ON
13847:
13848: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13849: to do xdoc::create{invalid chars} standard disables chars less
13850: then \x20, except tab, cr, lf.
13851:
13852: changed tainting so that those become '!'
13853:
13854: 2004-06-25 paf
13855:
13856: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13857: int on odd address [prev bugfix failed due to superwize
13858: optimizer, which turned memcpy into same 'ld' asm command]
13859:
13860: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13861: int on odd address
13862:
13863: 2004-06-22 paf
13864:
13865: * src/sql/pa_sql_driver.h: note: about possible optimization
13866:
1.211 moko 13867: * operators.ru.txt, operators.txt, src/classes/hash.C,
13868: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13869: src/classes/void.C, src/include/pa_config_includes.h: new:
13870: ^void:sql{call paf(:a)}[ $.bind[
13871: $.a[2] ] ] output variables work. todo:
13872: check in out variables
1.95 moko 13873:
13874: 2004-06-18 paf
13875:
13876: * src/: classes/file.C, classes/hash.C, classes/string.C,
13877: classes/table.C, classes/void.C, include/pa_globals.h,
13878: include/pa_sql_connection.h, main/compile.tab.C,
13879: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13880: $.bind[ $.a[2] ]
13881: ] input variables work. todo:output
13882:
13883: * src/targets/cgi/parser3.C: bugfix: iis specific
13884: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13885: /_bug.html?404;http://hpsv/test/
13886: --------------------------------------------------------------------------------
13887: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13888: --------------------------------------------------------------------------------
13889: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13890:
13891: 2004-06-16 paf
13892:
13893: * src/targets/cgi/parser3.C: new: iis specific
13894: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13895: $request:query
13896: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13897: $form:fields IIS-STATUS="404"
13898: IIS-DOCUMENT="http://server/_bug.html" f="v"
13899:
13900: todo: isapi too
13901:
13902: 2004-05-26 paf
13903:
13904: * src/include/pa_version.h: 3.1.3
13905:
1.211 moko 13906: * operators.ru.txt, operators.txt: beauty: removed outdated level
13907: 'table'
1.95 moko 13908:
13909: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13910:
13911: * src/main/pa_string.C: beauty: removed 3 warnings
13912:
13913: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13914: classes/op.C: beauty: removed outdated level 'table'
13915:
13916: 2004-05-25 paf
13917:
13918: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13919: implementation. mistery: how anything worked
13920:
13921: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13922: changed, it is now safe to use url if pointers to it are stored
13923: to gc mem
13924:
13925: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13926: unknown errors reported and not cause SIGSEGV now
13927:
13928: 2004-05-24 paf
13929:
13930: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13931: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13932: less memory: CORD_chars_block originally intended to ... it was
13933: good that CORD_chars_block were not used: it consumes more memory
13934: [and, might be slow too] undoing that. [and removed that func so
13935: that it would not confuse parser developer in future]
13936:
13937: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13938: less memory: CORD_chars_block originally intended to
13939: speedup/reduce mem usage were forgotten, and were used stupid
13940: CORD_chars
13941:
13942: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13943:
13944: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13945: BIGENDIAN processors space-conserving mech failed, causing
13946: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13947: (1|2|3));
13948:
13949: 2004-05-14 paf
13950:
13951: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13952: bugfix: void now has vfile value, and $response:body[] works OK
13953:
13954: 2004-05-12 paf
13955:
13956: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13957: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13958: sources to use is_defined() {return as_bool();} along VBool
13959:
13960: 2004-05-11 paf
13961:
13962: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13963: referencing to local objects
13964:
13965: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13966: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13967: left intact
13968:
13969: 2004-04-15 paf
13970:
13971: * src/classes/date.C: merged: beauty: unused var removed
13972:
13973: * src/classes/date.C: beauty: unused var removed
13974:
13975: * src/include/: pa_exec.h: bugfix: interface without pointer
13976: provoked bug
13977:
13978: 2004-04-09 paf
13979:
13980: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13981:
13982: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13983:
13984: 2004-04-08 paf
13985:
13986: * src/classes/date.C: new: ^date::create[y-m-d
13987: h-M-s>>.milliseconds<<] now allowed, ignored so far
13988:
13989: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13990:
13991: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13992: to consult default catalog [usually, that file belongs to other
13993: user/group]
13994:
13995: 2004-04-06 paf
13996:
13997: * src/main/pa_common.C: beauty: gcc warning removed
13998:
13999: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14000: accept that trick, trying other
14001:
14002: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14003: explicit result problem
14004:
14005: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14006: explicit result problem
14007:
14008: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14009: explicit result problem
14010:
1.211 moko 14011: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14012: ^string.append[string]
1.95 moko 14013:
14014: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14015: main/execute.C: attempt_check_call_in_explicit_result_mode:
14016: failed
14017:
14018: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14019: http://i.p.a.ddress gethostbyaddr added [on some platforms
14020: gethostbyname failed with such 'domains'] now checked properly,
14021: were: needless reverse/forward dns lookup
14022:
14023: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14024: http://i.p.a.ddress gethostbyaddr added [on some platforms
14025: gethostbyname failed with such 'domains'] now checked properly,
14026: were: needless reverse/forward dns lookup
14027:
14028: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14029: @method[][result] means "no string output here" moved to lexical
14030: level [on grammar level it were too difficult]
14031:
1.211 moko 14032: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14033: src/main/compile.tab.C, src/main/compile.y,
14034: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14035: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14036: string output here", implemented part of that idea: compiler
14037: throws away string literal generation code. and barks
14038: nonwhitespace chars
1.95 moko 14039:
1.211 moko 14040: * operators.ru.txt, operators.txt: truth: removed comment about
14041: $ORIGIN
1.95 moko 14042:
14043: 2004-04-05 paf
14044:
14045: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14046: src/include/pa_version.h, src/main/pa_common.C,
14047: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14048:
14049: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14050: Konstantin Tomashevitch [mailto:konst@design.ru]
14051:
14052: * src/doc/html2chm.cmd: beauty: no need in bg here
14053:
14054: * src/doc/sources2html.cmd: beauty: same window, in bg it
14055: interfered with FAR console
14056:
14057: * configure, configure.in: 3.1.3
14058:
14059: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14060:
14061: * src/main/pa_common.C: removed warning
14062:
14063: * src/include/pa_version.h: 3.1.3
14064:
14065: 2004-04-02 paf
14066:
14067: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14068:
14069: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14070: allows to specify where to put parser log file
14071:
14072: 2004-04-01 paf
14073:
14074: * src/classes/table.C: bugfix: bugfix: table::load last line
14075: without tab and enter were ignored
14076:
14077: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14078: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14079: main/pa_socks.C, targets/cgi/parser3.C,
14080: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14081: bugfix: sql connections now are disconnected
14082:
14083: 2004-03-30 paf
14084:
14085: * src/classes/table.C: bugfix: table::load last line without tab
14086: and enter were ignored
14087:
14088: * src/classes/table.C: bufix: if last table lines were commented,
14089: gpfed
14090:
14091: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14092: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14093: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14094: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14095: doc/methoded.dox, doc/object.dox, doc/string.dox,
14096: doc/targets.dox, doc/value.dox, include/pa_version.h,
14097: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14098: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14099: bugfixes from 3.1.2, changed version to 3.1.3beta
14100:
14101: 2004-03-29 paf
14102:
14103: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14104: causes gpf
14105:
14106: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14107: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14108: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14109: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14110: value.dox: translated to english
14111:
14112: 2004-03-25 paf
14113:
14114: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14115: parser3project dependency removed
14116:
14117: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14118: bugfix: refused to compile without xml
14119:
14120: * src/types/pa_vform.C: beauty: removed warning
14121:
14122: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14123: any folder [removed last ;) folder dependency]
14124:
14125: * src/classes/classes.vcproj: bugfix: now all compiles in any
14126: folder [removed last ;) folder dependency]
14127:
14128: * src/include/pa_version.h: release
14129:
14130: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14131:
14132: * src/classes/table.C: beauty: comment& more meaningful error
14133: message
14134:
14135: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14136: $.hash[$.column_value1(true) ... ] [were producing some strang
14137: thing]
14138:
14139: 2004-03-23 paf
14140:
14141: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14142: and http status line parsing checked number of columns in table
14143: [user reported an assert]
14144:
1.211 moko 14145: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14146:
14147: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14148: bugfix: junction reattach now actually reattaches a junction to
14149: new wcontext [were only assigning it to junction, which caused
14150: junction tracking to loose junction, and it's context were not
14151: killed, and it tried to process in invalid context, gpf]
14152:
14153: * src/targets/cgi/parser3.C: debug helper added
14154:
14155: 2004-03-19 paf
14156:
14157: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14158: "type(type)" in braces
14159:
14160: 2004-03-10 paf
14161:
1.211 moko 14162: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14163: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14164: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14165: src/types/pa_vxnode.h: new: refined solution to
14166: search-in-namespaces problem:
1.95 moko 14167: $xdoc.search-namespaces.x[http://pif.design.ru/]
14168: $nodes[^xdoc.select[//x:second]]
14169:
1.211 moko 14170: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14171: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14172: search for info in namespaces
1.95 moko 14173:
14174: $nodes[^xdoc.select[//x:second][
14175: $.x[http://pif.design.ru/] ]]
14176:
14177: 2004-03-09 paf
14178:
1.211 moko 14179: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14180: ^file::load[...][options] $.form[
14181: !$.field1[string]
14182: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14183: ] !$.body[string]
14184:
14185: GET ?here notGET(POST, HEAD, others) in content-type:
14186: application/x-www-form-urlencoded
14187:
14188: todo: upload files ability
14189:
14190: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14191: properly, done
14192:
14193: 2004-03-05 paf
14194:
1.211 moko 14195: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14196: file::load[;http:// GET/POST $.form[$.fields started, not tested
14197: yet todo:$.field[table] for multiple values
1.95 moko 14198:
1.211 moko 14199: * operators.ru.txt, operators.txt: new: http:// options $.user
14200: $.password basic authorization
1.95 moko 14201:
14202: * src/main/pa_common.C: beauty: link to rtf added
14203:
1.211 moko 14204: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14205: src/main/pa_common.C: new: http:// options $.user $.password
14206: basic authorization
1.95 moko 14207:
14208: * src/main/pa_common.C: beauty: removed needless vars
14209:
1.211 moko 14210: * operators.ru.txt, operators.txt: new: pgsql option [like that
14211: recently added to oracle driver]
14212: ClientCharset=parser-charset << charset in which parser thinks
14213: client works
14214:
14215: * operators.ru.txt, operators.txt: new: odbc option [like that
14216: recently added to oracle driver]
14217: ClientCharset=parser-charset << charset in which parser thinks
14218: client works
1.95 moko 14219:
14220: * src/sql/pa_sql_driver.h: beauty: important warning added
14221:
14222: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14223: char!
14224:
14225: * etc/parser3.charsets/windows-1251.cfg: typo
14226:
14227: 2004-03-04 paf
14228:
14229: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14230: cached, sql transcoding now goes faster
14231:
1.211 moko 14232: * operators.ru.txt, operators.txt: new: mysql option [like that
14233: recently added to oracle driver]
14234: ClientCharset=parser-charset << charset in which parser thinks
14235: client works
1.95 moko 14236:
14237: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14238: typo error
14239:
14240: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14241: chars commented
14242:
14243: 2004-03-03 paf
14244:
14245: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14246: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14247:
14248: 2004-03-02 paf
14249:
1.211 moko 14250: * operators.ru.txt, operators.txt: new[update typo]:
14251: !^void.left(n) nothing !^void.right(n) nothing
14252: !^void.mid(p[;n]) nothing
14253:
14254: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14255: !^void.left(n) nothing !^void.right(n) nothing
14256: !^void.pos(p[;n]) nothing
1.95 moko 14257:
1.211 moko 14258: * operators.ru.txt, operators.txt, src/classes/file.C,
14259: src/include/pa_string.h: new:
1.95 moko 14260: ^file::sql[[name_to_become_$.name]]{} query result must be one
14261: row with columns: first: data second: file name third:
14262: content-type
14263:
1.211 moko 14264: * operators.ru.txt, operators.txt, src/classes/file.C:
14265: ^file.sql-string[] inside ^connect gets properly escaped string,
14266: which can be passed to request now this for mysql only. it's up
14267: to parser sql driver to fix zeros properly
1.95 moko 14268:
14269: * INSTALL: note: added on building apache with this option:
14270: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14271:
14272: 2004-03-01 paf
14273:
14274: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14275: extension memory:compact befor processingrequest
14276:
1.211 moko 14277: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14278: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14279:
1.211 moko 14280: * operators.ru.txt, operators.txt, src/classes/image.C,
14281: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14282: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14283:
14284: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14285: beauty: image -- less checks [were ugly impl]
14286:
14287: * src/classes/string.C: bugfix: ^string.left/right/mid with
14288: negative values now considered bad
14289:
14290: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14291:
14292: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14293: options now have unified defaults [after transform
14294: indent/omit-xml-declaration/standalone 'default' erroreously
14295: meant 'true']
14296:
14297: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14298: added [on some platforms gethostbyname failed with such
14299: 'domains']
14300:
14301: * src/include/pa_config_auto.h.in: no select check, no define
14302:
14303: * src/classes/string.C: feature: ^string.trim both parameters may
14304: be empty-strings, meaning kind=both chars=whitespaces
14305:
14306: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14307: exist
14308:
14309: * src/classes/string.C: check: trim 'chars' must not be empty,
14310: exception if it is
14311:
14312: * src/classes/string.C: changed: ^string.trim [] << both,
14313: whitespaces [start|both|end] << kind, whitespaces
14314: [start|both|end;chars] full
14315:
14316: 2004-02-27 paf
14317:
1.211 moko 14318: * operators.ru.txt, operators.txt, src/classes/string.C,
14319: src/main/pa_string.C: new method:
14320: ^string.trim[start|both|end[;chars]] default 'chars' --
14321: whitespace chars finished
1.95 moko 14322:
1.211 moko 14323: * operators.ru.txt, operators.txt, src/classes/string.C,
14324: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14325: ^string.trim[start|both|end[;chars]] default 'chars' --
14326: whitespace chars started, only start works
14327:
14328: * src/main/compile.C: bugfix: line numbers after
14329: ^process{}[$.line(-10]] can be negative, allowed to print they as
14330: signed
14331:
14332: * src/main/untaint.C: speed: there's no \n chars in output
14333: [normally], so no need to optimize them they could be retrived
14334: from databases, though. but 1. should be replaced 2. if not
14335: optimized, no harm done
14336:
14337: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14338: ^file::exec/cgi could return invalid status & zombie child can
14339: remain for short period until process exists [very bad in
14340: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14341:
14342: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14343: malicious SMTP server to attack as by returning too long status
14344: responses http://i2/tasks/edit/?id=4629448401140924947
14345:
14346: 2004-02-26 paf
14347:
1.211 moko 14348: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14349: has options] which are $.main[to what to rename @main]
1.95 moko 14350: $.file[file, from which (user says) goes that CODE]
14351: $.lineno(line number in that file, where CODE starts. may be
14352: negative)
14353:
1.211 moko 14354: * operators.ru.txt, operators.txt, src/classes/op.C,
14355: src/include/pa_request.h, src/main/compile.C,
14356: src/main/compile_tools.h, src/main/pa_request.C: feature:
14357: ^process...{CODE}[now has options] which are $.main[to
14358: what to rename @main] $.file[file, from which (user says)
14359: goes that CODE] $.lineno(line number in that file, where
14360: CODE starts. may be negative)
14361:
1.95 moko 14362: 2004-02-25 paf
14363:
1.116 moko 14364: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14365: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14366:
14367: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14368: produces hash of column=>1
14369:
14370: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14371: with incomplete errno constants set
14372:
14373: 2004-02-24 paf
14374:
14375: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14376: "man select"
14377:
14378: * src/main/pa_os.C: beauty: <0 better then ==-1
14379:
14380: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14381:
14382: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14383:
1.116 moko 14384: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14385:
14386: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14387: unix: steps to work on unix [extracted 'to']
14388:
14389: * src/classes/mail.C: smtp on unix: steps to work on unix
14390:
14391: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14392:
1.116 moko 14393: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14394: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14395: unix [testing on solaris]
1.95 moko 14396:
14397: 2004-02-20 paf
14398:
14399: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14400: pointing that out
14401:
14402: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14403: fixed again [same solution, mistanenly removed one line]
14404:
14405: 2004-02-19 paf
14406:
14407: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14408: date::create from bad datetime in spring daylightsaving hole now
14409: OK for all platforms [on some platforms it failed]
14410:
14411: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14412: in daylightsaving hole] now throws error
14413:
14414: * src/classes/date.C: comment: mistake fixed
14415:
14416: 2004-02-18 paf
14417:
14418: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14419: now renderes in $request:charset, but in header puts
14420: $response:charset todo: make that default only so that coder
14421: could override that
14422:
14423: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14424: turns off omit-xml-declaration
14425:
14426: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14427: /.xsl for sample
14428:
14429: 2004-02-17 paf
14430:
14431: * src/classes/xdoc.C: beauty: needless helper class removed
14432:
14433: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14434: copied extra time
14435:
14436: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14437: part of libxml
14438:
14439: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14440: libxml to do the work] <xsl:output method="html"
14441: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14442: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14443: />
14444:
14445: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14446:
14447: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14448: caused assertion
14449:
14450: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14451: could hang. now such add does nothing, sub clears $hash
14452:
14453: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14454: not made quoted-printable
14455:
14456: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14457: string invariant
14458:
14459: 2004-02-16 paf
14460:
14461: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14462: cleared [were not cleared properly]
14463:
14464: 2004-02-13 paf
14465:
1.116 moko 14466: * src/include/pa_version.h: prerelease
1.95 moko 14467:
14468: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14469: used, introducing dependencies timestamp check
14470:
14471: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14472: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14473: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14474: .xsl.stamp now not used, introducing dependencies timestamp check
14475:
1.150 moko 14476: * configure.in: auto.p: @conf made relative
1.95 moko 14477:
14478: 2004-02-12 paf
14479:
14480: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14481: ruined empty <input type=file> submits. parser thought there were
14482: nameless empty file and $form:field got value of type 'file'
14483:
14484: * INSTALL: --without-threads
14485:
14486: * src/include/pa_sapi.h: 2004
14487:
14488: 2004-02-11 paf
14489:
14490: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14491: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14492: classes/hashfile.C, classes/image.C, classes/int.C,
14493: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14494: classes/response.C, classes/string.C, classes/table.C,
14495: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14496: include/pa_array.h, include/pa_cache_managers.h,
14497: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14498: include/pa_config_fixed.h, include/pa_config_includes.h,
14499: include/pa_dictionary.h, include/pa_dir.h,
14500: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14501: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14502: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14503: include/pa_request_charsets.h, include/pa_request_info.h,
14504: include/pa_socks.h, include/pa_sql_connection.h,
14505: include/pa_sql_driver_manager.h, include/pa_stack.h,
14506: include/pa_string.h, include/pa_stylesheet_connection.h,
14507: include/pa_stylesheet_manager.h, include/pa_table.h,
14508: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14509: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14510: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14511: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14512: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14513: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14514: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14515: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14516: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14517: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14518: main/pa_sql_driver_manager.C, main/pa_string.C,
14519: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14520: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14521: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14522: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14523: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14524: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14525: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14526: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14527: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14528: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14529: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14530: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14531: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14532: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14533: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14534: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14535: types/pa_vresponse.h, types/pa_vstateless_class.C,
14536: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14537: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14538: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14539: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14540: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14541: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14542:
14543: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14544: debug version of gc.dll
14545:
14546: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14547: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14548: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14549: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14550: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14551: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14552: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14553: processes
14554:
14555: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14556: main/pa_globals.C, targets/cgi/parser3.vcproj,
14557: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14558: changes to reflect libxml xsl new folders
14559:
14560: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14561: lib/smtp/smtp.vcproj, main/main.vcproj,
14562: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14563: to reflect libxml xsl new folders
14564:
14565: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14566: lib/smtp/smtp.vcproj, main/main.vcproj,
14567: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14568: types/types.vcproj: started changes to reflect libxml xsl new
14569: folders
14570:
14571: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14572: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14573: src/main/compile.tab.C, src/main/main.vcproj,
14574: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14575: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14576: started changes to reflect libxml xsl new folders
14577:
14578: 2004-02-10 paf
14579:
14580: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14581: compile. recommened latest libxml up to date
14582:
14583: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14584: pattern compilation errors", on which spent 4 hours worktime. use
14585: versions higher than that. recommended now latest up to date
14586:
14587: 2004-02-06 paf
14588:
14589: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14590: beauty: unified destructing style
14591:
14592: * src/main/untaint.C: beauty: removed old def/ifdef
14593:
14594: * src/main/untaint.C: beauty: coredump @unknown untaint language
14595: now
14596:
14597: 2004-02-03 paf
14598:
14599: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14600: targets/isapi/parser3isapi.C, types/pa_value.C,
14601: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14602: then %ld/%lu
14603:
14604: * src/main/pa_common.C: typo: %l -> %u
14605:
14606: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14607: in attributes or documents-results of transform now not xx;
14608:
14609: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14610:
14611: * src/main/pa_charset.C: bugfix: forgot to undo some
14612:
14613: * src/main/pa_charset.C: beauty: uncomment
14614: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14615: libraries
14616:
14617: 2004-02-02 paf
14618:
14619: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14620: $cookie:example[ $.value[value] $.path[/there/] ]
14621:
14622: $cookie:example[ $.value[] $.expires[session]
14623: $.path[/there/] $.domain[test.com] ]
14624:
14625: * src/types/pa_vform.C: bugfix: empty values with
14626: enctype=multipart/form-data now produce entries in $form:tables
14627: <form method=post enctype=multipart/form-data> <input type=hidden
14628: name=a> <input type=hidden name=b>
14629:
14630: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14631: <hr> <pre>$request:body
14632:
14633: 2004-01-30 paf
14634:
14635: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14636: or documents-results of transform now not xx;
14637:
14638: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14639: produce exception.
14640:
14641: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14642: bugfix: ^date::create[invalid fields now produce exception.
14643:
14644: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14645: year] now produces exception. todo: check other fields
14646:
14647: 2004-01-29 paf
14648:
14649: * src/include/pa_memory.h: typo error
14650:
14651: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14652: more byte then specified, then zeroed it << useless and
14653: potentially harmful(could gpf)
14654:
14655: 2004-01-22 paf
14656:
14657: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14658:
14659: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14660: optimization
14661:
14662: * src/main/untaint.C: bugfix: whitespace now optimized properly
14663: [were bug: ^taint[1 & 2]="1 &2"
14664:
14665: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14666: errors
14667:
14668: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14669: overflow
14670:
14671: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14672: error-reporting code * in parser-error reporting code [when no
14673: @unhandled_exception defined]
14674:
14675: fixed in one place: my *snprintf override
14676:
14677: 2004-01-13 paf
14678:
1.211 moko 14679: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14680:
14681: 2003-12-25 paf
14682:
14683: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14684: garbled [pieces after zero bytes were removed]
14685:
14686: 2003-12-22 paf
14687:
1.116 moko 14688: * src/include/Makefile.am: bugfix: removed from dist:
14689: src/include/pa_config_auto.h which were configured for
1.95 moko 14690: make-dist-platform and badly updated proper config file in target
14691: [when .tar used for updating existing source tree]
14692:
1.211 moko 14693: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14694: src/include/pa_sql_connection.h,
14695: src/include/pa_sql_driver_manager.h,
14696: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14697: feature: sql introducing ability to transcode charsets
14698:
14699: 2003-12-19 paf
14700:
14701: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14702: error message
14703:
14704: * src/main/pa_charset.C: bugfix: memory for charsethandler
14705: structure for libxml now allocated properly
14706:
14707: 2003-12-17 paf
14708:
14709: * src/types/pa_vfile.C: beauty: removed outdated cast
14710:
14711: * src/main/pa_common.C: bugfix: empty http response caused gpf
14712:
14713: * src/include/pa_string.h: bugfix: removed too strong a assert
14714:
14715: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14716: unreported xmlGenericErrors]
14717:
14718: 2003-12-15 paf
14719:
14720: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14721: works}
14722:
14723: 2003-12-11 paf
14724:
1.211 moko 14725: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14726: !$status:pid process id
1.95 moko 14727: !$status:tid thread id
14728:
14729: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14730: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14731: bugfix(solaris): removed dependency on object initialization
14732: order [one more place]
14733:
14734: * src/: classes/file.C, classes/mail.C, classes/op.C,
14735: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14736: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14737: understand that
14738:
14739: * src/: classes/file.C, classes/mail.C, classes/op.C,
14740: classes/xdoc.C, include/pa_cache_managers.h,
14741: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14742: include/pa_stylesheet_manager.h, main/pa_request.C,
14743: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14744: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14745: ctor call [relying on implicit String::Body(cstr) call]
14746:
14747: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14748: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14749: object initialization order [two places]
14750:
14751: 2003-12-10 paf
14752:
14753: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14754: << time now ok
14755:
1.211 moko 14756: * operators.ru.txt, operators.txt,
14757: src/main/pa_sql_driver_manager.C,
1.95 moko 14758: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14759: operational
14760:
1.211 moko 14761: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14762: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14763: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14764: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14765: back operational
14766:
14767: 2003-12-02 paf
14768:
14769: * src/types/pa_vmail.C: bugfix:
14770: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14771: as-is forced]
14772:
14773: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14774: exceptions out of libxml callbacks: reimplemented error handling
14775: of http://localhost, parser://method and safemode check callbacks
14776:
14777: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14778: [merged from HEAD]
14779:
14780: * src/classes/image.C: nothing: comment removed
14781:
14782: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14783: addresses to int
14784:
14785: 2003-12-01 paf
14786:
14787: * src/main/pa_xml_io.C: bugfix: typo
14788:
14789: * src/main/pa_globals.C: bugfix: win32: compile prob
14790:
14791: * src/classes/xdoc.C: bugfix: typo
14792:
14793: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14794: exception
14795:
14796: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14797:
14798: 2003-11-28 paf
14799:
14800: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14801: all xml documents read
14802:
14803: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14804:
14805: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14806: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14807: replaced original open mech of xdoc::create & co to use libxml
14808: open, so that this would work for root document todo: safe mode
14809: checks to libxml: ideally to some 1 point
14810:
14811: * src/main/pa_xml_io.C: comment
14812:
1.211 moko 14813: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14814: in http://parser[abscent params]
1.95 moko 14815:
1.211 moko 14816: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14817: src/main/pa_xml_io.C: works. todo: maybe replace original open
14818: mech of xdoc::create & co to use libxml open, so that this would
14819: work for root document
1.95 moko 14820:
14821: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14822: "parser://method/params/here"> <test> &test^; </test> }]
14823:
14824: ^taint[^xdoc.string[]]
14825:
14826: @method[param] <!ENTITY test
14827: "test-entity-value+$form:user+$param!">
14828:
14829: 2003-11-27 paf
14830:
14831: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14832:
14833: * src/classes/date.C: bugfix: typo error
14834:
14835: 2003-11-26 paf
14836:
1.211 moko 14837: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14838: src/include/pa_globals.h, src/main/Makefile.am,
14839: src/main/main.vcproj, src/main/pa_globals.C,
14840: src/main/pa_request.C, src/include/pa_xml_io.h,
14841: src/main/pa_xml_io.C: simplification: xml errors to
14842: hash<thread_id,error> reorganization: xml io moved to
14843: pa_xml_io.C/h
1.95 moko 14844:
14845: * src/types/pa_value.h: warnings: --
14846:
14847: 2003-11-25 paf
14848:
14849: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14850: whatever)
14851:
14852: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14853: a, (c?x:y, z)
14854:
14855: * src/main/untaint.C: bugfix: consequences of not reading this
14856: comment: CORD_pos_chars_left /* Number of characters in cache.
14857: <= 0 ==> none */
14858:
14859: * src/include/pa_array.h: removed needless checks
14860:
14861: 2003-11-24 paf
14862:
14863: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14864: removed limit: now $form:xxx can be accessed anytime, even in
14865: @auto/conf [and request/response:charset still can be changed
14866: anytime]
14867:
14868: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14869: now not transcodes response body
14870:
1.211 moko 14871: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14872: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14873: $tn[^xdoc.createTextNode[text node value]]
14874: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14875: $xdoc.firstChild.firstChild.nodeValue[different]
14876: ^taint[^xdoc.string[]]
14877:
14878: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14879: workaround: static Hash::allocates -> static Hash_allocates
14880:
14881: 2003-11-21 paf
14882:
1.116 moko 14883: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14884: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14885: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14886:
14887: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14888:
14889: * src/classes/mail.C: bugfix: typo
14890:
14891: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14892: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14893: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14894: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14895: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14896: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14897:
14898: * src/main/pa_exec.C: bug in safe mode
14899:
14900: * src/include/Makefile.am: pa_xml_exception.h
14901:
14902: * src/targets/isapi/parser3isapi.C: more warnings --
14903:
14904: 2003-11-20 paf
14905:
14906: * src/: classes/math.C, classes/op.C, classes/string.C,
14907: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14908: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14909: --
14910:
14911: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14912: more warnings --
14913:
14914: * src/classes/xdoc.C: more warnings --
14915:
14916: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14917:
14918: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14919: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14920:
14921: * src/: classes/date.C, classes/file.C, classes/hash.C,
14922: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14923: classes/table.C, include/pa_cache_managers.h,
14924: include/pa_stylesheet_connection.h, main/pa_request.C,
14925: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14926: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14927: --
14928:
14929: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14930: can't report problem (undefined @unhandled_exception) problem
14931: source string were not reported
14932:
14933: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14934: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14935: classes/hashfile.C, classes/image.C, classes/int.C,
14936: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14937: classes/response.C, classes/string.C, classes/table.C,
14938: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14939: include/pa_array.h, include/pa_cache_managers.h,
14940: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14941: include/pa_config_fixed.h, include/pa_dictionary.h,
14942: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14943: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14944: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14945: include/pa_request.h, include/pa_request_charsets.h,
14946: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14947: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14948: include/pa_stack.h, include/pa_string.h,
14949: include/pa_stylesheet_connection.h,
14950: include/pa_stylesheet_manager.h, include/pa_table.h,
14951: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14952: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14953: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14954: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14955: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14956: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14957: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14958: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14959: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14960: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14961: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14962: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14963: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14964: targets/isapi/parser3isapi.C, types/pa_junction.h,
14965: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14966: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14967: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14968: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14969: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14970: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14971: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14972: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14973: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14974: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14975: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14976: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14977: types/pa_vresponse.h, types/pa_vstateless_class.C,
14978: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14979: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14980: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14981: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14982: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14983: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14984: const IDENT
14985:
14986: * src/: include/pa_array.h, include/pa_pool.h,
14987: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14988: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14989: types/pa_wcontext.h: more warnings --
14990:
14991: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14992: classes/file.C, classes/hash.C, classes/hashfile.C,
14993: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14994: classes/memory.C, classes/op.C, classes/string.C,
14995: classes/table.C, classes/xdoc.C, classes/xnode.C,
14996: include/pa_config_includes.h, include/pa_operation.h,
14997: include/pa_sql_connection.h, include/pa_table.h,
14998: include/pa_types.h, lib/ltdl/config_fixed.h,
14999: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15000: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15001: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15002: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15003: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15004: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15005: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15006: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15007: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15008: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15009: types/pa_vmail.C, types/pa_vobject.C,
15010: types/pa_vstateless_class.h, types/pa_vtable.C,
15011: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15012: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15013: on all projects (except libltdl=off & libsdbm=level3) found
15014: several unitialized vars
15015:
15016: 2003-11-19 paf
15017:
15018: * src/classes/op.C: more ansi C++ comp
15019:
1.211 moko 15020: * operators.ru.txt, operators.txt, src/classes/op.C,
15021: src/include/pa_request.h, src/main/pa_request.C:
15022: ^cache[...]{body}{catch block with $exception.handled[cache]
15023: meaning "get expired cache, if any. else error"}
1.95 moko 15024:
15025: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15026: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15027: ^cache[...]{body}{catch code with $exception.cache field}
15028:
15029: 2003-11-12 paf
15030:
15031: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15032: [copy/paste bug]
15033:
15034: 2003-11-11 paf
15035:
15036: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15037: failed]
15038:
15039: 2003-11-10 paf
15040:
15041: * src/types/pa_vconsole.h: flush
15042:
1.211 moko 15043: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15044: src/types/Makefile.am, src/types/types.vcproj,
15045: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15046:
1.211 moko 15047: * operators.ru.txt, operators.txt: mysql: transaction support:
15048: ?autocommit=0
1.95 moko 15049:
1.211 moko 15050: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15051:
15052: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15053: serialize version and exipire now removes entries
15054:
1.211 moko 15055: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15056: altogether [and dir, if could]
1.95 moko 15057:
15058: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15059: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15060: removes files altogether [and dir, if could]
15061:
15062: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15063: nonexistent pair. .c coded that that was error. fixed
15064:
15065: * src/types/pa_vhashfile.C: sdbm: exception type change to
15066: file.access [regretfull can't split it to different exceptions
15067: without modifying sdbm source wich would prefer not to]
15068:
15069: 2003-11-07 paf
15070:
15071: * src/: classes/date.C, classes/file.C, classes/hash.C,
15072: classes/hashfile.C, classes/image.C, classes/table.C,
15073: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15074: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15075: main/execute.C, main/main.vcproj, main/pa_pool.C,
15076: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15077: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15078: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15079: destructing objects at request processing end
15080:
15081: 2003-11-06 paf
15082:
15083: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15084: updates
15085:
15086: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15087: to include sdbm
15088:
1.116 moko 15089: * src/include/: pa_config_includes.h, pa_version.h: our
15090: replacements of max& co only for cpp
1.95 moko 15091:
15092: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15093: upper dir, .am updated
15094:
15095: * tests/todo.txt: hashfile: done
15096:
1.211 moko 15097: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15098: hashfile: clear & expiration [time in value. todo: move time to
15099: key]
1.95 moko 15100:
15101: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15102:
15103: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15104: to do that in foreach, no errors, but surely wrong]
15105:
1.211 moko 15106: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15107: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15108:
1.211 moko 15109: * operators.ru.txt, operators.txt, src/classes/hash.C,
15110: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15111: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15112:
15113: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15114: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15115: hashfile: hash
1.95 moko 15116:
1.211 moko 15117: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15118: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15119: tests/todo.txt: hashfile: delete
1.95 moko 15120:
15121: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15122: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15123: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15124: get/put [raw]
15125:
15126: * src/: classes/op.C, main/pa_os.C: just linked
15127:
15128: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15129: XmlException changes
15130:
15131: * src/: include/pa_charset.h, include/pa_globals.h,
15132: include/pa_stylesheet_connection.h, main/pa_exception.C:
15133: XmlException changes
15134:
15135: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15136:
15137: * src/: include/pa_common.h, include/pa_exception.h,
15138: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15139: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15140: main/pa_xml_exception.C: locking move to pa_os [along with
15141: pa_sleep] apr-impl locking done
15142:
1.211 moko 15143: * configure, configure.in, operators.ru.txt, operators.txt,
15144: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15145: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15146: src/include/pa_exception.h, src/include/pa_globals.h,
15147: src/include/pa_memory.h, src/include/pa_version.h,
15148: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15149: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15150: src/main/compile.tab.C, src/main/main.vcproj,
15151: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15152: src/types/Makefile.am, src/types/pa_vhash.C,
15153: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15154: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15155: again with sdbm from apache
15156:
15157: 2003-11-05 paf
15158:
15159: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15160: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15161: \parser3project dir anymore
15162:
15163: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15164: thoughtlessly from xalan]
15165:
15166: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15167: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15168: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15169:
15170: * src/main/helpers/CaseFolding.txt:
15171: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15172:
15173: 2003-11-04 paf
15174:
1.211 moko 15175: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15176:
15177: * src/classes/table.C: compiled on unix
15178:
1.116 moko 15179: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15180:
15181: * src/classes/mail.C: compiled on unix
15182:
1.211 moko 15183: * operators.ru.txt, operators.txt, src/classes/mail.C,
15184: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15185: $.options[unix: string to append to sendmail command
15186: line]
15187:
1.211 moko 15188: * operators.ru.txt, operators.txt, src/classes/table.C,
15189: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15190: $.separator[^#09] $.encloser["] <nothing> by default
15191:
15192: * operators.ru.txt, operators.txt, src/classes/table.C,
15193: tests/todo.txt: ^table::load !$.separator[^#09]
15194: !$.encloser["] <nothing> by default
1.95 moko 15195:
15196: 2003-11-03 paf
15197:
1.211 moko 15198: * operators.ru.txt, operators.txt, src/classes/table.C,
15199: src/main/pa_common.C: ^table::load[; options:
15200: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15201:
1.211 moko 15202: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15203: src/types/pa_vrequest.C: $request:document-root
15204:
15205: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15206: [already included into uri=xxx]
15207:
1.211 moko 15208: * operators.ru.txt, operators.txt, src/classes/image.C,
15209: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15210:
15211: * src/classes/date.C: minor precaution
15212:
1.211 moko 15213: * operators.ru.txt, operators.txt, src/classes/date.C:
15214: !^date::unix-timestamp()
1.95 moko 15215: !^date.unix-timestamp[]
15216:
15217: 2003-10-30 paf
15218:
1.211 moko 15219: * operators.ru.txt, operators.txt, src/classes/date.C,
15220: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15221: $date.hour
1.95 moko 15222:
15223: * src/classes/: date.C, image.C: improvement diagnostics:
15224: $now[^date::create[$undefined]] now is error
15225:
15226: * src/main/pa_common.C: read errors would now be reported 'actually
15227: read -1 bytes'
15228:
15229: 2003-10-24 paf
15230:
15231: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15232: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15233: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15234: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15235:
15236: 2003-10-22 paf
15237:
15238: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15239:
15240: 2003-10-21 paf
15241:
1.211 moko 15242: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15243: src/main/pa_string.C: fixed: string.match[g] without <'> option
15244: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15245:
15246: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15247: recoursion' message with intensive throw-catches fixed: incorrect
15248: name and line (one name upper then needed) in error message about
15249: problems inside try block
15250:
15251: 2003-10-10 paf
15252:
15253: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15254: check offset argument for validity did that in String::Body::pos
15255: myself http://i2/tasks/edit/?id=4577425257580789777
15256:
15257: 2003-10-07 paf
15258:
15259: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15260: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15261:
15262: 2003-10-03 paf
15263:
15264: * parser3.sln, src/include/pa_dictionary.h,
15265: src/main/pa_dictionary.C, src/main/pa_string.C,
15266: src/targets/cgi/parser3.vcproj: dictionary optimized by
15267: precalculating cstr&length
15268:
15269: 2003-10-02 paf
15270:
15271: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15272: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15273: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15274: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15275:
15276: 2003-09-30 paf
15277:
15278: * src/main/pa_string.C: string::replace bug fix [were ignoring
15279: occurrances after lang-mismatched
15280:
15281: 2003-09-29 paf
15282:
15283: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15284: helper
15285:
15286: * src/main/pa_string.C: string::serialize bug fix with
15287: zero-terminator
15288:
15289: * src/classes/table.C: ^nameless_table.save column row now has no
15290: \t at the end
15291:
15292: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15293: @postprocess now takes $response:body/download
15294:
15295: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15296: error message
15297:
15298: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15299:
15300: * src/classes/table.C: bugfix: flip: must produce nameless
15301: http://i2/tasks/edit/?id=4573405524674081244
15302:
15303: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15304: main/helpers/simple_folding.pl: utf-8 upper/lower
15305:
15306: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15307: to typo error http://i2/tasks/edit/?id=4573354650786434584
15308:
15309: 2003-09-26 paf
15310:
15311: * src/main/untaint.C: removed needless field
15312:
15313: * src/main/untaint.C: removed needless const
15314:
15315: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15316: String.for_each bug fixed [omited one-char cases]
15317:
15318: * src/include/pa_stack.h: bugfix: before collecting garbage,
15319: runtime-executor stack were cleared... BADLY
15320:
15321: * src/main/pa_string.C: ^stirng.replace code used old
15322: param-convention on langs.append, fixed that search fo the like,
15323: found none
15324:
15325: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15326: string::serialize/deserialize implemented Language enum assigned
15327: meaningful letters [more convinient for debugging. read warning
15328: before adding/changing anything]
15329:
15330: 2003-09-25 paf
15331:
15332: * src/: include/pa_string.h, include/pa_version.h,
15333: main/pa_string.C, main/untaint.C: templates and anonymous unions
15334: differences on unix
15335:
15336: * parser3.sln, src/classes/file.C, src/classes/image.C,
15337: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15338: src/classes/xdoc.C, src/classes/xnode.C,
15339: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15340: src/include/pa_charsets.h, src/include/pa_common.h,
15341: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15342: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15343: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15344: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15345: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15346: src/main/compile_tools.h, src/main/pa_charset.C,
15347: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15348: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15349: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15350: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15351: src/types/pa_vmail.C, src/types/pa_vmath.C,
15352: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15353: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15354:
15355: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15356: functions aligned to that of eeparser3 look
15357:
15358: * src/lib/cord/cordprnt.c: removed warnings
15359:
15360: 2003-09-24 paf
15361:
15362: * src/: classes/file.C, classes/image.C, classes/mail.C,
15363: classes/op.C, classes/xdoc.C, classes/xnode.C,
15364: include/pa_cache_managers.h, include/pa_charset.h,
15365: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15366: include/pa_sql_driver_manager.h, include/pa_string.h,
15367: include/pa_stylesheet_manager.h, include/pa_table.h,
15368: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15369: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15370: main/pa_sql_driver_manager.C, main/pa_string.C,
15371: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15372: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15373: types/pa_vstateless_class.h, types/pa_vstatus.C,
15374: types/pa_vxnode.C: v() functions of String::Body,
15375: String::Languages and String itself StringBody->String::Body
15376:
15377: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15378: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15379: never optimized anything. todo: somehow speed up harder cases:
15380: concatenationA+concatenationB when last block of A and first of B
15381: contain same letters
15382:
15383: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15384: lib/cord/include/cord.h: langs: speed up by joining adjucent
15385: blocks of same char [CORD_append_block]
15386:
15387: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15388: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15389: save space by extending blocks when appending block with c ==
15390: lastblock.c
15391:
15392: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15393: working yet :( but more working &understood :)
15394:
15395: * src/: classes/table.C, include/pa_string.h,
15396: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15397:
15398: 2003-09-23 paf
15399:
15400: * src/main/untaint.C: $a[ok!] $a works!
15401:
15402: * src/main/untaint.C: something even more works :)
15403:
15404: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15405: something more works :)
15406:
15407: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15408: lib/cord/cordxtra.c: something already works :)
15409:
15410: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15411: serialize&deserialize
15412:
15413: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15414: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15415: main/untaint.C: main idea implemented, details left
15416:
15417: 2003-09-22 paf
15418:
15419: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15420:
15421: * src/classes/xnode.C: copy/paste comment bugfix
15422:
15423: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15424: allocator returns 0, just die.
15425: http://i2/tasks/edit/?id=4570798492410259445
15426:
15427: * src/classes/xdoc.C: copy/paste comment bugfix
15428:
15429: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15430: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15431: xnode: getAttributeNS setAttributeNS removeAttributeNS
15432: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15433:
15434: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15435: chars due to bitwise operation signed-char error]
15436:
15437: 2003-09-19 paf
15438:
15439: * src/types/pa_wcontext.C: output message: more practical
15440: suggestion
15441:
1.211 moko 15442: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15443: $f[^file::load[binary;http://...]] $f.tables
15444:
15445: 2003-09-02 paf
15446:
15447: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15448: flush stdout without referencing 'stdout' symbol. to hell with
15449: non-ansi libraries without 'stdout' symbol
15450:
15451: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15452: unix (users reported problems with some old libc)
15453:
15454: * src/types/pa_vdate.h: forgot initializer
15455:
15456: 2003-09-01 paf
15457:
15458: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15459: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15460: zone]
15461:
15462: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15463:
15464: 2003-08-19 paf
15465:
15466: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15467: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15468: simplified a little
15469:
15470: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15471: [lost fix from 3.0.8]
15472:
15473: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15474: visible here }
15475:
15476: bug fix
15477:
15478: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15479:
15480: * src/main/compile.tab.C: initialized couple of variables about
15481: which user reported runtime problems when parser were compiled
15482: with VC7, warning level4. study shows that later in bison
15483: they've fixed that. would migrate to latest bison someday
15484:
15485: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15486: recoding headers)
15487:
15488: * src/types/pa_vmail.C: works as before, same charset problems:
15489: gmime recodes to UTF-8 only headers, not body. so not recoding
15490: anything for now
15491:
15492: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15493: problems with body
15494:
15495: * src/types/pa_vmail.C: mail_receive just compiled
15496:
15497: 2003-08-18 paf
15498:
15499: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15500: main/main.vcproj, types/types.vcproj: win32: continued process
15501: detaching from \parser3project directory
15502:
15503: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15504: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15505: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15506: src/lib/pcre/pcre_dftables.dsp,
15507: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15508: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15509: src/types/types.dsp: moved to MSVC 7
15510:
15511: * gnu.vcproj.vspscc, parser3.vssscc,
15512: src/classes/classes.vcproj.vspscc,
15513: src/lib/cord/cord.vcproj.vspscc,
15514: src/lib/ltdl/libltdl.vcproj.vspscc,
15515: src/lib/md5/md5.vcproj.vspscc,
15516: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15517: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15518: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15519: src/targets/isapi/parser3isapi.vcproj.vspscc,
15520: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15521: moved to MSVC 7
15522:
15523: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15524: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15525: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15526: src/lib/pcre/pcre_dftables.vcproj,
15527: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15528: src/targets/cgi/parser3.vcproj,
15529: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15530: new VS project files
15531:
15532: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15533: .NET to detect Jalindi Igloo capabilities.
15534:
15535: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15536: src/classes/classes.awk, src/doc/footer.htm,
15537: src/include/pa_config_fixed.h, src/include/pa_version.h,
15538: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15539: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15540: src/types/pa_vmail.C: merged 3.1.0 latest changes
15541:
15542: 2003-08-15 paf
15543:
15544: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15545: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15546:
15547: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15548: non-ascii <yyy> now encoded correctly
15549:
15550: 2003-07-29 paf
15551:
1.116 moko 15552: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15553: dist
1.95 moko 15554:
15555: * src/types/pa_vmail.C: just started --with-mail-receive
15556:
15557: 2003-07-28 paf
15558:
1.116 moko 15559: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15560: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15561:
15562: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15563:
15564: 2003-07-25 paf
15565:
15566: * src/doc/footer.htm: year
15567:
15568: 2003-07-24 paf
15569:
15570: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15571: fix
15572:
15573: * src/include/pa_version.h: release
15574:
1.116 moko 15575: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15576:
15577: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15578: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15579: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15580: getting rid of win32xml pseudo project
15581:
15582: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15583:
1.116 moko 15584: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15585: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15586: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15587: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15588: src/classes/classes.C, src/classes/classes.awk,
15589: src/classes/classes.dsp, src/classes/classes.h,
15590: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15591: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15592: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15593: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15594: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15595: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15596: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15597: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15598: src/include/pa_array.h, src/include/pa_cache_managers.h,
15599: src/include/pa_charset.h, src/include/pa_charsets.h,
15600: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15601: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15602: src/include/pa_dictionary.h, src/include/pa_dir.h,
15603: src/include/pa_exception.h, src/include/pa_exec.h,
15604: src/include/pa_globals.h, src/include/pa_hash.h,
15605: src/include/pa_memory.h, src/include/pa_opcode.h,
15606: src/include/pa_operation.h, src/include/pa_pool.h,
15607: src/include/pa_pragma_pack_begin.h,
1.95 moko 15608: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15609: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15610: src/include/pa_sapi.h, src/include/pa_socks.h,
15611: src/include/pa_sql_connection.h,
15612: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15613: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15614: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15615: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15616: src/include/pa_uue.h, src/lib/Makefile.am,
15617: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15618: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15619: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15620: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15621: src/lib/cord/include/ec.h,
15622: src/lib/cord/include/private/Makefile.am,
15623: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15624: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15625: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15626: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15627: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15628: src/main/compile_tools.C, src/main/compile_tools.h,
15629: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15630: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15631: src/main/pa_charsets.C, src/main/pa_common.C,
15632: src/main/pa_dictionary.C, src/main/pa_dir.C,
15633: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15634: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15635: src/main/pa_request.C, src/main/pa_socks.C,
15636: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15637: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15638: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15639: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15640: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15641: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15642: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15643: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15644: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15645: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15646: src/targets/isapi/parser3isapi.dsp,
15647: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15648: src/types/pa_junction.h, src/types/pa_method.h,
15649: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15650: src/types/pa_vclass.C, src/types/pa_vclass.h,
15651: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15652: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15653: src/types/pa_vdouble.h, src/types/pa_venv.h,
15654: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15655: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15656: src/types/pa_vimage.C, src/types/pa_vimage.h,
15657: src/types/pa_vint.h, src/types/pa_vjunction.h,
15658: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15659: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15660: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15661: src/types/pa_vobject.C, src/types/pa_vobject.h,
15662: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15663: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15664: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15665: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15666: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15667: src/types/pa_vstring.h, src/types/pa_vtable.C,
15668: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15669: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15670: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15671: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15672: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15673: HEAD
15674:
15675: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15676: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15677: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15678: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15679: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15680: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15681: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15682: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15683: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15684: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15685: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15686: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15687: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15688: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15689: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15690: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15691: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15692: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15693: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15694: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15695: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15696: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15697: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15698: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15699: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15700: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15701: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15702: outputs/create-dir, results/001.processed, results/002.processed,
15703: results/003.processed, results/004.processed,
15704: results/005.processed, results/006.processed,
15705: results/007.processed, results/008.processed,
15706: results/009.processed, results/010.processed,
15707: results/011.processed, results/012.processed,
15708: results/013.processed, results/014.processed,
15709: results/015.processed, results/016.processed,
15710: results/017.processed, results/018.processed,
15711: results/019.processed, results/020.processed,
15712: results/021.processed, results/022.processed,
15713: results/023.processed, results/024.processed,
15714: results/025.processed, results/026.processed,
15715: results/027.processed, results/028.processed,
15716: results/029.processed, results/030.processed,
15717: results/031.processed, results/032.processed,
15718: results/033.processed, results/034.processed,
15719: results/035.processed, results/036.processed,
15720: results/037.processed, results/038.processed,
15721: results/039.processed, results/040.processed,
15722: results/041.processed, results/042.processed,
15723: results/043.processed, results/044.processed,
15724: results/045.processed, results/046.processed,
15725: results/047.processed, results/048.processed,
15726: results/049.processed, results/050.processed,
15727: results/051.processed, results/052.processed,
15728: results/053.processed, results/054.processed,
15729: results/055.processed, results/056.processed,
15730: results/057.processed, results/058.processed,
15731: results/059.processed, results/060.processed,
15732: results/061.processed, results/062.processed,
15733: results/063.processed, results/064.processed,
15734: results/065.processed, results/066.processed,
15735: results/067.processed, results/068.processed,
15736: results/069.processed, results/070.processed,
15737: results/071.processed, results/072.processed,
15738: results/073.processed, results/074.processed,
15739: results/075.processed, results/076.processed,
15740: results/077.processed, results/078.processed,
15741: results/079.processed, results/080.processed,
15742: results/081.processed, results/082.processed,
15743: results/083.processed, results/084.processed,
15744: results/085.processed, results/086.processed,
15745: results/087.processed, results/088.processed,
15746: results/089.processed, results/090.processed,
15747: results/091.processed, results/092.processed,
15748: results/093.processed, results/094.processed,
15749: results/095.processed, results/096.processed,
15750: results/097.processed, results/098.processed,
15751: results/099.processed, results/100.processed,
15752: results/101.processed, results/102.processed,
15753: results/103.processed, results/104.processed,
15754: results/105.processed, results/106.processed,
15755: results/107.processed, results/108.processed,
15756: results/109.processed, results/110.processed,
15757: results/111.processed, results/112.processed,
15758: results/113.processed, results/114.processed,
15759: results/115.processed, results/116.processed,
15760: results/117.processed, results/118.processed,
15761: results/119.processed, results/120.processed,
15762: results/121.processed, results/122.processed,
15763: results/123.processed, results/124.processed,
15764: results/125.processed, results/126.processed,
15765: results/127.processed, results/128.processed,
15766: results/129.processed, results/130.processed,
15767: results/131.processed, results/132.processed,
15768: results/133.processed, results/134.processed,
15769: results/135.processed, results/136.processed,
15770: results/137.processed, results/138.processed,
15771: results/139.processed, results/140.processed,
15772: results/141.processed: merged(copied) to HEAD from template_gc
15773:
15774: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15775: towards \parser3project not having to be in root
15776:
15777: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15778: module compiled [were minor unnecessary changes in lib/md5
15779: interface]
15780:
15781: * src/include/pa_version.h: release
15782:
15783: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15784:
15785: * src/classes/math.C: merged uuid bugfix
15786:
15787: * tests/: 141.html, results/141.processed: fixed bug with
15788: too-small-a-buffer
15789:
15790: * src/classes/math.C: uuid bugfix
15791:
15792: * tests/: 141.html, Makefile, results/005.processed,
15793: results/030.processed, results/075.processed,
15794: results/078.processed: to reflect date format change (were -
15795: become ' ')
15796:
15797: * src/classes/math.C: uuid bugfix
15798:
15799: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15800: debug/release changes
15801:
15802: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15803:
15804: 2003-07-23 paf
15805:
15806: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15807: renamed a little [to move to comman naming conv]
15808:
1.116 moko 15809: * src/targets/Makefile.am: apache13 splitted to simplify apache
15810: build
1.95 moko 15811:
15812: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15813: main/pa_request.C, main/pa_sql_driver_manager.C,
15814: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15815: stack top_index() fixed
15816:
15817: * src/main/pa_globals.C: minor style changes
15818:
15819: * src/: classes/op.C, include/pa_sql_connection.h: connection
15820: closing/caching fixed [connections were not closed/put to cache]
15821:
15822: 2003-07-22 paf
15823:
15824: * INSTALL: gc part updated stightly
15825:
15826: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15827: new sapi interface
15828:
15829: * src/classes/file.C: comment on OS
15830:
15831: * src/main/pa_string.C: removed reduntant invariant check [there is
15832: one deeper in cord lib]
15833:
15834: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15835:
15836: * src/main/pa_memory.C: out of memory is no longer coredump
15837:
15838: * INSTALL: disable-threads adviced
15839:
15840: 2003-07-21 paf
15841:
1.116 moko 15842: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15843:
15844: * src/classes/file.C: file::exec/cgi environment variables now must
15845: be UPPERCASE and A-Z 0-9 _-
15846:
15847: * src/classes/file.C: env passing fixed
15848:
15849: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15850:
15851: * src/main/pa_common.C: http:// CRLF now
15852:
15853: 2003-07-02 paf
15854:
1.211 moko 15855: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15856: $memory:status fields to reflect their real meaning
1.95 moko 15857:
15858: 2003-06-27 paf
15859:
15860: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15861: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15862: file::exec/cgi .charset
15863:
15864: 2003-06-26 paf
15865:
15866: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15867: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15868: src/classes/table.C: fixed several uninitialized local
15869: structures. notably ^hash.foreach now inserts delimiters
15870: properly [were inserting it before first body]
15871:
15872: 2003-06-24 paf
15873:
15874: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15875:
15876: 2003-06-20 paf
15877:
1.211 moko 15878: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15879: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15880: $f[^file::load[binary;http://...]] $f.tables
15881:
15882: 2003-06-06 paf
15883:
15884: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15885: table. [were method lookup: inconsistent]
15886:
15887: 2003-06-02 paf
15888:
15889: * src/include/pa_memory.h: empty string clone fixed to return
15890: writable memory
15891:
15892: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15893: were not appended] which violated string invariant
15894:
15895: 2003-05-30 paf
15896:
15897: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15898: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15899:
15900: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15901: GMT ; RFC 822, updated by RFC 1123
15902:
15903: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15904: targets/isapi/parser3isapi.C: initialized request_info properly
15905:
15906: * src/classes/xnode.C: found minor bug, commended for future
15907:
15908: 2003-05-28 paf
15909:
15910: * src/classes/form.C: request_info.content_length can't be <0,
15911: size_t for some time
15912:
15913: 2003-05-26 paf
15914:
15915: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15916: forgotten <0 changed to !=STRING_NOT_FOUND
15917:
15918: * src/classes/math.C: merged ffffu from HEAD
15919:
15920: 2003-05-11 paf
15921:
15922: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15923:
15924: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15925: premature doc free. transformed document had xmlDoc reference
15926: stored to non-gc-memory (libgdome) added holding-reference
15927:
15928: 2003-04-29 paf
15929:
15930: * src/main/pa_globals.C: started digging on double free. on win32
15931: found that that's perfectly normal.
15932:
15933: 2003-04-25 paf
15934:
15935: * src/classes/table.C: table.join bug fix [bad limit check]
15936:
15937: * src/classes/math.C: merged from HEAD: simpiler hash_string
15938:
15939: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15940: print anything. changed to quicker and simplier code
15941:
15942: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15943: strict a check]
15944:
15945: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15946:
15947: 2003-04-24 paf
15948:
15949: * src/include/pa_table.h: too strict assert loosened
15950:
15951: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15952: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15953: report
15954:
15955: 2003-04-21 paf
15956:
1.116 moko 15957: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15958:
15959: * src/main/pa_globals.C: pcre memory management changed to use GC
15960: memory
15961:
15962: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15963: xmlMallocAtomic [author agreed to my suggestion], used that
15964:
15965: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15966:
15967: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15968: types/pa_vmail.C: attributed_meaning_to_string added
15969: L_UNSPECIFIED piece which was sortof OK, but violated string
15970: invariant [assertion barked on that] changed to L_PASS_APPEND,
15971: made that param obligatory
15972:
15973: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15974: fixed [assert helped]
15975:
15976: * src/include/pa_string.h: assert added [looking for bug]
15977:
15978: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15979: names on Win32 considered disk-global
15980:
15981: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15982: considered disk-global
15983:
15984: 2003-04-18 paf
15985:
15986: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15987: filenames
15988:
15989: * src/main/untaint.C: enabled '~' letter in filenames
15990:
15991: 2003-04-16 paf
15992:
15993: * src/classes/file.C: small bug introduced in autoptr times fixed
15994:
15995: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15996: HEAD
15997:
1.116 moko 15998: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15999:
16000: 2003-04-15 paf
16001:
1.211 moko 16002: * operators.ru.txt, operators.txt, src/classes/math.C,
16003: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16004: tests/results/141.processed: merged from head ^math:uuid[]
16005: ^math:uid64[] ^math:md5[string]
16006:
16007: test added: 141.html
16008:
1.211 moko 16009: * operators.ru.txt, operators.txt, src/classes/math.C:
16010: ^math:uid64[]
1.95 moko 16011:
16012: * src/classes/math.C: ^math:uuid[]
16013:
1.211 moko 16014: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16015:
1.211 moko 16016: * operators.ru.txt, operators.txt, src/classes/math.C,
16017: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16018: 16-byte digest
16019:
16020: * operators.ru.txt, operators.txt, src/classes/file.C,
16021: src/include/pa_common.h, src/include/pa_config_fixed.h,
16022: src/main/pa_common.C: ^file::load[mode;name; $.offset
16023: $.limit
1.95 moko 16024:
16025: 2003-04-14 paf
16026:
16027: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16028: started ^math:md5
16029:
16030: * src/classes/table.C, src/include/pa_array.h,
16031: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16032: tests/results/140.processed: table $.reverse option works in
16033: create&co table $.distinct[tables] bug fix merged
16034:
16035: * src/: classes/table.C, include/pa_table.h: table
16036: $.distinct[tables] bug fixed
16037:
16038: * src/classes/table.C: more warnings
16039:
16040: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16041: removed checks in table::set_current, moved them back to
16042: table::locate implemented table::create/join ñ $.reverse
16043:
16044: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16045: removed checks in table::set_current, moved them back to
16046: table::locate
16047:
16048: 2003-04-11 paf
16049:
1.211 moko 16050: * operators.ru.txt, operators.txt, src/classes/date.C,
16051: src/classes/table.C, src/include/pa_array.h,
16052: src/include/pa_common.h, src/include/pa_config_includes.h,
16053: src/include/pa_string.h, src/include/pa_table.h,
16054: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16055: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16056: before_append_array_limit_sense_change to
16057: after_append_array_limit_sense_change
16058:
16059: * src/classes/table.C: typo
16060:
1.211 moko 16061: * operators.ru.txt, operators.txt, src/classes/date.C,
16062: src/classes/table.C, src/include/pa_array.h,
16063: src/include/pa_common.h, src/include/pa_config_includes.h,
16064: src/include/pa_globals.h, src/include/pa_table.h,
16065: src/main/pa_array.C, src/main/pa_globals.C,
16066: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16067: src/main/pa_string.C, src/main/pa_table.C:
16068: append_array_limit_sense_change locate accepts options same as
16069: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16070:
16071: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16072: (stat xxx,
16073:
16074: * src/classes/: table.C: typo
16075:
16076: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16077: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16078: results/130.processed, results/131.processed,
16079: results/132.processed, results/133.processed,
16080: results/134.processed, results/135.processed,
16081: results/136.processed, results/137.processed,
16082: results/138.processed, results/139.processed: added few mustfail
16083: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16084: date/time 132.html mustfail: access to junction outside of
16085: context 133.html mustfail: access to junction outside of context,
16086: case version 134.html mustfail: hash: adding a key inside of
16087: foreach 135.html mustfail: modifying system class 136.html
16088: mustfail: $.name outside of $hash[here] 137.html mustfail:
16089: appendChild without import 138.html mustfail: invalid encoding
16090: inside of xml 139.html mustfail: bad XPath
16091:
1.211 moko 16092: * operators.ru.txt, operators.txt, src/classes/table.C,
16093: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16094: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16095: tests/results/126.processed, tests/results/127.processed,
16096: tests/results/128.processed, tests/results/129.processed: merged
16097: from HEAD ^table.hash[key][$.distinct[tables]]
16098:
16099: maked appropriate tests [changed one old nonconforming]
16100:
1.211 moko 16101: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16102: ^table.hash[key][$.distinct[tables]]
16103:
16104: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16105: merged fix for found very old xml (dom) bug: were passing
16106: domString objects and later ERROREOUSLY freed them
16107:
16108: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16109: src/main/pa_charset.C: re-added libgdome patch. regretfully
16110: libgdome bug can not be worked around
16111:
16112: 2003-04-10 paf
16113:
16114: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16115: found very old xml (dom) bug: were passing domString objects and
16116: later ERROREOUSLY freed them
16117:
16118: * src/doc/string.dox, src/include/pa_memory.h,
16119: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16120: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16121: tests/123.html, tests/124.html, tests/results/001.processed,
16122: tests/results/002.processed, tests/results/003.processed,
16123: tests/results/004.processed, tests/results/005.processed,
16124: tests/results/006.processed, tests/results/008.processed,
16125: tests/results/009.processed, tests/results/010.processed,
16126: tests/results/011.processed, tests/results/012.processed,
16127: tests/results/013.processed, tests/results/014.processed,
16128: tests/results/015.processed, tests/results/016.processed,
16129: tests/results/017.processed, tests/results/018.processed,
16130: tests/results/020.processed, tests/results/021.processed,
16131: tests/results/022.processed, tests/results/023.processed,
16132: tests/results/024.processed, tests/results/025.processed,
16133: tests/results/026.processed, tests/results/027.processed,
16134: tests/results/028.processed, tests/results/029.processed,
16135: tests/results/030.processed, tests/results/031.processed,
16136: tests/results/032.processed, tests/results/033.processed,
16137: tests/results/034.processed, tests/results/035.processed,
16138: tests/results/036.processed, tests/results/037.processed,
16139: tests/results/038.processed, tests/results/039.processed,
16140: tests/results/040.processed, tests/results/041.processed,
16141: tests/results/042.processed, tests/results/043.processed,
16142: tests/results/044.processed, tests/results/045.processed,
16143: tests/results/046.processed, tests/results/047.processed,
16144: tests/results/048.processed, tests/results/049.processed,
16145: tests/results/050.processed, tests/results/051.processed,
16146: tests/results/052.processed, tests/results/053.processed,
16147: tests/results/054.processed, tests/results/055.processed,
16148: tests/results/056.processed, tests/results/057.processed,
16149: tests/results/058.processed, tests/results/059.processed,
16150: tests/results/060.processed, tests/results/061.processed,
16151: tests/results/062.processed, tests/results/063.processed,
16152: tests/results/064.processed, tests/results/065.processed,
16153: tests/results/066.processed, tests/results/067.processed,
16154: tests/results/068.processed, tests/results/069.processed,
16155: tests/results/070.processed, tests/results/071.processed,
16156: tests/results/072.processed, tests/results/073.processed,
16157: tests/results/074.processed, tests/results/075.processed,
16158: tests/results/076.processed, tests/results/077.processed,
16159: tests/results/078.processed, tests/results/079.processed,
16160: tests/results/080.processed, tests/results/081.processed,
16161: tests/results/082.processed, tests/results/083.processed,
16162: tests/results/084.processed, tests/results/085.processed,
16163: tests/results/086.processed, tests/results/087.processed,
16164: tests/results/088.processed, tests/results/089.processed,
16165: tests/results/090.processed, tests/results/091.processed,
16166: tests/results/092.processed, tests/results/093.processed,
16167: tests/results/094.processed, tests/results/095.processed,
16168: tests/results/096.processed, tests/results/097.processed,
16169: tests/results/101.processed, tests/results/102.processed,
16170: tests/results/104.processed, tests/results/105.processed,
16171: tests/results/106.processed, tests/results/107.processed,
16172: tests/results/108.processed, tests/results/109.processed,
16173: tests/results/110.processed, tests/results/111.processed,
16174: tests/results/112.processed, tests/results/113.processed,
16175: tests/results/114.processed, tests/results/115.processed,
16176: tests/results/116.processed, tests/results/117.processed,
16177: tests/results/118.processed, tests/results/119.processed,
16178: tests/results/120.processed, tests/results/121.processed,
16179: tests/results/122.processed, tests/results/123.processed,
16180: tests/results/124.processed: new convention: char* never 0.
16181: assert in cord on that
16182:
16183: * src/main/pa_charset.C: couple more asserts
16184:
16185: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16186: speedup
16187:
16188: * src/main/pa_charset.C: couple assertions on fantastic situations
16189: added [may be those is the case now?]
16190:
16191: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16192: that's memory from gc_malloc, not from g_malloc :(, but would
16193: hope]
16194:
16195: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16196: that's memory from gc_malloc, not from g_malloc :(, but would
16197: hope]
16198:
16199: * src/main/pa_charset.C: checked custom malloc for returning 0
16200:
16201: 2003-04-09 paf
16202:
16203: * src/classes/date.C: merged ^date.roll changes
16204:
16205: * src/classes/date.C: ^date.roll bug fix
16206:
16207: * src/classes/date.C: ^date.roll now throws less errors: month
16208: shifts handles end of month situation by reducing day number
16209: hour-hole shift reduces hour to recover
16210:
16211: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16212: Sort by function time
16213:
1.211 moko 16214: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16215: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16216:
16217: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16218: added [after volatile fix. passes on win&intel-solaris]
16219:
16220: 2003-04-08 paf
16221:
16222: * src/: classes/file.C, classes/op.C, classes/table.C,
16223: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16224: include/pa_common.h, include/pa_request_charsets.h,
16225: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16226: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16227: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16228: types/pa_vresponse.C: started http:// $.charset[] param and
16229: http response charset detection just compiled. todo:test
16230:
16231: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16232:
16233: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16234: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16235: types/pa_vmail.C: changed transcode param converntion along with
16236: string creating convention -- all strings are zero-terminated,
16237: this allowed to fix one remaining String("123", 2) case
16238:
16239: * src/: classes/date.C, classes/file.C, classes/hash.C,
16240: classes/op.C, classes/string.C, classes/table.C,
16241: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16242: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16243: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16244: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16245: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16246: violated String::invariant. started fixing [not compiled now]
16247:
16248: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16249: main/compile.tab.C, main/compile.y, main/pa_string.C,
16250: main/untaint.C, targets/cgi/parser3.C: number of string style
16251: improvements & optimizations
16252:
16253: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16254: :(]
16255:
16256: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16257: [for it's a pointer really]
16258:
16259: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16260: 'n' param. worked that around
16261:
16262: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16263: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16264: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16265: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16266: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16267:
16268: Thanks for the bug report and patch.
16269:
16270: I hadn't looked at this code in a while. Reading it now, it
16271: seems to me that the tests should also be ">= MAX_DEPTH" to
16272: comply with the invariant, though that may not matter a lot. I
16273: changed that, too.
16274:
16275: Hans
16276:
16277: 2003-04-07 paf
16278:
16279: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16280: merged from head:safe mode error message now includes numbers
16281:
16282: * src/main/execute.C: n-th attempt to make a=a work with double.
16283: problem: as_double returns it's result in fp-register compiler
16284: optimizes access to that register after b->as_double, and just
16285: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16286: from memory. _SAME_ double values do not match here. when
16287: forced to REload fp-register, values do match.
16288:
16289: tried to make them volatile.
16290:
16291: * src/main/execute.C: n-th attempt to make a=a work with double.
16292: problem: as_double returns it's result in fp-register compiler
16293: optimizes access to that register after b->as_double, and just
16294: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16295: from memory. _SAME_ double values do not match here. when
16296: forced to REload fp-register, values do match.
16297:
16298: tried to make them volatile.
16299:
16300: * src/types/pa_vobject.h: small style change
16301:
16302: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16303:
16304: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16305: mode error message now includes numbers
16306:
16307: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16308: now causes death
16309:
16310: 2003-04-04 paf
16311:
16312: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16313: incorportated pa_exec patch by From: "Victor Fedoseev"
16314: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16315: Sent: Thursday, January 23, 2003 9:14 AM
16316:
16317: huge speedup on ^file::cgi with big result
16318:
16319: * src/classes/table.C: sort table with 0 rows bug fixed
16320:
16321: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16322: fix http://i2/tasks/edit/?id=4493701604654042676
16323:
16324: @main[] $with_default[ $.a[1] $._default[default from
16325: with_default] ] ^show[$with_default]
16326:
16327: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16328: =$to_add_to.xxx=<br>
16329:
16330: ^show[$to_add_to]
16331:
16332: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16333: ^show[$cloned]
16334:
16335: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16336:
16337: } <hr>
16338:
16339: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16340: http://i2/tasks/edit/?id=4493701604654042676
16341:
16342: @main[] $with_default[ $.a[1] $._default[default from
16343: with_default] ] ^show[$with_default]
16344:
16345: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16346: =$to_add_to.xxx=<br>
16347:
16348: ^show[$to_add_to]
16349:
16350: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16351: ^show[$cloned]
16352:
16353: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16354:
16355: } <hr>
16356:
16357: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16358: http://i2/tasks/edit/?id=4507350336410850921
16359:
16360: * src/classes/xdoc.C: memory allocation func bugfix
16361: http://i2/tasks/edit/?id=4499303470368629745
16362:
16363: * src/classes/math.C: allowed random 1...
16364:
16365: * src/classes/math.C: allowed random 0..
16366:
16367: * src/main/pa_globals.C: exif mem leak
16368: http://i2/tasks/edit/?id=4480590323629807263
16369:
16370: * src/: classes/classes.dsp, main/main.dsp,
16371: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16372: fix http://i2/tasks/edit/?id=4493946731322521294
16373: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16374:
16375: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16376: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16377: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16378: links to xml libs made relative, no need to unpack parser3project
16379: to /parser3project.
16380:
16381: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16382: column more precise - tab handling bug fixed
16383:
16384: * src/main/: compile.tab.C, compile.y: more understandable error
16385: message in case @CLASS with more then one line inside
16386:
16387: * src/targets/cgi/parser3.C: more understandable error message in
16388: case of errors in @unhandled_exception
16389:
16390: 2003-04-03 paf
16391:
16392: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16393: src/main/compile.tab.C, src/main/compile.y,
16394: src/main/compile_tools.C, src/main/compile_tools.h,
16395: src/main/execute.C, src/main/pa_request.C: debug info format
16396: simplified, now it's: OP_VALUE Operation::Origin << here value*
16397:
16398: higher limits: file number (max: 255) line number (max:
16399: 64535) column number (max: 255)
16400:
16401: * src/classes/math.C: top limit
16402:
16403: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16404: precise parse error position in case of
16405:
16406: ^bug ]
16407:
16408: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16409: changed to realities, and passed [bug fixed]
16410:
16411: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16412: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16413: main/compile_tools.h, main/pa_request.C: introducing
16414: ^process...[main-method-alias]
16415:
16416: * src/: classes/date.C, classes/image.C, classes/op.C,
16417: classes/string.C, classes/table.C, classes/xdoc.C,
16418: types/pa_vmethod_frame.h: MethodParams& now [methods without
16419: params receive zero reference, but they are expected not to look
16420: there]
16421:
1.211 moko 16422: * operators.ru.txt, operators.txt, src/classes/date.C,
16423: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16424: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16425: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16426: src/classes/response.C, src/classes/string.C,
16427: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16428: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16429: src/types/pa_method.h: MethodParams& now [methods without params
16430: receive zero reference, but they are expected not to look there]
16431:
16432: * operators.ru.txt, operators.txt, src/classes/op.C,
16433: src/include/pa_request.h, src/main/pa_request.C,
16434: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16435: better error reporting [file/line/col]
1.95 moko 16436:
16437: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16438: types/pa_vstring.h: slightly improved error messages text: 1. is
16439: '%s', it 2. method undefined in case of ^void[]
16440:
16441: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16442: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16443: handling done. now we have error columns todo: test it
16444:
16445: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16446: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16447:
16448: this makes life easier: were: bad stack order -- were in
16449: exception catch unwind order, which didn't match execution order
16450:
16451: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16452:
16453: @first[] ^throw[a;1]
16454:
16455: showed throw a first throw b try
16456:
16457: which is no good
16458:
16459: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16460: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16461: trace reset after handled exception [old bug fixed]
16462:
16463: * src/main/: compile.tab.C, compile.y: parse position old bug
16464: fixed. position reporting made precise [both, in parse erros and
16465: runtime errors]
16466:
16467: 2003-04-02 paf
16468:
16469: * src/: include/pa_operation.h, include/pa_request.h,
16470: main/compile.C, main/compile.tab.C, main/compile.y,
16471: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16472: main/pa_exception.C, main/pa_request.C: debug info: started
16473: using. todo:complete
16474:
16475: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16476: main/compile.C, main/compile.tab.C, main/compile.y,
16477: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16478: main/pa_request.C: prepared debug info todo:use it
16479:
16480: * src/include/pa_operation.h: strange mistake fixed: forgot to
16481: return Operation class->union after switching from autoptrs.
16482:
16483: * tests/: Makefile, results/108.processed, results/117.processed:
16484: meta considered OK [it's up to coder now to remove it not needed]
16485:
16486: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16487: Dictionary constructor when moved to gc]
16488:
16489: * src/main/pa_common.C: uncommented http:// file loading
16490:
16491: * src/include/pa_array.h, src/main/execute.C,
16492: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16493: fix [gdGrowingBuf]
16494:
16495: * configure.in, src/lib/Makefile.am: removed patches
16496:
16497: * configure, src/include/pa_config_auto.h.in,
16498: src/main/pa_charset.C: --enable-assertions autoconf-ed
16499:
16500: * src/main/pa_common.C: uncommented http:// file loading
16501:
16502: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16503: xdoc::create/load
16504:
16505: * src/: classes/form.C, classes/hash.C, classes/image.C,
16506: classes/string.C, classes/table.C, classes/void.C,
16507: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16508: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16509: String::String(str,helper_length) are checked. found/fixed one
16510: place: $request:body now zero-terminated,
16511:
16512: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16513: main/compile_tools.C, main/execute.C, types/pa_value.h,
16514: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16515: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16516: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16517: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16518: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16519: types/pa_vxnode.h: more locally scoped vars in execute (more
16520: easily optimizable)
16521:
16522: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16523: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16524:
16525: * src/: include/pa_array.h, include/pa_stack.h,
16526: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16527: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16528: become assertion iterator in methodframe filler
16529:
16530: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16531: targets/cgi/parser3.C: array::get/put inlined
16532:
16533: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16534: gc_substitute_memory_management_functions +installed CORD_oom
16535: function
16536:
16537: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16538: src/include/pa_config_includes.h, src/include/pa_string.h,
16539: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16540: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16541: assertions started configure.in --enable-assertions
16542:
16543: 2003-04-01 paf
16544:
16545: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16546: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16547: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16548: gdome uses glib memory, and stores last pointer to xmlDoc there,
16549: gc misses that and collects valid memory fixed by remembering
16550: xmlDoc from dom object in xdoc. todo: do something with
16551: premature free of xdoc with xnodes/node values referring into it
16552:
16553: * src/classes/: mail.C: typo fix
16554:
16555: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16556: changes
16557:
16558: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16559: main/pa_memory.C: moved memory debugging to global level: to
16560: pa_gc_malloc
16561:
16562: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16563: debugging showed no errors. todo: debug parser memory
16564:
16565: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16566: configurations
16567:
16568: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16569: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16570: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16571: types/types.dsp: prepared xml-static configuration
16572:
16573: 2003-03-31 paf
16574:
16575: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16576: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16577: xml lib memory debugging, simple checks failed: it seems that
16578: library does realloc(bad ptr), and recording those ptrs in heap
16579: [for debugging] was bad: heap situation changes = everything
16580: works fine
16581:
16582: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16583: xmlRegisterCharEncodingHandler limitation [currently imposed
16584: limit of 10 user-defined charsets]
16585:
16586: 2003-03-28 paf
16587:
16588: * src/main/execute.C: execution stack copied to local register
16589: variable, removed lots [~2e7) of memory accesses
16590:
16591: 2003-03-27 paf
16592:
16593: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16594: works in debug, but fails in release todo: fix that
16595:
16596: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16597: targets/cgi/parser3.C: forgot to merge XML memory funcs
16598: replacement from gc branch
16599:
16600: * src/main/pa_exec.C: introducing append_help_length [radical
16601: improvement here]
16602:
16603: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16604: 'not recommened' in gc.h, on win32 noticed no difference]
16605:
16606: * src/include/pa_array.h: returned checked array get [were disabled
16607: for debugging] result:not slower [don't understand that, it were
16608: INLINED] todo: find out a way of inlining it!
16609:
16610: * src/: include/pa_string.h, lib/gc/include/gc.h,
16611: lib/gc/include/gc_fake.h, main/compile.tab.C,
16612: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16613: convention changed: all resulting strings are zero-terminated
16614:
16615: * src/: classes/date.C, classes/file.C, classes/hash.C,
16616: classes/string.C, classes/table.C, classes/void.C,
16617: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16618: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16619: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16620: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16621: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16622: types/pa_vfile.C, types/pa_vmail.C: introducing
16623: append_help_length [radical improvement here]
16624:
16625: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16626: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16627: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16628: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16629: even slower
16630:
16631: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16632: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16633: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16634: clients of &get(): most to use non-ref version, some[in tight
16635: places] to get_unchecked_ref
16636:
16637: * src/doc/memory.dox: forgot to add
16638:
16639: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16640: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16641: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16642: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16643: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16644: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16645: targets/cgi/parser3.dsp, types/pa_vmail.C,
16646: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16647: T>>&<< removed after Stack::pop wiping removed [moved to separate
16648: func] other Array & removed
16649:
16650: 2003-03-26 paf
16651:
16652: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16653: classes/table.C, include/pa_array.h, include/pa_charset.h,
16654: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16655: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16656: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16657: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16658: main/pa_exec.C, main/pa_sql_driver_manager.C,
16659: main/pa_stylesheet_manager.C, main/pa_table.C,
16660: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16661: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16662: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16663: pre-evaluated .count() in some places
16664:
16665: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16666: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16667: types/types.dsp: .dsp profiling updated
16668:
16669: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16670: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16671: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16672:
16673: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16674: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16675: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16676: use lib/gc,lib/cord
16677:
1.116 moko 16678: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16679: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16680: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16681: src/include/pa_config_includes.h, src/include/pa_request.h,
16682: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16683: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16684: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16685: src/lib/cord/include/Makefile.am,
1.116 moko 16686: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16687: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16688: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16689: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16690: src/types/pa_vform.h, src/types/pa_vhash.h,
16691: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16692: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16693: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16694: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16695: funcs ported pa_exec
1.95 moko 16696:
16697: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16698:
16699: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16700: bundled gc includes
16701:
16702: * src/: classes/op.C, include/pa_array.h,
16703: include/pa_sql_connection.h, include/pa_string.h,
16704: include/pa_version.h, main/compile.tab.C, main/compile.y,
16705: main/execute.C, main/pa_common.C, main/pa_exception.C,
16706: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16707: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16708: first real site (aval)]
16709:
16710: 2003-03-25 paf
16711:
1.211 moko 16712: * operators.ru.txt, operators.txt,
16713: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16714: $status.memory used free since_compact process
1.95 moko 16715:
16716: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16717: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16718:
16719: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16720:
16721: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16722: src/types/pa_value.h, src/types/pa_vfile.h,
16723: src/types/pa_vobject.C, src/types/pa_vobject.h,
16724: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16725: tests/results/121.processed: untaint.C L_URI
16726:
1.211 moko 16727: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16728: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16729: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16730: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16731:
16732: * tests/results/109.processed: it was a bug in parser. updated 109
16733: test result
16734:
16735: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16736:
16737: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16738: tests/results/107.processed: fixed dom language [values are now
16739: considered tainted. it was a bug in parser. updated 107 test
16740: result
16741:
16742: * src/classes/xdoc.C: fixed transform params
16743:
16744: * src/: include/pa_stylesheet_manager.h,
16745: main/pa_stylesheet_manager.C: fixed stylesheet caching
16746:
16747: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16748: overloads for structure handling
16749:
16750: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16751: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16752: StringBody(0) ambiguilty, introducting static
16753: StringBody::Format(int)
16754:
16755: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16756: linked
16757:
16758: * src/types/pa_vxdoc.C: vxdoc compiled
16759:
16760: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16761: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16762: finalizers isntalled
16763:
16764: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16765: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16766: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16767: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16768: compiled todo: xnode.C / finalizers
16769:
16770: * src/doc/string.dox: updated: new string internals
16771:
16772: 2003-03-24 paf
16773:
16774: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16775: include/pa_charset.h, include/pa_config_fixed.h,
16776: include/pa_request.h, include/pa_stylesheet_connection.h,
16777: include/pa_stylesheet_manager.h, main/pa_charset.C,
16778: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16779: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16780: types/pa_vxnode.h: started XML
16781:
16782: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16783:
16784: * src/: classes/file.C, classes/image.C, classes/mail.C,
16785: include/pa_string.h, main/pa_common.C,
16786: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16787:
16788: * src/: classes/file.C, classes/image.C, classes/mail.C,
16789: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16790: main/pa_request.C, main/pa_sql_driver_manager.C,
16791: types/pa_vimage.h: size_t pos everywhere checks changed to check
16792: for eq STRING_NOT_FOUND
16793:
16794: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16795: optimize bit implemented
16796:
16797: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16798: String::ArrayFragment::append_positions fixed
16799:
16800: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16801: String::this_starts fixed
16802:
16803: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16804:
16805: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16806: hashcode implemented fully, including per-char callback [it can
16807: be - substr CORD node]
16808:
16809: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16810: rewritten to rewalloc with 100byte buf ahead
16811:
16812: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16813: src/include/pa_string.h, src/main/compile.tab.C,
16814: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16815: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16816: CORD_ec [bad] would rewrite as realloc now
16817:
16818: * src/: classes/date.C, classes/file.C, classes/form.C,
16819: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16820: include/pa_cache_managers.h, include/pa_charsets.h,
16821: include/pa_common.h, include/pa_request.h,
16822: include/pa_sql_driver_manager.h, include/pa_table.h,
16823: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16824: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16825: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16826: types/pa_vmail.C, types/pa_vmethod_frame.C,
16827: types/pa_vstateless_class.h: 2*2 worked :)
16828:
16829: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16830: src/include/pa_exec.h, src/include/pa_string.h,
16831: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16832: passed OK
16833:
16834: * src/: classes/hash.C, classes/string.C, classes/table.C,
16835: types/pa_value.C: all linked todo: debug
16836:
16837: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16838: types/pa_vstateless_class.C: all compiled. todo:link
16839:
16840: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16841:
16842: * src/types/pa_vtable.C: pa_vtable.C compiled
16843:
16844: * src/types/pa_vstring.C: pa_vstring.C compiled
16845:
16846: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16847:
16848: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16849: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16850: pa_vstateless_class.C, pa_vstateless_class.h:
16851: pa_vstateless_class.C compiled
16852:
16853: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16854: types/pa_vmath.C: pa_vmail.C compiled
16855:
16856: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16857:
16858: * src/types/pa_vform.C: pa_vform.C compiled
16859:
16860: * src/types/pa_vfile.C: pa_vfile.C compiled
16861:
16862: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16863: pa_vstateless_class.C: pa_vcookie.C compiled
16864:
16865: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16866: types/pa_vhash.h: pa_value.C compiled
16867:
16868: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16869: classes.lib main.lib compiled
16870:
16871: * src/classes/void.C: void.C compiled
16872:
16873: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16874: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16875: compiled
16876:
16877: * src/: classes/string.C, include/pa_request.h,
16878: include/pa_string.h, main/pa_string.C: string.C compiled
16879:
16880: * src/: classes/op.C, classes/string.C, classes/table.C,
16881: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16882: main/pa_request.C, main/pa_string.C: op.C compiled
16883:
16884: * src/classes/: math.C, op.C: math.C compiled
16885:
16886: * src/: classes/mail.C, classes/string.C, classes/table.C,
16887: types/pa_vmail.h: mail.C compiled
16888:
16889: * src/classes/: int.C, table.C: int.C compiled
16890:
16891: * src/: classes/hash.C, classes/image.C, classes/string.C,
16892: classes/table.C, include/pa_memory.h, include/pa_string.h,
16893: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16894: compiled
16895:
16896: * src/: classes/hash.C, classes/string.C, classes/table.C,
16897: classes/void.C, classes/xdoc.C, include/pa_request.h,
16898: include/pa_sql_connection.h: hash.C compiled
16899:
16900: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16901: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16902: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16903: classes/math.C, classes/op.C, classes/response.C,
16904: classes/string.C, classes/table.C, classes/void.C,
16905: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16906: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16907: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16908: file.C table.C compiled
16909:
16910: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16911: main/untaint.C: main.lib compiled
16912:
16913: 2003-03-21 paf
16914:
16915: * src/: classes/op.C, include/pa_cache_managers.h,
16916: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16917: include/pa_stylesheet_manager.h, main/pa_exception.C,
16918: main/pa_globals.C, main/pa_sql_driver_manager.C,
16919: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16920: compiled
16921:
16922: * src/: classes/hash.C, classes/image.C, classes/op.C,
16923: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16924: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16925: main/compile.C, main/pa_common.C, main/pa_request.C,
16926: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16927: pa_request.C compiled
16928:
16929: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16930: include/pa_request.h, main/execute.C, main/pa_request.C,
16931: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16932: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16933: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16934: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16935: compiled
16936:
16937: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16938: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16939: on unix
16940:
16941: * src/: include/pa_charset.h, include/pa_charsets.h,
16942: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16943: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16944: pa_charsets.C compiled
16945:
16946: * src/: classes/image.C, classes/mail.C, classes/op.C,
16947: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16948: main/compile.y, main/execute.C, main/pa_common.C,
16949: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16950: types/pa_vcode_frame.h, types/pa_vimage.h,
16951: types/pa_vmethod_frame.h: execute.C compiled
16952:
16953: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16954: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16955: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16956: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16957: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16958: include/pa_cache_managers.h, include/pa_charsets.h,
16959: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16960: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16961: include/pa_sql_driver_manager.h, include/pa_string.h,
16962: include/pa_stylesheet_connection.h,
16963: include/pa_stylesheet_manager.h, include/pa_table.h,
16964: main/compile.C, main/compile.tab.C, main/compile.y,
16965: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16966: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16967: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16968: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16969: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16970: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16971: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16972: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16973: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16974: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16975: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16976: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16977: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16978: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16979: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16980: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16981: types/pa_vresponse.h, types/pa_vstateless_class.C,
16982: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16983: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16984: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16985: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16986: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16987: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16988: [C++ CORD wrapper]
16989:
16990: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16991:
16992: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16993: $file::exec/cgi[script; $.charset[this is script's charset]
16994:
16995: command line, env values, input got transcoded before call
16996: stdout, stderr got transcoded after call
16997:
16998: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16999: by default. use: ^file::exec[...;$.stdin[$request.body]
17000:
17001: * src/main/pa_common.C: } typo bug fix
17002:
17003: * src/main/pa_common.C: } typo bug fix
17004:
17005: 2003-03-20 paf
17006:
17007: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17008: main/untaint.C: cord bug fix, but still errors todo: clear out
17009:
17010: * src/include/pa_string.h: more tests
17011:
17012: * src/main/pa_string.C: string.pos fixed
17013:
1.116 moko 17014: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17015: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17016: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17017: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17018: replaces
1.95 moko 17019:
17020: * src/: classes/image.C, include/pa_dictionary.h,
17021: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17022: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17023: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17024: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17025:
17026: * src/include/pa_string.h: warning
17027:
17028: * src/include/pa_string.h: this_starts fixed
17029:
17030: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17031: new String ctor & append params convention
17032:
17033: * src/: classes/file.C, classes/hash.C, classes/image.C,
17034: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17035: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17036: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17037: main/pa_exception.C, main/pa_exec.C,
17038: main/pa_sql_driver_manager.C, main/pa_string.C,
17039: main/pa_stylesheet_manager.C, main/untaint.C,
17040: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17041: types/pa_vmail.C: more tests OK
17042:
17043: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17044: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17045: gc/exit runned OK
17046:
17047: * src/types/pa_vmail.C: another naming problem: should not name
17048: vars like that: unpredictable close caused problems with later
17049: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17050: descriptors missing on startup: stdin; Bad file number
17051:
17052: todo: find out why so many filters(stream) here. probably wrong?
17053:
17054: * src/: include/pa_dictionary.h, include/pa_string.h,
17055: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17056: main/untaint.C: test compiled
17057:
17058: * src/: classes/image.C, classes/mail.C, classes/math.C,
17059: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17060: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17061: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17062: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17063: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17064: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17065: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17066: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17067: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17068:
17069: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17070: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17071: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17072: src/include/pa_memory.h, src/include/pa_request.h,
17073: src/include/pa_request_charsets.h,
17074: src/include/pa_sql_connection.h, src/include/pa_string.h,
17075: src/main/compile.tab.C, src/main/execute.C,
17076: src/main/pa_charset.C, src/main/pa_common.C,
17077: src/main/pa_exception.C, src/main/pa_exec.C,
17078: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17079: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17080: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17081: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17082: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17083: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17084: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17085: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17086: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17087: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17088: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17089: pa_common.C [done, without http for now]
17090:
17091: 2003-03-19 paf
17092:
17093: * src/: classes/date.C, classes/form.C, classes/hash.C,
17094: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17095: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17096: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17097: include/pa_string.h, include/pa_table.h, main/compile.C,
17098: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17099: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17100: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17101: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17102: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17103: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17104: types/pa_vstateless_class.h, types/pa_vtable.C,
17105: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17106: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17107: types/pa_wwrapper.h: started test
17108:
1.116 moko 17109: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17110: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17111:
17112: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17113: include/pa_string.h, main/pa_string.C: string compiled todo: test
17114: it
17115:
17116: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17117: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17118: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17119: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17120: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17121: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17122: types/pa_vmethod_frame.h, types/types.dsp: string
17123: reimplementation with cord+array<fragment>: 70%
17124:
17125: 2003-03-18 paf
17126:
17127: * src/: classes/date.C, classes/file.C, classes/form.C,
17128: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17129: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17130: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17131: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17132: can ignore lang in cmp and pos really, but would
17133: split properly!
17134:
17135: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17136: cord part made parser/src/lib: it's not compiled into libgc by
17137: default
17138:
17139: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17140: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17141: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17142: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17143: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17144: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17145: src/classes/xnode.C, src/classes/xnode.h,
17146: src/include/Makefile.am, src/include/pa_cache_managers.h,
17147: src/include/pa_charset.h, src/include/pa_charsets.h,
17148: src/include/pa_common.h, src/include/pa_dictionary.h,
17149: src/include/pa_exception.h, src/include/pa_exec.h,
17150: src/include/pa_globals.h, src/include/pa_hash.h,
17151: src/include/pa_memory.h, src/include/pa_pool.h,
17152: src/include/pa_request.h, src/include/pa_request_charsets.h,
17153: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17154: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17155: src/include/pa_stylesheet_connection.h,
17156: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17157: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17158: src/main/compile.C, src/main/compile.tab.C,
17159: src/main/compile_tools.C, src/main/compile_tools.h,
17160: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17161: src/main/pa_charsets.C, src/main/pa_common.C,
17162: src/main/pa_dictionary.C, src/main/pa_exception.C,
17163: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17164: src/main/pa_pool.C, src/main/pa_request.C,
17165: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17166: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17167: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17168: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17169: src/types/pa_junction.h, src/types/pa_method.h,
17170: src/types/pa_value.C, src/types/pa_value.h,
17171: src/types/pa_vclass.C, src/types/pa_vclass.h,
17172: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17173: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17174: src/types/pa_vdouble.h, src/types/pa_venv.h,
17175: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17176: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17177: src/types/pa_vimage.C, src/types/pa_vimage.h,
17178: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17179: src/types/pa_vmath.C, src/types/pa_vmath.h,
17180: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17181: src/types/pa_vobject.C, src/types/pa_vobject.h,
17182: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17183: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17184: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17185: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17186: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17187: src/types/pa_vstring.h, src/types/pa_vtable.C,
17188: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17189: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17190: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17191: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17192: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17193: gc: PA_Object done lots of replacements also
17194:
17195: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17196: gc logging
17197:
17198: 2003-03-17 paf
17199:
17200: * src/: classes/date.C, classes/file.C, classes/form.C,
17201: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17202: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17203: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17204: include/pa_string.h, include/pa_types.h, main/compile.C,
17205: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17206: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17207: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17208: main/pa_sql_driver_manager.C, main/pa_string.C,
17209: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17210: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17211: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17212: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17213: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17214: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17215: types/pa_vxnode.h: libgc attempt
17216:
17217: 2003-03-13 paf
17218:
17219: * src/: include/pa_sql_driver_manager.h,
17220: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17221: called
17222:
17223: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17224: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17225: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17226: types/pa_value.h, types/pa_vobject.h,
17227: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17228: set_base, set_derived simplified [counter leaks fixed]
17229:
17230: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17231: src/types/types.dsp: incorporated status class patch From:
17232: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17233: 2003 8:14 AM
17234:
17235: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17236: Win32 specific: QuotaPeakNonPagedPoolUsage
17237: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17238:
17239: 2003-03-12 paf
17240:
1.116 moko 17241: * configure, configure.in, src/lib/ltdl/configure,
17242: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17243: lib/ltdl/Makefile now created by /configure.in only [were by
17244: lib/ltdl/configure.in OVERWRITE]
17245:
1.116 moko 17246: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17247: linkage fixed for g++ 3.2.2
1.95 moko 17248:
17249: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17250: on using privately declared class [fixed]
17251:
17252: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17253: 3.2 rightliy complained on using privately declared class [fixed]
17254:
17255: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17256: sigpipe before request constructor now causes death
17257:
17258: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17259: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17260: not cause exception in exception handler
17261:
1.116 moko 17262: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17263: now default links libstdc++ statically. that can be overriden by
17264: --with-dynamic-stdcpp
1.95 moko 17265:
17266: 2003-03-11 paf
17267:
17268: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17269: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17270: necessity of libstdc++
17271:
17272: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17273:
17274: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17275:
17276: 2003-03-08 paf
17277:
17278: * tests/Makefile: make install & co
17279:
17280: * src/: include/pa_request.h, classes/op.C: removing
17281: vclass,object.h -> pa_request.h dependency
17282:
17283: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17284: main/pa_request.C: removing vform,response,cookie.h ->
17285: pa_request.h dependency
17286:
17287: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17288: dependency [testing...]
17289:
17290: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17291: return 0; fixed
17292:
17293: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17294: types/pa_vmail.h: vmail.C received just compiled [not tested]
17295:
17296: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17297:
17298: * src/main/pa_request.C: forgotten: ifdef XML
17299:
17300: * src/main/pa_request.C: forgotten: ifdef XML
17301:
17302: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17303: win32 and run memleak tests again
17304:
17305: * src/targets/cgi/parser3.C: charsets: see some strange things with
17306: old xml lib-- it's internal memory handling has faults
17307:
17308: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17309: problems when transcode from charset A to A.
17310:
17311: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17312: todo: still problems when transcode from charset A to A.
17313:
17314: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17315: classes/table.C, include/pa_array.h,
17316: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17317: started full-scale-site-test [~ http://parser.ru sources]
17318:
17319: some fixes
17320:
17321: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17322: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17323: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17324: results/110.processed, results/111.processed,
17325: results/112.processed, results/113.processed,
17326: results/114.processed, results/115.processed,
17327: results/116.processed, results/117.processed,
17328: results/118.processed, results/119.processed,
17329: results/120.processed: xml: tests 109 dom create/show 110 xpath
17330: selectSingle 111 xdoc.create from tainted & 112
17331: xdoc.create/output with russian attr value 113 xpath
17332: selectString/Number 114 dom attributes.count 115 xpath selectBool
17333: 116 output media-type change 117 transform by dom stylesheet 118
17334: empty transform result 119 dom setAttribute 120 nbsp letter
17335: output
17336:
17337: =END OF PREPARED XML TESTS=
17338:
17339: 2003-03-07 paf
17340:
17341: * src/classes/xdoc.C, src/include/pa_charset.h,
17342: src/include/pa_stylesheet_connection.h, tests/108.html,
17343: tests/108.xsl, tests/results/108.processed: xml: test 108
17344: transform with params [bugs fixed]
17345:
17346: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17347: from copy/paste bug
17348:
17349: * src/classes/xdoc.C, src/include/pa_charset.h,
17350: src/include/pa_request.h, src/main/execute.C,
17351: src/main/pa_charset.C, src/main/pa_exception.C,
17352: src/main/pa_globals.C, src/main/pa_request.C,
17353: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17354: src/types/pa_vxnode.C, tests/107.html,
17355: tests/results/107.processed: xml: test: 107 bug fixes
17356:
17357: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17358: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17359: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17360:
17361: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17362: string
17363:
17364: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17365: mem alloc functions used for different cases [libxml, libxsl]
17366:
17367: * src/classes/classes.C: fixed: prevent system classes from
17368: modification to lock ALL the classes, not only directly used
17369:
17370: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17371: linked
17372:
17373: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17374:
17375: 2003-03-06 paf
17376:
17377: * src/classes/xdoc.C: xdoc.C 50%
17378:
17379: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17380: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17381: main/pa_globals.C, main/pa_request.C,
17382: main/pa_stylesheet_manager.C: xnode.C compiled
17383:
17384: * src/: include/pa_stylesheet_connection.h,
17385: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17386: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17387:
17388: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17389: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17390: xml: stylesheet&manager STARTED
17391:
17392: * src/: include/pa_globals.h, main/pa_charset.C,
17393: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17394:
17395: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17396: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17397: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17398: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17399: charsets
17400:
17401: * tests/023.html: in some cases it rounded up badly. postponing
17402: solution of that problem, making more simple test
17403:
17404: * tests/: 058_paf2000.png, results/058.processed: .png added with
17405: -kb now
17406:
17407: * src/: include/pa_charset.h, include/pa_charsets.h,
17408: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17409: moved to charsets.C
17410:
17411: 2003-03-05 paf
17412:
17413: * src/classes/string.C, src/include/pa_string.h,
17414: src/main/pa_string.C, tests/105.html,
17415: tests/results/105.processed: String::match bug fixed
17416:
17417: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17418: tests/results/104.processed: ^bpt operator added [does int3 in
17419: debug build on win32]
17420:
17421: * tests/: 057.html, results/057.processed: test bug fixed
17422:
1.116 moko 17423: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17424:
17425: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17426: missing
17427:
1.116 moko 17428: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17429: forgotten files added to Makes
1.95 moko 17430:
17431: * ltmain.sh: ltmain.sh added
17432:
17433: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17434: change undone ;(
17435:
17436: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17437: made static
17438:
17439: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17440: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17441: todo:make linker happy
1.95 moko 17442:
17443: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17444: env param made optional
17445:
17446: 2003-03-04 paf
17447:
17448: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17449: types/pa_vimage.h: number of gcc compiler bugs fixed
17450:
17451: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17452: results/103.processed: tests: 103 image.copy transparence test
17453:
17454: * src/main/execute.C, tests/101.html, tests/102.html,
17455: tests/results/101.processed, tests/results/102.processed: tests:
17456: 101 method/variable name conflict test 102 form fields change
17457: should not not change anything [bug fix]
17458:
17459: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17460: results/099.processed, results/100.processed: tests: 57 date
17461: create 2002: added 99,100 response:body/download
17462:
17463: * src/classes/image.C, tests/098.html, tests/098font.gif,
17464: tests/results/098.processed: test: 98 image font text [bug fixed]
17465:
17466: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17467: tests/results/097.processed: test: 97 file::load http:// [bugs
17468: fixed]
17469:
17470: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17471: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17472: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17473: image EXIF [bug fixed]
17474:
17475: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17476: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17477: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17478: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17479: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17480: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17481: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17482: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17483: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17484: tests/094.html, tests/095.html, tests/results/061.processed,
17485: tests/results/062.processed, tests/results/063.processed,
17486: tests/results/064.processed, tests/results/065.processed,
17487: tests/results/066.processed, tests/results/067.processed,
17488: tests/results/068.processed, tests/results/069.processed,
17489: tests/results/070.processed, tests/results/071.processed,
17490: tests/results/072.processed, tests/results/073.processed,
17491: tests/results/074.processed, tests/results/075.processed,
17492: tests/results/076.processed, tests/results/077.processed,
17493: tests/results/078.processed, tests/results/080.processed,
17494: tests/results/081.processed, tests/results/082.processed,
17495: tests/results/083.processed, tests/results/084.processed,
17496: tests/results/085.processed, tests/results/086.processed,
17497: tests/results/087.processed, tests/results/088.processed,
17498: tests/results/089.processed, tests/results/090.processed,
17499: tests/results/091.processed, tests/results/092.processed,
17500: tests/results/093.processed, tests/results/094.processed,
17501: tests/results/095.processed, tests/079.html,
17502: tests/results/079.processed: tests: 61 file::stat size 62
17503: string->int autoconvert 63 double .int,dec,div,mul 64 date
17504: compare 65 file: basename,justname,justext 66 math:crypt 67
17505: string.match simple on long 68 string.match normalized simple on
17506: long 69 string.int 70 file::stat content-type 71 table.join 72
17507: hash parameter conditional pass 73 date daylightsaving,yearday 74
17508: date arithmetics 75 response date values/attributes 76 string.pos
17509: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17510: with local 80 scientific numeric literal in string autoconvert 81
17511: xor: logical and numerical 82 for delims 83 menu delims 84
17512: table.hash distinct 85 long string replace 86 throw+catch
17513: current language preserve 87 bit shifts 88 junction tests +
17514: $caller test 89 hash.foreach selfmodification 90 int/void to int
17515: 91 $caller test 92 junction is + def junction tests 93 $caller
17516: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17517:
17518: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17519: fixed] 60 string eq string [bug fixed]
17520:
17521: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17522: 058.html, 058_paf2000.png, 059.html, 060.html,
17523: results/053.processed, results/054.processed,
17524: results/055.processed, results/056.processed,
17525: results/057.processed, results/058.processed,
17526: results/059.processed, results/060.processed: test: 53
17527: string.replace 54 junctions 55 table.hash 56 call indirect 57
17528: date.create[string] 58 image.measure[png]
17529:
17530: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17531: outputs/051.processed, results/052.processed: test: 52
17532: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17533: task: fix that
17534:
17535: 2003-03-03 paf
17536:
17537: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17538: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17539: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17540: outputs/049.processed, outputs/050.processed,
17541: outputs/051.processed, results/001.processed,
17542: results/002.processed, results/003.processed,
17543: results/005.processed, results/006.processed,
17544: results/008.processed, results/009.processed,
17545: results/011.processed, results/012.processed,
17546: results/013.processed, results/014.processed,
17547: results/015.processed, results/016.processed,
17548: results/017.processed, results/020.processed,
17549: results/021.processed, results/022.processed,
17550: results/024.processed, results/025.processed,
17551: results/026.processed, results/027.processed,
17552: results/028.processed, results/029.processed,
17553: results/030.processed, results/031.processed,
17554: results/049.processed, results/050.processed,
17555: results/051.processed, results/043.processed,
17556: results/044.processed, results/045.processed,
17557: results/046.processed, results/047.processed,
17558: results/048.processed: tests: 43,44,45 date rolls 46
17559: autoevaluating junction 47 table.select 48 name with subvar 49
17560: hash-creating switch 50 process 51 started parent/child, works as
17561: it were but it were NOT GOOD, created separate task to fix that
17562:
17563: * tests/: 042.html, results/042.processed: test: 42
17564: exception.handled
17565:
17566: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17567: expression
17568:
17569: * tests/: 040.html, results/040.processed: test: 39 method result
17570: of type table 40 method param junction auto evaluate
17571:
17572: * tests/: 039.html, results/039.processed: test: 37 method result
17573: of type table
17574:
17575: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17576: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17577: tests/038.html, tests/results/033.processed,
17578: tests/results/034.processed, tests/results/035.processed,
17579: tests/results/036.processed, tests/results/037.processed,
17580: tests/results/038.processed: tests: 33 string.replace 34
17581: string.upper 35 table created 36 local/global vars with juntions
17582: 37 table clone 38 math PI & number formatting
17583:
17584: math class registring typo fixed
17585:
17586: * src/classes/op.C, src/include/pa_request.h,
17587: src/include/pa_string.h, src/main/execute.C,
17588: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17589: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17590: tests/032.html, tests/results/032.processed: uchar changed to
17591: String_UL in all places [was not everywhere] untaint test: 032
17592:
17593: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17594: tests/results/004.processed, tests/parser-cygwin.sh,
17595: tests/parser-unix.sh: removed -H command line key, now testing
17596: using .sh file with SERVER_SOFTWARE=xxx
17597:
17598: 2003-02-26 paf
17599:
17600: * src/main/execute.C, src/types/pa_vstateless_class.h,
17601: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17602: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17603: tests/results/024.processed, tests/results/025.processed,
17604: tests/results/026.processed, tests/results/027.processed,
17605: tests/results/028.processed, tests/results/029.processed,
17606: tests/results/030.processed, tests/results/031.processed: fixed
17607: bug with name_cstr mutable CharPtr more tests
17608:
17609: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17610: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17611: << abort. die now just exits
17612:
17613: * src/classes/classes.awk, src/classes/classes.h,
17614: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17615: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17616: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17617: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17618: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17619: src/classes/xnode.C, src/include/pa_memory.h,
17620: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17621: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17622: src/types/pa_vform.C, tests/015.html, tests/016.html,
17623: tests/017.html, tests/018.html, tests/019.html,
17624: tests/019paf2001.gif, tests/020.html, tests/021.html,
17625: tests/022.html, tests/023.html, tests/022_dir/a.html,
17626: tests/022_dir/b.txt, tests/022_dir/c.htm,
17627: tests/results/015.processed, tests/results/016.processed,
17628: tests/results/017.processed, tests/results/018.processed,
17629: tests/results/019.processed, tests/results/020.processed,
17630: tests/results/021.processed, tests/results/022.processed,
17631: tests/results/023.processed: methoded_array now contains all Mxxx
17632: classes SAPI::get_env now returns info on pool more tests
17633:
17634: * src/include/pa_array.h, src/include/pa_hash.h,
17635: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17636: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17637: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17638: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17639: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17640: tests/results/001.processed, tests/results/002.processed,
17641: tests/results/003.processed, tests/results/004.processed,
17642: tests/results/005.processed, tests/results/006.processed,
17643: tests/results/007.processed, tests/results/008.processed,
17644: tests/results/009.processed, tests/results/010.processed,
17645: tests/results/011.processed, tests/results/012.processed,
17646: tests/results/013.processed, tests/results/014.processed: hash
17647: cloning fixed
17648:
17649: 2003-02-25 paf
17650:
17651: * src/main/pa_common.C: typo fixed
17652:
17653: 2003-02-24 paf
17654:
17655: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17656: [one remained]
17657:
17658: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17659: [should have been get_string(&pool)] todo: check other such calls
17660:
17661: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17662: test10, bad lookups
17663:
17664: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17665: object got destructed, and xxx points to sky
17666:
17667: * ChangeLog, src/classes/string.C: match bug fixed
17668:
17669: * src/types/pa_vmail.C: body [text/html] transcoded to
17670: $.charset[specified] now
17671:
17672: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17673: which failed to handle sigsetjmp+throw: crashed inside of
17674: pre-throw code. rewritten simplier [though duplicating
17675: closesocket code]
17676:
17677: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17678: which failed to handle sigsetjmp+throw: crashed inside of
17679: pre-throw code. rewritten simplier [though duplicating
17680: closesocket code]
17681:
17682: 2003-02-21 paf
17683:
1.211 moko 17684: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17685: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17686: now]]
1.95 moko 17687:
17688: written makefile with regression tests [raw]
17689:
17690: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17691: tests' only [it's not forcing CGI mode now] now use -H to output
17692: CGI header when parser used in command line [useful for tests
17693: also]
17694:
17695: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17696: switches on CGI mode, and is used in regression tests
17697:
17698: * src/: include/pa_request.h, main/pa_request.C,
17699: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17700: fixed
17701:
17702: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17703: handling pa_*
17704:
17705: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17706: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17707: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17708: memory handling files
17709:
17710: * src/main/pa_array.C: pool::format_integer terminator fixed
17711:
17712: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17713: compiles OK test to show benefits of free
17714:
17715: * src/: classes/file.C, classes/image.C, classes/mail.C,
17716: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17717: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17718: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17719: use pool [as the one in ^process]
17720:
17721: * src/classes/op.C: fixed process. sould now check for all cstr's
17722: -- some must use pool [as the one in ^process]
17723:
17724: 2003-02-20 paf
17725:
17726: * src/: classes/date.C, classes/double.C, classes/file.C,
17727: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17728: classes/math.C, classes/op.C, classes/response.C,
17729: classes/string.C, classes/table.C, classes/void.C,
17730: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17731: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17732: string cmp fixed
17733:
17734: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17735: values passed OK now
17736:
17737: 2003-02-19 paf
17738:
17739: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17740: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17741: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17742: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17743: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17744: all remaning leaks resulted from pooled::malloc calls [excluding
17745: in gd -- planning complete rewrite extremely ugly code]
17746:
17747: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17748: files
17749:
17750: 2003-02-17 paf
17751:
17752: * src/: classes/date.C, classes/double.C, classes/file.C,
17753: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17754: classes/response.C, classes/string.C, classes/table.C,
17755: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17756: include/pa_stylesheet_connection.h,
17757: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17758: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17759: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17760: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17761: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17762: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17763: of unitialized simple-typed field
17764:
17765: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17766: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17767: simple-typed field fixed. todo: find&kill all like that one
17768:
17769: * src/: main/execute.C, targets/cgi/pa_pool.C,
17770: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17771: debug output fixed
17772:
17773: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17774: main/pa_request.C: stack-stored items need extra .ref to prevent
17775: object_ptr from delete[them]
17776:
17777: * src/: classes/date.C, classes/op.C, classes/table.C,
17778: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17779: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17780: main/pa_charset.C, main/pa_common.C,
17781: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17782: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17783: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17784: calls
17785:
17786: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17787: couple mem leaks rusulted from old pooled::malloc usage.
17788: todo:find more like those
17789:
17790: * src/main/: compile.C, compile_tools.C: 2*2!
17791:
17792: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17793: stackItem fixed [there were no string on stack before]
17794:
17795: * src/: main/execute.C, main/pa_request.C,
17796: types/pa_vmethod_frame.C: first letters out OK
17797:
17798: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17799: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17800: main/pa_string.C, main/untaint.C, types/pa_value.h,
17801: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17802: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17803: type not initialized with zeros :( while class fields of class
17804: types initialized with default constructors. learn C++
17805:
17806: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17807: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17808: classes/math.C, classes/xdoc.C, classes/xnode.C,
17809: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17810: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17811:
17812: 2003-02-14 paf
17813:
17814: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17815: 13 link errors
17816:
17817: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17818: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17819: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17820: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17821: errors :)
17822:
17823: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17824: classes/hash.C, classes/mail.C, classes/op.C,
17825: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17826: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17827: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17828: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17829:
17830: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17831: classes/table.C, include/pa_common.h, include/pa_globals.h,
17832: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17833: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17834: types/pa_vint.h, types/types.dsp: op compiled
17835:
17836: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17837: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17838: main/untaint.C, types/pa_vtable.h: string, response compiled
17839:
17840: 2003-02-07 paf
17841:
17842: * src/: classes/table.C, types/pa_vtable.h: table compiled
17843:
17844: 2003-02-06 paf
17845:
17846: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17847: mail compiled
17848:
17849: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17850: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17851: types/pa_vfile.h, types/pa_vimage.h: image compiled
17852:
17853: * src/classes/: file.C, form.C: form compiled
17854:
17855: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17856: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17857: types/pa_vfile.C, types/pa_vfile.h: file compiled
17858:
17859: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17860: types/pa_vmath.h: math compiled [win32]
17861:
17862: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17863: types/pa_vstring.h: hash compiled
17864:
17865: 2003-02-04 paf
17866:
17867: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17868: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17869: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17870: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17871: types/pa_vhash.h: hash 50% compiled
17872:
17873: * src/: classes/date.C, classes/file.C, classes/hash.C,
17874: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17875: classes/string.C, classes/table.C, classes/xdoc.C,
17876: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17877: main/pa_string.C: date compiled
17878:
17879: * src/classes/: classes.dsp, double.C: double compiled
17880:
17881: * src/: classes/date.C, classes/double.C, classes/file.C,
17882: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17883: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17884: classes/string.C, classes/table.C, classes/void.C,
17885: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17886: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17887: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17888: compiled
17889:
17890: * src/: classes/date.C, classes/double.C, classes/file.C,
17891: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17892: classes/math.C, classes/op.C, classes/response.C,
17893: classes/string.C, classes/table.C, classes/void.C,
17894: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17895: types/pa_vvoid.h: void compiled :)
17896:
17897: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17898: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17899: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17900: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17901: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17902: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17903: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17904: types/pa_vresponse.C, types/pa_vstateless_class.C,
17905: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17906: types/pa_wcontext.C, types/types.dsp: removed stupid
17907: value_includes.h
17908:
17909: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17910: trying to remove stupid value_includes.h
17911:
17912: * src/main/pa_exec.C: pa_exec compiled on win32
17913:
17914: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17915:
17916: * src/: include/pa_globals.h, include/pa_request.h,
17917: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17918: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17919: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17920: types/pa_vrequest.C, types/pa_vstateless_class.C,
17921: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17922:
17923: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17924: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17925: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17926:
17927: * src/: include/pa_array.h, include/pa_config_includes.h,
17928: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17929: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17930: compiled
17931:
17932: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17933: name conflicts)
17934:
17935: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17936: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17937: yelds "virtual memory exhausted" while trying to compile
17938: execute.C [eating up to 127MB]
17939:
17940: 2003-02-03 paf
17941:
17942: * src/: include/pa_config_includes.h, include/pa_hash.h,
17943: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17944: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17945: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17946: types/pa_vint.h, types/pa_vjunction.h,
17947: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17948: started gcc compiling pa_common compiled
17949:
17950: * src/: include/pa_exception.h, include/pa_pool.h,
17951: main/pa_exception.C: exception gcc change #1
17952:
1.116 moko 17953: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17954: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17955:
17956: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17957:
17958: * src/types/pa_vtable.C: vtable compiled
17959:
17960: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17961:
17962: * src/: include/pa_cache_managers.h, main/pa_request.C,
17963: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17964:
17965: * src/types/pa_vstateless_class.C: vstateless_class compiled
17966:
17967: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17968:
17969: * src/types/pa_vrequest.C: vrequest compiled
17970:
17971: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17972: pa_vobject.C, pa_vobject.h: vobject compiled
17973:
17974: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17975: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17976: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17977: compiled
17978:
17979: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17980:
17981: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17982: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17983: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17984: compiled
17985:
17986: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17987: main.lib - 0 error(s), 0 warning(s)
17988:
17989: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17990: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17991:
17992: 2003-01-31 paf
17993:
17994: * src/: include/pa_array.h, include/pa_operation.h,
17995: include/pa_request.h, main/execute.C, main/main.dsp,
17996: types/pa_vjunction.h: started last file from main library:
17997: execute
17998:
17999: * src/: include/pa_request.h, include/pa_sapi.h,
18000: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18001: main/pa_request.C, targets/cgi/parser3.C,
18002: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18003: types/pa_vhash.h: pa_request compiled
18004:
18005: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18006: include/pa_globals.h, include/pa_request.h,
18007: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18008: main/execute.C, main/main.dsp, main/pa_common.C,
18009: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18010: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18011: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18012: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18013: types/types.dsp: most pa_request compiled
18014:
18015: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18016: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18017: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18018: classes/op.C, classes/response.C, classes/string.C,
18019: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18020: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18021: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18022: include/pa_config_fixed.h, include/pa_config_includes.h,
18023: include/pa_dictionary.h, include/pa_dir.h,
18024: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18025: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18026: include/pa_pool.h, include/pa_request.h,
18027: include/pa_request_charsets.h, include/pa_request_info.h,
18028: include/pa_sapi.h, include/pa_socks.h,
18029: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18030: include/pa_stack.h, include/pa_string.h,
18031: include/pa_stylesheet_connection.h,
18032: include/pa_stylesheet_manager.h, include/pa_table.h,
18033: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18034: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18035: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18036: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18037: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18038: main/compile.C, main/compile.tab.C, main/compile.y,
18039: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18040: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18041: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18042: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18043: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18044: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18045: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18046: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18047: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18048: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18049: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18050: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18051: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18052: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18053: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18054: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18055: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18056: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18057: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18058: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18059: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18060: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18061: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18062: types/pa_vresponse.h, types/pa_vstateless_class.C,
18063: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18064: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18065: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18066: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18067: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18068: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18069:
18070: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18071: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18072: src/include/pa_charsets.h, src/include/pa_common.h,
18073: src/include/pa_dictionary.h, src/include/pa_exception.h,
18074: src/include/pa_exec.h, src/include/pa_pool.h,
18075: src/include/pa_request.h, src/include/pa_sapi.h,
18076: src/include/pa_sql_connection.h,
18077: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18078: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18079: src/main/compile.tab.C, src/main/compile_tools.C,
18080: src/main/compile_tools.h, src/main/main.dsp,
18081: src/main/pa_charset.C, src/main/pa_charsets.C,
18082: src/main/pa_common.C, src/main/pa_dictionary.C,
18083: src/main/pa_exception.C, src/main/pa_exec.C,
18084: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18085: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18086: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18087: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18088: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18089: src/types/pa_vdouble.h, src/types/pa_venv.h,
18090: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18091: src/types/pa_vhash.h, src/types/pa_vimage.C,
18092: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18093: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18094: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18095: src/types/pa_vobject.C, src/types/pa_vobject.h,
18096: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18097: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18098: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18099: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18100: src/types/pa_vstring.h, src/types/pa_vtable.h,
18101: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18102: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18103: died, long live StringPtr
18104:
18105: 2003-01-30 paf
18106:
18107: * src/: include/pa_charset.h, include/pa_request.h,
18108: include/pa_sql_driver_manager.h, main/compile.tab.C,
18109: main/compile.y, main/compile_tools.h, main/pa_request.C,
18110: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18111:
18112: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18113: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18114: types/pa_vhash.h, types/pa_vmethod_frame.h,
18115: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18116: types/types.dsp: vstateless_class compiled
18117:
18118: * src/main/compile.C: compile compiled
18119:
18120: * src/: include/pa_array.h, include/pa_operation.h,
18121: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18122: main/pa_table.C: compile_tools compiled
18123:
18124: * src/: include/pa_operation.h, main/compile.y,
18125: main/compile_tools.C, main/compile_tools.h: started
18126: compile_tools. vagues ideas of how to free compiled code
18127:
18128: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18129: main/main.dsp, types/pa_value.C, types/pa_value.h,
18130: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18131: compiled
18132:
18133: 2003-01-29 paf
18134:
18135: * src/: include/pa_globals.h, include/pa_request.h,
18136: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18137: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18138: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18139: compiled
18140:
18141: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18142: now
18143:
18144: * src/: include/pa_array.h, include/pa_exception.h,
18145: include/pa_pool.h, main/pa_exception.C: gd compiled
18146:
18147: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18148: compiled
18149:
18150: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18151: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18152: types/pa_vfile.h: vfile compiled
18153:
18154: * src/: include/pa_common.h, include/pa_globals.h,
18155: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18156: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18157: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18158:
18159: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18160: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18161: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18162: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18163: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18164:
18165: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18166: main/main.dsp, main/untaint.C: more compiled
18167:
18168: * src/: include/pa_charsets.h, include/pa_request.h,
18169: include/pa_request_info.h, include/pa_string.h,
18170: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18171: types/pa_vresponse.h: vrequest compiled
18172:
18173: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18174: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18175: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18176:
18177: * src/: classes/classes.h, include/pa_charset.h,
18178: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18179: include/pa_request.h, include/pa_string.h, main/main.dsp,
18180: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18181: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18182: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18183: types/pa_vrequest.C, types/pa_vrequest.h,
18184: types/pa_vstateless_class.h, types/pa_vstring.h,
18185: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18186:
18187: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18188: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18189: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18190: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18191: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18192: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18193: types/pa_vobject.h, types/pa_vstateless_class.h,
18194: types/pa_vstateless_object.h, types/pa_vstatus.h,
18195: types/pa_vstring.h, types/types.dsp: vmath compiled
18196:
18197: 2003-01-28 paf
18198:
18199: * src/: classes/classes.h, classes/date.C, classes/file.C,
18200: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18201: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18202: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18203: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18204: compile_tools
18205:
18206: * src/: include/pa_charset.h, include/pa_exception.h,
18207: include/pa_request.h, include/pa_string.h, main/untaint.C:
18208: untaint compiled
18209:
18210: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18211: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18212: more compiled. struck with string::store_to needing to know
18213: source/client charsets
18214:
18215: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18216: types/pa_vfile.h: uue compiled
18217:
18218: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18219: table compiled
18220:
18221: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18222: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18223:
18224: * src/: include/pa_charset.h, main/pa_charset.C,
18225: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18226: introduced]
18227:
18228: * src/: classes/date.C, include/pa_charset.h,
18229: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18230: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18231: pa_charsets compiled
18232:
18233: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18234: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18235:
18236: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18237: common compiled
18238:
18239: * src/: include/pa_charsets.h, main/pa_charsets.C,
18240: main/pa_sql_driver_manager.C: pa_charsets compiled
18241:
18242: * src/: include/pa_array.h, include/pa_charset.h,
18243: include/pa_charsets.h, include/pa_pool.h,
18244: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18245: include/pa_stack.h, include/pa_string.h,
18246: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18247: sql_driver_manager compiled
18248:
18249: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18250: letter i with two dots added to koi, all ukranian letters added
18251: to win1251.
18252:
18253: typographic simbol 0xb9 deleted from win1251 [strange one & were
18254: abscent from koi]
18255:
18256: 2003-01-27 paf
18257:
18258: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18259: include/pa_sql_driver_manager.h, include/pa_string.h,
18260: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18261: sql/pa_sql_driver.h: paused on sql_manager
18262:
18263: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18264: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18265: include/pa_stack.h, main/pa_sql_driver_manager.C,
18266: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18267:
18268: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18269: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18270: include/pa_table.h, main/pa_sql_driver_manager.C,
18271: main/pa_table.C: table compiled
18272:
18273: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18274: cache_managers compiled
18275:
18276: * src/: include/pa_array.h, include/pa_charset.h,
18277: include/pa_pool.h, main/pa_charset.C: charset compiled
18278:
18279: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18280:
18281: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18282: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18283: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18284: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18285: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18286:
18287: 2003-01-24 paf
18288:
18289: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18290: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18291: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18292: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18293: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18294: types/pa_vint.h, types/pa_vjunction.h,
18295: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18296: types/pa_vstatus.h, types/pa_vstring.h: more patched
18297:
18298: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18299: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18300: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18301: main/pa_string.C, main/pa_table.C: string compiled
18302:
18303: * src/: include/pa_array.h, include/pa_common.h,
18304: include/pa_dictionary.h, include/pa_exception.h,
18305: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18306: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18307: main/pa_string.C: dictionary compiled
18308:
18309: 2003-01-23 paf
18310:
18311: * src/: include/pa_array.h, include/pa_common.h,
18312: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18313: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18314: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18315: types/pa_value.h: resurrected pool in new sense: now it's
18316: factory, producing&accounting memory chunks for read[autofree]
18317: buffers
18318:
18319: * src/: include/pa_array.h, include/pa_exception.h,
18320: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18321: main/pa_exception.C, main/pa_table.C: table compiled
18322:
18323: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18324: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18325: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18326: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18327: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18328: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18329: main/pa_table.C: aint that easy
18330:
18331: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18332: main/main.dsp: continued with Hash
18333:
18334: * src/main/pa_common.C: connect_string allocated on heap[wes on
18335: stack] now. and exception can be reported OK now [can be reported
18336: outside of pro c with that stack]
18337:
18338: 2003-01-22 paf
18339:
18340: * src/: include/pa_array.h, include/pa_charset.h,
18341: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18342: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18343: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18344: base: contains references_count. auto_ptr template calls
18345: add_ref/release
18346:
18347: 2003-01-21 paf
18348:
18349: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18350: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18351: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18352: classes/op.C, classes/response.C, classes/string.C,
18353: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18354: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18355: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18356: include/pa_config_fixed.h, include/pa_config_includes.h,
18357: include/pa_dictionary.h, include/pa_dir.h,
18358: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18359: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18360: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18361: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18362: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18363: include/pa_stack.h, include/pa_string.h,
18364: include/pa_stylesheet_connection.h,
18365: include/pa_stylesheet_manager.h, include/pa_table.h,
18366: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18367: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18368: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18369: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18370: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18371: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18372: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18373: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18374: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18375: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18376: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18377: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18378: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18379: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18380: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18381: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18382: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18383: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18384: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18385: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18386: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18387: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18388: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18389: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18390: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18391: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18392: types/pa_vstateless_object.h, types/pa_vstatus.C,
18393: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18394: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18395: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18396: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18397: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18398: 2002->2003
18399:
18400: 2003-01-16 paf
18401:
1.211 moko 18402: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18403: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18404: $.any-status(1)
1.95 moko 18405:
1.211 moko 18406: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18407: src/main/pa_common.C: http request now return status. and not
18408: fail on status!=200
18409:
18410: 2003-01-15 paf
18411:
18412: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18413:
18414: 2003-01-14 paf
18415:
18416: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18417: mkinstalldirs: removed some ancient files [they in / really]
18418:
18419: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18420: regretfully needed patch in two places. in config_fixed.h made
18421: stubs for lib to compile in MSVC
18422:
18423: 2003-01-13 paf
18424:
18425: * config.guess, config.sub, ltmain.sh: removed last piece of
18426: configure.in(libtool) hacks
18427:
1.116 moko 18428: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18429: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18430: ltdl.h: moved to latest libtool (1.4.3)
18431:
18432: 2003-01-10 paf
18433:
18434: * src/lib/ltdl/: configure, configure.in: PROG_NM
18435:
18436: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18437: patches. libxml2 >= 2.5.1
18438: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18439: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18440: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18441:
18442: * INSTALL: moved to latest versions of xml libs libxml2 >=
18443: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18444: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18445: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18446:
18447: 2003-01-09 paf
18448:
18449: * INSTALL: xml,xslt,gdome lib urls updated
18450:
18451: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18452: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18453: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18454: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18455: 1.7.2
1.95 moko 18456:
18457: * depcomp: moving to automake 1.7.2
18458:
18459: 2002-12-27 paf
18460:
18461: * src/include/pa_version.h: 0007
18462:
18463: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18464: outdated parts, made links to language docs
18465:
18466: * src/include/pa_config_auto.h.in: comment
18467:
18468: 2002-12-26 paf
18469:
18470: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18471: not contain trailing / fixed.
18472:
18473: * INSTALL: changing SAFE_MODE politics
18474:
18475: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18476:
18477: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18478:
18479: 2002-12-25 paf
18480:
18481: * src/main/pa_globals.C: optimized-xml
18482:
18483: * src/main/pa_globals.C: optimized-as-is
18484:
18485: 2002-12-24 paf
18486:
18487: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18488: fixed [were really called with zero size when .html?a=&b=]
18489:
18490: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18491: with --with-sendmail
18492:
18493: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18494: fixed]
18495:
18496: 2002-12-23 paf
18497:
18498: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18499: ignoring parameters & were storing only string with default
18500: expires
18501:
18502: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18503: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18504: December 23, 2002 4:22 AM Subject: bug â
18505: Charset::transcode_buf2xchar
18506:
18507: 2002-12-20 paf
18508:
18509: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18510: non-cgi [script] runs
18511:
18512: 2002-12-19 paf
18513:
18514: * INSTALL: --without-iconv recommended [it crashes on some systems
18515: [tested on elik]] moreover, it's not needed there [parser
18516: registers charsets itself]
18517:
18518: * INSTALL: --without-iconv recommended [it crashes on some systems
18519: [tested on elik]]
18520:
1.211 moko 18521: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18522: src/include/pa_request.h, src/main/pa_globals.C,
18523: src/main/pa_request.C: $response:download
18524:
18525: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18526: compiler [win32]].
18527:
18528: 2002-12-18 paf
18529:
18530: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18531:
18532: 2002-12-17 paf
18533:
18534: * src/targets/cgi/parser3.C: merged die&iis changes
18535:
18536: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18537: to exit(1) 2. more flexible iilegal call check
18538:
18539: 2002-12-16 paf
18540:
18541: * ltmain.sh: some automakes silly insist on having this handy
18542:
18543: * src/main/untaint.C: filespec russian small 'r' changed to latin
18544: 'p' bug fix
18545:
18546: 2002-12-15 paf
18547:
18548: * src/main/untaint.C: filespec russian small 'r' changed to latin
18549: 'p'
18550:
18551: * configure.in, src/include/pa_config_auto.h.in,
18552: src/main/compile.C, src/main/pa_common.C: merged small changes
18553: from branch 6 to HEAD
18554:
18555: * src/main/compile.C: removed warning
18556:
18557: * src/main/pa_common.C: ftruncate having checked
18558:
18559: * configure.in, src/include/pa_version.h: new version
18560:
18561: 2002-12-14 paf
18562:
18563: * src/classes/table.C: removed unnecessary code
18564:
18565: * src/sql/pa_sql_driver.h: exception type fixed
18566:
18567: 2002-12-09 paf
18568:
18569: * src/types/pa_vvoid.h: $void.store[now] error
18570:
18571: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18572:
18573: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18574: tries to write core dump
18575:
18576: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18577:
18578: * src/: classes/hash.C, classes/string.C, classes/table.C,
18579: classes/void.C, main/pa_sql_driver_manager.C,
18580: sql/pa_sql_driver.h: changed exception handling mech in sql
18581: handlers #2
18582:
18583: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18584: exception handling mech in sql handlers
18585:
18586: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18587: handlers
18588:
18589: * src/: classes/hash.C, classes/string.C, classes/table.C,
18590: classes/void.C, main/pa_sql_driver_manager.C,
18591: sql/pa_sql_driver.h: changed exception handling mech in sql
18592: handlers
18593:
1.116 moko 18594: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18595: to write makefile which used libtool to install things, which is
18596: not needed
1.95 moko 18597:
18598: 2002-12-06 paf
18599:
1.211 moko 18600: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18601: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18602: more like 'table'
1.95 moko 18603:
18604: 2002-12-05 paf
18605:
18606: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18607: cc/bcc OK now
18608:
18609: * src/main/untaint.C: mail header closed properly
18610:
18611: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18612: header ',' allowed. still bugs in smtp [only one receiptient
18613: works, cc, bcc ignored now, and MAILED ;)]
18614:
18615: [strncpy killed, memnchr used]
18616:
18617: * src/main/pa_table.C: table-copy now current=0
18618:
18619: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18620: lowlevel proc
18621:
18622: * src/targets/cgi/parser3.C: more checks on
18623: http://domain/parser.cgi start [maybe some getenv returns "",
18624: checked that now
18625:
18626: * src/targets/cgi/parser3.C: more checks on
18627: http://domain/parser.cgi start [maybe some getenv returns "",
18628: checked that now
18629:
18630: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18631: out-of-mem errors reached log]
18632:
18633: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18634: mail:send MIME-Version default
18635:
18636: * src/main/main.dsp: pa_version included into main.dsp
18637:
18638: 2002-12-04 paf
18639:
18640: * src/types/pa_vform.C: $form:field string value cut by premature 0
18641:
18642: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18643: lib/libltdl -> lib/ltdl Win32 changes. s
18644:
18645: * src/classes/classes.awk: more strict *.C$
18646:
18647: * gnu.dsp: restored
18648:
1.116 moko 18649: * configure.in, gnu.dsp, src/lib/Makefile.am,
18650: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18651: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18652: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18653: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18654: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18655: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18656: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18657: now created with /configure, not ltdl/configure, so it does have
18658: no problems with automake. ltdl/configure
18659: AC_OUTPUT(Makefile<<removed)
1.95 moko 18660:
18661: 2002-12-02 paf
18662:
1.211 moko 18663: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18664:
18665: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18666: src/main/pa_common.C, src/main/pa_request.C,
18667: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18668: tainted parts becomes http-header
18669:
18670: 2002-11-29 paf
18671:
1.211 moko 18672: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18673: operators.txt: exif dates now objects of type date
1.95 moko 18674:
18675: * src/classes/image.C: file.seek removed [it were used in image.C
18676: only, and for parser user this means that jpeg image has bad
18677: size in fragment's header] now used image.format
18678:
18679: * src/: include/pa_common.h, main/pa_common.C,
18680: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18681: now handled exactly like $response:header values. e.g. can be
18682: hash [can have subattributes] & contain date values.
18683:
18684: * src/main/pa_common.C: http:// param values lang forced URI
18685:
18686: * src/main/pa_common.C: http:// tainted partes now %xx
18687:
18688: 2002-11-28 paf
18689:
1.211 moko 18690: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18691:
18692: * src/classes/image.C: ^image.length now counts interchar space.
18693: plus space after last char
18694:
18695: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18696:
18697: * src/classes/image.C: ^image.font width measurer now scans full
18698: height [were -1]
18699:
18700: * configure.in: stopped double libltdl/Makefile generation
18701:
18702: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18703: chars [one top horizontal line of 1pixel height were missing]
18704:
18705: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18706: 'false' to go into (Hash *) parameter
18707:
18708: 2002-11-27 paf
18709:
18710: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18711: types/pa_vmail.C: response:body[file] if file nows it's name now
18712: returns content-disposition: >>attachment<<
18713:
18714: * src/classes/image.C: ^image.font << bad font file-size now
18715: properly reported
18716:
18717: 2002-11-26 paf
18718:
18719: * src/main/pa_request.C: fixed lang in reponse header
18720:
18721: * src/main/pa_common.C: utf8 prefix ignored @read text
18722:
1.211 moko 18723: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18724: response status!=200 made exception: http.status with source=bad
18725: status#
1.95 moko 18726:
18727: 2002-11-25 paf
18728:
18729: * configure.in, src/classes/image.C,
18730: src/include/pa_config_auto.h.in,
18731: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18732: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18733: const void related probs fixed
1.95 moko 18734:
1.211 moko 18735: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18736: fields now UPPERCASE
1.95 moko 18737:
18738: $file[^file::load[http://there]] $file.SERVER
18739:
18740: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18741: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18742: http options [invalid onces now reported] made default
18743: user-agent: paf
18744:
1.211 moko 18745: * operators.ru.txt, operators.txt, src/classes/file.C,
18746: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18747: src/include/pa_globals.h, src/main/pa_common.C,
18748: src/main/pa_globals.C, src/main/pa_request.C,
18749: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18750: now understand http:// prefix and additional params, sample:
18751: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18752: $.USER-AGENT[parser3] ]]
18753:
18754: 2002-11-22 paf
18755:
18756: * src/classes/image.C, src/include/pa_globals.h,
18757: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18758: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18759: $image.exif support $image.exif.DateTime & co
1.95 moko 18760:
18761: 2002-11-21 paf
18762:
18763: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18764: _PASS_APPENDED)
18765:
18766: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18767: EXIF information [were big block and it's size were considered
18768: negative :(]
18769:
1.211 moko 18770: * operators.ru.txt, operators.txt, src/classes/image.C,
18771: src/include/pa_common.h, src/main/pa_common.C,
18772: src/types/pa_vmail.C: image.measure internals rewritten. no
18773: there's reader.seek, and all's ready for EXIF extraction [now we
18774: fail to measure files with EXIF info]
1.95 moko 18775:
18776: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18777: O_TRUNC truncates even exclusevely write-locked file [thanks to
18778: Igor Milyakov <virtan@rotabanner.com> for discovering]
18779:
18780: 2002-11-20 paf
18781:
18782: * src/targets/cgi/parser3.C: logging @signal += query_string
18783:
18784: * configure.in, src/include/pa_config_auto.h.in,
18785: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18786: comment
18787:
18788: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18789:
18790: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18791: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18792: currently processed document SIGPIPE >> interrupts request
18793: processing [exception = DB rollback]
18794:
18795: * src/main/pa_exec.C: comment
18796:
18797: * src/main/pa_exec.C: pa_exec: data written only if size>0
18798:
1.211 moko 18799: * operators.ru.txt, operators.txt, src/classes/file.C:
18800: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18801:
18802: * src/: include/pa_config_fixed.h, main/pa_common.C,
18803: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18804: pipe read errors now checked
18805:
18806: 2002-11-19 paf
18807:
18808: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18809: CGI: Illegal call
18810:
18811: 2002-11-01 paf
18812:
18813: * src/main/execute.C: comment
18814:
18815: 2002-10-31 paf
18816:
18817: * src/main/execute.C: found out why, checked that for now. todo:
18818: find out a way for that user could do that
18819:
18820: * src/types/pa_vstateless_object.h: object put replaces static
18821: parent if any
18822:
18823: * src/types/pa_vobject.C: object put replaces static parent if any
18824:
18825: * src/: classes/form.C, classes/mail.C, classes/op.C,
18826: classes/xnode.h, main/compile.tab.C, main/execute.C,
18827: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18828: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18829: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18830: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18831: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18832: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18833: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18834: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18835: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18836: types/pa_vstateless_object.h, types/pa_vstatus.C,
18837: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18838: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18839: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18840: types/pa_wwrapper.h: static fix merged
18841:
18842: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18843: $virtual_fields in dynamic, but one can reach derived
18844: static[class] variable from base
18845:
18846: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18847: types/pa_vobject.C, types/pa_vobject.h,
18848: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18849: statics, left $virtual_fields in dynamic
18850:
18851: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18852: one can't remember derivates in base class: there's so many of
18853: them. also there can be no virtual method calls in static
18854: classes
18855:
18856: * src/: classes/form.C, classes/mail.C, classes/op.C,
18857: classes/xnode.h, main/execute.C, main/pa_request.C,
18858: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18859: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18860: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18861: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18862: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18863: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18864: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18865: types/pa_vresponse.C, types/pa_vresponse.h,
18866: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18867: types/pa_vstateless_object.h, types/pa_vstatus.C,
18868: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18869: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18870: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18871: types/pa_wwrapper.h: static call $self fixed
18872:
18873: * src/main/execute.C: comment
18874:
18875: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18876: ^process[$caller.self]{...} now compiles to last derived object
18877: part of that 'self'
18878:
18879: 2002-10-29 paf
18880:
18881: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18882: re-passing [iis to blame]
18883:
18884: * src/classes/string.C: changed string.save to pass current sql
18885: connection to cstr thus one can ^connect[some server]{
18886: $s[insert into table x (x) values (^taint[sql]{value})]
18887: ^s.save[some.sql] } and he'd get in some.sql file code with
18888: properly escaped. [tried in mssql->mysql export->import of
18889: binary data]
18890:
18891: 2002-10-25 paf
18892:
18893: * src/types/pa_vresponse.C: case insensitive response user fields
18894: get/put
18895:
18896: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18897: types/pa_vresponse.C: saving for maybe-future
18898:
18899: 2002-10-23 paf
18900:
1.211 moko 18901: * operators.ru.txt, operators.txt, src/classes/table.C:
18902: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18903:
18904: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18905:
18906: 2002-10-22 paf
18907:
18908: * src/types/: pa_vform.C, pa_vform.h: removed needless
18909: VForm::Append...(...Value)
18910:
18911: * src/main/execute.C: $.name outside of $name[...] checked
18912:
18913: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18914: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18915:
18916: 2002-10-21 paf
18917:
1.211 moko 18918: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18919: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18920:
1.211 moko 18921: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18922: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18923:
1.211 moko 18924: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18925: $form:image-map
1.95 moko 18926:
1.211 moko 18927: * operators.ru.txt, operators.txt, src/classes/file.C:
18928: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18929:
18930: 2002-10-17 paf
18931:
18932: * src/main/: compile.tab.C, compile.y: operators precedence changed
18933: a little: logical not and bitwise negation precedence made
18934: highest, << and >> bitshits precedence made equal [were << higher
18935: than >>]
18936:
18937: * src/classes/op.C: exception handling fixed [were bad with
18938: contexts]
18939:
18940: 2002-10-16 paf
18941:
18942: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18943: main/pa_request.C: Request::self considered equal to
18944: VMethodFrame::self, and removed, Request::get_self() mapped to
18945: VMethodFrame.self()
18946:
18947: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18948: $hash in open field now gives old good error meesage
18949:
18950: 2002-10-15 paf
18951:
18952: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18953: use ^if($junction is junction){was and now true}
18954:
18955: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18956: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18957: types/pa_vxnode.C: xml->parser strings now have origin, which
18958: points to place where value left xml library and came to parser:
18959: place of dom field extraction/call
18960:
18961: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18962: main/compile.tab.C, main/compile.y, main/execute.C,
18963: types/pa_vmethod_frame.h: removed last pieces of old code
18964: allowing $junction.xxx at compile time
18965:
18966: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18967: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18968: objects also considered [were only classes]
18969:
18970: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18971: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18972: with CLASS self. [ (request&method_frame).self temporarily
18973: changed ]
18974:
18975: * src/classes/: hash.C, op.C: method_frame now always changed, with
18976: no exception to native calls. for&foreach changed to use
18977: method_frame.caller for their var's name context
18978:
18979: * src/: main/execute.C, targets/cgi/parser3.C,
18980: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18981: compiling to system classes disabled
18982:
1.211 moko 18983: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18984: ^process[$caller.CLASS]{code-string} added
18985:
1.211 moko 18986: * operators.ru.txt, operators.txt, src/classes/op.C,
18987: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18988: src/main/pa_request.C, src/types/Makefile.am,
18989: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18990: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18991: $junction.get $junction.set[] introducing $caller
1.95 moko 18992:
18993: * src/types/pa_value.h: removed outdated comments. doxygen would
18994: find them lower by inheritance tree
18995:
18996: * src/types/pa_vjunction.C: ident
18997:
18998: 2002-10-14 paf
18999:
19000: * src/classes/op.C: process compiles to code's class class
19001:
19002: * src/: classes/form.C, classes/mail.C, classes/op.C,
19003: include/pa_request.h, main/compile.C, main/compile.tab.C,
19004: main/compile.y, main/execute.C, main/pa_request.C,
19005: types/pa_vstateless_class.h: operators now main-class-methods
19006:
19007: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19008: better stack trace [has "call" & co there]
19009:
19010: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19011: operators @auto now executed in MAIN context
19012:
19013: * src/main/execute.C: operator execution context now = MAIN, not
19014: closest stack frame
19015:
19016: @touchit[] $i[after]
19017:
19018: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19019: were 'after'
19020:
19021: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19022: 'after'
19023:
19024: * src/main/execute.C: comment
19025:
19026: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19027: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19028: action]
19029:
19030: * src/types/pa_vxnode.C: misreplace fixed
19031:
19032: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19033: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19034: $status:rusage.tv_secs/usecs introduced
19035:
19036: 2002-10-09 paf
19037:
19038: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19039: on empty string [or uses (default)]
19040:
19041: 2002-10-08 paf
19042:
19043: * src/main/untaint.C: mail header quoted printable changed after
19044: RFC reread
19045:
1.211 moko 19046: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19047:
19048: * src/types/pa_vxnode.C: misreplace
19049:
19050: 2002-09-24 paf
19051:
1.116 moko 19052: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19053:
19054: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19055: mailreceive would compile on freebsd now
19056:
19057: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19058: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19059: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19060: mailreceive would compile on freebsd now
1.95 moko 19061:
19062: * src/: classes/file.C, main/untaint.C: 1. file spec language
19063: changed: now there are only few chars are untainted: * ? ' " < >
19064: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19065: one should use ^untaint[uri]{...} now]
19066:
19067: 2. $list[^file:list[dir]] now returns simply tainted names in
19068: $list.name, not tainted as filespec
19069:
19070: @russianindex[] #dir with files with russian-lang names
19071: $where[dir]
19072:
19073: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19074: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19075:
19076: 2002-09-23 paf
19077:
19078: * src/types/pa_vdouble.h: double->int round added
19079:
19080: * src/classes/date.C: date bug fix, now
19081: round(floatDays*secondsPerDay)
19082:
19083: * src/classes/date.C: date bug fix, now
19084: round(floatDays*secondsPerDay)
19085:
19086: 2002-09-20 paf
19087:
19088: * src/main/execute.C: code junction calls disabled [before: code
19089: was compiled in such a way, that there were no code-junctions in
19090: OP_CALL]
19091:
19092: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19093:
19094: @badjunctioncallinside[code] ^code[]
19095:
19096: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19097: expanding to include ^junction.method
19098:
19099: * src/main/pa_common.C: -d "DIR/" now true
19100:
19101: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19102: as internal xdoc encoding, and after decoding attributes set by
19103: dom functions now encoded OK, not as digital entities
19104:
19105: * src/classes/xdoc.C: empty transform result, being taken as file
19106: now returns empty file, not raises stupid error about "stat-ed
19107: file"
19108:
19109: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19110: allowed
19111:
19112: * src/types/types.dsp: introducing $junction.get/put(1) one can
19113: write iterators now:
19114:
19115: ^user-foreach[key;value]{$key=$value<br>}
19116:
19117: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19118: $code.value($i*2) $code }
19119:
19120: * src/main/compile_tools.h: mistype
19121:
1.116 moko 19122: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19123: thus taking linking options configure changes into account [were:
19124: ignoring]
1.95 moko 19125:
19126: * src/types/: pa_vjunction.C, Makefile.am: introducing
19127: $junction.get/put(1) one can write iterators now:
19128:
19129: ^user-foreach[key;value]{$key=$value<br>}
19130:
19131: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19132: $code.value($i*2) $code }
19133:
19134: * src/: include/pa_opcode.h, include/pa_request.h,
19135: main/compile.tab.C, main/compile.y, main/execute.C,
19136: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19137: introducing $junction.get/put(1) one can write iterators now:
19138:
19139: ^user-foreach[key;value]{$key=$value<br>}
19140:
19141: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19142: $code.value($i*2) $code }
19143:
19144: 2002-09-19 paf
19145:
1.116 moko 19146: * Makefile.am: new: make commit
1.95 moko 19147:
19148: * aclocal.m4: forced to be older
19149:
19150: 2002-09-18 paf
19151:
19152: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19153: src/main/compile.y, src/main/execute.C: << >> int shifts
19154:
19155: * src/: include/pa_common.h, include/pa_request.h,
19156: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19157: - now this - fatal error
19158:
19159: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19160: that one can pass binary data there
19161:
19162: * src/: classes/date.C, classes/double.C, classes/file.C,
19163: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19164: classes/op.C, classes/response.C, classes/string.C,
19165: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19166: include/pa_request.h: pa_request contexts made privated, plus
19167: get_{self/method_frame} to read. Request_context_saver used in
19168: ^try to save flang too. [were not saved]
19169:
19170: * src/types/pa_vresponse.C: header value chains joined before
19171: output, this should help $.subject[$var $var] from being
19172: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19173:
19174: 2002-09-17 paf
19175:
19176: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19177: removed changes, operators executed with calling self. lots of
19178: code with ^include code relies on defined/defining self variables
19179:
19180: $a[1] ^include[print_a.p] print_a.p: $a
19181:
19182: ^include[set_a.p] a=$a set_a.p: $a[1]
19183:
19184: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19185: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19186: types/pa_vstateless_class.h: operators now executed with MAIN
19187: self. it's for ^include sake, too strong a change
19188:
19189: * src/classes/op.C: made place for ^process to compile it's code to
19190: in case of no self
19191:
19192: * src/main/execute.C: found ancient param to Junction, removed.
19193: allowed passing self to native_code_operators [for ^process to
19194: work, she needs self]
19195:
19196: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19197: types/pa_vstateless_class.h: found ancient param to Junction,
19198: removed. allowed passing self to native_code_operators [for
19199: ^process to work, she needs self]
19200:
19201: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19202: types/pa_value.h, types/pa_vmethod_frame.h,
19203: types/pa_vstateless_class.h: allowed Request.self to be 0,
19204: checked that in VMethodFrame get/put and $self.
19205:
19206: * src/classes/: table.C, xdoc.C: table::sql options table::create
19207: copy options options checked, wrong option now fatal error
19208:
19209: * src/main/pa_string.C: string.replace fixed [were missing words on
19210: pieces boundaries]
19211:
1.150 moko 19212: * configure, configure.in: .so now detected [can be .sl on hpux,
19213: .dll on cygwin, .so in other cases)
1.95 moko 19214:
19215: * configure, configure.in: .so now detected [can be .sl on hpux,
19216: .dll on cygwin, .so in other cases)
19217:
1.211 moko 19218: * operators.ru.txt, operators.txt, src/classes/hash.C,
19219: src/classes/table.C, src/include/pa_globals.h,
19220: src/main/pa_globals.C: table.sql hash::sql flag to allow
19221: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19222:
19223: * src/: classes/hash.C, classes/table.C,
19224: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19225: now errors
19226:
19227: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19228:
19229: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19230: ,2,3]
19231:
19232: 2002-09-16 paf
19233:
19234: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19235: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19236: stdout to be binary. now detected closest header break.
19237:
19238: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19239: closed right
19240:
19241: 2002-09-13 paf
19242:
1.211 moko 19243: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19244: src/main/compile.y, src/main/compile_tools.h: (expression
19245: #comment)
1.95 moko 19246:
19247: (multiline expression #comment line2 #comment )
19248:
19249: (expression #comment with (brackets) comment) << OK
19250:
1.211 moko 19251: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19252: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19253: for expression #comments]
1.95 moko 19254:
19255: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19256: error
19257:
19258: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19259: cheched in pa_socks.C
19260:
1.116 moko 19261: * configure, configure.in, src/include/pa_config_auto.h.in:
19262: HAVE_WINSOCK_H created in configure.in
1.95 moko 19263:
19264: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19265: cookie date now clean [were mistakenly tainted & that worked bad
19266: with opera -- 'happily' that worked OK with msie]
19267:
19268: 2002-09-12 paf
19269:
19270: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19271: VClass get_element now first looks to fields, next to methods &
19272: co todo: the rest reason: more speed
19273:
19274: * src/main/untaint.C: quoted printable encoding stops before
19275: \s*<...>$
19276:
19277: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19278: stops before <...>$
19279:
19280: 2002-09-11 paf
19281:
19282: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19283: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19284: forgot to check users of those funcs. not all were using that
19285: return value convention
19286:
19287: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19288: windows-1254 added
19289:
19290: 2002-09-10 paf
19291:
19292: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19293: VCodeFrame parent param were specified badly
19294:
19295: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19296: WWrapper which used in constructing objects(second param to sql
19297: method) ^...sql{}[$.default{code}] now has parent, wich helps
19298: code in hash to survivi
19299:
19300: * src/: include/pa_request.h, main/execute.C: removed redundant
19301: param to execute [stack said 'thanks']
19302:
19303: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19304: types/pa_value.h, types/pa_vcode_frame.h,
19305: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19306: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19307: responsibility to wcontext
19308:
19309: * src/classes/file.C: decided not to log exec's with stderr, that
19310: could be warnings, and it's up to scritper to log/show them
19311:
19312: * src/: classes/double.C, main/execute.C: double:sql badly called
19313: write_assign_lang, not write_no_lang, thus doing unnecessary
19314: double/string converstion, which were loosing time&precesion
19315:
19316: * src/: main/pa_charset.C, types/pa_vmail.C:
19317: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19318: case of unfinished in buffer processing, causing accidental
19319: transcode stop [in case that source enc != utf-8 & there is
19320: incomplete utf-8 sequence at the end of 16000block iside of
19321: libxml lib] tfm readed & code updated
19322:
19323: 2002-09-04 paf
19324:
19325: * configure: makes with sjlj
19326:
19327: * INSTALL, src/include/pa_config_fixed.h,
19328: src/include/pa_sql_connection.h,
19329: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19330: checked. on win32 it made default
19331:
19332: * src/include/pa_config_auto.h.in: sjlj define
19333:
19334: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19335: can not work with longjump/throw pair, and one must switch that
19336: on there. todo: detect that automatically]
19337:
19338: * src/types/pa_vxnode.C: removed too strong checks of
19339: xnode.elements. now, for instance, if element does not have any
19340: attributes, $xnode.attributes is void, not error
19341:
19342: 2002-09-02 paf
19343:
1.211 moko 19344: * operators.ru.txt, operators.txt, src/main/execute.C,
19345: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19346:
19347: * src/main/execute.C: double_result made to move that var away from
19348: hungry g++ optimizer (-O2), before: it were optimized and
19349: comparison operators worked badly
19350:
19351: * src/types/pa_vdate.h: removed debug
19352:
1.116 moko 19353: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19354:
19355: * src/main/execute.C: fixed numeric < & co so that thay now use
19356: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19357: unknown reason.
19358:
19359: 2002-08-29 paf
19360:
19361: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19362: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19363: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19364: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19365: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19366: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19367: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19368: [called less frequent, allowed to remove ugly
19369: Junction.change_context-s from many places, switch,
19370: mail:send..html{}, ..] request.root renamed to method_frame [more
19371: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19372: [speed up]
19373:
19374: 2002-08-28 paf
19375:
19376: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19377: tainted
19378:
19379: * src/types/pa_vcookie.C: fixed cookie delete when
19380: $cookie:name[$.value[]]
19381:
1.211 moko 19382: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19383: ^string.split[delim[;options]]
19384:
19385: 2002-08-27 paf
19386:
1.116 moko 19387: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19388:
1.211 moko 19389: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19390: src/main/compile.y: # now delimiter
1.95 moko 19391:
19392: * INSTALL: recommended latest gmime 1.0.5
19393:
19394: 2002-08-26 paf
19395:
19396: * configure, configure.in: apache13/hook added to make dist.
19397:
19398: 2002-08-23 paf
19399:
19400: * src/: include/pa_common.h, main/pa_common.C,
19401: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19402: beside binary [cgi, isapi] not accessible [due to bad rights or
19403: whatever] it's error now
19404:
19405: 2002-08-21 paf
19406:
1.116 moko 19407: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19408:
19409: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19410: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19411: class". compiled as if here they named base class
19412:
19413: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19414: cloning constructor]
19415:
19416: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19417:
1.150 moko 19418: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19419: $mail.received.file.value.content-type fixed
19420:
19421: 2002-08-20 paf
19422:
19423: * src/classes/file.C: fixed language of file:file result
19424:
1.211 moko 19425: * operators.ru.txt, operators.txt, src/classes/void.C:
19426: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19427:
1.211 moko 19428: * operators.ru.txt, operators.txt, src/classes/void.C:
19429: ^void.pos[...] = -1
1.95 moko 19430:
1.211 moko 19431: * operators.ru.txt, operators.txt, src/classes/void.C:
19432: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19433:
1.211 moko 19434: * src/classes/void.C, operators.ru.txt, operators.txt:
19435: ^void.length[] = 0
1.95 moko 19436:
19437: 2002-08-19 paf
19438:
19439: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19440: work now
19441:
19442: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19443: error in xnode, which were not catched in xdoc]
19444:
19445: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19446: prepared: // validate each document after load/create (?)
19447: //xmlDoValidityCheckingDefaultValue = 1;
19448:
19449: 2002-08-15 paf
19450:
19451: * src/classes/classes.h: write to static var caused useless
19452: Exception, introduced Methoded::put_element wich consumes those
19453:
1.211 moko 19454: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19455: src/main/pa_common.C, src/types/pa_vcookie.C,
19456: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19457: src/types/pa_vresponse.h: $response:field[date]
19458: $response:field[$.xxx[date]]
1.95 moko 19459:
19460: * src/: classes/hash.C, classes/string.C, classes/table.C,
19461: classes/void.C, include/pa_sql_connection.h: fixed source of
19462: ^hash::sql{bad}
19463:
1.211 moko 19464: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19465: request body
1.95 moko 19466:
19467: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19468:
19469: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19470: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19471:
1.211 moko 19472: * operators.ru.txt, operators.txt, src/classes/form.C,
19473: src/include/pa_pool.h, src/include/pa_request.h,
19474: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19475: planning/preparing_to $request:body r.post_data now const
1.95 moko 19476:
19477: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19478: classes/xnode.C, main/execute.C, types/pa_value.h,
19479: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19480: types/pa_vtable.h: instead of type() checking everywhere used
19481: Value.as now user descendants can be used in params.
19482:
19483: VObject::as_*, is_defined now taken from bases. xtable(table)
19484: ^if($xtable) now OK
19485:
19486: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19487: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19488: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19489:
19490: 2002-08-14 paf
19491:
19492: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19493: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19494: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19495: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19496: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19497: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19498: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19499: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19500: types/pa_vresponse.C, types/pa_vresponse.h,
19501: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19502: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19503: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19504: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19505: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19506: & VClass
19507:
19508: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19509:
19510: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19511: removed fixopt stupidity. on stupid linux use cd /document/root
19512: ../cgi/parser3 script
19513:
19514: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19515: params, splitting them by space, excluding argv[0], argv[argc-1]
19516:
19517: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19518: fixopt.h: fixopt now preprocesses command line params, splitting
19519: them by space, excluding argv[0], argv[argc-1]
19520:
19521: * src/targets/cgi/parser3.C: -f config file
19522:
19523: * src/targets/cgi/parser3.C: fixed .log file dir
19524:
19525: 2002-08-13 paf
19526:
19527: * src/types/pa_vobject.C: allow override parent variables, useful
19528: for form descendants [in vobject too, were in vclass]
19529:
19530: * src/types/pa_vclass.C: allow override parent variables, useful
19531: for form descendants
19532:
19533: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19534: overwritten in derived(table)
19535:
19536: * src/: classes/form.C, classes/mail.C, classes/op.C,
19537: classes/xnode.h, include/pa_request.h, main/execute.C,
19538: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19539: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19540: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19541: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19542: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19543: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19544: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19545: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19546: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19547: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19548: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19549: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19550: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19551: Value::get_element(..., bool looking_down) [needed to exclude
19552: endless recoursion]
19553:
19554: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19555: fix bug with put endless recoursion todo: check 'as'
19556:
19557: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19558: reorganized modules todo: fix bug with put endless recoursion
19559: todo: check 'as'
19560:
19561: * src/types/pa_vobject.h: checked: table fields can be overwritten
19562: in derived(table)
19563:
19564: * src/types/pa_vobject.h: derived classes can have fields of their
19565: own now
19566:
19567: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19568: fixed error message on using non-created table
19569:
19570: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19571: classes/op.C, classes/xnode.h, include/pa_request.h,
19572: main/compile.C, main/compile.tab.C, main/execute.C,
19573: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19574: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19575: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19576: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19577: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19578: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19579: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19580: types/pa_vresponse.C, types/pa_vresponse.h,
19581: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19582: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19583: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19584: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19585: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19586: looking down/up tree todo: fix error message on non-constructed
19587: parents
19588:
19589: 2002-08-12 paf
19590:
19591: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19592: derived OK
19593:
19594: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19595: thorough testing
19596:
19597: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19598: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19599: types/pa_vobject.h, types/pa_vstateless_class.h,
19600: types/pa_vstateless_object.h, types/pa_wcontext.h,
19601: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19602: ^base:create[] dynamic call rewritten todo: thorough testing
19603:
19604: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19605: now instantates base class, remembers it and saves child in
19606: parent VObject.get_class now returns last child = downward
19607: virtual calls OK
19608:
19609: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19610: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19611: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19612: types/pa_vobject.h, types/pa_vresponse.h,
19613: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19614: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19615: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19616: VAliased [redundant], moved $CLASS to VObject only [parser class
19617: instance]
19618:
19619: * src/main/pa_request.C: $response:body[file] content-type check
19620: fixed [were bad when content-type is hash]
19621:
19622: 2002-08-09 paf
19623:
19624: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19625: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19626:
19627: 2002-08-08 paf
19628:
1.211 moko 19629: * operators.ru.txt, operators.txt, src/classes/date.C,
19630: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19631: month calendar [week year]
1.95 moko 19632:
19633: * src/main/execute.C: error reporting on object writes to MAIN
19634: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19635:
1.211 moko 19636: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19637: $date.yearday $date.daylightsaving
1.95 moko 19638:
19639: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19640: use tainted data now. only she must specify the language.
19641:
19642: ^mail:send[ $.from[paf@mail.design.ru]
19643: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19644: $.text[^taint[uri][ìîñêâà]=] ]
19645:
19646: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19647: now prints more precise origin
19648:
19649: * src/include/pa_string.h: String::first_char now not fails on
19650: empty strings ^if(-f '') now ok and in 3 other places.
19651:
1.211 moko 19652: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19653: src/main/pa_string.C: String::first_char now not fails on empty
19654: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19655:
19656: 2002-08-07 paf
19657:
19658: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19659: fixed
19660:
19661: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19662:
19663: * src/: main/execute.C, types/pa_vcode_frame.h,
19664: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19665: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19666: mistakenly not completely transparent to object writes.
19667: $hash[^if(1){$hash}] now works
19668:
1.211 moko 19669: * operators.ru.txt, operators.txt, src/classes/op.C:
19670: ^cache...{...^cache<<to past...} now erasing cache file [there
19671: were bad check on that]
1.95 moko 19672:
19673: * src/: classes/classes.dsp, classes/table.C,
19674: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19675: all Debug dirs in .dsp now named 'Debug'
19676:
1.116 moko 19677: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19678:
1.211 moko 19679: * operators.ru.txt, operators.txt, src/classes/mail.C:
19680: exception_type email.send
1.95 moko 19681:
1.211 moko 19682: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19683: exception_type email.format
1.95 moko 19684:
19685: * src/types/pa_vmail.C: mail:send empty email checked
19686:
19687: 2002-08-06 paf
19688:
1.211 moko 19689: * operators.ru.txt, operators.txt, src/classes/table.C,
19690: src/include/pa_array.h, src/include/pa_table.h,
19691: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19692: ^table::create[$source;$.options] ^table::join[$source;$.options]
19693:
1.211 moko 19694: * operators.ru.txt, operators.txt, src/classes/hash.C,
19695: src/classes/string.C, src/classes/table.C: sql options can be
19696: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19697:
19698: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19699:
19700: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19701: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19702: $file.content-type [instead of .mime-type] now works for
19703: file::stat also
19704:
19705: * src/main/pa_request.C: case insensitive mime_type_of
19706:
19707: 2002-08-05 paf
19708:
19709: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19710:
19711: * src/types/pa_vmail.C: file buffer relocated to parser heap
19712:
1.211 moko 19713: * operators.ru.txt, operators.txt: comment on date:calendar week
19714: column
1.95 moko 19715:
19716: * src/main/pa_common.C: write checked
19717:
19718: * src/main/: pa_common.C: write checked
19719:
19720: * src/classes/date.C: +1 buf size for stupid snprintfs
19721:
19722: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19723: month calendar week column [ISO 8601 Week Numbers]
19724:
19725: 2002-08-02 paf
19726:
19727: * src/: include/pa_config_fixed.h, main/pa_string.C,
19728: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19729: DEBUG*
19730:
19731: * configure, configure.in, src/include/pa_version.h: release
19732: 3_0_0005
19733:
19734: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19735: multipart post fixed
19736:
1.211 moko 19737: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19738: src/types/pa_vform.C: response transcoded source->client only
19739: when text/* or simple onoverridden $response:body
1.95 moko 19740:
19741: 2002-08-01 paf
19742:
19743: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19744: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19745: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19746: classes/op.C, classes/response.C, classes/string.C,
19747: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19748: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19749: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19750: include/pa_config_fixed.h, include/pa_dictionary.h,
19751: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19752: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19753: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19754: include/pa_socks.h, include/pa_sql_connection.h,
19755: include/pa_sql_driver_manager.h, include/pa_stack.h,
19756: include/pa_string.h, include/pa_stylesheet_connection.h,
19757: include/pa_stylesheet_manager.h, include/pa_table.h,
19758: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19759: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19760: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19761: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19762: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19763: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19764: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19765: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19766: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19767: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19768: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19769: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19770: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19771: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19772: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19773: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19774: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19775: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19776: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19777: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19778: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19779: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19780: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19781: types/pa_vmethod_frame.h, types/pa_vobject.h,
19782: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19783: types/pa_vresponse.h, types/pa_vstateless_class.C,
19784: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19785: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19786: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19787: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19788: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19789: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19790:
19791: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19792: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19793: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19794: classes/math.C, classes/op.C, classes/response.C,
19795: classes/string.C, classes/table.C, classes/void.C,
19796: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19797: include/pa_array.h, include/pa_cache_managers.h,
19798: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19799: include/pa_config_fixed.h, include/pa_config_includes.h,
19800: include/pa_dictionary.h, include/pa_dir.h,
19801: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19802: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19803: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19804: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19805: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19806: include/pa_stack.h, include/pa_string.h,
19807: include/pa_stylesheet_connection.h,
19808: include/pa_stylesheet_manager.h, include/pa_table.h,
19809: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19810: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19811: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19812: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19813: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19814: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19815: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19816: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19817: main/pa_sql_driver_manager.C, main/pa_string.C,
19818: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19819: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19820: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19821: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19822: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19823: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19824: targets/isapi/pool_storage.h, types/pa_valiased.C,
19825: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19826: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19827: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19828: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19829: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19830: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19831: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19832: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19833: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19834: types/pa_vresponse.C, types/pa_vresponse.h,
19835: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19836: types/pa_vstateless_object.h, types/pa_vstatus.C,
19837: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19838: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19839: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19840: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19841: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19842: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19843: types/Makefile.am: ident.C* removed
19844:
1.211 moko 19845: * operators.ru.txt, operators.txt, src/classes/file.C,
19846: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19847:
19848: * src/targets/cgi/parser3.C: usage to stdout now
19849:
19850: 2002-07-31 paf
19851:
19852: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19853:
19854: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19855: default "postmaster"
19856:
19857: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19858: -f postmaster now default sendmail key word "postmaster"
19859: replaced to $.from
19860:
19861: 2002-07-30 paf
19862:
1.116 moko 19863: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19864: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19865:
19866: * src/main/pa_charset.C: comment
19867:
19868: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19869: table, &#decimal;
19870:
19871: * src/main/pa_request.C: comment
19872:
19873: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19874: paragraf]
19875:
19876: 2002-07-11 paf
19877:
19878: * src/main/pa_exec.C: build command line badly added params twice
19879: [and first time without ' ']. double wrong. fixed.
19880:
19881: * src/main/pa_exec.C: invalid .exe caused error message with params
19882: wich parser did not provide = reported badly. fixed that.
19883:
19884: * src/classes/mail.C: $MAIL[ # xxx ]
19885:
19886: now ok
19887:
1.211 moko 19888: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19889:
19890: 2002-07-01 paf
19891:
19892: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19893: [MForm.configure_admin were called when request.main_class ==0
19894:
19895: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19896:
19897: * src/classes/form.C: content_length type fix
19898:
19899: 2002-06-30 paf
19900:
19901: * src/classes/mail.C: merged from 4
19902:
19903: * src/classes/mail.C: restored $MAIL
19904:
19905: 2002-06-28 paf
19906:
19907: * configure, configure.in: removed paths.h
19908:
1.116 moko 19909: * configure, src/include/pa_version.h,
1.95 moko 19910: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19911: merged, makes updated
19912:
1.211 moko 19913: * ChangeLog, configure, operators.ru.txt, operators.txt,
19914: src/classes/xdoc.C, src/include/pa_charset.h,
19915: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19916: src/include/pa_version.h, src/main/pa_charset.C,
19917: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19918: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19919: latest updates to head
1.95 moko 19920:
19921: 2002-06-27 paf
19922:
19923: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19924: not error now
19925:
1.211 moko 19926: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19927: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19928: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19929: ^xdoc::create[[uri]]... base uri for document being created,
19930: imports and other relative file names would be relative to this
19931: uri default uri=path_translated
19932:
19933: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19934:
19935: 2002-06-26 paf
19936:
19937: * configure, configure.in, src/include/pa_version.h:
19938: release_3_0_0004
19939:
19940: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19941: 0 now
19942:
19943: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19944:
19945: 2002-06-25 paf
19946:
19947: * src/main/pa_string.C: emtpy string, or string of whitespaces
19948: considered bad number now
19949:
1.211 moko 19950: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19951: ^xdoc.transform[xdoc <<can be now
1.95 moko 19952:
1.211 moko 19953: * operators.ru.txt, operators.txt, src/classes/string.C:
19954: ^string.normalize [old name: optimize
1.95 moko 19955:
19956: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19957: library configured
19958:
19959: * src/main/pa_request.C: configure_admin forced if no @conf
19960:
1.211 moko 19961: * operators.ru.txt, operators.txt, src/classes/math.C,
19962: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19963: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19964:
19965: 2002-06-24 paf
19966:
19967: * INSTALL: --with-static/shared-mailreceive described
19968:
19969: * src/include/pa_config_fixed.h: ssize_t fixed
19970:
1.116 moko 19971: * configure, configure.in, src/include/pa_config_auto.h.in,
19972: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19973: src/types/pa_vmail.C: $mail:received makes update
19974:
19975: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19976: WITH_MAILRECEIVE
19977:
19978: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19979:
19980: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19981: option, for $mail:receive
19982:
19983: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19984: introducting $message:received ^mail:send rewritten with backward
19985: comp
19986:
19987: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19988: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19989: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19990: now
19991:
1.211 moko 19992: * operators.ru.txt, operators.txt, src/classes/mail.C,
19993: src/include/Makefile.am, src/include/pa_charset.h,
19994: src/include/pa_config_fixed.h, src/include/pa_request.h,
19995: src/include/pa_string.h, src/include/pa_uue.h,
19996: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19997: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19998: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19999: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20000: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20001: uue to separate file introducting $message:received ^mail:send
20002: rewritten with backward comp
20003:
20004: 2002-06-21 paf
20005:
1.116 moko 20006: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20007: co changes
1.95 moko 20008:
1.116 moko 20009: * configure, configure.in, src/lib/md5/Makefile.am,
20010: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20011: restructure .in and .am files appropriate changes
1.95 moko 20012:
20013: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20014: pcre to libs/ added libs/md5 which is linked to non-apache
20015: targets ^math:crypt[password;$apr1$salt]
20016:
1.211 moko 20017: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20018: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20019: src/classes/classes.dsp, src/classes/math.C,
20020: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20021: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20022: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20023: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20024: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20025: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20026: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20027: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20028: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20029: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20030: src/lib/pcre/pcre_parser_ctype.dsp,
20031: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20032: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20033: src/main/compile.tab.C, src/main/main.dsp,
20034: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20035: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20036: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20037: to libs/ added libs/md5 which is linked to non-apache targets
20038: ^math:crypt[password;$apr1$salt]
20039:
20040: 2002-06-20 paf
20041:
1.211 moko 20042: * INSTALL, configure, configure.in, operators.ru.txt,
20043: operators.txt, src/classes/file.C, src/classes/op.C,
20044: src/doc/doxygen.cfg, src/include/pa_globals.h,
20045: src/include/pa_request.h, src/main/execute.C,
20046: src/main/pa_request.C, src/targets/cgi/parser3.C,
20047: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20048: marged latest HEAD updates, mainly file:justname&co &
20049: @auto/conf[filespec
1.95 moko 20050:
1.211 moko 20051: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20052: !^file:dirname[/a/some.tar.gz]=/a
20053: !^file:dirname[/a/b/]=/a
20054: !^file:basename[/a/some.tar.gz]=some.tar.gz
20055: !^file:justname[/a/some.tar.gz]=some.tar
20056: !^file:justext[/a/some.tar.gz]=gz
20057:
20058: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20059: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20060: @conf/auto[filespec]
20061:
1.116 moko 20062: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20063:
1.211 moko 20064: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20065: src/doc/doxygen.cfg, src/include/pa_globals.h,
20066: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20067: parser3.conf renamed to auto.p
1.95 moko 20068:
20069: 2002-06-18 paf
20070:
20071: * configure, configure.in, src/include/pa_version.h: version to
20072: configure.in
20073:
20074: * INSTALL: reflected .conf.dist dir change
20075:
1.150 moko 20076: * Makefile.am, configure, configure.in,
1.116 moko 20077: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20078: .in & *.am updated
20079:
20080: * src/classes/file.C: strncasecmp
20081:
20082: * src/classes/file.C: strcasecmp
20083:
1.150 moko 20084: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20085:
20086: * src/classes/file.C: ^file::exec[script;$.bad error case
20087: insensitive check now
20088:
20089: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20090:
20091: * configure, configure.in, src/include/pa_pool.h,
20092: src/include/pa_types.h: pack configure.in detection simplified.
20093: figured out that gcc on sparc not that stupid as thought
20094: previously: on sparc: when it sees packed class it modifies it's
20095: field-access-code to byte operations [stb, ldub] instead of 4byte
20096: operations [st, lduh] so packed must be all parts of packed
20097: class, i.e. it's parents&fields(classes). for now it's only
20098: String that packed and what was wrong is that it's parent -
20099: Pooled, were not packed. fixed that.
20100:
20101: 2002-06-14 paf
20102:
1.211 moko 20103: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20104:
1.211 moko 20105: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20106: attribute_node.name/value xnode pi.node.data
20107:
20108: 2002-06-12 paf
20109:
1.116 moko 20110: * configure, configure.in, src/targets/cgi/Makefile.am,
20111: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20112:
1.211 moko 20113: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20114: etc/Makefile.am, src/include/pa_globals.h,
20115: src/include/pa_request.h, src/main/compile.tab.C,
20116: src/main/pa_globals.C, src/main/pa_request.C,
20117: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20118: parser3.conf now one and only
1.95 moko 20119:
20120: * src/classes/mail.C: sendmail -ti [default now]
20121:
20122: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20123: to be strings. for convinient #ing
20124:
20125: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20126: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20127:
20128: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20129: main/pa_globals.C, main/pa_request.C: @conf
20130:
20131: 2002-06-11 paf
20132:
20133: * src/classes/file.C: check simplified
20134:
20135: * src/: classes/file.C, targets/cgi/parser3.dsp,
20136: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20137: valid prefix
20138:
20139: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20140: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20141: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20142:
20143: 2002-06-10 paf
20144:
1.211 moko 20145: * operators.ru.txt, operators.txt, src/classes/op.C,
20146: src/include/pa_common.h, src/main/pa_common.C: lock failures
20147: reported now
1.95 moko 20148:
20149: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20150: string->double @ compile time were not-enough-checking...
20151:
20152: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20153: autoconvert now ignored
20154:
20155: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20156: check
20157:
20158: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20159: $response:body content-type:name
20160:
20161: * configure, configure.in: hpux check, nsl link, no socket
20162:
1.211 moko 20163: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20164:
20165: * configure, configure.in: pack even address access on sparc&co
20166: arch checked in configure
20167:
20168: * configure, src/include/pa_version.h: makes
20169:
20170: * configure, configure.in, src/include/pa_version.h: makes
20171:
20172: * src/main/untaint.C: (bug#2) mail subject got always prepended
20173: with charset even when all letters were 7bit one
20174:
20175: * src/main/pa_common.C: merged fixed -d (bug)
20176:
20177: * src/main/pa_common.C: fixed -d (bug)
20178:
20179: 2002-06-03 paf
20180:
1.211 moko 20181: * ChangeLog, operators.ru.txt, operators.txt,
20182: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20183: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20184: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20185: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20186: .dsp-s along with reorganized cvs modules dirs structure
20187:
20188: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20189: main/pa_globals.C, targets/cgi/parser3.dsp,
20190: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20191: modules
20192:
20193: 2002-05-28 paf
20194:
20195: * src/targets/cgi/parser3.C: info.uri now ""
20196:
20197: 2002-05-17 paf
20198:
20199: * src/classes/: table.C: ^table.save << checked empty
20200: pre/match/post columns
20201:
20202: 2002-05-16 paf
20203:
20204: * src/classes/image.C: image::measure can png now
20205:
20206: 2002-05-15 paf
20207:
1.211 moko 20208: * operators.ru.txt, operators.txt, src/classes/date.C:
20209: ^date::create[%H:%M[:%S]] added
1.95 moko 20210:
20211: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20212:
1.211 moko 20213: * operators.ru.txt, operators.txt, src/classes/date.C:
20214: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20215:
20216: 2002-05-14 paf
20217:
20218: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20219:
20220: 2002-05-07 paf
20221:
20222: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20223: src/include/pa_globals.h, src/include/pa_request.h,
20224: src/include/pa_table.h, src/main/compile.tab.C,
20225: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20226: src/main/pa_request.C, src/main/pa_table.C,
20227: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20228: src/targets/isapi/parser3isapi.dsp,
20229: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20230: name2number field now &. main_method_name now on Request pool
20231: rather on global_pool [Junction+VJunction created on same pool as
20232: name = were created on global pool, causing mem leaks]
20233:
20234: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20235: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20236: main/compile.y, main/main.dsp, main/pa_globals.C,
20237: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20238: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20239: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20240: field now &. main_method_name now on Request pool rather on
20241: global_pool [Junction+VJunction created on same pool as name =
20242: were created on global pool, causing mem leaks]
20243:
20244: 2002-05-06 paf
20245:
20246: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20247: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20248: 100*40 bytes per request memory leak [nonpool malloc in globals]
20249:
20250: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20251: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20252: 100*40 bytes per request memory leak [nonpool malloc in globals]
20253:
20254: 2002-04-30 paf
20255:
20256: * configure, src/include/pa_version.h: version now not b
20257:
20258: * src/targets/cgi/parser3.C: request.uri now never 0
20259:
20260: 2002-04-29 paf
20261:
20262: * configure.in: removed b
20263:
20264: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20265: Exception::comment/type checked in (), no there's no empty
20266: type/comment by default
20267:
20268: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20269: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20270: src/doc/value.dox, src/include/pa_exception.h,
20271: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20272: 0001
20273:
20274: 2002-04-26 paf
20275:
20276: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20277: size reduced
20278:
20279: 2002-04-25 paf
20280:
20281: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20282: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20283: now that took into account
20284:
1.211 moko 20285: * operators.ru.txt, operators.txt, src/classes/date.C:
20286: ^date::create[2002-12-33 01:03:04]
1.95 moko 20287:
1.211 moko 20288: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20289: ^date::create[2002-12-33 01:03:04]
20290:
20291: * ChangeLog: updated changelog
20292:
20293: * src/classes/table.C: removed restriction on column count to
20294: ^table.hash to work, now must be >0 [were >1]
20295:
20296: 2002-04-24 paf
20297:
20298: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20299: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20300: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20301: targets
20302:
20303: 2002-04-23 paf
20304:
1.211 moko 20305: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20306: int/double/string:sql{}[$.default{code}] fixed [were barking:
20307: "junction used outside of context"]
20308:
20309: 2002-04-22 paf
20310:
20311: * types.txt, src/classes/string.C, src/include/pa_string.h,
20312: src/main/pa_string.C, src/types/pa_vstring.C,
20313: src/types/pa_vstring.h: ^string.optimize[]
20314:
20315: * src/: include/pa_globals.h, include/pa_table.h,
20316: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20317: table template
20318:
20319: * src/classes/: string.C: optimize removed from string
20320: .left/right/pos
20321:
20322: * src/main/execute.C: rolled back to
20323: before_killing_userjunction_contexts
20324:
20325: * src/main/execute.C: user junctions context killed
20326:
20327: * src/main/execute.C: junctions to local contexts got
20328: cleanized&checked later
20329:
20330: 2002-04-19 paf
20331:
20332: * src/: classes/string.C, include/pa_request.h,
20333: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20334: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20335: prior to .left .right .mid .pos .match when that is profitable,
20336: and always before .replace when $ORIGINS(1) optimization disabled
20337: economy from not wasting mem on lots of strings which occur by
20338: lots of String:mid calls to get parts of source string between
20339: found_occurances
20340:
20341: * src/classes/file.C: ovector now local economy: 16 bytes per
20342: ^file:list
20343:
20344: * src/: include/pa_globals.h, include/pa_table.h,
20345: main/pa_globals.C, main/pa_string.C: String::match table columns
20346: globalized, not created @ each ^match anymore economy:
20347: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20348:
20349: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20350: removed from each String::match replace iteration, and made
20351: stacked sizeof(VTable)=12bytes economy on each replace code
20352:
20353: * src/doc/footer.htm: 2001,
20354:
20355: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20356: string.match[]['] option enables generation of $match.prematch
20357: .match .postmatch columns
20358:
20359: * src/main/pa_string.C: String::match options analized without
20360: cstr-ing them now
20361:
20362: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20363: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20364: config updated to doxygen 1.2.15, created helper which fixes
20365: minor bugs in chm project files & htm tree. changed extension to
20366: .htm
20367:
20368: 2002-04-18 paf
20369:
20370: * src/doc/doxygen.cfg: .chi generation disabled
20371:
20372: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20373: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20374: fields&methods
20375:
20376: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20377: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20378: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20379: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20380: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20381: types/pa_vresponse.h, types/pa_vstateless_class.h,
20382: types/pa_vstateless_object.h, types/pa_vstatus.h,
20383: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20384: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20385: VStateless_class to VObject
20386:
20387: * src/: main/pa_request.C, types/pa_valiased.h,
20388: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20389: types/pa_vstring.h: VStateless_string_object speicalized light
20390: version of VStateless_object
20391:
20392: * src/classes/op.C: ^throw comment param made optional
20393:
20394: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20395: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20396: and implemented down in VClass, fclass_alias removed,
20397:
20398: * src/types/pa_value.C: forced to cut that from .h because of
20399: VStateless_class usage [undefined in .h]
20400:
20401: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20402: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20403: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20404: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20405: on each CALL]
20406:
20407: * src/: classes/classes.h, classes/date.C, classes/double.C,
20408: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20409: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20410: classes/response.C, classes/string.C, classes/table.C,
20411: classes/void.C, classes/xnode.C, include/pa_globals.h,
20412: include/pa_request.h, main/execute.C, main/pa_globals.C,
20413: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20414: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20415: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20416: types/pa_vstateless_class.h, types/pa_wcontext.C,
20417: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20418: removed Value::fname
20419:
20420: 2002-04-17 paf
20421:
20422: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20423: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20424: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20425: include/pa_pool.h, include/pa_types.h: dox updated to current
20426: state, PTHROW freshen to throw & co
20427:
20428: * src/types/pa_vhash.h: vstring wrong parent fixed
20429:
20430: * src/classes/op.C: taint local result var bug fixed
20431:
20432: 2002-04-16 paf
20433:
20434: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20435: Attic asm.txt as most interesting
20436:
20437: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20438: check, preventing content-length: 0 from appearing
20439:
20440: * src/main/execute.C: $result in @main now taken into account as in
20441: usual functions
20442:
20443: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20444: & @unhandled_exception now taken into account as in usual
20445: functions
20446:
20447: * src/doc/postbuild.txt: instructions on post .html build
20448:
20449: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20450:
20451: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20452: tainted
20453:
20454: * src/main/pa_request.C: uri in error log
20455:
20456: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20457: cheched date:create(days) param for validity [later were assumed
20458: valid and crashed on invalid onces]
20459:
20460: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20461: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20462: and used that for removing VString wrapper
20463:
20464: * src/classes/op.C: exception2vhash file now tainted
20465:
20466: * src/classes/op.C: _process pseudo origin copied from local var to
20467: heap
20468:
20469: * src/classes/op.C: extra check on empty file in origin in _execute
20470:
20471: 2002-04-15 paf
20472:
20473: * src/: main/execute.C, types/pa_value.h: fixed name update
20474:
20475: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20476: functions
20477:
20478: * src/: classes/file.C, classes/hash.C, classes/op.C,
20479: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20480: started dual write_xxx_lang functions, if checked & works
20481:
20482: * src/: classes/date.C, classes/file.C, classes/mail.C,
20483: classes/string.C, classes/xnode.C, include/pa_request.h,
20484: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20485: unnecessary VString shells
20486:
20487: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20488: prev changes]
20489:
20490: * src/: classes/image.C, classes/op.C, classes/string.C,
20491: classes/table.C, include/pa_request.h, main/execute.C,
20492: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20493: StringOrValue wcontext result, now ready for dual writes
20494:
20495: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20496: checked that
20497:
20498: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20499: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20500: changed to OP_WRITE_VALUE in var get cases
20501:
20502: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20503: include/pa_request.h, main/compile.tab.C, main/compile.y,
20504: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20505: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20506: switch in hash constructor fixed [were problems with using of
20507: stacked wwrapper after it's death]
20508:
20509: 2002-04-12 paf
20510:
1.211 moko 20511: * operators.ru.txt, operators.txt, src/classes/table.C:
20512: table.select(expression) 0
1.95 moko 20513:
20514: 2002-04-11 paf
20515:
20516: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20517: Request::process_internal codeFrame & wwrapper stacked [not
20518: wasting heap anymore]
20519:
20520: 2002-04-10 paf
20521:
20522: * src/: classes/double.C, classes/file.C, classes/hash.C,
20523: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20524: classes/string.C, classes/table.C, classes/void.C,
20525: classes/xdoc.C, include/pa_request.h, main/execute.C,
20526: main/pa_string.C: killed Request::process() wrapping
20527: VString(String) in case we need only String
20528:
20529: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20530: killed 8 bytes from String.head
20531:
20532: 2002-04-09 paf
20533:
20534: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20535: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20536: local*/char b[...]; a=b; situations
20537:
1.211 moko 20538: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20539: made literal
1.95 moko 20540:
20541: * src/classes/xdoc.C: xslt params fixed
20542:
20543: * src/: main/pa_common.C, targets/cgi/parser3.C,
20544: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20545: not pool.malloc(MAX_NUMBER) but really neaded
20546:
1.211 moko 20547: * operators.ru.txt, operators.txt, src/classes/double.C,
20548: src/classes/int.C: int/double.int/double(default)
1.95 moko 20549:
20550: 2002-04-04 paf
20551:
20552: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20553: [when reconstructing pieces were split by
20554: max_integral(piece.size), thus some strings to replace happen to
20555: be split into two = not replaced)
20556:
20557: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20558: standalone version = current dir
20559:
20560: * src/targets/cgi/parser3.C: document root in standalone version =
20561: current dir
20562:
20563: 2002-04-03 paf
20564:
20565: * configure, configure.in: more checks on nonexistent charset
20566:
1.116 moko 20567: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20568:
20569: 2002-04-02 paf
20570:
20571: * src/main/compile.C: parser.compile [exception name more like in
20572: doc]
20573:
20574: 2002-04-01 paf
20575:
20576: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20577: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20578: .content-type.charset, not .charset
20579:
20580: 2002-03-29 paf
20581:
20582: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20583:
1.211 moko 20584: * operators.ru.txt, operators.txt, src/classes/date.C:
20585: ^date::create now may not supply day, default 1. checked 29.03
20586: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20587:
20588: 2002-03-28 paf
20589:
1.211 moko 20590: * operators.ru.txt, operators.txt, src/classes/date.C,
20591: src/classes/op.C, src/include/pa_globals.h,
20592: src/include/pa_hash.h, src/main/pa_globals.C,
20593: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20594: ^cache[date] }
1.95 moko 20595:
20596: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20597: param
20598:
20599: 2002-03-27 paf
20600:
1.211 moko 20601: * operators.ru.txt, operators.txt, src/classes/date.C,
20602: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20603: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20604: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20605: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20606: src/classes/xdoc.C, src/classes/xnode.C,
20607: src/include/pa_exception.h, src/include/pa_request.h,
20608: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20609: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20610: src/main/pa_array.C, src/main/pa_charset.C,
20611: src/main/pa_charsets.C, src/main/pa_common.C,
20612: src/main/pa_dictionary.C, src/main/pa_exception.C,
20613: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20614: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20615: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20616: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20617: src/types/pa_value.h, src/types/pa_vcookie.C,
20618: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20619: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20620: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20621: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20622: src/types/pa_wwrapper.h: assigned exception types
20623:
1.211 moko 20624: * operators.ru.txt, operators.txt, src/classes/op.C,
20625: src/include/pa_config_fixed.h, src/include/pa_request.h,
20626: src/main/execute.C, src/main/pa_request.C: decided agains
20627: resetting exception_trace, just changed name
1.95 moko 20628:
20629: 2002-03-26 paf
20630:
20631: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20632: fixed
20633:
20634: * src/classes/op.C: forced language of $source field of exception
20635: to 'tainted', so that sql-langed-frags could be outputed outside
20636: of connect
20637:
1.211 moko 20638: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20639: offset
1.95 moko 20640:
20641: * src/classes/date.C: removed date.roll limit of +-1 offset
20642:
1.211 moko 20643: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20644: roll on daylightsaving days mktime took into account tm_isdst
20645: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20646:
20647: 2002-03-25 paf
20648:
1.211 moko 20649: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20650: http_site_config_filespec
20651:
20652: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20653: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20654: with any/both --disable-foreign-group-files --disable-execs
20655:
20656: * INSTALL: "--with=sendmail=COMMAND" comment
20657:
20658: * INSTALL, configure, configure.in, src/classes/mail.C,
20659: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20660: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20661: disables execs also. introducing --sendmail
1.95 moko 20662:
1.211 moko 20663: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20664:
20665: * INSTALL: comment on --disable-link-stdcpp
20666:
1.116 moko 20667: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20668: libstdc++ link skipping configure option
1.95 moko 20669:
20670: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20671: with error were put to cache with 'marked_to_rollback' flag, all
20672: consequent even OK requests rolled back
20673:
20674: 2002-03-22 paf
20675:
20676: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20677: false return
20678:
1.211 moko 20679: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20680:
20681: 2002-03-18 paf
20682:
1.211 moko 20683: * operators.ru.txt, operators.txt, src/classes/op.C,
20684: src/include/pa_exception.h, src/include/pa_globals.h,
20685: src/include/pa_request.h, src/include/pa_stack.h,
20686: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20687:
20688: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20689: types/pa_vdouble.h: removed some tested @tests
20690:
20691: 2002-03-15 paf
20692:
1.211 moko 20693: * operators.ru.txt, operators.txt, src/classes/table.C:
20694: ^table.locate(logical expr)
1.95 moko 20695:
20696: 2002-03-13 paf
20697:
20698: * src/main/pa_exception.C: checked not-pooled malloc
20699:
20700: 2002-03-11 paf
20701:
20702: * INSTALL, configure, configure.in,
20703: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20704:
20705: * src/main/pa_common.C: --disable-foreign-group-files
20706:
20707: * INSTALL: --disable-execs
20708:
20709: * src/main/pa_exec.C: --disable-execs
20710:
20711: * configure, configure.in, src/include/pa_config_auto.h.in:
20712: --disable-execs
20713:
20714: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20715:
20716: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20717: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20718:
20719: 2002-03-05 paf
20720:
1.211 moko 20721: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20722: calendar columns named
1.95 moko 20723:
1.211 moko 20724: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20725: calendar columns named
1.95 moko 20726:
20727: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20728: requires headers to be terminated with \r\n manually [refuses to
20729: separate header/body itself]
20730:
20731: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20732: targets/isapi/parser3isapi.C: isapi site config beside .dll
20733:
20734: 2002-03-04 paf
20735:
20736: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20737: in PASS language
20738:
20739: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20740: deserialize checks on broken file
20741:
20742: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20743: parser3isapi.dsp: isapi updated
20744:
20745: 2002-03-01 paf
20746:
20747: * src/main/pa_exec.C: execle -> execve, now argc OK
20748:
20749: 2002-02-28 paf
20750:
20751: * src/main/untaint.C: removed some debug comments
20752:
20753: * src/main/pa_charsets.C: when placing charset to cache using
20754: global name now [were request]
20755:
20756: * configure, configure.in: apache module updated
20757:
20758: * src/main/pa_string.C: origin by first piece preferred before last
20759: piece
20760:
20761: 2002-02-27 paf
20762:
20763: * src/main/pa_charset.C: size_t
20764:
20765: * INSTALL: shared/static-xml with-pathlink
20766:
1.211 moko 20767: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20768:
20769: 2002-02-26 paf
20770:
20771: * src/main/pa_exec.C: more precise names for vars, cosmetic
20772:
20773: * src/classes/xnode.C: in some situation, xpath query returned
20774: result with type NODESET, but empty nodeset member field, checked
20775: that
20776:
20777: 2002-02-22 paf
20778:
20779: * INSTALL: without-zlib comment
20780:
20781: * etc/parser3.charsets/windows-1251.cfg: °
20782:
20783: * configure, configure.in: glib###.a detection fixed
20784:
20785: * INSTALL: hashfile removed from INSTALL
20786:
1.116 moko 20787: * Makefile.am: make update
1.95 moko 20788:
20789: * src/main/pa_string.C: string iterators fixed again, so were
20790: String::join_chain
20791:
20792: * src/main/pa_string.C: string iterators fixed again, so were
20793: String::join_chain
20794:
20795: * src/: include/pa_string.h, main/pa_string.C: string iterators
20796: fixed again, so were String::join_chain
20797:
20798: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20799:
1.211 moko 20800: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20801: "expires=0" = "session"
1.95 moko 20802:
1.116 moko 20803: * configure, configure.in, src/include/pa_config_auto.h.in:
20804: --with-shared-xml --with-static-xml
1.95 moko 20805:
20806: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20807: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20808: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20809: xalan&xml
20810:
20811: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20812:
1.211 moko 20813: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20814: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20815: from sources for now
1.95 moko 20816:
1.116 moko 20817: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20818: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20819: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20820: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20821: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20822: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20823: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20824: src/types/Makefile.am, src/types/pa_vhashfile.C,
20825: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20826:
20827: 2002-02-21 paf
20828:
20829: * src/main/untaint.C: removed debug code, activated commented-for
20830: debug parts
20831:
1.116 moko 20832: * Makefile.am: make cvsupdate
1.95 moko 20833:
20834: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20835: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20836: append_row, not at link zero now string to string appending works
20837:
20838: 2002-02-20 paf
20839:
20840: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20841: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20842: DEBUG_STRING_APPENDS_VS_EXPANDS
20843:
20844: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20845: economy: 22%
20846:
20847: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20848: space uptimized: string::link_row removed
20849:
20850: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20851: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20852: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20853: types/pa_vstring.h: speed uptimized: string::is_empty
20854:
1.211 moko 20855: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20856: src/include/pa_config_fixed.h, src/include/pa_string.h,
20857: src/include/pa_types.h, src/main/compile.tab.C,
20858: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20859: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20860: string append optimiziation idea and estimates
20861:
20862: 2002-02-19 paf
20863:
20864: * src/classes/math.C: not used directly [but erroreously reported
20865: that 'is', thus registering twice&other probs]
20866:
20867: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20868: to node [element]
20869:
20870: * src/main/compile.C: without string_origins parse error
20871: file+line+col possible
20872:
20873: * src/main/: compile.C: without string_origins not worked
20874:
20875: 2002-02-18 paf
20876:
20877: * src/types/pa_vdouble.h: since we have in_expression removed that
20878: trick i've installed into double::as_string
20879:
20880: * src/main/pa_globals.C: extern "C" was removed too fast
20881:
20882: * src/: include/pa_opcode.h, include/pa_request.h,
20883: main/compile.tab.C, main/compile.y, main/execute.C,
20884: types/pa_wcontext.h: in_expression aimed to solve old problem
20885: with string/nonstring values, now in expressions double/int
20886: values are passed as-is, without stupid tostring/fromstring
20887: conversions
20888:
20889: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20890: __cplusplus } #endif
20891:
20892: * src/main/compile.tab.C: bison env set so one could compile
20893: without cygwin installed
20894:
20895: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20896: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20897: gnome xml libs parser .dsp-s changed accordingly
20898:
1.211 moko 20899: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20900: PARSER_ROOT_CONFIG
1.95 moko 20901:
1.211 moko 20902: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20903: [were date::set, with backward comp
1.95 moko 20904:
20905: * src/classes/math.C: math:random range check fixed
20906:
20907: * src/main/: compile.tab.C, compile.y: integer division stops name
20908:
20909: * INSTALL: local install comment
20910:
1.116 moko 20911: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20912:
1.116 moko 20913: * acinclude.m4, aclocal.m4, configure, configure.in,
20914: src/include/pa_config_auto.h.in,
20915: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20916: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20917:
1.211 moko 20918: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20919:
20920: 2002-02-13 paf
20921:
20922: * src/include/pa_config_includes.h: sys/time time both included
20923: now. vaguely remember confilicts on this on some system [not on
20924: six|ablv] so when would see them again would think up proper
20925: check
20926:
1.116 moko 20927: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20928: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20929:
20930: * src/main/pa_common.C: truncation never occured when writing files
20931: on unix [since i've changed cache mech] fix
20932:
20933: * src/main/pa_common.C: strnchr: sanity check added
20934:
20935: * etc/parser3.charsets/windows-1257.cfg: id added
20936:
20937: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20938: baltic charset file generated, in generation script ispunct check
20939: added
20940:
20941: 2002-02-08 paf
20942:
1.116 moko 20943: * src/: include/Makefile.am, sql/Makefile.am,
20944: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20945:
20946: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20947: forgotten
20948:
20949: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20950:
20951: * INSTALL, README: install&others updated
20952:
20953: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20954:
1.116 moko 20955: * Makefile.am, configure, configure.in,
20956: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20957: src/classes/Makefile.am, src/main/Makefile.am,
20958: src/main/pa_status_provider.C, src/targets/Makefile.am,
20959: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20960: works
1.95 moko 20961:
20962: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20963: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20964: classes/hashfile.C, classes/int.C, classes/mail.C,
20965: classes/math.C, classes/op.C, classes/response.C,
20966: classes/string.C, classes/table.C, classes/void.C,
20967: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20968: include/pa_array.h, include/pa_cache_managers.h,
20969: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20970: include/pa_config_fixed.h, include/pa_config_includes.h,
20971: include/pa_db_connection.h, include/pa_db_manager.h,
20972: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20973: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20974: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20975: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20976: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20977: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20978: include/pa_stack.h, include/pa_string.h,
20979: include/pa_stylesheet_connection.h,
20980: include/pa_stylesheet_manager.h, include/pa_table.h,
20981: include/pa_threads.h, include/pa_types.h, main/compile.C,
20982: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20983: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20984: main/pa_db_connection.C, main/pa_db_manager.C,
20985: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20986: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20987: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20988: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20989: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20990: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20991: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20992: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20993: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20994: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20995: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20996: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20997: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20998: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20999: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21000: types/pa_vmethod_frame.h, types/pa_vobject.h,
21001: types/pa_vrequest.h, types/pa_vresponse.h,
21002: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21003: types/pa_vstateless_object.h, types/pa_vstatus.C,
21004: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21005: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21006: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21007: classes/image.C, main/pa_common.C, main/pa_exec.C,
21008: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21009: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21010: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21011: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21012: types/pa_vxnode.C, main/pa_charset.C: name spelling
21013:
21014: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21015: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21016: classes/hashfile.C, classes/image.C, classes/int.C,
21017: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21018: classes/string.C, classes/table.C, classes/void.C,
21019: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21020: include/pa_array.h, include/pa_cache_managers.h,
21021: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21022: include/pa_config_fixed.h, include/pa_config_includes.h,
21023: include/pa_db_connection.h, include/pa_db_manager.h,
21024: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21025: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21026: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21027: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21028: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21029: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21030: include/pa_stack.h, include/pa_string.h,
21031: include/pa_stylesheet_connection.h,
21032: include/pa_stylesheet_manager.h, include/pa_table.h,
21033: include/pa_threads.h, include/pa_types.h, main/compile.C,
21034: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21035: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21036: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21037: main/pa_db_connection.C, main/pa_db_manager.C,
21038: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21039: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21040: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21041: main/pa_socks.C, main/pa_sql_driver_manager.C,
21042: main/pa_status_provider.C, main/pa_string.C,
21043: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21044: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21045: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21046: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21047: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21048: targets/isapi/pool_storage.h, types/pa_valiased.C,
21049: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21050: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21051: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21052: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21053: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21054: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21055: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21056: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21057: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21058: types/pa_vresponse.h, types/pa_vstateless_class.C,
21059: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21060: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21061: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21062: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21063: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21064: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21065:
21066: 2002-02-07 paf
21067:
21068: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21069:
1.116 moko 21070: * configure, configure.in, src/include/pa_config_auto.h.in,
21071: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21072: added yet another locking function: fcntl
1.95 moko 21073:
21074: * config.sub: on cygwin configure passes it with strange i1586
21075: const, hacked it to mean i586
21076:
21077: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21078: disabled $if reference due to conflicts with local variables
21079:
1.211 moko 21080: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21081: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21082: xdoc::create, with both sences
21083:
21084: * operators.ru.txt, operators.txt, src/classes/table.C,
21085: src/include/pa_array.h, src/include/pa_table.h,
21086: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21087: 'set' name obsolete now table clone.
1.95 moko 21088:
1.211 moko 21089: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21090: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21091: ^int/double/string.format now can be called with normal []
21092: brackets, not stupid {} as it were implemented for some strange
21093: reason. retaining backward compatibility due to some
21094: already-implemented servers
21095:
21096: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21097: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21098: operators now detected by check at name_without_curly_rdive_read
21099: rule whether diving code constists only of
21100: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21101: with OP_GET_ELEMENT_OR_OPERATOR to form
21102: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21103:
21104: 2002-02-06 paf
21105:
21106: * configure, configure.in: prefix expanded, grr
21107:
1.211 moko 21108: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21109: config changed
1.95 moko 21110:
21111: 2002-02-05 paf
21112:
1.211 moko 21113: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21114:
21115: * src/main/: pa_exec.C: argv0 now correct
21116:
21117: * src/types/pa_vstatus.C: status:rusage 3
21118:
21119: * src/types/pa_vstatus.C: status:rusage 2
21120:
1.211 moko 21121: * operators.ru.txt, operators.txt: status:rusage described int
21122: operators
1.95 moko 21123:
21124: * src/types/pa_vstatus.C: status:rusage 1
21125:
21126: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21127: src/types/types.dsp: status:rusage
21128:
1.211 moko 21129: * configure.in, operators.ru.txt, operators.txt,
21130: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21131: src/include/pa_config_includes.h, src/main/compile.tab.C,
21132: src/main/pa_common.C: rewritten ^cache to use
21133: non-blocking-exclusive-caches
21134:
21135: * src/main/pa_common.C: text file read mode on win32 adjusted
21136: [speed impact. was off for debugging purpose, but forgotten
21137: afterwards]
21138:
21139: 2002-02-01 paf
21140:
21141: * src/classes/op.C: file_write does EX lock after create, while
21142: file_read does SH after open, so there's a moment after create
21143: but before EX lock when read can sneak into, and read
21144: just-created-for-writing-and-not-yet-locked file, added a check
21145: for that in ^cache...read
21146:
21147: 2002-01-31 paf
21148:
21149: * src/main/: compile.y, compile.tab.C: disabled operator call after
21150: ^xxx:
21151:
21152: * src/main/: compile.tab.C, execute.C: made operators lookup first
21153: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21154:
21155: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21156: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21157: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21158: operators check 6.1 rewritten. now check is done at compile time
21159:
21160: * src/main/execute.C: operators check 5 floated up old error of
21161: staying in 'entered class/object' state after $a($a..) it
21162: prevented operators from being called thereafter
21163:
21164: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21165: main/execute.C: operators check 4 floated up old error of staying
21166: in 'entered object' state after ^a.a(a) it prevented operators
21167: from being called thereafter
21168:
21169: * src/main/execute.C: operators check 3 floated up old error of
21170: staying in 'entered class' state after $a:a(a) it prevented
21171: operators from being called thereafter
21172:
21173: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21174: floated up old error of staying in 'entered class' state after
21175: $a:a[a] it prevented operators from being called thereafter
21176:
21177: * src/main/execute.C: operators check, thay mistakenly seen in
21178: $class:operator $object.operators contexts
21179:
21180: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21181: win32
21182:
1.116 moko 21183: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21184: src/classes/Makefile.am, src/main/Makefile.am,
21185: src/targets/cgi/Makefile.am,
1.95 moko 21186: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21187: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21188:
1.116 moko 21189: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21190: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21191: configure, configure.in, form.txt, ident.awk, install-sh,
21192: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21193: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21194: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21195: etc/parser3.charsets/koi8-r.cfg,
21196: etc/parser3.charsets/windows-1250.cfg,
21197: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21198: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21199: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21200: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21201: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21202: straightened installation scripts procedure made
21203: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21204: change
21205:
21206: 2002-01-30 paf
21207:
21208: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21209: removed] those comments were a mistake, and prevented libltdl
21210: from function properly
21211:
21212: 2002-01-29 paf
21213:
1.116 moko 21214: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21215: creation [modified acinclude.m4 which were creating int into just
21216: assignment LIBTOOL=../libtool] added default system
21217: config&charsetts prepared 'make install', now it installs
21218: targets/cgi/parser3 into bin directory etc/parser3.conf &
21219: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21220: $sysconfdir/parser3.charsets respectively
21221:
21222: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21223: main/pa_globals.C: few forgotten ifdef XML added
21224:
21225: 2002-01-28 paf
21226:
1.116 moko 21227: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21228: removed
21229:
21230: * src/main/pa_exception.C: dom|generic error output fix
21231:
21232: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21233:
21234: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21235:
21236: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21237: [fixed as_node helper func to accept docs]
21238:
21239: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21240: xdoc.importNode 0
21241:
21242: * src/classes/xdoc.C: xdoc::set now untaints OK
21243:
21244: 2002-01-25 paf
21245:
21246: * src/main/: compile.tab.C, compile.y: #comment before @ after
21247: @SPECIAL now works OK
21248:
21249: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21250:
21251: * src/main/pa_exec.C: max arg count now 10, and proper message on
21252: violation that added
21253:
21254: * src/classes/hash.C: unified hash::sql, now
21255: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21256:
21257: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21258: ^file:lock[filename]{code}
21259:
21260: * src/: classes/file.C, classes/op.C, classes/string.C,
21261: classes/table.C, classes/xdoc.C, include/pa_common.h,
21262: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21263: to some pa_common funcs
21264:
21265: * src/: include/pa_charset.h, main/pa_globals.C:
21266: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21267:
21268: * src/: include/pa_charset.h, main/pa_charset.C,
21269: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21270: not stupid illegal define
21271:
21272: 2002-01-24 paf
21273:
21274: * src/include/pa_version.h: changed version number
21275:
21276: * src/: classes/hashfile.C, include/pa_db_table.h,
21277: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21278: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21279: main/pa_db_connection.C, main/pa_db_table.C,
21280: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21281: hashfile without logfiles
21282:
21283: * src/: classes/hashfile.C, include/pa_db_table.h,
21284: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21285: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21286: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21287: DB_INIT_TXN init bits, thus got rid of huge log files, which
21288: cluttered disk without huge need]
21289:
21290: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21291: handy macro, which is strangly abscent in dome lib
21292:
21293: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21294:
21295: * src/classes/xdoc.C: checked empty response
21296:
21297: * src/classes/xnode.C: xdoc.select fixed context node [were always
21298: /, not self node]
21299:
21300: * src/classes/xnode.C: xnode.select returns array always now, in
21301: case 'nothing found' returns empty array
21302:
21303: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21304: be more tender with ctrl/c/v
21305:
21306: 2002-01-23 paf
21307:
21308: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21309: substituted. // 2. when dom tree with entites goes under
21310: transform text nodes // got [erroreosly] cut on first
21311: entity occurance
21312:
21313: * src/types/pa_vdouble.h: double prec. todo: get rid of
21314: twice-converting
21315:
21316: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21317: 'e' in output this is for regretful twice-converting here:
21318: $a(double value) when they write double falue they convert it to
21319: string first, thus %g were losing precesion.
21320:
21321: todo: think up some way to remove double->string string->double
21322: twice-converting
21323:
21324: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21325: %.20E now default float format this is for regretful
21326: twice-converting here: $a(double value) when they write double
21327: falue they convert it to string first, thus %g were losing
21328: precesion.
21329:
21330: todo: think up some way to remove double->string string->double
21331: twice-converting
21332:
21333: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21334: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21335: reasons in comment inside
21336:
21337: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21338: statically linked]
21339:
21340: * src/: include/pa_exception.h, main/compile.tab.C,
21341: main/pa_exception.C: removed exception va_list constructor. 1.
21342: not needed anymore 2. there were a conflict[causing errors]
21343: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21344: never detected an ambiguilty here, compiling ctor(, "hello") into
21345: ctor(, va_list) which, of course, caused gpf
21346:
21347: * src/main/pa_globals.C: removed debug xslt messages
21348:
21349: 2002-01-22 paf
21350:
21351: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21352: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21353: helps compiling stylesheet properly. example: this refused to
21354: work, <b>«<xsl:value-of select="@title"
21355: />»</b> stranly worked only this way:
21356: <b>«<xsl:value-of select="@title" />»</b>
21357:
21358: docs says "set it to 1", never going into details, so I decided
21359: to try NOT to do that
21360:
21361: * src/classes/table.C: join behaived badly in case named tables
21362: structure mismatched: 0 strings sneaked into dest failing
21363: afterwards. replaced them with empty strings
21364:
21365: 2002-01-21 paf
21366:
21367: * src/main/pa_charset.C: checked empty transcoders in
21368: transcode_cstr|buf
21369:
21370: * src/classes/xdoc.C: xdoc::load error source = filespec
21371:
21372: * src/classes/xdoc.C: transform error source now
21373: stylesheet_filespec
21374:
1.116 moko 21375: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21376: include/pa_stylesheet_connection.h, main/pa_charset.C,
21377: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21378: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21379: gnome
1.95 moko 21380:
21381: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21382: include/pa_globals.h, include/pa_stylesheet_connection.h,
21383: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21384: xslt generic error 1
21385:
21386: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21387: xml generic message 1
21388:
21389: * src/classes/table.C: ^table::load empty lines or #comments before
21390: headline
21391:
21392: * src/: include/pa_array.h, include/pa_globals.h,
21393: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21394: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21395: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21396: errors 0
21397:
21398: 2002-01-16 paf
21399:
21400: * src/: classes/hash.C, classes/op.C, classes/string.C,
21401: classes/table.C, classes/void.C, classes/xdoc.C,
21402: include/pa_db_connection.h, include/pa_request.h,
21403: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21404: include/pa_stylesheet_connection.h,
21405: include/pa_stylesheet_manager.h, main/pa_request.C,
21406: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21407: targets/cgi/pool_storage.h: auto closers to sql_connection,
21408: stylesheet_connection auto destroyers to remaining gnome objects
21409:
21410: * src/classes/xdoc.C: few comments
21411:
21412: 2002-01-15 paf
21413:
21414: * src/classes/xdoc.C: xdoc file save string
21415:
21416: ready. todo: error handling
21417:
21418: * src/classes/xdoc.C: xdoc save rewritten using
21419: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21420: result
21421:
21422: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21423: started output options parsing
21424:
21425: 2002-01-14 paf
21426:
21427: * src/classes/xdoc.C: method
21428:
21429: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21430: include/pa_pool.h, include/pa_stylesheet_connection.h,
21431: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21432: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21433: xslt transform0. TODO: use output options handle errors
21434:
21435: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21436:
21437: 2002-01-11 paf
21438:
21439: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21440: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21441: partial logical && || evaluation
21442:
21443: * src/classes/xnode.C: xpath selectNodes
21444:
21445: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21446: string/number/bool
21447:
21448: * src/classes/xnode.C: xpath selectNode 2
21449:
21450: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21451: xpath selectNode 1
21452:
21453: 2002-01-10 paf
21454:
21455: * src/classes/xnode.C: xpath selectNode -100 [just written]
21456:
21457: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21458: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21459: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21460: refcounter]
21461:
21462: 2001-12-29 paf
21463:
21464: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21465: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21466: glib works 0
21467:
21468: 2001-12-28 paf
21469:
21470: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21471: main/pa_exception.C: started glib transcoders
21472:
21473: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21474:
21475: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21476: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21477: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21478: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21479: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21480: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21481: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21482: libs just compiled in. no refcounting no xpath no xslt yet
21483:
21484: 2001-12-27 paf
21485:
21486: * src/: include/pa_charset.h, include/pa_common.h,
21487: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21488: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21489: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21490: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21491: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21492: from xalan&xerces, started the process. globals [initialization
21493: pool [charset update charset [transcodings vxnode vxdoc [DOM
21494: calls
21495:
21496: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21497: anymore
21498:
21499: 2001-12-26 paf
21500:
21501: * src/: include/pa_charset.h, include/pa_charsets.h,
21502: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21503: key globalized [bug]
21504:
21505: 2001-12-25 paf
21506:
21507: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21508: main/pa_string.C: table set & append changed splitting languages,
21509: separators now can be clean AND as-is same to mail command line
21510: $MAIN:MAIL.progX arguments
21511:
21512: 2001-12-24 paf
21513:
21514: * src/classes/mail.C: one parted text messages - no multipart
21515: mime-type anymore. for convinient if $.attach-ments
21516:
21517: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21518: main/pa_string.C: read from cache size check updated
21519:
21520: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21521:
21522: 2001-12-21 paf
21523:
21524: * src/classes/date.C: date:sql-string now returns localtime
21525:
21526: * src/main/pa_request.C: $result in @main actually not working, to
21527: hell with it for now
21528:
21529: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21530: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21531: @postprocess @exception
21532:
21533: * src/main/execute.C: junction evaluation canceled - endless
21534: recursion detected
21535:
21536: 2001-12-19 paf
21537:
21538: * src/main/pa_charset.C: charset->charset transcoding via unicode
21539: intermediate
21540:
21541: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21542:
21543: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21544:
21545: * src/classes/op.C: ^cache keypath now relative
21546:
21547: * src/classes/mail.C: changed weighting prior to sort
21548:
21549: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21550: were missing
21551:
21552: 2001-12-17 paf
21553:
21554: * src/main/pa_charset.C: ifndef XML were bad type
21555:
21556: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21557: outdated unset services_pool
21558:
21559: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21560: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21561: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21562:
21563: * src/main/untaint.C: allowed space in filespec
21564:
21565: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21566:
21567: * src/classes/image.C: no govno
21568:
21569: * src/classes/image.C: govno
21570:
21571: 2001-12-16 paf
21572:
21573: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21574:
21575: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21576: charset_connection&manager replaced by charset&charsets
21577:
21578: * src/main/pa_charset.C: name_cstr 0
21579:
21580: * src/main/untaint.C: uri lang now knows about client/source
21581: charsets
21582:
21583: * src/: classes/file.C, classes/math.C, classes/op.C,
21584: classes/string.C, classes/table.C, classes/xdoc.C,
21585: include/pa_array.h, include/pa_cache_managers.h,
21586: include/pa_charset_connection.h, include/pa_charset_manager.h,
21587: include/pa_common.h, include/pa_db_connection.h,
21588: include/pa_db_manager.h, include/pa_db_table.h,
21589: include/pa_dictionary.h, include/pa_exception.h,
21590: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21591: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21592: include/pa_sapi.h, include/pa_socks.h,
21593: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21594: include/pa_string.h, include/pa_stylesheet_connection.h,
21595: include/pa_stylesheet_manager.h, include/pa_table.h,
21596: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21597: main/pa_charset.C, main/pa_charset_connection.C,
21598: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21599: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21600: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21601: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21602: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21603: types/types.dsp: introducing Charset
21604:
21605: 2001-12-14 paf
21606:
21607: * src/: include/pa_request.h, include/pa_transcoder.h,
21608: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21609: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21610: uri lang
21611:
21612: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21613:
21614: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21615:
21616: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21617: defalts_name global
21618:
21619: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21620: include/pa_request.h, main/main.dsp,
21621: main/pa_charset_connection.C, main/pa_charset_manager.C,
21622: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21623: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21624: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21625: changed charset model. now important: $request:charset
21626: $response:charset while $response:content-type.charset become
21627: unimportant [informational]
21628:
21629: 2001-12-13 paf
21630:
21631: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21632:
21633: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21634: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21635: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21636: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21637: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21638: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21639:
21640: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21641: auto_ptr part other way, because of stupid gcc 2.96
21642: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21643: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21644: FormatterListener] /usr/include/g++-3/memory:48:
21645: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21646: _Tp1 = FormatterListener, _Tp = FormatterListener]
21647:
21648: * src/classes/xdoc.C: removed extra inc
21649:
21650: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21651:
21652: * src/include/pa_types.h: msvc head debugging flag
21653:
21654: * src/classes/xdoc.C: freed up listener
21655:
21656: * src/classes/string.C: change msg '... code is not code'
21657:
21658: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21659: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21660: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21661: [past/future prob]
21662:
21663: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21664: include/pa_config_fixed.h, include/pa_db_manager.h,
21665: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21666: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21667:
21668: * src/: include/pa_config_fixed.h, main/pa_common.C,
21669: main/pa_string.C: removed signed mismatch warnings
21670:
21671: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21672: 'expires' from header outputs
21673:
21674: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21675: row ptr
21676:
21677: * src/classes/file.C: file::cgi bug, request_method were passed to
21678: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21679:
21680: * src/classes/xdoc.C: lang list updated
21681:
21682: 2001-12-10 paf
21683:
21684: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21685:
21686: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21687: erase files like that, knowing their full name introducing //
21688: theoretical problem with, for instance, "_2B" and "." fragments,
21689: // they would yield the same // because
21690: need_file_encode('_')=false // but we need to delete such files
21691: somehow, getting names from ^index
21692:
21693: * src/main/pa_string.C: ^string.replace bug fixed [bad
21694: string::join_chank break]
21695:
21696: 2001-12-07 paf
21697:
21698: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21699: include/pa_common.h, include/pa_config_auto.h.in,
21700: include/pa_config_fixed.h, include/pa_config_includes.h,
21701: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21702: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21703: types/pa_vhashfile.C: merged from r14_simple_cache
21704:
21705: * src/main/pa_string.C: stupid sparc architecture failed to access
21706: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21707: lduh [ %i2 + 1 ], %l0
21708:
21709: bus error, fixed that
21710:
21711: * src/main/pa_string.C: strange string deserialize bug on
21712: client[pmts], a bit shortened,
21713:
21714: * src/include/pa_config_auto.h.in: makes
21715:
21716: * src/: include/pa_common.h, include/pa_config_fixed.h,
21717: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21718: file write shared lock file read
21719:
21720: * src/: classes/op.C, include/pa_common.h,
21721: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21722:
21723: 2001-12-06 paf
21724:
21725: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21726: main/pa_request.C: #ifdef RESOURCES_DEBUG
21727:
21728: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21729: info
21730:
21731: * src/classes/hashfile.C: removed transaction from ^cache
21732:
21733: 2001-12-05 paf
21734:
21735: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21736: IIS5 there were a prob with illegal call check
21737:
21738: 2001-12-04 paf
21739:
21740: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21741: main/pa_request.C: measures to log
21742:
21743: 2001-11-23 paf
21744:
21745: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21746: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21747: types/pa_vhashfile.C: merged from _0014, 1
21748:
21749: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21750: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21751: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21752: ^cache(33) would change
21753:
21754: 0660 bits in file_write & hashfile create
21755:
21756: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21757: after pa_string optimization]
21758:
21759: 2001-11-22 paf
21760:
21761: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21762: table.offset[whence]
21763:
21764: * src/classes/op.C: process cstr(,connection)
21765:
21766: * src/classes/op.C: process now gets its body on current language,
21767: not as-is
21768:
21769: * src/main/untaint.C: ORIGINS mode removed UHTML
21770:
21771: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21772: bit
21773:
1.116 moko 21774: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21775:
21776: 2001-11-21 paf
21777:
21778: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21779: <xsl:output output options made identical to xsl:output
21780: attributes exclusion: cdata-section-elements what xalan can do
21781: but that not used now: it can escape and remove CDATA sections
21782:
21783: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21784: produced by xslt
21785:
21786: * src/targets/cgi/parser3.C: removed debug cgi||1
21787:
21788: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21789:
21790: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21791: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21792: default language for {code}, it happen to change it's language
21793: from CLEAN, so later refused to split by CLEAN \t
21794:
21795: 2001-11-20 paf
21796:
1.116 moko 21797: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21798: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21799: bottom of dependeces, so that errors would popup quicklier, fixed
21800: line numbering in table::sql
21801:
21802: 2001-11-19 paf
21803:
21804: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21805: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21806: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21807: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21808: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21809: at wcontext.write
21810:
1.116 moko 21811: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21812: _set_new_handler
21813:
1.116 moko 21814: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21815: set_new_handler in apache&isapi
1.95 moko 21816:
21817: 2001-11-16 paf
21818:
21819: * src/targets/cgi/parser3.C: pool debug @ die
21820:
21821: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21822: removed 8 bytes from String, 2 bytes from
21823: string::chunk::row::item
21824:
21825: * src/main/pa_string.C: removed 1+4 bytes from String
21826:
21827: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21828: types/pa_vstring.C: removed 1+4 bytes from String
21829:
21830: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21831: 0
21832:
21833: * src/: include/pa_globals.h, include/pa_string.h,
21834: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21835: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21836: targets/cgi/parser3.C: introducing estimating
21837: String::cstr_bufsize, 0
21838:
21839: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21840:
21841: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21842:
21843: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21844: include/pa_pool.h: die in pool::fail
21845:
21846: 2001-11-15 paf
21847:
21848: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21849: main/pa_exception.C, targets/cgi/parser3.C: exception with
21850: dynamic buffer re-back now with counter
21851:
21852: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21853: static buffer back
21854:
21855: * src/targets/cgi/parser3.C: std::
21856:
21857: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21858: include/pa_config_includes.h: setnewhandler check
21859:
1.116 moko 21860: * src/include/pa_config_auto.h.in: makes
1.95 moko 21861:
21862: * src/targets/cgi/parser3.C: set_new_handler started
21863:
21864: 2001-11-14 paf
21865:
21866: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21867: was wrong
21868:
21869: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21870: was wrong
21871:
21872: * src/main/pa_request.C: z
21873:
21874: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21875: full returns win32 -1 solaris >buffer_size
21876:
21877: checked all that
21878:
21879: * src/classes/op.C: ^untaint{body} as-is default now
21880:
21881: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21882: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21883: with no_bad_constructors_try
21884:
21885: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21886: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21887: this: $bred[^string::length[]] $bred[^response::clear[]]
21888: $bred[^int::int[]]
21889:
21890: now VObject creation moved into overriden
21891: VClass::create_new_value, thus 0 from create_new_value means that
21892: class has no ctors
21893:
21894: 2001-11-13 paf
21895:
21896: * src/classes/classes.C: returned accedently removed if in foreach
21897: callbacks [when hash no-0-restructure]
21898:
21899: 2001-11-12 paf
21900:
21901: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21902: passed as-is to method, xalan makes & into & itself
21903:
21904: * src/classes/date.C: date.roll parser2 alg used
21905:
21906: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21907: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21908: main/pa_dictionary.C, main/pa_hash.C,
21909: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21910: now does not containt 0 values. put 0 actullay removes. no check
21911: on 0 value in foreach now required
21912:
21913: 2001-11-11 paf
21914:
21915: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21916:
21917: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21918:
21919: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21920: driver initialize not const
21921:
21922: 2001-11-10 paf
21923:
21924: * src/main/pa_exec.C: doc
21925:
21926: 2001-11-09 paf
21927:
21928: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21929: param properly
21930:
21931: * src/classes/string.C: string.save now does untainting before
21932: saving
21933:
21934: * src/main/pa_common.C: line endings fixing fixed last piece[was
21935: still cstr oriented]
21936:
21937: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21938: line endings fixing got rid of cstr, now must work ok with post
21939: multipart
21940:
21941: * src/types/pa_vform.C: line endings fixed at post / multipart /
21942: not file also now
21943:
21944: 2001-11-08 paf
21945:
21946: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21947: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21948: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21949: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21950: main/pa_stylesheet_manager.C: restructured Cache manager to be
21951: simple parent, not second parent [gcc 2.96 strangly refused to
21952: call virtual from second parent]
21953:
1.116 moko 21954: * src/: include/pa_common.h, main/Makefile.am,
21955: targets/cgi/pa_pool.C: makes
1.95 moko 21956:
21957: * src/: include/pa_request.h, main/pa_request.C,
21958: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21959: 'status' class enabler
21960:
21961: <Location /parser-status.html> ParserStatusAllowed </Location>
21962:
21963: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21964: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21965: include/pa_stylesheet_manager.h, main/main.dsp,
21966: main/pa_cache_managers.C, main/pa_charset_manager.C,
21967: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21968: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21969: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21970: todo: apache 'status' class enabler
21971:
21972: 2001-11-05 paf
21973:
21974: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21975: debug to normal
21976:
21977: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21978: hence i removed skipping 0 values in hash::for_each-es we need to
21979: check cleaned cache items manually. few more checks.
21980:
21981: expiring to 0 time was wrong, changed to 'now' time
21982:
21983: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21984: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21985: on apache already done :)
21986:
21987: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21988: skipping 0 values in hash::for_each-es we need to check cleaned
21989: cache items manually
21990:
21991: * src/main/: pa_db_connection.C, pa_db_table.C:
21992: parser_multithreaded check was wrong
21993:
21994: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21995: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21996: classes/hashfile.C, classes/image.C, classes/int.C,
21997: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21998: classes/string.C, classes/table.C, classes/void.C,
21999: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22000: include/pa_array.h, include/pa_charset_connection.h,
22001: include/pa_charset_manager.h, include/pa_common.h,
22002: include/pa_config_fixed.h, include/pa_config_includes.h,
22003: include/pa_db_connection.h, include/pa_db_manager.h,
22004: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22005: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22006: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22007: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22008: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22009: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22010: include/pa_stack.h, include/pa_string.h,
22011: include/pa_stylesheet_connection.h,
22012: include/pa_stylesheet_manager.h, include/pa_table.h,
22013: include/pa_threads.h, include/pa_types.h, main/compile.C,
22014: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22015: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22016: main/pa_charset_manager.C, main/pa_common.C,
22017: main/pa_db_connection.C, main/pa_db_manager.C,
22018: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22019: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22020: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22021: main/pa_socks.C, main/pa_sql_driver_manager.C,
22022: main/pa_status_provider.C, main/pa_string.C,
22023: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22024: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22025: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22026: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22027: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22028: targets/isapi/pool_storage.h, types/pa_valiased.C,
22029: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22030: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22031: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22032: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22033: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22034: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22035: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22036: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22037: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22038: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22039: types/pa_vstateless_object.h, types/pa_vstatus.h,
22040: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22041: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22042: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22043: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22044: $status:db fixed used not initialized in db_connection & db_table
22045:
22046: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22047: $status:charset
22048:
22049: * src/: classes/xdoc.C, include/pa_db_connection.h,
22050: include/pa_stylesheet_connection.h,
22051: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22052: types/pa_vstatus.h: $status:stylesheet
22053:
22054: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22055: include/pa_request.h, include/pa_sql_connection.h,
22056: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22057: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22058: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22059: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22060: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22061: types/pa_vxnode.C, types/types.dsp: started status parser class
22062:
22063: 2001-11-01 paf
22064:
22065: * src/include/pa_config_auto.h.in: makes
22066:
22067: * src/main/pa_hash.C: removed old extra include
22068:
22069: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22070: checks [for hp, there are such in math.h]
22071:
22072: * src/classes/op.C: ^for endless loop check strightened
22073:
22074: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22075: behavior in native calls. it left unchanged, so ^for ^foreach &
22076: co can use r.root to write their i & key,value there
22077:
22078: * src/classes/op.C: detected for var storage bug, fixed.
22079: todo:foreach
22080:
22081: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22082: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22083: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22084: changing of hash inside of foreach
22085:
22086: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22087: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22088: were hash.foreach
22089:
22090: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22091: types/pa_vstring.C, types/pa_vstring.h:
22092: ^foreach[key|value]{body}[[separator]|{separator}]
22093:
22094: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22095: types/pa_vcookie.C: ^hash.delete[key]
22096:
22097: 2001-10-31 paf
22098:
22099: * src/main/: compile.C, pa_common.C: completely empty file now
22100: considered "read", not ignored [not perfect trick used]
22101:
22102: * src/main/pa_common.C: simplier common ifdefs
22103:
22104: * src/main/pa_common.C: typing bug in common - bad ifdeff
22105:
22106: * src/main/pa_db_connection.C: z
22107:
22108: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22109: lockdetector flags
22110: dbenv.lk_detect=DB_LOCK_RANDOM;
22111:
22112: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22113: from accidental show [imagine user forgot @exception]
22114:
22115: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22116:
22117: * src/: classes/file.C, classes/image.C, classes/mail.C,
22118: classes/string.C, classes/xnode.C, include/pa_common.h,
22119: main/pa_common.C: ^string.save[[append;]path]
22120:
22121: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22122: main/execute.C: \ in expression: int divide 10/3=3
22123:
22124: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22125: inside of ^cache
22126:
22127: * src/: include/pa_threads.h, main/pa_db_connection.C,
22128: main/pa_db_table.C, targets/cgi/pa_threads.C,
22129: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22130: needed
22131:
22132: 2001-10-30 paf
22133:
22134: * src/: classes/classes.dsp, main/main.dsp,
22135: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22136: types/types.dsp: enabled debug incremental compile
22137:
22138: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22139: form post data line endings not reformatted now.
22140:
22141: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22142: now required [had bug when file= has no value]
22143:
22144: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22145: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22146: cstr(asis) default param removed
22147:
22148: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22149:
22150: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22151:
22152: * src/include/pa_dir.h: LOAD_DIR fixed
22153:
22154: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22155: was broken} fix_line_breaks
22156:
22157: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22158: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22159: packed with #pragma pack
22160:
1.116 moko 22161: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22162:
22163: 2001-10-29 paf
22164:
22165: * src/types/pa_wcontext.h: bitfield syntax stricter
22166:
22167: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22168: string hash.puts
22169:
22170: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22171:
22172: * src/include/pa_sql_connection.h: there were one wrong
22173: SQL_CONNECTION_FUNC_GUARDED [failed]
22174:
22175: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22176: param.someday either ifdef or remove it
22177:
22178: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22179:
22180: * src/main/untaint.C: optimizing returned after debugging
22181:
22182: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22183: main/untaint.C: memory hunging #pragma pack(1)
22184:
22185: 16 419 844 13 169 394
22186:
22187: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22188: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22189: places [todo:Array]
22190:
22191: * src/: main/execute.C, targets/cgi/pa_pool.C,
22192: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22193: types/pa_wwrapper.h: debugging memory WContext flags to bits
22194:
22195: total 5 652 652/158731 total 5 469 332/158731
22196:
22197: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22198: Array:: without cache in get/put now
22199:
22200: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22201: 18:25:27 2001] total 5 652 652/158731
22202:
22203: * src/: include/pa_string.h, main/pa_string.C,
22204: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22205: now
22206:
22207: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22208: 18:11:53 2001] total 5796092/158731
22209:
22210: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22211: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22212: key ref now
22213:
22214: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22215: 17:11:17 2001] total 16867948/202658
22216:
22217: * src/: classes/file.C, classes/image.C, classes/string.C,
22218: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22219: main/execute.C, main/pa_array.C, main/pa_common.C,
22220: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22221: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22222: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22223: string::as_int/double now usually uses stack, not heap [200K out
22224: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22225:
22226: * src/main/pa_sql_driver_manager.C: ping to have services [old
22227: hiding bug]
22228:
22229: * src/Makefile.am: .am order
22230:
22231: * src/: include/pa_array.h, include/pa_charset_manager.h,
22232: include/pa_db_connection.h, include/pa_db_manager.h,
22233: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22234: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22235: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22236: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22237: required "friend class"
22238:
22239: ../include/pa_request.h:51: friend declaration requires
22240: class-key, i.e. `friend class Temp_lang'
22241:
22242: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22243: main/pa_exception.C, main/pa_sql_driver_manager.C,
22244: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22245:
22246: the idea is to #1 jump to C++ some function to main body, where
22247: every function stack frame has exception unwind information and
22248: from there... #2 propagate_exception()
22249:
22250: 2001-10-28 paf
22251:
22252: * src/main/pa_db_connection.C: removed old consts
22253:
22254: * src/main/pa_db_connection.C: expire table [was accidently pasted
22255: with wrong type/cast]
22256:
22257: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22258: translation
22259:
1.116 moko 22260: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22261: remember to build DB2 with -fexceptions!!!
22262:
22263: * src/main/pa_db_table.C: DB_RMW defed
22264:
22265: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22266: include/pa_db_connection.h, include/pa_db_manager.h,
22267: include/pa_db_table.h, main/pa_db_connection.C,
22268: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22269:
22270: 2001-10-27 paf
22271:
22272: * src/: classes/hashfile.C, include/pa_db_connection.h,
22273: include/pa_db_table.h, main/pa_db_connection.C,
22274: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22275: types/pa_vhashfile.C: DB2 ifdefs
22276:
1.116 moko 22277: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22278: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22279: makes with DB2
22280:
1.116 moko 22281: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22282: types/Makefile.am: makes db
1.95 moko 22283:
22284: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22285: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22286: globals.C
22287:
22288: * src/: classes/hashfile.C, include/pa_db_connection.h,
22289: include/pa_db_table.h, main/pa_db_connection.C,
22290: main/pa_db_table.C: ^hashfile.clear[]
22291:
22292: * src/classes/classes.awk: no $ in var names
22293:
22294: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22295: connection&table [forgotten calls]
22296:
22297: 2001-10-26 paf
22298:
22299: * src/main/pa_db_connection.C: db checkpoints
22300:
22301: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22302: checkpoints
22303:
22304: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22305: default. but entities still reparsed. todo: tothink
22306:
22307: * src/main/pa_db_connection.C: db recover mech 2
22308:
22309: * src/: classes/hashfile.C, include/pa_db_connection.h,
22310: include/pa_db_manager.h, include/pa_db_table.h,
22311: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22312: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22313: types/pa_vhashfile.h: db connections & tables now cached at
22314: create time & multithreaded
22315:
22316: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22317: parsed_source
22318:
22319: * src/main/pa_db_connection.C: about to remove connection from
22320: vhashfile
22321:
22322: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22323: transaction commit/rollback responsibility left to parent [as it
22324: sould - else there were a bug with double free]
22325:
22326: * src/include/pa_db_table.h: db: child transaction commit/rollback
22327: responsibility left to parent [as it sould - else there were a
22328: bug with double free]
22329:
22330: 2001-10-25 paf
22331:
22332: * src/: classes/hashfile.C, include/pa_common.h,
22333: include/pa_db_connection.h, include/pa_db_manager.h,
22334: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22335: types/pa_vhashfile.C, types/pa_vhashfile.h,
22336: include/pa_db_table.h, main/pa_db_table.C: started db_home
22337: [multiple, cached] todo: autorecover [tried, but not succeded,
22338: yet]
22339:
22340: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22341:
22342: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22343: transaction parent passed
22344:
22345: 2001-10-24 parser
22346:
1.116 moko 22347: * src/classes/Makefile.am: makes
1.95 moko 22348:
22349: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22350: isapi/pool_storage.h: pool_storage fixed
22351:
22352: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22353: types/pa_vform.h: form fix_line_breaks
22354:
1.116 moko 22355: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22356:
22357: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22358: targets/cgi/pool_storage.h: makes
22359:
22360: * src/sql/pa_sql_driver.h: version
22361:
22362: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22363: types/pa_vform.C, types/pa_vform.h: .am
22364:
22365: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22366: this: DB_RMW Acquire write locks instead of read locks when doing
22367: the retrieval. Setting this flag may decrease the likelihood of
22368: deadlock during a read-modify-write cycle by immediately
22369: acquiring the write lock during the read part of the cycle so
22370: that another thread of control acquiring a read lock for the same
22371: item, in its own read-modify-write cycle, will not result in
22372: deadlock
22373:
22374: * src/targets/isapi/parser3isapi.dsp: doc
22375:
22376: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22377:
22378: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22379:
22380: * src/: classes/hashfile.C, include/pa_db_connection.h,
22381: main/pa_db_connection.C: hashfile expired deleted from db when
22382: get & iterate
22383:
22384: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22385: expiring 1
22386:
22387: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22388:
22389: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22390: db_connection not bothers with key when not returning expired
22391: data
22392:
22393: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22394: types/pa_vhashfile.C: db_cursor constructor public now
22395:
22396: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22397: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22398: stamped, todo: put_element analize
22399:
22400: * src/: include/pa_db_connection.h, include/pa_string.h,
22401: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22402: serialize. todo stamp
22403:
22404: 2001-10-23 parser
22405:
22406: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22407: classes/image.C, classes/mail.C, classes/response.C,
22408: classes/string.C, classes/table.C, classes/xdoc.C,
22409: include/pa_config_fixed.h, include/pa_db_connection.h,
22410: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22411: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22412: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22413: types/pa_vtable.C: ^hashfile.hash[]
22414:
22415: * src/: classes/hashfile.C, classes/xdoc.C,
22416: include/pa_config_fixed.h, main/pa_db_manager.C,
22417: main/pa_globals.C: ifdefs so it compiled without db
22418:
22419: * src/: classes/hashfile.C, include/pa_db_connection.h,
22420: include/pa_db_manager.h, main/pa_db_connection.C,
22421: main/pa_db_manager.C, types/pa_vhashfile.h:
22422: ^hashfile.transaction{code} ^hashfile:clear[filename]
22423: ^hashfile.delete[key]
22424:
22425: 2001-10-22 parser
22426:
22427: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22428: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22429:
22430: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22431: classes/xnode.C, include/pa_charset_connection.h,
22432: include/pa_db_connection.h, include/pa_db_manager.h,
22433: include/pa_exception.h, include/pa_sapi.h,
22434: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22435: include/pa_stylesheet_connection.h,
22436: include/pa_stylesheet_manager.h,
22437: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22438: main/pa_db_connection.C, main/pa_db_manager.C,
22439: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22440: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22441: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22442: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22443: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22444: types/types.dsp: hashfile 0
22445:
22446: * src/types/pa_vhashfile.C: z
22447:
22448: * src/: classes/classes.dsp, classes/hashfile.C,
22449: include/pa_config_fixed.h, main/execute.C,
22450: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22451: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22452:
22453: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22454:
22455: * src/: include/pa_exception.h, include/pa_request.h,
22456: main/execute.C, main/pa_exception.C, main/pa_request.C,
22457: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22458: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22459:
22460: 2001-10-19 parser
22461:
22462: * src/include/pa_pool.h: header
22463:
22464: * src/main/pa_pool.C: auto compiled on gcc
22465:
22466: * src/classes/image.C: comment
22467:
1.116 moko 22468: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22469:
22470: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22471: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22472: types/pa_vxnode.h: xnode clone got freed
22473:
22474: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22475: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22476: can free up xalandomstring resulting from pool::transcode
22477:
22478: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22479: include/pa_config_fixed.h, include/pa_exception.h,
22480: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22481: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22482: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22483: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22484: from non-xml compile
22485:
22486: * src/main/pa_request.C: pool:: context - get_context
22487:
22488: * src/: classes/classes.h, classes/date.C, classes/double.C,
22489: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22490: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22491: classes/string.C, classes/table.C, classes/void.C,
22492: include/pa_config_fixed.h, include/pa_exception.h,
22493: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22494: main/compile.C, main/compile_tools.C, main/execute.C,
22495: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22496: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22497: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22498: main/pa_string.C, main/pa_table.C, main/untaint.C,
22499: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22500: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22501: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22502: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22503: types/pa_vstateless_class.h, types/pa_vtable.C,
22504: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22505: exceptions 0
22506:
22507: * src/classes/classes.awk: $ removed
22508:
22509: 2001-10-18 parser
22510:
22511: * src/types/pa_vcookie.C: cookie:CLASS
22512:
22513: * src/main/main.dsp: project
22514:
22515: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22516: set_document & ctor question "who owns document" solved
22517:
22518: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22519:
22520: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22521: main/pa_pool.C: encoding in dom creating funcs
22522:
22523: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22524: be transformed now
22525:
22526: * src/classes/xdoc.C: dom created by create can be transformed now
22527:
22528: * src/classes/xdoc.C: z
22529:
22530: * src/classes/xdoc.C: comment
22531:
22532: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22533: create now uses XercesDocumentBridge, appendChild&co now works
22534:
22535: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22536: @ recompile
22537:
22538: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22539: $origin @exception[
22540:
22541: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22542: tag names forced to XML lang
22543:
22544: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22545: leechy-found bugs in code&doc fixed
22546:
22547: 2001-10-17 parser
22548:
22549: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22550: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22551: n functionality preserved
22552:
22553: * src/types/pa_vimage.h: removed unused vimage::save
22554:
22555: 2001-10-16 parser
22556:
22557: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22558:
22559: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22560:
22561: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22562:
22563: * src/classes/image.C: image.copy tolerance
22564:
22565: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22566: ineffective, but works for small paleted image
22567:
22568: * src/types/pa_vimage.C: comment
22569:
22570: * src/classes/image.C: gd size/resize bugfix
22571:
22572: * src/: classes/classes.dsp, main/main.dsp,
22573: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22574: types/types.dsp: ident >nul 2>&1
22575:
22576: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22577: systems
22578:
22579: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22580: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22581:
22582: 2001-10-15 parser
22583:
22584: * src/main/execute.C: z
22585:
22586: * src/classes/: xdoc.C: !::create{qualifiedName}
22587:
22588: * src/types/pa_vxnode.C: document_type_node.
22589: !readonly attribute DOMString name
22590: !notation_node.
22591: !readonly attribute DOMString publicId
22592: !readonly attribute DOMString systemId
22593:
1.116 moko 22594: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22595: ::write badly passed string too transparently [failed to
22596: intercept it]
1.95 moko 22597:
22598: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22599: include/pa_request.h, main/pa_sql_driver_manager.C,
22600: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22601: types/pa_vxnode.h: DOM1 major addtion, only few
22602: attributes/methods left
22603:
22604: 2001-10-13 parser
22605:
22606: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22607: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22608: in main handler
22609:
22610: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22611: cleanups & frees order
22612:
22613: * src/types/pa_vcode_frame.h: couple comments
22614:
22615: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22616: transparent enough to handle hash if creation&passing
22617:
22618: * src/: include/pa_config_fixed.h, main/execute.C,
22619: main/pa_exception.C: noticed that vcodeframe not transparent
22620: enough, would change now
22621:
22622: 2001-10-12 parser
22623:
22624: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22625: fixed. initialization&free on each thread!
22626:
22627: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22628: handling changed: now type of default param analized always, not
22629: only at problem time, thus helping early problem spotting
22630:
22631: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22632: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22633: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22634: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22635: multithread bug fixed. initialization&free on each thread!
22636:
22637: 2001-10-11 parser
22638:
22639: * src/classes/xnode.C: xnode.selectSingle now
22640:
22641: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22642: include/pa_pool.h, include/pa_stylesheet_connection.h,
22643: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22644: convertors out of Pool into Exception
22645:
22646: * src/main/pa_string.C: const
22647:
22648: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22649: linked pieces of same language together prior to String::replace
22650:
22651: * src/classes/hash.C: !^hash.add[addme]
22652: !^hash.sub[subme]
22653: !^a.union[b] = new
22654: !^a.intersection[b] = new
22655: !^a.intersects[b] = bool
22656:
22657: * src/classes/hash.C: !^hash::append[append_from]
22658:
22659: * src/: classes/hash.C, types/pa_vhash.h:
22660: !^hash::create[[copy_from]]
22661:
22662: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22663: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22664: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22665: fixed. got rid of empty_string, which caused errors - it hasnt
22666: exception but somebody[value.bark] tried to throw it on it's pool
22667:
1.116 moko 22668: * src/include/pa_config_auto.h.in: makes
1.95 moko 22669:
22670: 2001-10-10 parser
22671:
22672: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22673:
22674: * src/main/: compile.tab.C, compile.y: ^a[
22675:
22676: @next_method << now unclosed ] would be reported here
22677:
22678: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22679: compile error
22680:
22681: 2001-10-09 parser
22682:
1.116 moko 22683: * src/: classes/Makefile.am, main/Makefile.am,
22684: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22685:
22686: * src/classes/Makefile.am: makes
22687:
22688: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22689: win32 errors intercepted [xalan transformer patched and
22690: incorporated]
22691:
22692: * src/: classes/classes.dsp, classes/xdoc.C,
22693: include/pa_stylesheet_connection.h, main/main.dsp,
22694: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22695: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22696: patches starting
22697:
22698: * src/classes/: string.C, table.C: ^string.save[file]
22699:
22700: * src/classes/: date.C, table.C: calendar moved to date
22701:
22702: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22703: string/table] now
22704:
22705: * src/classes/: op.C, table.C: z
22706:
22707: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22708: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22709: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22710: be code [be string..]
22711:
22712: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22713: table.C: lots of
22714: params->as_int/double/as_string/as_junction/as_no_junction
22715: messages added
22716:
22717: 2001-10-08 parser
22718:
22719: * src/: classes/date.C, classes/image.C, classes/string.C,
22720: classes/table.C, classes/void.C, include/pa_request.h:
22721: params->as_int/double message added
22722:
22723: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22724:
22725: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22726: image:sector removed image:html internal "line-*" attribs
22727:
22728: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22729: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22730:
22731: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22732: way
22733:
22734: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22735: main/untaint.C: header untainting to UL_HTTP_HEADER,
22736: UL_MAIL_HEADER made nonforced [only tainted pieces]
22737:
22738: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22739: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22740: @ SAPI::log
22741:
22742: * src/main/untaint.C: \r to ' ' in origins mode
22743:
22744: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22745: set]
22746:
22747: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22748: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22749: nonstandard liaison freed up
22750:
22751: 2001-10-07 parser
22752:
22753: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22754: project
22755:
22756: 2001-10-05 parser
22757:
22758: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22759: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22760: from outputing to cerr. lots of "todos"
22761:
22762: * src/main/untaint.C: http_header tainting more gentle with
22763: enquoting now
22764:
22765: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22766: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22767: xml errorhandler. fixed string.replace a little, read @test
22768:
22769: * src/main/pa_string.C: found replace bug - first_that_starts(char
22770: *) does not have limit, and looks further eos, fixing....
22771:
22772: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22773:
22774: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22775:
22776: * src/main/: pa_charset_connection.C: ctype another mem clear
22777: bugfix
22778:
1.116 moko 22779: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22780: $result[^[$p^]z] now works fine
1.95 moko 22781:
22782: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22783: wrong. fixed it
22784:
22785: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22786: of totable appered to be vital
22787:
22788: 2001-10-04 parser
22789:
22790: * src/classes/image.C: ^image.length[text]
22791:
22792: 2001-10-03 parser
22793:
22794: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22795:
22796: * src/main/pa_request.C: restored pcre defaulting in request
22797: [mindlessly "optimized" yesterday] comment left
22798:
22799: 2001-10-02 parser
22800:
22801: * src/: main/pa_charset_manager.C,
22802: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22803: needed
22804:
22805: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22806: forgot non-xml pool.*charset needed
22807:
22808: * src/classes/table.C: # config comments fixed
22809:
22810: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22811: charset_connection #comment now
22812:
22813: * src/: classes/classes.dsp, types/types.dsp: release projects
22814: options fixed to use release msvcrt lib
22815:
22816: * src/main/pa_charset_connection.C: pcre tables now const inside
22817: removed default - pcre handles that internally fixed bug on
22818: not-cleaning tables [previously was calloced, now member]
22819:
22820: * src/: include/pa_request.h, main/pa_charset_connection.C,
22821: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22822: inside removed default - pcre handles that internally fixed bug
22823: on not-cleaning tables [previously was calloced, now member]
22824:
22825: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22826: tested charset reload on file change @ apache version = OK tested
22827: freeing up prev encoding on adding new = OK
22828:
22829: 2001-10-01 parser
22830:
22831: * src/main/pa_charset_connection.C: removed entitify external hack
22832: [internal installed]
22833:
1.116 moko 22834: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22835:
22836: * src/: include/pa_charset_connection.h,
22837: include/pa_charset_manager.h,
22838: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22839: main/pa_charset_connection.C, main/pa_charset_manager.C,
22840: main/pa_request.C: charset loading & caching mech 0
22841:
22842: * src/: include/pa_stylesheet_connection.h,
22843: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22844: main/pa_globals.C, main/pa_request.C: would make charset loading
22845: & caching mech now
22846:
22847: 2001-09-30 parser
22848:
22849: * src/main/pa_request.C: forgot to fill toTable
22850:
22851: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22852: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22853: failed on win32 for now..
22854:
22855: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22856: now charsets table configuration variable is: CHARSETS
22857:
22858: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22859: ctype with unicode 1. todo: no П entities on output somehow
22860:
22861: * src/: classes/file.C, classes/op.C, classes/string.C,
22862: include/pa_request.h, main/pa_request.C: started ctype with
22863: unicode values
22864:
22865: 2001-09-28 parser
22866:
22867: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22868: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22869: string passed AS-IS now
22870:
22871: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22872: way of user-configuring... todo: implement
22873:
22874: 2001-09-27 parser
22875:
22876: * src/classes/table.C: table.sort changed to sort table itself
22877:
22878: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22879: X^.getElementsByTagName[tagname] = array of xnode
22880: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22881: nodes removed - regretfully not supported @ xalan. maybe someday
22882: would reimplement, if needed.
22883:
22884: win32build system: solved long waiting anti-non-started-apache
22885: problem
22886:
22887: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22888: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22889: types/types.dsp: win32 ident make system so not to rebuild
22890: library [ident.C.new]
22891:
22892: 2001-09-26 parser
22893:
22894: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22895: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22896: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22897: types/pa_vxnode.C, types/types.dsp: z
22898:
22899: * src/classes/classes.C: forgot one non-xml check
22900:
1.116 moko 22901: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22902: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22903:
22904: * src/targets/cgi/parser3.C: z
22905:
22906: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22907: targets/isapi/parser3isapi.C: #ifdef SMTP
22908:
22909: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22910: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22911: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22912: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22913: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22914: types/types.dsp: xdoc&xnode now
22915:
22916: * src/: classes/classes.C, classes/classes.awk,
22917: classes/classes.dsp, classes/classes.h, classes/date.C,
22918: classes/dnode.C, classes/dnode.h, classes/dom.C,
22919: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22920: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22921: classes/op.C, classes/response.C, classes/string.C,
22922: classes/table.C, classes/void.C, include/pa_array.h,
22923: include/pa_common.h, include/pa_config_fixed.h,
22924: include/pa_config_includes.h, include/pa_dictionary.h,
22925: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22926: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22927: include/pa_socks.h, include/pa_sql_connection.h,
22928: include/pa_sql_driver_manager.h, include/pa_stack.h,
22929: include/pa_string.h, include/pa_stylesheet_connection.h,
22930: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22931: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22932: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22933: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22934: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22935: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22936: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22937: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22938: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22939: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22940: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22941: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22942: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22943: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22944: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22945: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22946: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22947: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22948: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22949: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22950: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22951: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22952: types/pa_vmethod_frame.h, types/pa_vobject.h,
22953: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22954: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22955: types/pa_vstateless_object.h, types/pa_vstring.C,
22956: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22957: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22958: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22959: main.dsp splitted to main+classes+types along to .am
22960:
22961: * src/classes/Makefile.am: removed useless var
22962:
22963: * src/: classes/classes.cmd, main/main.dsp,
22964: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22965: main.dsp
22966:
22967: 2001-09-25 parser
22968:
22969: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22970: 1251 though, todo ICU
22971:
1.116 moko 22972: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22973: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22974: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22975: types/pa_vdom.h: xml configure makes
1.95 moko 22976:
22977: 2001-09-24 parser
22978:
1.116 moko 22979: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22980: types/Makefile.am: makes
1.95 moko 22981:
1.116 moko 22982: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22983:
22984: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22985: started unix makes update
22986:
22987: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22988: started unix makes update
22989:
22990: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22991:
22992: * src/types/pa_value.h: z
22993:
22994: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22995: bugs with usinge hash/table in expressions
22996:
22997: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22998: resolved conflicts fixed [const]
22999:
23000: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23001: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23002: main/compile.C, main/compile.tab.C, main/compile.y,
23003: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23004: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23005: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23006: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23007: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23008: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23009: with before_xml [merge2 actually didn't happen - i've created
23010: tags on wrong branch. so this merge is in fact re-merge]
23011:
23012: 2001-09-21 parser
23013:
23014: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23015: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23016: produced "" in make file and sadly wrong interpreted on load]
23017:
1.116 moko 23018: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23019: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23020: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23021: include/pa_sql_driver_manager.h, include/pa_string.h,
23022: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23023: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23024: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23025:
23026: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23027: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23028: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23029: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23030: main/pa_pool.C, main/pa_request.C,
23031: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23032: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23033: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23034: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23035: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23036: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23037: types/pa_vrequest.C, types/pa_vresponse.h,
23038: types/pa_vstateless_class.C, types/pa_vstring.C,
23039: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23040: created new projects for sql drivers [planning to remove sql
23041: drivers from main cvs project] first, will join latest changes
23042:
23043: * src/classes/: dom.C: defaulted dom writing methods encoding to
23044: pool.get_charset
23045:
23046: * src/classes/dom.C: defaulted dom writing methods encoding to
23047: pool.get_charset
23048:
23049: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23050: pool.get_charset
23051:
23052: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23053: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23054: methods encoding to pool.get_charset
23055:
23056: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23057: transcoder were created right "unsupported encoding" message.
23058: not @ set time, but @ use time, so until xml output functions
23059: .string, .file, .save used - no encoding name check occur
23060:
23061: reduced transcode buffer size to 60 fixed pool cleanup - no
23062: registration needed, pools are officially destructured
23063:
23064: 2001-09-20 parser
23065:
23066: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23067:
23068: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23069: $MAIN:DEFAULTS.content-type[$.charset[here]]
23070:
23071: * src/: classes/dnode.C, classes/dom.C,
23072: include/pa_config_includes.h, include/pa_globals.h,
23073: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23074: main/pa_pool.C, targets/cgi/parser3.dsp,
23075: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23076: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23077: Pool::transcode 0
23078:
23079: * src/classes/dom.C: dom. string save file moved output xml options
23080: to last param and made it optional
23081:
23082: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23083: dnodes
23084: !$attributenode.specified = boolean
23085: true if the attribute received its value explicitly
23086: in the XML document,
23087: or if a value was assigned programatically with the
23088: setValue function.
23089: false if the attribute value came from the default value
23090: declared in the document's DTD.
23091: !$pinode.target = target of this processing instruction
23092: XML defines this as being the first token following the
23093: markup
23094: that begins the processing instruction.
23095: XPath:
23096: !^node.select[xpath/query/expression] = hash of 0->node0
23097: 1->node1
23098: !^node.select-single[xpath/query/expression] = first node if
23099: any
23100:
23101: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23102: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23103: some 'const's added
23104:
23105: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23106: expression context now, there value = size and boolean value
23107: size!=0
23108:
23109: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23110: can be used in expression context now, there value = size and
23111: boolean value size!=0
23112:
23113: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23114: types/pa_vstring.h: dnode .file .string .save moved back to dom
23115: due to strange xalan bug
23116:
23117: 2001-09-18 parser
23118:
23119: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23120: classes/image.C, classes/op.C, classes/table.C,
23121: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23122: include/pa_sql_driver_manager.h, main/compile.C,
23123: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23124: main/execute.C, main/pa_common.C, main/pa_request.C,
23125: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23126: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23127: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23128: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23129: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23130: before_xml branch ^if(def $hash) now true only when
23131: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23132:
23133: * src/: classes/op.C, main/execute.C: operators self changed to
23134: root ^for variable context changed to self
23135:
23136: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23137: dnode 1
23138:
23139: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23140: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23141:
23142: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23143: poly* fixed
23144:
23145: 2001-09-17 parser
23146:
23147: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23148: types/pa_vdom.h: started dnode+dom
23149:
23150: dnode DOM methods: $node.name $node.value
23151: ...others...
23152:
23153: ^node.xpath[/rates/USD] = hash
23154: $hash[
23155: $.0[node0]
23156: $.1[node1]
23157: ]
23158:
23159: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23160: applies to all linear primitives
23161:
23162: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23163: include/pa_stylesheet_connection.h, main/main.dsp,
23164: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23165: types/pa_vimage.h: started dnode DOM: $node.name
23166: $node.value ...others... ^node.xpath[/rates/USD] = hash
23167: dom(dnode)
23168:
23169: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23170: main/compile.y, main/compile_tools.h, main/execute.C,
23171: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23172: in expression compound($aa.zz.xx) names now can have minus '-' in
23173: name after '.'
23174:
23175: 2001-09-15 parser
23176:
23177: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23178: image: $line-width ^line(...)[**** style]
23179:
23180: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23181: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23182: pool_storage - cleanups first, allocations second. apache wisely
23183: does just like that
23184:
23185: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23186: rewritten using template, no bugs now
23187:
23188: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23189: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23190: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23191: poorly started isapi pool_storage, would rewrite using template
23192: now
23193:
23194: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23195: include/pa_stylesheet_connection.h, main/main.dsp,
23196: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23197: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23198: xalan objects freed up [introducing Pool::register_cleanup]
23199:
23200: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23201: comments
23202:
23203: 2001-09-14 parser
23204:
23205: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23206: z
23207:
23208: * src/: classes/dom.C, classes/file.C, classes/image.C,
23209: classes/mail.C, include/pa_common.h,
23210: include/pa_sql_driver_manager.h, include/pa_string.h,
23211: include/pa_stylesheet_connection.h,
23212: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23213: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23214: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23215: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23216: compiled&cached
23217:
23218: 2001-09-13 parser
23219:
23220: * src/: classes/dom.C, classes/file.C, classes/image.C,
23221: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23222:
23223: * src/classes/dom.C: dom:file content-type(.method)
23224:
23225: * src/: include/pa_common.h, include/pa_globals.h,
23226: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23227: string now more informative error messages
23228:
23229: * src/: include/pa_globals.h, include/pa_request.h,
23230: main/pa_request.C, targets/cgi/parser3.C,
23231: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23232: ParserSiteConfig .../parser3.conf
23233:
23234: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23235:
23236: 2001-09-12 parser
23237:
23238: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23239: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23240: precise error reporting: "connection string must start with
23241: protocol://" now
23242:
23243: * src/main/compile.tab.C: fixed - subname code parts actually []
23244: braced
23245:
23246: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23247: lexer on LS_USER level did [] matching without setting nestage,
23248: introduced special LS_NAME_SQUARE_PART state
23249:
23250: 2001-09-11 parser
23251:
23252: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23253: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23254: languages+=xml
23255:
23256: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23257:
23258: * src/classes/dom.C: ^dom:save/string/file[output options] output
23259: options: $.method[xml|html|text] detection fixed
23260:
23261: * src/types/pa_vdom.h: messages
23262:
23263: * src/classes/dom.C: ^dom:save/string/file[output options] output
23264: options: $.method[xml|html|text] detection fixed
23265:
23266: 2001-09-10 parser
23267:
23268: * src/classes/dom.C: ^dom:save/string/file[output options] output
23269: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23270:
23271: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23272: added]
23273:
23274: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23275: ^dom.xslt[stylesheet filename] 0
23276:
23277: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23278: ^dom.xslt[stylesheet filename] -1 doc is lying
23279:
23280: * src/classes/dom.C: ^dom.file[encoding] = file
23281:
23282: * src/classes/: dom.C: ^dom.string[encoding] 1
23283: ^dom.save[encoding;filename]
23284:
23285: * src/classes/dom.C: ^dom.string[] 0
23286:
23287: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23288:
23289: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23290: types/pa_vform.h: ^dom.save[b.xml] 0
23291:
23292: 2001-09-08 parser
23293:
23294: * src/types/pa_vform.C: $form:tables.name.field
23295:
23296: 2001-09-07 parser
23297:
23298: * src/classes/table.C: table:empty removed, superceded by ^if(def
23299: $table)...
23300:
23301: * src/targets/cgi/parser3.C: z
23302:
23303: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23304: from '' to int/double is 0]
23305:
23306: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23307: $table) is false when table is empty
23308:
23309: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23310: !$form:tables $atable[$form:tables.a]
23311: ^atable.menu{a=$atable.element}[,]
23312:
23313: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23314: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23315:
1.116 moko 23316: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23317: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23318: of dom
23319:
23320: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23321: types/pa_vform.C, types/pa_vform.h: z
23322:
23323: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23324: element [not last]
23325:
1.116 moko 23326: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23327: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23328:
23329: 2001-09-06 parser
23330:
23331: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23332: table with one column 'element' and two rows: 1 and 2
23333:
23334: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23335: table with one column 'element' and two rows: 1 and 2
23336:
23337: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23338: bad int/double conversions, and now $form:nonexistent.int(88)
23339: would return 88
23340:
23341: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23342: types/pa_vhash.h: now there's special hash key '_default'
23343: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23344: $._default[xx] ] $hash.c
23345:
23346: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23347: fixed [thanks, fif], ^; were treated there non-literally
23348:
23349: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23350: doxygen
23351:
23352: * src/: classes/image.C, classes/op.C, classes/string.C,
23353: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23354: types/pa_vtable.C: few #ifndef DOXYGEN
23355:
23356: 2001-09-05 parser
23357:
23358: * src/classes/: string.C, table.C: sql options can be void [same as
23359: image:html the other day]
23360:
23361: * src/targets/cgi/Makefile.am: .am undo
23362:
23363: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23364: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23365: macro expantion on param, simply qoutes whatever passed, undone
23366:
23367: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23368: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23369: STRINGIZE(name) #name invented
23370:
23371: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23372: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23373: MAIN_SQL_DRIVERS_NAME "drivers"
23374:
23375: moved to be availible to all users
23376:
23377: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23378: SQL_DRIVER_CREATE_FUNC_NAME
23379:
23380: * src/classes/mail.C: MAIN:MAIL check fixed
23381:
23382: 2001-09-04 parser
23383:
23384: * src/classes/image.C: image.html now can accept void params
23385:
23386: * src/targets/isapi/parser3isapi.C: z
23387:
23388: * src/targets/cgi/parser3.C: full_file_spec bug
23389:
23390: * src/targets/cgi/parser3.C: getenvcheck
23391:
23392: * src/targets/cgi/parser3.C: zz
23393:
23394: * src/targets/cgi/parser3.C: zzz
23395:
23396: * src/classes/date.C: date
23397:
23398: * src/classes/date.C: date:sql-string is now without ''
23399:
1.116 moko 23400: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23401: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23402: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23403:
1.116 moko 23404: * src/include/pa_config_auto.h.in: makes
1.95 moko 23405:
23406: 2001-09-03 parser
23407:
23408: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23409:
23410: 2001-09-01 parser
23411:
23412: * src/classes/image.C: letter_spacing
23413:
23414: * src/classes/image.C: image: font params changed
23415:
23416: * src/classes/image.C: image: as_int as_string used
23417:
23418: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23419: analized
23420:
23421: 2001-08-31 parser
23422:
23423: * src/targets/cgi/parser3.C: z
23424:
1.116 moko 23425: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23426: cygwin
1.95 moko 23427:
23428: * src/classes/void.C: void:int/double += (default)
23429:
23430: * src/classes/image.C: image:font added space param image:font
23431: changed charwidth alg, added kerning const[for now]
23432:
23433: * src/classes/: string.C, table.C: string:int/double (defaults)
23434:
23435: 2001-08-29 parser
23436:
23437: * src/main/pa_exception.C: exception redundant debug info
23438:
23439: 2001-08-28 parser
23440:
23441: * src/classes/image.C: image error msgs
23442:
23443: * src/classes/image.C: image: gifsize little endian
23444:
23445: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23446: doxygeneration
23447:
23448: * src/: classes/Makefile.am, main/Makefile.am,
23449: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23450:
23451: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23452: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23453:
23454: * src/main/compile.C: NO_STRING_ORIGIN check2
23455:
23456: * src/classes/table.C: NO_STRING_ORIGIN check
23457:
23458: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23459: storage class specifiers invalid in friend function declarations
23460:
23461: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23462: main/untaint.C, targets/cgi/parser3.C,
23463: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23464: case of limit
23465:
23466: * src/: classes/file.C, main/pa_common.C: file:move
23467: autocreate/remove dest/src dir
23468:
23469: * src/: classes/string.C, include/pa_dictionary.h,
23470: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23471: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23472: to directory constructor. string:replace
23473:
23474: 2001-08-27 parser
23475:
23476: * src/classes/image.C: fixed jpgsize alg
23477:
23478: * src/classes/image.C: fixed jpgsize alg
23479:
23480: * src/main/pa_exception.C: z
23481:
23482: * src/main/pa_common.C: removed debug info from pa_common
23483:
23484: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23485: [auto.p from current dir loading]
23486:
1.116 moko 23487: * src/: main/pa_common.C, main/pa_exception.C,
23488: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23489: for solaris -lsocket
1.95 moko 23490:
23491: 2001-08-24 parser
23492:
23493: * src/targets/cgi/parser3.C: not cgi extra \n 3
23494:
23495: * src/targets/cgi/parser3.C: not cgi extra \n 2
23496:
23497: * src/targets/cgi/parser3.C: not cgi extra \n
23498:
23499: * src/main/pa_sql_driver_manager.C: z
23500:
23501: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23502: sql* removed services from disconnect - cross-request ideological
23503: probs.
23504:
23505: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23506: cross-request ideological probs. oracle - fixed bug: cs
23507: allocated on request.pool and got freed before disconnect
23508:
23509: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23510: mallocs fixed
23511:
23512: 2001-08-23 parser
23513:
23514: * src/classes/file.C: minor bug in file:save fixed
23515:
23516: * src/main/pa_sql_driver_manager.C: oracle: dlink
23517:
23518: 2001-08-22 parser
23519:
23520: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23521: types/pa_vfile.h: file:load|save[text|binary;
23522:
23523: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23524:
23525: 2001-08-21 parser
23526:
23527: * src/classes/: file.C, table.C: ^file:list
23528:
23529: 2001-08-20 parser
23530:
23531: * src/: main/compile.tab.C, main/compile.y,
23532: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23533: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23534: recousively caused problems: inc incremeted 123 literal!! fixed
23535:
23536: 2001-08-10 parser
23537:
23538: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23539:
23540: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23541: added
23542:
23543: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23544: added
23545:
23546: * src/classes/table.C: table:sort restored [it was bad test :(]
23547:
23548: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23549: ''
23550:
23551: * src/main/: pa_request.C: wanted to make const int
23552: MAX_EXECUTE_SECONDS=1;
23553:
23554: but couldnt, set_callback_and_alarm appeared to be not exported
23555: :(
23556:
23557: * src/main/pa_string.C: string.match hanged on. there were a hang
23558: check but it weren't wise enough
23559:
23560: @parse[dateString][tmp]
23561: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23562: #end
23563:
23564: @main[] ^parse[2001-02-03]
23565:
23566: * src/classes/: table.C: table:sort now default desc
23567:
23568: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23569: table.sort now creates new sorted table
23570:
23571: 2001-08-09 parser
23572:
23573: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23574:
23575: * src/classes/hash.C: hash:_default now [was hash:default]
23576:
23577: * src/classes/op.C: case without switch check added
23578:
23579: * src/types/pa_vcookie.C: cookie name&value origins added, more
23580: precise $ORIGINS(1)
23581:
23582: * src/main/Makefile.am: .am
23583:
23584: * src/classes/void.C: void: int double copy/paste from int: bug
23585: fixed
23586:
23587: * src/classes/void.C: void: int double copy/paste from int: bug
23588: fixed
23589:
23590: 2001-08-07 parser
23591:
23592: * src/: classes/double.C, classes/int.C, classes/string.C,
23593: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23594: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23595: string, table
23596:
23597: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23598: srand made working
23599:
23600: 2001-08-06 parser
23601:
23602: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23603: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23604: main/compile.tab.C, main/compile.y, main/pa_array.C,
23605: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23606: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23607:
23608: * src/main/pa_exec.C: exec win32 real filename
23609:
23610: * src/classes/file.C: exec stderr out
23611:
23612: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23613:
23614: 2001-08-03 parser
23615:
23616: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23617:
23618: 2001-08-02 parser
23619:
23620: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23621: main/execute.C, main/pa_exec.C: introducing Array_iter
23622:
23623: * src/main/execute.C: detected quick_get recursion bug. changed to
23624: get@execute, but needs array iterator, separate from array to
23625: avoid it & use caching
23626:
23627: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23628: bug fixed
23629:
23630: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23631: main/execute.C, main/pa_globals.C: found another multithread bug
23632: in op.C (last, last global var killed) :)
23633:
23634: 2001-08-01 parser
23635:
23636: * src/: include/pa_dictionary.h, include/pa_globals.h,
23637: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23638: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23639: main/untaint.C: speeded up typo-html replacements. introducing
23640: Dictionary with first-char caching
23641:
23642: 2001-07-31 parser
23643:
23644: * src/types/Makefile.am: pa_vtable.C added to .am
23645:
23646: * src/main/compile.tab.C: added, so that could be compiled even on
23647: non-bison-enabled platforms
23648:
23649: 2001-07-28 parser
23650:
23651: * src/classes/table.C: table:hash always produces hash, when can't
23652: - empty
23653:
23654: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23655: skipped \n
23656:
23657: 2001-07-27 parser
23658:
23659: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23660: on int/double/string :sql without result and default
23661:
23662: 2001-07-26 parser
23663:
23664: * src/classes/op.C: fixed bad multithread bug with strangly global
23665: OP
23666:
23667: * src/main/compile.y: $man[$.age[zzz]] 0
23668:
23669: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23670: creation syntax problem persists. restored $: for a while.
23671: thinking of $man[$.age[zzz]] syntax now
23672:
23673: * src/: classes/double.C, classes/int.C, classes/string.C,
23674: include/pa_opcode.h, main/compile.C, main/compile.y,
23675: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23676: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23677: types/pa_wwrapper.h: fixing :: realization #1
23678:
23679: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23680: main/compile_tools.h, main/execute.C, main/pa_request.C,
23681: types/pa_vmethod_frame.h: introducing :: this is constructor call
23682: prefix. ordinary : remains for static accesses
23683:
23684: 2001-07-25 parser
23685:
23686: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23687: fields 2. methods 3. columns
23688:
23689: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23690: quote. optimized double&int tostring-s
23691:
23692: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23693: whitespace before first method decl
23694:
23695: * src/classes/table.C: allowed nontable result in table:sql,
23696: results in empty table
23697:
23698: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23699: lines before first method decl
23700:
23701: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23702: types/pa_vtable.h: ^table.record[] now $table.fields
23703:
23704: * src/main/compile.y: $var[] is now empty string, not void
23705:
23706: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23707: void
23708:
23709: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23710: main/pa_globals.C: match replace code context moved to implicit
23711: $match context
23712:
23713: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23714: main/compile_tools.h, main/execute.C: with killed, code storage
23715: introduced with former 'with' syntax
23716:
23717: 2001-07-24 parser
23718:
23719: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23720: types/pa_value.h: first get_element, next get operator
23721:
23722: * src/main/compile.y: removed @end handling
23723:
23724: * src/main/: compile.C, compile.y: @end handling method2
23725:
23726: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23727: file:move
23728:
23729: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23730: fixed
23731:
23732: 2001-07-23 parser
23733:
23734: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23735: driver
23736:
23737: * src/classes/hash.C: changed sql driver query interface
23738:
23739: * src/: classes/hash.C, classes/string.C, classes/table.C,
23740: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23741: changed sql driver query interface
23742:
23743: 2001-07-20 parser
23744:
23745: * src/types/pa_vrequest.C: X!$browser:type
23746:
23747: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23748: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23749: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23750: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23751: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23752: types/pa_vobject.h, types/pa_vrequest.C,
23753: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23754: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23755: BASE element globally removed
23756:
23757: 2001-07-18 parser
23758:
23759: * src/classes/file.C: file:exec/cgi msg
23760:
23761: * src/classes/file.C: $file:exit-code renamed to 'status'
23762:
23763: * src/: classes/file.C, main/pa_exec.C: file:exec
23764:
1.116 moko 23765: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23766: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23767: removed $id from *.in *.am
1.95 moko 23768:
23769: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23770: abbrevations
23771:
23772: * src/: classes/date.C, classes/mail.C, classes/math.C,
23773: classes/string.C, classes/table.C, include/pa_globals.h,
23774: include/pa_string.h, main/execute.C, main/pa_globals.C,
23775: main/pa_request.C, main/pa_string.C, main/untaint.C,
23776: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23777: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23778: $ORIGINS(1) output tracing mode
23779:
23780: 2001-07-13 parser
23781:
23782: * src/: classes/double.C, classes/int.C, classes/string.C,
23783: include/pa_request.h, main/execute.C, main/pa_request.C:
23784: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23785: second would not call first @auto
23786:
23787: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23788: wrong, fixed
23789:
23790: 2001-07-12 parser
23791:
23792: * src/types/pa_value.h: pa_value.putelement modification of system
23793: classes prevented
23794:
23795: 2001-07-11 parser
23796:
23797: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23798: table $piece
23799:
23800: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23801: types/pa_vstateless_class.h: $file created by file:state +=
23802: .atime .mtime .ctime +found&fixed bug with exceptions on
23803: get_junction-created objects [they were on wrong pool]
23804:
23805: 2001-07-09 parser
23806:
23807: * src/main/untaint.C: qp wrong name
23808:
23809: * src/: classes/date.C, classes/string.C, classes/table.C,
23810: main/compile.y: date format 0
23811:
23812: 2001-07-07 parser
23813:
23814: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23815: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23816: roll table calendar
23817:
23818: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23819: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23820: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23821: include/pa_request.h, main/main.dsp, types/pa_value.h,
23822: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23823: string. todo: sql, calendar
23824:
23825: 2001-07-06 parser
23826:
23827: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23828: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23829:
23830: 2001-07-03 parser
23831:
23832: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23833: classes/random.C, main/main.dsp: class random renamed to math,
23834: operators became methods
23835:
23836: * src/classes/op.C: pow sqrt
23837:
23838: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23839:
23840: 2001-07-02 parser
23841:
23842: * src/classes/table.C: ^table.columns column renamed from 'name' to
23843: 'column'
23844:
23845: * src/classes/hash.C: ^hash.keys[]
23846:
23847: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23848:
23849: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23850: 'strings'
23851:
23852: 2001-06-29 parser
23853:
23854: * src/main/: execute.C: /0 %0 checkes ver 2
23855:
23856: * src/main/execute.C: /0 %0 checke
23857:
23858: * src/classes/Makefile.am: nothing - void
23859:
23860: * src/classes/table.C: empty strings @ sql
23861:
23862: 2001-06-28 parser
23863:
23864: * src/: classes/double.C, classes/file.C, classes/form.C,
23865: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23866: classes/op.C, classes/random.C, classes/response.C,
23867: classes/string.C, classes/table.C, classes/void.C,
23868: main/compile.C, main/compile_tools.C, main/execute.C,
23869: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23870: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23871: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23872: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23873: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23874: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23875: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23876: $";
23877:
23878: * src/: classes/double.C, classes/file.C, classes/form.C,
23879: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23880: classes/op.C, classes/random.C, classes/response.C,
23881: classes/string.C, classes/table.C, classes/void.C,
23882: main/compile.C, main/compile.y, main/compile_tools.C,
23883: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23884: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23885: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23886: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23887: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23888: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23889:
23890: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23891: $class:name: == ${class:name}:
23892:
23893: * src/classes/string.C: exactly one
23894:
23895: 2001-06-27 parser
23896:
23897: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23898: types/pa_vvoid.h: nothing renamed to void
23899:
23900: * src/classes/op.C: ^switch ^case
23901:
23902: * src/main/compile.y: nothing renamed to void
23903:
23904: * src/: classes/hash.C, classes/table.C, main/compile.y,
23905: main/execute.C, main/main.dsp, main/pa_request.C,
23906: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23907: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23908: void
23909:
23910: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23911:
23912: 2001-05-28 parser
23913:
23914: * src/doc/html2chm.cmd: removed >a
23915:
23916: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23917: project options [some bugs]
23918:
23919: * src/doc/sources2html.cmd: z
23920:
23921: * src/: classes/classes.C, main/compile.C, main/compile.y,
23922: main/execute.C: operators are not in root class again
23923:
23924: 2001-05-24 parser
23925:
23926: * src/targets/cgi/parser3.dsp: project file
23927:
23928: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23929: ^log ^exp
23930:
23931: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23932: conversions in @exception[params]
23933:
23934: * src/main/pa_request.C: // no _ conversions in @exception[params]
23935:
23936: 2001-05-23 parser
23937:
23938: * src/main/pa_string.C: string cmp bug
23939:
23940: * src/classes/: mail.C, op.C: rem max 1000
23941:
23942: * src/: classes/op.C, main/compile.y: allow one empty line before
23943: LS_DEF_NAME
23944:
23945: 2001-05-22 parser
23946:
23947: * src/classes/op.C: if params code-required
23948:
23949: 2001-05-21 parser
23950:
23951: * src/types/pa_vstring.C: eoleof
23952:
23953: * src/classes/Makefile.am: .AM
23954:
23955: * src/classes/nothing.C: resultless ^sql moved to nothing:
23956:
23957: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23958:
23959: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23960: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23961: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23962: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23963: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23964: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23965: 'nothing'
23966:
23967: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23968: vstring::set_string
23969:
23970: * src/classes/: double.C, int.C, string.C: int,double;sql
23971:
23972: * src/: classes/hash.C, classes/int.C, classes/string.C,
23973: classes/table.C, include/pa_string.h, main/pa_string.C,
23974: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23975:
23976: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23977: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23978: hash:sql moved to main trunc. operators.txt updated
23979:
23980: * src/classes/: hash.C, op.C, table.C: hash:sql
23981:
23982: * src/classes/op.C: z
23983:
23984: * src/: main/compile.C, classes/classes.C: 1
23985:
23986: * src/: classes/classes.C, main/compile.C, main/compile.y,
23987: main/execute.C: 0
23988:
23989: * src/main/execute.C: z
23990:
23991: * src/targets/cgi/parser3.C: z
23992:
23993: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23994: site_auto_path "." in that case
23995:
23996: * src/targets/cgi/: parser3.C: z
23997:
23998: * src/main/pa_request.C: .am
23999:
24000: * src/: main/pa_request.C, targets/cgi/parser3.C:
24001: pcre_tables=pcre_default_tables;
24002:
24003: 2001-05-19 parser
24004:
24005: * src/main/pa_string.C: z
24006:
24007: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24008: introducing String::cstr_bufsize, returns just size+1 for as_is
24009: target.
24010:
24011: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24012: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24013: used, 4* mem wasted
24014:
24015: * src/classes/string.C: root context in match replace body now
24016: unchanged
24017:
24018: * src/types/pa_value.h: parameter # 1 based
24019:
24020: * src/main/pa_common.C: common: actual filename '%s'
24021:
24022: * src/classes/string.C: z
24023:
24024: * src/classes/Makefile.am: classes/.am
24025:
24026: * src/classes/: Makefile.am: classes/.am
24027:
24028: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24029: targets/cgi/pa_pool.C: classes/.am
24030:
24031: 2001-05-18 parser
24032:
1.116 moko 24033: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24034: pa_threads.C ins
1.95 moko 24035:
24036: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24037:
24038: 2001-05-17 parser
24039:
24040: * src/: classes/string.C, include/pa_config_fixed.h,
24041: include/pa_config_includes.h, main/compile.y,
24042: main/compile_tools.h, main/execute.C, main/pa_array.C,
24043: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24044: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24045: types/pa_vform.C: #include "pa_config_includes.h" removed from
24046: most .C
24047:
24048: * src/doc/html2chm.cmd: z
24049:
24050: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24051: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24052:
24053: * src/main/pa_sql_driver_manager.C: moved expiration to
24054: get_connection_from_cache
24055:
24056: * src/main/pa_sql_driver_manager.C: cache expiration bf
24057:
24058: * src/: classes/classes.h, include/pa_sql_connection.h,
24059: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24060: cache expiration[use SQL_Driver::disconnect]
24061:
24062: * src/main/pa_table.C: table.locate current restored on "not found"
24063:
24064: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24065: line no
24066:
24067: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24068: ANTI_ENDLESS_EXECUTE_RECOURSION
24069:
24070: * src/: classes/op.C, include/pa_sql_connection.h,
24071: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24072: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24073: 1driver and set_services fight for driver::fservices. before fix
24074:
24075: * src/: classes/op.C, include/pa_config_fixed.h,
24076: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24077: main/pa_sql_driver_manager.C: found problem at last: 2connections
24078: own 1driver and set_services fight for driver::fservices. before
24079: fix
24080:
24081: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24082: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24083: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24084: pa_threads.C
24085:
24086: * src/include/pa_threads.h: removed targets/parser
24087:
24088: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24089: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24090: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24091: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24092: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24093: headers
24094:
24095: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24096: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24097: order prevented sqlmanager to see MULTYTHREAD define
24098:
24099: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24100: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24101: put/gets
24102:
24103: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24104: from hash.h
24105:
24106: * src/: classes/op.C, include/pa_sql_connection.h,
24107: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24108: from cache ->set_services(&services);
24109:
24110: 2001-05-16 parser
24111:
24112: * src/targets/cgi/parser3.C: z
24113:
24114: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24115: debug, #ifdefed some. would debug later, on more precise sample
24116: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24117: $name.$tail[$tail!] $name.$tail } ok3
24118:
24119: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24120: removed array debug. before vstring rebasing
24121:
24122: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24123: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24124: array debugged; adjusted
24125:
24126: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24127: SQL_Driver_manager line no for connect/charset errors
24128:
24129: 2001-05-15 parser
24130:
24131: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24132: main/pa_string.C: string+array made linear grows
24133:
24134: * src/: include/pa_string.h, main/pa_string.C,
24135: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24136: grow lineary, not exponentialy
24137:
24138: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24139: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24140: with fullchunk cmps
24141:
24142: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24143: 70041= 81
24144:
24145: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24146: targets/cgi/parser3.C: detected huge mem allocation: size/times
24147: malloc 27809390/368771, calloc 3232/83. would test now
24148:
24149: * src/: classes/random.C, main/compile.y, main/execute.C,
24150: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24151: numbered params had wrong name - for instance: bad error message
24152: in ^for[] bad body type. fixed
24153:
24154: 2001-05-14 parser
24155:
24156: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24157: main/untaint.C: ^string.upper|lower[]
24158:
24159: 2001-05-11 parser
24160:
24161: * src/: classes/double.C, classes/image.C, classes/op.C,
24162: classes/string.C, classes/table.C, classes/unknown.C,
24163: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24164: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24165: types/pa_vunknown.h: op: MAX_LOOPS as_int
24166:
24167: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24168: .dsp for win32tools
24169:
24170: 2001-05-11 paf
24171:
24172: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24173: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24174: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24175: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24176:
24177: 2001-05-10 paf
24178:
24179: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24180: for C++, that's all
24181:
1.116 moko 24182: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24183: pa_config_includes.h: inline wonders
1.95 moko 24184:
24185: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24186: doc/doxygen.cmd: hash.C added
24187:
24188: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24189:
24190: * src/main/compile.y: @end grammar: allowed zero strings in control
24191: menthod
24192:
24193: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24194: pa_vstateless_object.h: changed priority: field before method
24195: lookup in vclass & vobject
24196:
24197: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24198: grammar: priorities changes [lowerd && prior] vobject: now first
24199: fields, next methods
24200:
24201: 2001-05-08 paf
24202:
24203: * src/main/pa_table.C: table columnname2item on nameless ignored
24204: bark=false. fixed
24205:
24206: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24207: types/pa_vmethod_frame.h: hash:default works at last!
24208:
24209: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24210: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24211: hash:default
24212:
24213: * src/classes/table.C: z
24214:
24215: * src/classes/table.C: table:hash always hash of hash now
24216:
24217: * src/classes/table.C: table:empty return bool now
24218:
24219: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24220: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24221: types/pa_vtable.h: table:hash
24222:
24223: * src/classes/table.C: table:record have name
24224:
24225: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24226: returns vunknown
24227:
24228: * src/classes/: double.C, int.C, op.C, string.C:
24229: int,double,string:int[] double[] string:length[] results now have
24230: hames
24231:
24232: * src/: classes/op.C, classes/table.C, main/main.dsp,
24233: types/pa_vtable.h: removed table:find. table:locate and op:eval
24234: now return bool
24235:
24236: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24237: in method checkparams again. fixed
24238:
24239: 2001-05-07 paf
24240:
24241: * src/doc/chm.cmd: cmd
24242:
24243: * src/: classes/image.C, classes/mail.C, classes/string.C,
24244: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24245: types/pa_value.h: method reported errors on wrong pool
24246:
24247: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24248: now
24249:
24250: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24251: include/code.h, include/pa_opcode.h, main/compile.C,
24252: main/compile_tools.h, main/execute.C, types/pa_value.h,
24253: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24254: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24255: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24256: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24257: types/pa_vmethod_frame.h, types/pa_vobject.h,
24258: types/pa_vrequest.h, types/pa_vresponse.h,
24259: types/pa_vstateless_class.h, types/pa_vstring.h,
24260: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24261: types/pa_wwrapper.h: pa_code.h
24262:
24263: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24264:
24265: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24266: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24267: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24268: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24269: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24270: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24271: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24272: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24273: types/pa_vtable.h: dox, split by not clean parts also
24274:
24275: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24276: types/pa_vtable.h: table: fields, then methods. so to enable
24277: 'dir' fields & co. more
24278:
24279: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24280: so to enable 'dir' fields & co.
24281:
24282: * src/main/compile.y: grammar: @end
24283:
24284: 2001-05-04 paf
24285:
24286: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24287: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24288:
24289: * src/: classes/classes.h, classes/double.C, classes/file.C,
24290: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24291: classes/op.C, classes/random.C, classes/response.C,
24292: classes/string.C, classes/table.C, classes/unknown.C,
24293: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24294: method dox
24295:
24296: 2001-05-03 paf
24297:
24298: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24299: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24300: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24301: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24302: doc/string.dox, doc/targets.dox, doc/value.dox,
24303: main/pa_request.C: dox splitted .dox files and added some
24304:
24305: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24306:
24307: 2001-05-02 paf
24308:
24309: * src/classes/: image.C, table.C: table:dir result are not tainted
24310: by file_name language now
24311:
24312: 2001-04-28 paf
24313:
24314: * src/classes/classes.inc: removed classes.inc
24315:
24316: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24317: from .am
24318:
24319: * src/classes/classes.awk: skipped classes in .awk
24320:
24321: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24322: classes/classes.inc, classes/double.C, classes/file.C,
24323: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24324: classes/string.C, classes/table.C, classes/unknown.C,
24325: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24326: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24327: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24328: pa_methoded back to classes/classes.h
24329:
24330: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24331:
24332: * src/: classes/Makefile.am, classes/classes.awk,
24333: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24334: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24335:
24336: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24337: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24338: classes/response.C, classes/string.C, classes/table.C,
24339: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24340: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24341: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24342: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24343: include|main/pa_methoded
24344:
24345: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24346: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24347:
24348: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24349: moved some configured data to request::classes_conf moved some
24350: string crations from globals to M... [works]
24351:
24352: * src/: classes/form.C, classes/mail.C, classes/op.C,
24353: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24354: main/pa_request.C: moved some configured data to
24355: request::classes_conf moved some string crations from globals to
24356: M...
24357:
24358: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24359: about to move configured data to special request hash
24360:
24361: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24362: classes/form.C, classes/mail.C, include/pa_request.h,
24363: main/pa_request.C: configure started
24364:
24365: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24366: 2. todo: methoded-configure
24367:
24368: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24369: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24370: classes/_random.h, classes/_response.h, classes/_string.h,
24371: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24372: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24373: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24374: classes/random.C, classes/response.C, classes/string.C,
24375: classes/table.C, classes/unknown.C, include/pa_globals.h,
24376: include/pa_request.h, main/compile.y, main/execute.C,
24377: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24378: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24379: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24380: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24381: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24382: types/pa_vrequest.h, types/pa_vresponse.h,
24383: types/pa_vstateless_class.h, types/pa_vstring.h,
24384: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24385: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24386: methoded-configure
24387:
24388: * src/: classes/file.C, classes/table.C, main/compile.y,
24389: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24390: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24391: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24392:
24393: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24394: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24395: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24396: classes/random.C, classes/response.C, classes/string.C,
24397: classes/table.C, classes/unknown.C, include/pa_request.h,
24398: main/compile.y, main/execute.C, main/pa_globals.C,
24399: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24400: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24401: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24402: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24403: beautifying just compiled. todo: debug, configure
24404:
24405: 2001-04-27 paf
24406:
24407: * src/: classes/file.C, classes/image.C, classes/table.C,
24408: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24409: beautifying -99
24410:
24411: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24412: classes/_response.h, classes/_unknown.h, classes/classes.C,
24413: classes/classes.h, classes/double.C, classes/file.C,
24414: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24415: classes/op.C, classes/random.C, classes/response.C,
24416: classes/string.C, include/pa_globals.h, main/main.dsp,
24417: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24418: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24419: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24420: types/pa_vunknown.h: beautifying -100
24421:
24422: * src/main/compile.y: serge@ found @CLASS bug. fixed
24423:
24424: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24425: classes/_op.h, classes/_random.h, classes/_table.h,
24426: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24427: classes/op.C, classes/random.C, classes/response.C,
24428: classes/string.C, classes/table.C, classes/unknown.C,
24429: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24430: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24431: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24432: beautifying
24433:
24434: 2001-04-26 paf
24435:
24436: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24437:
24438: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24439: documentation ++
24440:
24441: * src/: classes/_exec.h, doc/doxygen.cfg,
24442: include/pa_config_fixed.h, include/pa_config_includes.h,
24443: targets/cgi/pa_pool.C: code documentation ++
24444:
24445: * src/: classes/_image.h, classes/op.C, classes/random.C,
24446: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24447: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24448: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24449: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24450: types/pa_vmethod_frame.h, types/pa_vobject.h,
24451: types/pa_vrequest.C, types/pa_vrequest.h,
24452: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24453: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24454: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24455: code documentation ++
24456:
24457: * src/: classes/image.C, classes/mail.C, classes/string.C,
24458: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24459: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24460: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24461: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24462: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24463: types/pa_vobject.h, types/pa_vstateless_class.h,
24464: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24465:
24466: * src/main/: pa_request.C, pa_string.C: z
24467:
24468: * src/: include/pa_common.h, include/pa_types.h,
24469: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24470: connection caching fixed. request-pooled-url were stored into
24471: global connectioncache
24472:
24473: 2001-04-25 paf
24474:
24475: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24476: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24477:
24478: * src/: include/code.h, include/pa_common.h, main/compile.y,
24479: main/execute.C, main/pa_common.C: -d
24480:
24481: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24482: illegal call check a bit improved, but still under iis no mapping
24483: of dir with parser allowed!
24484:
24485: 2001-04-24 paf
24486:
24487: * src/targets/Makefile.am: apache module lib .am
24488:
24489: * src/main/pa_exec.C: windows32 buildCommand
24490:
24491: 2001-04-23 paf
24492:
24493: * src/targets/cgi/Makefile.am: win32 conditional
24494:
24495: * src/targets/cgi/Makefile.am: win32 conditional
24496:
24497: * src/targets/cgi/Makefile.am: liblink
24498:
24499: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24500: vfile fields return type
24501:
24502: * src/types/pa_vfile.h: vfile fields return type
24503:
24504: * src/include/pa_config_auto.h.in: .h.in
24505:
24506: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24507: types/Makefile: makefiles removed
24508:
24509: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24510: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24511:
24512: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24513: [tested: i & g ]
24514:
24515: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24516: @test noticed series in isapi, check how initialize_random_class
24517: is called! [must be called only once]
24518:
24519: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24520: would not be 'unknown column'
24521:
24522: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24523: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24524:
24525: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24526: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24527: [now doesnt]
24528:
24529: * src/targets/cgi/parser3.C: cgi cmdline ver
24530:
24531: * src/targets/cgi/parser3.C: cgi /// @test disable
24532: /cgi-bin/parser3/auto.p
24533:
24534: * src/main/untaint.C: untaint without charset
24535:
24536: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24537: main/pa_common.C: common: file_write /// @test mkdirs
24538: file_delete rmdirs
24539:
24540: * src/main/untaint.C: mail header only once to =?
24541:
24542: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24543: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24544: main/untaint.C: untaint - @test optimize whitespaces for
24545: all but 'html'
24546:
24547: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24548: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24549: main/untaint.C: untaint - @test mail-header
24550:
24551: 2001-04-20 paf
24552:
24553: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24554: include/pa_request.h, include/pa_string.h, main/compile.y,
24555: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24556: targets/cgi/parser3.C: $MAIN:LOCALE
24557:
24558: * src/main/untaint.C: z
24559:
24560: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24561:
24562: 2001-04-19 paf
24563:
24564: * src/main/compile_tools.h: $a$b bugfix
24565:
24566: * src/targets/cgi/parser3.C: z
24567:
24568: * src/classes/file.C: z
24569:
24570: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24571: done: header to $fields. waits for header '\' tricks
24572:
24573: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24574: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24575: changed urlencode here and in untaint.C to HTTP standard's " and
24576: \" mech
24577:
24578: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24579: http://alx/~paf/ doesnt load /auto.p
24580:
24581: 2001-04-18 paf
24582:
24583: * src/main/pa_request.C: 1
24584:
24585: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24586: linux @alx
24587:
24588: 2001-04-17 paf
24589:
24590: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24591: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24592: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24593: enabled
24594:
24595: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24596: classes/_exec.h, classes/_file.h, classes/_form.h,
24597: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24598: classes/_random.h, classes/_response.h, classes/_string.h,
24599: classes/_table.h, classes/_unknown.h, classes/file.C,
24600: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24601: include/pa_config_fixed.h, include/pa_config_includes.h,
24602: include/pa_hash.h, include/pa_sql_driver_manager.h,
24603: include/pa_version.h, main/Makefile.am, main/compile.y,
24604: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24605: main/pa_sql_driver_manager.C, sql/Makefile.am,
24606: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24607: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24608: types/pa_vform.C, types/pa_vimage.h: exec @jav
24609:
24610: * src/: include/pa_sql_driver_manager.h,
24611: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24612: types/pa_vimage.h: sql driver interface now has initialize(client
24613: .so)
24614:
24615: 2001-04-16 paf
24616:
24617: * src/Makefile.am: compile2 cygwin
24618:
24619: * src/: include/pa_config_includes.h, main/pa_exec.C,
24620: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24621:
24622: * src/targets/cgi/Makefile.am: compile0 jav
24623:
24624: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24625: classes/_exec.h, classes/_file.h, classes/_form.h,
24626: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24627: classes/_random.h, classes/_response.h, classes/_string.h,
24628: classes/_table.h, classes/_unknown.h, classes/image.C,
24629: classes/mail.C, classes/op.C, classes/random.C,
24630: include/pa_config_fixed.h, include/pa_config_includes.h,
24631: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24632: main/compile.y, main/pa_common.C, main/pa_exec.C,
24633: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24634: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24635: compile-1
24636:
24637: 2001-04-15 paf
24638:
24639: * src/classes/op.C: z
24640:
24641: * src/classes/table.C: table:empty +=process
24642:
24643: * src/types/pa_value.h: MethodParams !junction
24644:
24645: * src/: classes/_string.h, classes/double.C, classes/file.C,
24646: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24647: classes/random.C, classes/response.C, classes/string.C,
24648: classes/table.C, classes/unknown.C, main/pa_request.C:
24649: MethodParams everywhere
24650:
24651: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24652: types/pa_vmethod_frame.h: MethodParams in op.C
24653:
24654: 2001-04-12 paf
24655:
24656: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24657:
24658: * src/: classes/_unknown.h, classes/unknown.C,
24659: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24660: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24661:
24662: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24663:
24664: * src/classes/image.C: image:gif now does not have params
24665:
24666: * src/classes/image.C:
24667: image:line/fill/rectangle/bar/replace/polygon/polybar
24668:
24669: * src/: classes/image.C, classes/op.C, main/execute.C,
24670: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24671: for var now written not to r.wcontext, but to r.root cleared
24672: "entered_object" state
24673:
24674: 2001-04-11 paf
24675:
24676: * src/classes/image.C: image:create image:load
24677:
24678: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24679: just compiled
24680:
24681: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24682: todo: gif without file
24683:
24684: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24685: started porting to Pooled descendant
24686:
24687: * src/: classes/image.C, main/execute.C, main/main.dsp,
24688: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24689: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24690: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24691:
24692: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24693: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24694: end. switching to python imaging lib
24695:
24696: * src/main/main.dsp: gd+smtp made separate libs
24697:
24698: * src/: include/pa_globals.h, include/pa_string.h,
24699: main/pa_common.C, main/pa_request.C, main/untaint.C,
24700: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24701: length
24702:
24703: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24704: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24705: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24706: UL_FILE_NAME of posted file name
24707:
24708: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24709: post [broke when moved post read to core]
24710:
24711: 2001-04-10 paf
24712:
24713: * src/classes/image.C: image:html done
24714:
24715: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24716:
24717: * src/classes/image.C: z
24718:
24719: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24720: forgotten!
24721:
24722: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24723: main/pa_request.C, main/pa_string.C, main/untaint.C,
24724: types/pa_vimage.h: image:measure -90
24725:
24726: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24727: classes/_int.h, classes/_mail.h, classes/_op.h,
24728: classes/_random.h, classes/_response.h, classes/_string.h,
24729: classes/_table.h, classes/file.C, classes/mail.C,
24730: include/pa_common.h, include/pa_globals.h, main/execute.C,
24731: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24732: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24733: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24734: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24735: compiled
24736:
24737: * src/classes/mail.C: minor bug with unclear from/to
24738:
24739: * src/classes/mail.C: sendmail unix skipping defaults
24740:
24741: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24742: sendmail unix added defaults
24743:
24744: * src/classes/mail.C: unix sendmail compiled. todo:testing
24745:
24746: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24747:
24748: 2001-04-09 paf
24749:
24750: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24751: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24752: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24753: targets/isapi/parser3isapi.dsp: all targets exec
24754:
24755: * src/: include/pa_sapi.h, include/pa_string.h,
24756: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24757: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24758: args in apache:util.script
24759:
24760: * src/include/pa_string.h: written but not tested exec with env for
24761: unix
24762:
24763: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24764: targets/cgi/parser3.C: exec win32 env
24765:
24766: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24767: 0
24768:
24769: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24770: main/execute.C, main/main.dsp, main/pa_globals.C,
24771: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24772: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24773:
24774: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24775: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24776:
24777: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24778: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24779:
24780: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24781: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24782: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24783: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24784: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24785: exec class just compiled. moved post read to request core
24786:
24787: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24788: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24789: main/pa_globals.C, targets/cgi/parser3.C,
24790: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24791: are already read by vform
24792:
24793: 2001-04-08 paf
24794:
24795: * src/: classes/file.C, classes/mail.C, classes/string.C,
24796: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24797: uuencode. string<<
24798:
24799: 2001-04-07 paf
24800:
24801: * src/classes/mail.C: z
24802:
24803: * src/classes/mail.C: z
24804:
24805: * src/classes/mail.C: ^mail[$attach
24806:
24807: * src/classes/mail.C: ^attach dead end
24808:
24809: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24810: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24811: targets/isapi/parser3isapi.C: mail:send 1
24812:
24813: * src/: classes/mail.C, main/pa_request.C: z
24814:
24815: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24816: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24817: compiled
24818:
24819: * src/classes/mail.C: +=
24820:
24821: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24822: prepared
24823:
24824: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24825: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24826: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24827: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24828:
24829: 2001-04-06 paf
24830:
24831: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24832: main/pa_string.C: table:dir 1
24833:
24834: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24835: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24836:
24837: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24838: classes/root.C, include/pa_globals.h, include/pa_request.h,
24839: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24840: main/pa_request.C: renamed 'root' to 'op'
24841:
24842: * src/classes/: _op.h, op.C: renamed from 'root'
24843:
24844: * src/types/pa_valiased.C: another root inherititance skipped
24845:
24846: * src/main/: compile.C, compile.y, execute.C: operators are now not
24847: root methods of parent class. just 'ROOT' class
24848:
24849: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24850: @office
24851:
24852: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24853:
24854: 2001-04-05 paf
24855:
24856: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24857: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24858: constructor flag dropped at get_method_frame and remembered into
24859: method_frame
24860:
24861: * src/: classes/file.C, classes/root.C, classes/string.C,
24862: classes/table.C, main/pa_request.C: junction to code&expression
24863: in errors
24864:
24865: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24866: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24867: $LOCALE:ctype[Russian_Russia.1251]
24868:
24869: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24870: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24871: main/pa_table.C: hash now not thread-safe.
24872:
24873: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24874: main/untaint.C: z
24875:
24876: * src/: classes/random.C, classes/root.C, classes/table.C,
24877: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24878: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24879: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24880: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24881:
24882: * src/: classes/table.C, include/pa_sql_connection.h,
24883: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24884:
24885: * src/classes/table.C: select * from hren error contains statement
24886:
24887: * src/: classes/table.C, include/pa_sql_connection.h,
24888: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24889: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24890:
24891: * src/: classes/root.C, include/pa_sql_connection.h,
24892: include/pa_sql_driver.h, main/main.dsp,
24893: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24894: services for conv memory & error reporting
24895:
24896: 2001-04-04 paf
24897:
24898: * src/doc/doxygen.cfg: z
24899:
24900: * src/include/pa_sql_driver.h: mysql connect
24901:
24902: * src/include/pa_sql_driver.h: mysql info
24903:
24904: * src/: classes/root.C, include/pa_sql_driver.h,
24905: include/pa_sql_driver_manager.h, main/main.dsp,
24906: main/pa_sql_driver_manager.C: more manager&connection&driver
24907:
24908: * src/sql/Makefile.am: forgot to add mysql client
24909:
24910: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24911: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24912: [forgot to add libltdl, added]
24913:
24914: * src/: Makefile.am, classes/root.C, classes/string.C,
24915: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24916: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24917: include/pa_string.h, include/pa_table.h, main/main.dsp,
24918: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24919: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24920: -1000 just compiled
24921:
24922: * src/: classes/random.C, classes/root.C, classes/table.C,
24923: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24924: main/pa_request.C, types/pa_vclass.h: sql frame -10
24925:
24926: 2001-04-03 paf
24927:
24928: * src/types/pa_vform.C: z
24929:
24930: * src/: classes/string.C, types/pa_vform.C: string:match replace
24931: assigned lang
24932:
24933: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24934: {}[]< empty []
24935:
24936: * src/: classes/file.C, classes/string.C, classes/table.C,
24937: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24938: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24939:
24940: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24941: string:match replace strange matches
24942:
24943: * src/classes/string.C: string:match replace 0
24944:
24945: * src/: classes/string.C, main/pa_string.C: string:match replace
24946: prepared 2
24947:
24948: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24949: string:match replace prepared
24950:
24951: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24952: string:match replace -11
24953:
24954: * src/: classes/string.C, include/pa_globals.h,
24955: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24956: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24957:
24958: * src/: classes/string.C, include/pa_globals.h,
24959: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24960: main/pa_string.C: string:match [search] -1 just compiled
24961:
24962: * src/types/pa_vstring.C: z
24963:
24964: * src/: classes/double.C, classes/file.C, classes/form.C,
24965: classes/int.C, classes/response.C, classes/root.C,
24966: classes/string.C, classes/table.C, include/pa_string.h,
24967: main/pa_string.C: string:match -10 [frame]
24968:
24969: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24970: main/pa_request.C: z
24971:
24972: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24973: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24974: todo/tests
24975:
24976: * src/include/pa_common.h: z
24977:
24978: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24979: main/pa_request.C, targets/cgi/parser3.C,
24980: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24981: content-disposition
24982:
24983: * src/: include/pa_common.h, include/pa_globals.h,
24984: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24985: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24986:
24987: * src/: include/pa_common.h, include/pa_request.h,
24988: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24989: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24990: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24991: response:body
24992:
24993: * src/classes/table.C: table:append now uses string::split
24994:
24995: * src/classes/table.C: z
24996:
24997: * src/: classes/file.C, classes/root.C, classes/string.C,
24998: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24999: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25000: include/pa_string.h, main/execute.C, main/pa_string.C,
25001: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25002: string::pos & cmp & piece bugs fixed. string::split new
25003: table:load separated from set table:set implemented with clean \n
25004: \t searches
25005:
25006: 2001-04-02 paf
25007:
25008: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25009: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25010: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25011: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25012: it in table:set/load
25013:
25014: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25015: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25016:
25017: * src/classes/random.C: random:generate 1
25018:
25019: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25020: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25021: types/pa_value.h: random:generate
25022:
25023: 2001-03-30 paf
25024:
25025: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25026: todo: table flip and append. string::pos
25027:
25028: * src/: classes/double.C, classes/file.C, classes/int.C,
25029: classes/response.C, classes/root.C, classes/string.C,
25030: classes/table.C, main/compile.y, main/execute.C,
25031: types/pa_value.h, types/pa_vstateless_class.C,
25032: types/pa_vstateless_class.h: static|dynamic|any method
25033: registration
25034:
25035: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25036: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25037: table:flip
25038:
25039: 2001-03-29 paf
25040:
25041: * src/classes/string.C: string:xsplit forgot that they must result
25042: in 1 row N column [not vice versa]
25043:
25044: * src/classes/string.C: z
25045:
25046: * src/classes/string.C: string: rsplit
25047:
25048: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25049: string: lsplit
25050:
25051: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25052: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25053: lsplit -1
25054:
25055: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25056: string: pos
25057:
25058: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25059: string: pos -1
25060:
25061: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25062: main/compile.y, main/pa_request.C, main/pa_string.C,
25063: main/untaint.C: string: left right mid
25064:
25065: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25066: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25067: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25068: and [;] are different now.
25069:
25070: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25071: main/untaint.C: pool.request undone
25072:
25073: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25074: main/untaint.C: pool.request
25075:
25076: 2001-03-28 paf
25077:
25078: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25079: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25080: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25081: $request:browser [.type .version]; unknown.get_double now = 0.
25082:
25083: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25084: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25085: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25086: types/pa_vform.C: file:load autodetection of mime-type by
25087: user-file-name
25088:
25089: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25090: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25091: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25092:
25093: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25094: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25095: write. must be self.set
25096:
25097: * src/: classes/file.C, classes/root.C, classes/table.C,
25098: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25099:
25100: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25101: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25102: types/pa_vtable.h: table:locate just compiled
25103:
25104: 2001-03-27 paf
25105:
25106: * src/main/: execute.C, pa_common.C: fixed r/w context of
25107: code-params2, fixed ntfs hardlink slow dir update
25108:
25109: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25110: types/pa_wcontext.h: fixed r/w context of code-params
25111:
25112: * src/: classes/table.C, main/execute.C: about to change junction
25113: rcontext!!
25114:
25115: * src/: classes/double.C, classes/int.C, classes/root.C,
25116: classes/string.C, classes/table.C, main/compile_tools.C,
25117: main/execute.C, main/pa_request.C, main/untaint.C,
25118: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25119: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25120: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25121: types/pa_vunknown.h: sort 0
25122:
25123: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25124: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25125: renamed to are_static_calls_disabled
25126:
25127: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25128: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25129: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25130: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25131:
25132: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25133:
25134: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25135: started table:sort fixed minor bug in #...^{
25136:
25137: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25138: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25139: decided to have as it were. stepped back. grammar: added 'in'
25140: 'is' 'lt'&co follow-space check
25141:
25142: 2001-03-26 paf
25143:
25144: * src/: classes/file.C, classes/root.C, classes/table.C,
25145: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25146: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25147: main/pa_table.C: moved ::save to pa_table. disabled @auto
25148: invocation in ^process
25149:
25150: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25151:
25152: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25153: main/pa_array.C: table:record
25154:
25155: * src/: main/untaint.C, targets/cgi/parser3.C,
25156: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25157: targets/isapi/pool_storage.h, types/pa_valiased.h,
25158: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25159: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25160: types/pa_vtable.h: z
25161:
25162: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25163: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25164: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25165: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25166: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25167: method realisations on 'self' validity - they now can simply
25168: assume that 'self' is V{Proper} .
25169:
25170: 2001-03-25 paf
25171:
25172: * src/main/untaint.C: z
25173:
25174: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25175: lowlevel - it initialization could be skipped if failed in @auto.
25176: so that exception report would use some table
25177:
25178: * src/main/pa_request.C: table empty lines ignored. system-default
25179: content type assigned in output:result [can fail in main:auto and
25180: skipped normal defaults extraction]
25181:
25182: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25183: bug
25184:
25185: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25186: processing to table [except preliminary \r\n \r \n replacements
25187: to "\n"]
25188:
25189: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25190: move all the processing to table
25191:
25192: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25193: main/pa_table.C, main/untaint.C: returned table originating.
25194: useful for reporting typo table problems origin. think would be
25195: useful somewhere else
25196:
25197: * src/main/untaint.C: typo \r \r\n \n properly handled
25198:
25199: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25200: include/pa_table.h, main/compile.y, main/compile_tools.C,
25201: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25202: main/pa_string.C, main/pa_table.C, main/untaint.C,
25203: types/pa_vcookie.h: typo & typo-default
25204:
25205: 2001-03-24 paf
25206:
25207: * src/main/pa_common.C: z
25208:
25209: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25210: targets/cgi/parser3.C: html-typo 2
25211:
25212: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25213: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25214: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25215: main/execute.C, main/pa_array.C, main/pa_globals.C,
25216: main/pa_request.C, main/pa_string.C, main/untaint.C,
25217: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25218: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25219: noticed double default content-type prob. run cgi.cmd tomorrow
25220: first html-typo sample. detected << problem: they become ltlt too
25221: fast
25222:
25223: * src/main/compile.y: z
25224:
25225: * src/main/: compile.y, compile_tools.h: #comment
25226:
25227: * src/: classes/file.C, classes/root.C, classes/table.C,
25228: include/pa_common.h, include/pa_request.h, main/compile.y,
25229: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25230: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25231: stringified
25232:
25233: * src/types/pa_valiased.C: decided to String-ify file_read
25234:
25235: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25236: isapi/parser3isapi.dsp: cgi: sapi::log
25237:
25238: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25239: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25240: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25241: error log experiments failed - cgi under iis got no access to
25242: log. registereventsource simply failed with 5(illegal call) code,
25243: while worked OK as standalone executable. isapi: used
25244: HSE_APPEND_LOG_PARAMETER feature
25245:
25246: * src/: include/pa_common.h, include/pa_globals.h,
25247: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25248: targets/isapi/parser3isapi.C: fixed default content-type
25249: allocation storage
25250:
25251: * src/: include/pa_globals.h, include/pa_request.h,
25252: main/pa_globals.C, main/pa_request.C: z
25253:
25254: * src/: include/pa_array.h, include/pa_hash.h,
25255: include/pa_request.h, main/compile.y, main/pa_array.C,
25256: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25257: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25258: content-type
25259:
25260: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25261: sanity
25262:
25263: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25264: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25265: away freeze mech. no danger now for you can't do
25266: ^request:process[@new-method[] body] trick anymore. still
25267: remains $some_instance.process[@new-method[] possibility] but
25268: would leave it as a feature. see index for sample
25269:
25270: * src/: include/pa_common.h, main/pa_common.C,
25271: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25272: monkey every target
25273:
25274: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25275: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25276: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25277:
25278: 2001-03-23 paf
25279:
25280: * src/: include/pa_pool.h, main/pa_request.C,
25281: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25282: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25283: targets/isapi/pool_storage.h: isapi: dumb pool storage
25284:
25285: * src/targets/isapi/pa_pool.C: decided to continue with extension
25286:
25287: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25288: it would be better to rewrite as filter then to deal with pool
25289:
25290: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25291: now like in cgi, not from APPL_PHYSICAL_PATH
25292:
25293: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25294: include/pa_config_fixed.h, include/pa_config_includes.h,
25295: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25296: include/pa_version.h, main/compile.y, main/execute.C,
25297: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25298: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25299: main/untaint.C, targets/cgi/parser3.C,
25300: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25301: cgi: reinvent document_root and request_uri under iis. autoconf
25302: updated. introducing ap_config_includes
25303:
25304: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25305:
25306: * src/targets/cgi/parser3.C: cgi: only one pool now
25307:
25308: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25309: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25310: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25311: types/pa_venv.h, types/pa_vform.C: sapi made object
25312:
25313: * src/: include/pa_globals.h, main/pa_request.C,
25314: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25315: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25316: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25317:
25318: * src/: main/pa_request.C, targets/cgi/parser3.C,
25319: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25320: isapi minor env beauty
25321:
25322: * src/: main/pa_request.C, targets/cgi/parser3.C,
25323: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25324: isapi document_root 0
25325:
25326: 2001-03-22 paf
25327:
25328: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25329:
25330: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25331: isapi/parser3isapi.C: z
25332:
25333: * src/: include/pa_pool.h, main/pa_request.C,
25334: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25335:
25336: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25337: kill.pl: isapi added utils
25338:
25339: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25340: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25341: types/pa_vform.C: isapi 0
25342:
25343: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25344: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25345: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25346: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25347: started isapi
25348:
25349: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25350: some comments
25351:
25352: * src/: include/pa_globals.h, include/pa_request.h,
25353: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25354: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25355: parser_root_auto_path parser_site_auto_path
25356:
25357: * src/types/pa_vcookie.C: cookie attr decoded
25358:
25359: 2001-03-21 paf
25360:
25361: * src/targets/cgi/parser3.C: z
25362:
25363: * src/include/pa_globals.h: post. todo: config of auto.p path
25364:
25365: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25366: types/pa_venv.h: in cookie & env. todo:post
25367:
25368: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25369: classes/root.C, classes/table.C, include/pa_array.h,
25370: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25371: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25372: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25373: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25374: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25375: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25376: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25377: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25378: shifted apache branch on main trunc
25379:
25380: * src/: include/pa_common.h, include/pa_globals.h,
25381: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25382: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25383: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25384: starting mod_parser3
25385:
25386: * src/targets/cgi/parser3.C: starting mod_parser3
25387:
25388: 2001-03-20 paf
25389:
25390: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25391: targets/cgi/parser3.C: automake compiled and works. todo:make
25392: win32 ifdefs work and add ifdef unistd
25393:
25394: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25395: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25396: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25397: z
25398:
25399: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25400: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25401: locking
25402:
25403: * src/: classes/Makefile.am, types/Makefile.am: z
25404:
25405: * src/: Makefile.am, classes/file.C, classes/root.C,
25406: classes/table.C, include/pa_array.h, include/pa_request.h,
25407: include/pa_string.h, main/Makefile.am, main/execute.C,
25408: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25409: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25410: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25411: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25412:
25413: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25414: main/pa_request.C, types/pa_vfile.h: ^table:save
25415:
25416: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25417: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25418: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25419: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25420: types/pa_vform.h: z
25421:
25422: * src/include/pa_string.h: z
25423:
25424: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25425: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25426: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25427: :Value
25428:
25429: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25430: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25431: :VStateless_object
25432:
25433: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25434: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25435: :VStateless_object
25436:
25437: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25438: types/pa_valiased.C, types/pa_vform.h: commented VForm
25439:
25440: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25441: types/pa_valiased.h, types/pa_value.h,
25442: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25443: types/pa_vstateless_object.h: moved common get_element part from
25444: stateless object&class into VAliased
25445:
25446: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25447: classes/table.C, main/execute.C, main/main.dsp,
25448: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25449: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25450: now :Value
25451:
25452: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25453: main/execute.C, main/main.dsp, main/pa_globals.C,
25454: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25455:
25456: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25457: doxx
25458:
25459: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25460: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25461: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25462: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25463: and ^file:save
25464:
25465: 2001-03-19 paf
25466:
25467: * src/types/pa_vfile.C: z
25468:
25469: * src/: classes/file.C, classes/request.C, classes/table.C,
25470: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25471: main/pa_request.C, main/untaint.C, types/pa_value.h,
25472: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25473:
25474: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25475: include/pa_string.h, include/pa_table.h, main/main.dsp,
25476: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25477: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25478: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25479: classes/_file.h, classes/file.C, types/pa_vfile.C,
25480: types/pa_vfile.h: file class just compiled
25481:
25482: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25483: include/pa_table.h, include/pa_types.h, main/execute.C,
25484: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25485: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25486: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25487:
25488: * src/include/pa_pool.h: z
25489:
25490: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25491: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25492: Hash::Value to Val so to doxygen would finlly stop confusing
25493: those Value-s
25494:
25495: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25496: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25497: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25498: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25499: include/pa_types.h, main/compile.C, main/compile.y,
25500: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25501: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25502: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25503: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25504: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25505:
25506: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25507: derivates somehow unlinked. don't know why yet
25508:
25509: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25510: include/pa_string.h, include/pa_threads.h, main/compile.C,
25511: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25512: main/execute.C, main/pa_array.C, main/pa_common.C,
25513: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25514: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25515: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25516:
25517: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25518: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25519: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25520: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25521: types/pa_vrequest.h: doc: detected Value derivates prob
25522:
25523: * src/include/pa_globals.h: z
25524:
25525: * src/: classes/_request.h, classes/request.C, include/code.h,
25526: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25527: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25528: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25529: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25530: main/execute.C, main/pa_pool.C, main/pa_request.C,
25531: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25532: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25533:
25534: 2001-03-18 paf
25535:
25536: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25537: cookie: allowed access to hash-assigned
25538:
25539: * src/targets/cgi/parser3.C: z
25540:
25541: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25542: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25543: include/pa_types.h, main/main.dsp, main/pa_common.C,
25544: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25545: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25546: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25547: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25548: types/pa_vunknown.h: cookie class
25549:
25550: * src/main/pa_request.C: zero length output allowed
25551:
25552: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25553: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25554:
25555: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25556: lang switch
25557:
25558: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25559: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25560: types/pa_value.h, types/pa_vhash.h:
25561: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25562:
25563: * src/main/execute.C: z
25564:
25565: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25566: targets/cgi/parser3.C: taint[uri
25567:
25568: * src/: classes/request.C, classes/response.C, classes/root.C,
25569: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25570: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25571: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25572:
25573: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25574: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25575: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25576: types/pa_vstateless_class.C: convinient string(pool, char *src,
25577: bool tainted) ctor
25578:
25579: * src/: include/pa_hash.h, include/pa_request.h,
25580: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25581: main/pa_request.C, main/pa_string.C, main/untaint.C,
25582: targets/cgi/parser3.C: proper @exceptions params tainting
25583:
25584: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25585: response fields to header
25586:
25587: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25588: z
25589:
25590: * src/: classes/_response.h, classes/response.C,
25591: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25592: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25593: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25594: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25595: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25596: $response: 0 request::core exception rethrow
25597:
25598: 2001-03-16 paf
25599:
25600: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25601: types/pa_vrequest.h: native method' class call with less params
25602: then needed error reporting
25603:
25604: * src/: classes/_request.h, classes/request.C,
25605: include/pa_globals.h, include/pa_request.h, main/execute.C,
25606: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25607: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25608: types/pa_vrequest.h: $request : query :uri
25609:
25610: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25611: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25612: types/pa_wcontext.h: $result
25613:
25614: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25615:
25616: * src/: classes/double.C, include/code.h, main/compile.y,
25617: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25618: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25619:
25620: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25621: main/compile.y, main/execute.C, types/pa_value.h,
25622: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25623: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25624: wcontext conflict
25625:
25626: * src/: main/execute.C, types/pa_value.h,
25627: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25628: $string.field
25629:
25630: 2001-03-15 paf
25631:
25632: * src/main/pa_request.C: news sample
25633:
25634: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25635: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25636:
25637: * src/main/: compile.y, execute.C: z
25638:
25639: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25640: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25641: pre pre works
25642:
25643: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25644: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25645: fillfields just compiled
25646:
25647: 2001-03-14 paf
25648:
25649: * src/: include/pa_request.h, main/pa_request.C,
25650: targets/cgi/parser3.C: z
25651:
25652: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25653: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25654: types/pa_vstring.h: limits -1
25655:
25656: * src/: include/pa_globals.h, include/pa_request.h,
25657: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25658: main/pa_request.C, targets/cgi/parser3.C,
25659: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25660: request_info -1
25661:
25662: * src/: include/pa_globals.h, main/pa_globals.C,
25663: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25664: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25665: vform_fields_fill
25666:
25667: * src/targets/cgi/parser3.C: # if MSVC
25668:
25669: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25670: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25671:
25672: * src/targets/cgi/parser3.C: z
25673:
25674: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25675: include/pa_string.h, include/pa_types.h, main/compile.y,
25676: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25677: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25678: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25679: types/pa_vunknown.h: global handler, exceptions in parser3
25680:
25681: 2001-03-13 paf
25682:
25683: * src/: classes/form.C, main/compile.y, main/core.C,
25684: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25685: types/pa_vform.h, types/pa_vstateless_class.C,
25686: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25687: instead
25688:
25689: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25690: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25691: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25692: started cgi target
25693:
25694: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25695: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25696: before error show with parser
25697:
25698: * src/: classes/_form.h, classes/form.C, include/core.h,
25699: include/pa_request.h, main/core.C, main/pa_request.C,
25700: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25701:
25702: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25703:
25704: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25705: parser3.C: renamed targets/ parser to cgi
25706:
25707: * src/: classes/double.C, classes/env.C, classes/int.C,
25708: classes/root.C, classes/string.C, classes/table.C,
25709: include/pa_request.h, types/pa_vhash.h: z
25710:
25711: * src/: classes/_env.h, classes/env.C, classes/root.C,
25712: include/core.h, include/pa_pool.h, include/pa_request.h,
25713: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25714: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25715: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25716: [historical moment :)]
25717:
25718: * src/: include/code.h, include/pa_string.h, main/compile.y,
25719: main/execute.C, main/pa_string.C: 'value is type' expr operator
25720:
25721: * src/types/pa_venv.h: $ENV 1
25722:
25723: * src/main/execute.C: z
25724:
25725: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25726: future methods of ENV constructor if
25727:
25728: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25729: class
25730:
25731: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25732: classes/_root.h, classes/_string.h, classes/_table.h,
25733: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25734: classes/string.C, classes/table.C, include/pa_request.h,
25735: main/compile.C, main/compile_tools.h, main/core.C,
25736: main/execute.C, main/main.dsp, main/pa_request.C,
25737: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25738: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25739: types/pa_vobject.h, types/pa_vstateless_class.C,
25740: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25741: types/pa_wcontext.h: $ENV: re 0, stateless classes
25742:
25743: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25744: classes/_root.h, classes/_string.h, classes/_table.h,
25745: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25746: classes/string.C, classes/table.C, include/pa_request.h,
25747: main/compile.C, main/compile_tools.h, main/core.C,
25748: main/execute.C, main/main.dsp, main/pa_request.C,
25749: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25750: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25751: types/pa_vobject.h, types/pa_vstateless_class.C,
25752: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25753: types/pa_wcontext.h: $ENV: re 0, stateless classes
25754:
25755: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25756: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25757: yesterdays bad decision on execute_static_method
25758:
25759: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25760:
25761: * src/: classes/double.C, classes/int.C, classes/root.C,
25762: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25763:
25764: * src/main/pa_request.C: z
25765:
25766: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25767: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25768:
25769: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25770: include/pa_pool.h, main/pa_request.C:
25771: restructure_exceptions_dead_end
25772:
25773: * src/: classes/root.C, main/compile.y: ^if required junctions.
25774: allowed ; inside {} to break params
25775:
25776: * src/classes/root.C: ^eval
25777:
25778: * src/: classes/_string.h, classes/double.C, classes/int.C,
25779: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25780: string ^format
25781:
25782: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25783: 'bad' but not 'enough'
25784:
25785: * src/: classes/double.C, classes/root.C, classes/table.C,
25786: include/pa_common.h, include/pa_types.h, main/compile.y,
25787: main/pa_common.C, main/pa_request.C, main/untaint.C,
25788: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25789: types/pa_wwrapper.h: think constructing flag as is is bad
25790:
25791: * src/: classes/double.C, classes/int.C, classes/root.C,
25792: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25793: types/pa_vint.h: ^for
25794:
25795: 2001-03-12 paf
25796:
25797: * src/classes/table.C: table ^empty
25798:
25799: * src/: classes/table.C, include/pa_table.h: table ^menu
25800:
25801: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25802: ^offset ^line ^count
25803:
25804: * src/classes/root.C: ^round() ^floor() ^ceiling()
25805: ^abs() ^sign()
25806:
25807: * src/classes/: root.C, table.C: ^use
25808:
25809: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25810: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25811: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25812: ^while. switched off wcontext.constructing after write(value) or
25813: auto-vhash-constructing
25814:
25815: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25816: main/pa_request.C: fail_if_junction_ helper func
25817:
25818: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25819: include/pa_request.h, main/execute.C, main/main.dsp,
25820: main/pa_common.C, main/pa_request.C: ^process error point by
25821: actual method_name, not source. ^load
25822:
25823: * src/types/pa_vtable.h: table: no, better with string in cells...
25824:
25825: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25826: classes/_table.h, classes/table.C, main/untaint.C: z
25827:
25828: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25829: include/pa_table.h, main/core.C, main/execute.C,
25830: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25831: types/pa_value.h: table:set 0
25832:
25833: * src/: classes/root.C, include/core.h, include/pa_array.h,
25834: include/pa_request.h, include/pa_table.h, main/core.C,
25835: main/main.dsp, main/pa_request.C, main/pa_table.C,
25836: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25837: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25838: types/pa_vstring.h: freeze, ^table:create[] -1
25839:
25840: * src/: classes/root.C, types/pa_value.h: z
25841:
25842: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25843: get_method in couple places optimizing them
25844:
25845: * src/classes/root.C: z
25846:
25847: * src/: classes/root.C, types/pa_vclass.h: process temp main
25848: zeroing
25849:
25850: * src/: classes/double.C, classes/int.C, classes/root.C,
25851: classes/string.C, include/pa_common.h, include/pa_request.h,
25852: include/pa_string.h, include/pa_types.h, main/compile.C,
25853: main/compile.y, main/compile_tools.h, main/execute.C,
25854: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25855: types/pa_vmframe.h: ^process. actual names to store param and
25856: check_actual_numbered_params for better place diagnostics
25857:
25858: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25859: method-junctions bug fixed
25860:
25861: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25862: pa_vstateless_object.h, pa_vstring.h: stateless_object
25863:
25864: 2001-03-11 paf
25865:
25866: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25867: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25868: VDouble VInt base now VObject_base - without fields
25869:
25870: * src/: classes/root.C, include/core.h, main/core.C: z
25871:
25872: * src/: classes/double.C, classes/int.C, classes/root.C,
25873: classes/string.C, include/core.h, include/pa_hash.h,
25874: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25875: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25876:
25877: * src/: classes/double.C, classes/int.C, classes/root.C,
25878: include/pa_request.h, main/execute.C: intercept_string
25879:
25880: * src/: classes/double.C, classes/int.C, classes/root.C,
25881: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25882:
25883: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25884: ^inc-s(expr)
25885:
25886: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25887: classes/_root.h, classes/_string.h, classes/double.C,
25888: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25889: include/code.h, include/core.h, include/pa_array.h,
25890: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25891: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25892: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25893: include/pa_types.h, main/compile.C, main/compile.y,
25894: main/compile_tools.C, main/compile_tools.h, main/core.C,
25895: main/execute.C, main/pa_array.C, main/pa_common.C,
25896: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25897: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25898: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25899: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25900: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25901: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25902: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25903: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25904:
25905: * src/: main/pa_request.C, types/pa_vhash.h: z
25906:
25907: * src/: include/core.h, include/pa_request.h, main/core.C,
25908: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25909:
25910: * src/: include/pa_valiased.h, include/pa_value.h,
25911: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25912: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25913: include/pa_vjunction.h, include/pa_vmframe.h,
25914: include/pa_vobject.h, include/pa_vstring.h,
25915: include/pa_vunknown.h, include/pa_wcontext.h,
25916: include/pa_wwrapper.h, main/compile.y, main/core.C,
25917: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25918: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25919: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25920: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25921: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25922: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25923: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25924: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25925: include/
25926:
25927: 2001-03-10 paf
25928:
25929: * src/: include/core.h, include/pa_request.h, main/core.C,
25930: main/pa_request.C: run+auto=run
25931:
25932: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25933:
25934: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25935: classes/_root.h, classes/_string.h, classes/double.C,
25936: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25937: include/code.h, include/core.h, include/pa_array.h,
25938: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25939: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25940: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25941: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25942: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25943: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25944: include/pa_vjunction.h, include/pa_vmframe.h,
25945: include/pa_vobject.h, include/pa_vstring.h,
25946: include/pa_vunknown.h, include/pa_wcontext.h,
25947: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25948: main/compile_tools.C, main/compile_tools.h, main/core.C,
25949: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25950: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25951: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25952: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25953: main/pa_wcontext.C: sources header
25954:
25955: * src/main/pa_request.C: auto..
25956:
25957: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25958: main/pa_request.C: auto tree0
25959:
25960: * src/: include/core.h, include/pa_request.h, main/compile.y,
25961: main/core.C, main/pa_request.C: names to core.C
25962:
25963: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25964: include/pa_request.h, main/core.C, main/execute.C,
25965: main/pa_common.C, main/pa_request.C: root auto.p loaded
25966:
25967: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25968: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25969: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25970: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25971:
25972: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25973: @auto[] realised. auto.p scan togo
25974:
25975: * src/: include/pa_request.h, main/execute.C: autocalc
25976: code-junctions result now have names
25977:
25978: * src/: classes/double.C, classes/int.C, classes/root.C,
25979: classes/string.C, include/pa_request.h, include/pa_string.h,
25980: include/pa_wcontext.h, main/compile.y, main/execute.C,
25981: main/pa_string.C, main/pa_wcontext.C: tainting 0
25982:
25983: * src/classes/env.C: env:file/line
25984:
25985: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25986: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25987: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25988: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25989: main/compile_tools.C, main/compile_tools.h, main/core.C,
25990: main/execute.C, main/main.dsp, main/pa_cframe.C,
25991: main/pa_request.C, main/pa_wcontext.C: const fight finished
25992:
25993: * src/include/pa_vclass.h: const fight to go
25994:
25995: * src/: classes/_env.h, classes/env.C, classes/root.C,
25996: include/pa_request.h, include/pa_vclass.h, main/core.C,
25997: main/main.dsp: env0
25998:
25999: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26000: classes/_string.h, classes/double.C, classes/int.C,
26001: classes/root.C, classes/string.C, include/pa_request.h,
26002: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26003: include/pa_wcontext.h, main/core.C, main/main.dsp,
26004: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26005: main/pa_wcontext.C: ^lang prepare0
26006:
26007: 2001-03-09 paf
26008:
26009: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26010: construct proper naming
26011:
26012: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26013: classes/double.C, classes/int.C, classes/root.C,
26014: classes/string.C, include/code.h, include/pa_value.h,
26015: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26016: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26017: main/compile.y, main/compile_tools.C, main/core.C,
26018: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26019: and ^double[]. fixed expr type
26020:
26021: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26022: ^string.length[]
26023:
26024: 2001-03-08 paf
26025:
26026: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26027:
26028: * src/: include/pa_vclass.h, include/pa_vstring.h,
26029: include/pa_wcontext.h, main/compile.y, main/core.C,
26030: main/execute.C, main/main.dsp: dead end: vstring can't be
26031: derivated from vobject
26032:
26033: * src/: include/pa_vclass.h, include/pa_vhash.h,
26034: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26035:
26036: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26037: remained clone conseqs
26038:
26039: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26040:
26041: * src/main/pa_vclass.C: wow! vclass were out of vcs
26042:
26043: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26044: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26045: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26046: include/pa_vobject.h, include/pa_vstring.h,
26047: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26048: main/execute.C: withoud cloning. didn't need it actually, params
26049: got passed from out unnamed ewpool
26050:
26051: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26052: include/pa_vjunction.h, include/pa_vobject.h,
26053: include/pa_vunknown.h, main/compile.y: cloning dead end
26054:
26055: * src/: include/pa_bool.h, include/pa_double.h,
26056: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26057: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26058: include/pa_vjunction.h, include/pa_vmframe.h,
26059: include/pa_vobject.h, include/pa_vstring.h,
26060: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26061: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26062: to give params proper names
26063:
26064: * src/main/pa_wcontext.C: z
26065:
26066: * src/: include/pa_vmframe.h, main/execute.C: added names to
26067: unknown values in get_element and unfilled params. removed wrong
26068: name change in get_element
26069:
26070: * src/main/execute.C: z
26071:
26072: * src/main/execute.C: fixed problems calling operators in
26073: constructors
26074:
26075: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26076: detected problems calling operators in constructors
26077:
26078: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26079: autocalc def to string
26080:
26081: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26082: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26083:
26084: * src/classes/root.C: added root.c
26085:
26086: * src/: include/pa_request.h, include/pa_value.h,
26087: include/pa_vcframe.h, include/pa_vmframe.h,
26088: include/pa_wcontext.h, main/compile.C, main/compile.y,
26089: main/core.C, main/execute.C, main/pa_cframe.C,
26090: main/pa_wcontext.C: 'if' just compiled
26091:
26092: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26093: include/pa_vjunction.h, include/pa_vmframe.h,
26094: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26095: main/pa_wcontext.C: z
26096:
26097: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26098: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26099: with parameter names in operator methods
26100:
26101: * src/main/compile.y: minor renamings in .y
26102:
26103: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26104: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26105: @BASE. changed 'RUN' assignment mech
26106:
26107: * src/main/execute.C: z
26108:
26109: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26110: main/compile_tools.h, main/execute.C: made class: dynamic, not
26111: static. so to enable runtime ^use
26112:
26113: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26114:
26115: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26116: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26117:
26118: * src/main/execute.C: root root in code-junction
26119:
26120: 2001-03-07 paf
26121:
26122: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26123: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26124:
26125: * src/: include/pa_stack.h, include/pa_value.h,
26126: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26127: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26128: fixed rwcontext of {} params up
26129:
26130: * src/main/: compile.y, compile_tools.h: ^func(params)
26131:
26132: * src/main/compile.y: .y priorities syntax shaped up a bit
26133:
26134: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26135: include/pa_vunknown.h, main/compile.y, main/execute.C,
26136: main/pa_hash.C: expr def in -f
26137:
26138: * src/main/: compile.y, execute.C: expr calls
26139:
26140: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26141: fixed
26142:
26143: * src/main/compile.y: expr quoted code
26144:
26145: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26146: support0
26147:
26148: * src/main/compile.y: expr string comparisons 0
26149:
26150: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26151: main/pa_string.C: just compiled lt&co
26152:
26153: * src/main/execute.C: ^var.menu{$field} problem detected. that
26154: $field not a $var.field
26155:
26156: 2001-03-06 paf
26157:
26158: * src/main/compile.y: .y expr visible-shorter
26159:
26160: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26161: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26162: logical
26163:
26164: * src/: include/pa_vstring.h, main/compile.y: problems with
26165: skipping whitespace in yylex
26166:
26167: * src/include/pa_vbool.h: forgot this
26168:
26169: * src/: include/code.h, main/compile.y, main/execute.C: without
26170: string ops in expressions 0
26171:
26172: * src/: include/pa_value.h, include/pa_vdouble.h,
26173: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26174: main/execute.C, main/main.dsp: !~
26175:
26176: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26177: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26178: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26179: include/pa_vunknown.h, include/pa_wcontext.h,
26180: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26181: main/compile_tools.h, main/execute.C: +-*/
26182:
26183: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26184: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26185:
26186: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26187: main/execute.C: expr grammar-1 2*2=4.000000 :)
26188:
26189: * src/main/compile.y: expr grammar-1
26190:
26191: * src/main/compile.y: expr lexx1
26192:
26193: * src/main/: compile.y, execute.C, main.dsp: z
26194:
26195: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26196: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26197: main/execute.C: expr lex0 exec-1
26198:
26199: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26200:
26201: 2001-02-26 paf
26202:
26203: * src/main/compile.y: max_string in yyerror bug fix
26204:
26205: 2001-02-25 paf
26206:
26207: * src/: include/pa_value.h, include/pa_vmframe.h,
26208: include/pa_wcontext.h, main/execute.C: VAliased3
26209:
26210: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26211:
26212: * src/main/execute.C: VAliased1
26213:
26214: * src/: include/pa_request.h, include/pa_value.h,
26215: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26216: VAliased0
26217:
26218: * src/: include/pa_pool.h, include/pa_request.h,
26219: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26220: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26221: VAliased just compiled
26222:
26223: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26224: include/pa_vobject.h, main/execute.C: alias dead end
26225:
26226: * src/: include/pa_value.h, include/pa_vclass.h,
26227: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26228: main/main.dsp: no not get fields into interm VFielded class.
26229: fields & staticfields 1
26230:
26231: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26232: include/pa_vobject.h, include/pa_wcontext.h,
26233: include/pa_wwrapper.h, main/core.C, main/execute.C,
26234: main/main.dsp: would now get fields into interm VFielded class
26235:
26236: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26237: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26238: include/pa_wcontext.h, main/compile.y, main/core.C,
26239: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26240: main/pa_wcontext.C: virtuals2
26241:
26242: * src/main/compile.y: : 1
26243:
26244: * src/main/compile.y: rethought to $class:static.field.subfield
26245:
26246: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26247: $class:element
26248:
26249: * src/: include/pa_value.h, include/pa_vmframe.h,
26250: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26251: main/pa_wcontext.C: before execute class calls rewrite
26252:
26253: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26254: name RUN, also alias
26255:
26256: * src/main/compile.y: escaping bug
26257:
26258: * src/: include/pa_request.h, include/pa_value.h,
26259: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26260: main/core.C, main/execute.C, main/pa_common.C: vobject1
26261:
26262: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26263: include/pa_vmframe.h, include/pa_vobject.h,
26264: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26265: main/compile_tools.h, main/execute.C: ^class:method() just
26266: compiled
26267:
26268: 2001-02-24 paf
26269:
26270: * src/main/main.dsp: no bison -d
26271:
26272: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26273: class' err msg wrong
26274:
26275: * src/main/compile.y: z
26276:
26277: * src/main/: compile.y, core.C: yylex need some @special lines adj
26278:
26279: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26280: main/compile.y, main/compile_tools.h, main/core.C: modules0
26281:
26282: * src/: include/pa_vclass.h, main/core.C: z
26283:
26284: * src/: include/pa_value.h, include/pa_vclass.h,
26285: include/pa_vobject.h, main/main.dsp: vobject00
26286:
26287: * src/main/pa_array.C: minor bug in expanding very small arrays.
26288: 60% from 1 were 0
26289:
26290: * src/: include/pa_value.h, include/pa_wcontext.h,
26291: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26292: as bad as you've named it: wcontext.value() was not a perfect
26293: idea
26294:
26295: * src/main/execute.C: codeframe1
26296:
26297: * src/: include/pa_value.h, include/pa_vcframe.h,
26298: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26299: include/pa_vjunction.h, include/pa_vmframe.h,
26300: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26301: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26302: just compiled
26303:
26304: * src/: include/pa_vframe.h, main/compile.y: found junction
26305: ideology @: ^x{$a()) must construct current wcontext element, so
26306: smart wcontext handling needed
26307:
26308: * src/main/compile.y: fixed grammar bugs in constructor/params
26309: klinch
26310:
26311: * src/main/: compile.y, execute.C: fixed empty constructor
26312: optimized empty case. failed on calls - produced empty string
26313: param
26314:
26315: * src/main/compile.y: fixed last \n macrotemplate strip bug
26316:
26317: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26318: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26319: main/compile_tools.C, main/compile_tools.h, main/core.C,
26320: main/execute.C: code junctions0. something wrong with last \n
26321: macrotemplate strip
26322:
26323: * src/: include/pa_value.h, main/compile.C, main/core.C,
26324: main/pa_value.C: minor error reporting format beautifyings
26325:
26326: * src/: include/pa_value.h, include/pa_vclass.h,
26327: include/pa_vframe.h, main/core.C, main/execute.C,
26328: main/pa_value.C: get_method RIP. junctions everywhere. call with
26329: junctions0
26330:
26331: 2001-02-23 paf
26332:
26333: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26334: pa_wwrapper.h: lara came, can't work, sorry :(
26335:
26336: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26337: junction
26338:
26339: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26340: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26341: main/execute.C, main/main.dsp, main/pa_value.C: call0
26342:
26343: * src/: include/pa_hash.h, include/pa_value.h,
26344: include/pa_wcontext.h, main/core.C, main/execute.C,
26345: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26346: done
26347:
26348: * src/include/pa_wcontext.h: z
26349:
26350: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26351: wrong grammar in complex constructor case
26352:
26353: * src/main/: compile.y, execute.C: empty constructor bug fixed
26354:
26355: * src/main/execute.C: with result rwpool
26356:
26357: * src/: include/pa_value.h, main/core.C, main/execute.C,
26358: main/main.dsp: value named
26359:
26360: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26361: strign 2 value in 2 places in execute
26362:
26363: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26364: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26365: wcontext.put_element when wcontext fvalue==0
26366:
26367: 2001-02-22 paf
26368:
26369: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26370: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26371: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26372:
26373: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26374: erroreos checkout
26375:
26376: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26377:
26378: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26379: main/compile_tools.h, main/pa_array.C: $self.get
26380:
26381: * src/main/: compile.C, compile.y, compile_tools.C: z
26382:
26383: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26384: bit. finished now.
26385:
26386: * src/main/compile.y: $: finished
26387:
26388: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26389:
26390: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26391: main/execute.C: OP_STRING better then some xxx _VALUE
26392:
26393: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26394: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26395: string to vstring it .y all
26396:
26397: * src/: include/pa_request.h, include/pa_stack.h,
26398: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26399: all
26400:
26401: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26402: precise parse error line:col
26403:
26404: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26405: main/pa_hash.C, main/pa_pool.C: TRY...
26406:
26407: * src/: include/pa_exception.h, include/pa_pool.h,
26408: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26409: main/compile.C, main/compile.y, main/compile_tools.C,
26410: main/core.C, main/pa_array.C, main/pa_exception.C,
26411: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26412: main/pa_table.C: removed exception from request
26413:
26414: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26415: some forgotten
26416:
26417: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26418: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26419: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26420: get/put simple vars to VClass works0
26421:
26422: * src/: include/pa_array.h, include/pa_wcontext.h,
26423: main/pa_string.C: in process, but found that exceptions are too
26424: global
26425:
26426: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26427: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26428: main/execute.C, main/pa_string.C: write_value write_string 0 it
26429: seems wcontext must write strings regardles of fvalue!=0
26430:
26431: 2001-02-21 paf
26432:
26433: * src/main/execute.C: tired :)
26434:
26435: * src/main/: compile.C, compile.y, execute.C: store0
26436:
26437: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26438: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26439: include/pa_wcontext.h, main/compile.C, main/compile.y,
26440: main/execute.C, main/main.dsp, main/pa_array.C,
26441: main/pa_request.C: get put -1 [just compiled]
26442:
26443: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26444: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26445: main/main.dsp, main/pa_request.C: request core methods0
26446:
26447: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26448: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26449: execute
26450:
26451: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26452: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26453: methods and one_big_piece. now compile returns array<method*>
26454:
26455: * src/main/compile.y: more straightforward yylex[end]
26456:
26457: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26458: string.operator==(char*)
26459:
26460: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26461: main/execute.C, main/pa_array.C: after array.const get wonders
26462:
26463: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26464: pa_string.h, pa_value.h: struck with const array.gets
26465:
26466: * src/main/: execute.C: z
26467:
26468: * src/main/: compile.y, execute.C: z
26469:
26470: * src/main/: compile.C, compile.y, compile_tools.h: error
26471: processing in eval & yyerror so it wouldn't cause memleaks.
26472:
26473: * src/main/: compile.C, compile.y: failed to add absolute precies
26474: parse error positions. leaving RIGHTMOST position as
26475: @file[line:col]
26476:
26477: * src/: include/compile.h, main/compile.C, main/compile.y,
26478: main/compile_tools.h: line numbers needed. would add them to .y
26479: now internally. externally it's not as precise as needed
26480:
26481: * src/: include/code.h, include/pa_types.h, main/compile.C,
26482: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26483: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26484: compiler works ok
26485:
26486: 2001-02-20 paf
26487:
26488: * src/main/: compile.C, compile.y, compile_tools.C,
26489: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26490: not perfect
26491:
26492: * src/: include/code.h, include/compile.h, include/execute.h,
26493: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26494: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26495: main/compile.C, main/compile.y, main/compile_tools.C,
26496: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26497: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26498: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26499: compiled. execute=dump for now
26500:
26501: * src/main/core.C: core rewrite using yacc investigations now will
26502: be compile[yacc]/execute[opcodes]
26503:
26504: 2001-02-15 paf
26505:
26506: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26507: rewrite as turing machine? for it seems it would be it's too many
26508: ifs with this syntax now
26509:
26510: 2001-02-14 paf
26511:
26512: * src/main/core.C: get_params 1
26513:
26514: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26515: :( ]
26516:
26517: * src/main/core.C: varios breaks
26518:
26519: * src/main/core.C: get names 3
26520:
26521: * src/main/core.C: get names 2
26522:
26523: * src/main/core.C: get names 1
26524:
26525: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26526: names 0
26527:
26528: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26529: text repassing2 operator static vars
26530:
26531: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26532: main/pa_string.C: process text repassing
26533:
26534: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26535: module:calls changes
26536:
26537: 2001-02-13 paf
26538:
26539: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26540: ^class:calls[] started
26541:
26542: * src/: include/pa_value.h, main/core.C: z
26543:
26544: * src/main/core.C: operators : and self. prefixes
26545:
26546: * src/main/core.C: z
26547:
26548: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26549: tested
26550:
26551: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26552: optimized
26553:
26554: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26555: would change privates to better support optimization
26556:
26557: * src/: include/pa_string.h, main/pa_string.C:
26558: String_iterator::skip_to todo:optimize
26559:
26560: 2001-02-12 paf
26561:
26562: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26563: String_iterator
26564:
26565: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26566: comments
26567:
26568: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26569: self/methodref joined
26570:
26571: 2001-02-11 paf
26572:
26573: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26574: main/main.dsp: core started. core.C, context&value .h
26575:
26576: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26577: include/pa_string.h, main/main.dsp, main/pa_array.C,
26578: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26579:
26580: 2001-01-30 paf
26581:
26582: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26583: comments
26584:
26585: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26586: main/pa_pool.C: moved pa_pool.C to be target specific
26587:
26588: * src/: include/pa_exception.h, include/pa_pool.h,
26589: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26590: to & changes
26591:
26592: * src/: include/pa_exception.h, include/pa_pool.h,
26593: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26594: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26595: re-associated. that's much better even removed 'die' necessety
26596:
26597: * src/: include/pa_error.h, include/pa_exception.h,
26598: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26599: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26600: targets/Makefile.am: lowered targets/parser into subdir, added
26601: parser_Pool(Pool) failed to add. would think..
26602:
26603: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26604: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26605: main/pa_string.C, main/pa_table.C: Table more like C++ style
26606: hence lots of 'const'
26607:
26608: * src/: include/pa_error.h, include/pa_request.h,
26609: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26610: main/pa_table.C: Error fixed
26611:
26612: 2001-01-29 paf
26613:
26614: * src/: include/pa_array.h, include/pa_common.h,
26615: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26616: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26617: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26618: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26619:
26620: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26621: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26622: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26623: main/pa_string.C, main/pa_table.C: Request Error Table
26624:
26625: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26626: templates"
26627:
26628: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26629: main/main.dsp, main/pa_array.C: templates failed no template
26630: specializations [VC6], no library auto instantation [VC6, GNU c++
26631: 2.95.2-6 from latest cygwin]
26632:
26633: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26634: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26635: main/main.dsp, main/pa_array.C, main/pa_string.C,
26636: main/pa_table.C: Table started would test template Array now
26637:
26638: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26639: String originating
26640:
26641: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26642: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26643: SYNCHRONIZED(thread_safe)
26644:
26645: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26646: parts to top
26647:
26648: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26649: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26650: see: needed only in global Hash now, made Hash:: put/get
26651: SYNCHRONIZED
26652:
26653: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26654: main/pa_threads.C: added pa_threads
26655:
26656: Mutex
26657:
26658: * src/include/pa_hash.h: some comments
26659:
26660: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26661: Array& operator += (Array& src)
26662:
26663: * src/main/pa_array.C: expand not convinient, would rewrite
26664:
26665: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26666: (Array& src)
26667:
26668: rethought, would change now
26669:
26670: 2001-01-27 paf
26671:
26672: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26673: caching
26674:
26675: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26676: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26677: cache rethought to chunk caching
26678:
26679: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26680: include/pa_string.h, main/main.dsp, main/pa_array.C,
26681: main/pa_hash.C, main/pa_string.C: Array 0
26682:
26683: * src/main/pa_string.C: String::operator ==
26684:
26685: * src/main/pa_hash.C: String(&String)
26686:
26687: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26688:
26689: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26690: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26691: pa_hash[forgotten]
26692:
26693: 2001-01-26 paf
26694:
26695: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26696: removed templates [vc++ suxx]
26697:
26698: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26699: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26700:
26701: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26702:
1.119 moko 26703: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26704:
1.119 moko 26705: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26706: check
26707:
26708: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26709: dynamic row_count
26710:
26711: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26712: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26713: targets/Makefile.am: Initial revision
26714:
26715: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26716: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26717: targets/Makefile.am: creating parser3 module
26718:
E-mail: