Annotation of parser3/ChangeLog, revision 1.224
1.224 ! moko 1: 2025-10-05 moko
! 2:
! 3: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
! 4: reflection.C, string.C: Optimization: valid_options optimized
! 5: where HashStringValue::Iterator used
! 6:
! 7: * tests/results/224.processed: test result updated after date
! 8: functions updated (related to #1287)
! 9:
! 10: 2025-10-04 moko
! 11:
! 12: * operators.ru.txt, operators.txt: actualized
! 13:
! 14: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
! 15:
! 16: * tests/: 447.html, results/447.processed: tests for
! 17: ^reflection:override[$method] added (related to feature #1286)
! 18:
! 19: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
! 20: added (related to feature #1285)
! 21:
! 22: * src/classes/reflection.C:
! 23: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
! 24: added (implements feature #1286)
! 25:
! 26: * src/main/execute.C: bugfix: when method is attached from another
! 27: class, it's junction_template is initialized with another class,
! 28: thus get_vjunction should be used (related to feature #1286)
! 29:
! 30: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
! 31: ^date:iso-string[] - static call now formats current date
! 32: (implements feature #1287)
! 33:
! 34: 2025-10-01 moko
! 35:
! 36: * buildall: built-in mailreceive path actualized
! 37:
1.223 moko 38: 2025-09-01 moko
39:
40: * src/classes/math.C: old compilers support in ^math:eq
41:
42: 2025-08-31 moko
43:
44: * tests/: 446.html, results/446.processed: tests for
45: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
46:
47: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
48: implements #1285)
49:
50: 2025-08-30 moko
51:
52: * operators.ru.txt, operators.txt: actualized
53:
54: * tests/: 230.html, results/230.processed: test for ^file.save
55: $.append(false|true) option added (related to feature #1284)
56:
57: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
58: ^file.save $.append(false|true) option added (implements feature
59: #1284)
60:
1.222 moko 61: 2025-08-16 moko
62:
63: * etc/auto.p.in: LIMIT max_array_size actualized
64:
1.221 moko 65: 2025-08-01 moko
66:
67: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
68: pa_GC_abort_func added and used (implements feature #1283)
69:
70: * src/include/: pa_array.h, pa_config_includes.h:
71: PA_DEBUG_DISABLE_GC mode fixed for sparse array
72:
1.220 moko 73: 2025-07-04 moko
74:
75: * src/main/pa_common.C: typo fixed (related to bug #1282)
76:
77: * src/main/pa_common.C: minor optimization + create_dir_for_file
78: checks for \ (related to bug #1282)
79:
80: 2025-07-03 moko
81:
82: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
83: under Windows (fixes bug #1282)
84:
85: * src/main/pa_common.C: file:delete for UTF-8 files now works under
86: Windows (fixes bug #1282)
87:
88: 2025-06-28 moko
89:
90: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
91: Yavor Doganov <yavor@gnu.org>
92:
93: * src/main/pa_charset.C: typo fixed (related to feature #1281)
94:
95: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
96: compatibility fixed (implements feature #1281)
97:
1.219 moko 98: 2025-05-31 moko
99:
100: * src/main/pa_http.C: old gcc compilation fix (related to feature
101: #1277)
102:
103: 2025-05-28 moko
104:
105: * src/: classes/array.C, include/pa_array.h: last
106: Array_iterator::key() removed (related to feature #1277)
107:
108: 2025-05-27 moko
109:
110: * src/: classes/array.C, classes/table.C, include/pa_array.h,
111: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
112: and used (related to feature #1277)
113:
1.218 moko 114: 2025-05-26 moko
115:
116: * src/: classes/array.C, classes/curl.C, classes/hash.C,
117: classes/hashfile.C, classes/image.C, classes/table.C,
118: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
119: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
120: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
121: VString(const char *avalue) added and used to optimize new
122: VString(*new String(i.key(), String::L_TAINTED)) (related to
123: feature #1277)
124:
125: * src/: classes/array.C, classes/curl.C, classes/file.C,
126: classes/hash.C, classes/image.C, classes/json.C,
127: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
128: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
129: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
130: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
131: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
132: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
133: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
134: types/pa_vxnode.C: implements feature #1277 String::Body(const
135: char *abody) now explicit but HashString::put(const char *str, V
136: value) added for simplicity optimizations: HASH_PUT_CSTR used
137: where hash.put called several time during execution; caching
138: String::Body::uitoa used at all pash.put(<uint> calls.
139:
140: 2025-05-25 moko
141:
142: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
143: to feature #1277)
144:
145: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
146:
147: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
148: added for caching (related to feature #1277)
149:
150: * src/include/pa_string.h: optimized String:pos versions added
151: (without language + char *) (related to feature #1277)
152:
153: 2025-05-24 moko
154:
155: * tests/: 445.html, results/445.processed: test for
156: ^hash.array[[keys|values]] added (related to feature #1274)
157:
158: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
159: feature #1274)
160:
1.217 moko 161: 2025-01-26 moko
162:
163: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
164:
1.216 moko 165: 2025-01-25 moko
166:
167: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
168:
169: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
170: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
171: autoheader && automake && autoconf
172:
173: * src/lib/ltdl/configure.ac: new autotools used
174:
175: * acsite.m4, configure.ac: new autotools warnings fixed
176:
1.213 moko 177: 2025-01-10 moko
178:
1.215 moko 179: * tests/results/320.processed: test result updated after syslog
180: added
181:
1.214 moko 182: * src/classes/op.C: minor MSVC fixes
183:
184: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
185:
1.213 moko 186: * operators.ru.txt, operators.txt: +
187: ^syslog[ident;message[;info|warning|error|debug]]
188:
189: * src/classes/op.C: +
190: ^syslog[ident;message[;info|warning|error|debug]] (implelents
191: feature #1270)
192:
193: * configure, configure.ac, src/include/pa_config_auto.h.in,
194: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
195:
196: 2025-01-06 moko
197:
198: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
199: 2^n) calculated and used
200:
201: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
202: https://www.hadrons.org/software/libmd/
203:
1.212 moko 204: 2024-12-28 moko
205:
206: * tests/httpd/run_tests.sh: for FreeBSD compatibility
207:
208: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
209: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
210: $request:uri and $request:path tests added (related to feature
211: #1269)
212:
213: * operators.ru.txt, operators.txt: + $request:path documented
214: (related to feature #1269)
215:
216: * tests/: 065.html, results/065.processed: $request:path,
217: $request:uri tested
218:
219: * src/types/pa_vrequest.C: $request:path default is empty string to
220: match an empty URI in console mode (related to feature #1269)
221:
222: * etc/auto.p.in: $request:path used (related to feature #1269)
223:
224: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
225: (implements feature #1269)
226:
227: 2024-12-26 moko
228:
229: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
230: 3.5.0
231:
232: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
233: pa-include/pa_errno.h, pa-include/pa_file_info.h,
234: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
235: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
236: pa_strcat
237:
238: * tests/results/223.processed: apache upgraded @parser.ru
239:
240: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
241: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
242: pa-include/pa_errno.h, pa-include/pa_file_info.h,
243: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
244: pa-include/pa_strings.h: sdbm updated from version included in
245: apache 2.0.43 to version included in apache 2.0.65
246:
247: 2024-12-24 moko
248:
249: * etc/auto.p.in: to avoid patching Debian package
250:
251: * src/main/: pa_exec.C, pa_http.C: final fixes for
252: --with-build-warnings (dangling-reference warnings can be
253: ignored)
254:
255: 2024-12-23 moko
256:
257: * src/: classes/file.C, classes/hash.C, classes/op.C,
258: include/pa_common.h, main/pa_http.C, main/pa_request.C,
259: types/pa_vcookie.C, types/pa_vform.C: more fixes for
260: --with-build-warnings
261:
262: * src/: classes/date.C, classes/inet.C, classes/op.C,
263: classes/reflection.C, include/pa_array.h,
264: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
265: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
266: --with-build-warnings
267:
1.211 moko 268: 2024-12-21 moko
269:
270: * Makefile.am: +operators.ru.txt
271:
272: * operators.ru.txt, operators.txt: typo fixed
273:
274: 2024-12-20 moko
275:
276: * operators.txt: whitespace synced
277:
278: * operators.ru.txt, operators.txt: curl added
279:
280: * operators.ru.txt, operators.txt: logically sorted
281:
282: * operators.ru.txt: id added
283:
284: * operators.txt: ID added
285:
286: * operators.txt: translated
287:
288: * operators.ru.txt, operators.txt: operators.txt translated to
289: english, synced format with operators.ru.txt
290:
291: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
292: formatted
293:
294: * operators.ru.txt, operators.txt: formatted, actualized, oracle
295: info moved to separate file
296:
297: 2024-12-19 moko
298:
299: * src/targets/cgi/parser3.C: avoid parser version requests logging
300: in parser3.log
301:
302: 2024-12-18 moko
303:
304: * buildall: preventing --with-system-mailreceive linking with
305: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
306: to feature #1199)
307:
1.210 moko 308: 2024-12-16 moko
309:
1.211 moko 310: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 311:
312: * src/classes/table.C: exception text fixed
313:
314: 2024-12-15 moko
315:
316: * tests/: 102.html, results/102.processed: tests updated after
317: $form:fields not editable again (related to feature #1254)
318:
319: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
320: be edited (related to feature #1254)
321:
322: * src/types/pa_vform.C: reverted that
323: $form:fields/tables/files/imap can be edited (related to feature
324: #1254) for backward compatibility
325:
326: 2024-12-14 moko
327:
1.211 moko 328: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 329:
330: * tests/results/auto.p: avoid $mac execution unless on OS X
331:
332: * tests/388-sql.html: more OS support
333:
334: 2024-12-13 moko
335:
336: * tests/388-sql.html: sql tests under OS X now fixed
337:
338: * tests/results/auto.p: curl test under OS X now works
339:
340: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
341: no dll name under Windows, hiding
342:
343: * tests/: 379-curl.html, results/379-curl.processed: some curl
344: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
345:
346: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
347: 389.html, results/030.processed, results/212.processed,
348: results/219.processed, results/273.processed,
349: results/320.processed, results/346-curl.processed,
350: results/389.processed, results/auto.p: ^try-catch-filtered added
351: and used
352:
353: * tests/: 347-curl.html, results/347-curl.processed: support for
354: different error messages
355:
356: * src/classes/curl.C: several curl libraries supported,
357: ^curl:options[ $.library[] ] resets to default
358:
359: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
360: removed as depends on curl version
361:
362: * tests/results/: 223-curl.processed, 394-curl.processed: curl
363: fixed bug with \n in file names, test result updated
364:
365: * tests/388-sql.html: +libmysqlclient.so
366:
367: * etc/auto.p.in: +libmariadb
368:
369: 2024-12-12 moko
370:
371: * tests/: 388-sql.html, results/429-sql.processed: test results
372: updated after test changed
373:
374: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
375: for newer MariaDB compatibility
376:
377: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
378: results/429-sql.processed: key -> id for new MariaDB
379: compatibility
380:
381: * src/types/pa_vmethod_frame.h: warning war
382:
383: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
384: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
385: including for Debian package
386:
387: 2024-12-11 moko
388:
389: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
390: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
391: $status:log-filename added (related to feature #1262)
392:
393: * tests/: 440.html, results/440.processed: test for row is checked
394: before accessing when table is modified during select (related to
395: bug #1258)
396:
397: * src/: classes/table.C, include/pa_table.h: row should be checked
398: before accessing as table can be modified during select (related
399: to bug #1258)
400:
401: * src/types/pa_vmail.C: $mail:received tables -> elements array
402: (related to feature #1226)
403:
404: * src/: classes/file.C, classes/image.C, classes/table.C,
405: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
406: better messages (related to feature #1267)
407:
408: * tests/results/: 065.processed, 246.processed, 337.processed,
409: 342.processed, 352.processed, 356.processed, 364.processed,
410: 372.processed, 373.processed, 389.processed, 404.processed,
411: 406.processed, 414.processed, 430.processed, 432.processed,
412: 442.processed: tests updated after params.as_string error
413: reporting was improved (related to feature #1267)
414:
415: * src/classes/reflection.C: error messages optimized (related to
416: feature #1267)
417:
418: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
419: error reporing for params.as_* (related to feature #1267)
420:
421: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
422: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
423: #1267)
424:
425: * tests/results/: 246.processed, 414.processed, 432.processed:
426: tests updated after params.as_string error reporting was improved
427: (related to feature #1267)
428:
429: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
430: reporing for params.as_string (implements feature #1267)
431:
432: * tests/: 065.html, results/065.processed: tests for file methods
433: accepting file as filename added (related to feature #1265)
434:
435: * src/: classes/file.C, include/pa_exception.h,
436: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
437: methods now accept file as path specification (adopted Sumo patch
438: implements feature #1265)
439:
440: * tests/: 400.html, results/400.processed: tests for result
441: optimization "locks" after first method call (related to feature
442: #1266)
443:
444: 2024-12-10 moko
445:
446: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
447: result_optimization comments (related to feature #1266)
448:
449: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
450: $result now stored in my_result, not in local variables hash
451: (implements feature #1266)
452:
1.209 moko 453: 2024-12-09 moko
454:
1.210 moko 455: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
456: set_my_variable in preparation for $result optimization (related
457: to feature #1266)
458:
1.209 moko 459: * tests/results/119.processed: newline corrected for some OS
460:
461: * tests/: 441.html, results/441.processed: Debian-specific test
462: commented
463:
464: * buildall: pcre2 10.42 -> 10.44
465:
466: 2024-12-08 moko
467:
468: * buildall: external links fixed
469:
470: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
471:
472: * src/include/pa_table.h: some clang versions compilation fix
473:
474: * configure.ac: 3.4.7b -> 3.5.0rc
475:
476: 2024-12-07 moko
477:
478: * tests/: 443.html, 444.html, results/443.processed,
479: results/444.processed: tests for named params (related to feature
480: #1205)
481:
482: * src/: classes/reflection.C, types/pa_method.h: named_params
483: support in reflection (related to feature #1205)
484:
485: * src/types/pa_vmethod_frame.h: extra_params and named params
486: should be also inited in ^method[] call (related to feature
487: #1205)
488:
489: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
490: support using @method[arg;.named_arg;.named_arg2] syntax
491: (implements feature #1205)
492:
493: * tests/: 443.html, results/443.processed: test for *args inited
494: added (related to bug #1264)
495:
496: * src/types/pa_vmethod_frame.h: *args are now inited even if not
497: specified (fixes bug #1264)
498:
499: * tests/: 442.html, results/442.processed: tests for
500: params.as_file_name(N) with empty file name added (related to
501: feature #1121)
502:
503: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
504: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
505: include/pa_exception.h, types/pa_vmethod_frame.h:
506: params.as_file_name(N) added and used instead of
507: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
508: (implements feature #1121)
509:
510: * src/: classes/file.C, classes/image.C, classes/op.C,
511: classes/table.C, include/pa_exception.h: filename is everywhere
512: params.as_string, unify exception and remove
513: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
514:
515: * tests/: 141.html, results/141.processed: test for
516: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
517: to feature #1263)
518:
519: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
520: $.format[file] ] now supported (implements feature #1263)
521:
522: 2024-12-06 moko
523:
524: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
525: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
526: (cgi/console/mail/httpd/apache/isapi) added (related to feature
527: #1262)
528:
529: 2024-12-05 moko
530:
531: * src/targets/cgi/parser3.C: more correct arguments processing to
532: block -fl config.file log.file logic (related to feature #1262)
533:
534: 2024-12-04 moko
535:
536: * src/targets/cgi/parser3.C: now only one log location is selected
537: and tried. -l - supported for stderr specification (related to
538: feature #1262)
539:
540: 2024-12-03 moko
541:
542: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
543: results/010.processed, results/415.processed: tests for
544: $.(expression)[value], $a.(expression), ^v.(expression)[args]
545: added (related to feature #1064)
546:
547: * src/main/compile.y: $.(expression)[value], $a.(expression),
548: ^v.(expression)[args] now supported (implements feature #1064)
549:
550: 2024-12-02 moko
551:
552: * src/targets/cgi/parser3.C: -l /path/to/log options added
553: (implements feature #1262)
554:
1.208 moko 555: 2024-12-01 moko
556:
557: * tests/: 010.html, results/010.processed: some tests related to
558: bug #1149 added
559:
560: * src/main/compile.y: the check pc.pos.col > 1 is not required
561: because we can't be here without a '$' before. The begin == end
562: check was incorrect since $[a]{b} fits this condition (fixes bug
563: #1149)
564:
565: 2024-11-29 moko
566:
567: * src/classes/array.C: warning war
568:
569: 2024-11-26 moko
570:
571: * tests/: 441.html, results/441.processed: a bit more testing
572: (related to bug #1238)
573:
574: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
575:
576: * src/main/pa_exec.C: simplification arg_quote added (related to
577: bug #1229)
578:
1.207 moko 579: 2024-11-25 moko
580:
581: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
582: bug #1239)
583:
584: 2024-11-24 moko
585:
586: * src/main/pa_exec.C: added cmd.exe specific
587:
588: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
589: tests for ^file::exec env and args tainting tests (related to bug
590: #1239)
591:
592: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
593:
594: * src/include/pa_config_includes.h: added recommendations for
595: libxslt.a and and libexslt.a compilation under cygwin
596:
597: * tests/results/102.processed: $form:fields.value is now writable,
598: as $form:value (related to feature #1254)
599:
600: * src/include/pa_config_includes.h: cigwin compilation fixes
601:
602: 2024-11-23 moko
603:
604: * tests/httpd/site/run_server.sh: to simplify testing
605:
606: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
607: site/form.html: $form:files and $form:elements tests added, tests
608: with curl supported (related to feature #1254)
609:
610: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
611: types/pa_vform.h: $form:elements implemented, VForm::get_element
612: uses faster SYMBOLS_EQ, hashes no longer copied when using
613: $form:fields/tables/files/imap and can be edited (implements
614: feature #1254)
615:
616: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
617: bug #1261)
618:
1.206 moko 619: 2024-11-17 moko
620:
621: * tests/: 440.html, results/440.processed: tests for
622: ^table.array[], offset restoration, iterators robust tests
623: (related to bug #1258, features #1259 and #1260)
624:
625: * tests/: 439.html, results/439.processed: array and hash iterators
626: robust tests (related to feature #1260)
627:
628: * src/: classes/array.C, classes/table.C, include/pa_array.h,
629: include/pa_table.h: Array_robust_iterator added and used in cases
630: where array can be modified during iteration (implements feature
631: #1260)
632:
633: * src/classes/table.C: ^table.array[], ^table.array[column name],
634: ^table.array{code} added (implements feature #1259)
635:
636: 2024-11-16 moko
637:
638: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
639: table current row restoration after exception and table changes
640: (fixes bug #1258)
641:
642: 2024-11-13 moko
643:
644: * src/classes/table.C: minor optimization
645:
646: * src/main/pa_string.C: \r added to default ^string.trim chars list
647: (https://www.parser.ru/forum/?id=86648)
648:
1.205 moko 649: 2024-11-11 moko
650:
1.206 moko 651: * src/classes/classes.C: set_base commented
652:
653: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
654: deleted
655:
656: * src/classes/classes.vcproj: no more classes.awk and classes.inc
657:
658: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
659: classes.inc
660:
661: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
662: main/pa_globals.C: classes.awk is useless, preparing to delete it
663:
1.205 moko 664: * src/classes/classes.h: temp fix
665:
666: 2024-11-10 moko
667:
668: * src/: classes/date.C, classes/file.C, classes/image.C,
669: classes/op.C, main/pa_string.C: minor optimization
670:
671: * src/: classes/date.C, classes/file.C, classes/image.C,
672: classes/op.C, main/pa_string.C: typo fixed
673:
674: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
675: classes/file.C, classes/image.C, classes/op.C,
676: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
677: memory allocation befor main(). Only 3 allocations in chatsets
678: left (implements feature #1257)
679:
680: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
681: minor naming convention fix
682:
683: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
684: results/436.processed, results/437.processed,
685: results/438.processed: tests for @unhandled_exception processing
686: (related to feature #1256)
687:
688: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
689: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
690: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
691: are now processed in request::core for correct logging and
692: reporting (feature #1256)
693:
694: * src/: include/pa_sapi.h, main/pa_request.C,
695: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
696: targets/isapi/parser3isapi.C: unhandled exception now called if
697: exception occures during $response:download processing (related
698: to bug #1255)
699:
700: * etc/auto.p.in: better 404 error reporting
701:
702: 2024-11-09 moko
703:
704: * src/main/pa_memory.C: more detailed usage comment
705:
706: * src/main/pa_memory.C: usage commented
707:
708: * src/main/pa_memory.C: minor cleanup
709:
710: * src/types/: pa_varray.h, pa_vregex.h: warnings war
711:
712: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
713: httpd/site/029.html, results/436.processed: test for exception in
714: $response:download[] added
715:
716: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
717: and avoid exit status 1 on die
718:
719: * tests/results/: 007.processed, 019.processed, 098.processed,
720: 103.processed, 233.processed: windows headers matter for binary
721: files
722:
723: * tests/httpd/ok.log: tests results updated as extra headers now
724: cleared on error (related to bug #1255)
725:
726: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
727: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
728: targets/isapi/parser3isapi.C: headers buffering to avoid extra
729: headers in errors, custom send_error in cgi/httpd mode to avoid
730: memory allocations (fixes bug #1255)
731:
732: 2024-11-07 moko
733:
734: * tests/: 264.html, results/264.processed: tests updated to test
735: removal of only trailing empty arguments for backward
736: compatibility (related to feature #1252)
737:
738: * src/classes/file.C: remove trailing empty arguments for backward
739: compatibility (related to feature #1252)
740:
741: 2024-11-05 moko
742:
743: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
744: low memory case, when static initialization failed even before
745: main() start
746:
747: 2024-11-04 moko
748:
749: * configure, src/include/pa_config_auto.h.in,
750: src/include/pa_config_fixed.h: _locking no longer used
751:
752: * configure.ac: _locking no longer used (related to bug #1231)
753:
754: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
755:
756: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
757:
758: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
759: unused
760:
761: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
762: be used on locking errors (related to bug #1231)
763:
764: * src/main/pa_os.C: GetLastError used as errno is not set (related
765: to bug #1231)
766:
767: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
768: allowing shared lock to work (fixes bug #1231)
769:
770: * INSTALL: actualized, minor fixes
771:
772: * etc/auto.p.in: default LIMITS added
773:
774: * AUTHORS: links actualized
775:
776: * src/: classes/array.C, classes/bool.C, classes/classes.C,
777: classes/classes.awk, classes/classes.h, classes/curl.C,
778: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
779: classes/hash.C, classes/hashfile.C, classes/image.C,
780: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
781: classes/math.C, classes/memcached.C, classes/memory.C,
782: classes/op.C, classes/reflection.C, classes/regex.C,
783: classes/response.C, classes/string.C, classes/table.C,
784: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
785: include/pa_array.h, include/pa_base64.h,
786: include/pa_cache_managers.h, include/pa_charset.h,
787: include/pa_charsets.h, include/pa_common.h,
788: include/pa_config_fixed.h, include/pa_config_includes.h,
789: include/pa_dictionary.h, include/pa_dir.h,
790: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
791: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
792: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
793: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
794: include/pa_request_charsets.h, include/pa_request_info.h,
795: include/pa_sapi.h, include/pa_socks.h,
796: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
797: include/pa_stack.h, include/pa_string.h,
798: include/pa_stylesheet_connection.h,
799: include/pa_stylesheet_manager.h, include/pa_symbols.h,
800: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
801: include/pa_uue.h, include/pa_xml_exception.h,
802: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
803: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
804: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
805: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
806: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
807: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
808: main/compile.tab.C, main/compile.y, main/compile_tools.C,
809: main/compile_tools.h, main/execute.C, main/pa_base64.C,
810: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
811: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
812: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
813: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
814: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
815: main/pa_sql_driver_manager.C, main/pa_string.C,
816: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
817: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
818: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
819: main/untaint.C, sql/pa_sql_driver.h,
820: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
821: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
822: targets/isapi/parser3isapi.C, types/pa_junction.h,
823: types/pa_method.h, types/pa_property.h, types/pa_value.C,
824: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
825: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
826: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
827: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
828: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
829: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
830: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
831: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
832: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
833: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
834: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
835: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
836: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
837: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
838: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
839: types/pa_vresponse.C, types/pa_vresponse.h,
840: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
841: types/pa_vstateless_object.h, types/pa_vstatus.C,
842: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
843: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
844: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
845: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
846: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
847:
1.203 moko 848: 2024-10-28 moko
849:
1.204 moko 850: * src/classes/array.C: avoid invalidate()
851:
852: * src/: classes/array.C, types/pa_varray.h: minor optimization for
853: fused to survive in ^array::copy[$a] (related to feature #930)
854:
855: * src/types/pa_varray.h: minor optimization as last element is
856: allways defined if present
857:
1.203 moko 858: * tests/: 435.html, results/435.processed: tests for
859: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
860: for array added (related to feature #1253)
861:
862: * src/classes/array.C: typo fixed
863:
864: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
865: ^hash.set([-+]index)[value], and same for array added (implements
866: feature #1253)
867:
868: * tests/results/: 246.processed, 298.processed, 342.processed,
869: 389.processed, 397.processed, 430.processed, 432.processed: tests
870: results update after minor exceptions texts fixes
871:
872: 2024-10-27 moko
873:
874: * src/: classes/array.C, classes/hash.C, classes/math.C,
875: classes/reflection.C, classes/string.C, classes/table.C,
876: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
877: types/pa_vmethod_frame.h: handy as_index() added, several
878: exceptions texts fixed (related to feature #930)
879:
880: * src/: classes/array.C, types/pa_varray.h: non-working
881: $array.fields removed, ^array.delete[index] supported (related to
882: feature #930)
883:
884: * tests/: 431.html, results/431.processed: tests updated after
885: ^a.delete[3] supported
886:
887: * tests/: 431.html, 434.html, results/434.processed: tests for last
888: element used, push/pop, exceptions during arguments processing
889: and used caching (related to feature #930)
890:
891: * src/: classes/array.C, types/pa_varray.h: change_used added for
892: better used caching and now no issues if exception occures during
893: append arguments processing (related to feature #930)
894:
895: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
896: ^array.pop[] added, last element is allways used (related to
897: feature #930)
898:
899: 2024-10-26 moko
900:
901: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
902: types/pa_varray.h: confirm_all_used added where possible (related
903: to feature #930)
904:
905: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
906: small array optimizations (related to feature #930)
907:
908: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
909:
910: * tests/: 431.html, results/431.processed: test for
911: ^array.compact[undef] added
912:
913: * src/classes/array.C: ^array.compact[] now have optional 'undef'
914: argument to also compact undefined elements (related to feature
915: #930)
916:
917: 2024-10-24 moko
918:
919: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
920: VArray::hash is used rarery, no longer caching the result
921:
922: * tests/results/432.processed: testing removed from tests
923:
924: 2024-10-23 moko
925:
926: * tests/: 431.html, results/431.processed: ^array.compact[] test
927: added
928:
929: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
930:
931: * tests/: 432.html, results/432.processed: testing ^array.at[] for
932: both "solid" and "sparse" arrays
933:
934: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
935:
936: 2024-10-22 moko
937:
938: * tests/results/264.processed: spelling
939:
940: * src/classes/file.C: spelling
941:
942: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
943: tests updated after ^file::exec[cmd;;$array] implemented and
944: empty arguments not skipped (related to feature #1252)
945:
946: * src/classes/file.C: ^file::exec[cmd;;$array] supported
947: (implements feature #1252) bugfix: empty arguments no longer
948: skipped
949:
1.205 moko 950: 2024-10-21 moko
951:
952: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
953: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
954: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
955: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
956: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
957: site/index.html, site/test.txt: httpd tests added
958:
1.202 moko 959: 2024-10-20 moko
960:
961: * src/classes/string.C: warnings war
962:
963: * src/: main/pa_string.C, classes/array.C: warnings war
964:
965: * src/classes/json.C: warnings war
966:
967: * src/classes/image.C: warnings war
968:
969: * src/: classes/table.C, types/pa_varray.C: warnings war
970:
971: * src/classes/array.C: warning war
972:
973: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
974:
975: * src/main/main.vcproj: warnings war
976:
977: 2024-10-19 moko
978:
979: * tests/427.html: test updated after constructors renamed
980:
981: 2024-10-18 moko
982:
983: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
984: results/421.processed, results/430.processed,
985: results/431.processed: test updated after constructors renamed
986:
987: * src/classes/array.C: create -> copy, new -> create according to
988: https://www.parser.ru/forum/?id=86603 discussion (related to
989: feature #930)
990:
991: 2024-10-16 moko
992:
993: * src/classes/json.C: $json:array[array or hash] added to provide
994: more backward compatibility (implements feature #1251)
995:
996: 2024-10-15 moko
997:
998: * tests/: 421.html, results/421.processed: test results updated
999: after missing constuctor error check added and array is_index
1000: check added
1001:
1002: * src/main/execute.C: absent constructor message fixed
1003:
1.201 moko 1004: 2024-10-13 moko
1005:
1006: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1007: with is_index() before calling index() for better error reporting
1008: in method name typo (was invalid number, not method not found
1009: exception).
1010:
1011: 2024-10-08 moko
1012:
1013: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1014:
1015: * src/include/pa_array.h: warnings war
1016:
1.200 moko 1017: 2024-10-05 moko
1018:
1019: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1020: returns current row cells array (implements feature #1250)
1021:
1022: * tests/: 405.html, results/169.processed, results/405.processed:
1023: tests updated after ^string.split[;a] implemented (related to
1024: feature #1249)
1025:
1026: * src/classes/string.C: ^string.split[] - 'a' option added for
1027: splitting into an array (implements feature #1249)
1028:
1029: 2024-10-04 moko
1030:
1031: * tests/: 431.html, results/431.processed: final code coverage
1032: array tests
1033:
1034: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1035: array: confirm_all_used() added and used where possible, expand()
1036: now expends faster
1037:
1038: 2024-10-03 moko
1039:
1040: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1041:
1042: * tests/: 256.html, results/256.processed: test for
1043: $.date[unix-timestamp] handling large dates
1044:
1045: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1046: classes/string.C, classes/table.C, include/pa_common.h,
1047: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1048: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1049: format replaced with pa_uitoa where applicable,
1050: $.date[unix-timestamp] fixed for handling large dates
1051:
1052: * tests/: 433.html, results/433.processed: more tests, including
1053: test for possible endless recursion in ^o.GET[]
1054:
1055: * src/types/pa_vobject.C: bugfix: detecting possible endless
1056: recursion in get_scalar_value inside ^o.GET[]
1057:
1058: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1059: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1060: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1061: $LIMITS.max_recursion
1062:
1063: 2024-10-02 moko
1064:
1065: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1066: results/253.processed, results/287.processed,
1067: results/430.processed, results/433.processed: more tests for full
1068: array and json code coverage
1069:
1070: * tests/: 433.html, results/433.processed: tests for hash functions
1071: with array param
1072:
1073: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1074:
1075: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1076: in 246.html used to test ^array.at, same result produced
1077:
1078: * tests/: 430.html, 431.html, results/430.processed,
1079: results/431.processed: more array tests for 100% code coverage
1080: (related to feature #930)
1081:
1082: * tests/: 427.html, 430.html, results/427.processed,
1083: results/430.processed: first portion of array tests added
1084: (related to feature #930)
1085:
1086: * src/classes/array.C: allow only whitespace string as argument for
1087: add and join
1088:
1089: * src/classes/array.C: add behavour for array synced with hash
1090:
1091: 2024-09-30 moko
1092:
1093: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1094: tests added
1095:
1096: * src/classes/array.C: $.distinct should not be used unless
1097: $.sparse(true)
1098:
1099: * tests/: 429-sql.html, results/388-sql.processed,
1100: results/429-sql.processed: tests for ^array::sql{}, including
1101: multi_statements mode (related to feature #930)
1102:
1.199 moko 1103: 2024-09-29 moko
1104:
1105: * src/classes/array.C: synced ^array::sql multi_statements logic
1106: with ^hash::sql new behavour
1107:
1108: 2024-09-28 moko
1109:
1110: * tests/: 428-sql.html, results/388-sql.processed,
1111: results/428-sql.processed: tests updated after column names were
1112: fixed in multi_statements mode (related to feature #1197)
1113:
1114: * src/classes/hash.C: column names are fixed for most cases in
1115: multi_statements mode (related to feature #1197)
1116:
1117: * tests/: 428-sql.html, results/195.processed,
1118: results/224.processed, results/239.processed,
1119: results/254.processed, results/261.processed,
1120: results/306.processed, results/333.processed,
1121: results/341.processed, results/343.processed,
1122: results/344.processed, results/348.processed,
1123: results/364.processed, results/389.processed,
1124: results/390.processed, results/415.processed,
1125: results/420.processed, results/421.processed: tests results
1126: updated after error messages spelling minor fixes
1127:
1128: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1129: spelling
1130:
1131: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1132: classes/image.C, classes/math.C, classes/string.C,
1133: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1134: main/execute.C, main/pa_charset.C, main/pa_common.C,
1135: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1136: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1137: types/pa_vmail.C, types/pa_vobject.C,
1138: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1139: types/pa_vxdoc.C: minor error messages spelling fixes
1140:
1141: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1142: implementation (related to feature #930)
1143:
1144: * tests/: 388-sql.html, results/388-sql.processed: test results
1145: updated after rows number ^file::sql{} check added
1146:
1147: * src/classes/file.C: rows number now checked in ^file::sql{}
1148:
1149: * tests/: 428-sql.html, results/428-sql.processed: more tests
1150:
1151: * tests/: 428-sql.html, results/428-sql.processed: more
1152: multi_statements testing before bugfix
1153:
1154: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1155: results/428-sql.processed: support for multiple sql test files
1156: added
1157:
1158: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1159:
1160: * src/classes/hash.C: more accurate one_bool_column processing
1161:
1162: * tests/: 427.html, results/427.processed: Constructors as methods
1163: behavour documented in test
1164:
1165: * src/classes/hash.C: HashStringValue::Iterator used for options
1166:
1167: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1168:
1169: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1170: testing
1171:
1172: * tests/results/367-curl.processed: test result updated after
1173: server charset changed
1174:
1175: * tests/results/347-curl.processed: error messages updated
1176:
1177: * tests/results/: 346-curl.processed, 379-curl.processed,
1178: 394-curl.processed: tests results updated after Type -> Exception
1179: type replacement
1180:
1181: * tests/results/388-sql.processed: tests result updated after Type
1182: -> Exception type
1183:
1184: 2024-09-27 moko
1185:
1186: * src/classes/hash.C: minor simplification
1187:
1188: 2024-09-24 moko
1189:
1190: * src/main/pa_string.C: atoui error messages improved
1191:
1192: * tests/: 165.html, 312.html, results/165.processed,
1193: results/312.processed, results/379.processed: tests updated after
1194: default endless loop limit increased, atoi error messages
1195: improved
1196:
1197: * src/classes/hash.C: VBool::get used, unification
1198:
1.198 moko 1199: 2024-09-22 moko
1200:
1201: * src/classes/array.C: minor simplification
1202:
1203: * src/classes/array.C: ^array.left(N),
1204: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1205:
1206: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1207: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1208: added, default 1000000 (related to feature #930)
1209:
1210: * tests/: 426.html, results/426.processed: test for negative limit
1211: and offset processing for table options added
1212:
1213: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1214: bugfix: negative limit and offset processing for table options
1215: fixed
1216:
1217: 2024-09-21 moko
1218:
1219: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1220: ^for added that also iterates holes; ^remove added (related to
1221: feature #930)
1222:
1223: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1224: $.offset(M) ] added (related to feature #930)
1225:
1226: 2024-09-20 moko
1227:
1228: * src/: classes/array.C, types/pa_varray.h: array:
1229: +foreach[value]{code}, + add[hash with numeric keys] (related to
1230: feature #930)
1231:
1232: 2024-09-19 moko
1233:
1234: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1235: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1236: support $a[v1;v2;...] syntax (related to feature #930)
1237:
1238: 2024-09-17 moko
1239:
1240: * src/: classes/reflection.C, include/pa_request.h,
1241: main/compile_tools.h, main/pa_request.C:
1242: ^reflection:class_alias[existing class name;alias class name]
1243: added. The array class can now be redefined regardless of the
1244: $.replace(bool) option value (related to feature #930)
1245:
1246: * src/main/: compile.y, compile_tools.h: class_add return value
1247: inverted to add it to request class
1248:
1249: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1250: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1251: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1252: resize if required. spared array - added fused, append.
1253:
1.197 moko 1254: 2024-09-16 moko
1255:
1256: * src/types/pa_varray.h: get moved to where it belongs
1257:
1258: 2024-09-15 moko
1259:
1260: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1261: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1262:
1263: * tests/: 421.html, results/323.processed, results/421.processed:
1264: tests updated after 'spared-array' class renamed to 'array'
1265: following a discussion on the forum (related to feature #930)
1266:
1267: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1268: types/pa_vmail.C: initial SparseArray separation from Array,
1269: parser class now 'array'
1270:
1271: 2024-09-14 moko
1272:
1273: * tests/: 030.html, results/030.processed: out of range expires
1274: check added
1275:
1276: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1277: checking expires time using VDate
1278:
1279: 2024-09-13 moko
1280:
1281: * src/: classes/array.C, classes/curl.C, classes/date.C,
1282: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1283: classes/memcached.C, classes/op.C, classes/regex.C,
1284: classes/string.C, classes/xdoc.C, classes/xnode.C,
1285: main/execute.C, main/pa_http.C, main/pa_request.C,
1286: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1287: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1288: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1289: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1290: removed as dynamic_cast is faster, Value::is() is still required
1291: for is operator.
1292:
1293: 2024-09-12 moko
1294:
1295: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1296: classes/table.C, classes/xnode.C, include/pa_array.h,
1297: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1298: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1299: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1300: templated pa_itoa/pa_uitoa added to work with any integer type,
1301: String::Body::Format removed
1302:
1303: 2024-09-10 moko
1304:
1305: * src/classes/array.C: append and insert methods added to
1306: sparse-array (related to feature #930)
1307:
1308: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1309: tests updated after sparse-array was added to avoid ^json:parse[]
1310: using it in old tests (related to feature #930)
1311:
1312: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1313: types/pa_varray.h: sparse-array class added (initial feature #930
1314: implementation)
1315:
1316: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1317: for sparse-array class files (related to feature #930)
1318:
1319: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1320: types/pa_vhash.h: VArray support functions without actual VArray
1321: files (related to feature #930)
1322:
1.196 moko 1323: 2024-09-07 moko
1324:
1325: * src/: classes/curl.C, classes/string.C, classes/table.C,
1326: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1327: main/pa_http.C, main/pa_sql_driver_manager.C,
1328: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1329: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1330: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1331: with Hash::Iterator, has_next() replaced with operator bool
1332: (related to feature #930)
1333:
1334: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1335: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1336: types/pa_vstateless_class.C: Array class extended,
1337: Array::Iterator added and used (related to feature #930)
1338:
1.195 moko 1339: 2024-08-26 moko
1340:
1341: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1342: should be used on argv[0] as well to match document root.
1343:
1.194 moko 1344: 2024-08-25 moko
1345:
1346: * src/main/pa_request.C: be more specific
1347:
1348: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1349: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1350: (fixes bug #1244)
1351:
1352: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1353: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1354: rsplit(..., '\\') is not correct when / and \ are mixed in path
1355:
1356: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1357:
1.193 moko 1358: 2024-07-24 moko
1359:
1360: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1361: main/execute.C, main/pa_string.C: Warning war: clang changed
1362: -Wdeprecated-register warning to -Wregister, it's easier to
1363: remove all register vars then continue this fight. :)
1364:
1365: * src/main/: compile.y, compile.tab.C: warning war: register
1366: removed
1367:
1.192 moko 1368: 2024-07-14 moko
1369:
1370: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1371: checking the HTTP request environment; if the variable is not
1372: present, checking the web server process environment (implements
1373: feature #1242)
1374:
1.191 moko 1375: 2024-05-26 moko
1376:
1377: * tests/: 195.html, 229.html, results/096.processed,
1378: results/097.processed, results/158.processed,
1379: results/186.processed, results/273.processed,
1380: results/293.processed, results/317.processed,
1381: results/389.processed, results/402.processed: tests updated as
1382: single quote now escaped with ' in HTML tainting mode
1383: (related to feature #1241)
1384:
1385: * src/main/untaint.C: single quote now escaped with ' in HTML
1386: tainting mode (implements feature #1241)
1387:
1388: * tests/results/: 020.processed, 021.processed, 026.processed,
1389: 042.processed, 043.processed, 057.processed, 110.processed,
1390: 115.processed, 116.processed, 117.processed, 118.processed,
1391: 119.processed, 120.processed, 125.processed, 126.processed,
1392: 128.processed, 130.processed, 131.processed, 132.processed,
1393: 133.processed, 135.processed, 136.processed, 138.processed,
1394: 139.processed, 140.processed, 145.processed, 150.processed,
1395: 151.processed, 165.processed, 174.processed, 181.processed,
1396: 182.processed, 192.processed, 193.processed, 201.processed,
1397: 213.processed, 224.processed, 226.processed, 230.processed,
1398: 239.processed, 240.processed, 244.processed, 253.processed,
1399: 254.processed, 261.processed, 264.processed, 269.processed,
1400: 274.processed, 275.processed, 288.processed, 294.processed,
1401: 296.processed, 303.processed, 306.processed, 307.processed,
1402: 308.processed, 311.processed, 312.processed, 314.processed,
1403: 315.processed, 316.processed, 320.processed, 323.processed,
1404: 324.processed, 325.processed, 328.processed, 330.processed,
1405: 332.processed, 333.processed, 337.processed, 338.processed,
1406: 341.processed, 342.processed, 343.processed, 344.processed,
1407: 345.processed, 348.processed, 352.processed, 356.processed,
1408: 357.processed, 363.processed, 364.processed, 368.processed,
1409: 372.processed, 373.processed, 376.processed, 378.processed,
1410: 379.processed, 385.processed, 386.processed, 387.processed,
1411: 389.processed, 390.processed, 395.processed, 397.processed,
1412: 398.processed, 399.processed, 404.processed, 406.processed,
1413: 413.processed, 414.processed, 420.processed, 421.processed,
1414: 424.processed, auto.p: Type -> Exception type for readability
1415:
1416: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1417: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1418: results/119.processed, results/165.processed,
1419: results/175.processed, results/192.processed,
1420: results/213.processed, results/217.processed,
1421: results/230.processed, results/240.processed,
1422: results/298.processed, results/380.processed,
1423: results/415.processed: try-catch, try-catch-comment used
1424:
1425: 2024-05-21 moko
1426:
1427: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1428: results/180.processed, results/195.processed,
1429: results/224.processed, results/auto.p: @try-catch-comment added
1430: and used
1431:
1432: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1433: 415.html, results/269.processed, results/283.processed,
1434: results/auto.p: more tests are updated to prepare for apostrophe
1435: escaping in HTML tainting
1436:
1437: * tests/results/: 181.processed, 294.processed, 296.processed,
1438: 315.processed, 379.processed, 389.processed, auto.p:
1439: $exception.comment printed as-is for whitespace reporting and to
1440: prepare for apostrophe escaping in HTML mode
1441:
1.190 moko 1442: 2024-05-11 moko
1443:
1444: * tests/: 099.html, 100.html, results/099.processed,
1445: results/100.processed: a test for non-UTF-8 filename* added
1446: (related to feature #1240)
1447:
1448: * tests/: 293.html, results/293.processed: tainting modes tests
1449: added
1450:
1451: * tests/results/: 099.processed, 100.processed, 205.processed,
1452: 309.processed, 310.processed, 419.processed: tests results
1453: updated after filename* added (related to feature #1240)
1454:
1455: * src/: include/pa_common.h, main/pa_request.C: The filename*
1456: parameter was added to the Content-Disposition header to conform
1457: with RFC 6266, with code provided by Sumo (implements feature
1458: #1240)
1459:
1460: 2024-05-10 moko
1461:
1462: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1463: positive performance effect in our case
1464:
1.189 moko 1465: 2024-03-27 moko
1466:
1467: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1468: (related to feature #1236)
1469:
1470: 2024-03-15 moko
1471:
1472: * tests/: 413.html, results/413.processed: test for object still
1473: can be used as file parameter (related to bug #1218)
1474:
1475: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1476: still can be used in file context (fixes bug #1218)
1477:
1478: 2024-03-14 moko
1479:
1480: * src/include/pa_string.h: ArrayString get() null result assert
1481: also added (related to bug #1238)
1482:
1483: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1484: VString::empty() used instead of new VString()
1485:
1486: 2024-03-12 moko
1487:
1488: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1489: results/379.processed: test added for cookie without value
1490: (related to bug #1238)
1491:
1492: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1493: values are now required to be non-null (related to bug #1238)
1494:
1495: * src/main/pa_http.C: cookies without value are now parsed
1496: correctly (fixed bug #1238)
1497:
1498: 2024-03-11 moko
1499:
1500: * tests/run_parser.sh: for better error reporting
1501:
1.188 moko 1502: 2023-12-30 moko
1503:
1504: * tests/: 038.html, results/038.processed: test for atan2 added
1505:
1506: 2023-12-29 moko
1507:
1508: * src/classes/math.C: atan2(y,x) math function added
1509:
1.187 moko 1510: 2023-12-14 moko
1511:
1512: * tests/212.html: pcre2 compatibility (related to feature #1236)
1513:
1514: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1515: exceptions and behavour added (related to feature #1236)
1516:
1517: 2023-12-13 moko
1518:
1519: * buildall: by default parser is now bundled with pcre2 10.42,
1520: --without-pcre2 option added to build with pcre-8.45 (related to
1521: feature #1236)
1522:
1523: 2023-12-12 moko
1524:
1525: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1526: support added (implements feature #1236)
1527:
1528: * src/: include/pa_charset.h, include/pa_config_includes.h,
1529: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1530: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1531: types/pa_vregex.h: Adopted patch from Yavor Doganov
1532: <yavor@gnu.org> to add pcre2 library support (implements feature
1533: #1236)
1534:
1.186 moko 1535: 2023-11-28 moko
1536:
1537: * src/include/pa_config_includes.h: warnings war continues
1538:
1539: * src/include/pa_config_includes.h: warning war
1540:
1541: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1542: number strings, whitespace and sign in exception messages
1543: (related to bug #1234)
1544:
1.185 moko 1545: 2023-11-26 moko
1546:
1547: * tests/: 274.html, results/224.processed, results/274.processed:
1548: tests for date double, int, bool added (related to feature #1235)
1549:
1550: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1551: added for date class (implements feature #1235)
1552:
1553: 2023-11-23 moko
1554:
1555: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1556: and '-' strings are no longer can be treated as number 0,
1557: exception thrown (fixes bug #1234)
1558:
1.184 moko 1559: 2023-11-18 moko
1560:
1561: * src/include/pa_types.h: minor
1562:
1563: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1564:
1565: * tests/: 389.html, results/389.processed: error messages for some
1566: OS differs a bit, reducing failing tests for them
1567:
1568: 2023-11-17 moko
1569:
1570: * tests/: 423.html, results/423.processed: test for optional
1571: @auto[] inheritance added (related to feature #1233)
1572:
1573: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1574: types/pa_vstateless_class.C: optional @auto[] inheritance
1575: implemented if defined with two args (path, class name)
1576: (implements feature #1233)
1577:
1578: * src/: classes/double.C, classes/int.C, classes/math.C,
1579: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1580: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1581: sync double->int overflow behavour under different architectures
1582: (fixes bug #1232)
1583:
1584: * tests/: 422.html, results/422.processed: int clipping added
1585:
1586: 2023-11-16 moko
1587:
1588: * tests/: 422.html, results/422.processed: test for int and uint
1589: overflow in ^n.format[d/u/x]
1590:
1591: * src/classes/math.C: bugfix: crc32 should not be negative (under
1592: Apple M1 when negative double converts to uint the result is 0)
1593: and crc32 should be 32 bits
1594:
1595: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1596: on Apple M1 it's 0
1597:
1598: * src/classes/file.C: bugfix: crc32 should not be negative (under
1599: Apple M1 when negative double converts to uint the result is 0)
1600: and crc32 should be 32 bits
1601:
1.183 moko 1602: 2023-10-07 moko
1603:
1604: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1605: behavour with other OP_NUM_*, related to bug #1230
1606:
1607: 2023-10-06 moko
1608:
1609: * tests/: 338.html, results/338.processed: test for bug #1230 added
1610:
1611: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1612: be converted to double to avoid 80 bit operations in x87 mode
1613: (fixes bug #1230)
1614:
1615: 2023-10-05 moko
1616:
1617: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1618: compatibility
1619:
1620: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1621:
1622: * tests/: 421.html, results/421.processed: test to cover all
1623: classes and objects nonexistent method and field exceptions
1624: (related to feature #1080 and #1227)
1625:
1626: * tests/results/: 182.processed, 324.processed: undefined method ->
1627: <type> method not found exception (related to feature #1080)
1628:
1629: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1630: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1631: "element can not be fetched from" for them, "field not found" for
1632: all other types (related to bug #1227)
1633:
1634: 2023-10-03 moko
1635:
1636: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1637: <type> method not found" exception now thrown for static calls
1638: instead of "undefined method" without class name (related to
1639: feature #1080)
1640:
1641: 2023-10-02 moko
1642:
1643: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1644: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1645: <method name>, Comment: <type> method not found" exception now
1646: thrown for all dynamic objects instead of "undefined method"
1647: without class name (implements feature #1080)
1648:
1.182 moko 1649: 2023-10-01 moko
1650:
1651: * src/classes/json.C: we don't have a dynamic json object.
1652:
1653: 2023-09-28 moko
1654:
1655: * tests/: 420.html, results/261.processed, results/420.processed:
1656: tests updated after bug #1228 fix reverted
1657:
1658: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1659: whitespace string is hash compatible, so we don't want $s.key to
1660: return a junction
1661:
1662: * tests/: 261.html, 420.html, results/261.processed,
1663: results/420.processed: test for bug #1227 added, test updated
1664: after bug #1228 fixed
1665:
1666: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1667: now throws exception as $non-empty-string.field (fixes bug #1227)
1668:
1669: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1670: #1228)
1671:
1672: 2023-09-26 moko
1673:
1674: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1675: src/classes/classes.C, src/classes/classes.awk,
1676: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1677: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1678: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1679: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1680: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1681: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1682: src/classes/regex.C, src/classes/response.C,
1683: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1684: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1685: src/include/pa_array.h, src/include/pa_base64.h,
1686: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1687: src/include/pa_charsets.h, src/include/pa_common.h,
1688: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1689: src/include/pa_dictionary.h, src/include/pa_dir.h,
1690: src/include/pa_exception.h, src/include/pa_exec.h,
1691: src/include/pa_globals.h, src/include/pa_hash.h,
1692: src/include/pa_http.h, src/include/pa_memory.h,
1693: src/include/pa_opcode.h, src/include/pa_operation.h,
1694: src/include/pa_os.h, src/include/pa_pool.h,
1695: src/include/pa_random.h, src/include/pa_request.h,
1696: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1697: src/include/pa_sapi.h, src/include/pa_socks.h,
1698: src/include/pa_sql_connection.h,
1699: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1700: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1701: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1702: src/include/pa_table.h, src/include/pa_threads.h,
1703: src/include/pa_types.h, src/include/pa_uue.h,
1704: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1705: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1706: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1707: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1708: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1709: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1710: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1711: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1712: src/main/compile.tab.C, src/main/compile.y,
1713: src/main/compile_tools.C, src/main/compile_tools.h,
1714: src/main/execute.C, src/main/pa_base64.C,
1715: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1716: src/main/pa_charsets.C, src/main/pa_common.C,
1717: src/main/pa_dictionary.C, src/main/pa_dir.C,
1718: src/main/pa_exception.C, src/main/pa_exec.C,
1719: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1720: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1721: src/main/pa_request.C, src/main/pa_socks.C,
1722: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1723: src/main/pa_stylesheet_connection.C,
1724: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1725: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1726: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1727: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1728: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1729: src/targets/apache/mod_parser3_core.C,
1730: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1731: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1732: src/types/pa_method.h, src/types/pa_property.h,
1733: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1734: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1735: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1736: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1737: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1738: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1739: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1740: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1741: src/types/pa_vhash.C, src/types/pa_vhash.h,
1742: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1743: src/types/pa_vimage.C, src/types/pa_vimage.h,
1744: src/types/pa_vint.h, src/types/pa_vjunction.C,
1745: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1746: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1747: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1748: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1749: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1750: src/types/pa_vobject.h, src/types/pa_vregex.C,
1751: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1752: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1753: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1754: src/types/pa_vstateless_class.h,
1755: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1756: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1757: src/types/pa_vstring.h, src/types/pa_vtable.C,
1758: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1759: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1760: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1761: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1762: src/types/pa_wwrapper.h: copyright, authors actualized
1763:
1.181 moko 1764: 2023-08-20 moko
1765:
1766: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1767: commited (related to feature #1219)
1768:
1769: 2023-08-16 moko
1770:
1771: * src/main/pa_random.C: replaced clock precision with monotonicity
1772: counter, good for Windows version with low clock frequency
1773: (related to feature #1229)
1774:
1775: 2023-08-15 moko
1776:
1777: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1778: fixes related to feature #1229
1779:
1780: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1781: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1782: (implements feature #1229)
1783:
1.180 moko 1784: 2023-08-02 moko
1785:
1786: * tests/: results/417.processed, 417.html: test for empty string
1787: match after last char added (related to bug #1224)
1788:
1789: * src/main/pa_string.C: avoid prestart++ after last char on zero
1790: length match (related to bug #1224)
1791:
1.179 moko 1792: 2022-11-22 moko
1793:
1794: * tests/: 419.html, results/419.processed: test for L_URI and path
1795: removeal from filename added (related to bug #1204)
1796:
1797: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1798: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1799: attribute value, L_URI should be used
1800:
1.178 moko 1801: 2022-09-21 moko
1802:
1803: * src/targets/cgi/parser3.C: more clear error messages
1804:
1805: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1806: SAPI_Info will return 0 in read_post and post_size !=
1807: content_length will be thrown
1808:
1.177 moko 1809: 2022-08-23 moko
1810:
1811: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1812: header value
1813:
1814: 2022-08-22 moko
1815:
1816: * tests/: 418.html, results/418.processed: test for
1817: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1818: to #1225)
1819:
1820: * src/classes/hash.C: keep old behavoir by default
1821:
1822: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1823: $.order[self|arg] ] added (implements #1215)
1824:
1.176 moko 1825: 2022-03-21 moko
1826:
1827: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1828: xmlInitCharEncodingHandlers is called in libxml static
1829: initializers before gc_substitute_memory_management_functions in
1830: pa_globals and thus gc may not see reference to our
1831: xmlCharEncodingHandler and free it.
1832:
1.175 moko 1833: 2022-01-26 moko
1834:
1835: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1836:
1.174 moko 1837: 2021-12-28 moko
1838:
1839: * tests/: 417.html, results/417.processed: test for empty string
1840: match added (related to bug #1224)
1841:
1842: * src/main/pa_string.C: empty string match now works (fixes bug
1843: #1224)
1844:
1.173 moko 1845: 2021-12-24 moko
1846:
1847: * tests/: 415_dir/29.p, results/415.processed: yet another test
1848:
1849: 2021-12-23 moko
1850:
1851: * src/: classes/table.C, main/pa_request.C: warnings war
1852:
1853: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1854: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1855:
1856: 2021-12-21 moko
1857:
1858: * tests/: 416.html, results/416.processed: test for ^break[] in
1859: ^hash/table.select[] (related to feature #1222)
1860:
1861: * src/classes/: hash.C, table.C: ^break[] support for
1862: ^hash/table.select[] (implements feature #1222)
1863:
1.172 moko 1864: 2021-11-30 moko
1865:
1866: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1867: 0.5 sec
1868:
1.171 moko 1869: 2021-11-10 moko
1870:
1871: * tests/results/415.processed: more syntax errors tests added
1872:
1873: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1874: 28.p: minor syntax error tests
1875:
1876: * src/main/pa_exception.C: pa_strdup added for compatibility
1877:
1878: * src/classes/curl.C: hint to call ^curl:options[
1879: $.library[correct.libcurl.so.name] ] added if default load fails.
1880:
1881: 2021-11-09 moko
1882:
1883: * src/main/compile.y: error message can be on stack
1884:
1885: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1886:
1887: * src/main/pa_charset.C: memcpy is more correct and efficient in
1888: this case then strncpy
1889:
1890: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1891: instead of strcpy where possible
1892:
1893: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1894: used to avoid MAX_STRING limit in Exception comment
1895:
1896: * tests/results/415.processed: compiler exceptions are no longer
1897: limited to MAX_STRING
1898:
1899: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1900: char * instead of fixed buffer
1901:
1902: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1903: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1904: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1905: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1906: results/415.processed: tests for parser.compile exceptions added
1907:
1908: 2021-11-08 moko
1909:
1910: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1911: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1912: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1913: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1914: drawbacks
1915:
1.170 moko 1916: 2021-11-06 moko
1917:
1918: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1919: (implements feature #1219)
1920:
1921: * tests/: 414.html, results/414.processed: test for
1922: ^hash.rename[from;to] added (related to feature #1144)
1923:
1924: 2021-11-05 moko
1925:
1926: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1927: (related to feature #1144)
1928:
1929: 2021-11-04 moko
1930:
1931: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1932: added (implements feature #1144)
1933:
1.169 moko 1934: 2021-10-19 moko
1935:
1936: * tests/: 413.html, results/413.processed: test for hash no longer
1937: is accepted as file parameter (related to bug #1218)
1938:
1939: * src/: classes/curl.C, classes/file.C, classes/image.C,
1940: classes/math.C, classes/xdoc.C, types/pa_value.C,
1941: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1942: longer is accepted as file parameter (fixes bug #1218)
1943:
1.168 moko 1944: 2021-07-19 moko
1945:
1946: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1947: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1948:
1.167 moko 1949: 2021-04-16 moko
1950:
1951: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1952: processing it leads to assertions.
1953:
1.166 moko 1954: 2021-03-25 moko
1955:
1956: * tests/: 412.html, results/412.processed: test to demonstrate bug
1957: #1213
1958:
1.165 moko 1959: 2021-02-12 moko
1960:
1961: * tests/: 360.html, results/360.processed, results/363.processed:
1962: parser method call in expression mode no longer differs from call
1963: in string mode (related to feature #1211)
1964:
1965: 2021-02-11 moko
1966:
1967: * src/types/pa_vmail.C: mail parsing with Windows line endings
1968: fixed (bug #1212)
1969:
1970: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1971: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1972: strings in both calls (implements feature #1211)
1973:
1.164 moko 1974: 2021-01-28 moko
1975:
1976: * buildall, etc/auto.p.in: to remove last patch in debian package
1977:
1978: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1979: 3.4.7b
1980:
1.162 moko 1981: 2021-01-21 moko
1982:
1983: * src/main/pa_http.C: no alarm() in file::load when web server mode
1984: is MULTITHREADED
1985:
1.157 moko 1986: 2021-01-20 moko
1987:
1.161 moko 1988: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1989: 'a2enmod mpm_prefork'
1990:
1.160 moko 1991: * src/targets/apache/mod_parser3.c: prefork name is now
1992: 'libapache2-mpm-itk'
1993:
1994: * src/targets/apache/mod_parser3_core.C: last regular malloc
1995: removed
1996:
1.159 moko 1997: * src/targets/isapi/Makefile.am: -pa_threads.C
1998:
1.158 moko 1999: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2000: 3.4.6
2001:
1.157 moko 2002: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2003:
2004: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2005: /httpd.p
2006:
2007: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2008: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2009: #1203)
2010:
2011: 2021-01-19 moko
2012:
2013: * buildall: --disable-parallel-mark added to avoid "number of
2014: processors" threads creation for heap marking as it conflicts
2015: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2016: limits threads)
2017:
1.156 moko 2018: 2021-01-16 moko
2019:
2020: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2021: main/pa_globals.C, main/pa_memory.C,
2022: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2023: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2024: feature #1209)
2025:
2026: 2021-01-15 moko
2027:
2028: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2029: 3.4.6rc
2030:
2031: * src/classes/json.C: get_delim added for delimiter caching (10%
2032: faster on large json)
2033:
2034: 2021-01-14 moko
2035:
1.211 moko 2036: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2037:
2038: * tests/results/224.processed: test result modified after
2039: today(shift) implemented
2040:
2041: * tests/: 407.html, results/407.processed: test for ^hash.select
2042: option $.default(bool) added (related to feature #1172)
2043:
2044: * src/classes/hash.C: ^hash.select option $.default(bool) added
2045: (related to feature #1172)
2046:
2047: * tests/: 141.html, results/141.processed: test modified for
2048: feature #1185.
2049:
2050: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2051: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2052: options $.lower(bool) (implements feature #1185)
2053:
2054: 2021-01-11 moko
2055:
2056: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2057: #1192)
2058:
2059: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2060: added (related to feature #1192)
2061:
1.155 moko 2062: 2021-01-05 moko
2063:
2064: * tests/: 270.html, results/270.processed: test modified to work
2065: under Windows
2066:
2067: * tests/: 390.html, 395.html, results/395.processed: tests updated
2068: 4 windows
2069:
2070: * tests/: 410.html, results/410.processed: test for
2071: $CLASS-GETTER-PROTECTED(false) added
2072:
2073: 2021-01-04 moko
2074:
2075: * tests/: 409.html, results/409.processed, results/auto.p: test for
2076: $MAIN:LOCALS(true) added
2077:
1.154 moko 2078: 2021-01-03 moko
2079:
2080: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2081: types/pa_vclass.h, types/pa_vstateless_class.C,
2082: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2083: +LOCALS. $main -> $MAIN in exception texts (implements feature
2084: #1207)
2085:
2086: 2021-01-02 moko
2087:
2088: * etc/auto.p.in: minor
2089:
2090: * src/main/pa_request.C: sending headers only after opening file to
2091: allow error reporting if file was not opened (foreign group,
2092: etc).
2093:
2094: 2020-12-31 moko
2095:
2096: * src/: include/pa_request.h, main/pa_request.C,
2097: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2098:
2099: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2100: main/pa_request.C: get_class_ref added and used
2101:
2102: * etc/auto.p.in: @CLASS httpd added
2103:
2104: * etc/auto.p.in: @auto[] is now first
2105:
2106: 2020-12-30 moko
2107:
2108: * tests/: 408.html, results/408.processed: test for bug #1166
2109: (windows only) added
2110:
2111: * src/main/pa_common.C: create_dir_for_file should not create dir
2112: for trailing / (fixes bug #1166)
2113:
2114: * tests/: 341.html, results/341.processed: tests for
2115: ^nameless_table.hash[] added (related to feature #1138)
2116:
2117: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2118: (implements feature #1138), extra fields in named tables no
2119: longer ignored (implements feature #1138)
2120:
2121: * tests/results/390.processed: updated after exception text change
2122:
2123: 2020-12-29 moko
2124:
2125: * tests/: 407.html, results/407.processed: +$._default check
2126:
2127: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2128:
2129: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2130: and ^hash.reverse[] added (releated to feature #1172)
2131:
2132: * src/classes/hash.C:
2133: ^hash.select[key;value](bool-condition)[options hash] +
2134: ^hash.reverse[] added (implements feature #1172)
2135:
2136: * src/types/pa_vtable.h: warning war
2137:
2138: * src/include/pa_config_fixed.h: win32 fix
2139:
1.153 moko 2140: 2020-12-27 moko
2141:
2142: * tests/: 406.html, results/406.processed: test results updated
2143:
2144: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2145: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2146: spelling
2147:
2148: 2020-12-26 moko
2149:
2150: * tests/: 406.html, results/406.processed: tests for
2151: ^table.rename[] added (related to feature #1148)
2152:
2153: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2154: ^table.rename[column name from;column name to], ^table.rename[
2155: $.[column name from][column name to] ... ] added (implements
2156: feature #1148)
2157:
2158: 2020-12-25 moko
2159:
2160: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2161: request_info now on stack to avoid yet another THREAD_LOCAL
2162: memory deallocation issue (now with cookies), explained in #1203
2163:
2164: * src/types/pa_vcookie.C: fields should be inited
2165:
2166: 2020-12-24 moko
2167:
2168: * src/include/pa_stylesheet_connection.h: looks like
2169: xsltFreeStylesheet leads to memory double-free. If so, it's for
2170: sure libxml bug, but we have GC anyway, so we just remove this
2171: call and see...
2172:
2173: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2174: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2175: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2176: abort.c:65:8 frame #3: 0x00000000004da663
2177: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2178: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2179: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2180: malloc.c:617:9 frame #5: 0x0000000000577f0c
2181: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2182: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2183: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2184: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2185: frame #8: 0x000000000050d35c
2186: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2187: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2188: frame #10: 0x00000000004436e5
2189: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2190: [inlined]
2191: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2192: pa_stylesheet_connection.h:62:3
2193:
2194: 2020-12-23 moko
2195:
2196: * src/classes/image.C: ^image::measure[; $.video() ] option added
2197:
2198: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2199: ^image::measure[; $.video(true) ] added
2200:
2201: * src/main/pa_exec.C: not cleared automatically in multithreaded
2202: httpd mode for unknown reasons
2203:
2204: 2020-12-22 moko
2205:
2206: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2207: error_log uri of currently processed document", but never used
2208: and conflicts with how libgc stops threads on FreeBSD (#define
2209: SIG_SUSPEND SIGUSR1), thus removed.
2210:
2211: 2020-12-21 moko
2212:
2213: * src/main/pa_request.C: +comment
2214:
1.151 moko 2215: 2020-12-20 moko
2216:
1.152 moko 2217: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2218: it is more safe to have versions of pa_strdup with one and two
2219: arguments, as helper_length=0 not always mean that strlen()
2220: should be called, but means zero.
2221:
2222: * src/targets/isapi/parser3isapi.C: minor
2223:
2224: * src/main/pa_http.C: +valid_http_method
2225:
1.151 moko 2226: * src/: include/pa_http.h, main/pa_http.C,
2227: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2228:
2229: 2020-12-17 moko
2230:
2231: * tests/: 405.html, results/405.processed: test for split by regex
2232: added (related to feature #1160)
2233:
2234: * src/classes/string.C: split by regex implemented (feature #1160)
2235:
2236: * src/classes/string.C: minor
2237:
2238: * tests/: 404.html, results/404.processed: test for whitespace
2239: string is now OK for table argument (related to feature #1169)
2240:
2241: * src/: classes/image.C, classes/string.C, classes/table.C,
2242: types/pa_vmethod_frame.C: whitespace string is now OK for table
2243: argument (as with hash) (implements feature #1169)
2244:
2245: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2246: limit for comment (fixes bug #1102)
2247:
2248: * src/targets/cgi/parser3.C: +HAVE_TLS check
2249:
2250: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2251:
2252: * src/include/pa_config_includes.h: HAVE_TLS used
2253:
2254: * configure.ac: +TLS check
2255:
2256: * src/main/pa_http.C: content logging added
2257:
2258: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2259: clear_response_headers added
2260:
2261: 2020-12-16 moko
2262:
2263: * buildall: as we now use threads, libatomic_ops still required for
2264: some OS.
2265:
2266: * src/main/pa_request.C: whitespace
2267:
2268: * src/: include/pa_request.h, main/pa_request.C:
2269: Request::Exception_trace::table extracted and used
2270:
2271: * src/main/pa_request.C: moving output_result call outside of try
2272: as network exceptions should not be handled by parser code
2273:
2274: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2275: logging network exchange
2276:
2277: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2278: via network if it was network write error.
2279:
2280: * src/targets/cgi/parser3.C: log -> pa_log
2281:
2282: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2283:
2284: * src/main/pa_threads.C: getpid() if no gettid() found
2285:
2286: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2287: we need to ignore "void" connections from browsers (browsers open
2288: connections in advance and they will be empty if user does not
2289: request more pages)
2290:
2291: 2020-12-15 moko
2292:
2293: * src/targets/cgi/parser3.C: avoid previous uri in logs
2294:
2295: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2296: RequestController not needed in httpd mode
2297:
2298: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2299: classes/classes.h, classes/curl.C, classes/date.C,
2300: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2301: classes/hashfile.C, classes/image.C, classes/inet.C,
2302: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2303: classes/memcached.C, classes/memory.C, classes/op.C,
2304: classes/reflection.C, classes/regex.C, classes/response.C,
2305: classes/string.C, classes/table.C, classes/void.C,
2306: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2307: include/pa_array.h, include/pa_base64.h,
2308: include/pa_cache_managers.h, include/pa_charset.h,
2309: include/pa_charsets.h, include/pa_common.h,
2310: include/pa_config_fixed.h, include/pa_config_includes.h,
2311: include/pa_dictionary.h, include/pa_dir.h,
2312: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2313: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2314: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2315: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2316: include/pa_request_charsets.h, include/pa_request_info.h,
2317: include/pa_sapi.h, include/pa_socks.h,
2318: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2319: include/pa_stack.h, include/pa_string.h,
2320: include/pa_stylesheet_connection.h,
2321: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2322: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2323: include/pa_uue.h, include/pa_xml_exception.h,
2324: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2325: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2326: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2327: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2328: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2329: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2330: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2331: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2332: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2333: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2334: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2335: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2336: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2337: main/pa_sql_driver_manager.C, main/pa_string.C,
2338: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2339: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2340: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2341: main/untaint.C, sql/pa_sql_driver.h,
2342: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2343: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2344: targets/isapi/parser3isapi.C, types/pa_junction.h,
2345: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2346: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2347: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2348: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2349: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2350: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2351: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2352: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2353: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2354: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2355: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2356: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2357: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2358: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2359: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2360: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2361: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2362: types/pa_vstateless_object.h, types/pa_vstatus.C,
2363: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2364: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2365: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2366: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2367: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2368:
2369: * src/main/pa_request.C: old compilers support
2370:
2371: * tests/: 362.html, results/362.processed: test updated after
2372: changes after upgrade to libxml2-2.9.9 were made (related to bug
2373: #1108)
2374:
2375: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2376: removed, as xsltFreeStylesheet has side effects on original doc.
2377: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2378: not updated after xdoc modification (part 3 of test 362).
2379: (related to bug #1108)
2380:
2381: * src/targets/isapi/parser3isapi.C: +pa_strcat
2382:
2383: * src/: classes/memory.C, include/pa_memory.h,
2384: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2385: PA_GC_GCOLLECT used
2386:
2387: * src/include/pa_memory.h: +PA_GC_COLLECT
2388:
2389: * src/targets/cgi/parser3.C: msvs support fixes
2390:
2391: * src/lib/gc/include/gc.h: more cleanup
2392:
2393: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2394:
2395: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2396: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2397:
2398: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2399:
2400: * configure.ac: pthread.h added to checked headers
2401:
2402: * src/classes/table.C: string stream is back :)
2403:
2404: * src/classes/memory.C: GC_generate_random_backtrace no longer
2405: exists
2406:
2407: * src/main/pa_globals.C: GC_dont_gc replaced
2408:
2409: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2410: left to simplify adding new functions. depricated GC_dont_gc
2411: replaced with GC_disable and GC_enable calls.
2412:
2413: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2414: CORD_from_file* not used and thus removed
2415:
2416: * src/lib/gc/include/gc_allocator.h: minor cleanup
2417:
2418: 2020-12-14 moko
2419:
2420: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2421: referenced elsewhere, or GC will collect it.
2422:
2423: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2424: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2425: elsewhere, or GC will collect them (and we'll get GPF in
2426: multithreaded enviroment). May be it can be also fixed by some
2427: GC call, not sure. But this fix costs nothing (but hours of
2428: debugging to find the issue :).
2429:
1.150 moko 2430: 2020-12-11 moko
2431:
2432: * configure.ac: gettid() check added
2433:
2434: * src/main/pa_threads.C: HAVE_GETTID used
2435:
2436: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2437:
2438: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2439: version for isapi/cgi/apache
2440:
2441: * buildall: threads are now required.
2442:
2443: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2444: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2445: main/main.vcproj: pa_threads.C moved to main
2446:
2447: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2448: isapi/pa_threads.C: pa_threads.C moved to main
2449:
2450: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2451: targets/apache/Makefile.am: pa_threads.C moved to main
2452:
2453: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2454:
2455: * src/: include/pa_stylesheet_connection.h,
2456: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2457: and weird GPF in multithreaded httpd is gone
2458:
2459: * src/include/: pa_stylesheet_connection.h,
2460: pa_sql_driver_manager.h: whitespace
2461:
2462: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2463:
2464: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2465: main/pa_stylesheet_manager.C: whitespace, warning war
2466:
2467: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2468: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2469: parser_multithreaded never used
2470:
2471: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2472:
2473: 2020-12-10 moko
2474:
2475: * src/: include/pa_config_includes.h, include/pa_http.h,
2476: main/pa_http.C, targets/cgi/parser3.C: initial support for
2477: MULTITHREADED and PARALLEL httpd server modes
2478:
2479: * src/main/pa_globals.C: GC_java_finalization is depricated
2480:
2481: 2020-12-09 moko
2482:
2483: * etc/auto.p.in: + @httpd-main
2484:
2485: * src/: include/pa_common.h, main/pa_request.C,
2486: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2487: work
2488:
2489: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2490: slow file_read_binary no longer used, send_range added
2491:
2492: 2020-12-08 moko
2493:
2494: * src/main/pa_request.C: >4Gb support
2495:
2496: * src/targets/cgi/parser3.C: msvc warning war
2497:
2498: * src/: include/pa_config_includes.h, main/pa_http.C,
2499: main/pa_request.C: msvc warnings war
2500:
2501: * src/classes/image.C: warning war
2502:
2503: * src/classes/table.C: MSVC warning war
2504:
2505: * src/targets/cgi/parser3.C: msvc warnings war
2506:
2507: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2508: added
2509:
1.149 moko 2510: 2020-12-07 moko
2511:
1.150 moko 2512: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2513: avoid logging beside system-wide auto.p
2514:
2515: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2516:
2517: * configure, configure.ac, src/include/pa_config_auto.h.in:
2518: configure options added:
2519:
2520: --with-system-cfg=FILE to specify system-wide auto.p
2521: --with-system-log=FILE to specify system-wide parser3.log
2522:
2523: * Makefile.am: bin no longer exists
2524:
2525: * configure, configure.ac: auto.p moved to etc to simplify debian
2526: package
2527:
2528: * buildall: auto.p and parser3.charsets moved to their default
2529: location after install
2530:
2531: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2532:
2533: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2534:
1.149 moko 2535: * src/targets/cgi/parser3.C: locate_config call returned to
2536: original place as it requires pa_thread_request() under Windows
2537:
2538: * src/targets/cgi/parser3.C: renaming
2539:
2540: 2020-12-06 moko
2541:
2542: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2543: check added
2544:
2545: 2020-12-04 moko
2546:
2547: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2548: main/pa_request.C: unified uint64_t lseek implemented to support
2549: >4Gb files under x86, including Windows
2550:
2551: 2020-12-02 moko
2552:
2553: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2554: with max_file_size
2555:
2556: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2557: support for processing files sized >4Gb on 32 bit planforms
2558:
2559: * tests/399.html: file moved
2560:
2561: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2562:
2563: * src/targets/cgi/pa_sapi_info.h: warning war
2564:
2565: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2566: warning war
2567:
2568: 2020-12-01 moko
2569:
2570: * src/classes/image.C: mp4 extended size (>4Gb) support added
2571:
2572: * src/classes/image.C: for "size not found" exception to be shown
2573: if size not found until eof
2574:
2575: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2576: bit linux)
2577:
2578: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2579: #1188)
2580:
2581: 2020-11-30 moko
2582:
2583: * src/classes/image.C: definitions moved closer to code
2584:
2585: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2586: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2587: 395_dir/3_VP8X.webp, results/395.processed,
2588: results/396.processed: tests for ^image::measure[] .webp support
2589: added, all image files moved into one directory (related to
2590: feature #1188)
2591:
2592: * src/classes/image.C: ^image::measure[] now supports webp (feature
2593: #1188)
2594:
1.148 moko 2595: 2020-11-29 moko
2596:
2597: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2598: processing, unnessesary defines removed
2599:
2600: 2020-11-24 moko
2601:
2602: * tests/results/: 099.processed, 100.processed, 205.processed,
2603: 309.processed, 310.processed: Content-Disposition: inline
2604: returned
2605:
2606: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2607: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2608: ] added (related to bug #1204)
2609:
2610: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2611: ] supported to avoid Content-Disposition: inline;
2612: filename="<file>.ext" but still set Content-Type for ext (related
2613: to bug #1204)
2614:
1.147 moko 2615: 2020-11-22 moko
2616:
2617: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2618: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2619:
2620: * src/main/pa_request.C: content_disposition_inline returned.
2621:
2622: 2020-11-17 moko
2623:
2624: * src/main/pa_request.C: empty main method name support
2625:
2626: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2627: config_handler added, stdout flush added.
2628:
2629: 2020-11-16 moko
2630:
2631: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2632:
2633: * tests/results/: 099.processed, 205.processed, 237.processed,
2634: 309.processed, 310.processed: Content-Disposition: inline is not
2635: required and should not contain filename="<name>"
2636:
2637: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2638: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2639: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2640:
1.146 moko 2641: 2020-11-14 moko
2642:
2643: * src/targets/cgi/parser3.C: spelling
2644:
2645: * src/targets/cgi/parser3.C: renaming
2646:
2647: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2648: relocated
2649:
2650: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2651: before request processing, which is weired
2652:
2653: 2020-11-13 moko
2654:
2655: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2656: copied in httpd.
2657:
2658: 2020-11-12 moko
2659:
2660: * src/main/pa_http.C: ALARM code unified to be used in httpd
2661:
2662: * src/: include/pa_request.h, main/pa_request.C,
2663: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2664:
2665: * src/main/pa_http.C: URI validation added
2666:
2667: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2668: can't be empty but can be null. httpd-main is now main method
2669: name for httpd mode
2670:
2671: 2020-11-11 moko
2672:
2673: * src/main/pa_request.C: path_translated can be null in httpd mode
2674:
2675: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2676: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2677: classes/xdoc.C, include/pa_request.h, main/execute.C,
2678: main/pa_request.C: r.absolute -> r.full_disk_path
2679:
2680: * src/targets/cgi/parser3.C: if filename to process is not
2681: specified, auto.p should be present.
2682:
1.145 moko 2683: 2020-11-03 moko
2684:
2685: * src/: classes/op.C, include/pa_request.h: unused argument removed
2686:
2687: * src/main/pa_request.C: content_disposition_inline is the default,
2688: not required.
2689:
1.144 moko 2690: 2020-10-29 moko
2691:
2692: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2693: ^use[file; $.main(true) ] implemented for auto.p processing and
2694: path_translated changing to correct relative files path
2695: calculation in httpd mode
2696:
2697: * src/: include/pa_request.h, main/pa_request.C:
2698: fail_on_read_problem removed, as it allways true, as if should
2699: be.
2700:
2701: * src/: include/pa_request.h, main/pa_request.C,
2702: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2703: targets/isapi/parser3isapi.C: clearing config_filespec when
2704: config was not found, thus flag not required and removed.
2705:
2706: 2020-10-28 moko
2707:
2708: * tests/: 402.html, results/402.processed: error reporting test
2709:
2710: * src/main/execute.C: better error reporting when
2711: $result[^hash::create[]] in @main.
2712:
2713: * src/main/: execute.C, pa_request.C: frame.result() should be used
2714: + minor optimization
2715:
2716: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2717: main/pa_xml_io.C: execute_*_method simplified and unified
2718:
2719: 2020-10-27 moko
2720:
2721: * tests/: 306.html, results/306.processed: a bit more testing. :)
2722:
2723: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2724: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2725: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2726: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2727: types/pa_vmethod_frame.h, types/pa_vobject.C,
2728: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2729: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2730: longer used in object-prototype mode
2731:
2732: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2733: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2734: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2735: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2736: $form:name[value] features
2737:
1.143 moko 2738: 2020-10-18 moko
2739:
2740: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2741:
2742: 2020-10-15 moko
2743:
2744: * src/main/pa_http.C: url no longer needed as
2745: ALTER_EXCEPTION_SOURCE is used
2746:
2747: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2748: main/pa_http.C: check_file_size filespec is now optional
2749:
2750: * src/: classes/curl.C, include/pa_exception.h,
2751: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2752: ALTER_EXCEPTION_COMMENT added for better error reporting
2753:
2754: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2755: results/346-curl.processed, results/379-curl.processed,
2756: results/379.processed: test results updated as load now provides
2757: better error reporting + curl responses updated
2758:
2759: 2020-10-14 moko
2760:
2761: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2762: main/pa_string.C, targets/apache/mod_parser3_core.C,
2763: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2764: checked. 10 is now default base, no hex autodetect by default
2765:
2766: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2767: connection socket closing in destructor + accept exception
2768: handling
2769:
2770: * src/targets/cgi/parser3.C: warning war
2771:
2772: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2773: main/pa_request.C, targets/apache/mod_parser3_core.C,
2774: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2775: exception handling unified
2776:
2777: 2020-10-13 moko
2778:
2779: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2780: autodetection
2781:
2782: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2783:
2784: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2785:
2786: * src/main/pa_http.C: warning war
2787:
1.142 moko 2788: 2020-10-12 moko
2789:
1.143 moko 2790: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2791: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2792: unhandled exception code optimization
2793:
2794: * src/targets/cgi/parser3.C: request_info now global variable
2795:
2796: * src/main/pa_http.C: http_read_response moved to HTTP_response
2797: class
2798:
2799: * src/: include/pa_http.h, main/pa_http.C,
2800: targets/cgi/pa_sapi_info.h: read_post implemented
2801:
1.142 moko 2802: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2803: [host:]port syntax support in httpd mode
2804:
2805: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2806: targets/cgi/parser3.C: populate_env added
2807:
2808: * src/include/pa_hash.h: to make get(char *) compiling in
2809: HashStringString
2810:
2811: 2020-10-10 moko
2812:
2813: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2814: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2815:
2816: * src/: include/pa_http.h, include/pa_request_info.h,
2817: main/pa_http.C, main/pa_string.C,
2818: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2819: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2820: types/pa_vrequest.C: initial httpd mode implementation
2821:
1.141 moko 2822: 2020-10-04 moko
2823:
2824: * src/targets/cgi/parser3.C: options together
2825:
2826: 2020-09-30 moko
2827:
2828: * src/main/pa_http.C: renamed
2829:
1.140 moko 2830: 2020-08-14 moko
2831:
2832: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2833: src/targets/cgi/Makefile.am: no httpd as separate library
2834:
2835: 2020-08-13 moko
2836:
2837: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2838: unhandled exception handler to report 500 instead of 200 it was
2839: before.
2840:
2841: * src/targets/apache/mod_parser3_core.C: minor cleanup
2842:
2843: * src/: include/pa_sapi.h, main/untaint.C,
2844: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2845: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2846: thus replaced with SAPI::die and removed
2847:
2848: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2849: cgi/parser3.C: whitespace
2850:
2851: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2852:
2853: 2020-08-12 moko
2854:
2855: * src/targets/cgi/parser3.C: duplicate info in signal logging
2856: removed, whitespace was: SIGPIPE received while executing code.
2857: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2858: cl=0]
2859:
2860: * parser3.sln: + httpd.vcproj
2861:
2862: 2020-08-11 moko
2863:
2864: * src/targets/cgi/Makefile.am: +libhttpd
2865:
2866: * configure.ac, src/lib/Makefile.am: +libhttpd
2867:
1.139 moko 2868: 2020-07-13 moko
2869:
2870: * tests/: 401.html, results/401.processed: test for hash key does
2871: not keep language, but tainted in foreach.
2872:
1.138 moko 2873: 2020-07-01 moko
2874:
2875: * tests/: 235.html, results/235.processed: test result updated as
2876: messages before attachments implemented (feature #1176)
2877:
1.137 moko 2878: 2020-06-27 moko
2879:
2880: * tests/: 400.html, results/400.processed: test updated to check
2881: ^return{code}
2882:
2883: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2884: fixed
2885:
2886: 2020-06-26 moko
2887:
2888: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2889: added (related to https://www.parser.ru/forum/?id=85319)
2890:
2891: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2892: when $result assignment was last statement in the method
2893: (https://www.parser.ru/forum/?id=85319)
2894:
1.136 moko 2895: 2020-05-23 moko
2896:
2897: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2898: whitespace, unused level removed
2899:
2900: 2020-05-19 moko
2901:
2902: * src/types/pa_vmail.C: whitespace
2903:
2904: * src/types/pa_vmail.C: files should be processed last (related to
2905: feature #1176)
2906:
1.135 moko 2907: 2020-05-12 moko
2908:
2909: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2910: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2911:
2912: * configure.ac: FreeBSD1X.X check added to avoid
2913: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2914:
1.134 moko 2915: 2020-02-26 moko
2916:
2917: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2918: compilation issue (related to bug #1201)
2919:
2920: * src/main/pa_common.C: entry_readable -> entry_exists,
2921: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2922: -f and -d now works under Windows in UTF-8 with Russian
2923: filenames.
2924:
2925: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2926: advice (related to feature #1199)
2927:
2928: 2020-02-25 moko
2929:
2930: * buildall: --silent removed
2931:
2932: * configure.ac: gmime-3.0 support
2933:
2934: * buildall: --with-system-mailreceive option added to build with
2935: system libgmime
2936:
2937: * src/types/pa_vmail.C: avoiding
2938: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2939: to feature #1199)
2940:
1.133 moko 2941: 2020-02-18 moko
2942:
2943: * src/classes/op.C: windows x64 debug mode compile fix
2944:
2945: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2946: change (releated to feature #1200)
2947:
2948: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2949: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2950: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2951: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2952: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2953: targets/apache/ApacheModuleParser3.vcproj,
2954: targets/apache/ApacheModuleParser3Core.vcproj,
2955: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2956: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2957: dependency (related to feature #1200)
2958:
1.132 moko 2959: 2020-02-12 moko
2960:
2961: * src/types/pa_vmail.C: minimize diff
2962:
2963: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2964: #1199)
2965:
1.131 moko 2966: 2020-01-18 moko
2967:
2968: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2969:
1.130 moko 2970: 2019-12-28 moko
2971:
2972: * src/targets/cgi/parser3.C: avoid empty ?
2973:
2974: 2019-12-27 moko
2975:
2976: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2977: DOCUMENT_ROOT (related to feature #1164)
2978:
2979: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2980: fcgiwrap setup (implements feature #1164)
2981:
2982: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2983: but no issues found (related to feature #1164)
2984:
2985: * src/targets/cgi/parser3.C: actualized
2986:
2987: 2019-12-26 moko
2988:
2989: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2990: removed
2991:
2992: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2993: removed
2994:
2995: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2996: allocation errors, we don't want default gc warnings (without
2997: timestamp and URI).
2998:
2999: * src/: classes/memory.C, main/pa_globals.C,
3000: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3001: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3002: pa_globals_init
3003:
3004: * src/main/pa_globals.C: setup_hex_value() removed, static array
3005: initialization used (optimization)
3006:
3007: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3008: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3009: pa_socks_init/pa_socks_done moved inside pa_globals_init
3010: (optimization)
3011:
1.129 moko 3012: 2019-12-09 moko
3013:
3014: * src/include/pa_config_fixed.h: warning war
3015:
1.128 moko 3016: 2019-12-08 moko
3017:
3018: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3019: process grammar under Unix.
3020:
3021: 2019-12-07 moko
3022:
3023: * tests/389.html: For Windows XP. :)
3024:
3025: * tests/388-sql.html: Windows compatibility added
3026:
3027: 2019-12-06 moko
3028:
3029: * src/targets/cgi/parser3.C: warning war
3030:
3031: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3032: == sizeof(CORD)) to avoid aligning bugs in future
3033:
3034: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3035: XML_STATIC
3036:
3037: * src/include/pa_request.h: StackItem() not required
3038:
3039: * src/include/pa_stack.h: warning war
3040:
3041: * src/include/pa_config_includes.h: GCC warning silenced
3042:
3043: * src/include/pa_memory.h: warning war: the program should also
3044: define 'void operator delete [](void*, std::size_t)'
3045: [-Wsized-deallocation]
3046:
3047: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3048:
3049: * src/classes/string.C: not reqired cast removed
3050:
3051: * src/classes/string.C: not reqired cast removed
3052:
3053: 2019-12-05 moko
3054:
3055: * src/lib/sdbm/pa_file_io.C: warning war
3056:
3057: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3058: enum Language : size_t - required for VS2015+ to make
3059: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3060: without it (related to feature #1198)
3061:
3062: 2019-12-04 moko
3063:
3064: * src/main/pa_base64.C: unsigned char -> uchar
3065:
3066: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3067: as other libs
3068:
3069: * src/include/pa_version.h: +amd64
3070:
3071: 2019-12-03 moko
3072:
3073: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3074: release
3075:
3076: * src/include/pa_config_includes.h: warning war
3077:
3078: * src/classes/image.C: warning war
3079:
3080: * src/main/pa_globals.C: x64 libs support
3081:
3082: * src/include/pa_config_includes.h: warning war
3083:
3084: * src/types/pa_method.h: warning war
3085:
1.127 moko 3086: 2019-11-28 moko
3087:
3088: * src/classes/math.C: vs2003 compatibility + warning war
3089:
3090: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3091: libxml2-2.9.9 (related to feature #1136)
3092:
3093: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3094: typecast for more compatibility (related to feature #1136)
3095:
3096: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3097: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3098: feature #1136)
3099:
3100: 2019-11-26 moko
3101:
3102: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3103: removed (it was failing in $$var case), condition added
3104:
1.126 moko 3105: 2019-11-25 moko
3106:
3107: * tests/: 397.html, 399.html, results/141.processed,
3108: results/399.processed: base64 options tested
3109:
3110: * src/: classes/math.C, main/pa_http.C: base64 options used
3111:
3112: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3113: implemented (feature #986)
3114:
3115: * src/main/pa_cache_managers.C: whitespace
3116:
3117: * tests/: 397.html, 399.html, results/399.processed: tests for
3118: ^base64 encode options added (related to feature #986)
3119:
3120: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3121: pa_base64_encode(file) removed - more memory, but faster and less
3122: code (related fo feature #986)
3123:
3124: 2019-11-24 moko
3125:
3126: * tests/: 155.html, results/155.processed: limit and offset in
3127: ^table::load[] now supported, thus test added
3128:
3129: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3130: main/pa_common.C: optimization: offset and limit options parsing
3131: moved inside file_load.
3132:
3133: 2019-11-23 moko
3134:
3135: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3136: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3137: optimization: file_read replaced with simplified file_read_binary
3138:
3139: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3140: types/pa_vform.C: whitespace
3141:
3142: * src/: include/pa_common.h, main/pa_common.C: never used params
3143: removed
3144:
3145: 2019-11-21 moko
3146:
3147: * tests/: 193.html, results/193.processed, results/389.processed:
3148: test results updated as now base64 does not discard tail without
3149: padding (related to feature #986)
3150:
3151: 2019-11-20 moko
3152:
3153: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3154: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3155: pa_base64_decode (related to feature #986)
3156:
3157: * tests/398.html: tests for base64 decode added (related to feature
3158: #986)
3159:
3160: * src/main/pa_base64.C: base64_decode rewritten - padding option
3161: support, padding inside base 64 supported (related to feature
3162: #096)
3163:
3164: 2019-11-19 moko
3165:
3166: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3167: FreeBSD 12
3168:
1.125 moko 3169: 2019-11-16 moko
3170:
3171: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3172: support added, step support removed (related to #986)
3173:
3174: 2019-11-15 moko
3175:
3176: * src/classes/math.C: using log since log2 is not present on
3177: FreeBSD < 8.4 (related to feature #1177)
3178:
3179: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3180: pa_base64_size extracted and used for files as well (related to
3181: feature 986)
3182:
3183: 2019-11-14 moko
3184:
3185: * tests/: 397.html, results/397.processed: + content check
3186:
3187: * tests/: 141.html, results/141.processed: make test resuls more
3188: readable
3189:
3190: * tests/: 397.html, results/193.processed, results/397.processed:
3191: test results updated after \x00 character was disabled in
3192: math:convert string mode (related to feature #1177)
3193:
3194: * src/classes/: math.C, string.C: \\x00 character disabled while
3195: converting to string (as in base64, related to feature #1177)
3196:
3197: * src/classes/file.C: more correct arguments separation
3198:
3199: * src/: classes/file.C, classes/math.C, classes/string.C,
3200: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3201: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3202: options added, but not yet implemented (related to feature #986)
3203:
3204: * src/classes/math.C: whitespace
3205:
3206: 2019-11-13 moko
3207:
3208: * tests/: 397.html, results/397.processed: +tainting test (related
3209: to feature #1177)
3210:
3211: * src/classes/math.C: as we now produce not only digits, result
3212: should be tainted (related to feature #1177)
3213:
3214: * src/main/pa_base64.C: whitespace
3215:
3216: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3217: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3218: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3219: implementation moved from pa_common.h and pa_common.C
3220:
3221: 2019-11-12 moko
3222:
3223: * tests/: 275.html, results/275.processed: out of range test fixed,
3224: as ^math:convert now supports arbitrary precision
3225:
3226: 2019-11-11 moko
3227:
3228: * tests/results/389.processed: uctualized error message
3229:
3230: * tests/: 389.html, 397.html, results/397.processed: tests for
3231: ^math:convert added (related to feature #1177)
3232:
3233: * src/classes/math.C: ^math:convert now supports arbitrary
3234: precision, alphabet support added (implements feature #1177)
3235:
1.124 moko 3236: 2019-11-06 moko
3237:
3238: * tests/: 181.html, results/181.processed: entities usage added,
3239: more entites load tests (related to bug #842 discussion)
3240:
3241: 2019-11-05 moko
3242:
3243: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3244: call from xmlFileOpen if http://localhost/<file> was not found
3245: (related to bug #842)
3246:
3247: * src/main/pa_xml_io.C: rename
3248:
3249: * src/main/pa_xml_io.C: +MemoryStream constructor
3250:
3251: * src/main/pa_xml_io.C: whitespace
3252:
1.123 moko 3253: 2019-10-31 moko
3254:
3255: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3256: XML_PARSE_NOENT) added to fix entities load, (related to feature
3257: #1181)
3258:
1.122 moko 3259: 2019-10-25 moko
3260:
3261: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3262: queries tests
3263:
3264: 2019-10-24 moko
3265:
3266: * tests/: 388-sql.html, results/388-sql.processed: support for
3267: pgsql driver test
3268:
3269: * tests/: 388-sql.html, results/388-sql.processed:
3270: multi_statements=1 now tested, mysql test now supported
3271: (connection must be specified in [parser3] section in .my.cnf)
3272: related to issues #1195 and #1194
3273:
1.121 moko 3274: 2019-09-11 moko
3275:
3276: * src/classes/int.C: whitespace
3277:
3278: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3279: exception test
3280:
3281: * tests/results/388-sql.processed: sql queries now shown (related
3282: to feature #1196)
3283:
3284: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3285: with old parser versions.
3286:
3287: * src/: classes/file.C, classes/hash.C, classes/string.C,
3288: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3289: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3290: instead of connect string in query_event_handlers exceptions
3291: (implements feature #1196)
3292:
1.120 moko 3293: 2019-09-06 moko
3294:
3295: * tests/388-sql.html: mysql compat
3296:
3297: * src/: classes/hash.C, classes/string.C, classes/table.C,
3298: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3299: sql_ variables declaration moved to pa_common.h
3300:
1.116 moko 3301: 2019-01-15 moko
3302:
3303: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3304: logically sorted
3305:
3306: 2018-12-27 moko
3307:
3308: * src/include/pa_config_includes.h: warning war:
3309: -Wdeprecated-register added for C++ 17
3310:
3311: 2018-10-15 moko
3312:
3313: * configure.ac: FreeBSD 11.2 can be build with ./configure
3314: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3315: --with-xml=/usr/local/
3316:
3317: 2018-09-24 moko
3318:
3319: * tests/: 396.html, 396.tiff, results/396.processed: test for
3320: ^image::measure[] now supports tiff added (related to feature
3321: #1188)
3322:
3323: * src/classes/image.C: ^image::measure[] now supports tiff
3324: (implements feature #1188)
3325:
3326: 2018-09-20 moko
3327:
3328: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3329: files measure added (related to ticket #1188)
3330:
3331: * src/classes/image.C: measure of bmp files implemented (related to
3332: ticket #1188)
3333:
3334: 2018-09-18 moko
3335:
3336: * tests/: 394-curl.html, results/394-curl.processed,
3337: results/auto.p: test for bug #1187 (max_file_size check for head
3338: requests) added
3339:
3340: 2018-08-24 moko
3341:
3342: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3343: response content-length check is required (fixes bug #1187)
3344:
3345: 2018-05-11 moko
3346:
3347: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3348: $.append(bool) ] option added (related to feature #919)
3349:
3350: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3351: from misha@ patch (implements feature #919)
3352:
3353: 2018-03-22 moko
3354:
3355: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3356: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3357: with 128kb buffer. Now works at least 12 times faster. :) May be
3358: Windows-only problem.
3359:
3360: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3361: build fix)
3362:
3363: 2018-02-03 moko
3364:
3365: * src/main/execute.C: removes irrelevant lines from exception stack
3366: trace when exceptions occurs in assigment (fixes bug #1165)
3367:
3368: * tests/: 393.html, results/393.processed: test for behavour after
3369: "Property can not be created, already exists field with that
3370: name" exception removed (related to feature #1183)
3371:
3372: * src/types/pa_vclass.C: "Property can not be created, already
3373: exists field with that name" exception removed (implements
3374: feature #1183)
3375:
3376: 2018-01-19 moko
3377:
3378: * src/classes/string.C: whitespace
3379:
3380: * src/classes/string.C: whitespace
3381:
3382: * tests/: 392.html, results/392.processed: test for
3383: ^regex::create[$regex] added (related to feature #1135)
3384:
3385: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3386: ^regex::create[$regex] added (implements feature #1135)
3387:
3388: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3389: commented define added (related to feature #1157)
3390:
3391: 2018-01-17 moko
3392:
3393: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3394:
3395: 2018-01-15 moko
3396:
3397: * tests/: 390.html, results/390.processed: real path replaced by
3398: stub
3399:
3400: * tests/: 391.html, results/391.processed: test for feature #1181
3401: (XML_PARSE_HUGE exception) added
3402:
3403: 2018-01-11 moko
3404:
3405: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3406: XML_PARSE_HUGE option passed by default (implements feature
3407: #1181)
3408:
3409: * src/classes/string.C: whitespace
3410:
3411: 2017-12-10 moko
3412:
3413: * tests/: 389.html, 390.html, results/389.processed,
3414: results/390.processed: image code coverage tests added (related
3415: to feature #1125)
3416:
3417: 2017-12-08 moko
3418:
3419: * tests/: 346-curl.html, 388-sql.html, 389.html,
3420: results/346-curl.processed, results/388-sql.processed,
3421: results/389.processed: more code coverage tests
3422:
3423: * tests/: 264.html, results/264.processed: code coverage for
3424: ^file::exec[]
3425:
3426: 2017-12-07 moko
3427:
3428: * tests/: 174.html, 388-sql.html, 389.html,
3429: results/388-sql.processed, results/389.processed,
3430: results/174.processed: more coverage tests
3431:
3432: * src/classes/math.C: exception text actualized
3433:
3434: 2017-12-06 moko
3435:
3436: * tests/388-sql.html: $SQL can be here
3437:
3438: * tests/results/auto.p: $SQL not required here
3439:
3440: * tests/: 388-sql.html, 389.html, Makefile,
3441: results/388-sql.processed, results/389.processed, results/auto.p:
3442: code coverage tests for sql (using sqlite) and int/double/bool
3443: added (related to feature #1125)
3444:
3445: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3446: lib/json/json.vcproj, lib/md5/md5.vcproj,
3447: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3448: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3449: targets/apache/ApacheModuleParser3Core.vcproj,
3450: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3451: types/types.vcproj: gc\include no longer required
3452:
3453: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3454: required
3455:
3456: * src/: classes/Makefile.am, classes/table.C,
3457: include/pa_config_includes.h, include/pa_string.h,
3458: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3459: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3460: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3461: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3462: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3463: used, we now include it directly
3464:
3465: 2017-12-04 moko
3466:
3467: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3468: memcached/memcached.vcproj, punycode/punycode.vcproj,
3469: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3470: where required
3471:
3472: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3473: now can be used to trace memory allocations
3474:
3475: * src/: classes/table.C, include/pa_config_includes.h,
3476: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3477: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3478: method removes, libcord also can work without libgc
3479:
3480: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3481:
3482: 2017-11-29 moko
3483:
3484: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3485: are not present (related to feature #1173)
3486:
3487: * tests/346-curl.html: test updated to test curl content-length bug
3488: (related to feature #1173)
3489:
3490: * tests/results/346-curl.processed: more test for content-length
3491: curl bug (related to feature #1173)
3492:
3493: * tests/results/346-curl.processed: test results updated after
3494: #1173 implemented
3495:
3496: 2017-11-28 moko
3497:
3498: * src/classes/curl.C: another libcurl Content-length bug walkaround
3499: (related to feature #1173)
3500:
3501: 2017-11-27 moko
3502:
3503: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3504: $.http_version[version string] added (implements feature #1173),
3505: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3506: where $post(true) bug existed.
3507:
3508: 2017-11-18 moko
3509:
3510: * src/include/pa_memory.h: warning war (related to feature #1170)
3511:
3512: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3513: feature #1170)
3514:
3515: 2017-11-17 moko
3516:
3517: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3518: std::basic_stringstream used in ^table.csv-string[] is compatible
3519: with delete usage check only under Debian 9 (related to feature
3520: #1170)
3521:
3522: 2017-11-16 moko
3523:
3524: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3525: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3526: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3527: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3528: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3529: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3530: stubs defend from accidental use (implements feature #1170)
3531:
3532: 2017-06-24 moko
3533:
3534: * configure.ac: minor fix: thanks to alx@
3535:
1.115 moko 3536: 2017-05-29 moko
3537:
3538: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3539: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3540: added to avoid cutting of UTF-8 chars (fixed bug #123)
3541:
3542: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3543: ignored, =?UTF-8?Q?= should start in case of leading space
3544: (related to bug #123)
3545:
3546: * buildall: echo -n -> printf for OS X. :)
3547:
3548: 2017-05-25 moko
3549:
3550: * tests/: 288.html, results/288.processed: test updated afted
3551: setting $o.prop without setter exception removed (related to
3552: feature #1157)
3553:
3554: * src/types/pa_vclass.C: no more "this property has no setter
3555: method" when setting $o.prop without setter (implements feature
3556: #1157)
3557:
3558: * buildall: echo \c -> echo -n for FreeBSD
3559:
3560: * configure, configure.ac, src/include/pa_config_auto.h.in,
3561: src/types/pa_vdouble.h: isfinite now checked in configure
3562:
3563: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3564: upgraded to automake 1.15
3565:
3566: 2017-05-23 moko
3567:
3568: * src/types/pa_vdouble.h: finite returned where isfinite not
3569: defined
3570:
3571: 2017-05-22 moko
3572:
3573: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3574:
3575: * buildall: extern CFLAGS setting support
3576:
3577: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3578:
3579: * buildall: http -> https
3580:
3581: * buildall: gc-7.2f -> gc-7.6.0
3582:
3583: 2017-05-20 moko
3584:
3585: * buildall: https, pcre, xml, xslt updated to current versions
3586: (related to feature #1136)
3587:
3588: 2017-05-19 moko
3589:
3590: * tests/097.html: after parser.ru moved to https
3591:
3592: 2017-05-17 moko
3593:
3594: * tests/results/: 175.processed, 372.processed: tests resuls
3595: updated after lintian spelling typos fixed (related to bug #1156)
3596:
3597: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3598: classes/string.C, classes/table.C, main/pa_charset.C,
3599: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3600: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3601: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3602:
3603: * tests/results/096.processed: +XMP
3604:
3605: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3606: $.xmp(true) options tested (test for feature #1154)
3607:
3608: * src/classes/image.C: ^image:measure[] options $.exif(false)
3609: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3610: fetched by default! (implements feature #1154)
3611:
3612: 2017-05-16 moko
3613:
3614: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3615: allowed (related to feature #1154)
3616:
3617: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3618: initial XMP implementation - without options and transcode
3619: (related to feature #1154)
3620:
3621: 2017-05-12 moko
3622:
3623: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3624: image: exif moved to ffields, skipped in ^image.html[] where
3625: iterators now used (preparation for feature #1154)
3626:
3627: 2017-05-05 moko
3628:
3629: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3630: results/387.processed: test for circular class inheritance check
3631: added (related to bug #1150)
3632:
3633: * src/types/pa_vstateless_class.C: circular class inheritance check
3634: added (fixes endless add_derived bug #1150)
3635:
3636: 2017-05-04 moko
3637:
3638: * tests/: 386.html, results/386.processed: test for
3639: $table.value(number) added (related to feature #1152)
3640:
3641: * src/types/pa_vtable.C: table put_element: column value must be
3642: string - > column value must be string compatible to allow
3643: $t.value(1) (implements feature #1152)
3644:
3645: 2017-05-03 moko
3646:
3647: * src/main/pa_request.C: $use[$method] is not possible, reverting
3648: (related to feature #1151)
3649:
3650: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3651: not possible, removing test (related to feature #1151)
3652:
3653: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3654: get_element_method added and used to allow $use[$method] and
3655: $autouse[$method] (implements feature 1151)
3656:
3657: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3658: variable added (related to feature #1151)
3659:
3660: * tests/results/226.processed: actualized after ^try-catch used
3661:
3662: * tests/: 226.html, 385.html, results/385.processed: test for
3663: @autouse in variable added
3664:
3665: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3666:
1.114 moko 3667: 2017-02-27 moko
3668:
3669: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3670:
1.113 moko 3671: 2017-02-20 moko
3672:
1.211 moko 3673: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3674:
3675: 2017-02-16 moko
3676:
3677: * tests/: 384.html, results/384.processed: test for
3678: ^reflection:mixin[; $.name[] ] option added (related to feature
3679: #1089)
3680:
3681: * tests/: 384.html, results/384.processed: test for
3682: ^reflection:mixin[] added (related to feature #1089)
3683:
3684: * src/types/pa_value.h: warning war: virtual ~Value() added
3685:
1.112 moko 3686: 2017-02-15 moko
3687:
3688: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3689: fixed
3690:
3691: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3692: test added (related to feature #1069)
3693:
3694: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3695: compilation without HASH_ORDER fixed
3696:
3697: * src/: classes/reflection.C, include/pa_hash.h:
3698: $.reverse(true/false) added to ^reflection:methods[] (related to
3699: feature #1069)
3700:
3701: 2017-02-14 moko
3702:
3703: * tests/: 152.html, results/152.processed: test for $._default hash
3704: added (related to bug #1131)
3705:
3706: * tests/: 277.html, results/277.processed: test for hash with only
3707: $._default is now defined (related to bug #1131)
3708:
3709: * src/types/pa_vhash.h: hash with only $._default is now defined
3710: (fixed bug #1131)
3711:
3712: 2017-02-13 moko
3713:
3714: * tests/cat-windows.sh: cat-windows added (cygwin required)
3715:
3716: * tests/: 171.html, 264.html, 286.html, 370.html,
3717: results/320.processed, results/375.processed, results/auto.p:
3718: cat-windows.sh support added
3719:
3720: * tests/375.html: Windows support
3721:
3722: * tests/270.html: documented
3723:
3724: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3725: (not backslashes) even under Windows (broke test 270)
3726:
3727: 2017-02-12 moko
3728:
3729: * tests/: descript.ion, todo.txt: cleanup
3730:
3731: 2017-02-09 moko
3732:
3733: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3734: run_tests.cmd: Windows compatibility
3735:
3736: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3737: incorrectly (GMT) if parser is called from cygwin
3738:
1.111 moko 3739: 2017-02-08 moko
3740:
1.211 moko 3741: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3742:
1.211 moko 3743: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3744:
3745: * NEWS, README: minor update
3746:
3747: * src/include/pa_config_includes.h: warning war continues
3748:
3749: * src/: include/pa_config_includes.h, include/pa_memory.h,
3750: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3751: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3752: gcc 6.x issues fixed
3753:
1.111 moko 3754: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3755: classes/classes.h, classes/curl.C, classes/date.C,
3756: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3757: classes/hashfile.C, classes/image.C, classes/inet.C,
3758: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3759: classes/memcached.C, classes/memory.C, classes/op.C,
3760: classes/reflection.C, classes/regex.C, classes/response.C,
3761: classes/string.C, classes/table.C, classes/void.C,
3762: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3763: include/pa_array.h, include/pa_cache_managers.h,
3764: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3765: include/pa_config_fixed.h, include/pa_config_includes.h,
3766: include/pa_dictionary.h, include/pa_dir.h,
3767: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3768: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3769: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3770: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3771: include/pa_request_charsets.h, include/pa_request_info.h,
3772: include/pa_sapi.h, include/pa_socks.h,
3773: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3774: include/pa_stack.h, include/pa_string.h,
3775: include/pa_stylesheet_connection.h,
3776: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3777: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3778: include/pa_uue.h, include/pa_xml_exception.h,
3779: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3780: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3781: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3782: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3783: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3784: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3785: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3786: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3787: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3788: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3789: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3790: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3791: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3792: main/pa_string.C, main/pa_stylesheet_connection.C,
3793: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3794: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3795: main/untaint.C, sql/pa_sql_driver.h,
3796: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3797: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3798: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3799: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3800: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3801: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3802: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3803: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3804: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3805: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3806: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3807: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3808: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3809: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3810: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3811: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3812: types/pa_vmemcached.h, types/pa_vmemory.h,
3813: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3814: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3815: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3816: types/pa_vresponse.C, types/pa_vresponse.h,
3817: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3818: types/pa_vstateless_object.h, types/pa_vstatus.C,
3819: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3820: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3821: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3822: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3823: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3824: 2015->2017
3825:
1.110 moko 3826: 2017-02-07 moko
3827:
3828: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3829:
3830: 2017-02-06 moko
3831:
3832: * src/main/pa_common.C: minor fixes, whitespace
3833:
3834: * src/: classes/curl.C, classes/file.C, classes/image.C,
3835: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3836: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3837: now used (implements feature #1081)
3838:
3839: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3840:
3841: 2017-02-01 moko
3842:
3843: * src/include/pa_request.h: cleanup
3844:
3845: 2017-01-30 moko
3846:
3847: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3848:
3849: 2017-01-29 moko
3850:
3851: * tests/: 383.html, results/383.processed: test for
3852: ^reflection:stack[] added (related to feature #1052)
3853:
3854: * src/classes/reflection.C: else added
3855:
3856: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3857: $.max_file_lock_wait added (implements feature #1128)
3858:
3859: 2017-01-28 moko
3860:
3861: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3862: body and other cases tests added (related to featue #1014)
3863:
3864: * src/classes/curl.C: bug if response is empty fixed (related to
3865: feature #1014)
3866:
3867: 2017-01-27 moko
3868:
3869: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3870: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3871: added (implements feature #1052)
3872:
3873: 2017-01-25 moko
3874:
3875: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3876: method test added
3877:
3878: 2017-01-23 moko
3879:
3880: * src/classes/reflection.C: optimization: options->get replaced by
3881: hash iterator
3882:
3883: * tests/: 381.html, results/381.processed: now -> fixed date
3884:
3885: * src/main/pa_request.C: warning war
3886:
3887: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3888: 5Mb (fixes bug #1058)
3889:
3890: * src/classes/curl.C: warning war
3891:
3892: * tests/: 381.html, results/381.processed: tests for ^json:string
3893: $.one-line(true) option added (related to feature #1124)
3894:
3895: * src/: classes/json.C, types/pa_value.h: $json-string
3896: $.one-line(true|false) options is now supported (implements
3897: feature #1124)
3898:
3899: * tests/: 380.html, results/380.processed: test for modified
3900: $.max_file_size added (related to bug #1014)
3901:
3902: * tests/: 379.html, results/auto.p: tests for rewritten http file
3903: load added (related to bug #1014)
3904:
3905: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3906: main/pa_common.C, main/pa_http.C: check_file_size added and used
3907: in curl / file load from disk and http, http file load rewritten
3908: (related to bug #1014)
3909:
3910: 2017-01-18 moko
3911:
3912: * tests/: 378.html, results/378.processed: tests for ^result[]
3913: added (related to feature #66)
3914:
3915: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3916: Method::CO_WITHOUT_FRAME as frame still added in expression
3917: (related to feature #66)
3918:
3919: 2017-01-17 moko
3920:
3921: * tests/: 377.html, results/377.processed: test for different
3922: combinations of breaks in body and delimiter (related to bug
3923: #1077)
3924:
3925: * tests/: 376.html, results/376.processed: many ^break[] tests
3926: added (related to bug #1077)
3927:
3928: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3929: passed to native method" exception added to avoid bugs due to
3930: WRITE_EXPR_RESULT skipped and native methods execution continues
3931: after ^break[] (related to bug #1077)
3932:
3933: 2017-01-14 moko
3934:
3935: * tests/: 330.html, results/330.processed: test results updated
3936: after ^break[] bugs where fixed (related to bug #1077)
3937:
3938: * tests/: 329.html, results/329.processed: test results updated
3939: after ^break[] bugs where fixed (related to bug #1077)
3940:
3941: * tests/results/320.processed: ^return[] added
3942:
3943: 2017-01-13 moko
3944:
3945: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3946: classes/table.C, include/pa_request.h, main/execute.C,
3947: main/pa_request.C, targets/cgi/parser3.C,
3948: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3949: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3950: checked after each possible process/execute call (fixes bug
3951: #1077)
3952:
3953: 2016-12-29 moko
3954:
3955: * src/main/pa_common.C: warning war
3956:
3957: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3958: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3959: pa_file_size_limit added, ^math:random fixed for upper limit and
3960: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3961: (related to feature #1014)
3962:
3963: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3964: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3965: (related to feature #1014)
3966:
3967: 2016-12-28 moko
3968:
3969: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3970: warning war
3971:
3972: 2016-12-26 moko
3973:
3974: * tests/: 341.html, results/341.processed: test for
3975: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3976:
3977: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3978: (related to feature #1057)
3979:
3980: * src/types/pa_vdate.C: warning war continues...
3981:
3982: * src/: classes/date.C, classes/image.C, classes/table.C,
3983: include/pa_config_includes.h, types/pa_vfile.C: warning war
3984:
3985: * src/lib/gd/gifio.C: warning war / cleanup
3986:
3987: * src/lib/json/pa_json.C: warning war
3988:
3989: * src/classes/hash.C: warning war
3990:
3991: * src/types/pa_vfile.C: warning war
3992:
3993: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3994: -Wall warning war continues
3995:
3996: * configure.ac: --with-build-warnings actualized
3997:
3998: 2016-12-25 moko
3999:
4000: * src/main/pa_exec.C: -wAll warning war
4001:
4002: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4003: -wAll warning war
4004:
4005: * src/: include/pa_common.h, include/pa_sapi.h,
4006: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4007: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4008: -wAll warning war
4009:
4010: 2016-12-23 moko
4011:
4012: * src/lib/ltdl/Makefile.am: extra dist added
4013:
4014: * tests/results/344.processed: test result updated after $file.text
4015: prefetched in ^hash::create[$file] (related to feature #1075)
4016:
4017: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4018: ^hash::create[$file] (related to feature #1075)
4019:
4020: 2016-12-22 moko
4021:
4022: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4023: main/pa_request.C, main/pa_stylesheet_connection.C,
4024: types/pa_vfile.C: file_stat now return 64-bit size (implements
4025: #1014 under 32-bit unix versions)
4026:
4027: 2016-12-21 moko
4028:
4029: * tests/: 375.html, results/375.processed: test for exec returning
4030: stated file added (related to feature #1119)
4031:
4032: * src/classes/file.C: load should not return file with null body
4033: (fixes bug #1119)
4034:
4035: 2016-12-14 moko
4036:
4037: * tests/: 374.html, results/374.processed: test for $method.name
4038: added (related to feature #1117) plus method returning junction
4039: test
4040:
4041: 2016-12-13 moko
4042:
4043: * src/: include/pa_symbols.h, main/pa_symbols.C,
4044: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4045: (implements feature #1117)
4046:
4047: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4048: HEAD and TRACE can't have body (implements feature #1116)
4049:
4050: 2016-12-09 moko
4051:
4052: * tests/: 373.html, results/373.processed: tests for
4053: ^reflection:tainting added (related to feature #1098)
4054:
4055: * src/classes/reflection.C: ^reflection:tainting arguments order
4056: change (related to feature #1098)
4057:
4058: 2016-12-06 moko
4059:
4060: * src/: classes/reflection.C, include/pa_string.h,
4061: main/pa_string.C: ^reflection:tainting[$string] added (implements
4062: feature #1098)
4063:
4064: 2016-12-05 moko
4065:
4066: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4067: (fixes bug #1114)
4068:
4069: 2016-12-04 moko
4070:
4071: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4072: check added
4073:
4074: 2016-12-03 moko
4075:
4076: * tests/: 346-curl.html, results/346-curl.processed: test modified
4077: to test value.as_hash() usage
4078:
4079: * src/classes/curl.C: value.as_hash() used for correct hash
4080: processing
4081:
4082: * src/classes/reflection.C: exceptions texts fixes
4083:
4084: 2016-12-02 moko
4085:
4086: * tests/: 372.html, results/372.processed: tests for
4087: ^reflection:create[ $.class[name] $.constructor[name]
4088: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4089: feature #1094)
4090:
4091: * src/types/pa_vmethod_frame.h: comment added: params should be
4092: declared outside of *_FRAME_ACTION as MethodParams destructor
4093: will be called in ~VNativeMethodFrame
4094:
4095: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4096: ] minor fix
4097:
4098: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4099: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4100: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4101: now supported (implements feature #1094) value::as_hash added
4102: (and should be used everywhere)
4103:
4104: * src/classes/reflection.C: cleanup
4105:
4106: 2016-12-01 moko
4107:
4108: * tests/: 356.html, results/356.processed: test for method
4109: junctions class name added to the resulting hash added (related
4110: to feature #1068)
4111:
4112: * src/classes/reflection.C: for method junctions class name added
4113: to the resulting hash (related to feature #1068)
4114:
4115: 2016-11-30 moko
4116:
4117: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4118: exception (related to bug #1113)
4119:
4120: * src/types/pa_vhashfile.C: whitespace
4121:
4122: * src/main/pa_os.C: errno now returned as it should (fixes bug
4123: #1113)
4124:
4125: * tests/results/: 175.processed, 192.processed, 224.processed,
4126: 229.processed, 239.processed, 244.processed, 246.processed,
4127: 314.processed, 352.processed: tests results updated after method
4128: call exceptions improved as method now keeps its name
4129:
4130: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4131: types/pa_vmethod_frame.h: method call exceptions improved as
4132: method now keeps its name
4133:
4134: * tests/: 224.html, 239.html, results/224.processed,
4135: results/239.processed: tests and tests results updated after
4136: Request::construct exception changed
4137:
4138: * src/: classes/reflection.C, main/execute.C: Request::construct
4139: exception optimized
4140:
4141: * tests/: 371.html, results/371.processed: test for
4142: WWrapper.get_element call in $.name.key[value] code added
4143: (related to feature #1091)
4144:
4145: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4146: in $.name.key[value] code (related to feature #1091)
4147:
4148: 2016-11-29 moko
4149:
4150: * src/classes/op.C: VS warning war
4151:
4152: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4153: C4239: nonstandard extension used : 'return' : conversion from
4154: 'Value' to 'Value &' (related to feature #1020)
4155:
4156: * src/: main/execute.C, types/pa_vmethod_frame.h,
4157: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4158: used : 'return' : conversion from 'Value' to 'Value &' (related
4159: to feature #1020)
4160:
4161: * src/main/execute.C: VS warning war
4162:
4163: * src/targets/cgi/parser3.C: VS compatibility fix
4164:
4165: * src/include/pa_request.h: VS warning war
4166:
4167: * tests/: 370.html, results/370.processed: test for ^file::exec[
4168: ... $.stdin[$binary_file] ] added (related to bug #1044)
4169:
4170: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4171: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4172: $.stdin[$binary_file] (fixes bug #1044)
4173:
4174: 2016-11-28 moko
4175:
4176: * src/main/pa_exec.C: whitespace
4177:
4178: * src/main/pa_request.C: whitespace
4179:
4180: * tests/: 369.html, results/369.processed: test for
4181: $response:status usage added (related to feature #1099)
4182:
4183: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4184: if < 100 (implements feature #1099)
4185:
4186: * src/targets/cgi/parser3.C: whitespace
4187:
4188: * src/targets/cgi/parser3.C: whitespace
4189:
4190: * tests/: 368.html, results/368.processed: test updated after
4191: ^reflection:filename[$method] added (related to feature #1053)
4192:
4193: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4194: main/compile.y, main/execute.C, main/pa_request.C,
4195: types/pa_vclass.h: filename -> filespec,
4196: ^reflection:filename[$method] added (related to feature #1053)
4197:
4198: 2016-11-27 moko
4199:
4200: * tests/: 368.html, results/368.processed: test for
4201: reflection:filename[$class or object] added (related to feature
4202: #1053)
4203:
4204: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4205: types/pa_vstateless_class.h: ^reflection:filename[$class or
4206: object] added (implements feature #1053)
4207:
4208: 2016-11-26 moko
4209:
4210: * src/: include/pa_request_info.h,
4211: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4212: remove_absolute_uri -> strip_absolute_uri
4213:
4214: 2016-11-25 moko
4215:
4216: * src/: include/pa_request_info.h,
4217: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4218: request_info.remove_absolute_uri added to remove possible
4219: http://site.name/ from $request:uri (implements feature #1112)
4220:
4221: 2016-11-24 moko
4222:
4223: * tests/: 367-curl.html, results/367-curl.processed: test for
4224: previous request headers clearing after redirect added (related
4225: to bug #1109)
4226:
4227: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4228: response headers from previous requests are now cleared, only
4229: last request headers are collected (fixes bug #1109)
4230:
4231: * tests/results/: 266.processed, 321.processed, 356.processed:
4232: tests results updated as method name now added to the resulting
4233: hash for new syntax only (Imp1 compatimility fixed, related to
4234: feature #1068)
4235:
4236: * src/classes/reflection.C: method name now added to the resulting
4237: hash for new syntax only (Imp1 compatimility fixed, related to
4238: feature #1068)
4239:
4240: * tests/results/366.processed: test for native and parser
4241: implementation of ^use[] logic (related to feature #1074)
4242:
4243: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4244: for native and parser implementation of ^use[] logic (related to
4245: feature #1074)
4246:
4247: 2016-11-23 moko
4248:
4249: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4250: main/pa_request.C: @USE file now implemented as ^use[file;
4251: $.origin[origin_file] ] (implements feature #1074)
4252:
1.109 moko 4253: 2016-11-21 moko
4254:
1.110 moko 4255: * tests/: 365.html, results/365.processed: test for $caller bugs in
4256: 3.4.4 and $caller.method now tested (related to feature #1110)
4257:
4258: * tests/: 364.html, results/364.processed: $caller usage in
4259: different contexts now tested (related to feature #1110)
4260:
4261: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4262:
4263: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4264:
1.109 moko 4265: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4266: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4267: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4268: used (implements feature #1110)
4269:
4270: 2016-11-20 moko
4271:
4272: * src/types/pa_vdouble.h: whitespace
4273:
4274: 2016-11-11 moko
4275:
4276: * tests/: 363.html, results/363.processed: more tests for feature
4277: #1091 (how parser methods work in expression context)
4278:
4279: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4280: expressions strings are now written as strings, not values by
4281: write_as_string (related to feature #1091)
4282:
4283: * src/classes/op.C: to make more correct behavour in expression
4284: context
4285:
4286: 2016-11-07 moko
4287:
4288: * tests/: 362.html, results/362.processed: test for
4289: xsltParseStylesheetDoc caching as xsl modification after it added
4290: (related to bug #1108)
4291:
4292: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4293: result now cached as xdoc is modified after it (fixes bug #1108)
4294:
4295: 2016-11-06 moko
4296:
4297: * src/types/pa_vxdoc.h: whitespace
4298:
4299: 2016-11-05 moko
4300:
4301: * src/types/pa_vmethod_frame.h: cleanup
4302:
4303: 2016-11-03 moko
4304:
4305: * tests/results/244.processed: more correct exception after method
4306: frames separation
4307:
4308: * src/types/pa_vmethod_frame.h: minor optimizaion
4309:
4310: * src/types/pa_method.h: optimization: params_count added
4311:
4312: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4313: include/pa_request.h, main/execute.C, main/pa_request.C,
4314: types/pa_value.C, types/pa_vmethod_frame.C,
4315: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4316: VMethodFrame now divided into VNativeMethodFrame,
4317: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4318: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4319: and used (related to feature #1104)
4320:
4321: 2016-11-02 moko
4322:
4323: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4324: classes/double.C, classes/file.C, classes/hash.C,
4325: classes/hashfile.C, classes/image.C, classes/inet.C,
4326: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4327: classes/memcached.C, classes/op.C, classes/reflection.C,
4328: classes/regex.C, classes/string.C, classes/table.C,
4329: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4330: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4331: r.write (implements feature #1091)
4332:
4333: * src/main/execute.C: cleanup (related to feature #1104)
4334:
4335: * src/: include/pa_request.h, main/execute.C,
4336: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4337: added, in_expression removed (implements feature #1104)
4338:
4339: 2016-10-31 moko
4340:
4341: * src/types/pa_value.C: whitespace
4342:
4343: 2016-10-28 moko
4344:
4345: * tests/results/244.processed: updated after error reporting fixed
4346: in pa_wcontext.C
4347:
4348: * src/types/pa_wcontext.C: error reporting fixed
4349:
4350: * src/types/pa_wcontext.h: whitespace
4351:
4352: * src/classes/image.C: not fully readed entries are no longer
4353: processed (fixes bug #1106)
4354:
4355: 2016-10-26 moko
4356:
4357: * src/classes/image.C: whitespace
4358:
4359: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4360: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4361: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4362: longer required (related to feature #1091)
4363:
4364: * tests/results/: 264.processed, 350.processed: test results update
4365: reverted (whitespace optimization) after write_no_lang removed :)
4366: (related to feature #1091)
4367:
4368: * src/: classes/file.C, classes/hash.C, classes/op.C,
4369: classes/string.C, classes/table.C, classes/void.C,
4370: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4371: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4372: equal write_pass_lang (related to feature #1091)
4373:
4374: * tests/results/: 264.processed, 350.processed: test results
4375: updated (whitespace optimization) after write_assign_lang removed
4376: (related to feature #1091)
4377:
4378: * tests/: 361.html, results/361.processed: test for non-string
4379: ^untaint added (related to feature #1091)
4380:
4381: * src/: classes/curl.C, classes/date.C, classes/file.C,
4382: classes/hash.C, classes/op.C, classes/string.C,
4383: include/pa_request.h, main/execute.C: optimization:
4384: write_assign_lang removed as not required (first part of feature
4385: #1091 implementation)
4386:
1.108 moko 4387: 2016-10-12 moko
4388:
4389: * tests/: 360.html, results/360.processed: more test code (related
4390: to feature #1104)
4391:
4392: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4393: include/pa_request.h, main/compile.y, main/execute.C: opcode
4394: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4395: WContext is next task (implements feature #1104)
4396:
4397: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4398: / CO_WITHOUT_WCONTEXT
4399:
4400: * tests/: 360.html, results/360.processed: test for in expression
4401: state (related to feature #1104)
4402:
4403: 2016-10-11 moko
4404:
4405: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4406:
4407: * src/classes/op.C: default value removed from initializer
4408:
4409: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4410:
4411: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4412:
4413: 2016-10-10 moko
4414:
4415: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4416: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4417: to feature #42)
4418:
4419: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4420: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4421:
4422: 2016-10-08 moko
4423:
4424: * src/classes/double.C: whitespace
4425:
4426: 2016-10-07 moko
4427:
4428: * src/types/pa_vmethod_frame.h: reorder
4429:
4430: 2016-10-06 moko
4431:
4432: * src/classes/date.C: typo
4433:
4434: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4435:
4436: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4437: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4438: types/pa_vmethod_frame.h: params.get now returns Value&, not
4439: Value*
4440:
4441: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4442:
4443: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4444: removed; first as_* code rewrite
4445:
4446: 2016-10-05 moko
4447:
4448: * src/include/pa_request.h: whitespace
4449:
4450: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4451: intercept_string added (related to feature #1097)
4452:
4453: * src/: classes/image.C, classes/op.C, classes/table.C,
4454: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4455: optimization: intercept_string removed (implements feature #1097)
4456:
4457: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4458:
4459: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4460: from VCodeFrame and WWrapper as not required
4461:
4462: 2016-10-04 moko
4463:
4464: * src/: classes/curl.C, classes/date.C, classes/double.C,
4465: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4466: classes/int.C, classes/json.C, classes/op.C,
4467: classes/reflection.C, classes/string.C, classes/table.C,
4468: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4469: proces_to_value -> process after StringOrValue removed (related
4470: to feature #1020)
4471:
4472: * src/classes/form.C: whitespace
4473:
4474: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4475:
4476: * tests/: 357.html, 358.html, results/357.processed,
4477: results/358.processed, results/auto.p: test for @conf
4478: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4479:
4480: 2016-10-03 moko
4481:
4482: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4483: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4484: supported (implements feature #42)
4485:
4486: * src/types/pa_vregex.h: no reason for VRegex to be
4487: is_evaluated_expr
4488:
4489: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4490: (implements feature #1095)
4491:
4492: 2016-10-01 moko
4493:
4494: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4495: false by default (related to feature #1089)
4496:
4497: 2016-09-30 moko
4498:
4499: * src/types/pa_wcontext.h: cleanup
4500:
4501: 2016-09-29 moko
4502:
4503: * src/main/execute.C: whitespace
4504:
4505: * src/include/pa_request.h: whitespace
4506:
4507: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4508: classes/op.C, classes/table.C, include/pa_request.h,
4509: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4510: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4511: StringOrValue removed as it just slows down and adds complexity
4512: (implements feature #1020)
4513:
4514: 2016-09-28 moko
4515:
4516: * tests/: 356.html, results/266.processed, results/321.processed,
4517: results/356.processed: tests updated after name was added to
4518: method_info hash, test for ^reflection:method_info[junction]
4519: added (related to feature #1068)
4520:
4521: * src/classes/reflection.C: ^reflection:method_info[junction] now
4522: supported, method name added to the resulting hash (implements
4523: feature #1068)
4524:
4525: * tests/: 276.html, results/276.processed: more tests for
4526: ^reflection:delete[]
4527:
4528: * src/classes/reflection.C: fixed bug then ^reflection:delete
4529: didn't work on class and could damage native objects (like file)
4530:
4531: 2016-09-26 moko
4532:
4533: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4534: results/345.processed, results/346-curl.processed,
4535: results/347-curl.processed, results/348.processed: numbers added
4536: to simplify diff analysis
4537:
4538: * tests/: 352.html, results/352.processed: test result updated as
4539: method name used
4540:
4541: * src/classes/reflection.C: method name used
4542:
4543: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4544: its name
4545:
4546: * src/types/pa_method.h: whitespace
4547:
4548: * src/classes/reflection.C: both method and field with one name can
4549: exist.
4550:
4551: * src/classes/reflection.C: ^reflection:mixin added (implements
4552: feature #1089)
4553:
4554: * tests/: 355.html, results/355.processed: property appears in
4555: derived class if added in base test added
4556:
4557: * src/types/pa_vstateless_class.h: get_method declaration +
4558: whitespace
4559:
4560: * tests/: 354.html, results/354.processed: nice test from method
4561: and property with one name in class added
4562:
4563: 2016-09-23 moko
4564:
4565: * src/classes/reflection.C: ^reflection:method usage documented
4566:
4567: 2016-09-22 moko
4568:
4569: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4570: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4571: compile warning and GPF occures on VS2003 (related to feature
4572: #1087)
4573:
4574: * tests/: 350.html, results/350.processed: test added for
4575: $.encloser[] support in ^table::create (related to feature #11)
4576:
4577: * src/classes/table.C: another minor fix (related to feature #11)
4578:
1.107 moko 4579: 2016-09-21 moko
4580:
4581: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4582:
4583: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4584: classes/json.C, classes/string.C, classes/table.C,
4585: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4586: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4587: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4588: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4589: pa_charsets, vs2015 warning war
4590:
4591: * src/classes/table.C: vs2015 warning war
4592:
4593: * src/types/pa_vdate.C: vs2015 warning war
4594:
4595: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4596:
4597: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4598: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4599:
4600: * src/main/pa_common.C: vs2015 compilation fixes
4601:
4602: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4603: vs2015 compilation fixes
4604:
4605: * src/main/pa_charset.C: vs2015 warning war
4606:
4607: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4608:
4609: * src/main/pa_charset.C: vs2015 warning war
4610:
4611: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4612:
4613: * src/types/pa_vdate.C: vs2015 compilation fix
4614:
4615: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4616:
4617: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4618: VS2015 compilation fixes
4619:
4620: * src/classes/table.C: minor fix (related to feature #11)
4621:
4622: * tests/results/282.processed: no longer skipping extra enclosers
4623: (related to feature #11)
4624:
4625: * src/classes/table.C: minor fix + no longer skipping extra
4626: enclosers (related to feature #11)
4627:
4628: * src/classes/table.C: minor optimization (related to feature #11)
4629:
4630: * src/classes/table.C: minor fix and optimization (related to
4631: feature #11)
4632:
4633: 2016-09-20 moko
4634:
4635: * tests/: 353.html, results/353.processed: test for
4636: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4637: added (related to bug #1090)
4638:
4639: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4640: one_big_piece (fixes bug #1090)
4641:
4642: * tests/: 229.html, results/229.processed: code coverage tests
4643:
4644: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4645: body) was called
4646:
4647: * src/classes/op.C: whitespace
4648:
4649: * tests/: 323.html, results/323.processed: test for code junction
4650: should not be returned by ^reflection:class, ^reflection:base
4651:
4652: * src/classes/reflection.C: bugfix: code junction should not be
4653: returned by ^reflection:class, ^reflection:base
4654:
4655: * tests/: 323.html, 352.html, results/352.processed: no more
4656: exception for ^reflection:method[class;no-such-method] (related
4657: to feature #1087)
4658:
4659: * src/classes/reflection.C:
4660: ^reflection:method[class;no-such-method] : exception -> void
4661: (related to feature #1087)
4662:
4663: * src/include/pa_request.h: request::write_value added to allow
4664: write value without convertion (related to issue #1091)
4665:
4666: 2016-09-19 moko
4667:
4668: * src/main/pa_random.C: windows build fix
4669:
4670: * src/types/pa_vhash.h: warning war
4671:
4672: 2016-09-14 moko
4673:
4674: * tests/: 352.html, 552.html, results/352.processed,
4675: results/552.processed: test for ^reflection:method[] extension
4676: added (related to feature #1087)
4677:
4678: * tests/: 552.html, results/552.processed: test for
4679: ^reflection:method[] extension added (related to feature #1087)
4680:
4681: * src/classes/reflection.C: compatibility issue fixed, VClass
4682: dynamic_cast check added (related to feature #1087)
4683:
4684: * tests/: 351.html, results/351.processed: test for @auto[]
4685: inheritance bug diring ^process[] added (related to bug #1088)
4686:
4687: * src/: classes/op.C, main/pa_request.C,
4688: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4689: disable it inheritance during ^process (fixes bug #1088)
4690:
4691: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4692: added (implements feature #1087)
4693:
4694: 2016-09-13 moko
4695:
4696: * tests/: 349.html, results/auto.p: test for objects prototyping
4697: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4698: to feature #1086)
4699:
4700: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4701: types/pa_vobject.C: objects now are not class instances, but have
4702: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4703: in @conf (implements feature #1086)
4704:
4705: 2016-09-08 moko
4706:
4707: * src/: classes/file.C, classes/mail.C, classes/string.C,
4708: classes/table.C, main/pa_http.C, main/pa_string.C,
4709: include/pa_string.h: cleanup: string::split limit argument
4710: removed as no longer required, pos_after no longer reference
4711: (related to feature #11)
4712:
4713: * src/classes/table.C, tests/results/348.processed: now exception
4714: is rised when invalid option is passed to ^table::create[]
4715:
4716: * tests/: 282.cfg, 282.html, results/282.processed: more code
4717: coverage tests
4718:
4719: * tests/: 348.html, results/348.processed: code coverage tests
4720: added
4721:
4722: * tests/: 348.html, results/348.processed: generic ^table::create[]
4723: tests
4724:
4725: * tests/: 035.html, results/035.processed, results/272.processed:
4726: tests updated after $.encloser[] support for ^table::create
4727: implementation (related to feature #11)
4728:
4729: * src/classes/table.C: $.encloser[] support for ^table::create
4730: finally added (implements feature #11)
4731:
4732: 2016-09-07 moko
4733:
4734: * src/include/pa_string.h: added StringSplitHelper as friend
4735: (related to feature #11)
4736:
4737: * src/include/pa_string.h: body and langs now protected, not
4738: private to allow inheritance (related to feature #11)
4739:
4740: * src/classes/table.C: lsplit optimized before cloning for
4741: ^table::create with $.encloser[] (related to feature #11)
4742:
4743: * src/classes/table.C: optimizaion: TableControlChars.separators
4744: added and used (related to feature #11)
4745:
4746: * src/classes/table.C: spelling:
4747:
4748: TableSeparators -> TableControlChars column -> separator
4749: separators -> control_chars
4750:
4751: 2016-09-06 moko
4752:
4753: * src/main/pa_string.C: whitespace
4754:
4755: * src/main/pa_string.C: whitespace
4756:
4757: 2016-09-01 moko
4758:
4759: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4760: results OS-independent
4761:
4762: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4763: compiler (related to feature #1042)
4764:
4765: 2016-08-15 moko
4766:
4767: * src/include/pa_string.h: whitespace
4768:
4769: * src/classes/table.C: whitespace
4770:
1.106 moko 4771: 2016-08-05 moko
4772:
4773: * tests/: 344.html, results/344.processed: test for
4774: ^hash::create[$file] added (related to feature #1075)
4775:
4776: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4777: supported (implements feature #1075)
4778:
4779: 2016-08-04 moko
4780:
4781: * tests/: 341.html, results/341.processed: more code coverage tests
4782:
4783: * tests/: 346-curl.html, results/346-curl.processed: more code
4784: coverage tests for curl
4785:
4786: * tests/: 346-curl.html, results/346-curl.processed: more code
4787: coverage tests for curl
4788:
4789: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4790: results/223.processed: code coverage tests: $.form[ $.table[] ]
4791: test added
4792:
4793: * tests/: 223-curl.html, results/223-curl.processed: more code
4794: coverage tests for curl
4795:
4796: 2016-08-03 moko
4797:
4798: * src/classes/curl.C: dlink(curl_library) now called not once, but
4799: until it will be loaded, allowing to find existing library.
4800:
4801: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4802: results/347-curl.processed: more code coverage tests for curl
4803:
4804: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4805: results/339-curl.processed, results/346-curl.processed: curl
4806: functionality tests
4807:
4808: 2016-08-02 moko
4809:
4810: * tests/: 339.html, results/339.processed: test for tables in
4811: ^file:load[] and ^curl:load[] (commented) added (related to
4812: feature #1042)
4813:
4814: * tests/: 345.html, results/345.processed: code coverage tests for
4815: file class
4816:
4817: * tests/: 344.html, results/344.processed: code coverage tests
4818:
4819: * tests/: 344.html, results/344.processed: mdate removed from
4820: output
4821:
4822: * src/classes/file.C: minor bugfix: is_text should be taked from
4823: fcontent.is_text_mode() if not set (related to feature #1061)
4824:
4825: * tests/: 344.html, results/344.processed: more tests
4826:
4827: * tests/: 343.html, 344.html, results/343.processed,
4828: results/344.processed: tests for ^file::create[ $.from-charset
4829: and $.to-charset ] (related to feature #1061)
4830:
4831: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4832: aset_text_mode argument optimized
4833:
4834: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4835: checkBOM now used in detect_binary_content (related to feature
4836: #1061)
4837:
4838: * src/main/pa_request.C: load_charset no longer required to_upper
4839:
4840: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4841: preserves original file mode (if no $.mode specified)
4842:
4843: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4844: ^file::create now supports $.from-charset[] and $.to-charset
4845: options (implements feature #1061), automatic transcode is done
4846: if text file is created from binary file and charset is detected.
4847:
4848: 2016-07-30 moko
4849:
4850: * src/classes/table.C: ^t.hash[..;] now supported (related to
4851: feature #1057)
4852:
4853: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4854: added (related to feature #1057)
4855:
4856: * tests/: 286.html, results/286.processed: code tests coverage
4857:
4858: 2016-07-29 moko
4859:
4860: * src/classes/table.C: table size should be checked inside menu and
4861: foreach (related to feature #858)
4862:
4863: * src/: classes/curl.C, classes/file.C, classes/string.C,
4864: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4865: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4866: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4867: charsets.get now does str_upper inside (related to feature #1061)
4868:
4869: * tests/: 342.html, results/342.processed: more code coverage tests
4870:
4871: * tests/: 342.html, outputs/342.processed: table menu code coverage
4872: + foreach test added (related to feature #858)
4873:
4874: * tests/: 341.html, results/341.processed: tests for
4875: ^table.hash[]{code} added + code coverage tests (related to
4876: feature #1057)
4877:
4878: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4879: value} support (implements feature #1057)
4880:
4881: * src/classes/table.C: whitespace
4882:
4883: 2016-07-28 moko
4884:
4885: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4886: from URL, if not specified query string removed from url-based
4887: filenames in ^curl:load[] and ^file::load[] (related to feature
4888: #1042)
4889:
4890: 2016-07-27 moko
4891:
4892: * tests/: 340.html, results/340.processed: test for
4893: transcode_text_result=false added (related to issue #1042)
4894:
4895: 2016-07-26 moko
4896:
4897: * src/types/pa_vfile.C: file name should not be empty (if file path
4898: is folder and ends with /) (related to feature #1042)
4899:
4900: * src/main/pa_http.C: whitespace optimizaion
4901:
4902: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4903: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4904: multiple headers, ^file::load supports headers transcoding
4905: (implements feature #1042)
4906:
4907: 2016-07-25 moko
4908:
4909: * src/include/pa_common.h: PA_DEFAULT added
4910:
4911: 2016-07-22 moko
4912:
4913: * tests/: 338.html, results/338.processed: test for
4914: $date.field(value) added (related to feature #1066)
4915:
4916: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4917: $date.field(value) now supported for y/m/d/h/m/s (implements
4918: feature #1066)
4919:
1.105 moko 4920: 2016-07-21 moko
4921:
4922: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4923: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4924: arguments removed; image.C - absolute path shown in exception
4925: (implements feature #1071)
4926:
4927: * tests/: 235.html, results/235.processed: test and test result
4928: updated after static boundary in mail and Errors-To: mail header
4929: removed (related to feature #1047)
4930:
4931: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4932: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4933: used, static boundary in mail removed, Errors-To: mail header
4934: removed (implements feature #1047)
4935:
4936: 2016-07-20 moko
4937:
4938: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4939: equest.classes(): Value -> VStateless_class, part 3 (related to
4940: issue #1051)
4941:
4942: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4943: request.classes(): Value -> VStateless_class, part 2 (related to
4944: issue #1051)
4945:
4946: * tests/results/: 224.processed, 323.processed: classes without
4947: methods should not be methoded (related to issue #1051)
4948:
4949: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4950: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4951: -> VStateless_class, part 1 (related to issue #1051)
4952:
4953: * tests/: 337.html, results/337.processed: test for
4954: ^reflection:fields_reference[] and VHashReference class added
4955: (related to feature #1072)
4956:
4957: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4958: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4959: and VHashReference added, allowing ^reflection:fields_reference[]
4960: implementation (closes feature #1072)
4961:
4962: 2016-07-19 moko
4963:
4964: * tests/: 323.html, results/323.processed: we want to see
4965: "methoded"
4966:
4967: * tests/: 336.html, results/336.processed: test for $BASE:property
4968: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4969: #1059)
4970:
4971: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4972: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4973: somebody_entered_some_class, $BASE:property works again,
4974: ^BASE:method[] bugs fixed (fixes bug #1059)
4975:
4976: 2016-07-14 moko
4977:
4978: * tests/: 335.html, results/335.processed: test for feature #1055
4979: added
4980:
4981: * src/classes/hash.C: bugfix: $._default was not copied if empty
4982: feature: ^hash.contains[_default] added (implements feature
4983: #1055)
4984:
4985: 2016-07-13 moko
4986:
4987: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4988: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4989:
4990: 2016-07-05 moko
4991:
4992: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4993: in ^hash.foreach (related to feature #1073)
4994:
4995: 2016-07-04 moko
4996:
4997: * tests/: 134.html, 281.html, results/134.processed,
4998: results/281.processed: tests updated after hash blocking removed
4999: (related to feature #1073)
5000:
5001: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5002: no longer blocks on change during foreach (implements feature
5003: #1073)
5004:
5005: 2016-06-17 moko
5006:
5007: * tests/: 330.html, results/330.processed: try exception source
5008: test added (related to bug in #1062)
5009:
5010: * tests/: 334.html, results/334.processed: Exception stack trace
5011: test added (related to bug in $1062)
5012:
5013: * src/classes/op.C: Exception trace now correctly restored and
5014: errors reported (related to bug #1062)
5015:
1.104 moko 5016: 2016-05-25 moko
5017:
5018: * src/main/compile.y: minor cleanup + beauty
5019:
5020: 2016-05-24 moko
5021:
5022: * tests/: 333.html, results/333.processed: more exceptions testing
5023:
5024: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5025: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5026: features #1056, #1026)
5027:
5028: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5029: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5030: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5031: (implements feature #1056)
5032:
5033: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5034: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5035: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5036: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5037: feature #1026)
5038:
5039: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5040: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5041: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5042: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5043: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5044: feature #1026)
5045:
5046: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5047: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5048: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5049: SYMBOLS_CACHING define implemented (related to feature #1026)
5050:
5051: * src/main/main.vcproj: + ps_symbols
5052:
5053: * src/: include/Makefile.am, include/pa_string.h,
5054: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5055: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5056: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5057: types/pa_vstateless_class.C: initial implementation for symbols
5058: cache (related to feature #1026)
5059:
5060: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5061:
5062: * src/main/pa_globals.C: minor cleanup
5063:
5064: 2016-05-19 moko
5065:
5066: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5067: (related to feature #1046)
5068:
5069: * tests/: 331.html, results/331.processed: test for
5070: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5071: (related to feature #1051)
5072:
5073: * src/main/compile.y:
5074: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5075: (implements feature #1054)
5076:
5077: 2016-05-18 moko
5078:
5079: * src/types/pa_vtable.C, tests/results/324.processed: no more
5080: "column not found" exception for ^table.no-such-method[] (related
5081: to feature #1046)
5082:
5083: * tests/: 261.html, results/261.processed: test added and updated
5084: after feature #1046 implementation
5085:
5086: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5087: types/pa_vvoid.h: $string.anything works for whitespace strings,
5088: ^string.contains added for hash compatibility, $string.method no
5089: longer returns stting method (implements feature #1046)
5090:
5091: 2016-05-12 moko
5092:
5093: * src/classes/curl.C: content-type response header no longer
5094: ignored (fixes issue #1045)
5095:
5096: * tests/: 330.html, results/330.processed: test for incomplete
5097: finally execution when break occures added (related to issue
5098: #1077)
5099:
5100: * src/classes/op.C: bugfix: Request::skip reset is called before
5101: executing catch and finally code (fixes issue #1062)
5102:
5103: 2016-05-11 moko
5104:
5105: * tests/: 329.html, results/329.processed: test for invalid
5106: ^break[] behavour added (bug #1077)
5107:
5108: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5109:
5110: 2016-04-24 moko
5111:
5112: * src/types/pa_vstateless_class.h: warning war
5113:
5114: 2016-04-17 moko
5115:
5116: * tests/: 328.html, results/328.processed: test for
5117: ^break(condition) and ^continue(condition) (related to feature
5118: #1063)
5119:
5120: * src/classes/op.C: ^break(condition) and ^continue(condition)
5121: implemented (feature #1063)
5122:
5123: 2016-04-12 moko
5124:
5125: * tests/results/280.processed: ordered hash now used for class
5126: methods and properties (test results updated for feature #1069)
5127:
5128: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5129: to xdoc.C as under FreeBSD it was inited after and inheritance
5130: failed (related to issue #1051)
5131:
5132: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5133: are printed to check inheritance (related to feature #1051)
5134:
1.103 moko 5135: 2016-04-09 moko
5136:
5137: * tests/results/320.processed: ordered hash now used for class
5138: methods and properties (test results updated for feature #1069)
5139:
5140: * src/types/pa_vstateless_class.h: ordered hash now used for class
5141: methods and properties (implements feature #1069)
5142:
5143: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5144: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5145: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5146: feature #1051)
5147:
5148: 2016-04-07 moko
5149:
5150: * src/main/execute.C: returned Value in .CLASS case for VJunction
5151: (related to feature #1051)
5152:
5153: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5154: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5155: string constants deduplication (related to feature #1051)
5156:
5157: * tests/results/224.processed: test result updated (related to
5158: feature #1051)
5159:
5160: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5161: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5162: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5163: types/pa_vstatus.h: classes hash now contains only
5164: VStateless_class derived objects, .CLASS is also allways
5165: VStateless_class derived object (related to feature #1051).
5166:
5167: 2016-04-06 moko
5168:
5169: * tests/results/323.processed: test result updated after feature
5170: #1051 implementation
5171:
5172: * src/: classes/classes.h, classes/op.C, classes/response.C,
5173: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5174: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5175: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5176: types/pa_vresponse.C, types/pa_vresponse.h,
5177: types/pa_vstateless_class.h: base -> methoded_donor for static
5178: classes, type() moved from VStateless_class to VClass and
5179: Methoded (implements feature #1051)
5180:
5181: 2016-04-04 moko
5182:
5183: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5184: beauty: put_class added (related to feature #1051)
5185:
5186: 2016-04-01 moko
5187:
5188: * tests/results/: 175.processed, 192.processed, 224.processed,
5189: 229.processed, 244.processed, 246.processed, 316.processed: test
5190: results updated as class.type() removed from error messages, only
5191: type() left (related to feature #1051)
5192:
5193: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5194: classes/op.C, classes/reflection.C, main/compile.y,
5195: main/compile_tools.h, main/execute.C, main/pa_request.C,
5196: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5197: types/pa_vmethod_frame.h, types/pa_vobject.h,
5198: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5199: from VStateless_class, type() is used instead (related to feature
5200: #1051)
5201:
5202: * src/classes/mail.C: old logic restored.
5203:
5204: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5205: classes/classes.h, classes/curl.C, classes/date.C,
5206: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5207: classes/hashfile.C, classes/image.C, classes/inet.C,
5208: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5209: classes/memcached.C, classes/memory.C, classes/reflection.C,
5210: classes/regex.C, classes/response.C, classes/string.C,
5211: classes/table.C, classes/xdoc.C, classes/xnode.C,
5212: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5213: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5214: feature #1051)
5215:
5216: 2016-03-30 moko
5217:
5218: * tests/: 327.html, results/224.processed, results/327.processed:
5219: test for TZ specification in ^date::create[], TZ is kept during
5220: ^date::create[$dt] (related to feature #1048)
5221:
5222: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5223: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5224: feature #1048)
5225:
5226: 2016-03-29 moko
5227:
5228: * tests/: 315.html, results/315.processed: test for timezone format
5229: +HHmm added (related to feature #1065)
5230:
5231: * src/classes/date.C: timezone format +HHmm now supported
5232: (implements feature #1065)
5233:
5234: 2016-03-28 moko
5235:
5236: * tests/: 202.html, results/131.processed, results/202.processed,
5237: results/224.processed, results/256.processed,
5238: results/315.processed: test results updated after %.2d now
5239: default for hours offset in iso-string (was %2d), test for
5240: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5241: added (related to feature #1065)
5242:
5243: 2016-03-27 moko
5244:
5245: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5246: feature #1065)
5247:
5248: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5249: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5250: added (implements feature #1065)
5251:
5252: 2016-03-24 moko
5253:
5254: * tests/: 202.html, results/202.processed: test $date.week added
5255: (related to bug #1067)
5256:
5257: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5258: date (fix for bug #1067)
5259:
5260: 2016-03-10 moko
5261:
5262: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5263:
1.102 moko 5264: 2015-12-07 moko
5265:
5266: * tests/: 326.html, results/326.processed: test for .CLASS &
5267: .CLASS_NAME optimization added (related to feature #844)
5268:
5269: 2015-11-17 moko
5270:
5271: * tests/: 323.html, results/323.processed: order added
5272:
5273: * tests/: 325.html, results/325.processed: double range test added
5274: (related to bug #1049)
5275:
5276: 2015-11-16 moko
5277:
5278: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5279: added to disallow NaN and Infinity (fixes bug #1049)
5280:
5281: 2015-11-11 moko
5282:
5283: * tests/324.html: parser 3.4.3 execution support added (related to
5284: feature #1017)
5285:
5286: * tests/: 324.html, results/324.processed: test for
5287: GET_ELEMENT4CALL feature added (feature #1017)
5288:
1.101 moko 5289: 2015-10-29 moko
5290:
1.211 moko 5291: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5292:
5293: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5294:
5295: * src/main/pa_exec.C: get_exit_status implemented for Windows
5296: (related to bug #1043)
5297:
5298: 2015-10-28 moko
5299:
5300: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5301: hangup during ^file::exec (fixes bug #1043)
5302:
1.100 moko 5303: 2015-10-27 moko
5304:
5305: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5306:
1.99 moko 5307: 2015-10-26 moko
5308:
1.100 moko 5309: * tests/322.html, src/classes/reflection.C: arguments reorder
5310: (related to issue #1041)
5311:
5312: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5313: Copyright year updated
5314:
1.99 moko 5315: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5316: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5317: classes/form.C, classes/hash.C, classes/hashfile.C,
5318: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5319: classes/mail.C, classes/math.C, classes/memcached.C,
5320: classes/memory.C, classes/op.C, classes/reflection.C,
5321: classes/regex.C, classes/response.C, classes/string.C,
5322: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5323: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5324: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5325: include/pa_config_fixed.h, include/pa_config_includes.h,
5326: include/pa_dictionary.h, include/pa_dir.h,
5327: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5328: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5329: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5330: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5331: include/pa_request_charsets.h, include/pa_request_info.h,
5332: include/pa_sapi.h, include/pa_socks.h,
5333: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5334: include/pa_stack.h, include/pa_string.h,
5335: include/pa_stylesheet_connection.h,
5336: include/pa_stylesheet_manager.h, include/pa_table.h,
5337: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5338: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5339: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5340: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5341: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5342: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5343: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5344: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5345: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5346: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5347: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5348: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5349: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5350: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5351: main/pa_string.C, main/pa_stylesheet_connection.C,
5352: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5353: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5354: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5355: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5356: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5357: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5358: targets/isapi/parser3isapi.C, types/pa_junction.h,
5359: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5360: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5361: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5362: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5363: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5364: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5365: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5366: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5367: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5368: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5369: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5370: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5371: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5372: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5373: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5374: types/pa_vresponse.C, types/pa_vresponse.h,
5375: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5376: types/pa_vstateless_object.h, types/pa_vstatus.C,
5377: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5378: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5379: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5380: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5381: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5382:
5383: * src/targets/cgi/parser3.C: year updated
5384:
5385: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5386: issue #1041)
5387:
5388: * tests/: 323.html, results/323.processed: test for base classes
5389: added
5390:
5391: * tests/: 261.html, results/261.processed: updated after better
5392: error reporting done for $string.key exception
5393:
5394: * src/types/pa_vstring.h: better error report for $string.key
5395: exception
5396:
5397: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5398: copied as VObject::get_element4call to remove extra virtual call
5399:
5400: * tests/: 322.html, results/322.processed: test for
5401: ^reflection:is[] added (related to feature #1041)
5402:
5403: * src/classes/reflection.C: ^reflection:is empty value is void
5404: (related to feature #1041)
5405:
5406: * src/classes/reflection.C:
5407: ^reflection:is[class_name|code|method;[context;]element_name]
5408: added (implements feature #1041)
5409:
5410: 2015-10-24 moko
5411:
5412: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5413:
1.98 moko 5414: 2015-10-22 moko
5415:
5416: * tests/: 321.html, results/321.processed: test for
5417: ^reflection:method_info[] file detection added
5418:
5419: * tests/: 320.html, results/320.processed: test for
5420: ^reflection:class_by_name[class_name] added (related to feature
5421: #993)
5422:
5423: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5424: added (implements feature #993)
5425:
5426: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5427: (related to feature #1017)
5428:
5429: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5430: added (related to issue #1039)
5431:
5432: * src/main/pa_request.C: ^throw origin fixed (related to feature
5433: #1039)
5434:
5435: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5436: for VDate
5437:
5438: * tests/results/182.processed: updated after feature #1038
5439: implemented
5440:
5441: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5442: compile-time exception origin added (test for feature #1039)
5443:
5444: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5445: main/pa_request.C: exception unification: compile-time exceptions
5446: now have origin, @USE origins also tracked (implements feature
5447: #1039)
5448:
5449: 2015-10-20 moko
5450:
5451: * src/main/pa_request.C: cleanup
5452:
5453: 2015-10-15 moko
5454:
5455: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5456:
5457: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5458: types/pa_vtable.C: new feature: no more $table.method and
5459: $hash.method, aliases for _at, _count, _key (related to feature
5460: #1017)
5461:
1.97 moko 5462: 2015-10-14 moko
5463:
1.98 moko 5464: * tests/: 317.html, results/317.processed: test for
5465: ^string.unescape[] added (related to feature #120)
5466:
1.97 moko 5467: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5468: defined" bug (described in issue #1036)
5469:
5470: * tests/: 247.html, results/247.processed: test for checkBOM added
5471: (test for bug #1037)
5472:
5473: * src/: include/pa_charsets.h, main/pa_charsets.C,
5474: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5475: it's not enforced, skips BOM signature if it complies charset
5476: (fixes bug #1037)
5477:
5478: 2015-10-13 moko
5479:
5480: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5481: linking
5482:
5483: * src/classes/inet.C: vs2003 compilation fix
5484:
5485: * src/classes/math.C: warning war
5486:
5487: * src/lib/punycode/pa_punycode.c: warning war
5488:
5489: 2015-10-12 moko
5490:
5491: * src/lib/punycode/pa_punycode.c: warning war
5492:
5493: * parser3.sln: moved parser3 first, to make it default startup
5494: project
5495:
5496: * buildall: parser "mirror" now used for external libs sources
5497: (implements feature #1036)
5498:
5499: * buildall: most external libs are updated to their current
5500: versions (related to feature #1036)
5501:
5502: * src/classes/image.C: more tags added
5503:
5504: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5505:
5506: 2015-10-11 moko
5507:
5508: * src/classes/curl.C: minor optimization (related to feature #1035)
5509:
5510: 2015-10-09 moko
5511:
5512: * src/classes/curl.C: pa_strdup added for strings from curl
5513: (related to feature #1035)
5514:
5515: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5516: ULLONG_MAX definition
5517:
5518: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5519: (implements feature #1035)
5520:
5521: * src/main/pa_charset.C: String::Body(String::C) used
5522:
5523: * src/main/pa_charset.C: exceptions unified
5524:
5525: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5526: unified
5527:
5528: * src/: classes/file.C, classes/image.C, classes/mail.C,
5529: classes/op.C, classes/xdoc.C, classes/xnode.C,
5530: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5531: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5532: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5533: String::Body(String::C) constructor added (related to bug #957)
5534:
5535: * src/classes/file.C: minor optimization
5536:
5537: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5538: Cord(char*) autocreation (related to bug #957)
5539:
5540: * src/: classes/string.C, main/untaint.C: minor optimizations
5541:
5542: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5543: String(char*, Lang, length) removed, String(C(), Lang) used
5544: instead (related to bug #957)
5545:
5546: 2015-10-08 moko
5547:
5548: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5549: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5550: main/untaint.C: Now char * is converted to CORD only using
5551: AS_CORD() to check for empty cord bug (fixes bug #957)
5552:
5553: * src/include/pa_hash.h: fixed compilation without
5554: HASH_CODE_CACHING
5555:
5556: * src/classes/string.C:
5557: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5558: feature #120)
5559:
5560: * src/main/pa_common.C: reduce js flags checks count (related to
5561: feature #120)
5562:
1.96 moko 5563: 2015-10-07 moko
5564:
5565: * tests/: 275.html, results/275.processed: test modified after
5566: unsigned long long int support implemented (feature #1034)
5567:
5568: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5569: pa_atoul added for unsigned long long int support
5570:
5571: 2015-10-06 moko
5572:
5573: * src/types/pa_vdate.C: INT_MAX used
5574:
5575: 2015-10-03 moko
5576:
5577: * tests/: 302.html, results/302.processed: test for bug #1023
5578: (\u2028, \u2029 escaping) added
5579:
5580: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5581: json:string[] (fixes bug #1023)
5582:
5583: 2015-09-29 moko
5584:
5585: * tests/305.html: try-catch added for OS without ipv6 support
5586:
5587: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5588: compilation
5589:
5590: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5591: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5592: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5593: implemented to distinguish ^hash.method from $hash.field
5594: (implements feature #1017)
5595:
5596: * src/lib/punycode/pa_punycode.c: warning war
5597:
5598: * src/include/pa_config_includes.h: warning war
5599:
5600: * src/include/pa_config_includes.h: pragma warning actualized a bit
5601:
5602: * src/include/pa_config_includes.h: warning war
5603:
5604: * src/include/pa_hash.h: clang compilation fix
5605:
5606: 2015-09-27 moko
5607:
5608: * src/main/compile.tab.C: Bison 3 is now default
5609:
5610: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5611:
5612: 2015-09-25 moko
5613:
5614: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5615: works with undefined HASH_ORDER (related to feature #196)
5616:
5617: 2015-09-24 moko
5618:
5619: * tests/: 027.html, results/027.processed: test modified to test
5620: ^hash.sort (feature #196)
5621:
5622: * src/: classes/hash.C, include/pa_hash.h:
5623: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5624: added (implements feature #196)
5625:
5626: * tests/: 316.html, results/316.processed: Added test for bug #1025
5627: (exception handling in non-cached ^cache), plus for "it does not
5628: have logical value" and "$exception.handled value must be either
5629: boolean or string 'cache'" exceptions.
5630:
5631: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5632: code (fixes bug #1025)
5633:
1.95 moko 5634: 2015-09-23 moko
5635:
5636: * src/classes/table.C: warning war
5637:
5638: * src/: classes/math.C, types/pa_vcookie.C: warning war
5639:
5640: * src/classes/file.C: warning war
5641:
5642: * src/: include/pa_table.h, main/pa_table.C: warning war
5643:
5644: * src/: main/pa_request.C, classes/date.C: warning war
5645:
5646: * src/: types/pa_vdate.C, classes/op.C: warning war
5647:
5648: * tests/: 122.html, results/122.processed: win sync: to remove
5649: differences with OS that doesn't keep timezone change history
5650:
5651: * src/types/pa_vdate.C: tzset() should be called in Windows after
5652: TZ change (related to feature #36)
5653:
5654: * tests/: 075.html, results/075.processed: win sync: to remove
5655: differences with OS that doesn't keep timezone change history
5656:
5657: * tests/: 315.html, results/315.processed: win sync: to remove
5658: differences with OS that doesn't keep timezone change history
5659:
5660: * tests/: 256.html, results/256.processed: win sync: to remove
5661: differences with OS that doesn't keep timezone change history
5662:
5663: * tests/: 124.html, results/124.processed: win results sync: to
5664: avoid hitting time change hole.
5665:
5666: * src/types/pa_vdate.C: static returned. :)
5667:
5668: 2015-09-22 moko
5669:
5670: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5671:
5672: * tests/results/131.processed: more tests for feature #1032
5673:
5674: * src/classes/date.C: minor fix related to feature #1032
5675:
1.211 moko 5676: * operators.ru.txt, operators.txt: ISO date creation documented
5677: (related to feature #1032)
1.95 moko 5678:
1.211 moko 5679: * operators.ru.txt, operators.txt: iso-string documented (related
5680: to feature #1032)
1.95 moko 5681:
5682: * tests/: 315.html, results/315.processed: more tests added
5683: (related to feature #1032)
5684:
5685: * tests/: 131.html, results/131.processed: date range checks
5686: updated (related to feature #36)
5687:
5688: * tests/: 315.html, results/057.processed, results/315.processed:
5689: test added for ISO date support (related to issue #315)
5690:
5691: * src/classes/date.C: more readable exceptions in date creation
5692: (related to ticket #1032)
5693:
5694: 2015-09-18 moko
5695:
5696: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5697: added (related to issue #1032)
5698:
5699: * tests/results/256.processed, src/classes/json.C: iso-string
5700: documented (related to issue #1032)
5701:
5702: * tests/: 256.html, results/256.processed: ISO date check added
5703: (related to issue #1032)
5704:
5705: * tests/: 057.html, results/057.processed, results/224.processed:
5706: tests results updated after ISO date support implemented (related
5707: to feature #1032)
5708:
5709: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5710: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5711: ^date::create[string] constructor formalized, ^date.iso-string[]
5712: added (implements feature #1032)
5713:
5714: 2015-09-05 moko
5715:
1.211 moko 5716: * operators.ru.txt, operators.txt: actualized
1.95 moko 5717:
1.211 moko 5718: * operators.ru.txt, operators.txt: date changes documented (related
5719: to ticket #36)
1.95 moko 5720:
5721: 2015-09-04 moko
5722:
5723: * src/types/pa_vdate.C: warning war
5724:
5725: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5726:
5727: 2015-09-03 moko
5728:
5729: * tests/results/096.processed: test result updated for 0..9999 year
5730: date range support (related to feature #36)
5731:
5732: * tests/: 314.html, results/314.processed: test for
5733: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5734: bug #1031)
5735:
5736: * src/classes/string.C: Static calls fixed for ^string:base64[],
5737: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5738:
1.116 moko 5739: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5740: configure.in -> configure.ac
1.95 moko 5741:
1.116 moko 5742: * configure, configure.in, src/include/pa_config_auto.h.in: more
5743: correct timezone check for FreeBSD Warning war: configure.in ->
5744: configure.ac
1.95 moko 5745:
5746: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5747: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5748: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5749: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5750: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5751: src/main/Makefile.am, src/targets/apache/Makefile.am,
5752: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5753: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5754: check added
5755:
5756: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5757:
5758: * tests/results/: 124.processed, 224.processed: test resuls updated
5759: for new date implementation (related to feature #36)
5760:
5761: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5762: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5763: types/pa_vdate.h: new double date implementation with internal
5764: support for extended 0..9999 year range, default timezone support
5765: (related to feature #36)
5766:
5767: 2015-08-28 moko
5768:
5769: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5770: (fixes bug #1030)
5771:
5772: 2015-08-21 moko
5773:
5774: * src/classes/inet.C: snprintf size "bug" commented
5775:
5776: * src/main/pa_common.C: snprintf comments updated
5777:
5778: 2015-08-16 moko
5779:
5780: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5781:
5782: 2015-08-11 moko
5783:
5784: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5785: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5786: can be null (fixes bug #1029)
5787:
5788: 2015-08-06 moko
5789:
1.116 moko 5790: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5791: pa_vdate.C added
1.95 moko 5792:
5793: 2015-08-05 moko
5794:
5795: * tests/: 313.html, results/313.processed: test for
5796: ^table.count[columns] and ^table.flip[] with nameless tables
5797: (feature #1003)
5798:
5799: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5800: max_cell added, now ^table.count[columns] and ^table.flip[] works
5801: correctly for nameless tables (implements feature #1003)
5802:
5803: 2015-08-03 moko
5804:
5805: * tests/312.html: test for ^table.append[$hash] and
5806: ^table.insert[$hash] added (related to feature #1028)
5807:
5808: * src/classes/table.C: ^table.append[$hash] and
5809: ^table.insert[$hash] now supported (implements feature #1028)
5810:
5811: * tests/: 312.html, results/312.processed: test row copy in
5812: ^table.hash[; $.type[table] ] added (related to feature #1016)
5813:
5814: * src/classes/table.C: row copy now created in ^table.hash[;
5815: $.type[table] ] (related to feature #1016)
5816:
5817: 2015-07-29 moko
5818:
5819: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5820: added (related to feature #1016)
5821:
5822: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5823: ^table.delete[] added to delete current row (related to feature
5824: 1016)
5825:
5826: 2015-07-28 moko
5827:
5828: * tests/: 312.html, results/312.processed: test for
5829: $table.column[value] and ^table.insert{row} (related to feature
5830: #1016)
5831:
5832: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5833: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5834: ^table.insert{row} are now implemented (feature #1016)
5835:
5836: * src/include/pa_array.h: Optimization: bool reverse removed from
5837: append(), insert() added, memmove arguments order in remove()
5838: fixed (related to feature #1016)
5839:
5840: 2015-07-23 moko
5841:
5842: * src/classes/json.C: tainted json and empty json exception added
5843: (implements feature #1015)
5844:
5845: * tests/: 311.html, results/311.processed: empty json and tainted
5846: json exception test added (related to issue #1015)
5847:
5848: 2015-07-22 moko
5849:
5850: * tests/: 311.html, results/311.processed: test for UTF-8
5851: processing added
5852:
5853: * tests/: 311.html, results/311.processed: test for
5854: json_exception_with_source added (related to issue #394)
5855:
5856: * src/classes/json.C: json_exception_with_source added (implements
5857: feature #394)
5858:
5859: 2015-06-29 moko
5860:
5861: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5862: directories are now correctly determined if _d_type == DT_UNKNOWN
5863: (closes bug #1027)
5864:
5865: 2015-06-10 moko
5866:
5867: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5868: error if libxml has LIBXML_ICU_ENABLED.
5869:
5870: 2015-06-04 moko
5871:
5872: * tests/099.html: ups, reverting
5873:
5874: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5875: results/310.processed: tests for $response:body[ $.file[] ] and
5876: $response:last-modified added
5877:
5878: * src/main/pa_request.C: last-modified check fixed
5879:
5880: 2015-06-03 moko
5881:
5882: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5883: results/205.processed, results/293.processed: $response:headers
5884: logging added (tests for feature #1007)
5885:
5886: * src/: include/pa_common.h, include/pa_request.h,
5887: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5888: $response:headers are now in uppercase (closes feature #1007)
5889:
5890: 2015-06-02 moko
5891:
5892: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5893: build errors reverted for clang compatibility
5894:
5895: 2015-06-01 moko
5896:
5897: * src/include/pa_memory.h: -pedantic build errors fixed
5898:
5899: * src/classes/math.C: -pedantic build error fixed
5900:
5901: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5902:
5903: 2015-05-31 moko
5904:
5905: * src/classes/table.C: USE_STRINGSTREAM optimized
5906:
5907: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5908: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5909: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5910: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5911: types/pa_vxnode.h: warning war (-pedantic flag)
5912:
5913: 2015-05-28 moko
5914:
5915: * tests/: 308.html, results/308.processed: test for
5916: ^table::create[$t;], etc work added (related to bug #975)
5917:
5918: * src/classes/table.C: check_option_param removed,
5919: ^table::create[$t;], etc now works (fixes bug #975)
5920:
5921: 2015-05-27 moko
5922:
5923: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5924: (Debian jessie) fixed (closes issue #1024)
5925:
5926: * tests/Makefile: sort added as in Debian jessie list become
5927: unsorted
5928:
5929: 2015-05-18 moko
5930:
5931: * tests/: 201.html, results/201.processed: test for
5932: ^string.trim[what] feature #1022
5933:
5934: * src/classes/string.C: ^string.trim[what] now supported,
5935: implements feature #1022
5936:
5937: 2015-05-17 moko
5938:
5939: * tests/results/185.processed: test result updated as feature #1021
5940: implemented (left/right accept negative parameter)
5941:
5942: * src/classes/string.C: left/right now accept negative parameter
5943: (implements feature #1021)
5944:
5945: 2015-05-08 moko
5946:
5947: * src/classes/math.C: isalnum -> pa_isalnum
5948:
5949: * src/main/execute.C: optimization in getter-junction processing
5950: (related to issue #997)
5951:
5952: 2015-05-07 moko
5953:
5954: * tests/: 307.html, results/307.processed: test for issue #997
5955: added
5956:
5957: * src/main/execute.C: process_getter result now checked if junction
5958: returned (closes issue #997)
5959:
5960: * tests/: 305.html, results/305.processed: sort added to ignore
5961: different order
5962:
5963: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5964: assignment (closes issue #994)
5965:
5966: * tests/: 306.html, results/306.processed: test for issue #994
5967: added
5968:
5969: * tests/: 303.html, results/303.processed: two more errors tested
5970:
5971: 2015-05-06 moko
5972:
5973: * tests/: 305.html, results/305.processed: test for name2ip &
5974: ip2name added (related to feature #992)
5975:
5976: * tests/: 303.html, 304.html, results/303.processed,
5977: results/304.processed: tests for idna conversion added (related
5978: to issue #849)
5979:
5980: 2015-05-02 moko
5981:
5982: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5983: implemented
5984:
5985: 2015-04-30 moko
5986:
5987: * src/main/pa_http.C: idna_host added, related to issue #849
5988:
5989: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5990: (related to issue #849)
5991:
5992: 2015-04-24 moko
5993:
5994: * src/types/pa_vjunction.C: warning war
5995:
5996: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5997: unification
5998:
5999: * src/lib/punycode/pa_idna.c: warning war
6000:
6001: 2015-04-22 moko
6002:
6003: * src/main/main.vcproj: punycode include path added
6004:
6005: * src/lib/punycode/pa_idna.c: windows compile error fixed
6006:
6007: * src/lib/punycode/pa_idna.c: warning war
6008:
6009: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6010: project file added
6011:
6012: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6013:
6014: * src/include/pa_memory.h: warning war
6015:
6016: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6017: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6018: implemented (related to feature #849)
6019:
6020: * configure.in, src/main/Makefile.am,
6021: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6022: libpunycode added in Unix
6023:
6024: 2015-04-21 moko
6025:
6026: * configure.in: large files support
6027:
6028: 2015-04-15 moko
6029:
6030: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6031: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6032: pa_punycode.h: initial version for punycode/idna support library
6033: (ticket #849)
6034:
6035: 2015-04-08 moko
6036:
6037: * src/: classes/curl.C, classes/date.C, classes/file.C,
6038: classes/image.C, classes/mail.C, classes/reflection.C,
6039: classes/string.C, classes/xnode.C, include/pa_request.h,
6040: include/pa_string.h, include/pa_stylesheet_connection.h,
6041: main/compile.y, main/compile_tools.h, main/execute.C,
6042: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6043: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6044: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6045: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6046: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6047: clang compiler warnings (closes issue #1018)
6048:
6049: * src/include/pa_string.h: String::Body comparation operators with
6050: char * added (related to issue #958)
6051:
6052: 2015-04-07 moko
6053:
6054: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6055: pa_malloc/pa_free to remove system malloc/free usage (related to
6056: issue #1018)
6057:
6058: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6059: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6060: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6061: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6062: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6063: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6064: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6065: malloc/strdup/free replaced with pa_ version and checks for
6066: accidental use of non-pa_ version added (related to issue #1018)
6067:
6068: 2015-04-03 moko
6069:
6070: * buildall: pcre-8.33 -> pcre-8.36
6071:
6072: * src/: main/compile.y, classes/form.C, classes/mail.C,
6073: classes/op.C, classes/string.C, main/compile.tab.C,
6074: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6075: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6076: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6077: ticket #958)
6078:
6079: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6080: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6081: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6082: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6083: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6084: $request:headers, $request:method added (implements feature
6085: #1007)
6086:
6087: 2015-03-17 misha
6088:
6089: * tests/302.html: - test for
6090: ^json:string[...;$._default[method-name]]
6091:
6092: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6093: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6094: option $._default[method-name] is specified in ^json:string[], a
6095: method with specified name will be called for classes/objects
6096: serialization ( new feature: #982 )
6097:
6098: 2015-03-16 misha
6099:
6100: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6101: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6102: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6103: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6104: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6105: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6106: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6107: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6108: types/pa_vrequest.h, types/pa_vstateless_class.C,
6109: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6110: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6111: $var.CLASS_NAME now have special opcodes. This can be switched
6112: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6113: on pa_opcode.h ( new feature: #844 )
6114:
6115: 2015-03-15 misha
6116:
6117: * tests/075.html: - test for $response:header[]
6118:
6119: * src/types/pa_vresponse.C: - $response:header[] deletes header
6120: that was set earlie ( new feature: #1001 )
6121:
6122: 2015-03-12 misha
6123:
6124: * tests/246.html: - more tests for ^hash._at[]
6125:
6126: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6127: accepts second param [key|value|hash] ( new feature: #1012 )
6128:
6129: 2015-03-09 moko
6130:
6131: * src/types/pa_vmail.C: exception for everything but
6132: $mail:received, closes issue #1011
6133:
6134: 2015-02-20 moko
6135:
6136: * tests/: 275.html, results/275.processed: hex detection in
6137: pa_atoui fix test (closes issue #1010)
6138:
6139: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6140: issue #1010)
6141:
6142: 2015-02-17 moko
6143:
6144: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6145: tainted.
6146:
6147: 2015-02-03 misha
6148:
6149: * tests/301.html: - test for ^json:string($double) causes
6150: exception. bugfix: #1008
6151:
6152: * src/classes/json.C: - ^json:string($double) causes exception.
6153: bugfix: #1008
6154:
6155: * tests/014.html: - updated for work with ^hash.delete[]
6156:
6157: 2015-01-12 misha
6158:
6159: * src/: classes/form.C, include/pa_common.h,
6160: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6161: types/pa_vform.h: - supports body with PUT method as well ( new
6162: feature: #1006 )
6163:
6164: * src/classes/file.C: - warnings war
6165:
6166: 2015-01-11 misha
6167:
6168: * tests/300.html: - test for ^hash.delete[] is added
6169:
6170: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6171: feature: #989 ) - tiny optimization in intersects
6172:
6173: 2015-01-06 moko
6174:
6175: * src/types/pa_vmail.C: file names transcode added, to and cc added
6176: with transcode, attachments detection fixed
6177:
6178: * src/main/pa_request.C: filling mail received after cgi/auto.p
6179: load to allow charset switch (related to issue #996)
6180:
6181: 2014-12-31 moko
6182:
6183: * src/types/pa_vmail.C: from and subject now transcoded if not
6184: UTF-8 source charset (fixes issue 996)
6185:
6186: * src/main/pa_exception.C: fixed string from stack bug (closes
6187: issue #1000)
6188:
6189: 2014-12-11 misha
6190:
6191: * src/types/pa_vhashfile.C: - check if key is not empty before
6192: access ( bug fix: #1005 )
6193:
6194: 2014-11-13 misha
6195:
6196: * src/main/compile.y: - PC.append does not reset to false while
6197: creating a new class. bugfix: #990
6198:
6199: * tests/299.html: - test for creation class after working with
6200: partial class (create+append)
6201:
6202: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6203: #995
6204:
6205: * tests/232.html: - test for @get[def] added
6206:
6207: 2014-10-12 moko
6208:
6209: * src/lib/pcre/pcre_internal.vcproj: correct path
6210:
6211: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6212: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6213: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6214: targets/apache/ApacheModuleParser3.vcproj,
6215: targets/apache/ApacheModuleParser3Core.vcproj,
6216: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6217: types/types.vcproj: project GUID inserted in *.vcproj for correct
6218: conversion in newer VS versions
6219:
6220: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6221: pcre_internal.vcproj added
6222:
6223: 2014-08-28 moko
6224:
6225: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6226: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6227: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6228:
6229: 2014-06-30 misha
6230:
6231: * tests/298.html: - tests for ^reflection:def[class;className]
6232: added
6233:
6234: * src/classes/reflection.C: - ^reflection:def[class;className]
6235: added ( new feature: #918 )
6236:
6237: 2014-06-29 misha
6238:
6239: * src/classes/table.C: - ^table::create[unsupported data] -
6240: exception comment changed to "body must be table or code" ( bug
6241: fix: #951 )
6242:
6243: * tests/: 261.html, results/261.processed: - tests for
6244: ^json:string[...;$.void[null|string]] added
6245:
6246: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6247: option $.void[string|null] added to ^json:string[...] ( new
6248: feature: #952 )
6249:
6250: 2014-06-28 moko
6251:
6252: * src/classes/curl.C: $.charset now processed before other curl
6253: options (closes issue #980)
6254:
6255: 2014-05-23 misha
6256:
6257: * src/classes/json.C: - bug fix: #987
6258:
6259: 2014-05-04 misha
6260:
6261: * tests/: 253.html, 253_json.txt: - test for
6262: ^json:parse[$.int(false)] is added
6263:
6264: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6265: default true). The option is similar to $.double(bool) but for
6266: integers.
6267:
6268: 2014-05-01 moko
6269:
6270: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6271: #12 )
6272:
6273: 2014-04-16 moko
6274:
6275: * src/main/pa_http.C: response-charset option should finally work
6276: now (fix for issue #867)
6277:
6278: * src/main/pa_http.C: response-charset option should work now (fix
6279: for issue #867)
6280:
6281: 2014-03-07 moko
6282:
6283: * buildall: libgc moved
6284:
6285: * buildall: libgc moved
6286:
6287: 2013-12-29 moko
6288:
6289: * src/classes/string.C: ^string:js-unescape result now tainted,
6290: closes issue #966
6291:
6292: * tests/: 186.html, results/186.processed: ^string:js-unescape
6293: result now tainted, issue #966
6294:
6295: 2013-12-03 moko
6296:
6297: * src/: classes/memcached.C, types/pa_vmemcached.C,
6298: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6299: option was added for http://www.parser.ru/forum/?id=79343
6300:
6301: * src/classes/file.C: bugfix for
6302: http://www.parser.ru/forum/?id=79337
6303:
6304: 2013-11-05 moko
6305:
6306: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6307:
6308: * src/main/pa_globals.C: spelling fixed
6309:
6310: 2013-10-29 moko
6311:
6312: * src/lib/json/json.vcproj: json.c -> pa_json.C
6313:
6314: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6315: #892
6316:
6317: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6318: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6319: exceptions to be thrown thougth json library), related to issue
6320: #892
6321:
6322: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6323: related to issue #896
6324:
6325: 2013-10-24 moko
6326:
6327: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6328:
6329: 2013-10-23 moko
6330:
6331: * README: actualization
6332:
6333: 2013-10-22 moko
6334:
6335: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6336: compatibility patch from Sergey Kirpichev
6337:
6338: * tests/: 297.html, results/297.processed: non-working getter fix
6339: test for issue #948
6340:
6341: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6342: called when saving value of $match variable in ^string.match[] to
6343: increase compatibility (related to issue #948).
6344:
6345: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6346: usage optimization
6347:
6348: 2013-10-21 moko
6349:
6350: * tests/: 182.html, results/182.processed: local path removed for
6351: compatibility
6352:
6353: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6354: results/244.processed, results/253.processed,
6355: results/254.processed, results/275.processed,
6356: results/281.processed: try_catch -> try-catch
6357:
6358: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6359: results/294.processed, results/296.processed: try_catch ->
6360: try-catch
6361:
6362: 2013-10-20 moko
6363:
6364: * tests/: 296.html, results/296.processed: test for xsl exception
6365: for issue #938 added.
6366:
6367: * src/: include/pa_xml_exception.h,
6368: main/pa_stylesheet_connection.C: forgotten to be replaced
6369: XmlException is now replaced (once again closes issue #938)
6370:
6371: 2013-10-18 moko
6372:
6373: * buildall: disable clock_gettime detection to avoid librt linking
6374: (which in turn depends on libpthread), related to issue #943
6375:
6376: 2013-10-18 misha
6377:
6378: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6379: lib/smtp/smtp.vcproj, main/main.vcproj,
6380: targets/apache/ApacheModuleParser3Core.vcproj,
6381: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6382: types/types.vcproj: - new locations for libxml2 includes where
6383: added to vcproj files
6384:
6385: 2013-10-18 moko
6386:
6387: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6388: fix
6389:
6390: * tests/: 295.html, results/295.processed: test for issue #948
6391: updated
6392:
6393: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6394: :)
6395:
6396: * tests/: 295.html, results/295.processed: test for issue #948
6397: added
6398:
6399: * src/: classes/hash.C, classes/string.C, classes/table.C,
6400: include/pa_request.h, types/pa_method.h: for getters and setters
6401: to be executed request.put_element should be called, not
6402: context.put_element (fixes issue #948)
6403:
6404: 2013-10-17 moko
6405:
6406: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6407: LIBXML2_NEW_BUFFER check (closes issue #943)
6408:
6409: * buildall: libxml 2.9.1 build is broken --without-reader.
6410:
6411: 2013-10-16 moko
6412:
6413: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6414:
6415: * tests/: 294.html, results/294.processed: test for issue #938
6416:
6417: * src/: classes/xdoc.C, classes/xnode.C,
6418: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6419: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6420:
6421: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6422: libxslt-1.1.26 -> libxslt-1.1.28
6423:
6424: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6425: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6426: to '?', related to issue #938
6427:
6428: 2013-10-15 moko
6429:
6430: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6431: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6432: minor optimizations (closes issue #896)
6433:
6434: * tests/results/: 292.processed, 293.processed: results updated to
6435: comply with issue #896
6436:
6437: * tests/: 292.html, 293.html, results/292.processed,
6438: results/293.processed: tests for json escaping
6439:
6440: 2013-10-14 moko
6441:
6442: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6443: and cleanup, code moved from .h to .C, no changes in code
6444:
6445: 2013-10-12 moko
6446:
6447: * tests/results/119.processed: updated test result commited
6448:
6449: * tests/: 291.html, results/291.processed: test for issue #894
6450: added
6451:
6452: * src/types/pa_wcontext.h: base methods call support function
6453: get_somebody_entered_some_class should not be true forever, as
6454: wcontext can have many get_elements calls (fixes issue #894)
6455:
6456: 2013-10-11 moko
6457:
6458: * tests/: 290.html, results/290.processed: test for junction GPF
6459: issue #942 added
6460:
6461: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6462: to native method fixed (closes issue #942)
6463:
6464: * tests/: 158.html, results/158.processed: test for csv-string[]
6465: added
6466:
6467: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6468: feature #907)
6469:
6470: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6471: feature #907)
6472:
6473: 2013-10-09 moko
6474:
6475: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6476: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6477: types/pa_vstateless_class.C: GET_default, SET_default now works
6478: properly not only in objects, but in classes as well (closes
6479: issue #903)
6480:
6481: * tests/: 289.html, results/289.processed: GET/SET_default now
6482: works in classes, not only objects, test case added, related to
6483: issue #903
6484:
6485: * tests/: 288.html, results/288.processed: test for endless
6486: recursion bug added (related to issue #903)
6487:
6488: 2013-10-05 moko
6489:
6490: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6491: classes/table.C, main/execute.C, types/pa_method.h,
6492: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6493: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6494: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6495: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6496: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6497: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6498: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6499: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6500: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6501: optimization: put_element no longer has "bool areplace" argument,
6502: related to issue #903
6503:
6504: 2013-10-03 moko
6505:
6506: * tests/results/182.processed: result for $.replace(false) test
6507: commited
6508:
6509: * src/classes/date.C: ^date::create(number) processed correctly
6510: (fixes issue #901)
6511:
6512: * src/classes/image.C: as_no_junction removed, as param can be
6513: expression (closes issue #931)
6514:
6515: * tests/233.html: test for issue #931 added
6516:
6517: 2013-10-02 moko
6518:
6519: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6520: modified, test for $.replace(false) added
6521:
6522: * src/main/compile_tools.h: forgotten class replace returned. :)
6523:
6524: 2013-09-30 moko
6525:
6526: * tests/: 141.html, results/141.processed: md5 tainting test added
6527:
6528: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6529: main/compile_tools.h, main/pa_request.C: allow_class_replace
6530: implemented; $.replace option added to ^process and ^use
6531:
6532: 2013-08-27 moko
6533:
6534: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6535: cstr_to_string_body_untaint should be called with charsets for
6536: possible uri language and connection for possible sql language.
6537: related to issue #857
6538:
6539: * buildall: and -> or fixed
6540:
6541: 2013-08-26 moko
6542:
6543: * buildall: prepare_ functions logic changed to support
6544: gc-7.2d.tar.gz extracting to gc-7.2 directory
6545:
6546: 2013-08-23 moko
6547:
6548: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6549: statically
6550:
6551: 2013-08-22 moko
6552:
6553: * src/classes/string.C: String::Empty used (related to issue #912)
6554: append_know_length removed (related to old GPF bug)
6555:
6556: 2013-08-21 moko
6557:
6558: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6559:
6560: * src/classes/math.C: ^math:digest[...;$file] support added
6561: (related to ticket #857
6562:
6563: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6564: implemented
6565:
6566: * src/types/pa_vhashfile.h: warning war
6567:
6568: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6569: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6570: anti_endless_json_string_recoursion removed from request;
6571: json_string_recoursion added to json_options; $.indent[indent
6572: value] now supported and passed within recoursion closes feature
6573: #937
6574:
6575: * tests/: 287.html, results/287.processed: test for feature #937
6576:
6577: 2013-07-31 moko
6578:
6579: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6580: compilation having #define _S
6581:
6582: * src/main/pa_globals.C: cleanup
6583:
6584: 2013-07-30 moko
6585:
6586: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6587: main/pa_common.C: vs2003 warning war
6588:
6589: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6590:
6591: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6592:
6593: * src/lib/md5/pa_sha2.c: warning war
6594:
6595: 2013-07-29 moko
6596:
6597: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6598: patches from github
6599:
6600: * src/: classes/bool.C, classes/double.C, classes/int.C,
6601: classes/memcached.C, include/pa_config_includes.h,
6602: types/pa_vfile.C, types/pa_vfile.h: warning war
6603:
6604: * src/lib/json/json.vcproj: C++ -> C
6605:
6606: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6607:
6608: * src/lib/json/: json.c, pa_json.C: windows compatibility
6609:
6610: * src/lib/json/: json.c, pa_json.C: windows compatibility
6611:
6612: * src/lib/json/: json.c, pa_json.C: warning war
6613:
6614: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6615:
6616: * src/include/pa_config_fixed.h: uint16_t added
6617:
6618: * configure.in: uint16_t check added
6619:
6620: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6621: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6622: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6623: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6624: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6625:
6626: 2013-07-25 moko
6627:
6628: * parser3.sln: dependencies added
6629:
6630: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6631: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6632: module support
6633:
6634: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6635:
6636: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6637:
6638: 2013-07-23 moko
6639:
6640: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6641: PA_DEBUG_GC_MEMORY removed
6642:
6643: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6644: PA_DEBUG_DISABLE_GC compilation fix
6645:
6646: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6647: main/pa_request.C: outdated RESOURCES_DEBUG removed
6648:
6649: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6650: garbage cleanup
6651:
6652: * src/main/pa_common.C: warning war
6653:
6654: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6655:
6656: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6657: minor cleanup
6658:
6659: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6660: uses cygwin, not WIN32 implementation
6661:
6662: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6663: able to exec shell scripts
6664:
6665: * src/classes/math.C: ifdef WIN32 cleanup
6666:
6667: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6668:
6669: * src/classes/curl.C: LT_MODULE_EXT used
6670:
6671: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6672:
6673: 2013-07-22 moko
6674:
6675: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6676: includes fix
6677:
6678: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6679:
6680: * configure.in, src/include/pa_config_includes.h,
6681: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6682: src/main/pa_exec.C: includes cleanup
6683:
6684: * src/targets/cgi/parser3.C: 2012->2013
6685:
6686: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6687:
6688: * configure.in, src/include/pa_config_includes.h,
6689: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6690: src/main/pa_random.C, src/main/pa_socks.C,
6691: src/types/pa_vstatus.C: cygwin support cleanup
6692:
6693: * configure.in: dirent.h check added
6694:
6695: * src/: include/pa_config_includes.h, include/pa_dir.h,
6696: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6697: not copied
6698:
6699: 2013-07-21 moko
6700:
6701: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6702:
6703: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6704: parser3.vcproj: unused getopt.h / getopt.c removed
6705:
1.211 moko 6706: * operators.ru.txt, operators.txt, src/classes/file.C,
6707: tests/022.html, tests/results/022.processed:
6708: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6709:
6710: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6711: src/main/pa_dir.C: ^file:list[] now has dir column and when
6712: $.stat(true) it has size/*date columns modified patch from misha@
6713: that closes issue #914.
6714:
6715: * src/: include/pa_config_includes.h, main/pa_globals.C:
6716: PA_RELEASE_ASSERTS removed
6717:
6718: * src/lib/md5/pa_md5c.c: minor cleanup
6719:
6720: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6721: localeconv()->decimal_point usage remoed (related to issue #934)
6722:
6723: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6724: cordprnt.c removed
6725:
6726: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6727: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6728: pa-include/pa_strings.h: includes cleanup
6729:
6730: * src/lib/md5/pa_md5c.c: headers cleanup
6731:
6732: 2013-07-20 moko
6733:
6734: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6735: cleanup
6736:
6737: 2013-07-19 moko
6738:
6739: * src/classes/math.C: extern "C" added for crypt
6740:
6741: 2013-07-18 moko
6742:
6743: * src/classes/math.C: fix redhat7.2 build
6744:
6745: 2013-07-17 moko
6746:
6747: * configure.in, src/include/pa_config_includes.h,
6748: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6749: added for uint8/32/64_t)
6750:
6751: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6752: pa_config_includes.h used for uint32/64_t
6753:
6754: 2013-07-16 moko
6755:
6756: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6757: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6758: war
6759:
6760: * src/main/compile.tab.C: compile.y was updated
6761:
6762: * src/main/compile.y: warning war
6763:
6764: * src/: include/pa_exception.h, main/pa_exception.C,
6765: main/pa_xml_exception.C: warning war
6766:
6767: * src/: include/pa_common.h, main/pa_common.C: warning war
6768:
6769: * configure.in: beauty :)
6770:
6771: * tests/: 141.html, results/141.processed: sha256/512 added
6772:
6773: 2013-07-13 moko
6774:
6775: * src/lib/md5/md5.vcproj: sha2 added
6776:
6777: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6778: classes/math.C: sha2 support (sha256/sha512 digest)
6779:
6780: 2013-07-08 moko
6781:
6782: * src/classes/image.C: directory read or other read problem message
6783: fixed (related to issue #933)
6784:
6785: 2013-07-07 moko
6786:
6787: * AUTHORS: + misha + moko. :)
6788:
6789: 2013-07-06 moko
6790:
6791: * src/: classes/curl.C, include/pa_globals.h,
6792: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6793: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6794: for lt_dlinit to be called once and lt_dlexit called at right
6795: place (related to issue #925)
6796:
6797: 2013-07-04 moko
6798:
6799: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6800: VString::as_vfile now uses vfile.set_binary_string to avoid
6801: content-type to be set, as it brokes badly designed logic in
6802: response output. This hopefully finishes issue #928.
6803:
6804: * tests/results/: 256.processed, 286.processed: file now displayed
6805: as name, size, mode, content-type
6806:
6807: * src/main/pa_common.C: read error now reported cottectly (fixes
6808: issue #933
6809:
6810: 2013-06-28 moko
6811:
6812: * tests/: 286.html, results/286.processed: test extended
6813:
6814: * tests/: 286.html, results/286.processed: Test for issue #928
6815: added. it tests default content-type change.
6816:
6817: * src/types/pa_vfile.C: closes issue #928 - default content-type
6818: now updated
6819:
6820: 2013-06-25 moko
6821:
6822: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6823: content-type for text/binary files without name added;
6824: ^file::create[$f;...] options now works properly and $f
6825: properties are default (fixes issue #928)
6826:
6827: 2013-05-16 misha
6828:
6829: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6830: added
6831:
6832: * src/main/pa_table.C: - a tiny memory optimisation while creating
6833: table if specified limit is bigger than source rows count
6834:
6835: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6836: added ( new feature: #858 )
6837:
6838: 2013-04-29 moko
6839:
6840: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6841: $.ipresolve(0|1|2) added (closes issue #891)
6842:
6843: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6844:
6845: 2013-04-24 moko
6846:
6847: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6848: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6849: types/pa_vmemcached.h: ^memcache.release[] added, calls
6850: memcached_quit (refs #893)
6851:
6852: 2013-04-22 moko
6853:
6854: * src/: include/pa_string.h, main/pa_common.C: no more double
6855: slashes in file path (fixes bug #872)
6856:
6857: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6858: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6859: #739)
6860:
6861: * tests/results/266.processed: $.max_params added (feature #915)
6862:
6863: * src/: include/pa_common.h, main/pa_http.C: response-charset
6864: option added to file::load (closes issue #867)
6865:
6866: 2013-04-20 misha
6867:
6868: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6869: commited
6870:
6871: 2013-03-15 misha
6872:
6873: * src/classes/: hash.C, table.C: - Optimisation: do not create
6874: multiple empty strings while ::sql. uae String::Empty instead
6875:
6876: 2013-03-14 misha
6877:
6878: * src/classes/reflection.C: - for user classes
6879: ^reflection:method_info[] returns $.max_params and $.extra_param
6880: with $.call_type if they available ( new feature: #915 )
6881:
6882: * src/classes/file.C: - ^file:delete[] now supports an option
6883: $.exception(false) that suppress any exception while deleting
6884: file ( new feature: #916 )
6885:
6886: * src/classes/curl.C: - parsing cookies after curl:load now should
6887: work :)
6888:
6889: 2013-03-12 misha
6890:
6891: * src/types/pa_vfile.C: - if specified file_name is empty string
6892: set default name for the file
6893:
6894: 2013-03-11 misha
6895:
6896: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6897: also available in $f.cookies
6898:
6899: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6900: moved to a separate method
6901:
6902: 2013-03-10 moko
6903:
6904: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6905: added
6906:
6907: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6908: removed (declared by autoconf)
6909:
6910: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6911: uint32_t define
6912:
6913: 2013-03-10 misha
6914:
6915: * src/classes/file.C: ^file:delete and ^file:move now support
6916: option $.keep-empty-dirs(true) ( new feature: #884 )
6917:
6918: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6919: empty dirs is added
6920:
6921: 2013-03-10 moko
6922:
6923: * src/classes/: bool.C, double.C, int.C: default can be present,
6924: but default check removed from ^int/double/bool.int/double/bool
6925: for string.int/double/bool compatibility (related to issue #913)
6926:
6927: * src/classes/string.C: ^string.int/dobule/bool no longer
6928: internally throws exception if default is present (closes issue
6929: #913)
6930:
6931: 2013-03-09 misha
6932:
6933: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6934: optimisations ( #845 )
6935:
6936: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6937:
6938: 2013-03-08 moko
6939:
6940: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6941: creates correct table (fixes issue #910)
6942:
6943: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6944: use outside of 'connect' operator (fixes issue #911)
6945:
6946: * tests/results/: 096.processed, 122.processed: test results
6947: updated as doubles now printed with 15 significant digits, not 5
6948: (fixes issue #882)
6949:
6950: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6951: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6952:
6953: 2013-02-21 moko
6954:
6955: * src/classes/table.C: _locate_name_value does not check arguments
6956: count, so we check it in advance (fixes issue #905)
6957:
6958: 2012-10-23 moko
6959:
6960: * buildall: old shell for and echo compatibility (for six)
6961:
6962: 2012-10-19 moko
6963:
6964: * buildall: --strip added --disable-safe-mode listed in usage
6965:
6966: 2012-10-17 misha
6967:
6968: * src/classes/op.C: - apply-taint should not throw "outside
6969: connect" exception with sql lang now
6970:
6971: 2012-10-17 moko
6972:
6973: * src/main/pa_request.C: bugfix: safe mode should be inited for
6974: each request (for apache module)
6975:
6976: 2012-09-26 moko
6977:
6978: * src/doc/doxygen.cfg: png -> svg
6979:
6980: 2012-09-25 moko
6981:
6982: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6983: test added
6984:
6985: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6986: double use when key is long
6987:
6988: 2012-09-16 moko
6989:
6990: * src/classes/math.C: Format -> Method Encode -> Format
6991:
6992: * tests/: 141.html, results/141.processed: math:digest hmac test
6993: added
6994:
6995: 2012-09-14 moko
6996:
6997: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6998: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6999: implementation added
7000:
7001: 2012-09-12 moko
7002:
7003: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7004: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7005: targets.dox and string.dox slightly actualized
7006:
7007: 2012-08-31 moko
7008:
7009: * ChangeLog: now generated with patched cvs2cl.pl
7010:
7011: 2012-07-29 moko
7012:
7013: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7014: result should be pushed after VMethodFrame destructor is called,
7015: as it deletes junctions from stack params (fixes issue #868)
7016:
7017: 2012-07-23 moko
7018:
7019: * INSTALL, README: buildall script usage documented, other outdated
7020: info updated.
7021:
7022: * buildall-with-xml, buildall-without-xml: replaced by buildall
7023:
7024: 2012-07-21 moko
7025:
7026: * buildall: glib does not compile when threads are disabled...
7027:
7028: * src/types/pa_vmail.C: g_assertion fixes for empty input
7029:
7030: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7031: unref, can't unref nested objects)
7032:
7033: * src/types/pa_vmail.C: another check added
7034:
7035: 2012-07-19 moko
7036:
7037: * buildall: usage added
7038:
7039: * buildall: new buildall script that unites buildall-with-xml,
7040: buildall-without-xml, --with-apache and --with-mailreceive
7041:
7042: * configure.in: support for static gmime and dynamic glib linking.
7043: fixes for FreeBSD
7044:
7045: 2012-07-17 moko
7046:
7047: * configure.in: --with-mailreceive replaced
7048: --with-static-mailreceive and --with-shared-mailreceive pathlink
7049: removed
7050:
7051: 2012-07-16 moko
7052:
7053: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7054: capitalized, content now decoded and text content converted to
7055: $request:charset. all properties are accessed by functions, this
7056: ready for dynamic load.
7057:
7058: 2012-06-28 moko
7059:
1.116 moko 7060: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7061: 32 bit
1.95 moko 7062:
7063: 2012-06-27 moko
7064:
7065: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7066: passive ftp
7067:
7068: * src/lib/ltdl/ltdl.vcproj: release build fixed
7069:
7070: * configure.in: 3.4.2 RC -> 3.4.2
7071:
7072: 2012-06-22 moko
7073:
7074: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7075: #815)
7076:
7077: * tests/: 284.html, results/284.processed: output options test
7078: (feature #265)
7079:
7080: 2012-06-22 misha
7081:
7082: * tests/215.html: - little changes
7083:
7084: 2012-06-21 moko
7085:
7086: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7087: types/pa_vxdoc.h: output_options returned and used (bugfix for
7088: feature #265)
7089:
7090: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7091: breaks long .*, default 10M restored. (issue #216)
7092:
7093: * tests/: 283.html, results/283.processed: test for issue #815
7094: added
7095:
7096: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7097: again, cstrm not required.
7098:
7099: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7100: Win32 and broken FreeBSD (issue #45)
7101:
7102: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7103:
7104: * src/main/pa_string.C: warnings war
7105:
7106: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7107: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7108: main/pa_socks.C, targets/apache/pa_threads.C,
7109: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7110: types/pa_vstatus.C: compilation under cygwin fixed
7111:
7112: 2012-06-19 moko
7113:
7114: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7115: Windows fixed
7116:
7117: * parser3.sln: removed antique pcre_ctype
7118:
7119: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7120:
7121: * src/include/pa_config_fixed.h: undefined reference to
7122: __imp__pcre_* fix for Windows
7123:
7124: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7125: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7126: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7127: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7128: define fixed
1.95 moko 7129:
7130: 2012-06-18 moko
7131:
7132: * src/classes/memcached.C: flush -> clear
7133:
7134: * src/classes/memcached.C: memcached does not support quotes even
7135: in server name
7136:
7137: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7138: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7139: called on open to check servers existance. $.key(true) syntax
7140: now supported
7141:
7142: 2012-06-17 moko
7143:
7144: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7145: cleanup
7146:
7147: * src/classes/table.C, tests/282.cfg, tests/282.html,
7148: tests/results/282.processed: encloser at the EOF bug fixed,
7149: incorrectly enclosed data now processed more logicaly (fixes
7150: #339)
7151:
7152: 2012-06-15 moko
7153:
7154: * buildall-without-xml: sync with buildall-with-xml
7155:
7156: * buildall-with-xml: download auto-detected between fetch and curl
7157:
7158: * configure.in: --with-gc and --with-pcre now also processed
7159: correctly
7160:
1.116 moko 7161: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7162: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7163: should be run on rol1 using automake / aclocal (GNU automake)
7164: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7165:
7166: * configure.in: new PARSER_VERSION logic
7167:
7168: * src/include/pa_version.h: new pa_version.h logic
7169:
7170: * src/: classes/curl.C, classes/file.C, classes/image.C,
7171: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7172: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7173: feols_normalized -> fis_text_content set_binary added
7174:
7175: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7176:
7177: 2012-06-15 misha
7178:
7179: * src/: classes/curl.C, classes/file.C, classes/image.C,
7180: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7181: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7182: ^file::create[text;content] EOLs in content now is normalized. (
7183: new feature: #815 )
7184:
7185: 2012-06-15 moko
7186:
7187: * configure.in: --disable-version-update added to disable version
7188: update with host information (for debian package) whitespace
7189: optimized
7190:
7191: * configure.in: version changed to 3.4.2 RC no-pic added for
7192: libtool
7193:
7194: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7195: it.
7196:
7197: 2012-06-14 moko
7198:
7199: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7200: tests/results/281.processed: "hash flocked" error removed for
7201: safe operations like ^h._count[] ( new feature: #335 )
7202:
1.116 moko 7203: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7204:
7205: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7206:
7207: * configure.in: --with-static/shared xml replaced with --with-xml,
7208: xml compilation check added
7209:
7210: * configure.in: --with-static/shared-gc, --with-static-pcre are
7211: replaced with --with-gc and --with-pcre test for pcre linking
7212: added
7213:
7214: 2012-06-13 moko
7215:
7216: * configure.in: apxs2 check optimized
7217:
7218: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7219: .la, includes optimized
7220:
7221: * buildall-with-xml: --with-pic looks better for -fPIC
7222:
7223: * configure.in: switched to convenience library in static linking
7224:
7225: * src/targets/apache/Makefile.am: switched to convenience library
7226: usage to avoid libtool warnings
7227:
7228: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7229: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7230: smtp/Makefile.am: switched to convenience library usage
7231:
7232: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7233:
7234: * src/targets/apache/Makefile.am: updated for libtool usage
7235:
7236: * buildall-without-xml: --with-included-ltdl added
7237:
7238: * buildall-without-xml: sync with buildall-with-xml
7239:
7240: * buildall-with-xml: --with-included-ltdl added $cflags added for
7241: -fPIC for x64 $download added for wget success check added
7242:
7243: * buildall-without-xml: --with-dynamic-stdcpp removed
7244:
7245: * configure.in: disable-static returned
7246:
7247: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7248: LIBTOOLFLAGS
7249:
7250: 2012-06-12 moko
7251:
7252: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7253: compatible with LIBTOOLFLAGS for unknown reasons
7254:
7255: * buildall-with-xml: --with-dynamic-stdcpp removed
7256:
7257: * configure.in: static/dynamic -lstdc++ linking option removed
7258: apxs2 check added
7259:
7260: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7261: option removed
7262:
7263: 2012-06-10 moko
7264:
7265: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7266: added
7267:
7268: * src/targets/cgi/pp3.cmd: old PAF stuff
7269:
1.116 moko 7270: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7271: beauty
1.95 moko 7272:
7273: * depcomp: from libtool 2.4.2
7274:
7275: * configure.in: ltdl directory removed, it has correct Makefile.in
7276:
7277: 2012-06-09 moko
7278:
1.116 moko 7279: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7280: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7281: autogenerated files updated after libtool update
7282:
1.116 moko 7283: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7284: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7285: config_auto.h.in, config_fixed.h, configure, configure.ac,
7286: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7287: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7288: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7289: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7290: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7291: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7292: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7293: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7294: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7295: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7296:
7297: * configure.in: preparation for new libtool
7298:
7299: * configure.in: Some beauty added :)
7300:
7301: * src/targets/apache/Makefile.am: := -> =
7302:
7303: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7304: again. :)
7305:
7306: * src/include/pa_config_includes.h, configure.in: limits.h added,
7307: previously was taken from pcre_internal.h. :)
7308:
7309: * src/lib/pcre/Makefile.am: config.h returned
7310:
7311: * src/lib/pcre/config.h: still need this. :)
7312:
7313: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7314:
7315: * configure.in: --with-charsets removed; --with-mysql-client & co
7316: removed
7317:
7318: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7319: now in parser tree, no need to copy
7320:
7321: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7322: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7323: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7324: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7325: extracts now used old trash removed
7326:
7327: * etc/parser3.charsets/Makefile.am: charsets now in share
7328: (debian/patches/104_automake.patch) + all charsets are copied
7329:
7330: * buildall-with-xml, buildall-without-xml: curl option removed +
7331: extra arguments now supported
7332:
7333: 2012-06-08 misha
7334:
7335: * src/classes/table.C: - one params.as_hash usage was rolled back:
7336: the 2nd option in ^table.hash[] could be hash or table so
7337: .as_hash will throw an exception when table option is specified
7338:
7339: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7340: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7341: classes/table.C, classes/void.C, classes/xdoc.C,
7342: include/pa_exception.h, types/pa_vmethod_frame.C,
7343: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7344: and improved (whitespaces are allowed as empty options) -
7345: MethodParams::as_table is added - above methods are used for
7346: parsing methods' options ( new feature: #9 )
7347:
7348: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7349: to vclass. now class fields can be accessible as a hash:
7350: $h[^hash::create[$asd:CLASS]]
7351:
7352: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7353: have get_fields method so their fields can be accessed with
7354: ^reflection:fields[...] & ^reflection:field[...]
7355:
7356: 2012-06-06 misha
7357:
7358: * tests/280.html: - tests for
7359: ^reflection:method[obj-or-class;method],
7360: ^reflection:field[obj-or-class;field] and
7361: ^reflection:fields[obj-or-class] are added
7362:
7363: 2012-06-05 misha
7364:
7365: * src/classes/reflection.C: - ^reflection:method[class or
7366: object;method name] and ^reflection:field[class or object;field
7367: name] are added
7368:
7369: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7370: is used
7371:
7372: * src/types/pa_method.h: - Method::as_vjunction method is added
7373:
7374: 2012-06-05 moko
7375:
1.116 moko 7376: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7377:
7378: * src/classes/memcached.C: flish ttl fixed
7379:
7380: 2012-06-04 moko
7381:
7382: * src/classes/json.C, src/classes/op.C, tests/279.html,
7383: tests/results/279.processed: ^json:parse[] now supports $.taint
7384: option (new feature #833)
7385:
7386: 2012-06-04 misha
7387:
7388: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7389: - search_stop method was moved from pa_vcookie.C to pa_common.C
7390:
7391: 2012-06-03 misha
7392:
7393: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7394: cookies are parced and stored into $.cookies ( new feature: #31 )
7395:
7396: 2012-05-30 misha
7397:
7398: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7399: incomplete class into a scope while @USE is found
7400:
7401: * src/main/compile.y: - add incomplete class into a scope while
7402: @USE and @CLASS instructions are found ( bugfix: #838 )
7403:
7404: 2012-05-30 moko
7405:
7406: * src/types/pa_vclass.C, tests/278.html,
7407: tests/results/278.processed: removed "property has no getter
7408: method" exception when GET_DEFAULT present (fixes #269)
7409:
7410: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7411: $._default
7412:
7413: 2012-05-29 moko
7414:
7415: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7416: uninitialized values usage (new feature: #154)
7417:
7418: 2012-05-28 moko
7419:
7420: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7421: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7422: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7423: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7424: src/types/pa_vobject.C, src/types/pa_vobject.h,
7425: src/types/pa_vstring.h, src/types/pa_vtable.C,
7426: tests/results/277.processed, src/types/pa_vtable.h,
7427: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7428: ^json:string[$o; $.default[$method]] implemented for VObject (new
7429: feature #803)
7430:
7431: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7432: tests/results/277.processed: json numbers are now treated as
7433: double ( new feature: #834 )
7434:
7435: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7436: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7437: added for out of range checks, zero division in vint/vdouble
7438: check added ( fixes #832 )
7439:
7440: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7441: ( fixes #832 )
7442:
7443: 2012-05-28 misha
7444:
7445: * buildall-with-xml: - --without-lzma option is added to libxml2
7446: configure
7447:
7448: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7449: added - tests for unsupported values for options $.file, $.table
7450: and $.date are added
7451:
7452: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7453: accepts "stat" $.file[] option's value in addition to existed
7454: "text" and "base64" ( new feature: #835 )
7455:
7456: * tests/276.html: - test for
7457: ^reflection:delete[$object-or-class;field-name]
7458:
7459: * src/classes/reflection.C: -
7460: ^reflection:delete[$object-or-class;field-name] is added ( new
7461: feature: #268 )
7462:
7463: 2012-05-27 misha
7464:
7465: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7466:
7467: 2012-05-24 misha
7468:
7469: * src/include/pa_common.h: - method lastposafter was removed
7470:
7471: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7472: lastposafter - ^file:dirname[] & Co proper handle windows file
7473: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7474: work as *nix commands
7475:
7476: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7477:
7478: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7479: rskipchars were added
7480:
7481: * tests/270.html: - more tests for ^file:find[]
7482:
7483: * tests/065.html: - more tests for ^file:dirname[] & Co
7484:
7485: * src/include/pa_version.h: - must be "win32" here. it is
7486: auto-generated on *nix
7487:
7488: 2012-05-24 moko
7489:
7490: * src/classes/math.C: ^math:convert[] now supports uint32 and
7491: throws overflow exception ( new feature: #830 )
7492:
7493: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7494: uint32 support and overflow added ( new feature: #830 )
7495:
7496: 2012-05-23 moko
7497:
7498: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7499: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7500: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7501: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7502: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7503: types/pa_vregex.h, types/pa_vstateless_class.C,
7504: types/pa_vstateless_class.h, types/pa_vstring.h,
7505: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7506: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7507: "return string as-is" removed from as_expr_result. ( new feature:
7508: #831 )
7509:
7510: * tests/results/244.processed: test changed after bug #782 fix
7511: commited
7512:
7513: * tests/results/229.processed: test results for bug #782 commited
7514:
7515: * tests/: 254.html, results/254.processed: uid now just compared,
7516: not printed. :)
7517:
7518: 2012-05-20 moko
7519:
7520: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7521: feature: #341 )
7522:
7523: * tests/: 254.html, results/254.processed: test for
7524: ^reflection:uid[] added
7525:
7526: * tests/: 254.html, results/254.processed: test for
7527: ^reflection:uid[$obj] added
7528:
7529: 2012-05-17 misha
7530:
7531: * src/main/untaint.C: - do not replace ' char by _26 while
7532: exploding filespec-tainting ( new feature: #829 )
7533:
7534: 2012-05-12 moko
7535:
7536: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7537: not.
7538:
7539: 2012-05-08 moko
7540:
7541: * src/types/pa_vmethod_frame.h: bug #782 fixed
7542:
7543: * tests/229.html: test for bug #782
7544:
7545: * tests/results/259.processed, src/main/pa_request.C,
7546: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7547: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7548: src/types/pa_vvoid.h: feature #154 - first empty param now
7549: string; defined locals are empty strings; $STRICT-VARS(true)
7550: added
7551:
7552: 2012-04-27 moko
7553:
1.116 moko 7554: * src/targets/apache/Makefile.am:
1.95 moko 7555: ../../lib/memcached/libmemcached.a added
7556:
7557: 2012-04-27 misha
7558:
7559: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7560: ( #827 )
7561:
7562: 2012-04-25 moko
7563:
7564: * src/: classes/json.C, classes/memcached.C,
7565: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7566: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7567: implemented.
7568:
7569: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7570:
7571: 2012-04-23 moko
7572:
7573: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7574: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7575: types/pa_vmemcached.h: open allows options hash for new
7576: memcached(options) function
7577:
7578: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7579: not appended
7580:
7581: 2012-04-21 moko
7582:
7583: * src/classes/curl.C: '' added. :)
7584:
7585: * src/classes/classes.vcproj: new curl.h location
7586:
7587: * src/classes/curl.C: verbose output redirection from stderr to
7588: file curl option added
7589:
7590: 2012-04-20 moko
7591:
7592: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7593: contains what we need from curl, #ifdef HAVE_CURL removed
7594:
1.116 moko 7595: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7596: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7597: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7598: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7599: configure option
7600:
7601: 2012-04-19 moko
7602:
7603: * src/: classes/double.C, classes/inet.C, classes/int.C,
7604: classes/string.C, lib/gc/include/gc_allocator.h,
7605: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7606: options from sql_result_string removed. (closes issue #468)
7607:
7608: * src/types/pa_vmemcached.C: empty string fix
7609:
7610: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7611: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7612: pa_vmemcached.C
7613:
7614: 2012-04-18 moko
7615:
7616: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7617: apache2-mpm-prefork" error displayed in threaded mpm.
7618:
7619: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7620: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7621: installed (issue #354)
7622:
7623: 2012-04-16 moko
7624:
7625: * src/types/pa_vmemcached.C: call to memcached_result_create and
7626: memcached_result_free removed
7627:
7628: 2012-04-14 moko
7629:
7630: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7631:
7632: * src/types/pa_vmemcached.C: check_key added and used
7633:
7634: 2012-04-13 moko
7635:
7636: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7637: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7638: Serialization_data now added and used, VString now serialized
7639: with languages into memcached.
7640:
7641: 2012-03-28 moko
7642:
7643: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7644: lib/memcached/pa_memcached.h: result lengths added
7645:
7646: 2012-03-27 moko
7647:
7648: * src/types/pa_vmemcached.C: strdup added
7649:
7650: 2012-03-24 moko
7651:
7652: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7653: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7654: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7655:
7656: 2012-03-20 moko
7657:
1.116 moko 7658: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7659:
7660: * src/targets/cgi/Makefile.am: cleanup
7661:
7662: * src/: types/Makefile.am, types/pa_vmemcached.C,
7663: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7664:
7665: * src/: classes/Makefile.am, classes/memcached.C,
7666: lib/memcached/Makefile.am, lib/memcached/constants.h,
7667: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7668: lib/memcached/types.h, lib/Makefile.am: memcached initial
7669:
7670: 2012-03-16 moko
7671:
7672: * src/main/execute.C: ident now works under Linux + ident displays
7673: filenames (closes issue #818)
7674:
1.116 moko 7675: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7676: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7677: pa_vmethod_frame_local.h removed
7678:
7679: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7680: classes/classes.h, classes/curl.C, classes/date.C,
7681: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7682: classes/hashfile.C, classes/image.C, classes/inet.C,
7683: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7684: classes/memory.C, classes/op.C, classes/reflection.C,
7685: classes/regex.C, classes/response.C, classes/string.C,
7686: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7687: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7688: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7689: include/pa_config_fixed.h, include/pa_config_includes.h,
7690: include/pa_dictionary.h, include/pa_dir.h,
7691: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7692: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7693: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7694: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7695: include/pa_request_charsets.h, include/pa_request_info.h,
7696: include/pa_sapi.h, include/pa_socks.h,
7697: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7698: include/pa_stack.h, include/pa_string.h,
7699: include/pa_stylesheet_connection.h,
7700: include/pa_stylesheet_manager.h, include/pa_table.h,
7701: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7702: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7703: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7704: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7705: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7706: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7707: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7708: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7709: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7710: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7711: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7712: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7713: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7714: main/pa_string.C, main/pa_stylesheet_connection.C,
7715: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7716: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7717: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7718: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7719: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7720: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7721: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7722: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7723: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7724: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7725: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7726: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7727: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7728: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7729: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7730: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7731: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7732: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7733: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7734: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7735: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7736: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7737: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7738: types/pa_vresponse.h, types/pa_vstateless_class.C,
7739: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7740: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7741: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7742: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7743: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7744: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7745: ident now works under Linux + ident displays filenames (closes
7746: issue #818) Copyright updated
7747:
7748: 2012-03-13 moko
7749:
7750: * src/main/pa_string.C: compilation fix for feature #741
7751:
7752: 2012-03-09 misha
7753:
7754: * tests/193.html: - tests for ^string:base64[encoded] are updated
7755:
7756: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7757: now detects invalid base64 chars in the middle of encoded stricg
7758: ( new feature: #55 )
7759:
7760: * src/include/pa_exception.h: - new exception type for base64
7761: decoding is added
7762:
7763: 2012-03-06 misha
7764:
7765: * tests/274.html: - tests for ^date::today[] and
7766: ^date.sql-string[datetime|date|time] are added
7767:
7768: * src/classes/date.C: - constructor ^date::today[] is added ( new
7769: feature: #811 ) - ^date.sql-string[] now can accept one param --
7770: strings "datetime", "date" or "time" - comments tidying up
7771:
7772: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7773: date and time
7774:
7775: 2012-03-03 misha
7776:
7777: * tests/193.html: - tests for
7778: ^string:base64[encoded;$.strict(true)] are added
7779:
7780: * tests/results/auto.p: - try-catch operator is added
7781:
7782: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7783: main/pa_common.C: - $.strict(true|false) option is added to
7784: base64 decode methods ( new feature: #55 )
7785:
7786: * src/main/pa_common.C: - base64 decode memory usage was decreased
7787: ( new feature: #819 )
7788:
7789: 2012-02-28 moko
7790:
7791: * src/classes/hash.C: ident test
7792:
7793: 2012-02-27 misha
7794:
7795: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7796:
7797: 2012-01-08 misha
7798:
7799: * tests/273.html: - tests for ^string.replace[from;to] are added
7800:
7801: * src/: classes/string.C, include/pa_dictionary.h,
7802: main/pa_dictionary.C, main/pa_string.C: -
7803: ^string.replace[from;to] is added ( new feature: #741 ) -
7804: ^string.replace[one subst here] is slightly optimized
7805:
7806: 2011-12-07 misha
7807:
7808: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7809: named table with one empty column ( bugfix: #63 )
7810:
7811: 2011-11-30 misha
7812:
7813: * src/classes/json.C: - it's possible to set user's method for
7814: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7815: #763 )
7816:
7817: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7818:
7819: 2011-11-23 misha
7820:
7821: * src/: classes/curl.C, classes/file.C, classes/image.C,
7822: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7823: types/pa_vfile.h, types/pa_vform.C: - constructor
7824: ^file::create[mode;filename;content[;options]] now accepts binary
7825: mode and file-content - new constructor's format:
7826: ^file::create[string-or-file-content[;$.name[filename]
7827: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7828: feature: #65 )
7829:
7830: * src/: include/pa_request.h, main/pa_request.C: - new method
7831: mime_type_of(const String*) is added
7832:
7833: * src/include/pa_exception.h: - new exception constant
7834: FILE_NAME_MUST_BE_SPECIFIED is added
7835:
7836: * src/classes/table.C: - bug with negative offset transformed into
7837: a feature. it means pointing to a row from the end of the table (
7838: new feature: #810 )
7839:
7840: 2011-11-19 misha
7841:
7842: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7843: â ìåòîäå _select ( new feature: #810 )
7844:
7845: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7846: options were specified together is simplified
7847:
7848: 2011-11-12 misha
7849:
7850: * src/main/pa_request.C: - forgotten fix for escaping filename in
7851: HTTP content-disposition header (a part of bug #361 )
7852:
7853: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7854: checks for ancestors' classes as well ( new feature: #456 )
7855:
7856: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7857: "without cycle" now have types "parser.break" and
7858: "parser.continue" instead of "parser.runtime" ( new feature: #799
7859: )
7860:
7861: 2011-11-11 misha
7862:
7863: * tests/results/: 099.processed, 100.processed, 205.processed,
7864: 237.processed: - since bug #361 was fixed the content of filename
7865: in HTTP headers is quoted
7866:
7867: * tests/results/270.processed: - result for test 270
7868:
7869: * tests/: 065.html, results/065.processed: - more tests for
7870: ^file:basename[] & Co were added
7871:
7872: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7873:
7874: * tests/270.html: - tests for ^file:find[] are added
7875:
7876: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7877: using option $.charset. option $.engoding is still supported but
7878: these options can not be specified together
7879:
7880: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7881: comparation charset name with string "UTF-8" ( bugfix: #759 )
7882:
7883: 2011-10-11 misha
7884:
7885: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7886: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7887: #622)
7888:
7889: 2011-09-30 misha
7890:
7891: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7892: exception "saving stat-ed file" ( bugfix: #395 )
7893:
7894: 2011-05-30 misha
7895:
7896: * src/classes/string.C: - fixed bug which was added with
7897: params.as_hash into string:sql
7898:
7899: 2011-05-29 misha
7900:
7901: * src/types/pa_value.C: - filename in content-disposition header
7902: must be quoted ( bugfix: #361 )
7903:
7904: 2011-05-27 misha
7905:
7906: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7907: created file
7908:
7909: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7910: usage
7911:
7912: * src/include/pa_exception.h: - one more string for exception was
7913: added
7914:
7915: 2011-05-25 misha
7916:
7917: * tests/269.html: - tests for checking input params in some dom
7918: methods
7919:
7920: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7921: was added. it isn't possible not wo create xdoc with invalid
7922: tagName. ( bugfix: #160 )
7923:
7924: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7925: string "data must be string" was mover from pa_exception.h to
7926: pa_xml_exception.h
7927:
7928: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7929: as_xmlncname, as_xmlname and as_xmlnsuri were added
7930:
7931: * src/main/pa_xml_exception.C: - XmlException accepts more options
7932:
7933: * src/include/pa_xml_exception.h: - XmlException accepts more
7934: options - XML-related exception's strings were added
7935:
7936: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7937: output_options were removed)
7938:
7939: 2011-05-19 misha
7940:
7941: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7942: params.as_hash is used more while parsing methods hash-options
7943:
7944: 2011-05-18 misha
7945:
1.211 moko 7946: * operators.ru.txt, operators.txt: - info about json-serialization
7947: of xdoc was added
1.95 moko 7948:
7949: * tests/256.html: - tests for json-serialization xdoc were added
7950:
7951: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7952:
7953: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7954: classes/json.C, classes/xdoc.C: - now json:string can serialize
7955: xdoc-objects. options (the same as ^xdoc.string[]) could be
7956: specified in $.xdoc[] ( new feature: #265 )
7957:
7958: 2011-05-15 misha
7959:
7960: * tests/268.html: - tests for ^table.count[with options] were added
7961:
7962: * src/classes/table.C: - method ^table.count[] now can accept
7963: options ( new feature: #93 ): ^table.count[column] returns number
7964: of columns for named table; ^table.count[cells] returns number of
7965: cells in the current row; ^table.count[] & ^table.count[rows]
7966: return number of rows in a table.
7967:
7968: * tests/267.html: - test for checking switch/case in boolean mode
7969: was added
7970:
7971: * src/classes/op.C: - if switch's or case's value is bool, they are
7972: compared as bool values, not as double values: new feature: #351
7973:
7974: 2011-05-06 misha
7975:
7976: * tests/242.html: - EOL before EOF was added
7977:
7978: * tests/169.html: - tests for splitting empty string and void were
7979: added
7980:
7981: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7982: returned table with one empty cell)
7983:
7984: 2011-04-03 misha
7985:
7986: * src/include/pa_version.h, configure.in: - version in head was
7987: changed to 3.4.2b
7988:
7989: 2011-03-30 misha
7990:
7991: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7992: as well ( new feature #294 )
7993:
7994: 2011-03-29 misha
7995:
7996: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7997: limited to approx. 6 MB. previous limits were too big for real
7998: life. bugfix: #216
7999:
8000: 2011-03-04 moko
8001:
8002: * etc/parser3.charsets/cp866.cfg: Conforms to
8003: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8004:
8005: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8006: vlalek@
8007:
8008: 2011-02-22 misha
8009:
1.211 moko 8010: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8011: methods mustn't be under #ifdef XML or parser can't be compiled
8012: without xml support
1.95 moko 8013:
8014: 2011-02-21 misha
8015:
1.116 moko 8016: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8017: ApacheModuleParser3.vcproj was removed
8018:
8019: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8020: removed)
8021:
8022: 2011-02-20 misha
8023:
8024: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8025: $.overridden in ^reflection:method_info[...] were added
8026:
8027: * src/classes/reflection.C: - beautifying result of
8028: ^reflection:method_info[] ($.overridden/inherited)
8029:
8030: 2011-02-18 misha
8031:
8032: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8033: and pa_isalnum instead of isalpha and isalnum - bug with
8034: redundand quoting lowercased latin chars while building email
8035: body was fixed
8036:
8037: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8038: added (they check for latin chars only)
8039:
8040: 2011-02-16 misha
8041:
8042: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8043: string size for transcoding gave too small value (should ever
8044: look for availability char in dest charset inspite of the char
8045: size)
8046:
8047: 2011-02-04 moko
8048:
8049: * tests/223.html: header values now not url-encoded (issue #195)
8050:
8051: 2011-02-01 misha
8052:
8053: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8054:
8055: 2011-01-31 misha
8056:
8057: * src/main/pa_request.C: - throw exception if param file_name in
8058: use_file is empty
8059:
8060: 2011-01-08 moko
8061:
8062: * src/classes/curl.C: compilations errors fixed
8063:
8064: 2010-12-29 moko
8065:
8066: * tests/: 265.html, results/265.processed: test for issue #200
8067: added
8068:
8069: * src/main/pa_string.C: empty regex result check added (fixes issue
8070: #200)
8071:
8072: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8073:
8074: * tests/results/223.processed: header values now not url-encoded
8075: (issue #195)
8076:
8077: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8078: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8079: pa_http_safe_header_name added for headers names (fixes bug #195)
8080:
8081: 2010-12-18 misha
8082:
8083: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8084: => pa-include
8085:
8086: 2010-11-28 moko
8087:
8088: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8089:
8090: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8091: -> pa
8092:
8093: * configure.in: apr -> pa
8094:
8095: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8096:
8097: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8098: classes/Makefile.am, types/Makefile.am: apr -> pa
8099:
8100: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8101: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8102: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8103: pa-include/pa_apr.h, pa-include/pa_errno.h,
8104: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8105: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8106: module apr name conflict resolved)
8107:
8108: 2010-11-27 misha
8109:
8110: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8111: libbz2
8112:
8113: 2010-11-26 misha
8114:
8115: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8116: warnings removed
8117:
8118: 2010-11-25 moko
8119:
1.211 moko 8120: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8121:
1.211 moko 8122: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8123:
1.211 moko 8124: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8125:
8126: * buildall-with-xml: libxml2-2.7.8 + with-apache
8127:
8128: 2010-11-24 moko
8129:
1.116 moko 8130: * configure: apxs support
1.95 moko 8131:
8132: * configure.in: apxs support -Bstatic gc removed for OS X
8133:
8134: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8135:
8136: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8137: THREAD_LOCAL usage
8138:
8139: * src/: classes/curl.C, include/pa_config_includes.h,
8140: main/pa_globals.C: THREAD_LOCAL defined and used
8141:
8142: 2010-11-23 moko
8143:
8144: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8145: should be passed to pa_sleep, and only fractional part (bugfix:
8146: #188)
8147:
8148: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8149:
8150: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8151: GC_dont_gc=1, as in cgi version
8152:
8153: * src/targets/apache/mod_parser3.c: warning war
8154:
8155: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8156: pa_httpd.h: version removed, some trash removed
8157:
8158: * src/targets/apache/mod_parser3.c: version removed (we don't want
8159: to show it), warning war
8160:
8161: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8162: pa_httpd.h: parser_status_allowed removed + merge config
8163: functions removed (override is the default) + beauty
8164:
8165: * src/: include/pa_request.h, main/pa_request.C,
8166: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8167: hide $status used in apache module removed
8168:
8169: 2010-11-18 moko
8170:
1.211 moko 8171: * operators.ru.txt, operators.txt: $.table[compact] added for
8172: ^json:string[]
1.95 moko 8173:
8174: 2010-11-16 moko
8175:
8176: * src/targets/apache/mod_parser3.c: some cleanup done
8177:
8178: * src/main/untaint.C: bugfix: first, second String::Body argument
8179: is hashcode; second, info.fragment_begin is original, not
8180: resulting length
8181:
8182: * src/classes/file.C: new feature: $.stdin now untainted
8183:
8184: * tests/results/264.processed: new feature: $.stdin[] now untainted
8185:
8186: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8187:
8188: * src/classes/op.C: ^apply-taint[] method added
8189:
8190: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8191: added; $.stdin untaint test added
8192:
8193: 2010-11-15 moko
8194:
8195: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8196: removed
8197:
8198: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8199: pa_httpd.h: 2x2 calculated under apache2. :)
8200:
8201: 2010-11-13 moko
8202:
8203: * src/targets/apache/mod_parser3.c: initial changes to build module
8204: with apache 2.x includes
8205:
8206: * src/targets/apache/: Makefile.am, mod_parser3.c,
8207: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8208: united apache 1.3 / apache 2.x DSO module
8209:
8210: 2010-11-09 moko
8211:
8212: * src/types/pa_method.h: check added to dissallow @method[name;*]
8213: syntax
8214:
8215: * tests/: 263.html, results/263.processed: test from method[*args]
8216: added
8217:
8218: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8219: number of params can now be passed to a method declared with *arg
8220:
8221: 2010-11-06 moko
8222:
8223: * src/classes/table.C: formating fixed. :)
8224:
8225: * src/classes/table.C: closes #4: ^table.select now supports
8226: $.limit(), $.offset, $.reverse() options
8227:
8228: * tests/: 262.html, results/262.processed: test for ^table:select
8229: with options added (feature #4)
8230:
8231: * src/include/pa_array.h: remove function added
8232:
8233: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8234: object in get_element/put_element, using static one.
8235:
8236: 2010-11-04 moko
8237:
8238: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8239: options is passed
8240:
8241: * tests/: 256.html, results/256.processed: $.table[compact] feature
8242: now tested; k and p in handler now tested.
8243:
8244: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8245: $.table[compact] feature added
8246:
8247: * src/classes/json.C: key is now passed to handler in
8248: value_json_string; ^json:string result now process tainting
8249: inside and returns clean string, related to issue #153
8250:
8251: * src/main/untaint.C: bugfix: charset can be null (in
8252: ^string:save[] as example), thus check is added
8253:
8254: 2010-10-31 moko
8255:
8256: * src/classes/string.C: error message changed (fixes issue #149)
8257:
8258: 2010-10-29 moko
8259:
8260: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8261: port is not default (fixes issue #155); exception on invalid port
8262: added.
8263:
8264: * src/main/untaint.C: '*' is now not urlencoded to allow header
8265: "Accept: */*" to be passed
8266:
8267: 2010-10-28 moko
8268:
8269: * src/classes/curl.C: bugfix: detect_charset() was throwing
8270: exception on unknown charset even if response_charset was
8271: specified
8272:
8273: 2010-10-27 moko
8274:
8275: * src/classes/string.C: ^string.append removed for void
8276: compatibility
8277:
8278: 2010-10-26 moko
8279:
8280: * src/classes/json.C: libjson supports array at top level, we too
8281: (GPF fixed)
8282:
8283: 2010-10-25 moko
8284:
8285: * tests/: 253.html, results/253.processed: libjson supports array
8286: at top level, parser now supports it as well.
8287:
8288: * tests/261.html, tests/results/261.processed,
8289: src/types/pa_vstring.h: empty string is now void compatible
8290: (allows $empty.key)
8291:
8292: 2010-10-22 misha
8293:
8294: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8295: while adding additional expires checkout)
8296:
8297: * tests/030.html: - test for session cookie was added
8298:
8299: 2010-10-21 moko
8300:
8301: * src/: classes/string.C, classes/void.C, main/execute.C,
8302: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8303: string (feature #111)
8304:
8305: * tests/: 261.html, results/261.processed: checks void from string
8306: inheritance (feature #111)
8307:
8308: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8309: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8310: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8311: now true by default
8312:
8313: 2010-10-17 moko
8314:
8315: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8316: upload now uses binary blocks instead of L_FILE_POST tainting.
8317: (bugfix: #128)
8318:
8319: * tests/: 223.html, results/223.processed: binary file upload test
8320: added, GPF (issue #128) also checked in this test
8321:
8322: 2010-10-13 misha
8323:
8324: * tests/260.html: - test for math:convert
8325:
8326: * src/classes/math.C: - error in math:convert was fixed
8327:
1.211 moko 8328: * operators.ru.txt, operators.txt: - info about
1.95 moko 8329: ^math:convert[number](from-base;to-base) was added
8330:
8331: * src/classes/math.C: - method
8332: ^math:convert[number](from-base;to-base) for converting number
8333: represention from one base to another was added ( new feature:
8334: #23 )
8335:
8336: 2010-10-13 moko
8337:
8338: * src/main/compile.tab.C: [] now is empty string, not void
8339:
8340: * src/main/compile.y: [] now is empty string, not void
8341:
8342: * src/types/pa_vvoid.h: void now passed as parameter
8343:
8344: * tests/: 259.html, results/259.processed: to test difference
8345: between void and empty string (see ticket #111)
8346:
8347: * tests/results/152.processed: $sEmpty[] is now empty string, not
8348: void
8349:
8350: * tests/256.html: $s[$void] is no longer empty string
8351:
8352: * tests/254.html: empty string is no longer void
8353:
8354: 2010-10-12 misha
8355:
8356: * src/types/pa_vcookie.C: - check if $.expires value can be
8357: converted to date during cookies set up ( bugfix: #104 )
8358:
8359: * tests/041.html: - more tests for ^table.locate were added
8360:
8361: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8362: work ( bugfix: #129 ) - exception comment for incorrect options
8363: ^table.locate[field;value;options] was fixed
8364:
8365: 2010-10-10 moko
8366:
8367: * src/: classes/reflection.C, main/execute.C: constructor returning
8368: another object feature returned
8369:
8370: * tests/results/258.processed: test result updated as constructor
8371: returning another object feature returned
8372:
8373: * tests/: 258.html, results/258.processed: test for constructor
8374: returning another object
8375:
8376: 2010-10-08 misha
8377:
8378: * tests/257.html: - whitespaces after @METACOMMANDS and their
8379: options shouldn't cause exceptions any longer
8380:
8381: 2010-10-06 moko
8382:
8383: * src/classes/: hash.C, table.C: length from sql server is now
8384: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8385:
8386: 2010-10-02 misha
8387:
1.211 moko 8388: * operators.ru.txt, operators.txt: - the X mark was removed from
8389: ^cache[file]. it is usable to delete cache file.
1.95 moko 8390:
8391: 2010-10-02 moko
8392:
8393: * tests/: 253.html, results/253.processed: hook_key added for key
8394: checking
8395:
8396: * src/classes/json.C: null key bug fixed
8397:
8398: 2010-09-29 misha
8399:
8400: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8401:
8402: 2010-09-25 moko
8403:
8404: * src/classes/json.C: small fixed
8405:
8406: * tests/results/: 253.processed, 255.processed: just updated
8407:
8408: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8409: results/255.processed: charset transcode test added for
8410: json:parse
8411:
8412: 2010-09-24 moko
8413:
8414: * src/types/pa_value.h: warning war :)
8415:
8416: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8417: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8418: ^json:string
8419:
8420: 2010-09-22 moko
8421:
8422: * src/main/pa_charset.C: parser charset tables declare only
8423: white-space before 0x20, thus adding the missing chars
8424:
8425: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8426: to http://unicode.org/Public/MAPPINGS/VENDORS/
8427:
8428: 2010-09-21 misha
8429:
8430: * src/main/compile.y: - some semicolons were added (VS2010 don't
8431: want to compile grammar if they are absent)
8432:
8433: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8434:
8435: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8436:
8437: * src/main/main.vcproj: - path to bison is changed
8438:
8439: 2010-09-21 moko
8440:
1.116 moko 8441: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8442: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8443: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8444:
8445: 2010-09-20 misha
8446:
8447: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8448:
8449: * src/classes/json.C: - add EOL while json-serializing hash
8450:
8451: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8452: compilers don't like 'ES'.
8453:
8454: 2010-09-17 misha
8455:
1.211 moko 8456: * operators.ru.txt, operators.txt: - info about json class was
8457: added
1.95 moko 8458:
8459: * src/classes/json.C: - ^json:string[object]
8460:
8461: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8462: preventing infinite recursion while executing json:string was
8463: added
8464:
8465: * src/include/pa_string.h: - method append_quoted was added
8466:
8467: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8468: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8469: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8470: was added to Value & Co
8471:
8472: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8473: were used
8474:
8475: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8476: were added
8477:
8478: 2010-09-10 moko
8479:
8480: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8481: die_or_abort (backport from 3.4.1)
8482:
8483: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8484: die_or_abort (bugfix: #106)
8485:
8486: 2010-09-09 moko
8487:
8488: * src/classes/json.C: warning war. :)
8489:
8490: 2010-09-08 misha
8491:
8492: * src/lib/json/Makefile.am: - additional include directories were
8493: added (for pa_memory.h and gc.h)
8494:
8495: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8496: compile as C++ instead default - additional include directory was
8497: added (for gc.h)
8498:
8499: * src/types/pa_vform.C: - little code reformating
8500:
8501: * src/classes/file.C: - $.content-type option now can be specified
8502: in ^file::create ( new feature: #102 )
8503:
8504: 2010-09-08 moko
8505:
8506: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8507: pa_malloc/pa_free
8508:
8509: 2010-09-07 moko
8510:
8511: * tests/results/254.processed: VStateless_class:put_element
8512: exception was fixed
8513:
8514: * src/types/: pa_value.h, pa_vstateless_class.h: now
8515: VStateless_class:put_element barks self.type, not this.type
8516: (bugfix: #105)
8517:
8518: 2010-09-06 moko
8519:
8520: * src/classes/reflection.C: bugfix: new String() is required for
8521: exception handling
8522:
8523: * tests/: 254.html, results/254.processed: test modified
8524:
8525: 2010-09-05 moko
8526:
8527: * tests/: 254.html, results/254.processed: ^reflection:copy test
8528: added
8529:
8530: * src/: classes/reflection.C, include/pa_request.h:
8531: ^reflection:copy implemented (new feature: #100)
8532:
8533: 2010-09-03 moko
8534:
8535: * src/lib/json/JSON_parser.C: c++ compatiblity
8536:
8537: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8538: option testing added
8539:
8540: 2010-09-02 moko
8541:
8542: * src/classes/json.C: $.distinct[first|last|all] added
8543:
8544: 2010-09-01 moko
8545:
8546: * tests/results/253.processed: json test result
8547:
8548: * tests/: 253.html, 253_json.txt: json test added
8549:
8550: * src/classes/json.C: json.C update to actual version + hash key
8551: creation bugfix
8552:
8553: 2010-08-31 misha
8554:
8555: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8556: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8557: src/lib/Makefile.am, src/classes/Makefile.am,
8558: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8559: json library was added
8560:
8561: 2010-08-30 moko
8562:
8563: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8564: types/pa_vobject.C: cosmetic optimization in
8565: request:execute_method usage
8566:
8567: * src/: include/pa_charset.h, main/pa_charset.C: small
8568: optimization, just to decrease number of lines. :)
8569:
8570: 2010-08-27 misha
8571:
8572: * src/classes/op.C: - taint[json] was added
8573:
8574: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8575: were added
8576:
8577: * src/main/pa_exec.C: - warning fix was rolled back.
8578:
8579: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8580: include/pa_string.h: - taint[json] was added - escaping was
8581: slightly modified
8582:
8583: 2010-08-25 misha
8584:
8585: * src/classes/file.C: - typo in file:sql exception was fixed
8586:
8587: * src/main/pa_exec.C: - warning about declared and not used
8588: variable forced_allow was removed
8589:
8590: 2010-08-14 misha
8591:
8592: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8593: were removed
8594:
8595: 2010-08-11 moko
8596:
8597: * tests/: 249.html, results/249.processed: default setter and
8598: anti-recursive default getter test added
8599:
8600: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8601: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8602: types/pa_vobject.h, types/pa_vstateless_class.C,
8603: types/pa_vstateless_class.h: default setter support +
8604: anti-recursive default getter support ( new feature: #13 )
8605:
8606: * src/include/pa_hash.h: optimization: threshold member removed
8607: from hash, reducing sizeof(hash)
8608:
8609: 2010-08-10 misha
8610:
8611: * tests/196.html: - junction-method was added to the test
8612:
8613: * tests/248.html: - ups. typo :)
8614:
8615: * tests/248.html: - test for checking .match with 4 params
8616:
8617: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8618: 247_windows1251.txt: - test for "transcode file from utf-8 to
8619: $request:charset during loading if the BOM code is detected"
8620:
8621: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8622: $request:charset during loading if the BOM code is detected ( new
8623: feature: #98 )
8624:
8625: 2010-08-05 misha
8626:
8627: * src/classes/image.C: - ^image.replace now can accept only 2
8628: params. in this case the whole image is affected ( new feature:
8629: #95 )
8630:
8631: 2010-08-04 misha
8632:
8633: * tests/246.html: - test tor ^hash._at[] was added
8634:
8635: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8636: #53 )
8637:
8638: * src/include/pa_hash.h: - methods for accessing the first and the
8639: last values of ordered hash were added (first_value and
8640: last_value)
8641:
8642: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8643: (similar to others file's methods):
8644: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8645: #68 )
8646:
8647: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8648:
8649: 2010-08-01 moko
8650:
8651: * src/classes/op.C: to correctly process $result[] in code, called
8652: from ^process
8653:
8654: * tests/245.html: $result in ^process[] test added
8655:
8656: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8657: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8658: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8659: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8660: caller, self) op_call(VMethodFrame &frame, bool constructing)
8661: removed, construct(class,method) added
8662:
8663: * tests/results/: 192.processed, 244.processed: request::construct
8664: added
8665:
8666: * tests/: 244.html, 245.html, results/244.processed,
8667: results/245.processed: object creation exceptions and ^process
8668: tests added
8669:
8670: 2010-07-28 misha
8671:
8672: * tests/make_tests.cmd: - win32 EOLs
8673:
8674: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8675: tests on Win32 were added (The system timezone should be GMT+3)
8676:
8677: 2010-07-26 misha
8678:
8679: * tests/: 212.html, results/212.processed: - sizes were removed
8680: mecause they could be different on different OSs
8681:
8682: * tests/065.html: - make it "win32 friendly"
8683:
8684: 2010-07-25 misha
8685:
8686: * src/main/compile.y: - all EOLs between methods are removed during
8687: compilation ( new feature: #47 )
8688:
8689: * tests/results/149.processed: - prepare tests to trim trailing
8690: methods' EOLs
8691:
8692: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8693:
8694: * tests/: results/006.processed, results/014.processed, 006.html,
8695: 014.html, 022.html: - prepare tests to trim trailing methods'
8696: EOLs
8697:
8698: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8699: results/071.processed, results/022.processed: - prepare tests to
8700: trim trailing methods' EOLs
8701:
8702: * tests/: results/073.processed, results/109.processed,
8703: results/142.processed, results/144.processed,
8704: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8705: 144.html: - prepare tests to trim trailing methods' EOLs
8706:
8707: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8708: 149.html, 152.html, results/096.processed, results/107.processed,
8709: results/109.processed, results/142.processed,
8710: results/144.processed: - prepare tests to trim trailing methods'
8711: EOLs
8712:
8713: 2010-07-24 moko
8714:
8715: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8716: the hash order in this test
8717:
8718: * tests/014.html: to check hash order, hash no is longer sorted
8719: before print
8720:
8721: * src/include/pa_hash.h: hash copy constructor now keeps order
8722: (bugfix: #54)
8723:
8724: 2010-07-23 moko
8725:
8726: * tests/results/224.processed: @auto[] is no longer inherited
8727:
8728: * src/types/pa_vstateless_class.C, tests/227.html,
8729: tests/results/227.processed: @auto[] is no longer inherited
8730: (bugfix: #57)
8731:
8732: 2010-07-22 misha
8733:
8734: * src/classes/table.C: - don't skip comment lines during
8735: table::load if encloser or separator is set as '#' ( new feature:
8736: #30 )
8737:
8738: * src/targets/cgi/parser3.C: - don't run as cgi if
8739: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8740: #12 )
8741:
8742: * src/classes/file.C: - set PARSER_VARSION env before external
8743: script executing
8744:
8745: 2010-07-13 misha
8746:
8747: * tests/058.html: - test for suppressing @border was added - test
8748: for user attribute was added
8749:
8750: * tests/results/186.processed: unescaping from \uXXXX
8751:
8752: * tests/186.html: unescaping from \uXXXX
8753:
8754: * tests/: 239.html, results/239.processed: method call type
8755:
8756: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8757: $junction_method.CLASS_NAME (+CLASS)
8758:
8759: 2010-07-07 misha
8760:
8761: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8762: *nix
8763:
8764: 2010-07-05 misha
8765:
8766: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8767: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8768: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8769: comment strings "options must be hash", "options must be hash,
8770: not code" and "called with invalid option" were replaced by
8771: constatns - exception comment string "invalid option passed" was
8772: replaced by "called with invalid option" (now in different
8773: methods are the same exception comment string)
8774:
8775: * src/include/pa_exception.h: - more exception strings were defined
8776:
8777: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8778: types/pa_vstateless_class.h: - now we can define possible
8779: method's call type ( new feature: #5 ) 1.
8780: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8781: methods 2. @static:method[params] (only static keyword could be
8782: used here) -- for specified methods
8783:
8784: * src/main/pa_common.C: - junction points should not be deleted on
8785: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8786: cleanup
8787:
8788: 2010-07-03 misha
8789:
8790: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8791: results/158.processed, results/160.processed,
8792: results/161.processed, results/162.processed,
8793: results/163.processed: - prepare tests to trim trailing methods'
8794: EOLs
8795:
8796: * tests/results/169.processed: - prepare tests to trim trailing
8797: methods' EOLs
8798:
8799: * tests/results/: 168.processed, 169.processed: - prepare tests to
8800: trim trailing methods' EOLs
8801:
8802: * tests/: results/170.processed, results/167.processed,
8803: results/168.processed, results/169.processed, 167.html, 168.html,
8804: 169.html: - prepare tests to trim trailing methods' EOLs
8805:
8806: * tests/: results/170.processed, results/171.processed,
8807: results/172.processed, results/173.processed,
8808: results/174.processed, results/175.processed, 170.html, 171.html,
8809: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8810: trailing methods' EOLs
8811:
8812: * tests/: results/176.processed, results/180.processed,
8813: results/184.processed, results/185.processed,
8814: results/191.processed, results/192.processed,
8815: results/196.processed, results/197.processed,
8816: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8817: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8818: to trim trailing methods' EOLs
8819:
8820: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8821: results/199.processed, results/208.processed,
8822: results/209.processed, results/213.processed,
8823: results/214.processed: - prepare tests to trim trailing methods'
8824: EOLs
8825:
8826: 2010-06-29 misha
8827:
8828: * tests/: 220.html, 218.html, results/218.processed,
8829: results/215.processed, results/217.processed, 215.html, 217.html:
8830: - prepare tests to trim trailing methods' EOLs
8831:
8832: * tests/: results/224.processed, 224.html, 223.html,
8833: results/223.processed, results/220.processed: - prepare tests to
8834: trim trailing methods' EOLs
8835:
8836: * tests/results/: 226.processed, 230.processed: - prepare tests to
8837: trim trailing methods' EOLs
8838:
8839: * tests/: 229.html, results/229.processed: - prepare tests to trim
8840: trailing methods' EOLs
8841:
8842: * tests/: 232.html, 235.html, results/232.processed,
8843: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8844: results/226.processed, results/227.processed,
8845: results/228.processed, results/230.processed: - prepare tests to
8846: trim trailing methods' EOLs
8847:
8848: 2010-06-16 moko
8849:
8850: * tests/: 229.html, results/229.processed: elseif now supported in
8851: ^if
8852:
8853: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8854:
8855: 2010-06-03 misha
8856:
8857: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8858: instead of memcopy for overlaped regions
8859:
8860: 2010-05-25 misha
8861:
8862: * src/main/pa_common.C: - wanring about unused vars was removed
8863:
8864: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8865: get_method_filename was moved to execute.C
8866:
8867: 2010-05-23 misha
8868:
8869: * src/main/pa_request.C: - more accurate detection of method's file
8870:
8871: 2010-05-22 misha
8872:
8873: * src/classes/reflection.C: - bugfix: core during detection of
8874: .file if filespec isn't detected successfully
8875:
8876: 2010-05-20 misha
8877:
8878: * src/main/pa_request.C: - fix in get_method_filename
8879:
8880: * src/include/pa_request.h: - new feature: #24 -- searching
8881: included file in @USE/^use is changed. if its filespec doesn't
8882: start from '/' it will be searched in caller file directory
8883:
8884: * src/classes/reflection.C: - ^reflection:method_info returns file
8885: where the method is defined
8886:
8887: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8888: classes/op.C: - new feature: #24 -- searching included file in
8889: @USE/^use is changed. if its filespec doesn't start from '/' it
8890: will be searched in caller file directory
8891:
8892: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8893: is moved to pa_common.h
8894:
8895: 2010-05-18 misha
8896:
8897: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8898: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8899: cookie parser decode \uXXXX as well as %uXXXX
8900:
8901: 2010-05-17 misha
8902:
8903: * src/classes/curl.C: beauty: - unused param is removed in method
8904: _curl_version_action - some spaces were removed or replaced by
8905: tabs
8906:
8907: * src/classes/table.C: - bugfix: #72 core with empty value during
8908: ^table.hash[...;name_of_the_last_column][$.type[string]]
8909:
8910: 2010-05-16 misha
8911:
8912: * src/classes/curl.C: new: #61 more curl options were added
8913: (contributed by Sumo)
8914:
8915: 2010-04-29 pretender
8916:
8917: * src/main/pa_string.C: fixes #63 Split result from empty string
8918: now empty string.
8919:
8920: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8921: string type.
8922:
8923: 2010-04-28 pretender
8924:
8925: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8926: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8927: macrodefinition removed
8928:
8929: 2010-04-19 pretender
8930:
8931: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8932: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8933:
8934: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8935: fixes #64 Now file.missing exception generates in unsafe mode to.
8936:
8937: * src/classes/file.C: fixes #48 Now not throw "not save environment
8938: variable" exception in grpunlim version.
8939:
8940: 2010-04-05 misha
8941:
8942: * src/classes/string.C: - new feature: 4th param was added to
8943: match. if specified its value is returned in case of nothing was
8944: found
8945:
8946: 2010-04-01 misha
8947:
8948: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8949: multiple execution of /a/b/auto.p
8950:
8951: 2010-03-19 misha
8952:
8953: * src/main/execute.C: - core in $table1.$table2 was fixed
8954:
8955: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8956:
8957: 2010-01-27 misha
8958:
8959: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8960: trying to open file by path /existing-file/non-exixting-file
8961:
8962: 2010-01-26 misha
8963:
8964: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8965: was added (returns file)
8966:
8967: 2009-12-22 misha
8968:
8969: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8970: now parser doesn't have class curl if it was built without it
8971:
8972: 2009-12-15 misha
8973:
8974: * configure.in: - little cheat with curl include dir was added
8975:
8976: 2009-12-05 misha
8977:
8978: * src/classes/curl.C: - some fixes
8979:
8980: 2009-12-04 misha
8981:
8982: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8983: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8984: buildall-with-xml, buildall-without-xml, configure.in: - curl
8985: class was added
8986:
8987: * src/include/pa_hash.h: - hash-iterator was added
8988:
8989: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8990: was added to pcre
8991:
8992: 2009-11-27 misha
8993:
8994: * src/classes/image.C: - don't add @border attribute to output of
8995: ^image.html[] if it was specified by user with empty value
8996:
8997: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8998: root element and we are trying to access .documentElement
8999:
9000: 2009-11-11 misha
9001:
9002: * src/classes/table.C: - in ^table.flip[] look at number of columns
9003: instead of number of items in first row for named tables
9004:
9005: 2009-11-10 misha
9006:
1.211 moko 9007: * operators.ru.txt, operators.txt: - info about hash-options in
9008: ^file::create was added
1.95 moko 9009:
9010: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9011: added
9012:
9013: 2009-11-09 misha
9014:
9015: * buildall-with-xml: - moving to libxml 2.7.6
9016:
9017: * tests/236.html: - tests for comparations cords with functions
9018: were added
9019:
9020: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9021: added
9022:
9023: * src/main/pa_http.C: - little optimisation
9024:
9025: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9026: GPF mallocs + stringstream (table.save)
9027:
9028: * src/classes/file.C: - file::create now accepts 4th param: options
9029: with $.charset
9030:
9031: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9032: bug in cord (comparation cords with functions was buggy)
9033:
9034: 2009-11-06 misha
9035:
9036: * src/main/pa_string.C: - bugfix: calculation string.length
9037: sometimes was buggy
9038:
9039: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9040: destroyed if exception occured during match/replace
9041:
9042: * src/: main/pa_charset.C, include/pa_charset.h: - method
9043: lengthUTF8Char was added
9044:
9045: * src/classes/op.C: - clean tainting lang was added for user's
9046: usage
9047:
9048: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9049: fixed: checkouts are required after GC_MALLOC
9050:
9051: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9052:
1.211 moko 9053: * operators.ru.txt, operators.txt: - actually, there is no
9054: ^untaint[xml] in file::create
1.95 moko 9055:
9056: 2009-10-15 misha
9057:
9058: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9059: were added
9060:
9061: * tests/234.html: - more tests for checking ^taint[uri] escaping
9062: were added
9063:
9064: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9065: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9066: hacking: for dealing with transcoding+^taint[uri]
9067: transcode_and_untaint was replaced by untaint_and_transcode
9068:
9069: 2009-10-13 misha
9070:
9071: * tests/: 121.html, results/121.processed: - test transcoding +
9072: url-escaping now
9073:
9074: * tests/results/auto.p: - more helpers' methods were added
9075:
9076: * src/main/pa_globals.C: - die instead of abort
9077:
9078: 2009-10-06 misha
9079:
9080: * src/main/pa_common.C: - don't allocate memory during
9081: capitalization if input string is already capitalized
9082:
9083: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9084:
9085: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9086: use format function because it calls malloc
9087:
9088: * src/include/pa_common.h: - more capitalized headers were added
9089:
9090: * src/main/pa_common.C: - in safe mode clear executable bits during
9091: file writing
9092:
9093: 2009-10-05 misha
9094:
9095: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9096:
9097: 2009-10-03 misha
9098:
9099: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9100: ^img.text[] & ^img.length[] can work in utf-8 now
9101:
9102: * src/: include/pa_charset.h, main/pa_charset.C: - class
9103: UTF8_string_iterator was added
9104:
9105: * src/classes/image.C: - respect utf-8 when calculate alphabet
9106: length
9107:
9108: * src/classes/mail.C: - check from before get message.cstr
9109:
9110: 2009-10-02 misha
9111:
9112: * tests/233.html: - test for image.font, image.length, image.text
9113: with text in utf-8 were added
9114:
9115: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9116:
9117: * buildall-with-xml, buildall-without-xml: - comment about gc
9118: version for freebsd 4 was added
9119:
9120: 2009-10-01 misha
9121:
9122: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9123: terminator) - read_pipe were slightly optimized
9124:
9125: 2009-09-28 misha
9126:
9127: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9128: removed
9129:
9130: * src/types/pa_vmail.C: - forgot about space after ':'
9131:
9132: * src/types/pa_vmail.C: - escape filenames while preparing mail
9133: body - small simplifications
9134:
9135: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9136: inout params like pa_base64
9137:
9138: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9139: option $.debug-print(1) was added to mail:send - changes for
9140: using uue_encode which uses less memory
9141:
9142: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9143:
9144: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9145: memory now
9146:
9147: 2009-09-26 misha
9148:
9149: * src/types/pa_vmail.C: - default encoding now is base64
9150:
9151: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9152:
9153: 2009-09-25 misha
9154:
9155: * src/types/pa_vmail.C: - capitalization of headers was added to
9156: sending mail as well
9157:
9158: * buildall-with-xml: - catalog package was removed from libxml
9159:
9160: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9161: win32 absolute path
9162:
9163: * src/include/pa_common.h: - one more capitalized header was added
9164:
9165: 2009-09-22 misha
9166:
9167: * INSTALL: - comment about building just httpd binary while
9168: building apache module was added
9169:
9170: 2009-09-21 misha
9171:
9172: * buildall-with-xml: - moving to the latest versions of xml libs:
9173: libxml 2.7.4 and libxslt 1.1.25
9174:
9175: 2009-09-19 misha
9176:
9177: * tests/231.html: - test for encoding cookie in win-1251
9178:
9179: 2009-09-18 misha
9180:
9181: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9182: object] were added
9183:
1.211 moko 9184: * operators.ru.txt, operators.txt: - info about method
9185: ^reflection:fields[class or object] was added
1.95 moko 9186:
9187: * src/classes/reflection.C: - method ^reflection:fields[class or
9188: object] was added
9189:
9190: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9191: methods get_fields were added
9192:
9193: * tests/232.html: - tests for @GET[name]
9194:
9195: * src/classes/table.C: - some changes in handling hash-options for
9196: creare, join and locate
9197:
9198: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9199: defined with option: the type of requested value
9200:
9201: 2009-09-17 misha
9202:
9203: * tests/212.html: - tests for .pattern and .options were added
9204:
9205: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9206: $regex.options were added
9207:
9208: 2009-09-11 misha
9209:
9210: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9211: rewrited. it checks not just one case of sending cookies during
9212: file::load[http], but also sending headers and fields (including
9213: files)
9214:
9215: 2009-09-10 misha
9216:
9217: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9218: was removed => now parser can open files with Russian 'r' in
9219: filename
9220:
9221: * src/main/untaint.C: - bugfix: client charset whould be analized
9222: while escaping cookies but now source charset
9223:
9224: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9225: ^tainted[uri] so it was possible to make request with incorrect
9226: http header
9227:
9228: * src/main/pa_http.C: - capitalization of http headers during
9229: file::load[http was slightly changes - bugfix: all headers which
9230: parser sends during file::load[http should be transcoded and only
9231: then escaped
9232:
9233: * src/main/untaint.C: - a bit more comments were added
9234:
9235: * src/classes/: file.C, string.C: - types where changes (minus 2
9236: warnings)
9237:
9238: * src/include/pa_common.h: - 2 capitalized strings for making http
9239: headers during file::load[http were added
9240:
9241: 2009-09-08 misha
9242:
1.211 moko 9243: * operators.ru.txt, operators.txt: - changes in file.save and
9244: string.save were added
1.95 moko 9245:
9246: * tests/: 230.html, 230.txt: - tests for checking options in
9247: file.save and string.save were added
9248:
9249: * src/main/pa_request.C: - http headers names, which are passed to
9250: SAPI::add_header_attribute are lowercased now (it'll be
9251: capitalized in that method)
9252:
9253: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9254: classes/string.C: - file_write accepts Request_charsets and asked
9255: charset and cound transcode content before writing - string.save
9256: and file.save have option $.charset now
9257:
9258: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9259: classes/xdoc.C: - file_write accepts Request_charsets and asked
9260: charset and cound transcode content before writing
9261:
9262: * src/include/pa_exception.h: - new exception comment string was
9263: defined
9264:
9265: 2009-09-07 misha
9266:
9267: * src/main/compile.y: - grammar $name\ name stops now for regex
9268: sub-pattern\s
9269:
9270: 2009-09-04 misha
9271:
9272: * src/main/pa_http.C: - capitalization of http headers during
9273: file::load[http was implemented
9274:
9275: 2009-09-03 misha
9276:
9277: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9278: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9279: types/pa_vmail.C, targets/cgi/parser3.C,
9280: targets/isapi/parser3isapi.C: - back to storing response http
9281: headers in lowercase - capitalize them during output
9282:
9283: 2009-08-31 misha
9284:
9285: * src/classes/table.C: - allow call with any brackets (it could be
9286: useful in methods with explict result declaration)
9287:
9288: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9289: correctly if $request:charset==koi8-r
9290:
9291: 2009-08-30 misha
9292:
9293: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9294: changed: content-type => Content-type and so on
9295:
9296: * src/classes/file.C, src/include/pa_common.h,
9297: src/include/pa_request.h, src/main/pa_http.C,
9298: src/main/pa_request.C, src/types/pa_vcookie.C,
9299: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9300: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9301: tests/results/002.processed, tests/results/003.processed,
9302: tests/results/004.processed, tests/results/005.processed,
9303: tests/results/006.processed, tests/results/007.processed,
9304: tests/results/008.processed, tests/results/009.processed,
9305: tests/results/010.processed, tests/results/011.processed,
9306: tests/results/012.processed, tests/results/013.processed,
9307: tests/results/014.processed, tests/results/015.processed,
9308: tests/results/016.processed, tests/results/017.processed,
9309: tests/results/018.processed, tests/results/019.processed,
9310: tests/results/020.processed, tests/results/021.processed,
9311: tests/results/022.processed, tests/results/023.processed,
9312: tests/results/024.processed, tests/results/025.processed,
9313: tests/results/026.processed, tests/results/027.processed,
9314: tests/results/028.processed, tests/results/029.processed,
9315: tests/results/030.processed, tests/results/031.processed,
9316: tests/results/032.processed, tests/results/033.processed,
9317: tests/results/034.processed, tests/results/035.processed,
9318: tests/results/036.processed, tests/results/037.processed,
9319: tests/results/038.processed, tests/results/039.processed,
9320: tests/results/040.processed, tests/results/041.processed,
9321: tests/results/042.processed, tests/results/043.processed,
9322: tests/results/044.processed, tests/results/045.processed,
9323: tests/results/046.processed, tests/results/047.processed,
9324: tests/results/048.processed, tests/results/049.processed,
9325: tests/results/050.processed, tests/results/051.processed,
9326: tests/results/052.processed, tests/results/053.processed,
9327: tests/results/054.processed, tests/results/055.processed,
9328: tests/results/056.processed, tests/results/057.processed,
9329: tests/results/058.processed, tests/results/059.processed,
9330: tests/results/060.processed, tests/results/061.processed,
9331: tests/results/062.processed, tests/results/063.processed,
9332: tests/results/064.processed, tests/results/065.processed,
9333: tests/results/066.processed, tests/results/067.processed,
9334: tests/results/068.processed, tests/results/069.processed,
9335: tests/results/070.processed, tests/results/071.processed,
9336: tests/results/072.processed, tests/results/073.processed,
9337: tests/results/074.processed, tests/results/075.processed,
9338: tests/results/076.processed, tests/results/077.processed,
9339: tests/results/078.processed, tests/results/079.processed,
9340: tests/results/080.processed, tests/results/081.processed,
9341: tests/results/082.processed, tests/results/083.processed,
9342: tests/results/084.processed, tests/results/085.processed,
9343: tests/results/086.processed, tests/results/087.processed,
9344: tests/results/088.processed, tests/results/089.processed,
9345: tests/results/090.processed, tests/results/091.processed,
9346: tests/results/092.processed, tests/results/093.processed,
9347: tests/results/094.processed, tests/results/095.processed,
9348: tests/results/096.processed, tests/results/097.processed,
9349: tests/results/098.processed, tests/results/099.processed,
9350: tests/results/100.processed, tests/results/101.processed,
9351: tests/results/102.processed, tests/results/103.processed,
9352: tests/results/104.processed, tests/results/105.processed,
9353: tests/results/106.processed, tests/results/107.processed,
9354: tests/results/108.processed, tests/results/109.processed,
9355: tests/results/110.processed, tests/results/111.processed,
9356: tests/results/112.processed, tests/results/113.processed,
9357: tests/results/114.processed, tests/results/115.processed,
9358: tests/results/116.processed, tests/results/117.processed,
9359: tests/results/118.processed, tests/results/119.processed,
9360: tests/results/120.processed, tests/results/121.processed,
9361: tests/results/122.processed, tests/results/123.processed,
9362: tests/results/124.processed, tests/results/125.processed,
9363: tests/results/126.processed, tests/results/127.processed,
9364: tests/results/128.processed, tests/results/129.processed,
9365: tests/results/130.processed, tests/results/131.processed,
9366: tests/results/132.processed, tests/results/133.processed,
9367: tests/results/134.processed, tests/results/135.processed,
9368: tests/results/136.processed, tests/results/138.processed,
9369: tests/results/139.processed, tests/results/140.processed,
9370: tests/results/141.processed, tests/results/142.processed,
9371: tests/results/143.processed, tests/results/144.processed,
9372: tests/results/145.processed, tests/results/146.processed,
9373: tests/results/147.processed, tests/results/148.processed,
9374: tests/results/149.processed, tests/results/150.processed,
9375: tests/results/151.processed, tests/results/152.processed,
9376: tests/results/153.processed, tests/results/154.processed,
9377: tests/results/155.processed, tests/results/156.processed,
9378: tests/results/157.processed, tests/results/158.processed,
9379: tests/results/159.processed, tests/results/160.processed,
9380: tests/results/161.processed, tests/results/162.processed,
9381: tests/results/163.processed, tests/results/164.processed,
9382: tests/results/165.processed, tests/results/166.processed,
9383: tests/results/167.processed, tests/results/168.processed,
9384: tests/results/169.processed, tests/results/170.processed,
9385: tests/results/171.processed, tests/results/172.processed,
9386: tests/results/173.processed, tests/results/174.processed,
9387: tests/results/175.processed, tests/results/176.processed,
9388: tests/results/177.processed, tests/results/178.processed,
9389: tests/results/179.processed, tests/results/180.processed,
9390: tests/results/181.processed, tests/results/182.processed,
9391: tests/results/183.processed, tests/results/184.processed,
9392: tests/results/185.processed, tests/results/186.processed,
9393: tests/results/187.processed, tests/results/188.processed,
9394: tests/results/189.processed, tests/results/190.processed,
9395: tests/results/191.processed, tests/results/192.processed,
9396: tests/results/193.processed, tests/results/194.processed,
9397: tests/results/195.processed, tests/results/196.processed,
9398: tests/results/197.processed, tests/results/198.processed,
9399: tests/results/199.processed, tests/results/200.processed,
9400: tests/results/201.processed, tests/results/202.processed,
9401: tests/results/203.processed, tests/results/204.processed,
9402: tests/results/205.processed, tests/results/206.processed,
9403: tests/results/207.processed, tests/results/208.processed,
9404: tests/results/209.processed, tests/results/210.processed,
9405: tests/results/211.processed, tests/results/212.processed,
9406: tests/results/213.processed, tests/results/214.processed,
9407: tests/results/215.processed, tests/results/216.processed,
9408: tests/results/217.processed, tests/results/218.processed,
9409: tests/results/219.processed, tests/results/220.processed,
9410: tests/results/221.processed, tests/results/222.processed,
9411: tests/results/223.processed, tests/results/224.processed,
9412: tests/results/225.processed, tests/results/226.processed,
9413: tests/results/227.processed, tests/results/228.processed,
9414: tests/results/229.processed: - http headers were changed:
9415: content-type => Content-type and so on
9416:
9417: 2009-08-27 misha
9418:
9419: * src/: main/pa_random.C, include/pa_random.h,
9420: targets/cgi/parser3.C: - year was updated :)
9421:
9422: 2009-08-26 misha
9423:
9424: * tests/: 224.html, 224.p: - test for creating of parser object
9425: using constructor without params - little bugfix in test
9426:
9427: * src/main/compile_tools.h: - bugfix: should't call autouse while
9428: checking existed class while processing partial option
9429:
9430: * src/classes/reflection.C: - bugfix: core when creating object
9431: with reflection and constructor doesn't have params
9432:
9433: 2009-08-24 misha
9434:
9435: * tests/229.html: - tests for checking the number of parameters
9436: were added
9437:
9438: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9439: number of method's parameters wasn't checked correctly (the bug
9440: was introduced in 3.4.0)
9441:
9442: 2009-08-22 misha
9443:
9444: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9445: transcoded, but tainted pieces are escaped only when
9446: content-type==url-encoding
9447:
9448: * tests/228.html: - test for checking
9449: ^file::load[http://...;$.body[]]
9450:
9451: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9452: post charset was too early (charsets is empty at this moment)
9453:
9454: 2009-08-21 misha
9455:
9456: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9457: main/untaint.C: - some fixes with transcode+untaint
9458:
9459: 2009-08-15 misha
9460:
9461: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9462: was increaced to 100 (was 50)
9463:
9464: * tests/227.html: - test for checking overriding properties in
9465: static classes was added
9466:
9467: * tests/: 226.html, 226.p: - test for @autoload[] was added
9468:
9469: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9470: main/execute.C, main/pa_request.C, classes/reflection.C: -
9471: autouse was implemented
9472:
9473: 2009-08-14 misha
9474:
9475: * src/classes/reflection.C: - outdated checkout was removed
9476:
9477: * src/classes/reflection.C: - optimization - method ^dynamical was
9478: added.
9479:
9480: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9481: types/pa_vstateless_class.h, main/execute.C: - optimization
9482:
9483: * src/types/pa_vclass.C: - exception if base on sytem class
9484:
9485: 2009-08-12 misha
9486:
9487: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9488: pa_vstateless_class.h: - little optimisation
9489:
9490: 2009-08-11 misha
9491:
9492: * tests/224.html: - method_params => method_info - checking for
9493: $.inherited
9494:
1.211 moko 9495: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9496: method method_params was renamed to method_info and now it
9497: returns class name, if method was defined in ancestor
1.95 moko 9498:
9499: * tests/225.html: - tests for cheching properties in hierarhical
9500: classes were added
9501:
9502: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9503: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9504: main/compile.y, main/execute.C, classes/classes.C: - problems
9505: with properties in new classes implementation were fixed
9506:
9507: 2009-08-10 misha
9508:
9509: * src/main/execute.C: - now constructor shouldn't be defined in
9510: class. it could be defined in parent.
9511:
9512: 2009-08-09 misha
9513:
9514: * src/classes/reflection.C: - ^reflection:methods doesn't return
9515: base's methods
9516:
9517: 2009-08-08 misha
9518:
9519: * src/: classes/classes.h, classes/date.C, classes/file.C,
9520: classes/form.C, classes/hash.C, classes/hashfile.C,
9521: classes/image.C, classes/mail.C, classes/op.C,
9522: classes/reflection.C, classes/regex.C, classes/string.C,
9523: classes/table.C, classes/xdoc.C, classes/xnode.C,
9524: classes/xnode.h, include/pa_hash.h, main/execute.C,
9525: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9526: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9527: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9528: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9529: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9530: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9531: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9532: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9533: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9534: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9535: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9536: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9537: types/pa_vresponse.C, types/pa_vresponse.h,
9538: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9539: types/pa_vstateless_object.h, types/pa_vstatus.C,
9540: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9541: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9542: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9543: types/pa_wwrapper.h, types/types.vcproj: - new classes
9544: implementation
9545:
9546: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9547: USE_MUNMAP is used. so it is disabled as a workaround.
9548:
9549: 2009-08-05 misha
9550:
9551: * src/: main/pa_common.C, include/pa_common.h: - not needed
9552: parameter was removed
9553:
9554: * src/main/pa_http.C: - bugfix: error was during detecting
9555: content-type of file which was loaded by http
9556:
9557: 2009-08-01 misha
9558:
9559: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9560: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9561: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9562: can't be disabled with defines any longer
9563:
9564: 2009-07-29 misha
9565:
9566: * src/classes/reflection.C, tests/results/224.processed: - for
9567: native methods with any call type now returned empty call_type
9568: value
9569:
9570: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9571: classes/table.C, include/pa_hash.h, include/pa_request.h,
9572: main/pa_request.C: - break in cycles was optimized
9573:
9574: * INSTALL: - more defines were described
9575:
9576: 2009-07-28 misha
9577:
1.211 moko 9578: * operators.ru.txt, operators.txt: - some changes in information
9579: about reflection class
1.95 moko 9580:
9581: * tests/: 224.html, 224.p: - tests for reflection class
9582:
9583: * src/classes/reflection.C: - some bugs were fixed, method classes
9584: was added, refactoring
9585:
9586: 2009-07-26 misha
9587:
9588: * src/classes/classes.vcproj: - reflection class wass added to
9589: project
9590:
1.211 moko 9591: * operators.ru.txt, operators.txt: - information about reflection
9592: class was added
1.95 moko 9593:
9594: * src/classes/reflection.C: - class was redesigned
9595:
9596: 2009-07-24 misha
9597:
9598: * src/classes/: Makefile.am, reflection.C: - class reflection was
9599: added
9600:
9601: * src/types/pa_vstateless_class.h: - method for reflection method's
9602: in classes was added
9603:
9604: 2009-07-22 misha
9605:
9606: * src/main/compile_tools.h: - bugfix: $object.$var was
9607: over-optimized. it failed if $object1.$object2.field
9608:
9609: 2009-07-16 misha
9610:
9611: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9612: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9613: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9614: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9615: one more arg: length of cord
9616:
9617: 2009-07-15 misha
9618:
9619: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9620: tainted in ^file::load[http://...;$.cookies[]]
9621:
9622: * src/classes/: op.C, regex.C, string.C: - new string with
9623: exception was used
9624:
9625: * src/include/pa_exception.h: - new string with exception was added
9626:
9627: * tests/223.html: - test for checking cookie-encoding during
9628: ^file::load[http was added
9629:
9630: * tests/: 221.html, 222.html: - tests for checking type of
9631: $table.fields.field were added
9632:
9633: * src/types/pa_vtable.C: - not used var decl was removed
9634:
9635: * src/include/pa_string.h: - use cached string length in Body::mid.
9636: it improves speed of match with brackets in pattern
9637:
9638: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9639: outside
9640:
9641: 2009-07-14 misha
9642:
9643: * src/types/pa_vtable.C: - $table.fields.a return string even if
9644: column is empty (sometime returned void) - $table.fields was
9645: added for nameless tables
9646:
9647: * src/targets/cgi/getopt.c: - one warning resolved
9648:
9649: * src/main/pa_string.C: - potentian bug fixed
9650:
9651: * src/classes/op.C: - small optimization in taint/untaint
9652:
9653: 2009-07-13 misha
9654:
9655: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9656: added
9657:
9658: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9659: souldn't add the attribut to output
9660:
9661: 2009-07-11 misha
9662:
9663: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9664: stack size was increaced to 2MB (default=1MB)
9665:
9666: 2009-07-08 misha
9667:
9668: * src/main/pa_string.C: - link to UTF-8 description was added
9669:
9670: * src/include/pa_hash.h: - hash keeps element's order in more
9671: places (ex: ._keys[])
9672:
9673: * tests/220.html: - test for checking order of elements in hash in
9674: foreach was added
9675:
9676: * tests/172.html: - small changes in printing hash
9677:
9678: * tests/129.html: - small changes in printing hash
9679:
9680: * src/: include/pa_common.h, include/pa_hash.h,
9681: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9682: types/pa_vmethod_frame.h: - hash now keeps order of elements
9683:
9684: * tests/014.html: - small changes in printing hash
9685:
9686: 2009-07-07 misha
9687:
9688: * src/classes/op.C: - new taint language "parser-code" was added
9689:
9690: * tests/219.html: - test for auto untaint parser code in process
9691: was added
9692:
9693: * src/classes/op.C: - tainted pieces in body of process are
9694: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9695:
9696: * src/: include/pa_string.h, main/untaint.C: - new language
9697: L_PARSER_CODE for auto-untaint in process was added
9698:
9699: * src/: classes/file.C, classes/hash.C, classes/image.C,
9700: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9701: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9702: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9703: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9704: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9705: code cleanup
9706:
9707: 2009-07-06 misha
9708:
9709: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9710: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9711: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9712:
9713: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9714: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9715: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9716: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9717: should be used
9718:
9719: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9720: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9721: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9722: untaint_cstr[m] should be used
9723:
9724: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9725: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9726:
9727: * tests/218.html: - test for checking automatic file-spec-taint was
9728: added
9729:
9730: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9731: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9732: classes/file.C, classes/hash.C, classes/image.C,
9733: classes/string.C, classes/table.C, classes/void.C,
9734: classes/xdoc.C: - optimizations and simplification of
9735: string.cstr(...)
9736:
9737: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9738: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9739: - optimizations and simplification of string.cstr(...)
9740:
9741: 2009-07-04 misha
9742:
9743: * tests/217.html: - test for recursion detection was added
9744:
9745: * src/: types/types.vcproj, main/main.vcproj,
9746: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9747: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9748: from .vcproj
9749:
9750: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9751:
9752: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9753: uploading files and case-insensitive http-method were added
9754:
9755: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9756: tainted pattern in ^file:list[] was added
9757:
9758: 2009-07-03 misha
9759:
9760: * src/: classes/classes.vcproj, main/main.vcproj,
9761: types/types.vcproj, targets/cgi/parser3.vcproj,
9762: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9763: for dynamic_cast) - little options changes
9764:
9765: * src/main/pa_http.C: - file::load[http works now with uploading
9766: files _and_ changing $.charset
9767:
9768: 2009-06-29 misha
9769:
9770: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9771: while creating pattern
9772:
9773: 2009-06-25 misha
9774:
1.211 moko 9775: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9776: names for ^image.font were changed to $.space, $.width and
9777: $spacing - default space width now == gif's width
1.95 moko 9778:
9779: 2009-06-24 misha
9780:
9781: * tests/215.html: - tests for $file.mode were added
9782:
1.211 moko 9783: * operators.ru.txt, operators.txt: - added info about $file.mode
9784: and changes in ^image.font[
1.95 moko 9785:
9786: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9787: param now could be omited - third param now could be hash (with
9788: all widths options: $.space-width, $.letter-width) - it's
9789: possible to specify tracking ($.letter-space)
9790:
9791: * src/classes/file.C: - file objects now could have mode field
9792: (text|binary)
9793:
9794: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9795:
9796: 2009-06-23 misha
9797:
9798: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9799: trim can work with utf-8 chars now
9800:
9801: 2009-06-20 misha
9802:
9803: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9804: was implemented
9805:
9806: * src/classes/table.C: - string length cacheing was implemented
9807:
9808: * src/include/pa_string.h: - string length cacheing was implemented
9809:
9810: 2009-06-17 misha
9811:
9812: * src/main/execute.C: - value param was removed from
9813: WContext::WContext
9814:
9815: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9816: pa_wwrapper.h: - value param was removed from WContext::WContext
9817: - field wcontext was removed from VCodeFrame (using fparent
9818: instead)
9819:
9820: * tests/214.html: - test with hash copying
9821:
9822: 2009-06-16 misha
9823:
9824: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9825: strings doesn't work in expression anymore
9826:
9827: * src/main/execute.C: - less calls for get_constructing() - little
9828: refactoring
9829:
9830: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9831: include/pa_request.h: - less calls for get_constructing()
9832:
9833: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9834: introduced with OPTIMIZE_SINGLE_STRING optimization
9835:
9836: 2009-06-14 misha
9837:
9838: * src/: classes/date.C, classes/file.C, classes/hash.C,
9839: classes/hashfile.C, classes/image.C, classes/regex.C,
9840: classes/table.C, classes/xdoc.C, classes/xnode.h,
9841: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9842: types/pa_vstateless_class.h, main/execute.C: - create object for
9843: storing object's fields only for parser objects
9844:
9845: 2009-06-13 misha
9846:
9847: * buildall-with-xml, buildall-without-xml: - new option was added
9848: for building GC (it slightly reduces memory usage)
9849:
9850: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9851: single string write
9852:
9853: * src/main/execute.C: - bytecode optimization of ^class:constructor
9854: - optimization of single string write
9855:
9856: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9857: - bytecode optimization of ^class:constructor
9858:
9859: 2009-06-09 misha
9860:
9861: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9862: main (better compatibility)
9863:
9864: 2009-06-08 misha
9865:
9866: * src/main/compile.y: - I've forgot to commit it :(
9867:
9868: 2009-06-07 misha
9869:
9870: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9871: WITH_READ and WITH_ROOT
9872:
9873: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9874: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9875: WITH_ROOT - little refactoring
9876:
9877: 2009-06-06 misha
9878:
9879: * tests/213.html: - tests for 3rd match string-param were added
9880:
9881: * src/classes/string.C: - 3rd match param could be string now
9882:
9883: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9884: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9885: GET_OBJECT_ELEMENT
9886:
9887: 2009-06-05 misha
9888:
9889: * src/main/pa_http.C: - bugfix: content-length was not calculated
9890: if $.body was specified
9891:
9892: 2009-06-04 misha
9893:
9894: * src/classes/op.C: - optimizing write_assign_lang in connect
9895:
9896: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9897:
9898: * src/main/execute.C: - little refactoring - optimizing
9899: write_assign_lang in taint/untaint
9900:
9901: * src/include/pa_opcode.h: - little refactoring
9902:
9903: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9904: main/compile_tools.h, main/execute.C: - optimizations for
9905: $self.field, ^self.method, $self.field[...] and $self.field(...)
9906: were added
9907:
9908: 2009-06-03 misha
9909:
9910: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9911:
9912: 2009-06-02 misha
9913:
9914: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9915: include/pa_opcode.h: - refactoring in last optimizations
9916: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9917: now but code is much easy and it is ready for further
9918: improvements.
9919:
9920: 2009-05-27 misha
9921:
9922: * src/: types/pa_junction.h, types/pa_vjunction.C,
9923: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9924: changed in destructing junctions
9925:
9926: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9927: String:Body
9928:
9929: 2009-05-26 misha
9930:
9931: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9932: one method detect_charset was deleted - bug was fixed in this
9933: method (error while detecting charset in content_type withot last
9934: ';')
9935:
9936: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9937: once
9938:
9939: 2009-05-25 misha
9940:
9941: * src/classes/file.C: - bugfix: file::exec didn't work after
9942: optimizing of helper_length
9943:
9944: 2009-05-24 misha
9945:
9946: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9947: were added - little refactoring
9948:
9949: * src/main/execute.C: - core while printing in debug log
9950: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9951: optimisations were added
9952:
9953: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9954: were added
9955:
9956: 2009-05-23 misha
9957:
9958: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9959: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9960: CORD_cat optimization
9961:
9962: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9963: - call constr optimisation under separate define now
9964:
9965: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9966: in $b should be string, not void
9967:
9968: * src/main/compile.y: - little fix for rem-cut optimisation
9969:
9970: * src/: include/pa_opcode.h, main/compile_tools.C,
9971: main/compile_tools.h, main/execute.C: - optimisations for
9972: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9973:
9974: * INSTALL: - description of some #defined were added
9975:
9976: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9977: before 1st access (memory usage is reduced if don't access to
9978: .text field)
9979:
9980: * src/include/pa_array.h: - array grows step now not static (it
9981: reduces numbers of reallocs)
9982:
9983: 2009-05-20 misha
9984:
9985: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9986: $.b(2), $c[d] and $.e[f] was added
9987:
9988: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9989: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9990: $.e[f] was added
9991:
9992: * src/main/execute.C: - debug printing moved in defines
9993:
9994: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9995: and little refactoring for OP_GET_OBJECT_ELEMENT +
9996: OP_GET_OBJECT_VAR_ELEMENT optimisation
9997:
9998: 2009-05-19 misha
9999:
10000: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10001: execute.C: - $a.$b & ^a.$b bytecode optimisation
10002:
10003: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10004: ^a.$b optimisation)
10005:
10006: * src/main/compile.y: - compiler now generate new opcodes:
10007: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10008: ^a.b - compiler now cut off ^rem{ with all content ; any number
10009: of params }
10010:
10011: * src/main/execute.C: - code for handle new opcodes
10012: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10013:
10014: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10015: added for LA2V and LA2S
10016:
10017: * src/include/pa_opcode.h: - new defines which can be used for
10018: disable some bytecode optimisation and new opcodes were added
10019:
10020: 2009-05-17 misha
10021:
10022: * src/lib/cord/cordxtra.c: - bugfix.
10023:
10024: * tests/212.html: - .size[] and .study_size[] were added to tests
10025:
1.211 moko 10026: * operators.ru.txt, operators.txt: - info about regex class was
10027: added
1.95 moko 10028:
10029: * tests/212.html: - tests for regex class were added
10030:
10031: 2009-05-16 misha
10032:
10033: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10034: gc7.1
10035:
10036: * tests/022.html: - test for ^file:list[path;] (empty second param)
10037: was added
10038:
10039: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10040: param) should work
10041:
10042: 2009-05-15 misha
10043:
10044: * src/classes/table.C: - automatically disable stringstream usage
10045: on freebsd4
10046:
10047: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10048: scope
10049:
10050: * tests/211.html: - test with different types of access to hash was
10051: added
10052:
10053: * tests/210.html: - test which checks for loosing tainting in
10054: hash's keys was added
10055:
10056: * tests/208.html: - some parser work added. or stime == 0 %-)
10057:
10058: * src/lib/cord/cordbscs.c: - little hack was added to cord
10059:
10060: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10061:
10062: * src/include/pa_version.h, configure.in: - moko have made a lot of
10063: optimisations for increacing version number more dramatically :)
10064:
10065: * src/classes/date.C: - little refactoring: use constructor which
10066: accepts formated string
10067:
10068: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10069: which can print formatted string was added
10070:
10071: 2009-05-14 misha
10072:
10073: * src/include/pa_string.h: - type was fixed
10074:
10075: * src/: classes/hashfile.C, classes/op.C,
10076: include/pa_cache_managers.h, include/pa_charset.h,
10077: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10078: include/pa_request.h, include/pa_sql_driver_manager.h,
10079: include/pa_string.h, include/pa_stylesheet_manager.h,
10080: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10081: main/pa_charsets.C, main/pa_string.C,
10082: main/pa_stylesheet_connection.C, types/pa_value.h,
10083: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10084: types/pa_vobject.C, types/pa_vstateless_class.C,
10085: types/pa_vstateless_class.h: - hash_code caching was implemented
10086: (seaches should be faster now)
10087:
10088: * src/: classes/file.C, classes/hash.C, classes/image.C,
10089: classes/string.C, classes/table.C, include/pa_string.h,
10090: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10091: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10092: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10093: types/pa_vrequest.C: - String constructors don't have that stupid
10094: true/false param which means 'tainted'. they accept lang instead.
10095:
10096: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10097: with OPTIMIZE_RESULT
10098:
10099: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10100: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10101:
10102: 2009-05-13 misha
10103:
10104: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10105: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10106: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10107: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10108: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10109: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10110: include/pa_string.h, classes/date.C, classes/file.C,
10111: classes/hash.C, classes/image.C, classes/string.C,
10112: classes/table.C, classes/xdoc.C: - result optimisation -
10113: helper_length parameter removed from string constructors
10114:
10115: 2009-05-11 misha
10116:
10117: * tests/209.html: - tests for ^hash::create[hash] were added
10118:
10119: * tests/208.html: - tests for $status:rusage, $status:memory,
10120: ^memory:compact[] were added
10121:
10122: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10123: log10 were added
10124:
10125: * tests/206.html: - test for try with finally was added
10126:
10127: 2009-05-10 misha
10128:
10129: * tests/205.html: - test for ^file::create[...] was added
10130:
10131: * tests/204.html: - test for ^response:clear[] was added
10132:
10133: * tests/038.html: - tests for trigonometric functions were added
10134:
10135: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10136: added - more tests for .add, .sub, .union, .intersects and
10137: .intersections
10138:
10139: * tests/065.html: - test for ^file:dirname was added
10140:
10141: * tests/030.html: - test for $cookie:fields was added
10142:
10143: * tests/203.html: - test for ^h._keys[column name] was added
10144:
10145: * tests/201.html: - tests for .trim were added
10146:
10147: * tests/202.html: - tests for last-day,
10148: date:calendar[type](YYYY;MM;DD) were added
10149:
10150: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10151: .offset[type](N) were added
10152:
10153: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10154: and .pos[c](N) were added
10155:
10156: * tests/141.html: - test for math:sha1 was added
10157:
10158: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10159:
10160: 2009-05-09 misha
10161:
10162: * src/main/compile.y: - rollback
10163:
10164: 2009-05-05 misha
10165:
10166: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10167: replaced by is_empty()
10168:
10169: * src/: include/pa_string.h, main/pa_charset.C: - little
10170: optimisation: somewhere length() was replaced by is_empty()
10171:
10172: * src/classes/table.C: - little optimisation: somewhere length()
10173: was replaced by is_empty()
10174:
10175: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10176: classes/op.C, classes/table.C, main/pa_exception.C: - little
10177: optimisation: somewhere length() was replaced by is_empty()
10178:
10179: 2009-05-04 misha
10180:
10181: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10182: types/pa_vstateless_class.h, main/execute.C,
10183: include/pa_request.h, classes/hash.C, classes/op.C,
10184: classes/table.C: - more optimisations were added: some operators
10185: don't switch write context anylonger
10186:
10187: 2009-05-01 misha
10188:
10189: * src/main/compile.y: - slightly more opcode optimisations for
10190: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10191:
10192: * src/main/execute.C: - simplifying process for getters
10193:
10194: 2009-04-30 misha
10195:
10196: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10197:
10198: * tests/results/199.processed: - test for checking $result into
10199: ^rem was added
10200:
10201: * tests/199.html: - test for checking $result into ^rem was added
10202:
10203: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10204: some OS it returns list in different order)
10205:
10206: * src/: include/pa_array.h, include/pa_request.h,
10207: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10208: changes in stack impl - get_element() optimisation: 3rd param
10209: removed - bugfix: problems with reading empty input param -
10210: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10211:
10212: * tests/results/198.processed: - test for reading empty local var
10213: was added
10214:
10215: * tests/198.html: - test for reading empty local var was added
10216:
10217: 2009-04-29 misha
10218:
10219: * src/main/compile.y: - bugfix: couldn't compile because
10220: OP_VALUE__GET_ELEMENT should be unde #ifdef
10221:
10222: * src/: include/pa_array.h, include/pa_opcode.h,
10223: include/pa_request.h, main/compile.y, main/execute.C,
10224: main/pa_request.C, types/pa_vmethod_frame.C,
10225: types/pa_vmethod_frame.h: - we can work without opcode
10226: OP_STORE_PARAM, so it was removed
10227:
10228: 2009-04-28 misha
10229:
10230: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10231: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10232: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10233: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10234: 4.
10235: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10236:
10237: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10238:
10239: * src/: main/pa_string.C, classes/string.C: - !length() =>
10240: is_empty()
10241:
10242: 2009-04-27 misha
10243:
10244: * src/types/pa_vregex.h: - back explicit vars initialisation
10245:
10246: 2009-04-24 misha
10247:
10248: * src/classes/string.C: - ups. typo fixed
10249:
10250: * src/main/execute.C: - more replacements '*new VBool' to
10251: 'VBool::get' - checks for ^break[], ^continue[] and
10252: parser.interrupted were optimised
10253:
10254: * src/classes/string.C: - number of params.count() calls was
10255: slightly reduced
10256:
10257: 2009-04-23 misha
10258:
10259: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10260: make it x64 friendly
10261:
10262: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10263: parser is x64 friendly now
10264:
10265: 2009-04-22 misha
10266:
10267: * src/types/pa_vhashfile.C: - coder friendly exception about
10268: exceeding record size was added
10269:
10270: * src/classes/file.C: - use vregex object instead of direct calls
10271: methods from pcre lib
10272:
10273: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10274: classes/string.C: - use vregex object instead of direct calls
10275: methods from pcre lib
10276:
10277: * src/: include/pa_common.h, main/pa_common.C: - method
10278: print_pcre_exec_error_text was moved to class vregex
10279:
10280: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10281: was added
10282:
10283: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10284: - class vregex was added
10285:
10286: 2009-04-21 misha
10287:
10288: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10289:
10290: * src/: types/pa_junction.h, types/pa_value.C,
10291: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10292: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10293: junction-optimisation (destructors)
10294:
10295: * src/include/pa_array.h: - free under if now
10296:
10297: 2009-04-19 misha
10298:
10299: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10300:
10301: 2009-04-18 misha
10302:
10303: * src/include/pa_version.h:
10304: :q :
10305:
10306: CV:
10307: ----------------------------------------------------------------------
10308:
10309: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10310: refactoring
10311:
10312: * src/: include/pa_array.h, include/pa_hash.h,
10313: types/pa_vmethod_frame.h: - destructors under #ifdef now
10314:
10315: * src/include/pa_memory.h: - define for using destructors was added
10316:
10317: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10318: main/execute.C: - some junctions will be cached now
10319:
10320: * src/include/pa_hash.h: - hash destructor frees pairs now
10321:
10322: * src/include/pa_array.h: - inline was added to destructor
10323:
10324: * src/types/pa_method.h: - comment was changed
10325:
10326: 2009-04-17 misha
10327:
10328: * src/: include/pa_array.h, include/pa_hash.h,
10329: types/pa_vmethod_frame.h: - destructors were added
10330:
10331: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10332: renamed to always_use_result
10333:
10334: * src/main/: compile.y, compile_tools.h: - rollback changes in
10335: compiler: full backward compatibility is better
10336:
10337: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10338: result in var's hash
10339:
10340: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10341: optimisation in method_frame
10342:
10343: * src/include/pa_array.h: - optimisation in array (allocate
10344: elements only when needed)
10345:
10346: * src/types/pa_vresponse.C: - check for $response:headers field
10347: before looking at custom fields
10348:
10349: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10350: not needed to check existance var with name 'result' in var's
10351: hash
10352:
10353: * src/main/compile.y: - compiler was changed: now it detects
10354: writings to $result and set flag writo_to_result in method
10355:
10356: * src/classes/string.C: - little optimisation: no needed to write
10357: number with lang
10358:
10359: * src/main/pa_charset.C: - methods readChar and skipChar which is
10360: used for read utf8-strings were renamed - is_escaped was renamed
10361: to isEscaped (to the same name convention)
10362:
10363: * src/: types/pa_method.h, main/compile_tools.h: - flag
10364: write_to_result added. compiler get this info from code.
10365:
10366: 2009-04-16 misha
10367:
10368: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10369: String only before 1st write
10370:
10371: * src/include/pa_string.h: - not needed template removed
10372:
10373: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10374: types/pa_vjunction.C, types/pa_vproperty.C,
10375: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10376: main/pa_request.C, classes/bool.C, classes/double.C,
10377: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10378: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10379: bool objects)
10380:
10381: 2009-04-15 misha
10382:
10383: * src/lib/cord/cordxtra.c: - more optimisation
10384:
10385: * src/: include/pa_string.h, main/untaint.C: - String::append
10386: optimisation
10387:
10388: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10389: then get and can sometime be used)
10390:
10391: * src/main/pa_string.C: - String::length optimisation
10392:
10393: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10394: these methods read different strings
10395:
10396: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10397: fresult_initial_void removed + some optimisation - if $result
10398: defined we don't write to context anymore
10399:
10400: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10401: need just skip char)
10402:
10403: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10404: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10405: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10406:
10407: * src/types/pa_vvoid.h: - added get() method for retreave one
10408: instance
10409:
10410: 2009-04-11 misha
10411:
10412: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10413:
10414: * tests/197.html: - test for parser://test in xml was added
10415:
10416: * src/classes/string.C: - small optimisation
10417:
10418: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10419: optimisation
10420:
10421: 2009-04-10 misha
10422:
10423: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10424: to pcre-7.8
10425:
10426: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10427:
10428: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10429: added
10430:
10431: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10432: $request:CLASS_NAME were added
10433:
10434: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10435: were added
10436:
10437: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10438: $env:CLASS_NAME were added
10439:
10440: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10441: '@todo' now
10442:
10443: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10444: compirer
10445:
10446: * src/main/pa_string.C: - little code cleanup
10447:
10448: * src/main/pa_common.C: - describe one more UTF-8 related error
10449: during PCRE compile/execute
10450:
10451: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10452: normalizing todo-comments: '@todo' now
10453:
10454: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10455:
10456: * src/main/pa_charset.C: - type changed for making compiler happy
10457:
10458: 2009-03-10 misha
10459:
10460: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10461: in main()
10462:
10463: 2009-02-01 misha
10464:
10465: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10466: boundary
10467:
10468: 2009-01-25 misha
10469:
10470: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10471:
10472: * src/classes/file.C: - more changes for parsing different number
10473: of params for file::load
10474:
10475: * tests/193.html: - tests for exception while base64-decode binary
10476: to string was added
10477:
10478: * tests/192.html: - tests for file::load with different number of
10479: options
10480:
10481: * src/classes/math.C: - ups. forgot '+1'
10482:
10483: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10484: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10485: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10486: (new option $.encode[multipart-form/data] should be specified) -
10487: $.method[] option for file::load now is not case-sensitive
10488:
10489: * src/: include/pa_string.h, main/untaint.C: - for file post the
10490: new taint language L_FILE_POST was added
10491:
10492: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10493: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10494: stuff was moved to separate files
10495:
10496: 2009-01-23 misha
10497:
10498: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10499: spaces to tabs were converted
10500:
10501: 2009-01-12 misha
10502:
10503: * src/main/pa_http.C: - value of $.method[] option force uppercased
10504: now
10505:
10506: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10507: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10508: their names
10509:
10510: * src/main/pa_common.C: - changes in formating
10511:
10512: * src/: classes/file.C, main/pa_http.C: - some constants changed
10513: their names
10514:
10515: * src/include/pa_http.h: - some spaces were converted to tabs
10516:
10517: * src/include/pa_common.h: - some constants changed their names
10518:
10519: * src/classes/file.C: - fixed 4-th paramether for file::load -
10520: little code rewriting
10521:
10522: * src/types/pa_vfile.C: - little code rewriting
10523:
10524: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10525: types/pa_value.h: - some formating changes
10526:
10527: * src/include/pa_common.h: - some formating spaces transformed to
10528: tabs
10529:
10530: * src/classes/string.C: - exception while base64-decode binary to a
10531: string
10532:
10533: 2009-01-11 misha
10534:
10535: * configure.in: - version changed to 3.3.1b
10536:
10537: 2008-09-05 misha
10538:
10539: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10540: release_3_3_0 on 2008-09-05 10:59:35 +0000
10541:
10542: 2008-09-04 misha
10543:
10544: * tests/: 130.html, 131.html: - these exceptions not typeless
10545: anymore
10546:
10547: * src/classes/op.C: - exception with 'invalid taint language' not
10548: typeless anylonger
10549:
10550: * src/classes/image.C: - some exceptions while operations with
10551: image not typeless anymore
10552:
10553: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10554: main/pa_exec.C, main/pa_http.C: - some exceptions while
10555: operations with files not typeless anymore
10556:
10557: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10558: types/pa_vdate.h: - exceptions while checking date range not
10559: typeless anymore
10560:
10561: * src/include/pa_exception.h: - exception type string for invalid
10562: date range was added
10563:
10564: 2008-09-03 misha
10565:
10566: * src/: classes/file.C, main/pa_string.C: - exception while pce
10567: operations not typeless anymore
10568:
10569: * src/include/pa_exception.h: - exception type for pce operations
10570: was added
10571:
10572: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10573: and .CLASS_NAME insite classes
10574:
10575: * src/classes/table.C: - don't save table header whiile
10576: ^table.save[append;filename] if file exists
10577:
10578: 2008-09-02 misha
10579:
10580: * src/main/compile.y, src/main/compile_tools.h,
10581: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10582: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10583: renamed to partial and it login changed: we must mark class as
10584: partial for allow their modifications in future.
10585:
10586: 2008-08-29 misha
10587:
10588: * tests/results/022.processed: - testing taint[regex] in mask for
10589: file:list
10590:
10591: * tests/022.html: - testing taint[regex] in mask for file:list
10592:
10593: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10594: for file:list was added
10595:
10596: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10597: file:list
10598:
10599: 2008-08-26 misha
10600:
10601: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10602: last derived object
10603:
10604: * src/classes/image.C: - many strings "image.format" replaced by
10605: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10606: understand some more exif tags
10607:
10608: * src/include/pa_exception.h: - string "image.format" was added
10609:
10610: 2008-08-21 misha
10611:
10612: * src/: main/pa_string.C, classes/file.C: - use method for print
10613: pcre_exec text error
10614:
10615: * src/main/pa_common.C: - method for print pcre_exec text error was
10616: added
10617:
10618: * src/include/pa_common.h: - method declaration for print pcre_exec
10619: text error was added
10620:
10621: 2008-08-19 misha
10622:
10623: * src/main/execute.C: - bugfix: opcodes must be in separate
10624: namespace while debug execution as well
10625:
10626: * tests/: 015.html, results/015.processed: - test for escaping some
10627: parser chars was added
10628:
10629: 2008-08-18 misha
10630:
10631: * tests/: 190.html, 190.p, results/190.processed: - test for
10632: $caller.self.field + default getter in one class was added
10633:
10634: * tests/: 189.html, results/189.processed: - test for
10635: ^date::create[date object]
10636:
10637: * tests/: 188.html, results/188.processed: - tests for match with
10638: UTF-8 strings
10639:
10640: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10641: ^string.match[]
10642:
10643: * ChangeLog: - parser 3.3.0 beta13
10644:
10645: 2008-08-15 misha
10646:
1.116 moko 10647: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10648: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10649: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10650: dftables.c: - old PCRE files removed
1.95 moko 10651:
10652: * src/lib/pcre/config.h: - configuration for PCRE library
10653:
10654: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10655: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10656:
10657: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10658: library and set flag UTF8 if $request:charset is UTF-8
10659:
10660: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10661: include/pa_config_fixed.h: - moved to new PCRE library
10662:
10663: * src/: main/main.vcproj, types/types.vcproj,
10664: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10665: win32\pcre instead of parser3\src\lib\pcre
10666:
10667: * src/: include/pa_opcode.h, include/pa_operation.h,
10668: main/compile.C, main/compile.y, main/compile_tools.C,
10669: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10670: opcodes were moved to separate namespace
10671:
10672: 2008-08-14 misha
10673:
10674: * src/types/pa_vstateless_class.C: - newline at the end missed
10675:
10676: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10677: tainting
10678:
10679: 2008-08-11 misha
10680:
10681: * tests/: 187.html, 187.p, results/187.processed: - tests for
10682: $caller.self, $caller.self.field and $caller.self.field[value]
10683: were added
10684:
10685: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10686: runtime as well (for $caller.self)
10687:
10688: 2008-07-25 misha
10689:
10690: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10691: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10692: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10693: tests with international characters
10694:
10695: 2008-07-23 misha
10696:
10697: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10698: file::load[...;http://
10699:
10700: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10701: now everywhere in separate namespace
10702:
10703: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10704: for vars
10705:
10706: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10707: can be escaped by '^'
10708:
10709: 2008-07-22 misha
10710:
10711: * src/classes/string.C, tests/186.html: - names changes:
10712: escape=>js-escape, unescape=>js-unescape
10713:
10714: 2008-07-21 misha
10715:
10716: * tests/results/186.processed: - test for string escape/unescape
10717:
10718: * tests/186.html: - test for string escape/unescape
10719:
10720: * src/classes/string.C: - string has escape and unescape methods
10721: now
10722:
10723: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10724: added
10725:
10726: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10727: method-layers added (with different params)
10728:
10729: 2008-07-18 misha
10730:
10731: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10732: was added
10733:
10734: * tests/185.html: - test for ^str.pos[sub](offset) added
10735:
1.211 moko 10736: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10737: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10738: accepted now
1.95 moko 10739:
10740: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10741: strings
10742:
10743: 2008-07-17 misha
10744:
10745: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10746: helper length added for mid for small optimisation
10747:
10748: 2008-07-16 misha
10749:
10750: * tests/: 185.html, results/185.processed: - tests for
10751: length/left/right/mid/pos with utf-8 strings
10752:
10753: * src/classes/string.C: - left/right/mid/length/pos works fine for
10754: utf-8 strings
10755:
10756: * src/main/untaint.C: - comments removed
10757:
10758: * src/: include/pa_string.h, main/pa_string.C,
10759: include/pa_charset.h, main/pa_charset.C: - methods for working
10760: with pos/mid for strings in utf-8 were added
10761:
10762: 2008-07-15 misha
10763:
10764: * tests/: 184.html, results/184.processed: - test for case body as
10765: expression: $var(^switch(1){^case(1)(true)..})
10766:
10767: * src/classes/op.C: - case body can be expression now:
10768: $var(^switch(1){^case(1)(true)..})
10769:
10770: * tests/: results/183.processed, 183.html: - added test for testing
10771: new cookie encoding (%uXXXX)
10772:
10773: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10774: decoding for backward compatibility they decoded from %XX in
10775: request:charset too
10776:
10777: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10778: - cookie class now decode cookies before first access after last
10779: request:charset changing (as form class).
10780:
10781: * src/main/pa_charset.C: - added method escape for escaping cookies
10782: as %uXXXX - before transcode calculate required space for dest
10783: string. it reduce mem usage for transcode
10784:
10785: * src/include/pa_charset.h: - added method escape for escaping
10786: cookies as %uXXXX
10787:
10788: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10789: was added. will used for escaping cookies as %uXXXX
10790:
10791: * src/include/pa_common.h: - escape method has new option for skip
10792: converting '+' to a space char
10793:
10794: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10795: transcode - escape method has new option for skip converting '+'
10796: to a space char
10797:
10798: 2008-07-08 misha
10799:
10800: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10801: (no UE if more then 1 case matches anylonger) - optimization:
10802: doing searching.as_string() || searching.as_double() only once
10803:
10804: 2008-07-04 misha
10805:
10806: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10807: now ^date::create[date object] works
10808:
10809: * src/classes/string.C: - left and right added as aliases for start
10810: and end in ^string.trim[]
10811:
10812: 2008-07-03 misha
10813:
10814: * src/classes/file.C: - allow $.limit for file::sql as well
10815:
10816: * src/classes/file.C: - allow $.offset option for file::sql - force
10817: send limit=1 to query for use sql specifics authomatically
10818:
10819: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10820: if $.limit value if empty. autoconvert it as everywere
10821:
10822: 2008-07-02 misha
10823:
10824: * configure.in: - time to change version number to 3.3.0 %-)
10825:
10826: * src/include/pa_version.h: - time to change version number to
10827: 3.3.0 %-)
10828:
10829: 2008-06-26 misha
10830:
10831: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10832: $.limit(0) fixes
10833:
10834: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10835: - $.limit(0) fixes
10836:
10837: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10838: new API)
10839:
10840: * src/: include/pa_sql_driver_manager.h,
10841: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10842: classes/op.C: - document_root added
10843:
10844: * src/main/compile.tab.C: - error message was changed
10845:
10846: 2008-06-25 misha
10847:
10848: * src/main/compile.y: - error message was changed
10849:
10850: 2008-06-24 misha
10851:
10852: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10853:
10854: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10855: tests for @OPTIONS\nappend
10856:
10857: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10858:
10859: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10860:
10861: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10862:
10863: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10864: compile.y
10865:
10866: 2008-06-17 misha
10867:
10868: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10869: compilation: ^if(default){true. it's incorrect. must be
10870: exception}
10871:
10872: 2008-06-16 misha
10873:
10874: * tests/: 181.ent, 181.html, results/181.processed: - test for
10875: checking external reference loading with 'http://localhost'
10876: prefix while creating xdoc
10877:
10878: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10879: ^math:long2ip[] and ^math:ip2long[]
10880:
10881: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10882: added which use scalar stateless class method when user object
10883: used in scalar context - use get_scalar_value when user object
10884: requested in scalar context
10885:
10886: * src/main/pa_common.C: - size must be int but not size_t or we
10887: can't compare with 0 sprintf result
10888:
10889: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10890: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10891: with internal switch between local/global vars
10892:
10893: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10894: specified
10895:
10896: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10897: pa_vstateless_object.h: - stateless class and object now has
10898: private scalar field and getter/setter for working with it
10899:
10900: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10901: moved to inet static class
10902:
10903: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10904: class added (^inet:aton[IP], ^inet:ntoa(number))
10905:
10906: * tests/: 180.html, results/180.processed: - tests for
10907: ^math:long2ip(long) and ^math:ip2long[IP]
10908:
10909: * src/classes/math.C: - ^math:ip2long[IP] added
10910:
10911: 2008-06-11 misha
10912:
10913: * src/main/pa_xml_io.C: - use file_read_text again because of we
10914: need cut BOM code and remove DOS newline chars. but don't
10915: transcode it anyway.
10916:
10917: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10918: main/pa_http.C: - option for disable transcoding while file_read
10919: and file_read_text added
10920:
10921: 2008-06-10 misha
10922:
10923: * tests/: 179.html, 179.p, results/179.processed: - test for many
10924: classes in 1 file
10925:
10926: * src/main/: compile.C, compile_tools.h: - compile return list of
10927: classes now.
10928:
10929: * src/main/: compile.y, compile.tab.C: - compile return list of
10930: classes now. internals.
10931:
10932: * src/main/pa_request.C: - compile return list of classes now. try
10933: call @conf and @auto for each returned class
10934:
10935: * src/include/pa_request.h: - compile return list of classes now
10936:
10937: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10938: return list of classes when compile buf)
10939:
10940: 2008-06-07 misha
10941:
10942: * src/main/pa_request.C: - constructing VRequest object with 3rd
10943: param -- form
10944:
10945: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10946: 3rd param: form. needed for get post_charset
10947:
10948: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10949: added
10950:
10951: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10952: types/pa_vform.C, types/pa_vform.h: - some polish
10953:
10954: 2008-06-06 misha
10955:
10956: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10957: charset and decode chars from it but not from response:charset
10958:
10959: * src/main/pa_http.C: - detect_charset moved out of here
10960:
10961: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10962: methods moved here - unescape_chars accepn one charset now
10963:
10964: * src/main/pa_http.C: - new constants used - don't allow
10965: $.content-type in ^file::load[;http://;$.method[POST]] - add
10966: charset info while ^file::load[;http://;$.method[POST]] - option
10967: $.omit-post-charset(true) added to ^file::load[;http://] for
10968: disabling charset during post
10969:
10970: * src/types/pa_vform.C: - new constants used
10971:
10972: * src/include/pa_common.h: - some constants were added
10973:
10974: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10975: instead of StrEqNc
10976:
10977: * src/main/pa_common.C: - new method for caseless search
10978: c-substring in c-string - use isxdigit instead of is_hex_digit
10979:
10980: * src/include/pa_common.h: - new method for caseless search
10981: c-substring in c-string
10982:
10983: 2008-06-05 misha
10984:
10985: * tests/results/178.processed: - test for testing default getter
10986:
10987: * tests/178.html: - test for testing default getter
10988:
10989: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10990: for test for testing default getter
10991:
10992: * src/main/execute.C: - default getter soul
10993:
10994: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10995: requested objects' field not found
10996:
10997: * src/types/pa_vclass.C: - register default getter if defined - get
10998: default getter if requested field not found
10999:
11000: * src/types/pa_vstateless_object.h: - method get_default_getter was
11001: added
11002:
11003: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11004: pointer to default getter and methods for get/set it were added
11005:
11006: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11007: auto_name field (for default getter)
11008:
11009: 2008-06-04 misha
11010:
11011: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11012: transcoding, no cutting BOM code, no fixing line breaks) and get
11013: it to libxml "as is"
11014:
11015: 2008-06-03 misha
11016:
11017: * src/main/pa_common.C: - use store_Char instead of
11018: transcodeCharFromUTF8
11019:
11020: * src/: include/pa_charset.h, main/pa_charset.C: - method
11021: store_Char added, transcodeCharFromUTF8 -- removed
11022:
11023: 2008-06-02 misha
11024:
11025: * tests/: results/177.processed, 177.html: - test for checking
11026: .[acm]date after local ^file::load[] was added
11027:
11028: * tests/: results/176.processed, 176.html: - test for checking
11029: @OPTION\locals + @method[vars][locals] added
11030:
11031: * tests/results/auto.p: - CLASS_PATH specified for checking use
11032:
11033: 2008-05-30 misha
11034:
11035: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11036: @OPTION\nlocals + @method[vars][;locals;] were added
11037:
11038: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11039: moved to separate method op_code - switch from VMethodFrame to
11040: VMethodFrameGlobal + VMethodFrameLocal
11041:
11042: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11043: was moved to separate method op_code
11044:
11045: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11046: VMethodFrame now
11047:
11048: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11049: all_vars_local as well
11050:
11051: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11052: pa_vmethod_frame_local.h, Makefile.am: - who children for
11053: VMethodFrame were added: one (global) works as VMethodFrame
11054: before and second (local) write all vars in self vars scope
11055:
11056: * src/types/pa_method.h: - method has bool flag all_vars_local now
11057:
11058: 2008-05-29 misha
11059:
11060: * tests/: 129.html, results/129.processed: - more tests for
11061: ^table.hash[]
11062:
11063: * src/classes/hash.C: - ^hash::sql has a new option:
11064: $.type[hash|string|table] as ^table.hash[] one.
11065:
11066: * src/classes/op.C: - ^try has 3rd param now: finally code which
11067: executed anyway after try or catch section
11068:
11069: 2008-05-27 misha
11070:
11071: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11072: must not fail if $.distinct(1) wasn't specified
11073:
11074: 2008-05-26 misha
11075:
11076: * src/classes/op.C: - allow ^throw[my type]
11077:
11078: 2008-05-22 misha
11079:
11080: * configure.in, configure: - version number updated to 3.2.4b
11081:
11082: * src/classes/: op.C, string.C: - trim format string before
11083: eval/format
11084:
11085: * tests/: results/175.processed, 175.html: - more tests for
11086: different format strings in .format[]
11087:
11088: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11089: as well (not only %XX)
11090:
11091: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11092: charset specified - checks for format before print number
11093: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11094: (instead of tabs) removed
11095:
11096: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11097: charset specified
11098:
11099: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11100: char in requested charset from utf code was added
11101:
11102: 2008-05-19 misha
11103:
11104: * tests/: 174.html, results/174.processed: - test for
11105: ^hashfile.cleanup[] added
11106:
11107: * src/classes/hashfile.C: - optimization: don't create any key or
11108: value variable if it's name weren't specified
11109: (^hf.foreach[;v]{...})
11110:
11111: 2008-05-16 misha
11112:
11113: * src/classes/hash.C: - optimization: don't create any key variable
11114: if variable name wasn't specified (^h.foreach[;v]{...})
11115:
11116: 2008-05-15 misha
11117:
11118: * src/classes/op.C: - small changes
11119:
11120: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11121:
11122: * src/classes/hash.C: - calculate var_context once before foreach
11123:
11124: 2008-05-14 misha
11125:
11126: * src/classes/hashfile.C: - incorrect vars context calculation for
11127: ^hashfile.foreach[;]{} fixed
11128:
11129: * src/classes/: hash.C, table.C: - little optimisation
11130:
11131: * src/classes/file.C: - bugfix: double absolute path while loading
11132: file
11133:
11134: * tests/: 174.html, results/174.processed: - tests for hashfile
11135: were added
11136:
11137: * buildall-with-xml: - moving to libxslt 1.1.24
11138:
11139: 2008-04-30 misha
11140:
11141: * src/classes/file.C: - stat file while loading (local only) so
11142: .adate, .mdate and .cdate available without additional ::stat
11143:
11144: 2008-04-28 misha
11145:
11146: * src/classes/file.C: - $.name and $.content-type available for
11147: stated file
11148:
11149: 2008-04-14 misha
11150:
11151: * src/targets/cgi/parser3.C: - new year in copyright %-)
11152:
11153: * src/include/pa_version.h: - new version number in head
11154:
11155: 2008-04-10 misha
11156:
11157: * tests/: 080.html, results/080.processed: - cut '0' from
11158: exponential part because of on diff OS it differ (20 or 020 for
11159: ex)
11160:
11161: * tests/: 119.html, results/119.processed: - check for encoding
11162: while creating xdoc
11163:
11164: 2008-04-09 misha
11165:
11166: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11167:
11168: * src/main/pa_common.C: - comment added
11169:
11170: * src/classes/date.C: - little refactoring
11171:
11172: 2008-04-07 misha
11173:
11174: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11175: style of ^table.save[]: prepare one big string and sabe it at
11176: once. it's safe on freebsd 4.x but use much more memory.
11177:
11178: * buildall-with-xml, buildall-without-xml: - option
11179: --disable-stringstream added (under comment. use it on freebsd
11180: 4.x)
11181:
11182: 2008-02-22 misha
11183:
11184: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11185: specified together in file::load[;http] - get back transcoding
11186: $.body[] in file::load[;http]
11187:
11188: 2008-02-21 misha
11189:
11190: * src/classes/date.C: - ^date.gmt-string[] was added
11191:
11192: * src/types/pa_value.C: - method for output date in RFC 822 format
11193: moved to pa_common.h
11194:
11195: * src/include/pa_common.h: - method for output date in RFC 822
11196: format moved here from pa_value.C
11197:
11198: * src/types/pa_vmail.C: - fixed core in sending mail with
11199: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11200:
11201: 2008-02-20 misha
11202:
11203: * src/main/pa_http.C: - transcode $.headers before escaping into
11204: specified charset while ^file::load[...;http://...] (L_URI
11205: instead of L_HTTP_HEADER) - $.cookies param available in
11206: ^file::load[;http://...] now (but we don't parse set-cookies from
11207: response yet) (cookies not transcoded as common $cookies)
11208:
11209: 2008-02-19 misha
11210:
11211: * src/main/pa_request.C: - rollback: we mustn't force taint
11212: $response:field values because in this case
11213: $response:locateion[http://...] don't works.
11214:
11215: 2008-02-15 misha
11216:
11217: * src/classes/op.C: - little refactoring
11218:
11219: * src/main/pa_http.C: - taint names of $.headers for load[;http
11220:
11221: * src/main/pa_request.C: - force taint values of $response:field
11222:
11223: 2008-02-14 misha
11224:
11225: * src/main/pa_request.C: - $response:field transcoded to
11226: $response:charset before escaping now
11227:
11228: * src/main/pa_http.C: - some outdated comments removed
11229:
11230: * src/classes/date.C: - lastdat -> last-day
11231:
11232: * src/classes/date.C: - ^date:lastday(year;month) and
11233: ^date.lastday[] were added - little code refactoring - comments
11234: changes
11235:
11236: * tests/: 159.html, results/159.processed: - test for number of
11237: days in February
11238:
11239: * src/types/pa_value.C: - fixes in code formatting
11240:
11241: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11242: and comments
11243:
11244: 2008-02-13 misha
11245:
11246: * src/main/pa_common.C: - bugfix for february at leap year
11247:
11248: 2008-01-28 misha
11249:
11250: * tests/: 160.html, results/160.processed: - more test for cache
11251: added
11252:
11253: * src/classes/op.C: - bugfix: cache body executed twice if contains
11254: unhandled exception
11255:
11256: 2008-01-25 misha
11257:
11258: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11259: bug when hashfile became inavailable after memory:compact)
11260:
11261: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11262:
11263: 2008-01-22 misha
11264:
11265: * src/classes/table.C: - little refactiring and exception texts
11266: changes in method ^table.hash[]
11267:
11268: * src/types/pa_vcookie.C: - link to cookie specification changed
11269:
11270: 2008-01-21 misha
11271:
11272: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11273: file::exec/cgi
11274:
11275: * src/classes/file.C: - bugfix: core while processing headers if
11276: executed cgi script don't return content
11277:
11278: 2008-01-18 misha
11279:
11280: * buildall-with-xml: - move to libxml2 version 2.6.31
11281:
11282: * src/include/pa_version.h, configure.in: - version number updated
11283: to '3.2.3b'
11284:
11285: 2007-12-28 misha
11286:
11287: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11288: hash.contains
11289:
11290: 2007-12-27 misha
11291:
11292: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11293: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11294: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11295: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11296: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11297: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11298: src/targets/cgi/parser3.vcproj,
11299: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11300: back to VS2003 because of Apache 1.3 module can't work if it was
11301: built in VS 2005. with cgi all file so VS2003 project files can
11302: be easy converted to the new format.
11303:
11304: 2007-12-04 misha
11305:
11306: * src/types/pa_vcode_frame.h: - changes in comment
11307:
11308: 2007-11-29 misha
11309:
11310: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11311: intercept strings any longer
11312:
11313: * tests/: 173.html, results/173.processed: - tests for
11314: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11315: but not in main code frame
11316:
11317: * tests/: 172.html, results/172.processed: - more tests for pass
11318: objects from code frames
11319:
11320: 2007-11-27 misha
11321:
11322: * tests/: 152.html, results/152.processed: - tests for converting
11323: strings 'true'/'false' to bool were added
11324:
11325: * tests/152.html: - added checks for converting strings
11326: 'true'/'false' to bool
11327:
11328: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11329: not only strings with numbers but with values 'true'/'false' as
11330: well
11331:
11332: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11333: for parser3.log increased
11334:
11335: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11336:
11337: * src/include/pa_common.h: - remove_crlf return cstring size now
11338:
11339: * src/include/pa_types.h: - constant with buffer size for
11340: parser3.log added
11341:
11342: 2007-11-16 misha
11343:
11344: * tests/cat.sh: - script for tests for file::exec/cgi
11345:
11346: * tests/171.html: - tests for file::exec/cgi
11347:
11348: * tests/results/171.processed: - tests results for file::exec/cgi
11349:
11350: 2007-11-15 misha
11351:
11352: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11353:
11354: * src/classes/file.C: - .body must be set before analyzing cgi
11355: headers
11356:
11357: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11358: only if exec/cgi return anything.
11359:
11360: 2007-11-14 misha
11361:
1.211 moko 11362: * operators.ru.txt, operators.txt: - info about new text|binary
11363: option for file::exec/cgi was added
1.95 moko 11364:
11365: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11366: ^file:exec[[text|binary];script;...]
11367:
11368: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11369: classes/string.C, classes/table.C: - more text strings moved to
11370: the one place
11371:
11372: 2007-11-09 misha
11373:
11374: * src/types/pa_vrequest.C: - $request:argv must be taint
11375:
11376: * ChangeLog: - $request:argv [patch from Sumo]
11377:
1.211 moko 11378: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11379:
11380: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11381: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11382:
11383: 2007-10-25 misha
11384:
11385: * buildall-with-xml, buildall-without-xml: - options preparations
11386: for ./configure rewrited
11387:
11388: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11389: error occure in unhandled_exception finally fixed
11390:
11391: 2007-10-23 misha
11392:
11393: * tests/: 170.html, results/170.processed: - test for
11394: @method[][result]
11395:
1.211 moko 11396: * operators.ru.txt, operators.txt: - added info about node.prefix
11397: and node.namespaceURI
1.95 moko 11398:
11399: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11400:
11401: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11402: added for node and attribute
11403:
11404: 2007-10-22 misha
11405:
11406: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11407:
11408: * src/main/pa_request.C: - added const content-transfer-encoding
11409:
11410: * src/include/pa_request.h: - added const content-transfer-encoding
11411: - ups. constants must be in lowercase (for search)
11412:
11413: * src/types/pa_vmail.C: - more constants used -
11414: content-transfer-encoding: 8bit added
11415:
11416: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11417:
11418: * src/include/pa_request.h: - more constants
11419:
11420: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11421: ommit anymore if $.content-disposition was specified - little
11422: refactoring
11423:
11424: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11425:
11426: 2007-10-17 misha
11427:
1.211 moko 11428: * operators.ru.txt, operators.txt: - info about
1.95 moko 11429: table::create[nameless]{data}[>options<] was added
11430:
11431: * src/main/: compile.tab.C, compile.y: - if error occure while
11432: compile method don't put this method in methods table anymore.
11433: in other case the parser coredumped if @unhandled_exception
11434: method can't be compiled because of parser.compile error.
11435:
11436: * src/main/execute.C: - little code reformating
11437:
11438: * src/main/pa_request.C: - little code reformating - comment
11439: changed
11440:
11441: 2007-10-16 misha
11442:
11443: * tests/: 035.html, results/035.processed: - tests
11444: table::create[]{}[options] added
11445:
11446: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11447: options (only $.seperator[] yet)
11448:
11449: 2007-10-10 misha
11450:
11451: * src/classes/table.C: - some contstants moved to pa_common.h -
11452: some code changes
11453:
11454: 2007-10-02 misha
11455:
11456: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11457: then three time as much. but base64 encoding method still use
11458: less memory anyway.
11459:
11460: 2007-09-17 misha
11461:
1.211 moko 11462: * operators.ru.txt, operators.txt: - added info about
11463: $cookie:fields
1.95 moko 11464:
11465: * src/types/pa_vcookie.C: - $cookie:fields available now
11466:
11467: * src/classes/hash.C: - some stuff for use with .for_each moved to
11468: common
11469:
11470: * src/include/pa_common.h: - some stuff for use with .for_each
11471: moved here
11472:
11473: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11474:
11475: 2007-09-14 misha
11476:
11477: * buildall-with-xml: - new xml libs again =)
11478:
11479: 2007-08-28 misha
11480:
1.211 moko 11481: * operators.ru.txt, operators.txt: - texts about
11482: ^table.columns[[column name]] and ^string.split[...][v][column
11483: name] were added
1.95 moko 11484:
11485: * tests/: 168.html, 169.html, results/168.processed,
11486: results/169.processed: - tests for ^table.columns[[column name]]
11487: and ^string.split[...][v][column name] were added
11488:
11489: * src/classes/table.C: - new option ^table.columns[[column name]]
11490: was added
11491:
11492: * src/classes/string.C: - new option ^string.split[...;v;[column
11493: name]]
11494:
11495: * src/include/pa_exception.h: - error text message for
11496: ^hash._keys[], ^table.columns[] and ^string.split[]
11497:
11498: 2007-08-27 misha
11499:
11500: * src/main/untaint.C: - try to fix coredump on unix if print to
11501: body ^taint[sql][something] outside of connect
11502:
11503: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11504: outside of connect
11505:
11506: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11507: added (commented by default)
11508:
11509: 2007-08-20 misha
11510:
1.211 moko 11511: * operators.ru.txt, operators.txt: - comment about new method
11512: ^node.hasAttributes[] was added
1.95 moko 11513:
11514: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11515: duplicated exception text strings were removed
11516:
11517: * src/include/pa_exception.h: - more exception text strings moved
11518: here
11519:
11520: * src/classes/table.C: - some duplicate exceptions' text strings
11521: removed
11522:
11523: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11524: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11525: removed
11526:
11527: * src/include/pa_exception.h: - some exception text strings movet
11528: to pa_exception
11529:
11530: * tests/: 149.html, results/149.processed: - test for
11531: ^xnode.hasAttributes[] was added - some code changes
11532:
11533: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11534: added
11535:
11536: 2007-08-17 misha
11537:
11538: * tests/: results/006.processed, results/059.processed, 006.html,
11539: 059.html: - more tests for match
11540:
11541: * tests/: 129.html, results/129.processed: - tests for
11542: ^table.hash[...][$.type[string|hash|table]] added
11543:
11544: * src/targets/cgi/parser3.C: - little syntax changes
11545:
11546: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11547: syntax changes
11548:
1.211 moko 11549: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11550: annoying 'SIGPIPE' messages in parser3.log switched off by
11551: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11552:
11553: 2007-08-08 misha
11554:
11555: * buildall-with-xml, buildall-without-xml: - remove libs source
11556: files by default since now
11557:
11558: 2007-08-07 misha
11559:
11560: * buildall-without-xml: - some option syntax changes
11561:
11562: * buildall-with-xml: - compile libxml2 without http support - some
11563: option syntax changes
11564:
11565: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11566:
11567: 2007-08-06 misha
11568:
11569: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11570:
11571: * tests/: 160.html, results/160.processed: - cache test was
11572: rewrited
11573:
11574: 2007-07-06 misha
11575:
11576: * tests/: 153.html, results/153.processed: - added test for
11577: ^math:sha1[string]
11578:
11579: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11580: transcoded
11581:
11582: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11583: were added
11584:
11585: 2007-06-28 misha
11586:
11587: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11588: some incorrect chars
11589:
11590: 2007-06-19 misha
11591:
11592: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11593: were moved on top because of gcc 4 had a problems during
11594: building.
11595:
11596: 2007-06-18 misha
11597:
11598: * tests/results/019.processed: - new image commited
11599:
11600: 2007-06-09 misha
11601:
11602: * src/classes/: op.C, table.C: - in while and table.select method
11603: as_expression used now
11604:
11605: * src/types/pa_vmethod_frame.h: - method as_expression was added
11606:
11607: 2007-06-08 misha
11608:
11609: * tests/: 166.html, results/166.processed: - test for
11610: ^match[...][n]
11611:
11612: * tests/: 165.html, results/165.processed: - tests for loops
11613:
11614: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11615: because of no speed/memory optimisation but some proglems with
11616: long cycles occure
11617:
11618: 2007-06-06 misha
11619:
11620: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11621: ^table.select(true) and ^table.select(1) didn't works because of
11622: awaiting junction-param only. fixed.
11623:
11624: 2007-05-24 misha
11625:
11626: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11627: with 0.5 secs interval
11628:
11629: * src/classes/op.C: - cache was rewrited. I hope it works with
11630: locking system now on unix
11631:
11632: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11633: system locks which wait till other threads release it but try get
11634: lock, if fail wait 1 sec and make 10 attempts.
11635:
11636: * src/include/pa_os.h: - consts for blocking locks + some comments
11637: were added
11638:
11639: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11640: opening files
11641:
11642: * src/classes/table.C: - changes in includes. if unclude <sstream>
11643: after our classes on unix it can't be build
11644:
11645: * src/types/pa_vhashfile.C: - not needed code removed
11646:
11647: 2007-05-23 misha
11648:
11649: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11650: include/pa_common.h: - cosmetic changes
11651:
11652: 2007-05-18 misha
11653:
11654: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11655: often. it's give some speed increasing
11656:
11657: * tests/results/160.processed: - returned time corrected
11658:
11659: * tests/160.html: - time increased because on unix 1 mean nothing
11660: :(
11661:
1.211 moko 11662: * operators.ru.txt, operators.txt: - added info about
11663: ^hash.contain[key]
1.95 moko 11664:
11665: * src/classes/hash.C: - added ^hash.contain[key]
11666:
11667: * src/include/pa_hash.h: - added method for checking key exists in
11668: hash
11669:
11670: 2007-05-07 misha
11671:
11672: * src/include/pa_string.h: - was compilation error during build on
11673: freebsd4
11674:
11675: 2007-05-03 misha
11676:
11677: * src/classes/table.C: - option $.type[hash|string|table] was added
11678: for ^table.hash[]
11679:
11680: * src/classes/file.C: - comment removed
11681:
11682: 2007-04-26 misha
11683:
11684: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11685: real files doesn't opened in place anymore
11686:
11687: 2007-04-24 misha
11688:
11689: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11690:
11691: * src/include/pa_exception.h: "static" removed
11692:
11693: 2007-04-23 misha
11694:
11695: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11696:
11697: * src/classes/math.C: added: - ^math:ln(N) (the same as
11698: ^math:log(N)) - ^math:lg(N)
11699:
11700: * tests/: 097.html, results/097.processed: - charsets converstion
11701: during ^file::load[text;http://...] added
11702:
11703: * tests/: 164.html, results/164.processed: - check for set expires
11704: as a date
11705:
11706: * tests/: 164.html, results/164.processed: - test for hashfile
11707:
11708: * src/classes/hashfile.C: - little comment changes
11709:
11710: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11711: access
11712:
11713: * src/: classes/date.C, classes/double.C, classes/file.C,
11714: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11715: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11716: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11717: classes/xnode.h, include/pa_request.h, main/execute.C,
11718: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11719: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11720: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11721: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11722: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11723: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11724: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11725: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11726: "parser.runtime" strings were removed
11727:
11728: * src/classes/hashfile.C: - with .clear[] called files_delete()
11729: now.
11730:
11731: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11732:
11733: * src/include/pa_exception.h: - string constant with
11734: "parser.runtime" text was added
11735:
11736: 2007-04-20 misha
11737:
1.211 moko 11738: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11739:
1.211 moko 11740: * operators.ru.txt, operators.txt: - added info about
11741: .^hashfile.release[], ^hashfile.clenaup[] and new
11742: ^string.match[][>N-option<]
1.95 moko 11743:
11744: * configure: =cheching for unsetenv
11745:
11746: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11747: ^hashfile.release[] were added
11748:
11749: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11750: ^string.match[][] understand new option now: return number of
11751: matches but not table wit results
11752:
11753: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11754: reopen now
11755:
11756: * src/classes/op.C: - bug. must be false
11757:
11758: * configure.in: - checking for unsetenv was added
11759:
11760: * src/types/pa_vform.C: - some comments
11761:
11762: 2007-04-18 misha
11763:
11764: * buildall-with-xml: moving to libxml2-2.6.28
11765:
11766: * buildall-with-xml, buildall-without-xml: added commented lines
11767: with --disable-safe-mode option
11768:
1.211 moko 11769: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11770:
11771: 2007-04-17 misha
11772:
11773: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11774: $form:files was added
11775:
11776: * tests/: 163.html, results/163.processed: removing auto format
11777:
11778: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11779:
11780: 2007-04-16 misha
11781:
11782: * tests/: 163.html, results/163.processed: - test for .int[],
11783: floor, round, ceiling and .format[]
11784:
11785: * src/classes/file.C: - little optimization for getting args in
11786: exec/cgi
11787:
11788: 2007-04-13 misha
11789:
11790: * src/classes/file.C: - arguments for file::exec/cgi can be
11791: specified now as s table with one column
11792:
11793: 2007-03-27 misha
11794:
11795: * tests/: 162.html, results/162.processed: - test for
11796: ^table.select(^condition[$t])
11797:
11798: * tests/results/auto.p: - load windows-1251 charset for some tests
11799:
11800: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11801:
11802: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11803: 161_windows1251.txt: - added test for
11804: ^file::load[text;/local/file.txt;$.charset[...]]
11805:
11806: * tests/: results/013.processed, 013.html: - added test for
11807: checking $._default value while hash modifications
11808:
11809: * tests/: 160.html, results/160.processed: - add test for
11810: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11811:
11812: 2007-03-22 misha
11813:
11814: * src/include/pa_common.h: - "charset" string defined for
11815: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11816:
11817: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11818: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11819: added - not needed transcodes were removed from
11820: ^file::load[...;http://...]
11821:
11822: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11823: added
11824:
11825: * src/classes/date.C: - date.week was fixed
11826:
1.211 moko 11827: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11828:
11829: * tests/: 159.html, results/159.processed: - tests for date.week
11830: and date.weekyear added
11831:
11832: 2007-03-15 misha
11833:
11834: * src/classes/table.C: - enclose column numbers for nameless tables
11835: as well
11836:
11837: 2007-03-14 misha
11838:
11839: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11840:
11841: * src/classes/table.C: - table.save optimization: now required much
11842: less memory
11843:
11844: 2007-03-13 misha
11845:
11846: * tests/results/: 158.processed, 158.processes: - tests for
11847: table.save/table.load
11848:
11849: * tests/: 158.html, results/158.processes: - tests for
11850: table.save/table.load
11851:
11852: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11853:
11854: * buildall-with-xml: - pattern needed now for building
11855:
11856: * tests/results/097.processed: - added test results for xdoc::load
11857: & xdoc::load[http://...]
11858:
11859: * tests/097.html: - added test for xdoc::load
11860:
11861: 2007-03-12 misha
11862:
11863: * tests/: 107.html, results/107.processed: - added test for xpath
11864: '//man'
11865:
11866: 2007-03-01 misha
11867:
11868: * tests/: 097.html, results/097.processed: - added test for
11869: creating xdoc from file
11870:
11871: * tests/: results/157.processed, 157.html: - added test for
11872: file:move
11873:
11874: 2007-02-28 misha
11875:
11876: * src/classes/xdoc.C: - another attempt
11877:
11878: * src/classes/xdoc.C: - roll back last changes for a while
11879:
1.211 moko 11880: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11881: ^xdoc::create[$file] added.
1.95 moko 11882:
11883: * src/classes/file.C: - under lock we create non-exist dir anyway
11884:
11885: * tests/results/099.processed: - ever send content-disposition to
11886: client with file
11887:
11888: * tests/157.html: + test for file:copy
11889:
11890: 2007-02-26 misha
11891:
11892: * src/classes/file.C: - some similar strings moved to #define
11893: instead of to be copy/pasted many times
11894:
11895: * src/types/pa_vfile.h: - class name string ("file") moved to
11896: #define
11897:
11898: 2007-02-20 misha
11899:
11900: * configure.in: - added some strings for sqlite detection
11901:
11902: 2007-02-19 misha
11903:
1.211 moko 11904: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11905:
11906: * buildall-with-xml, buildall-without-xml: - some modifications
11907:
11908: 2007-02-17 misha
11909:
11910: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11911:
11912: * src/main/pa_request.C: - damn, i forgot to commit it while I
11913: change console behaviour
11914:
11915: 2007-02-12 misha
11916:
11917: * src/targets/cgi/parser3.C: - don't print headers if
11918: $console:line[data] was used during cgi execution.
11919:
11920: * src/types/pa_vconsole.h: - console class have bool flag now which
11921: marked as 'true' if class was used.
11922:
11923: * tests/: 152.html, results/152.processed: - more types was added
11924: to test 152
11925:
11926: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11927: adding 'bool' (^if($image){} caused exception)
11928:
11929: 2007-02-09 misha
11930:
11931: * tests/: 152.html, results/152.processed: - test alightly updated
11932:
11933: * tests/: 152.html, results/152.processed: - test rewrited
11934:
11935: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11936: bugfix. I broke xdoc & xnode in expression
11937:
11938: 2007-02-08 misha
11939:
11940: * tests/: 152.html, results/152.processed: - add test for checking
11941: 'def' for void, string, bool, int & double
11942:
11943: 2007-02-07 misha
11944:
1.211 moko 11945: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11946: added
1.95 moko 11947:
11948: * tests/results/153.processed: - result test for
11949: ^file:base64[filespec] was updated
11950:
11951: * tests/153.html: - test for ^file:base64[filespec] was added
11952:
11953: * src/types/pa_vconsole.h: - little optimization
11954:
11955: * src/classes/file.C: - ^file:base64[filespec]
11956:
11957: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11958:
11959: * src/include/pa_common.h: - declarations for
11960: ^file:base64[filespec]
11961:
11962: * src/types/pa_vcookie.C: - little optimization
11963:
11964: 2007-02-06 misha
11965:
11966: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11967: were temporary commented
11968:
11969: * src/types/pa_vbool.h: - bugfix
11970:
11971: * tests/156.html: - added test for bool cookie
11972:
11973: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11974:
11975: * tests/: 155.html, results/155.processed: - added test for check
11976: $.encloser[] option for table save/load
11977:
11978: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11979:
11980: 2007-02-05 misha
11981:
11982: * tests/results/152.processed: - newline at the end was missed
11983:
11984: * tests/results/141.processed: - math:md5 must be lowercased
11985:
11986: * src/targets/cgi/parser3.C: - 2007 in help ;)
11987:
11988: 2007-02-03 misha
11989:
11990: * tests/results/: 150.processed, 151.processed, 152.processed: -
11991: test for bool added and some content length fixes
11992:
11993: * tests/152.html: - test for bool added
11994:
11995: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11996:
1.211 moko 11997: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11998:
1.116 moko 11999: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12000: classes/classes.vcproj, classes/double.C, classes/int.C,
12001: classes/string.C, classes/void.C, classes/xnode.C,
12002: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12003: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12004: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12005: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12006: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12007: types/types.vcproj: - bool class was added
12008:
12009: * src/main/pa_request.C: - fix
12010:
12011: 2007-01-18 misha
12012:
12013: * src/: main/pa_string.C, classes/string.C: - return table during
12014: ^string.match[][] even if no matched found.
12015:
12016: 2006-12-20 misha
12017:
12018: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12019: http://www.parser.ru/forum/?id=55598 ]
12020:
12021: 2006-12-19 misha
12022:
12023: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12024: details: http://www.parser.ru/forum/?id=52359
12025:
12026: * src/main/pa_request.C: - always set content-disposition for
12027: $response:body[hash here]. more details:
12028: http://www.parser.ru/forum/?id=52130
12029:
12030: 2006-12-07 misha
12031:
1.211 moko 12032: * operators.ru.txt, operators.txt: - added info about bool params
12033: in cookie set
1.95 moko 12034:
12035: * src/types/pa_vcookie.C: - bool param in cookies available now
12036: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12037: ]
12038:
12039: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12040: was added
12041:
12042: 2006-12-02 misha
12043:
12044: * src/classes/file.C: - file_block_read used instead of native read
12045:
12046: * src/main/pa_common.C: - added file_block_read with read error
12047: detection - file_block_read used instead of native read
12048:
12049: * src/include/pa_common.h: - added file_block_read declaration
12050:
12051: 2006-12-01 misha
12052:
1.211 moko 12053: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12054: added
1.95 moko 12055:
12056: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12057: $var.CLASS_NAME added
12058:
1.211 moko 12059: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12060:
12061: * src/classes/file.C: - ^file:copy[from;fo] was added
12062:
12063: 2006-11-20 misha
12064:
12065: * src/classes/date.C: - bug fix :)
12066:
12067: 2006-11-17 misha
12068:
12069: * src/include/pa_common.h: - array in crc32 calculation was changed
12070: to static
12071:
12072: * src/main/pa_common.C: - little optimization in getMonthDays -
12073: small changes in crc32 calculation
12074:
12075: * src/classes/date.C: - not needed code was removed
12076:
12077: 2006-11-16 misha
12078:
12079: * src/types/pa_vmail.C: - fix missed brakes
12080:
12081: * src/types/pa_vmail.C: - mail:send now set content-type:
12082: multipart/related instead of multipart/mixed if file have
12083: $.content-id[]
12084:
12085: 2006-11-15 misha
12086:
12087: * src/types/pa_vdouble.h: abs -> fabs
12088:
12089: 2006-11-14 misha
12090:
1.211 moko 12091: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12092: and ^file:md5[file-name]
1.95 moko 12093:
12094: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12095: added
12096:
12097: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12098: FILE_BUFFER_SIZE
12099:
12100: * src/classes/math.C: - hex_string was moved to pa_common.h
12101:
12102: * src/include/pa_common.h: - hex_string was moved from math.C -
12103: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12104:
12105: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12106: values was fixed
12107:
12108: 2006-11-13 misha
12109:
1.211 moko 12110: * operators.ru.txt, operators.txt: - added info about
12111: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12112:
12113: * src/classes/math.C: - added ^math:crc32[string]
12114:
12115: * src/classes/file.C: - some comments were changed - added
12116: ^file:crc32[file-name] and ^file.crc32[]
12117:
12118: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12119: crc32 calculation added
12120:
12121: 2006-11-03 misha
12122:
12123: * src/include/pa_array.h: - not needed variable removed
12124:
12125: * tests/: 150.html, 151.html, results/150.processed,
12126: results/151.processed: - 2 tests were added
12127:
12128: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12129: with $.reverse(1) were fixed
12130:
12131: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12132: query converted to $.charset during ^file::load[http://...]
12133:
12134: 2006-11-02 misha
12135:
12136: * src/include/pa_table.h: ups. forget '=' char
12137:
12138: * src/include/pa_table.h: - one more fix in
12139: .locate[...][$.reverse(1)]
12140:
12141: 2006-11-01 misha
12142:
12143: * src/classes/math.C: - bug fix, details:
12144: http://www.parser.ru/forum/?id=53360
12145:
12146: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12147: false for all records )[$.reverse(1)]
12148:
12149: * src/main/pa_http.C: - second param for this mid method is length
12150: but not end_index so this method has error and can't detect
12151: charsets in next content-types: Content-type: text/html;
12152: charset="windows-1251" Content-type: text/html;
12153: charset="windows-1251"; Content-type: text/html;
12154: charset=windows-1251;
12155:
12156: only Content-type: text/html; charset=windows-1251 was fine
12157:
12158: 2006-10-31 misha
12159:
12160: * src/classes/file.C: - empty args in file::exec removed now
12161:
12162: 2006-09-03 paf
12163:
12164: * src/classes/file.C: proper tainting of
12165: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12166:
12167: 2006-06-09 paf
12168:
12169: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12170:
12171: * src/classes/table.C: formatting
12172:
12173: * src/classes/table.C: incorporated patch from misha: Sent:
12174: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12175: ignoring string options for ^table.save[]
12176:
12177: * src/classes/hash.C: incorporated patch from misha Sent:
12178: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12179: $hash._default disappear while
12180:
1.211 moko 12181: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12182: $.value[file] $.format[!uue|!base64] << new base64 option.
12183: default uue ] ]
1.95 moko 12184:
12185: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12186: PM Subject: patch for base64 in ^mail:send[] %-)
12187:
12188: 2006-04-09 paf
12189:
12190: * src/main/compile.tab.C: ` change compiled
12191:
1.211 moko 12192: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12193: src/classes/classes.vcproj, src/classes/file.C,
12194: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12195: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12196: src/classes/xnode.C, src/include/pa_array.h,
12197: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12198: src/include/pa_memory.h, src/include/pa_request.h,
12199: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12200: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12201: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12202: src/lib/pcre/pcre_dftables.vcproj,
12203: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12204: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12205: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12206: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12207: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12208: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12209: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12210: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12211: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12212: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12213: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12214: src/types/pa_value.h, src/types/pa_vcookie.C,
12215: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12216: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12217: src/types/pa_vstatus.C, src/types/types.vcproj,
12218: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12219: ^menu, ^hash/hashfile.foreach
12220:
12221: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12222: src/classes/file.C, src/classes/hash.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_vmail.C, src/types/pa_vresponse.C,
12244: src/types/pa_vstatus.C, src/types/types.vcproj,
12245: tests/descript.ion: ! switched to VS2005 (projects and
12246: object<info explicitly typed>.for_each(, info)) +
12247: $response:field[] setting void means removing + grammar $name`
12248: name stops now, for mysql `$field` + started ^break[]
12249: ^continue[], in ^for. TODO: to other iterators (while, menu,
12250: foreach) + all log messages += [uri=, method=, cl=]
12251:
12252: * buildall-with-xml: merged . ftp paths update
12253:
12254: * buildall-with-xml: . ftp paths update
12255:
12256: 2006-03-04 paf
12257:
12258: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12259: checks++ [thanks to Igor Zinkovsky for detailed report]
12260:
12261: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12262: Igor Zinkovsky for detailed report]
12263:
12264: 2006-03-01 paf
12265:
12266: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12267: \n to ' ' in
12268:
12269: 2006-02-18 paf
12270:
12271: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12272: \n to ' ' in
12273:
12274: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12275:
12276: 2006-02-03 paf
12277:
12278: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12279: base64
12280:
12281: * src/main/pa_common.C: ! bugfix: decoding from base64
12282:
12283: 2006-01-20 paf
12284:
12285: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12286: economy fix
12287:
12288: * src/classes/: table.C: merged from HEAD ! bugfix
12289: ^table.save[$.encloser-s now handled properly
12290:
12291: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12292: handled properly
12293:
12294: 2006-01-19 paf
12295:
12296: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12297: libgc:USE_MUNMAP activates merging of free memory blocks which
12298: helps a lot in our case: after transform we want
12299: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12300:
12301: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12302: economy fix
12303:
12304: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12305: activates merging of free memory blocks which helps a lot in our
12306: case: after transform we want CORD(main.result)->cstr[big
12307: malloc]->transcode[big malloc]
12308:
12309: 2006-01-17 paf
12310:
12311: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12312: before reading them. got rid of reallocs = became quicker and
12313: less fragmentated
12314:
12315: 2005-12-29 paf
12316:
1.116 moko 12317: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12318: configure, configure.in, src/include/pa_version.h,
12319: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12320: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12321: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12322: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12323: src/lib/ltdl/missing: . merged from 3.2.1
12324:
1.116 moko 12325: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12326: packaged when 'make dist', so do configure companion files in
12327: src/lib/ltdl
12328:
12329: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12330: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12331: missing: . now config_auto.h is created with configure [were
12332: constant]
1.95 moko 12333:
12334: * INSTALL: . references to documentation and some clarification
12335:
12336: * buildall-with-xml, buildall-without-xml: . farawell doc
12337: indication
12338:
1.116 moko 12339: * Makefile.am: . dist+=buildall*
1.95 moko 12340:
12341: 2005-12-28 paf
12342:
12343: * configure: . 3.2.1
12344:
12345: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12346: simplify build process, see INSTALL
12347:
12348: 2005-12-26 paf
12349:
12350: * configure: ver
12351:
12352: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12353: version
12354:
12355: 2005-12-21 paf
12356:
12357: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12358: compiled with bison 1.875b, it reports unexpected token names
12359:
12360: 2005-12-19 paf
12361:
12362: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12363: holds a link to xmlNode to prevent premature gc(xmlNode)
12364:
12365: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12366: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12367: src/main/main.vcproj, src/main/pa_globals.C,
12368: src/targets/cgi/parser3.vcproj,
12369: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12370: configure, configure.in, src/include/pa_version.h: . killing
12371: gdome [what a relief]
12372:
12373: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12374: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12375: run_parser.sh, results/001.processed, results/002.processed,
12376: results/003.processed, results/004.processed,
12377: results/005.processed, results/006.processed,
12378: results/008.processed, results/009.processed,
12379: results/010.processed, results/011.processed,
12380: results/012.processed, results/013.processed,
12381: results/014.processed, results/015.processed,
12382: results/016.processed, results/017.processed,
12383: results/018.processed, results/020.processed,
12384: results/021.processed, results/022.processed,
12385: results/023.processed, results/024.processed,
12386: results/025.processed, results/026.processed,
12387: results/027.processed, results/028.processed,
12388: results/029.processed, results/030.processed,
12389: results/031.processed, results/032.processed,
12390: results/033.processed, results/034.processed,
12391: results/035.processed, results/036.processed,
12392: results/037.processed, results/038.processed,
12393: results/039.processed, results/040.processed,
12394: results/041.processed, results/042.processed,
12395: results/043.processed, results/044.processed,
12396: results/045.processed, results/046.processed,
12397: results/047.processed, results/048.processed,
12398: results/049.processed, results/050.processed,
12399: results/051.processed, results/052.processed,
12400: results/053.processed, results/054.processed,
12401: results/055.processed, results/056.processed,
12402: results/057.processed, results/058.processed,
12403: results/059.processed, results/060.processed,
12404: results/061.processed, results/062.processed,
12405: results/063.processed, results/064.processed,
12406: results/065.processed, results/066.processed,
12407: results/067.processed, results/068.processed,
12408: results/069.processed, results/070.processed,
12409: results/071.processed, results/072.processed,
12410: results/073.processed, results/074.processed,
12411: results/075.processed, results/076.processed,
12412: results/077.processed, results/078.processed,
12413: results/079.processed, results/080.processed,
12414: results/081.processed, results/082.processed,
12415: results/083.processed, results/084.processed,
12416: results/085.processed, results/086.processed,
12417: results/087.processed, results/088.processed,
12418: results/089.processed, results/090.processed,
12419: results/091.processed, results/092.processed,
12420: results/093.processed, results/094.processed,
12421: results/095.processed, results/096.processed,
12422: results/097.processed, results/099.processed,
12423: results/100.processed, results/101.processed,
12424: results/102.processed, results/104.processed,
12425: results/105.processed, results/106.processed,
12426: results/107.processed, results/108.processed,
12427: results/109.processed, results/110.processed,
12428: results/111.processed, results/112.processed,
12429: results/113.processed, results/114.processed,
12430: results/115.processed, results/117.processed,
12431: results/119.processed, results/120.processed,
12432: results/121.processed, results/122.processed,
12433: results/123.processed, results/124.processed,
12434: results/125.processed, results/126.processed,
12435: results/127.processed, results/128.processed,
12436: results/129.processed, results/130.processed,
12437: results/131.processed, results/132.processed,
12438: results/133.processed, results/134.processed,
12439: results/135.processed, results/136.processed,
12440: results/138.processed, results/139.processed,
12441: results/140.processed, results/141.processed,
12442: results/142.processed, results/143.processed,
12443: results/144.processed, results/145.processed,
12444: results/146.processed, results/147.processed,
12445: results/148.processed, results/149.processed, results/auto.p: .
12446: now works if we turn off default auto.p
12447:
1.116 moko 12448: * configure: . makes
1.95 moko 12449:
12450: * src/types/pa_vxnode.C: . less warnings
12451:
12452: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12453: tests/145.html, tests/149.html, tests/descript.ion,
12454: tests/outputs/d.cmd, tests/results/142.processed,
12455: tests/results/143.processed, tests/results/144.processed,
12456: tests/results/145.processed, tests/results/146.processed,
12457: tests/results/147.processed, tests/results/148.processed,
12458: tests/results/149.processed: . removed .nodeValue from all node
12459: types other than 5 (grabbed piece from gdome)
12460:
12461: * tests/: 137.html, results/137.processed: . not handled this case
12462: yet. code does not hang from inserting parent into child,
12463: considering thing minor issue -- nodes are removed from source
12464: anyway, don't know why shold that be an error after all
12465:
12466: * src/targets/cgi/parser3.C: . style
12467:
12468: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12469: xdoc too [were barking "not element"]
12470:
12471: 2005-12-16 paf
12472:
12473: * tests/: 146.html, 147.html, 148.html: . more tests
12474:
12475: * src/classes/xnode.C: . also bark on possible errors
12476:
12477: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12478: props
12479:
12480: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12481: main/compile.y: merged from HEAD ! fixed overoptimized
12482: ^call(false) case. (confused it with ^call[] case)
12483:
12484: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12485: ^call(false) case. (confused it with ^call[] case)
12486:
12487: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12488:
12489: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12490: results/001.processed, results/002.processed,
12491: results/003.processed, results/004.processed,
12492: results/005.processed, results/006.processed,
12493: results/008.processed, results/009.processed,
12494: results/010.processed, results/011.processed,
12495: results/012.processed, results/013.processed,
12496: results/014.processed, results/015.processed,
12497: results/016.processed, results/017.processed,
12498: results/018.processed, results/019.processed,
12499: results/020.processed, results/021.processed,
12500: results/022.processed, results/023.processed,
12501: results/024.processed, results/025.processed,
12502: results/026.processed, results/027.processed,
12503: results/028.processed, results/029.processed,
12504: results/030.processed, results/031.processed,
12505: results/032.processed, results/033.processed,
12506: results/034.processed, results/035.processed,
12507: results/036.processed, results/037.processed,
12508: results/038.processed, results/039.processed,
12509: results/040.processed, results/041.processed,
12510: results/042.processed, results/043.processed,
12511: results/044.processed, results/045.processed,
12512: results/046.processed, results/047.processed,
12513: results/048.processed, results/049.processed,
12514: results/050.processed, results/051.processed,
12515: results/052.processed, results/053.processed,
12516: results/054.processed, results/055.processed,
12517: results/056.processed, results/057.processed,
12518: results/058.processed, results/059.processed,
12519: results/060.processed, results/061.processed,
12520: results/062.processed, results/063.processed,
12521: results/064.processed, results/065.processed,
12522: results/066.processed, results/067.processed,
12523: results/068.processed, results/069.processed,
12524: results/070.processed, results/071.processed,
12525: results/072.processed, results/073.processed,
12526: results/074.processed, results/075.processed,
12527: results/076.processed, results/077.processed,
12528: results/078.processed, results/079.processed,
12529: results/080.processed, results/081.processed,
12530: results/082.processed, results/083.processed,
12531: results/084.processed, results/085.processed,
12532: results/086.processed, results/087.processed,
12533: results/088.processed, results/089.processed,
12534: results/090.processed, results/091.processed,
12535: results/092.processed, results/093.processed,
12536: results/094.processed, results/095.processed,
12537: results/096.processed, results/097.processed,
12538: results/099.processed, results/101.processed,
12539: results/102.processed, results/104.processed,
12540: results/105.processed, results/106.processed,
12541: results/107.processed, results/108.processed,
12542: results/109.processed, results/110.processed,
12543: results/111.processed, results/112.processed,
12544: results/113.processed, results/114.processed,
12545: results/115.processed, results/116.processed,
12546: results/117.processed, results/118.processed,
12547: results/119.processed, results/120.processed,
12548: results/121.processed, results/122.processed,
12549: results/123.processed, results/124.processed,
12550: results/125.processed, results/126.processed,
12551: results/127.processed, results/128.processed,
12552: results/129.processed, results/130.processed,
12553: results/131.processed, results/132.processed,
12554: results/133.processed, results/134.processed,
12555: results/135.processed, results/136.processed,
12556: results/137.processed, results/138.processed,
12557: results/139.processed, results/140.processed,
12558: results/141.processed: . refreshed old tests, made them work
12559: without auto.p (in utf8) . things noted: . gif got encoded
12560: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12561: some strange year)
12562:
12563: * INSTALL: . revived linux libgc fix
12564:
12565: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12566: glib/gdome in INSTALL and patches]
12567:
12568: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12569: include/pa_charset.h, include/pa_config_includes.h,
12570: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12571: include/pa_xml_exception.h, lib/cord/Makefile.am,
12572: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12573: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12574: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12575: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12576: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12577: types/pa_vxnode.h: . started killing gdome
12578:
12579: 2005-12-13 paf
12580:
12581: * src/main/: pa_request.C: merged from HEAD ! when code in
12582: @unhandled_exception thrown another exception, print correct
12583: origin (earlier code in catch of exception inside of
12584: @unhandled_exception grabbed parent_frame(original_exception)
12585: origin and printed it, instead of true origin)
12586:
12587: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12588: another exception, print correct origin (earlier code in catch of
12589: exception inside of @unhandled_exception grabbed
12590: parent_frame(original_exception) origin and printed it, instead
12591: of true origin)
12592:
12593: 2005-12-09 paf
12594:
12595: * INSTALL: . updated INSTALL doc to work around linux stack base
12596: detection problem, due to change in gc6.4 code
12597:
12598: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12599: ignored in ^string.matched :(
12600:
12601: * src/main/pa_string.C: ! regex tainting were ignored in
12602: ^string.matched :(
12603:
12604: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12605: src/include/pa_config_fixed.h, src/include/pa_version.h,
12606: src/main/compile.y, src/main/compile_tools.h,
12607: src/main/pa_charset.C, src/main/pa_common.C,
12608: src/main/pa_globals.C, src/main/pa_string.C,
12609: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12610: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12611:
12612: 2005-12-08 paf
12613:
12614: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12615: 500 chars now handled OK [were wrapped on 500th char according to
12616: rfc, but sendmail failed to unwrap it properly]
12617:
12618: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12619: handled OK [were wrapped on 500th char according to rfc, but
12620: sendmail failed to unwrap it properly]
12621:
12622: * src/targets/isapi/parser3isapi.C: . less warnings
12623:
12624: * src/targets/isapi/parser3isapi.C: . undone some strange change
12625: since 3.1.5
12626:
12627: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12628: link fixes
12629:
12630: * src/: classes/date.C, include/pa_config_fixed.h,
12631: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12632: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12633: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12634:
12635: * src/include/pa_config_fixed.h: . removed outdated string origins
12636: [in current storage scheme there's no place for them. someday we
12637: can add third CORD to store origins and special version of parser
12638: which stores origins there [separate binary]]
12639:
12640: 2005-12-07 paf
12641:
12642: * src/targets/isapi/parser3isapi.C: . now links in release mode
12643:
12644: * src/include/pa_version.h: makefiles
12645:
12646: * src/include/pa_version.h: . not beta
12647:
12648: * configure, configure.in, src/include/pa_version.h: not beta
12649:
12650: 2005-12-06 paf
12651:
12652: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12653: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12654: decided to undo the change ^call[$void] passes void. now it will
12655: pass empty string again.
12656:
12657: * src/main/: compile.tab.C, compile.y: . version readded
12658:
12659: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12660: = ^switch[void] problem
12661:
12662: 2005-12-01 paf
12663:
12664: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12665: caused ^case[string] to be coerced to double since searching
12666: value were not string (it was vvoid)
12667:
12668: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12669: ^case[string] to be coerced to double since searching value were
12670: not string (it was vvoid)
12671:
12672: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12673: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12674:
12675: 2005-11-30 paf
12676:
12677: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12678: win32 must putenv("TZ="), on unix works only putenv("TZ")
12679:
12680: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12681: putenv("TZ="), on unix works only putenv("TZ")
12682:
12683: * INSTALL: . xml libs versions updated
12684:
12685: * src/main/pa_globals.C: //20051130 trying to remove this, author
12686: claims that fixed a lot there // 20040920 for now both
12687: workarounds needed. wait for new libxml/xsl versions
12688:
12689: 2005-11-28 paf
12690:
12691: * src/classes/table.C: merged from HEAD: ! nameless table has
12692: columns==0
12693:
12694: * src/classes/table.C: ! nameless table has columns==0
12695:
12696: * src/main/pa_http.C: merged from HEAD: ! status line check made
12697: earlier [was totally wrong]
12698:
12699: * src/main/pa_http.C: ! status line check made earlier [was totally
12700: wrong]
12701:
12702: 2005-11-25 paf
12703:
12704: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12705: undoing for now...
12706:
12707: * src/include/pa_version.h: -this reduces speed(table::load),
12708: strange. undoing
12709:
12710: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12711:
12712: * src/classes/op.C: + ^while(){}[SEPARATOR]
12713:
12714: * src/include/pa_array.h: + optimistics added: all arrays (table
12715: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12716: this speeds things up and saves memory a LOT! (not noticed
12717: negative effect on syntetic tests, future will tell...)
12718:
12719: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12720: changed gc_malloc implementation, which obscured profiling
12721:
12722: * src/classes/table.C: merged from HEAD: + optimized
12723: table::load/sql, now row ArrayString-s allocated with
12724: columns.count() elements and don't always grow from
12725: count=3[realloc,realloc]
12726:
12727: * src/classes/table.C: + optimized table::load/sql, now row
12728: ArrayString-s allocated with columns.count() elements and don't
12729: always grow from count=3[realloc,realloc]
12730:
12731: * src/classes/table.C: merged from HEAD: . ^table.save unused
12732: buffer after save
12733:
12734: * src/classes/table.C: . ^table.save unused buffer after save
12735:
12736: 2005-11-24 paf
12737:
12738: * configure.in: . merged glib2-config patch
12739:
12740: * configure.in: + trying to find glib2-config
12741:
12742: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12743: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12744: file/dir_readable to simple file/dir_exist, this would help in
12745: situations "class not found because .p file has bad rights" << in
12746: that case error would be explicit "access denied to 'this' file"
12747:
1.116 moko 12748: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12749:
12750: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12751: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12752: to simple file/dir_exist, this would help in situations "class
12753: not found because .p file has bad rights" << in that case error
12754: would be explicit "access denied to 'this' file"
12755:
12756: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12757: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12758: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12759: ^file::exec/cgi[script;$.charset[changed]
12760: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12761: encoded in $.charset charset
12762:
12763: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12764: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12765: encoded in $.charset charset
12766:
12767: * src/: include/Makefile.am, include/pa_common.h,
12768: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12769: main/pa_common.C, main/pa_http.C: . extracted http:// into
12770: separate file [preparation for
12771: ^file::cgi[script;$.form[$.field1[]
12772:
12773: 2005-11-22 paf
12774:
12775: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12776:
12777: * acinclude.m4, configure.in: . merged underquting fixes
12778:
1.116 moko 12779: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12780:
12781: * src/classes/op.C: . overmerged a little
12782:
12783: * src/main/compile.tab.C: Makefile
12784:
12785: * src/main/: pa_common.C: . less gcc warnings
12786:
12787: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12788: now reports original exception if we have no old cache
12789:
12790: * src/classes/op.C: + $exception.handled[cache] now reports
12791: original exception if we have no old cache
12792:
12793: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12794: from HEAD: + ^taint/untaint[regex] << escapes these:
12795: \^$.[]|()?*+{}
12796:
12797: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12798: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12799:
12800: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12801: getenv-ed variable, which does not work both on win32&unix.
12802: copied old TZ value now
12803:
12804: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12805: stored pointer to getenv-ed variable, which does not work both on
12806: win32&unix. copied old TZ value now
12807:
12808: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12809: getenv-ed variable, which does not work both on win32&unix.
12810: copied old TZ value now
12811:
12812: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12813: access to internal hash
12814:
12815: * src/types/pa_vresponse.C: + $response:headers access to internal
12816: hash
12817:
12818: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12819: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12820: isapi] this reduces number of "GC Warning: Repeated allocation of
12821: very large block" messages to only important onces
12822:
12823: * src/targets/isapi/parser3isapi.C: +
12824: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12825: isapi] this reduces number of "GC Warning: Repeated allocation of
12826: very large block" messages to only important onces
12827:
12828: * src/classes/string.C: merged from HEAD: + removed limitation on
12829: ^string/int/double:sql{}[$.default[({param style})] ]
12830:
12831: * src/classes/string.C: + removed limitation on
12832: ^string/int/double:sql{}[$.default[({param style})] ]
12833:
12834: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12835: with ?params or $.form option" limitation
12836:
12837: * src/main/pa_common.C: + removed "use either uri with ?params or
12838: $.form option" limitation
12839:
12840: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12841: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12842: ^file::base64[encoded] decode
12843:
12844: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12845: main/pa_common.C: + ^file.base64[] encode +
12846: ^file::base64[encoded] decode
12847:
12848: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12849: ^string:base64[encoded] decode
12850:
12851: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12852: ^string:base64[in] encode + ^string.base64[] decode
12853:
12854: 2005-11-21 paf
12855:
12856: * src/classes/file.C: + merged from HEAD:
12857: ^file::create[text;file.xml;^untaint[xml]{data}]
12858:
12859: * src/classes/file.C: +
12860: ^file::create[text;file.xml;^untaint[xml]{data}]
12861:
12862: * src/main/pa_request.C: ! merged: $response:body[file] now
12863: differes from :download, it does not return content-disposition
12864: at all now [previusely it returned valueless content-disposition]
12865:
12866: * src/main/pa_request.C: ! $response:body[file] now differes from
12867: :download, it does not return content-disposition at all now
12868: [previusely it returned valueless content-disposition]
12869:
12870: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12871: literals, reverted to just vvod, recreating empty array with each
12872: void_value token. that's absolutely needed, since that array
12873: grows
12874:
12875: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12876: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12877: types/pa_vmethod_frame.h: + merged: expression literals:
12878: true/false. ^format[$.indent(true)]
12879:
12880: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12881: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12882: types/pa_vmethod_frame.h: + expression literals: true/false.
12883: ^format[$.indent(true)]
12884:
12885: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12886: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12887: i386-pc-win32)"
12888:
12889: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12890: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12891: i386-pc-win32)"
12892:
12893: 2005-11-18 paf
12894:
12895: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12896: null}[$.default(123)] will now return default value
12897:
12898: * src/classes/op.C: + merged ^cache[] << returns current cache
12899: expiration time
12900:
12901: * src/classes/op.C: + ^cache[] << returns current cache expiration
12902: time
12903:
12904: * src/classes/table.C: ! merged ^table::create[not'nameless';
12905: failed << Exception.problem_source pointed to local var!
12906:
12907: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12908: Exception.problem_source pointed to local var!
12909:
12910: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12911: now loads VFile.ptr!=0, so such files can be saved now
12912:
12913: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12914: loads VFile.ptr!=0, so such files can be saved now
12915:
12916: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12917: only . and .. now removed from list [were removed all .*]
12918:
12919: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12920: .. now removed from list [were removed all .*]
12921:
12922: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12923: open error now checked, were not :( [stole that piece from apache
12924: 1.3 sources]
12925:
12926: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12927: checked, were not :( [stole that piece from apache 1.3 sources]
12928:
12929: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12930: untainting of @main result if returned by $result or
12931: $response:body
12932:
12933: * src/main/pa_request.C: ! ensured proper untainting of @main
12934: result if returned by $result or $response:body
12935:
12936: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12937: issue: now tries to guess content-length and allocates one big
12938: piece if possible [regretfully gc_realloc works as malloc+free,
12939: leaving lots of holes behind]
12940:
12941: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12942: fixed file load memory issue: now tries to guess content-length
12943: and allocates one big piece if possible [regretfully gc_realloc
12944: works as malloc+free, leaving lots of holes behind]
12945:
12946: 2005-11-16 paf
12947:
12948: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12949: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12950: table::save with enclosers now doubles them: "->"" !
12951: table::save/load do not remove elements from options hash
12952:
12953: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12954: [were overoptimized ^if(double_literal), compiler confused
12955: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12956:
12957: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12958: [were overoptimized ^if(double_literal), compiler confused
12959: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12960:
12961: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12962: main/pa_common.C: ! table::save with enclosers now doubles them:
12963: "->"" ! table::save/load do not remove elements from options hash
12964:
12965: 2005-11-03 paf
12966:
1.116 moko 12967: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12968: compilation, not all makefiles liked that
1.95 moko 12969:
12970: 2005-08-30 paf
12971:
12972: * src/classes/op.C: merge . speedup check of [DEFAULT]
12973:
12974: * src/classes/op.C: . speedup check of [DEFAULT]
12975:
12976: 2005-08-26 paf
12977:
12978: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12979:
12980: * src/: classes/date.C, types/pa_vdate.h: + date.week
12981:
12982: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12983: complains about bad!=nameless
12984:
12985: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12986: about bad!=nameless
12987:
12988: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12989: optional options were allowed to be empty. were checked
12990: if(is_string), changed to !defined||is_string to allow void
12991:
12992: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12993: classes/string.C, classes/table.C, classes/void.C: ! optional
12994: options were allowed to be empty. were checked if(is_string),
12995: changed to !defined||is_string to allow void
12996:
12997: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12998: as_junction where they needed as_int/double, so failed with
12999: recent "(const) now no junction" optimization
13000:
13001: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13002: merged ! many classes/* used as_junction where they needed
13003: as_int/double, so failed with recent "(const) now no junction"
13004: optimization
13005:
13006: * src/: classes/double.C, classes/int.C, classes/math.C,
13007: classes/op.C, classes/string.C, classes/table.C,
13008: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13009: used as_junction where they needed as_int/double, so failed with
13010: recent "(const) now no junction" optimization
13011:
13012: 2005-08-24 paf
13013:
13014: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13015: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13016: stripped it
13017:
13018: 2005-08-09 paf
13019:
13020: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13021: not cleared
13022:
13023: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13024: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13025: classes/hashfile.C, classes/image.C, classes/int.C,
13026: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13027: classes/response.C, classes/string.C, classes/table.C,
13028: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13029: include/pa_array.h, include/pa_cache_managers.h,
13030: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13031: include/pa_config_fixed.h, include/pa_config_includes.h,
13032: include/pa_dictionary.h, include/pa_dir.h,
13033: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13034: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13035: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13036: include/pa_request_charsets.h, include/pa_request_info.h,
13037: include/pa_sapi.h, include/pa_socks.h,
13038: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13039: include/pa_stack.h, include/pa_string.h,
13040: include/pa_stylesheet_connection.h,
13041: include/pa_stylesheet_manager.h, include/pa_table.h,
13042: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13043: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13044: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13045: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13046: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13047: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13048: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13049: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13050: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13051: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13052: main/pa_sql_driver_manager.C, main/pa_string.C,
13053: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13054: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13055: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13056: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13057: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13058: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13059: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13060: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13061: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13062: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13063: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13064: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13065: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13066: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13067: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13068: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13069: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13070: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13071: types/pa_vresponse.C, types/pa_vresponse.h,
13072: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13073: types/pa_vstateless_object.h, types/pa_vstatus.C,
13074: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13075: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13076: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13077: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13078: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13079:
13080: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13081: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13082: speedup consequent checks in vmethod_frame
13083:
13084: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13085: not cleared
13086:
13087: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13088: params: 50 max (were 10)
13089:
13090: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13091: params: 50 max (were 10)
13092:
13093: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13094: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13095: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13096: empty string) ! simplified (double) speedup consequent checks in
13097: vmethod_frame
13098:
13099: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13100: optimized constants in expressions vstring->vdouble + optimized
13101: ^call(vdouble), no junction creation, no calls later
13102:
13103: 2005-08-08 paf
13104:
13105: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13106: compile_tools.h: merged + optimized constants in expressions
13107: vstring->vdouble + optimized ^call(vdouble), no junction
13108: creation, no calls later
13109:
13110: * src/types/pa_vdouble.h: merged . double values without fractional
13111: part now default printed as %.0f instead of %g
13112:
13113: * src/types/pa_vdouble.h: . double values without fractional part
13114: now default printed as %.0f instead of %g
13115:
13116: * src/classes/hashfile.C: . merged ! second hashfile::open would
13117: cause an exception
13118:
13119: * src/classes/hashfile.C: ! second hashfile::open would cause an
13120: exception
13121:
13122: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13123: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13124: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13125: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13126: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13127: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13128: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13129: types/pa_vresponse.h, types/pa_vstateless_class.C,
13130: types/pa_vstateless_object.h, types/pa_vvoid.h,
13131: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13132: merged VJunction(new Junction) optimization from 3.1.4
13133:
13134: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13135: types/pa_vstateless_class.C: + optimized new VJunction(new
13136: Junction(params)) to new VJunction(params), thousands of mallocs
13137: removed
13138:
13139: 2005-08-05 paf
13140:
13141: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13142: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13143: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13144: creation, no calls later
13145:
13146: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13147: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13148: classes/hashfile.C, classes/image.C, classes/int.C,
13149: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13150: classes/response.C, classes/string.C, classes/table.C,
13151: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13152: include/pa_array.h, include/pa_cache_managers.h,
13153: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13154: include/pa_config_fixed.h, include/pa_config_includes.h,
13155: include/pa_dictionary.h, include/pa_dir.h,
13156: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13157: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13158: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13159: include/pa_request_charsets.h, include/pa_request_info.h,
13160: include/pa_sapi.h, include/pa_socks.h,
13161: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13162: include/pa_stack.h, include/pa_string.h,
13163: include/pa_stylesheet_connection.h,
13164: include/pa_stylesheet_manager.h, include/pa_table.h,
13165: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13166: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13167: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13168: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13169: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13170: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13171: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13172: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13173: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13174: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13175: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13176: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13177: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13178: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13179: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13180: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13181: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13182: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13183: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13184: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13185: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13186: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13187: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13188: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13189: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13190: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13191: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13192: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13193: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13194: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13195: types/pa_vstateless_object.h, types/pa_vstatus.C,
13196: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13197: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13198: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13199: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13200: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13201:
13202: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13203: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13204: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13205: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13206: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13207: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13208: optimized constants in expressions vstring->vdouble
13209:
13210: 2005-07-29 paf
13211:
13212: * src/types/pa_vclass.C: . shaped up error messages a bit
13213:
13214: * src/types/pa_vclass.C: + property getter can now be overridden
13215:
13216: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13217: bug fix: static parent fields were not replaced in case
13218: $derived:field[put] + property setter can now be overridden
13219:
13220: 2005-07-28 paf
13221:
13222: * configure, configure.in, src/classes/classes.h,
13223: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13224: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13225: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13226: src/classes/xnode.h, src/include/pa_hash.h,
13227: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13228: src/types/Makefile.am, src/types/pa_method.h,
13229: src/types/pa_value.h, src/types/pa_vclass.C,
13230: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13231: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13232: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13233: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13234: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13235: src/types/pa_vobject.C, src/types/pa_vobject.h,
13236: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13237: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13238: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13239: src/types/pa_vstateless_class.h,
1.95 moko 13240: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13241: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13242: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13243: dynamic_fields_join
13244:
13245: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13246: classes/xnode.C, include/pa_hash.h, main/execute.C,
13247: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13248: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13249: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13250: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13251: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13252: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13253: types/pa_vresponse.h, types/pa_vstateless_object.h,
13254: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13255: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13256: restored its checks in vobject.put_element->static fields |
13257: dynamic properties
13258:
13259: 2005-07-27 paf
13260:
13261: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13262: is some old code containing @set_name $name
13263:
13264: * src/types/pa_vobject.h: . fixed warning
13265:
13266: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13267: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13268:
13269: * src/: classes/xnode.C, include/pa_hash.h,
13270: types/pa_vstateless_class.C: ! new asserts were all false.
13271: regretfully reverted them all to checks
13272:
13273: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13274: classes/op.C, main/execute.C, types/pa_method.h,
13275: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13276: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13277: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13278: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13279: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13280: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13281: types/pa_vstateless_object.h, types/pa_vvoid.h,
13282: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13283: joined_dynamic_fields: removed unused param from put_method
13284: (returned to 3 params)
13285:
13286: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13287: joined_dynamic_fields: dynamic get/set works with overriding
13288: props [alpha2]
13289:
13290: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13291: works [alfa]
13292:
13293: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13294: classes/op.C, include/pa_hash.h, main/execute.C,
13295: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13296: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13297: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13298: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13299: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13300: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13301: types/pa_vresponse.h, types/pa_vstateless_class.C,
13302: types/pa_vstateless_object.h, types/pa_vvoid.h,
13303: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13304: joined_dynamic_fields: just compiled
13305:
13306: * src/: classes/date.C, classes/file.C, classes/hash.C,
13307: classes/hashfile.C, classes/image.C, classes/table.C,
13308: classes/xdoc.C, classes/xnode.h, main/execute.C,
13309: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13310: types/pa_vstateless_class.h: joined_dynamic_fields: started
13311:
13312: * src/types/pa_vobject.C: . object setters [only started, does not
13313: work yet]
13314:
13315: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13316: object setters [only started, does not work yet]
13317:
13318: 2005-07-26 paf
13319:
13320: * src/: include/pa_request.h, main/execute.C: . properties: set
13321: works [alpha2]. for classes. todo: for objects
13322:
13323: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13324: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13325: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13326: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13327: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13328: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13329: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13330: types/pa_vstateless_object.h, types/pa_vvoid.h,
13331: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13332: properties: set works [alpha1]
13333:
13334: 2005-07-25 paf
13335:
13336: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13337: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13338: properties: started, get works [alpha1, other approach]
13339:
13340: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13341: properties: started, get works [alpha2]
13342:
13343: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13344: pa_vstateless_class.h: . properties: started, get works [alpha]
13345:
13346: 2005-07-15 paf
13347:
13348: * src/: classes/classes.h, classes/op.C, main/execute.C,
13349: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13350: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13351: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13352: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13353: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13354: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13355: types/pa_vresponse.C, types/pa_vresponse.h,
13356: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13357: types/pa_vstateless_object.h, types/pa_vvoid.h,
13358: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13359: types/pa_wwrapper.h, types/types.vcproj: + started property
13360: [getters work but think of changing them too to precaching]
13361:
13362: 2005-07-08 paf
13363:
13364: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13365: gpf
13366:
13367: 2005-06-28 paf
13368:
13369: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13370: in passing empty strings to file::exec/cgi environment
13371:
13372: 2005-06-06 paf
13373:
13374: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13375: ^table:sql ^hash:sql now DO process $.bind option
13376:
13377: 2005-05-24 paf
13378:
13379: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13380: $.limit] now work again [support was broken in 3.1.4]
13381:
13382: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13383: ALL_INTERIOR_POINTERS
13384:
13385: 2005-05-12 paf
13386:
13387: * configure: 3.1.5beta
13388:
13389: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13390:
13391: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13392: $.limit] now work again [support was broken in 3.1.4]
13393:
13394: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13395: line-width [was refusing to fill if line-width >1, thanks to
13396: Seras <seras@pinxit.lt> for repro case
13397:
13398: 2005-04-25 paf
13399:
13400: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13401: correctly
13402:
13403: 2005-04-19 paf
13404:
13405: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13406: in VString violating invariant!!
13407:
13408: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13409: getenv("TZ")==null
13410:
13411: 2005-04-08 paf
13412:
13413: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13414: bugfix: when there is no char in charset one byte produces 6
13415: (ÿ <<max). increased buffer size!
13416:
13417: 2005-03-23 paf
13418:
13419: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13420: ^date.sql-string now takes TZ into account
13421:
13422: 2005-03-16 paf
13423:
13424: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13425: gcc 3.4
13426:
13427: * src/types/pa_vhash.C: . warning about eof eol
13428:
13429: 2005-02-17 paf
13430:
1.211 moko 13431: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13432: ^sleep(double seconds)
1.95 moko 13433:
13434: 2005-02-02 paf
13435:
13436: * src/classes/xnode.C: beauty: removed needless includes
13437:
13438: 2005-01-31 paf
13439:
13440: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13441: $.partNoNumber now alias to $.part1
13442:
13443: * src/types/pa_vmail.C: change: incoming letter part contains
13444: "content-disposition" header with any value? now considering that
13445: part to be "file#" [for text/plain text/html were $.text#
13446: $.html#]
13447:
13448: * INSTALL: updatet to latest working versions available
13449:
13450: 2005-01-20 paf
13451:
13452: * configure.in, src/include/pa_version.h: version
13453:
13454: 2005-01-19 paf
13455:
1.116 moko 13456: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13457: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13458: couple warnings in parser3.C
1.95 moko 13459:
13460: 2004-12-23 paf
13461:
13462: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13463:
13464: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13465: dir to directory of script (when shbang used), not to directory
13466: of its interpreter
13467:
13468: * src/include/pa_version.h: compiled on win32...
13469:
13470: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13471: we need more hspace
13472:
13473: * configure, configure.in, src/include/pa_version.h: configured
13474: host to pa_version. will be displayed everywhere
13475:
13476: * src/main/pa_request.C: new: @unhandled_exception can prevent
13477: exception from being logged by setting $exception.handled(1)
13478:
1.211 moko 13479: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13480: ^file::sql{query}[[options]] options: $.name[file name]
13481: $.content-type[application/what]
13482:
13483: * src/: include/pa_common.h, main/pa_common.C,
13484: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13485: new file
13486:
13487: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13488: bugfix: table->hash now regards _default
13489:
13490: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13491: created by accessing $name_of_method it acquired bad self=closest
13492: methodframe; instead of proper self (current class)
13493:
13494: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13495: hashfile produced bad cord
13496:
13497: 2004-12-10 paf
13498:
13499: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13500: subsequent failures though defined in .h
13501:
13502: * src/main/pa_common.C: comment on volatile
13503:
13504: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13505: alarm function were not used since the beginning due to stupid
13506: error [setsigjmp were not checked in configure.in]
13507:
13508: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13509: unix too
13510:
13511: * src/main/pa_common.C: http: exception status of send/recv errors
13512: change to most probable http.timeout
13513:
13514: * src/main/pa_common.C: win32: http connection $.timeout option now
13515: works [setsockopt on send/receive]
13516:
13517: 2004-12-08 paf
13518:
13519: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13520: cstr-ed knowing mail charset, and untainting uri lang now knows
13521: proper charset
13522:
13523: 2004-11-24 paf
13524:
13525: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13526:
13527: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13528: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13529:
13530: 2004-11-12 paf
13531:
13532: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13533: [since 3.0.4]
13534:
13535: 2004-11-09 paf
13536:
13537: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13538: writes basics to c:\parser3.log
13539:
13540: 2004-10-21 paf
13541:
13542: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13543: tainted strings [were returning clean onces]
13544:
13545: 2004-10-15 paf
13546:
13547: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13548: cycles(i=1; i=2), which was wrong, now does ONE
13549:
13550: 2004-10-12 paf
13551:
13552: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13553:
13554: 2004-10-07 paf
13555:
13556: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13557: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13558: release asserts
13559:
13560: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13561: String.dump() to stdout in detailed form [were String.v() in
13562: short form]
13563:
13564: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13565: \t\r\n as @#| and truncates long char sequences less
13566:
13567: 2004-10-06 paf
13568:
13569: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13570: win32 beauty: socket errors properly decoded
13571:
13572: 2004-10-05 paf
13573:
13574: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13575: request::configure_user/admin done always, even if no
13576: file-to-process useful in @unhandled_exception [say, if they
13577: would want to mail by SMTP something]
13578:
13579: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13580: now performed prior to file loading [and @auto executing] thus
13581: making $cookie:value available in @auto and in
13582: @unhandled_exception when IIS is configured to run interpreter
13583: even if no file exist
13584:
13585: 2004-09-20 paf
13586:
13587: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13588: somewhere where it should have called xmlMalloc and it calls
13589: xmlFree when it should have not called it. inserted two
13590: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13591: xmlFree just ignored. put away a testcase, maybe someday libxml
13592: author would fix all that. until that day: we have SLOW garbage
13593: collecting when many xml objects are alive hint: do
13594: ^memory:compact[] before xdoc::create
13595:
13596: 2004-09-17 paf
13597:
13598: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13599: error from 3.0.8 version]
13600:
13601: 2004-09-14 paf
13602:
13603: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13604: part bugfix: hashfile.foreach iterated only part if hashfile were
13605: modified inside
13606:
13607: 2004-09-13 paf
13608:
13609: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13610: [were as octal]
13611:
13612: * src/types/pa_vhashfile.C: beauty: not reproduced
13613: $hashfile.key[$novalue] bug [reported by motorin], inserted
13614: safety-check
13615:
13616: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13617: [not something obscure from sdbm lib]
13618:
13619: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13620: = strerror now returnes something and we can properly report that
13621: to client
13622:
13623: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13624: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13625:
13626: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13627: [tainted as-is] this helps //[space][newline] to remain as-is and
13628: not be unnecessary optimized away [ruining javascript]
13629:
13630: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13631: [tainted as-is]
13632:
13633: * src/classes/mail.C: bugfix: typo error
13634:
13635: 2004-09-09 paf
13636:
13637: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13638: separators bugfix: loads header with endings \r\n\r\n and \n\n
13639: (bloody yandex.server)
13640:
13641: 2004-09-06 paf
13642:
13643: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13644: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13645: encoded
13646:
13647: 2004-09-01 paf
13648:
13649: * src/types/pa_vmail.C: change: multipart/mixed changed to
13650: multipart/related outlook express have no problems showing
13651: unrelated attachments. todo: someday figure out a way of
13652: multipart/mixed multipart/related text/html
13653: image/xxx application/octet-stream << true attachments
13654:
13655: * src/types/pa_vmail.C: new:
13656: ^mail:send[$.file[$.content-disposition can be overriden new:
13657: empty mail header fields removed from letter
13658:
13659: * src/: classes/mail.C, include/pa_config_fixed.h,
13660: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13661: ^mail:send[ $.file[ $.any[header]
13662:
13663: 2004-08-30 paf
13664:
13665: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13666: warnings
13667:
13668: * src/main/pa_common.C: beauty: do not bother with charset
13669: detection when ^file::load[binary
13670:
13671: 2004-08-27 paf
13672:
13673: * src/main/pa_common.C: hack: for yandex.server http server
13674:
13675: 2004-08-18 paf
13676:
13677: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13678: possibly-chunked response
13679:
13680: 2004-08-17 paf
13681:
13682: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13683: $f.content-type now = that of http response
13684:
13685: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13686: $f.content-type now = that of http response
13687:
13688: 2004-07-30 paf
13689:
13690: * src/: include/pa_request.h, main/pa_request.C,
13691: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13692: win32: system&parser exceptions in release mode reported properly
13693: parser exception in exception handler WERE mistakenly reported as
13694: system exception, without details [in apache & isapi] +some
13695: beauty in exception text
13696:
13697: * src/: include/pa_exception.h, main/pa_request.C,
13698: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13699: release mode reported properly parser exception in exception
13700: handler WERE mistakenly reported as system exception, without
13701: details
13702:
13703: * src/main/execute.C: beauty: simplified system exception handling
13704:
13705: 2004-07-29 paf
13706:
13707: * src/classes/table.C: bugfix:
13708: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13709: were ignored, and \t used unconditionally]
13710:
13711: * src/types/Makefile.am: added vhash.c
13712:
13713: 2004-07-28 paf
13714:
13715: * src/: classes/date.C, classes/image.C, classes/math.C,
13716: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13717: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13718: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13719: failed on russian letters
13720:
13721: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13722: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13723: letters
13724:
13725: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13726: as 'currentDirectory' parameter to CreateProcess
13727:
13728: 2004-07-27 paf
13729:
13730: * src/targets/cgi/parser3.vcproj: beauty: win32:
13731: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13732: from release somewhere [to help searching for unhandled system
13733: exceptions]
13734:
13735: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13736: TZ shift
13737:
13738: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13739: but also in ctor
13740:
13741: 2004-07-26 paf
13742:
1.211 moko 13743: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13744: src/main/pa_common.C, src/main/pa_request.C,
13745: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13746: src/types/types.vcproj: new: $response:body/download[
13747: $.file[name on disk] $.name[of file for user]
13748: $.mdate[date of last-modified. default from directory] ]
13749:
13750: * src/classes/file.C: moving file:send somewhere else..
13751:
13752: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13753: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13754: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13755: $response:download[ $.filename[filename] $.option[] ,, ]
13756:
13757: * src/classes/file.C: beauty: invalid mode thoroughly reported
13758:
13759: 2004-07-21 paf
13760:
13761: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13762: to several lines
13763:
13764: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13765:
13766: note: ms outlook[!express] shows only first 255 characters of
13767: subject
13768:
13769: 2004-07-15 paf
13770:
13771: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13772: off]
13773:
13774: 2004-07-14 paf
13775:
13776: * src/classes/table.C: bugfix: $.bind values now got untainted
13777: according to lang [were: as-is]
13778:
13779: 2004-07-07 paf
13780:
13781: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13782: checked that
13783:
13784: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13785: now untainted according to their languages. were: as-is.
13786: EVERYWHERE
13787:
13788: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13789: environment string now untainted according to their languages.
13790: were: as-is. EVERYWHERE
13791:
13792: * src/main/pa_exec.C: bufix: on unix environment string now
13793: untainted according to their languages. were: as-is. on win32:
13794: ok
13795:
13796: * parser3.vssscc: ...would not go unnoticed
13797:
13798: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13799: fails. in case on input appears nonutf, those bytes will be
13800: printed in %HH form. that can be easily decoded/recovered.
13801:
13802: this form is quite noticable, and hopefully would not go noticed
13803:
13804: 2004-07-06 paf
13805:
13806: * src/main/pa_exec.C: bufix: on unix environment string now
13807: untainted according to their languages. were: as-is. on win32:
13808: ok
13809:
13810: 2004-07-01 paf
13811:
13812: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13813: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13814: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13815: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13816: main/main.vcproj, targets/cgi/parser3.vcproj,
13817: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13818: option: global optimization ON
13819:
13820: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13821: to do xdoc::create{invalid chars} standard disables chars less
13822: then \x20, except tab, cr, lf.
13823:
13824: changed tainting so that those become '!'
13825:
13826: 2004-06-25 paf
13827:
13828: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13829: int on odd address [prev bugfix failed due to superwize
13830: optimizer, which turned memcpy into same 'ld' asm command]
13831:
13832: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13833: int on odd address
13834:
13835: 2004-06-22 paf
13836:
13837: * src/sql/pa_sql_driver.h: note: about possible optimization
13838:
1.211 moko 13839: * operators.ru.txt, operators.txt, src/classes/hash.C,
13840: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13841: src/classes/void.C, src/include/pa_config_includes.h: new:
13842: ^void:sql{call paf(:a)}[ $.bind[
13843: $.a[2] ] ] output variables work. todo:
13844: check in out variables
1.95 moko 13845:
13846: 2004-06-18 paf
13847:
13848: * src/: classes/file.C, classes/hash.C, classes/string.C,
13849: classes/table.C, classes/void.C, include/pa_globals.h,
13850: include/pa_sql_connection.h, main/compile.tab.C,
13851: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13852: $.bind[ $.a[2] ]
13853: ] input variables work. todo:output
13854:
13855: * src/targets/cgi/parser3.C: bugfix: iis specific
13856: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13857: /_bug.html?404;http://hpsv/test/
13858: --------------------------------------------------------------------------------
13859: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13860: --------------------------------------------------------------------------------
13861: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13862:
13863: 2004-06-16 paf
13864:
13865: * src/targets/cgi/parser3.C: new: iis specific
13866: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13867: $request:query
13868: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13869: $form:fields IIS-STATUS="404"
13870: IIS-DOCUMENT="http://server/_bug.html" f="v"
13871:
13872: todo: isapi too
13873:
13874: 2004-05-26 paf
13875:
13876: * src/include/pa_version.h: 3.1.3
13877:
1.211 moko 13878: * operators.ru.txt, operators.txt: beauty: removed outdated level
13879: 'table'
1.95 moko 13880:
13881: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13882:
13883: * src/main/pa_string.C: beauty: removed 3 warnings
13884:
13885: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13886: classes/op.C: beauty: removed outdated level 'table'
13887:
13888: 2004-05-25 paf
13889:
13890: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13891: implementation. mistery: how anything worked
13892:
13893: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13894: changed, it is now safe to use url if pointers to it are stored
13895: to gc mem
13896:
13897: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13898: unknown errors reported and not cause SIGSEGV now
13899:
13900: 2004-05-24 paf
13901:
13902: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13903: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13904: less memory: CORD_chars_block originally intended to ... it was
13905: good that CORD_chars_block were not used: it consumes more memory
13906: [and, might be slow too] undoing that. [and removed that func so
13907: that it would not confuse parser developer in future]
13908:
13909: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13910: less memory: CORD_chars_block originally intended to
13911: speedup/reduce mem usage were forgotten, and were used stupid
13912: CORD_chars
13913:
13914: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13915:
13916: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13917: BIGENDIAN processors space-conserving mech failed, causing
13918: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13919: (1|2|3));
13920:
13921: 2004-05-14 paf
13922:
13923: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13924: bugfix: void now has vfile value, and $response:body[] works OK
13925:
13926: 2004-05-12 paf
13927:
13928: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13929: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13930: sources to use is_defined() {return as_bool();} along VBool
13931:
13932: 2004-05-11 paf
13933:
13934: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13935: referencing to local objects
13936:
13937: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13938: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13939: left intact
13940:
13941: 2004-04-15 paf
13942:
13943: * src/classes/date.C: merged: beauty: unused var removed
13944:
13945: * src/classes/date.C: beauty: unused var removed
13946:
13947: * src/include/: pa_exec.h: bugfix: interface without pointer
13948: provoked bug
13949:
13950: 2004-04-09 paf
13951:
13952: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13953:
13954: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13955:
13956: 2004-04-08 paf
13957:
13958: * src/classes/date.C: new: ^date::create[y-m-d
13959: h-M-s>>.milliseconds<<] now allowed, ignored so far
13960:
13961: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13962:
13963: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13964: to consult default catalog [usually, that file belongs to other
13965: user/group]
13966:
13967: 2004-04-06 paf
13968:
13969: * src/main/pa_common.C: beauty: gcc warning removed
13970:
13971: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13972: accept that trick, trying other
13973:
13974: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13975: explicit result problem
13976:
13977: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13978: explicit result problem
13979:
13980: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13981: explicit result problem
13982:
1.211 moko 13983: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13984: ^string.append[string]
1.95 moko 13985:
13986: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13987: main/execute.C: attempt_check_call_in_explicit_result_mode:
13988: failed
13989:
13990: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13991: http://i.p.a.ddress gethostbyaddr added [on some platforms
13992: gethostbyname failed with such 'domains'] now checked properly,
13993: were: needless reverse/forward dns lookup
13994:
13995: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13996: http://i.p.a.ddress gethostbyaddr added [on some platforms
13997: gethostbyname failed with such 'domains'] now checked properly,
13998: were: needless reverse/forward dns lookup
13999:
14000: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14001: @method[][result] means "no string output here" moved to lexical
14002: level [on grammar level it were too difficult]
14003:
1.211 moko 14004: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14005: src/main/compile.tab.C, src/main/compile.y,
14006: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14007: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14008: string output here", implemented part of that idea: compiler
14009: throws away string literal generation code. and barks
14010: nonwhitespace chars
1.95 moko 14011:
1.211 moko 14012: * operators.ru.txt, operators.txt: truth: removed comment about
14013: $ORIGIN
1.95 moko 14014:
14015: 2004-04-05 paf
14016:
14017: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14018: src/include/pa_version.h, src/main/pa_common.C,
14019: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14020:
14021: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14022: Konstantin Tomashevitch [mailto:konst@design.ru]
14023:
14024: * src/doc/html2chm.cmd: beauty: no need in bg here
14025:
14026: * src/doc/sources2html.cmd: beauty: same window, in bg it
14027: interfered with FAR console
14028:
14029: * configure, configure.in: 3.1.3
14030:
14031: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14032:
14033: * src/main/pa_common.C: removed warning
14034:
14035: * src/include/pa_version.h: 3.1.3
14036:
14037: 2004-04-02 paf
14038:
14039: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14040:
14041: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14042: allows to specify where to put parser log file
14043:
14044: 2004-04-01 paf
14045:
14046: * src/classes/table.C: bugfix: bugfix: table::load last line
14047: without tab and enter were ignored
14048:
14049: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14050: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14051: main/pa_socks.C, targets/cgi/parser3.C,
14052: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14053: bugfix: sql connections now are disconnected
14054:
14055: 2004-03-30 paf
14056:
14057: * src/classes/table.C: bugfix: table::load last line without tab
14058: and enter were ignored
14059:
14060: * src/classes/table.C: bufix: if last table lines were commented,
14061: gpfed
14062:
14063: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14064: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14065: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14066: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14067: doc/methoded.dox, doc/object.dox, doc/string.dox,
14068: doc/targets.dox, doc/value.dox, include/pa_version.h,
14069: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14070: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14071: bugfixes from 3.1.2, changed version to 3.1.3beta
14072:
14073: 2004-03-29 paf
14074:
14075: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14076: causes gpf
14077:
14078: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14079: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14080: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14081: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14082: value.dox: translated to english
14083:
14084: 2004-03-25 paf
14085:
14086: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14087: parser3project dependency removed
14088:
14089: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14090: bugfix: refused to compile without xml
14091:
14092: * src/types/pa_vform.C: beauty: removed warning
14093:
14094: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14095: any folder [removed last ;) folder dependency]
14096:
14097: * src/classes/classes.vcproj: bugfix: now all compiles in any
14098: folder [removed last ;) folder dependency]
14099:
14100: * src/include/pa_version.h: release
14101:
14102: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14103:
14104: * src/classes/table.C: beauty: comment& more meaningful error
14105: message
14106:
14107: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14108: $.hash[$.column_value1(true) ... ] [were producing some strang
14109: thing]
14110:
14111: 2004-03-23 paf
14112:
14113: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14114: and http status line parsing checked number of columns in table
14115: [user reported an assert]
14116:
1.211 moko 14117: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14118:
14119: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14120: bugfix: junction reattach now actually reattaches a junction to
14121: new wcontext [were only assigning it to junction, which caused
14122: junction tracking to loose junction, and it's context were not
14123: killed, and it tried to process in invalid context, gpf]
14124:
14125: * src/targets/cgi/parser3.C: debug helper added
14126:
14127: 2004-03-19 paf
14128:
14129: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14130: "type(type)" in braces
14131:
14132: 2004-03-10 paf
14133:
1.211 moko 14134: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14135: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14136: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14137: src/types/pa_vxnode.h: new: refined solution to
14138: search-in-namespaces problem:
1.95 moko 14139: $xdoc.search-namespaces.x[http://pif.design.ru/]
14140: $nodes[^xdoc.select[//x:second]]
14141:
1.211 moko 14142: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14143: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14144: search for info in namespaces
1.95 moko 14145:
14146: $nodes[^xdoc.select[//x:second][
14147: $.x[http://pif.design.ru/] ]]
14148:
14149: 2004-03-09 paf
14150:
1.211 moko 14151: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14152: ^file::load[...][options] $.form[
14153: !$.field1[string]
14154: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14155: ] !$.body[string]
14156:
14157: GET ?here notGET(POST, HEAD, others) in content-type:
14158: application/x-www-form-urlencoded
14159:
14160: todo: upload files ability
14161:
14162: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14163: properly, done
14164:
14165: 2004-03-05 paf
14166:
1.211 moko 14167: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14168: file::load[;http:// GET/POST $.form[$.fields started, not tested
14169: yet todo:$.field[table] for multiple values
1.95 moko 14170:
1.211 moko 14171: * operators.ru.txt, operators.txt: new: http:// options $.user
14172: $.password basic authorization
1.95 moko 14173:
14174: * src/main/pa_common.C: beauty: link to rtf added
14175:
1.211 moko 14176: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14177: src/main/pa_common.C: new: http:// options $.user $.password
14178: basic authorization
1.95 moko 14179:
14180: * src/main/pa_common.C: beauty: removed needless vars
14181:
1.211 moko 14182: * operators.ru.txt, operators.txt: new: pgsql option [like that
14183: recently added to oracle driver]
14184: ClientCharset=parser-charset << charset in which parser thinks
14185: client works
14186:
14187: * operators.ru.txt, operators.txt: new: odbc option [like that
14188: recently added to oracle driver]
14189: ClientCharset=parser-charset << charset in which parser thinks
14190: client works
1.95 moko 14191:
14192: * src/sql/pa_sql_driver.h: beauty: important warning added
14193:
14194: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14195: char!
14196:
14197: * etc/parser3.charsets/windows-1251.cfg: typo
14198:
14199: 2004-03-04 paf
14200:
14201: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14202: cached, sql transcoding now goes faster
14203:
1.211 moko 14204: * operators.ru.txt, operators.txt: new: mysql option [like that
14205: recently added to oracle driver]
14206: ClientCharset=parser-charset << charset in which parser thinks
14207: client works
1.95 moko 14208:
14209: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14210: typo error
14211:
14212: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14213: chars commented
14214:
14215: 2004-03-03 paf
14216:
14217: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14218: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14219:
14220: 2004-03-02 paf
14221:
1.211 moko 14222: * operators.ru.txt, operators.txt: new[update typo]:
14223: !^void.left(n) nothing !^void.right(n) nothing
14224: !^void.mid(p[;n]) nothing
14225:
14226: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14227: !^void.left(n) nothing !^void.right(n) nothing
14228: !^void.pos(p[;n]) nothing
1.95 moko 14229:
1.211 moko 14230: * operators.ru.txt, operators.txt, src/classes/file.C,
14231: src/include/pa_string.h: new:
1.95 moko 14232: ^file::sql[[name_to_become_$.name]]{} query result must be one
14233: row with columns: first: data second: file name third:
14234: content-type
14235:
1.211 moko 14236: * operators.ru.txt, operators.txt, src/classes/file.C:
14237: ^file.sql-string[] inside ^connect gets properly escaped string,
14238: which can be passed to request now this for mysql only. it's up
14239: to parser sql driver to fix zeros properly
1.95 moko 14240:
14241: * INSTALL: note: added on building apache with this option:
14242: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14243:
14244: 2004-03-01 paf
14245:
14246: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14247: extension memory:compact befor processingrequest
14248:
1.211 moko 14249: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14250: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14251:
1.211 moko 14252: * operators.ru.txt, operators.txt, src/classes/image.C,
14253: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14254: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14255:
14256: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14257: beauty: image -- less checks [were ugly impl]
14258:
14259: * src/classes/string.C: bugfix: ^string.left/right/mid with
14260: negative values now considered bad
14261:
14262: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14263:
14264: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14265: options now have unified defaults [after transform
14266: indent/omit-xml-declaration/standalone 'default' erroreously
14267: meant 'true']
14268:
14269: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14270: added [on some platforms gethostbyname failed with such
14271: 'domains']
14272:
14273: * src/include/pa_config_auto.h.in: no select check, no define
14274:
14275: * src/classes/string.C: feature: ^string.trim both parameters may
14276: be empty-strings, meaning kind=both chars=whitespaces
14277:
14278: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14279: exist
14280:
14281: * src/classes/string.C: check: trim 'chars' must not be empty,
14282: exception if it is
14283:
14284: * src/classes/string.C: changed: ^string.trim [] << both,
14285: whitespaces [start|both|end] << kind, whitespaces
14286: [start|both|end;chars] full
14287:
14288: 2004-02-27 paf
14289:
1.211 moko 14290: * operators.ru.txt, operators.txt, src/classes/string.C,
14291: src/main/pa_string.C: new method:
14292: ^string.trim[start|both|end[;chars]] default 'chars' --
14293: whitespace chars finished
1.95 moko 14294:
1.211 moko 14295: * operators.ru.txt, operators.txt, src/classes/string.C,
14296: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14297: ^string.trim[start|both|end[;chars]] default 'chars' --
14298: whitespace chars started, only start works
14299:
14300: * src/main/compile.C: bugfix: line numbers after
14301: ^process{}[$.line(-10]] can be negative, allowed to print they as
14302: signed
14303:
14304: * src/main/untaint.C: speed: there's no \n chars in output
14305: [normally], so no need to optimize them they could be retrived
14306: from databases, though. but 1. should be replaced 2. if not
14307: optimized, no harm done
14308:
14309: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14310: ^file::exec/cgi could return invalid status & zombie child can
14311: remain for short period until process exists [very bad in
14312: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14313:
14314: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14315: malicious SMTP server to attack as by returning too long status
14316: responses http://i2/tasks/edit/?id=4629448401140924947
14317:
14318: 2004-02-26 paf
14319:
1.211 moko 14320: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14321: has options] which are $.main[to what to rename @main]
1.95 moko 14322: $.file[file, from which (user says) goes that CODE]
14323: $.lineno(line number in that file, where CODE starts. may be
14324: negative)
14325:
1.211 moko 14326: * operators.ru.txt, operators.txt, src/classes/op.C,
14327: src/include/pa_request.h, src/main/compile.C,
14328: src/main/compile_tools.h, src/main/pa_request.C: feature:
14329: ^process...{CODE}[now has options] which are $.main[to
14330: what to rename @main] $.file[file, from which (user says)
14331: goes that CODE] $.lineno(line number in that file, where
14332: CODE starts. may be negative)
14333:
1.95 moko 14334: 2004-02-25 paf
14335:
1.116 moko 14336: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14337: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14338:
14339: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14340: produces hash of column=>1
14341:
14342: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14343: with incomplete errno constants set
14344:
14345: 2004-02-24 paf
14346:
14347: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14348: "man select"
14349:
14350: * src/main/pa_os.C: beauty: <0 better then ==-1
14351:
14352: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14353:
14354: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14355:
1.116 moko 14356: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14357:
14358: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14359: unix: steps to work on unix [extracted 'to']
14360:
14361: * src/classes/mail.C: smtp on unix: steps to work on unix
14362:
14363: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14364:
1.116 moko 14365: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14366: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14367: unix [testing on solaris]
1.95 moko 14368:
14369: 2004-02-20 paf
14370:
14371: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14372: pointing that out
14373:
14374: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14375: fixed again [same solution, mistanenly removed one line]
14376:
14377: 2004-02-19 paf
14378:
14379: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14380: date::create from bad datetime in spring daylightsaving hole now
14381: OK for all platforms [on some platforms it failed]
14382:
14383: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14384: in daylightsaving hole] now throws error
14385:
14386: * src/classes/date.C: comment: mistake fixed
14387:
14388: 2004-02-18 paf
14389:
14390: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14391: now renderes in $request:charset, but in header puts
14392: $response:charset todo: make that default only so that coder
14393: could override that
14394:
14395: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14396: turns off omit-xml-declaration
14397:
14398: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14399: /.xsl for sample
14400:
14401: 2004-02-17 paf
14402:
14403: * src/classes/xdoc.C: beauty: needless helper class removed
14404:
14405: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14406: copied extra time
14407:
14408: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14409: part of libxml
14410:
14411: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14412: libxml to do the work] <xsl:output method="html"
14413: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14414: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14415: />
14416:
14417: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14418:
14419: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14420: caused assertion
14421:
14422: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14423: could hang. now such add does nothing, sub clears $hash
14424:
14425: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14426: not made quoted-printable
14427:
14428: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14429: string invariant
14430:
14431: 2004-02-16 paf
14432:
14433: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14434: cleared [were not cleared properly]
14435:
14436: 2004-02-13 paf
14437:
1.116 moko 14438: * src/include/pa_version.h: prerelease
1.95 moko 14439:
14440: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14441: used, introducing dependencies timestamp check
14442:
14443: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14444: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14445: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14446: .xsl.stamp now not used, introducing dependencies timestamp check
14447:
1.150 moko 14448: * configure.in: auto.p: @conf made relative
1.95 moko 14449:
14450: 2004-02-12 paf
14451:
14452: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14453: ruined empty <input type=file> submits. parser thought there were
14454: nameless empty file and $form:field got value of type 'file'
14455:
14456: * INSTALL: --without-threads
14457:
14458: * src/include/pa_sapi.h: 2004
14459:
14460: 2004-02-11 paf
14461:
14462: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14463: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14464: classes/hashfile.C, classes/image.C, classes/int.C,
14465: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14466: classes/response.C, classes/string.C, classes/table.C,
14467: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14468: include/pa_array.h, include/pa_cache_managers.h,
14469: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14470: include/pa_config_fixed.h, include/pa_config_includes.h,
14471: include/pa_dictionary.h, include/pa_dir.h,
14472: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14473: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14474: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14475: include/pa_request_charsets.h, include/pa_request_info.h,
14476: include/pa_socks.h, include/pa_sql_connection.h,
14477: include/pa_sql_driver_manager.h, include/pa_stack.h,
14478: include/pa_string.h, include/pa_stylesheet_connection.h,
14479: include/pa_stylesheet_manager.h, include/pa_table.h,
14480: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14481: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14482: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14483: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14484: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14485: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14486: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14487: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14488: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14489: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14490: main/pa_sql_driver_manager.C, main/pa_string.C,
14491: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14492: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14493: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14494: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14495: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14496: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14497: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14498: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14499: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14500: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14501: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14502: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14503: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14504: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14505: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14506: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14507: types/pa_vresponse.h, types/pa_vstateless_class.C,
14508: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14509: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14510: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14511: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14512: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14513: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14514:
14515: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14516: debug version of gc.dll
14517:
14518: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14519: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14520: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14521: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14522: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14523: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14524: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14525: processes
14526:
14527: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14528: main/pa_globals.C, targets/cgi/parser3.vcproj,
14529: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14530: changes to reflect libxml xsl new folders
14531:
14532: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14533: lib/smtp/smtp.vcproj, main/main.vcproj,
14534: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14535: to reflect libxml xsl new folders
14536:
14537: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14538: lib/smtp/smtp.vcproj, main/main.vcproj,
14539: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14540: types/types.vcproj: started changes to reflect libxml xsl new
14541: folders
14542:
14543: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14544: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14545: src/main/compile.tab.C, src/main/main.vcproj,
14546: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14547: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14548: started changes to reflect libxml xsl new folders
14549:
14550: 2004-02-10 paf
14551:
14552: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14553: compile. recommened latest libxml up to date
14554:
14555: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14556: pattern compilation errors", on which spent 4 hours worktime. use
14557: versions higher than that. recommended now latest up to date
14558:
14559: 2004-02-06 paf
14560:
14561: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14562: beauty: unified destructing style
14563:
14564: * src/main/untaint.C: beauty: removed old def/ifdef
14565:
14566: * src/main/untaint.C: beauty: coredump @unknown untaint language
14567: now
14568:
14569: 2004-02-03 paf
14570:
14571: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14572: targets/isapi/parser3isapi.C, types/pa_value.C,
14573: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14574: then %ld/%lu
14575:
14576: * src/main/pa_common.C: typo: %l -> %u
14577:
14578: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14579: in attributes or documents-results of transform now not xx;
14580:
14581: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14582:
14583: * src/main/pa_charset.C: bugfix: forgot to undo some
14584:
14585: * src/main/pa_charset.C: beauty: uncomment
14586: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14587: libraries
14588:
14589: 2004-02-02 paf
14590:
14591: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14592: $cookie:example[ $.value[value] $.path[/there/] ]
14593:
14594: $cookie:example[ $.value[] $.expires[session]
14595: $.path[/there/] $.domain[test.com] ]
14596:
14597: * src/types/pa_vform.C: bugfix: empty values with
14598: enctype=multipart/form-data now produce entries in $form:tables
14599: <form method=post enctype=multipart/form-data> <input type=hidden
14600: name=a> <input type=hidden name=b>
14601:
14602: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14603: <hr> <pre>$request:body
14604:
14605: 2004-01-30 paf
14606:
14607: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14608: or documents-results of transform now not xx;
14609:
14610: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14611: produce exception.
14612:
14613: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14614: bugfix: ^date::create[invalid fields now produce exception.
14615:
14616: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14617: year] now produces exception. todo: check other fields
14618:
14619: 2004-01-29 paf
14620:
14621: * src/include/pa_memory.h: typo error
14622:
14623: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14624: more byte then specified, then zeroed it << useless and
14625: potentially harmful(could gpf)
14626:
14627: 2004-01-22 paf
14628:
14629: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14630:
14631: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14632: optimization
14633:
14634: * src/main/untaint.C: bugfix: whitespace now optimized properly
14635: [were bug: ^taint[1 & 2]="1 &2"
14636:
14637: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14638: errors
14639:
14640: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14641: overflow
14642:
14643: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14644: error-reporting code * in parser-error reporting code [when no
14645: @unhandled_exception defined]
14646:
14647: fixed in one place: my *snprintf override
14648:
14649: 2004-01-13 paf
14650:
1.211 moko 14651: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14652:
14653: 2003-12-25 paf
14654:
14655: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14656: garbled [pieces after zero bytes were removed]
14657:
14658: 2003-12-22 paf
14659:
1.116 moko 14660: * src/include/Makefile.am: bugfix: removed from dist:
14661: src/include/pa_config_auto.h which were configured for
1.95 moko 14662: make-dist-platform and badly updated proper config file in target
14663: [when .tar used for updating existing source tree]
14664:
1.211 moko 14665: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14666: src/include/pa_sql_connection.h,
14667: src/include/pa_sql_driver_manager.h,
14668: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14669: feature: sql introducing ability to transcode charsets
14670:
14671: 2003-12-19 paf
14672:
14673: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14674: error message
14675:
14676: * src/main/pa_charset.C: bugfix: memory for charsethandler
14677: structure for libxml now allocated properly
14678:
14679: 2003-12-17 paf
14680:
14681: * src/types/pa_vfile.C: beauty: removed outdated cast
14682:
14683: * src/main/pa_common.C: bugfix: empty http response caused gpf
14684:
14685: * src/include/pa_string.h: bugfix: removed too strong a assert
14686:
14687: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14688: unreported xmlGenericErrors]
14689:
14690: 2003-12-15 paf
14691:
14692: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14693: works}
14694:
14695: 2003-12-11 paf
14696:
1.211 moko 14697: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14698: !$status:pid process id
1.95 moko 14699: !$status:tid thread id
14700:
14701: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14702: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14703: bugfix(solaris): removed dependency on object initialization
14704: order [one more place]
14705:
14706: * src/: classes/file.C, classes/mail.C, classes/op.C,
14707: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14708: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14709: understand that
14710:
14711: * src/: classes/file.C, classes/mail.C, classes/op.C,
14712: classes/xdoc.C, include/pa_cache_managers.h,
14713: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14714: include/pa_stylesheet_manager.h, main/pa_request.C,
14715: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14716: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14717: ctor call [relying on implicit String::Body(cstr) call]
14718:
14719: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14720: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14721: object initialization order [two places]
14722:
14723: 2003-12-10 paf
14724:
14725: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14726: << time now ok
14727:
1.211 moko 14728: * operators.ru.txt, operators.txt,
14729: src/main/pa_sql_driver_manager.C,
1.95 moko 14730: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14731: operational
14732:
1.211 moko 14733: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14734: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14735: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14736: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14737: back operational
14738:
14739: 2003-12-02 paf
14740:
14741: * src/types/pa_vmail.C: bugfix:
14742: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14743: as-is forced]
14744:
14745: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14746: exceptions out of libxml callbacks: reimplemented error handling
14747: of http://localhost, parser://method and safemode check callbacks
14748:
14749: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14750: [merged from HEAD]
14751:
14752: * src/classes/image.C: nothing: comment removed
14753:
14754: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14755: addresses to int
14756:
14757: 2003-12-01 paf
14758:
14759: * src/main/pa_xml_io.C: bugfix: typo
14760:
14761: * src/main/pa_globals.C: bugfix: win32: compile prob
14762:
14763: * src/classes/xdoc.C: bugfix: typo
14764:
14765: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14766: exception
14767:
14768: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14769:
14770: 2003-11-28 paf
14771:
14772: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14773: all xml documents read
14774:
14775: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14776:
14777: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14778: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14779: replaced original open mech of xdoc::create & co to use libxml
14780: open, so that this would work for root document todo: safe mode
14781: checks to libxml: ideally to some 1 point
14782:
14783: * src/main/pa_xml_io.C: comment
14784:
1.211 moko 14785: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14786: in http://parser[abscent params]
1.95 moko 14787:
1.211 moko 14788: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14789: src/main/pa_xml_io.C: works. todo: maybe replace original open
14790: mech of xdoc::create & co to use libxml open, so that this would
14791: work for root document
1.95 moko 14792:
14793: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14794: "parser://method/params/here"> <test> &test^; </test> }]
14795:
14796: ^taint[^xdoc.string[]]
14797:
14798: @method[param] <!ENTITY test
14799: "test-entity-value+$form:user+$param!">
14800:
14801: 2003-11-27 paf
14802:
14803: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14804:
14805: * src/classes/date.C: bugfix: typo error
14806:
14807: 2003-11-26 paf
14808:
1.211 moko 14809: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14810: src/include/pa_globals.h, src/main/Makefile.am,
14811: src/main/main.vcproj, src/main/pa_globals.C,
14812: src/main/pa_request.C, src/include/pa_xml_io.h,
14813: src/main/pa_xml_io.C: simplification: xml errors to
14814: hash<thread_id,error> reorganization: xml io moved to
14815: pa_xml_io.C/h
1.95 moko 14816:
14817: * src/types/pa_value.h: warnings: --
14818:
14819: 2003-11-25 paf
14820:
14821: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14822: whatever)
14823:
14824: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14825: a, (c?x:y, z)
14826:
14827: * src/main/untaint.C: bugfix: consequences of not reading this
14828: comment: CORD_pos_chars_left /* Number of characters in cache.
14829: <= 0 ==> none */
14830:
14831: * src/include/pa_array.h: removed needless checks
14832:
14833: 2003-11-24 paf
14834:
14835: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14836: removed limit: now $form:xxx can be accessed anytime, even in
14837: @auto/conf [and request/response:charset still can be changed
14838: anytime]
14839:
14840: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14841: now not transcodes response body
14842:
1.211 moko 14843: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14844: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14845: $tn[^xdoc.createTextNode[text node value]]
14846: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14847: $xdoc.firstChild.firstChild.nodeValue[different]
14848: ^taint[^xdoc.string[]]
14849:
14850: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14851: workaround: static Hash::allocates -> static Hash_allocates
14852:
14853: 2003-11-21 paf
14854:
1.116 moko 14855: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14856: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14857: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14858:
14859: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14860:
14861: * src/classes/mail.C: bugfix: typo
14862:
14863: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14864: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14865: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14866: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14867: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14868: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14869:
14870: * src/main/pa_exec.C: bug in safe mode
14871:
14872: * src/include/Makefile.am: pa_xml_exception.h
14873:
14874: * src/targets/isapi/parser3isapi.C: more warnings --
14875:
14876: 2003-11-20 paf
14877:
14878: * src/: classes/math.C, classes/op.C, classes/string.C,
14879: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14880: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14881: --
14882:
14883: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14884: more warnings --
14885:
14886: * src/classes/xdoc.C: more warnings --
14887:
14888: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14889:
14890: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14891: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14892:
14893: * src/: classes/date.C, classes/file.C, classes/hash.C,
14894: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14895: classes/table.C, include/pa_cache_managers.h,
14896: include/pa_stylesheet_connection.h, main/pa_request.C,
14897: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14898: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14899: --
14900:
14901: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14902: can't report problem (undefined @unhandled_exception) problem
14903: source string were not reported
14904:
14905: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14906: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14907: classes/hashfile.C, classes/image.C, classes/int.C,
14908: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14909: classes/response.C, classes/string.C, classes/table.C,
14910: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14911: include/pa_array.h, include/pa_cache_managers.h,
14912: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14913: include/pa_config_fixed.h, include/pa_dictionary.h,
14914: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14915: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14916: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14917: include/pa_request.h, include/pa_request_charsets.h,
14918: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14919: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14920: include/pa_stack.h, include/pa_string.h,
14921: include/pa_stylesheet_connection.h,
14922: include/pa_stylesheet_manager.h, include/pa_table.h,
14923: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14924: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14925: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14926: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14927: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14928: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14929: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14930: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14931: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14932: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14933: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14934: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14935: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14936: targets/isapi/parser3isapi.C, types/pa_junction.h,
14937: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14938: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14939: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14940: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14941: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14942: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14943: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14944: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14945: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14946: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14947: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14948: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14949: types/pa_vresponse.h, types/pa_vstateless_class.C,
14950: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14951: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14952: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14953: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14954: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14955: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14956: const IDENT
14957:
14958: * src/: include/pa_array.h, include/pa_pool.h,
14959: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14960: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14961: types/pa_wcontext.h: more warnings --
14962:
14963: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14964: classes/file.C, classes/hash.C, classes/hashfile.C,
14965: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14966: classes/memory.C, classes/op.C, classes/string.C,
14967: classes/table.C, classes/xdoc.C, classes/xnode.C,
14968: include/pa_config_includes.h, include/pa_operation.h,
14969: include/pa_sql_connection.h, include/pa_table.h,
14970: include/pa_types.h, lib/ltdl/config_fixed.h,
14971: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14972: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14973: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14974: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14975: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14976: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14977: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14978: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14979: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14980: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14981: types/pa_vmail.C, types/pa_vobject.C,
14982: types/pa_vstateless_class.h, types/pa_vtable.C,
14983: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14984: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14985: on all projects (except libltdl=off & libsdbm=level3) found
14986: several unitialized vars
14987:
14988: 2003-11-19 paf
14989:
14990: * src/classes/op.C: more ansi C++ comp
14991:
1.211 moko 14992: * operators.ru.txt, operators.txt, src/classes/op.C,
14993: src/include/pa_request.h, src/main/pa_request.C:
14994: ^cache[...]{body}{catch block with $exception.handled[cache]
14995: meaning "get expired cache, if any. else error"}
1.95 moko 14996:
14997: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14998: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14999: ^cache[...]{body}{catch code with $exception.cache field}
15000:
15001: 2003-11-12 paf
15002:
15003: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15004: [copy/paste bug]
15005:
15006: 2003-11-11 paf
15007:
15008: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15009: failed]
15010:
15011: 2003-11-10 paf
15012:
15013: * src/types/pa_vconsole.h: flush
15014:
1.211 moko 15015: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15016: src/types/Makefile.am, src/types/types.vcproj,
15017: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15018:
1.211 moko 15019: * operators.ru.txt, operators.txt: mysql: transaction support:
15020: ?autocommit=0
1.95 moko 15021:
1.211 moko 15022: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15023:
15024: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15025: serialize version and exipire now removes entries
15026:
1.211 moko 15027: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15028: altogether [and dir, if could]
1.95 moko 15029:
15030: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15031: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15032: removes files altogether [and dir, if could]
15033:
15034: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15035: nonexistent pair. .c coded that that was error. fixed
15036:
15037: * src/types/pa_vhashfile.C: sdbm: exception type change to
15038: file.access [regretfull can't split it to different exceptions
15039: without modifying sdbm source wich would prefer not to]
15040:
15041: 2003-11-07 paf
15042:
15043: * src/: classes/date.C, classes/file.C, classes/hash.C,
15044: classes/hashfile.C, classes/image.C, classes/table.C,
15045: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15046: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15047: main/execute.C, main/main.vcproj, main/pa_pool.C,
15048: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15049: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15050: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15051: destructing objects at request processing end
15052:
15053: 2003-11-06 paf
15054:
15055: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15056: updates
15057:
15058: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15059: to include sdbm
15060:
1.116 moko 15061: * src/include/: pa_config_includes.h, pa_version.h: our
15062: replacements of max& co only for cpp
1.95 moko 15063:
15064: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15065: upper dir, .am updated
15066:
15067: * tests/todo.txt: hashfile: done
15068:
1.211 moko 15069: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15070: hashfile: clear & expiration [time in value. todo: move time to
15071: key]
1.95 moko 15072:
15073: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15074:
15075: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15076: to do that in foreach, no errors, but surely wrong]
15077:
1.211 moko 15078: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15079: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15080:
1.211 moko 15081: * operators.ru.txt, operators.txt, src/classes/hash.C,
15082: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15083: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15084:
15085: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15086: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15087: hashfile: hash
1.95 moko 15088:
1.211 moko 15089: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15090: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15091: tests/todo.txt: hashfile: delete
1.95 moko 15092:
15093: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15094: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15095: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15096: get/put [raw]
15097:
15098: * src/: classes/op.C, main/pa_os.C: just linked
15099:
15100: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15101: XmlException changes
15102:
15103: * src/: include/pa_charset.h, include/pa_globals.h,
15104: include/pa_stylesheet_connection.h, main/pa_exception.C:
15105: XmlException changes
15106:
15107: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15108:
15109: * src/: include/pa_common.h, include/pa_exception.h,
15110: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15111: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15112: main/pa_xml_exception.C: locking move to pa_os [along with
15113: pa_sleep] apr-impl locking done
15114:
1.211 moko 15115: * configure, configure.in, operators.ru.txt, operators.txt,
15116: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15117: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15118: src/include/pa_exception.h, src/include/pa_globals.h,
15119: src/include/pa_memory.h, src/include/pa_version.h,
15120: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15121: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15122: src/main/compile.tab.C, src/main/main.vcproj,
15123: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15124: src/types/Makefile.am, src/types/pa_vhash.C,
15125: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15126: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15127: again with sdbm from apache
15128:
15129: 2003-11-05 paf
15130:
15131: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15132: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15133: \parser3project dir anymore
15134:
15135: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15136: thoughtlessly from xalan]
15137:
15138: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15139: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15140: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15141:
15142: * src/main/helpers/CaseFolding.txt:
15143: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15144:
15145: 2003-11-04 paf
15146:
1.211 moko 15147: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15148:
15149: * src/classes/table.C: compiled on unix
15150:
1.116 moko 15151: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15152:
15153: * src/classes/mail.C: compiled on unix
15154:
1.211 moko 15155: * operators.ru.txt, operators.txt, src/classes/mail.C,
15156: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15157: $.options[unix: string to append to sendmail command
15158: line]
15159:
1.211 moko 15160: * operators.ru.txt, operators.txt, src/classes/table.C,
15161: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15162: $.separator[^#09] $.encloser["] <nothing> by default
15163:
15164: * operators.ru.txt, operators.txt, src/classes/table.C,
15165: tests/todo.txt: ^table::load !$.separator[^#09]
15166: !$.encloser["] <nothing> by default
1.95 moko 15167:
15168: 2003-11-03 paf
15169:
1.211 moko 15170: * operators.ru.txt, operators.txt, src/classes/table.C,
15171: src/main/pa_common.C: ^table::load[; options:
15172: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15173:
1.211 moko 15174: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15175: src/types/pa_vrequest.C: $request:document-root
15176:
15177: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15178: [already included into uri=xxx]
15179:
1.211 moko 15180: * operators.ru.txt, operators.txt, src/classes/image.C,
15181: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15182:
15183: * src/classes/date.C: minor precaution
15184:
1.211 moko 15185: * operators.ru.txt, operators.txt, src/classes/date.C:
15186: !^date::unix-timestamp()
1.95 moko 15187: !^date.unix-timestamp[]
15188:
15189: 2003-10-30 paf
15190:
1.211 moko 15191: * operators.ru.txt, operators.txt, src/classes/date.C,
15192: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15193: $date.hour
1.95 moko 15194:
15195: * src/classes/: date.C, image.C: improvement diagnostics:
15196: $now[^date::create[$undefined]] now is error
15197:
15198: * src/main/pa_common.C: read errors would now be reported 'actually
15199: read -1 bytes'
15200:
15201: 2003-10-24 paf
15202:
15203: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15204: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15205: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15206: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15207:
15208: 2003-10-22 paf
15209:
15210: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15211:
15212: 2003-10-21 paf
15213:
1.211 moko 15214: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15215: src/main/pa_string.C: fixed: string.match[g] without <'> option
15216: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15217:
15218: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15219: recoursion' message with intensive throw-catches fixed: incorrect
15220: name and line (one name upper then needed) in error message about
15221: problems inside try block
15222:
15223: 2003-10-10 paf
15224:
15225: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15226: check offset argument for validity did that in String::Body::pos
15227: myself http://i2/tasks/edit/?id=4577425257580789777
15228:
15229: 2003-10-07 paf
15230:
15231: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15232: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15233:
15234: 2003-10-03 paf
15235:
15236: * parser3.sln, src/include/pa_dictionary.h,
15237: src/main/pa_dictionary.C, src/main/pa_string.C,
15238: src/targets/cgi/parser3.vcproj: dictionary optimized by
15239: precalculating cstr&length
15240:
15241: 2003-10-02 paf
15242:
15243: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15244: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15245: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15246: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15247:
15248: 2003-09-30 paf
15249:
15250: * src/main/pa_string.C: string::replace bug fix [were ignoring
15251: occurrances after lang-mismatched
15252:
15253: 2003-09-29 paf
15254:
15255: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15256: helper
15257:
15258: * src/main/pa_string.C: string::serialize bug fix with
15259: zero-terminator
15260:
15261: * src/classes/table.C: ^nameless_table.save column row now has no
15262: \t at the end
15263:
15264: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15265: @postprocess now takes $response:body/download
15266:
15267: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15268: error message
15269:
15270: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15271:
15272: * src/classes/table.C: bugfix: flip: must produce nameless
15273: http://i2/tasks/edit/?id=4573405524674081244
15274:
15275: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15276: main/helpers/simple_folding.pl: utf-8 upper/lower
15277:
15278: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15279: to typo error http://i2/tasks/edit/?id=4573354650786434584
15280:
15281: 2003-09-26 paf
15282:
15283: * src/main/untaint.C: removed needless field
15284:
15285: * src/main/untaint.C: removed needless const
15286:
15287: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15288: String.for_each bug fixed [omited one-char cases]
15289:
15290: * src/include/pa_stack.h: bugfix: before collecting garbage,
15291: runtime-executor stack were cleared... BADLY
15292:
15293: * src/main/pa_string.C: ^stirng.replace code used old
15294: param-convention on langs.append, fixed that search fo the like,
15295: found none
15296:
15297: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15298: string::serialize/deserialize implemented Language enum assigned
15299: meaningful letters [more convinient for debugging. read warning
15300: before adding/changing anything]
15301:
15302: 2003-09-25 paf
15303:
15304: * src/: include/pa_string.h, include/pa_version.h,
15305: main/pa_string.C, main/untaint.C: templates and anonymous unions
15306: differences on unix
15307:
15308: * parser3.sln, src/classes/file.C, src/classes/image.C,
15309: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15310: src/classes/xdoc.C, src/classes/xnode.C,
15311: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15312: src/include/pa_charsets.h, src/include/pa_common.h,
15313: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15314: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15315: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15316: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15317: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15318: src/main/compile_tools.h, src/main/pa_charset.C,
15319: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15320: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15321: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15322: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15323: src/types/pa_vmail.C, src/types/pa_vmath.C,
15324: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15325: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15326:
15327: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15328: functions aligned to that of eeparser3 look
15329:
15330: * src/lib/cord/cordprnt.c: removed warnings
15331:
15332: 2003-09-24 paf
15333:
15334: * src/: classes/file.C, classes/image.C, classes/mail.C,
15335: classes/op.C, classes/xdoc.C, classes/xnode.C,
15336: include/pa_cache_managers.h, include/pa_charset.h,
15337: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15338: include/pa_sql_driver_manager.h, include/pa_string.h,
15339: include/pa_stylesheet_manager.h, include/pa_table.h,
15340: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15341: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15342: main/pa_sql_driver_manager.C, main/pa_string.C,
15343: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15344: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15345: types/pa_vstateless_class.h, types/pa_vstatus.C,
15346: types/pa_vxnode.C: v() functions of String::Body,
15347: String::Languages and String itself StringBody->String::Body
15348:
15349: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15350: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15351: never optimized anything. todo: somehow speed up harder cases:
15352: concatenationA+concatenationB when last block of A and first of B
15353: contain same letters
15354:
15355: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15356: lib/cord/include/cord.h: langs: speed up by joining adjucent
15357: blocks of same char [CORD_append_block]
15358:
15359: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15360: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15361: save space by extending blocks when appending block with c ==
15362: lastblock.c
15363:
15364: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15365: working yet :( but more working &understood :)
15366:
15367: * src/: classes/table.C, include/pa_string.h,
15368: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15369:
15370: 2003-09-23 paf
15371:
15372: * src/main/untaint.C: $a[ok!] $a works!
15373:
15374: * src/main/untaint.C: something even more works :)
15375:
15376: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15377: something more works :)
15378:
15379: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15380: lib/cord/cordxtra.c: something already works :)
15381:
15382: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15383: serialize&deserialize
15384:
15385: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15386: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15387: main/untaint.C: main idea implemented, details left
15388:
15389: 2003-09-22 paf
15390:
15391: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15392:
15393: * src/classes/xnode.C: copy/paste comment bugfix
15394:
15395: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15396: allocator returns 0, just die.
15397: http://i2/tasks/edit/?id=4570798492410259445
15398:
15399: * src/classes/xdoc.C: copy/paste comment bugfix
15400:
15401: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15402: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15403: xnode: getAttributeNS setAttributeNS removeAttributeNS
15404: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15405:
15406: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15407: chars due to bitwise operation signed-char error]
15408:
15409: 2003-09-19 paf
15410:
15411: * src/types/pa_wcontext.C: output message: more practical
15412: suggestion
15413:
1.211 moko 15414: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15415: $f[^file::load[binary;http://...]] $f.tables
15416:
15417: 2003-09-02 paf
15418:
15419: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15420: flush stdout without referencing 'stdout' symbol. to hell with
15421: non-ansi libraries without 'stdout' symbol
15422:
15423: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15424: unix (users reported problems with some old libc)
15425:
15426: * src/types/pa_vdate.h: forgot initializer
15427:
15428: 2003-09-01 paf
15429:
15430: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15431: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15432: zone]
15433:
15434: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15435:
15436: 2003-08-19 paf
15437:
15438: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15439: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15440: simplified a little
15441:
15442: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15443: [lost fix from 3.0.8]
15444:
15445: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15446: visible here }
15447:
15448: bug fix
15449:
15450: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15451:
15452: * src/main/compile.tab.C: initialized couple of variables about
15453: which user reported runtime problems when parser were compiled
15454: with VC7, warning level4. study shows that later in bison
15455: they've fixed that. would migrate to latest bison someday
15456:
15457: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15458: recoding headers)
15459:
15460: * src/types/pa_vmail.C: works as before, same charset problems:
15461: gmime recodes to UTF-8 only headers, not body. so not recoding
15462: anything for now
15463:
15464: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15465: problems with body
15466:
15467: * src/types/pa_vmail.C: mail_receive just compiled
15468:
15469: 2003-08-18 paf
15470:
15471: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15472: main/main.vcproj, types/types.vcproj: win32: continued process
15473: detaching from \parser3project directory
15474:
15475: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15476: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15477: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15478: src/lib/pcre/pcre_dftables.dsp,
15479: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15480: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15481: src/types/types.dsp: moved to MSVC 7
15482:
15483: * gnu.vcproj.vspscc, parser3.vssscc,
15484: src/classes/classes.vcproj.vspscc,
15485: src/lib/cord/cord.vcproj.vspscc,
15486: src/lib/ltdl/libltdl.vcproj.vspscc,
15487: src/lib/md5/md5.vcproj.vspscc,
15488: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15489: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15490: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15491: src/targets/isapi/parser3isapi.vcproj.vspscc,
15492: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15493: moved to MSVC 7
15494:
15495: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15496: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15497: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15498: src/lib/pcre/pcre_dftables.vcproj,
15499: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15500: src/targets/cgi/parser3.vcproj,
15501: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15502: new VS project files
15503:
15504: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15505: .NET to detect Jalindi Igloo capabilities.
15506:
15507: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15508: src/classes/classes.awk, src/doc/footer.htm,
15509: src/include/pa_config_fixed.h, src/include/pa_version.h,
15510: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15511: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15512: src/types/pa_vmail.C: merged 3.1.0 latest changes
15513:
15514: 2003-08-15 paf
15515:
15516: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15517: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15518:
15519: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15520: non-ascii <yyy> now encoded correctly
15521:
15522: 2003-07-29 paf
15523:
1.116 moko 15524: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15525: dist
1.95 moko 15526:
15527: * src/types/pa_vmail.C: just started --with-mail-receive
15528:
15529: 2003-07-28 paf
15530:
1.116 moko 15531: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15532: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15533:
15534: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15535:
15536: 2003-07-25 paf
15537:
15538: * src/doc/footer.htm: year
15539:
15540: 2003-07-24 paf
15541:
15542: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15543: fix
15544:
15545: * src/include/pa_version.h: release
15546:
1.116 moko 15547: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15548:
15549: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15550: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15551: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15552: getting rid of win32xml pseudo project
15553:
15554: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15555:
1.116 moko 15556: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15557: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15558: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15559: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15560: src/classes/classes.C, src/classes/classes.awk,
15561: src/classes/classes.dsp, src/classes/classes.h,
15562: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15563: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15564: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15565: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15566: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15567: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15568: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15569: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15570: src/include/pa_array.h, src/include/pa_cache_managers.h,
15571: src/include/pa_charset.h, src/include/pa_charsets.h,
15572: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15573: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15574: src/include/pa_dictionary.h, src/include/pa_dir.h,
15575: src/include/pa_exception.h, src/include/pa_exec.h,
15576: src/include/pa_globals.h, src/include/pa_hash.h,
15577: src/include/pa_memory.h, src/include/pa_opcode.h,
15578: src/include/pa_operation.h, src/include/pa_pool.h,
15579: src/include/pa_pragma_pack_begin.h,
1.95 moko 15580: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15581: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15582: src/include/pa_sapi.h, src/include/pa_socks.h,
15583: src/include/pa_sql_connection.h,
15584: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15585: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15586: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15587: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15588: src/include/pa_uue.h, src/lib/Makefile.am,
15589: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15590: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15591: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15592: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15593: src/lib/cord/include/ec.h,
15594: src/lib/cord/include/private/Makefile.am,
15595: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15596: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15597: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15598: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15599: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15600: src/main/compile_tools.C, src/main/compile_tools.h,
15601: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15602: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15603: src/main/pa_charsets.C, src/main/pa_common.C,
15604: src/main/pa_dictionary.C, src/main/pa_dir.C,
15605: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15606: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15607: src/main/pa_request.C, src/main/pa_socks.C,
15608: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15609: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15610: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15611: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15612: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15613: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15614: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15615: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15616: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15617: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15618: src/targets/isapi/parser3isapi.dsp,
15619: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15620: src/types/pa_junction.h, src/types/pa_method.h,
15621: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15622: src/types/pa_vclass.C, src/types/pa_vclass.h,
15623: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15624: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15625: src/types/pa_vdouble.h, src/types/pa_venv.h,
15626: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15627: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15628: src/types/pa_vimage.C, src/types/pa_vimage.h,
15629: src/types/pa_vint.h, src/types/pa_vjunction.h,
15630: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15631: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15632: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15633: src/types/pa_vobject.C, src/types/pa_vobject.h,
15634: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15635: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15636: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15637: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15638: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15639: src/types/pa_vstring.h, src/types/pa_vtable.C,
15640: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15641: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15642: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15643: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15644: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15645: HEAD
15646:
15647: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15648: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15649: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15650: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15651: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15652: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15653: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15654: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15655: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15656: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15657: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15658: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15659: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15660: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15661: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15662: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15663: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15664: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15665: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15666: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15667: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15668: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15669: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15670: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15671: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15672: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15673: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15674: outputs/create-dir, results/001.processed, results/002.processed,
15675: results/003.processed, results/004.processed,
15676: results/005.processed, results/006.processed,
15677: results/007.processed, results/008.processed,
15678: results/009.processed, results/010.processed,
15679: results/011.processed, results/012.processed,
15680: results/013.processed, results/014.processed,
15681: results/015.processed, results/016.processed,
15682: results/017.processed, results/018.processed,
15683: results/019.processed, results/020.processed,
15684: results/021.processed, results/022.processed,
15685: results/023.processed, results/024.processed,
15686: results/025.processed, results/026.processed,
15687: results/027.processed, results/028.processed,
15688: results/029.processed, results/030.processed,
15689: results/031.processed, results/032.processed,
15690: results/033.processed, results/034.processed,
15691: results/035.processed, results/036.processed,
15692: results/037.processed, results/038.processed,
15693: results/039.processed, results/040.processed,
15694: results/041.processed, results/042.processed,
15695: results/043.processed, results/044.processed,
15696: results/045.processed, results/046.processed,
15697: results/047.processed, results/048.processed,
15698: results/049.processed, results/050.processed,
15699: results/051.processed, results/052.processed,
15700: results/053.processed, results/054.processed,
15701: results/055.processed, results/056.processed,
15702: results/057.processed, results/058.processed,
15703: results/059.processed, results/060.processed,
15704: results/061.processed, results/062.processed,
15705: results/063.processed, results/064.processed,
15706: results/065.processed, results/066.processed,
15707: results/067.processed, results/068.processed,
15708: results/069.processed, results/070.processed,
15709: results/071.processed, results/072.processed,
15710: results/073.processed, results/074.processed,
15711: results/075.processed, results/076.processed,
15712: results/077.processed, results/078.processed,
15713: results/079.processed, results/080.processed,
15714: results/081.processed, results/082.processed,
15715: results/083.processed, results/084.processed,
15716: results/085.processed, results/086.processed,
15717: results/087.processed, results/088.processed,
15718: results/089.processed, results/090.processed,
15719: results/091.processed, results/092.processed,
15720: results/093.processed, results/094.processed,
15721: results/095.processed, results/096.processed,
15722: results/097.processed, results/098.processed,
15723: results/099.processed, results/100.processed,
15724: results/101.processed, results/102.processed,
15725: results/103.processed, results/104.processed,
15726: results/105.processed, results/106.processed,
15727: results/107.processed, results/108.processed,
15728: results/109.processed, results/110.processed,
15729: results/111.processed, results/112.processed,
15730: results/113.processed, results/114.processed,
15731: results/115.processed, results/116.processed,
15732: results/117.processed, results/118.processed,
15733: results/119.processed, results/120.processed,
15734: results/121.processed, results/122.processed,
15735: results/123.processed, results/124.processed,
15736: results/125.processed, results/126.processed,
15737: results/127.processed, results/128.processed,
15738: results/129.processed, results/130.processed,
15739: results/131.processed, results/132.processed,
15740: results/133.processed, results/134.processed,
15741: results/135.processed, results/136.processed,
15742: results/137.processed, results/138.processed,
15743: results/139.processed, results/140.processed,
15744: results/141.processed: merged(copied) to HEAD from template_gc
15745:
15746: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15747: towards \parser3project not having to be in root
15748:
15749: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15750: module compiled [were minor unnecessary changes in lib/md5
15751: interface]
15752:
15753: * src/include/pa_version.h: release
15754:
15755: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15756:
15757: * src/classes/math.C: merged uuid bugfix
15758:
15759: * tests/: 141.html, results/141.processed: fixed bug with
15760: too-small-a-buffer
15761:
15762: * src/classes/math.C: uuid bugfix
15763:
15764: * tests/: 141.html, Makefile, results/005.processed,
15765: results/030.processed, results/075.processed,
15766: results/078.processed: to reflect date format change (were -
15767: become ' ')
15768:
15769: * src/classes/math.C: uuid bugfix
15770:
15771: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15772: debug/release changes
15773:
15774: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15775:
15776: 2003-07-23 paf
15777:
15778: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15779: renamed a little [to move to comman naming conv]
15780:
1.116 moko 15781: * src/targets/Makefile.am: apache13 splitted to simplify apache
15782: build
1.95 moko 15783:
15784: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15785: main/pa_request.C, main/pa_sql_driver_manager.C,
15786: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15787: stack top_index() fixed
15788:
15789: * src/main/pa_globals.C: minor style changes
15790:
15791: * src/: classes/op.C, include/pa_sql_connection.h: connection
15792: closing/caching fixed [connections were not closed/put to cache]
15793:
15794: 2003-07-22 paf
15795:
15796: * INSTALL: gc part updated stightly
15797:
15798: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15799: new sapi interface
15800:
15801: * src/classes/file.C: comment on OS
15802:
15803: * src/main/pa_string.C: removed reduntant invariant check [there is
15804: one deeper in cord lib]
15805:
15806: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15807:
15808: * src/main/pa_memory.C: out of memory is no longer coredump
15809:
15810: * INSTALL: disable-threads adviced
15811:
15812: 2003-07-21 paf
15813:
1.116 moko 15814: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15815:
15816: * src/classes/file.C: file::exec/cgi environment variables now must
15817: be UPPERCASE and A-Z 0-9 _-
15818:
15819: * src/classes/file.C: env passing fixed
15820:
15821: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15822:
15823: * src/main/pa_common.C: http:// CRLF now
15824:
15825: 2003-07-02 paf
15826:
1.211 moko 15827: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15828: $memory:status fields to reflect their real meaning
1.95 moko 15829:
15830: 2003-06-27 paf
15831:
15832: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15833: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15834: file::exec/cgi .charset
15835:
15836: 2003-06-26 paf
15837:
15838: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15839: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15840: src/classes/table.C: fixed several uninitialized local
15841: structures. notably ^hash.foreach now inserts delimiters
15842: properly [were inserting it before first body]
15843:
15844: 2003-06-24 paf
15845:
15846: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15847:
15848: 2003-06-20 paf
15849:
1.211 moko 15850: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15851: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15852: $f[^file::load[binary;http://...]] $f.tables
15853:
15854: 2003-06-06 paf
15855:
15856: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15857: table. [were method lookup: inconsistent]
15858:
15859: 2003-06-02 paf
15860:
15861: * src/include/pa_memory.h: empty string clone fixed to return
15862: writable memory
15863:
15864: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15865: were not appended] which violated string invariant
15866:
15867: 2003-05-30 paf
15868:
15869: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15870: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15871:
15872: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15873: GMT ; RFC 822, updated by RFC 1123
15874:
15875: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15876: targets/isapi/parser3isapi.C: initialized request_info properly
15877:
15878: * src/classes/xnode.C: found minor bug, commended for future
15879:
15880: 2003-05-28 paf
15881:
15882: * src/classes/form.C: request_info.content_length can't be <0,
15883: size_t for some time
15884:
15885: 2003-05-26 paf
15886:
15887: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15888: forgotten <0 changed to !=STRING_NOT_FOUND
15889:
15890: * src/classes/math.C: merged ffffu from HEAD
15891:
15892: 2003-05-11 paf
15893:
15894: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15895:
15896: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15897: premature doc free. transformed document had xmlDoc reference
15898: stored to non-gc-memory (libgdome) added holding-reference
15899:
15900: 2003-04-29 paf
15901:
15902: * src/main/pa_globals.C: started digging on double free. on win32
15903: found that that's perfectly normal.
15904:
15905: 2003-04-25 paf
15906:
15907: * src/classes/table.C: table.join bug fix [bad limit check]
15908:
15909: * src/classes/math.C: merged from HEAD: simpiler hash_string
15910:
15911: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15912: print anything. changed to quicker and simplier code
15913:
15914: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15915: strict a check]
15916:
15917: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15918:
15919: 2003-04-24 paf
15920:
15921: * src/include/pa_table.h: too strict assert loosened
15922:
15923: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15924: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15925: report
15926:
15927: 2003-04-21 paf
15928:
1.116 moko 15929: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15930:
15931: * src/main/pa_globals.C: pcre memory management changed to use GC
15932: memory
15933:
15934: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15935: xmlMallocAtomic [author agreed to my suggestion], used that
15936:
15937: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15938:
15939: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15940: types/pa_vmail.C: attributed_meaning_to_string added
15941: L_UNSPECIFIED piece which was sortof OK, but violated string
15942: invariant [assertion barked on that] changed to L_PASS_APPEND,
15943: made that param obligatory
15944:
15945: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15946: fixed [assert helped]
15947:
15948: * src/include/pa_string.h: assert added [looking for bug]
15949:
15950: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15951: names on Win32 considered disk-global
15952:
15953: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15954: considered disk-global
15955:
15956: 2003-04-18 paf
15957:
15958: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15959: filenames
15960:
15961: * src/main/untaint.C: enabled '~' letter in filenames
15962:
15963: 2003-04-16 paf
15964:
15965: * src/classes/file.C: small bug introduced in autoptr times fixed
15966:
15967: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15968: HEAD
15969:
1.116 moko 15970: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15971:
15972: 2003-04-15 paf
15973:
1.211 moko 15974: * operators.ru.txt, operators.txt, src/classes/math.C,
15975: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15976: tests/results/141.processed: merged from head ^math:uuid[]
15977: ^math:uid64[] ^math:md5[string]
15978:
15979: test added: 141.html
15980:
1.211 moko 15981: * operators.ru.txt, operators.txt, src/classes/math.C:
15982: ^math:uid64[]
1.95 moko 15983:
15984: * src/classes/math.C: ^math:uuid[]
15985:
1.211 moko 15986: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15987:
1.211 moko 15988: * operators.ru.txt, operators.txt, src/classes/math.C,
15989: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15990: 16-byte digest
15991:
15992: * operators.ru.txt, operators.txt, src/classes/file.C,
15993: src/include/pa_common.h, src/include/pa_config_fixed.h,
15994: src/main/pa_common.C: ^file::load[mode;name; $.offset
15995: $.limit
1.95 moko 15996:
15997: 2003-04-14 paf
15998:
15999: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16000: started ^math:md5
16001:
16002: * src/classes/table.C, src/include/pa_array.h,
16003: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16004: tests/results/140.processed: table $.reverse option works in
16005: create&co table $.distinct[tables] bug fix merged
16006:
16007: * src/: classes/table.C, include/pa_table.h: table
16008: $.distinct[tables] bug fixed
16009:
16010: * src/classes/table.C: more warnings
16011:
16012: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16013: removed checks in table::set_current, moved them back to
16014: table::locate implemented table::create/join ñ $.reverse
16015:
16016: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16017: removed checks in table::set_current, moved them back to
16018: table::locate
16019:
16020: 2003-04-11 paf
16021:
1.211 moko 16022: * operators.ru.txt, operators.txt, src/classes/date.C,
16023: src/classes/table.C, src/include/pa_array.h,
16024: src/include/pa_common.h, src/include/pa_config_includes.h,
16025: src/include/pa_string.h, src/include/pa_table.h,
16026: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16027: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16028: before_append_array_limit_sense_change to
16029: after_append_array_limit_sense_change
16030:
16031: * src/classes/table.C: typo
16032:
1.211 moko 16033: * operators.ru.txt, operators.txt, src/classes/date.C,
16034: src/classes/table.C, src/include/pa_array.h,
16035: src/include/pa_common.h, src/include/pa_config_includes.h,
16036: src/include/pa_globals.h, src/include/pa_table.h,
16037: src/main/pa_array.C, src/main/pa_globals.C,
16038: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16039: src/main/pa_string.C, src/main/pa_table.C:
16040: append_array_limit_sense_change locate accepts options same as
16041: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16042:
16043: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16044: (stat xxx,
16045:
16046: * src/classes/: table.C: typo
16047:
16048: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16049: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16050: results/130.processed, results/131.processed,
16051: results/132.processed, results/133.processed,
16052: results/134.processed, results/135.processed,
16053: results/136.processed, results/137.processed,
16054: results/138.processed, results/139.processed: added few mustfail
16055: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16056: date/time 132.html mustfail: access to junction outside of
16057: context 133.html mustfail: access to junction outside of context,
16058: case version 134.html mustfail: hash: adding a key inside of
16059: foreach 135.html mustfail: modifying system class 136.html
16060: mustfail: $.name outside of $hash[here] 137.html mustfail:
16061: appendChild without import 138.html mustfail: invalid encoding
16062: inside of xml 139.html mustfail: bad XPath
16063:
1.211 moko 16064: * operators.ru.txt, operators.txt, src/classes/table.C,
16065: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16066: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16067: tests/results/126.processed, tests/results/127.processed,
16068: tests/results/128.processed, tests/results/129.processed: merged
16069: from HEAD ^table.hash[key][$.distinct[tables]]
16070:
16071: maked appropriate tests [changed one old nonconforming]
16072:
1.211 moko 16073: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16074: ^table.hash[key][$.distinct[tables]]
16075:
16076: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16077: merged fix for found very old xml (dom) bug: were passing
16078: domString objects and later ERROREOUSLY freed them
16079:
16080: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16081: src/main/pa_charset.C: re-added libgdome patch. regretfully
16082: libgdome bug can not be worked around
16083:
16084: 2003-04-10 paf
16085:
16086: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16087: found very old xml (dom) bug: were passing domString objects and
16088: later ERROREOUSLY freed them
16089:
16090: * src/doc/string.dox, src/include/pa_memory.h,
16091: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16092: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16093: tests/123.html, tests/124.html, tests/results/001.processed,
16094: tests/results/002.processed, tests/results/003.processed,
16095: tests/results/004.processed, tests/results/005.processed,
16096: tests/results/006.processed, tests/results/008.processed,
16097: tests/results/009.processed, tests/results/010.processed,
16098: tests/results/011.processed, tests/results/012.processed,
16099: tests/results/013.processed, tests/results/014.processed,
16100: tests/results/015.processed, tests/results/016.processed,
16101: tests/results/017.processed, tests/results/018.processed,
16102: tests/results/020.processed, tests/results/021.processed,
16103: tests/results/022.processed, tests/results/023.processed,
16104: tests/results/024.processed, tests/results/025.processed,
16105: tests/results/026.processed, tests/results/027.processed,
16106: tests/results/028.processed, tests/results/029.processed,
16107: tests/results/030.processed, tests/results/031.processed,
16108: tests/results/032.processed, tests/results/033.processed,
16109: tests/results/034.processed, tests/results/035.processed,
16110: tests/results/036.processed, tests/results/037.processed,
16111: tests/results/038.processed, tests/results/039.processed,
16112: tests/results/040.processed, tests/results/041.processed,
16113: tests/results/042.processed, tests/results/043.processed,
16114: tests/results/044.processed, tests/results/045.processed,
16115: tests/results/046.processed, tests/results/047.processed,
16116: tests/results/048.processed, tests/results/049.processed,
16117: tests/results/050.processed, tests/results/051.processed,
16118: tests/results/052.processed, tests/results/053.processed,
16119: tests/results/054.processed, tests/results/055.processed,
16120: tests/results/056.processed, tests/results/057.processed,
16121: tests/results/058.processed, tests/results/059.processed,
16122: tests/results/060.processed, tests/results/061.processed,
16123: tests/results/062.processed, tests/results/063.processed,
16124: tests/results/064.processed, tests/results/065.processed,
16125: tests/results/066.processed, tests/results/067.processed,
16126: tests/results/068.processed, tests/results/069.processed,
16127: tests/results/070.processed, tests/results/071.processed,
16128: tests/results/072.processed, tests/results/073.processed,
16129: tests/results/074.processed, tests/results/075.processed,
16130: tests/results/076.processed, tests/results/077.processed,
16131: tests/results/078.processed, tests/results/079.processed,
16132: tests/results/080.processed, tests/results/081.processed,
16133: tests/results/082.processed, tests/results/083.processed,
16134: tests/results/084.processed, tests/results/085.processed,
16135: tests/results/086.processed, tests/results/087.processed,
16136: tests/results/088.processed, tests/results/089.processed,
16137: tests/results/090.processed, tests/results/091.processed,
16138: tests/results/092.processed, tests/results/093.processed,
16139: tests/results/094.processed, tests/results/095.processed,
16140: tests/results/096.processed, tests/results/097.processed,
16141: tests/results/101.processed, tests/results/102.processed,
16142: tests/results/104.processed, tests/results/105.processed,
16143: tests/results/106.processed, tests/results/107.processed,
16144: tests/results/108.processed, tests/results/109.processed,
16145: tests/results/110.processed, tests/results/111.processed,
16146: tests/results/112.processed, tests/results/113.processed,
16147: tests/results/114.processed, tests/results/115.processed,
16148: tests/results/116.processed, tests/results/117.processed,
16149: tests/results/118.processed, tests/results/119.processed,
16150: tests/results/120.processed, tests/results/121.processed,
16151: tests/results/122.processed, tests/results/123.processed,
16152: tests/results/124.processed: new convention: char* never 0.
16153: assert in cord on that
16154:
16155: * src/main/pa_charset.C: couple more asserts
16156:
16157: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16158: speedup
16159:
16160: * src/main/pa_charset.C: couple assertions on fantastic situations
16161: added [may be those is the case now?]
16162:
16163: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16164: that's memory from gc_malloc, not from g_malloc :(, but would
16165: hope]
16166:
16167: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16168: that's memory from gc_malloc, not from g_malloc :(, but would
16169: hope]
16170:
16171: * src/main/pa_charset.C: checked custom malloc for returning 0
16172:
16173: 2003-04-09 paf
16174:
16175: * src/classes/date.C: merged ^date.roll changes
16176:
16177: * src/classes/date.C: ^date.roll bug fix
16178:
16179: * src/classes/date.C: ^date.roll now throws less errors: month
16180: shifts handles end of month situation by reducing day number
16181: hour-hole shift reduces hour to recover
16182:
16183: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16184: Sort by function time
16185:
1.211 moko 16186: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16187: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16188:
16189: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16190: added [after volatile fix. passes on win&intel-solaris]
16191:
16192: 2003-04-08 paf
16193:
16194: * src/: classes/file.C, classes/op.C, classes/table.C,
16195: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16196: include/pa_common.h, include/pa_request_charsets.h,
16197: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16198: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16199: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16200: types/pa_vresponse.C: started http:// $.charset[] param and
16201: http response charset detection just compiled. todo:test
16202:
16203: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16204:
16205: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16206: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16207: types/pa_vmail.C: changed transcode param converntion along with
16208: string creating convention -- all strings are zero-terminated,
16209: this allowed to fix one remaining String("123", 2) case
16210:
16211: * src/: classes/date.C, classes/file.C, classes/hash.C,
16212: classes/op.C, classes/string.C, classes/table.C,
16213: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16214: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16215: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16216: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16217: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16218: violated String::invariant. started fixing [not compiled now]
16219:
16220: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16221: main/compile.tab.C, main/compile.y, main/pa_string.C,
16222: main/untaint.C, targets/cgi/parser3.C: number of string style
16223: improvements & optimizations
16224:
16225: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16226: :(]
16227:
16228: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16229: [for it's a pointer really]
16230:
16231: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16232: 'n' param. worked that around
16233:
16234: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16235: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16236: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16237: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16238: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16239:
16240: Thanks for the bug report and patch.
16241:
16242: I hadn't looked at this code in a while. Reading it now, it
16243: seems to me that the tests should also be ">= MAX_DEPTH" to
16244: comply with the invariant, though that may not matter a lot. I
16245: changed that, too.
16246:
16247: Hans
16248:
16249: 2003-04-07 paf
16250:
16251: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16252: merged from head:safe mode error message now includes numbers
16253:
16254: * src/main/execute.C: n-th attempt to make a=a work with double.
16255: problem: as_double returns it's result in fp-register compiler
16256: optimizes access to that register after b->as_double, and just
16257: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16258: from memory. _SAME_ double values do not match here. when
16259: forced to REload fp-register, values do match.
16260:
16261: tried to make them volatile.
16262:
16263: * src/main/execute.C: n-th attempt to make a=a work with double.
16264: problem: as_double returns it's result in fp-register compiler
16265: optimizes access to that register after b->as_double, and just
16266: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16267: from memory. _SAME_ double values do not match here. when
16268: forced to REload fp-register, values do match.
16269:
16270: tried to make them volatile.
16271:
16272: * src/types/pa_vobject.h: small style change
16273:
16274: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16275:
16276: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16277: mode error message now includes numbers
16278:
16279: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16280: now causes death
16281:
16282: 2003-04-04 paf
16283:
16284: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16285: incorportated pa_exec patch by From: "Victor Fedoseev"
16286: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16287: Sent: Thursday, January 23, 2003 9:14 AM
16288:
16289: huge speedup on ^file::cgi with big result
16290:
16291: * src/classes/table.C: sort table with 0 rows bug fixed
16292:
16293: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16294: fix http://i2/tasks/edit/?id=4493701604654042676
16295:
16296: @main[] $with_default[ $.a[1] $._default[default from
16297: with_default] ] ^show[$with_default]
16298:
16299: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16300: =$to_add_to.xxx=<br>
16301:
16302: ^show[$to_add_to]
16303:
16304: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16305: ^show[$cloned]
16306:
16307: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16308:
16309: } <hr>
16310:
16311: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16312: http://i2/tasks/edit/?id=4493701604654042676
16313:
16314: @main[] $with_default[ $.a[1] $._default[default from
16315: with_default] ] ^show[$with_default]
16316:
16317: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16318: =$to_add_to.xxx=<br>
16319:
16320: ^show[$to_add_to]
16321:
16322: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16323: ^show[$cloned]
16324:
16325: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16326:
16327: } <hr>
16328:
16329: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16330: http://i2/tasks/edit/?id=4507350336410850921
16331:
16332: * src/classes/xdoc.C: memory allocation func bugfix
16333: http://i2/tasks/edit/?id=4499303470368629745
16334:
16335: * src/classes/math.C: allowed random 1...
16336:
16337: * src/classes/math.C: allowed random 0..
16338:
16339: * src/main/pa_globals.C: exif mem leak
16340: http://i2/tasks/edit/?id=4480590323629807263
16341:
16342: * src/: classes/classes.dsp, main/main.dsp,
16343: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16344: fix http://i2/tasks/edit/?id=4493946731322521294
16345: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16346:
16347: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16348: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16349: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16350: links to xml libs made relative, no need to unpack parser3project
16351: to /parser3project.
16352:
16353: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16354: column more precise - tab handling bug fixed
16355:
16356: * src/main/: compile.tab.C, compile.y: more understandable error
16357: message in case @CLASS with more then one line inside
16358:
16359: * src/targets/cgi/parser3.C: more understandable error message in
16360: case of errors in @unhandled_exception
16361:
16362: 2003-04-03 paf
16363:
16364: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16365: src/main/compile.tab.C, src/main/compile.y,
16366: src/main/compile_tools.C, src/main/compile_tools.h,
16367: src/main/execute.C, src/main/pa_request.C: debug info format
16368: simplified, now it's: OP_VALUE Operation::Origin << here value*
16369:
16370: higher limits: file number (max: 255) line number (max:
16371: 64535) column number (max: 255)
16372:
16373: * src/classes/math.C: top limit
16374:
16375: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16376: precise parse error position in case of
16377:
16378: ^bug ]
16379:
16380: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16381: changed to realities, and passed [bug fixed]
16382:
16383: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16384: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16385: main/compile_tools.h, main/pa_request.C: introducing
16386: ^process...[main-method-alias]
16387:
16388: * src/: classes/date.C, classes/image.C, classes/op.C,
16389: classes/string.C, classes/table.C, classes/xdoc.C,
16390: types/pa_vmethod_frame.h: MethodParams& now [methods without
16391: params receive zero reference, but they are expected not to look
16392: there]
16393:
1.211 moko 16394: * operators.ru.txt, operators.txt, src/classes/date.C,
16395: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16396: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16397: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16398: src/classes/response.C, src/classes/string.C,
16399: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16400: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16401: src/types/pa_method.h: MethodParams& now [methods without params
16402: receive zero reference, but they are expected not to look there]
16403:
16404: * operators.ru.txt, operators.txt, src/classes/op.C,
16405: src/include/pa_request.h, src/main/pa_request.C,
16406: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16407: better error reporting [file/line/col]
1.95 moko 16408:
16409: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16410: types/pa_vstring.h: slightly improved error messages text: 1. is
16411: '%s', it 2. method undefined in case of ^void[]
16412:
16413: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16414: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16415: handling done. now we have error columns todo: test it
16416:
16417: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16418: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16419:
16420: this makes life easier: were: bad stack order -- were in
16421: exception catch unwind order, which didn't match execution order
16422:
16423: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16424:
16425: @first[] ^throw[a;1]
16426:
16427: showed throw a first throw b try
16428:
16429: which is no good
16430:
16431: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16432: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16433: trace reset after handled exception [old bug fixed]
16434:
16435: * src/main/: compile.tab.C, compile.y: parse position old bug
16436: fixed. position reporting made precise [both, in parse erros and
16437: runtime errors]
16438:
16439: 2003-04-02 paf
16440:
16441: * src/: include/pa_operation.h, include/pa_request.h,
16442: main/compile.C, main/compile.tab.C, main/compile.y,
16443: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16444: main/pa_exception.C, main/pa_request.C: debug info: started
16445: using. todo:complete
16446:
16447: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16448: main/compile.C, main/compile.tab.C, main/compile.y,
16449: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16450: main/pa_request.C: prepared debug info todo:use it
16451:
16452: * src/include/pa_operation.h: strange mistake fixed: forgot to
16453: return Operation class->union after switching from autoptrs.
16454:
16455: * tests/: Makefile, results/108.processed, results/117.processed:
16456: meta considered OK [it's up to coder now to remove it not needed]
16457:
16458: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16459: Dictionary constructor when moved to gc]
16460:
16461: * src/main/pa_common.C: uncommented http:// file loading
16462:
16463: * src/include/pa_array.h, src/main/execute.C,
16464: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16465: fix [gdGrowingBuf]
16466:
16467: * configure.in, src/lib/Makefile.am: removed patches
16468:
16469: * configure, src/include/pa_config_auto.h.in,
16470: src/main/pa_charset.C: --enable-assertions autoconf-ed
16471:
16472: * src/main/pa_common.C: uncommented http:// file loading
16473:
16474: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16475: xdoc::create/load
16476:
16477: * src/: classes/form.C, classes/hash.C, classes/image.C,
16478: classes/string.C, classes/table.C, classes/void.C,
16479: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16480: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16481: String::String(str,helper_length) are checked. found/fixed one
16482: place: $request:body now zero-terminated,
16483:
16484: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16485: main/compile_tools.C, main/execute.C, types/pa_value.h,
16486: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16487: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16488: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16489: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16490: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16491: types/pa_vxnode.h: more locally scoped vars in execute (more
16492: easily optimizable)
16493:
16494: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16495: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16496:
16497: * src/: include/pa_array.h, include/pa_stack.h,
16498: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16499: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16500: become assertion iterator in methodframe filler
16501:
16502: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16503: targets/cgi/parser3.C: array::get/put inlined
16504:
16505: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16506: gc_substitute_memory_management_functions +installed CORD_oom
16507: function
16508:
16509: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16510: src/include/pa_config_includes.h, src/include/pa_string.h,
16511: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16512: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16513: assertions started configure.in --enable-assertions
16514:
16515: 2003-04-01 paf
16516:
16517: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16518: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16519: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16520: gdome uses glib memory, and stores last pointer to xmlDoc there,
16521: gc misses that and collects valid memory fixed by remembering
16522: xmlDoc from dom object in xdoc. todo: do something with
16523: premature free of xdoc with xnodes/node values referring into it
16524:
16525: * src/classes/: mail.C: typo fix
16526:
16527: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16528: changes
16529:
16530: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16531: main/pa_memory.C: moved memory debugging to global level: to
16532: pa_gc_malloc
16533:
16534: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16535: debugging showed no errors. todo: debug parser memory
16536:
16537: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16538: configurations
16539:
16540: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16541: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16542: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16543: types/types.dsp: prepared xml-static configuration
16544:
16545: 2003-03-31 paf
16546:
16547: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16548: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16549: xml lib memory debugging, simple checks failed: it seems that
16550: library does realloc(bad ptr), and recording those ptrs in heap
16551: [for debugging] was bad: heap situation changes = everything
16552: works fine
16553:
16554: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16555: xmlRegisterCharEncodingHandler limitation [currently imposed
16556: limit of 10 user-defined charsets]
16557:
16558: 2003-03-28 paf
16559:
16560: * src/main/execute.C: execution stack copied to local register
16561: variable, removed lots [~2e7) of memory accesses
16562:
16563: 2003-03-27 paf
16564:
16565: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16566: works in debug, but fails in release todo: fix that
16567:
16568: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16569: targets/cgi/parser3.C: forgot to merge XML memory funcs
16570: replacement from gc branch
16571:
16572: * src/main/pa_exec.C: introducing append_help_length [radical
16573: improvement here]
16574:
16575: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16576: 'not recommened' in gc.h, on win32 noticed no difference]
16577:
16578: * src/include/pa_array.h: returned checked array get [were disabled
16579: for debugging] result:not slower [don't understand that, it were
16580: INLINED] todo: find out a way of inlining it!
16581:
16582: * src/: include/pa_string.h, lib/gc/include/gc.h,
16583: lib/gc/include/gc_fake.h, main/compile.tab.C,
16584: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16585: convention changed: all resulting strings are zero-terminated
16586:
16587: * src/: classes/date.C, classes/file.C, classes/hash.C,
16588: classes/string.C, classes/table.C, classes/void.C,
16589: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16590: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16591: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16592: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16593: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16594: types/pa_vfile.C, types/pa_vmail.C: introducing
16595: append_help_length [radical improvement here]
16596:
16597: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16598: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16599: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16600: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16601: even slower
16602:
16603: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16604: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16605: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16606: clients of &get(): most to use non-ref version, some[in tight
16607: places] to get_unchecked_ref
16608:
16609: * src/doc/memory.dox: forgot to add
16610:
16611: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16612: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16613: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16614: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16615: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16616: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16617: targets/cgi/parser3.dsp, types/pa_vmail.C,
16618: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16619: T>>&<< removed after Stack::pop wiping removed [moved to separate
16620: func] other Array & removed
16621:
16622: 2003-03-26 paf
16623:
16624: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16625: classes/table.C, include/pa_array.h, include/pa_charset.h,
16626: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16627: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16628: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16629: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16630: main/pa_exec.C, main/pa_sql_driver_manager.C,
16631: main/pa_stylesheet_manager.C, main/pa_table.C,
16632: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16633: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16634: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16635: pre-evaluated .count() in some places
16636:
16637: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16638: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16639: types/types.dsp: .dsp profiling updated
16640:
16641: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16642: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16643: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16644:
16645: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16646: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16647: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16648: use lib/gc,lib/cord
16649:
1.116 moko 16650: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16651: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16652: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16653: src/include/pa_config_includes.h, src/include/pa_request.h,
16654: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16655: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16656: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16657: src/lib/cord/include/Makefile.am,
1.116 moko 16658: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16659: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16660: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16661: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16662: src/types/pa_vform.h, src/types/pa_vhash.h,
16663: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16664: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16665: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16666: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16667: funcs ported pa_exec
1.95 moko 16668:
16669: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16670:
16671: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16672: bundled gc includes
16673:
16674: * src/: classes/op.C, include/pa_array.h,
16675: include/pa_sql_connection.h, include/pa_string.h,
16676: include/pa_version.h, main/compile.tab.C, main/compile.y,
16677: main/execute.C, main/pa_common.C, main/pa_exception.C,
16678: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16679: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16680: first real site (aval)]
16681:
16682: 2003-03-25 paf
16683:
1.211 moko 16684: * operators.ru.txt, operators.txt,
16685: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16686: $status.memory used free since_compact process
1.95 moko 16687:
16688: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16689: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16690:
16691: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16692:
16693: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16694: src/types/pa_value.h, src/types/pa_vfile.h,
16695: src/types/pa_vobject.C, src/types/pa_vobject.h,
16696: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16697: tests/results/121.processed: untaint.C L_URI
16698:
1.211 moko 16699: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16700: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16701: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16702: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16703:
16704: * tests/results/109.processed: it was a bug in parser. updated 109
16705: test result
16706:
16707: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16708:
16709: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16710: tests/results/107.processed: fixed dom language [values are now
16711: considered tainted. it was a bug in parser. updated 107 test
16712: result
16713:
16714: * src/classes/xdoc.C: fixed transform params
16715:
16716: * src/: include/pa_stylesheet_manager.h,
16717: main/pa_stylesheet_manager.C: fixed stylesheet caching
16718:
16719: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16720: overloads for structure handling
16721:
16722: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16723: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16724: StringBody(0) ambiguilty, introducting static
16725: StringBody::Format(int)
16726:
16727: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16728: linked
16729:
16730: * src/types/pa_vxdoc.C: vxdoc compiled
16731:
16732: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16733: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16734: finalizers isntalled
16735:
16736: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16737: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16738: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16739: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16740: compiled todo: xnode.C / finalizers
16741:
16742: * src/doc/string.dox: updated: new string internals
16743:
16744: 2003-03-24 paf
16745:
16746: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16747: include/pa_charset.h, include/pa_config_fixed.h,
16748: include/pa_request.h, include/pa_stylesheet_connection.h,
16749: include/pa_stylesheet_manager.h, main/pa_charset.C,
16750: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16751: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16752: types/pa_vxnode.h: started XML
16753:
16754: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16755:
16756: * src/: classes/file.C, classes/image.C, classes/mail.C,
16757: include/pa_string.h, main/pa_common.C,
16758: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16759:
16760: * src/: classes/file.C, classes/image.C, classes/mail.C,
16761: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16762: main/pa_request.C, main/pa_sql_driver_manager.C,
16763: types/pa_vimage.h: size_t pos everywhere checks changed to check
16764: for eq STRING_NOT_FOUND
16765:
16766: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16767: optimize bit implemented
16768:
16769: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16770: String::ArrayFragment::append_positions fixed
16771:
16772: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16773: String::this_starts fixed
16774:
16775: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16776:
16777: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16778: hashcode implemented fully, including per-char callback [it can
16779: be - substr CORD node]
16780:
16781: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16782: rewritten to rewalloc with 100byte buf ahead
16783:
16784: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16785: src/include/pa_string.h, src/main/compile.tab.C,
16786: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16787: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16788: CORD_ec [bad] would rewrite as realloc now
16789:
16790: * src/: classes/date.C, classes/file.C, classes/form.C,
16791: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16792: include/pa_cache_managers.h, include/pa_charsets.h,
16793: include/pa_common.h, include/pa_request.h,
16794: include/pa_sql_driver_manager.h, include/pa_table.h,
16795: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16796: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16797: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16798: types/pa_vmail.C, types/pa_vmethod_frame.C,
16799: types/pa_vstateless_class.h: 2*2 worked :)
16800:
16801: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16802: src/include/pa_exec.h, src/include/pa_string.h,
16803: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16804: passed OK
16805:
16806: * src/: classes/hash.C, classes/string.C, classes/table.C,
16807: types/pa_value.C: all linked todo: debug
16808:
16809: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16810: types/pa_vstateless_class.C: all compiled. todo:link
16811:
16812: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16813:
16814: * src/types/pa_vtable.C: pa_vtable.C compiled
16815:
16816: * src/types/pa_vstring.C: pa_vstring.C compiled
16817:
16818: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16819:
16820: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16821: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16822: pa_vstateless_class.C, pa_vstateless_class.h:
16823: pa_vstateless_class.C compiled
16824:
16825: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16826: types/pa_vmath.C: pa_vmail.C compiled
16827:
16828: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16829:
16830: * src/types/pa_vform.C: pa_vform.C compiled
16831:
16832: * src/types/pa_vfile.C: pa_vfile.C compiled
16833:
16834: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16835: pa_vstateless_class.C: pa_vcookie.C compiled
16836:
16837: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16838: types/pa_vhash.h: pa_value.C compiled
16839:
16840: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16841: classes.lib main.lib compiled
16842:
16843: * src/classes/void.C: void.C compiled
16844:
16845: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16846: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16847: compiled
16848:
16849: * src/: classes/string.C, include/pa_request.h,
16850: include/pa_string.h, main/pa_string.C: string.C compiled
16851:
16852: * src/: classes/op.C, classes/string.C, classes/table.C,
16853: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16854: main/pa_request.C, main/pa_string.C: op.C compiled
16855:
16856: * src/classes/: math.C, op.C: math.C compiled
16857:
16858: * src/: classes/mail.C, classes/string.C, classes/table.C,
16859: types/pa_vmail.h: mail.C compiled
16860:
16861: * src/classes/: int.C, table.C: int.C compiled
16862:
16863: * src/: classes/hash.C, classes/image.C, classes/string.C,
16864: classes/table.C, include/pa_memory.h, include/pa_string.h,
16865: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16866: compiled
16867:
16868: * src/: classes/hash.C, classes/string.C, classes/table.C,
16869: classes/void.C, classes/xdoc.C, include/pa_request.h,
16870: include/pa_sql_connection.h: hash.C compiled
16871:
16872: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16873: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16874: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16875: classes/math.C, classes/op.C, classes/response.C,
16876: classes/string.C, classes/table.C, classes/void.C,
16877: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16878: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16879: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16880: file.C table.C compiled
16881:
16882: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16883: main/untaint.C: main.lib compiled
16884:
16885: 2003-03-21 paf
16886:
16887: * src/: classes/op.C, include/pa_cache_managers.h,
16888: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16889: include/pa_stylesheet_manager.h, main/pa_exception.C,
16890: main/pa_globals.C, main/pa_sql_driver_manager.C,
16891: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16892: compiled
16893:
16894: * src/: classes/hash.C, classes/image.C, classes/op.C,
16895: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16896: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16897: main/compile.C, main/pa_common.C, main/pa_request.C,
16898: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16899: pa_request.C compiled
16900:
16901: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16902: include/pa_request.h, main/execute.C, main/pa_request.C,
16903: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16904: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16905: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16906: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16907: compiled
16908:
16909: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16910: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16911: on unix
16912:
16913: * src/: include/pa_charset.h, include/pa_charsets.h,
16914: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16915: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16916: pa_charsets.C compiled
16917:
16918: * src/: classes/image.C, classes/mail.C, classes/op.C,
16919: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16920: main/compile.y, main/execute.C, main/pa_common.C,
16921: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16922: types/pa_vcode_frame.h, types/pa_vimage.h,
16923: types/pa_vmethod_frame.h: execute.C compiled
16924:
16925: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16926: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16927: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16928: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16929: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16930: include/pa_cache_managers.h, include/pa_charsets.h,
16931: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16932: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16933: include/pa_sql_driver_manager.h, include/pa_string.h,
16934: include/pa_stylesheet_connection.h,
16935: include/pa_stylesheet_manager.h, include/pa_table.h,
16936: main/compile.C, main/compile.tab.C, main/compile.y,
16937: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16938: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16939: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16940: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16941: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16942: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16943: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16944: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16945: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16946: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16947: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16948: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16949: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16950: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16951: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16952: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16953: types/pa_vresponse.h, types/pa_vstateless_class.C,
16954: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16955: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16956: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16957: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16958: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16959: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16960: [C++ CORD wrapper]
16961:
16962: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16963:
16964: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16965: $file::exec/cgi[script; $.charset[this is script's charset]
16966:
16967: command line, env values, input got transcoded before call
16968: stdout, stderr got transcoded after call
16969:
16970: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16971: by default. use: ^file::exec[...;$.stdin[$request.body]
16972:
16973: * src/main/pa_common.C: } typo bug fix
16974:
16975: * src/main/pa_common.C: } typo bug fix
16976:
16977: 2003-03-20 paf
16978:
16979: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16980: main/untaint.C: cord bug fix, but still errors todo: clear out
16981:
16982: * src/include/pa_string.h: more tests
16983:
16984: * src/main/pa_string.C: string.pos fixed
16985:
1.116 moko 16986: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16987: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16988: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16989: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16990: replaces
1.95 moko 16991:
16992: * src/: classes/image.C, include/pa_dictionary.h,
16993: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16994: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16995: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16996: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16997:
16998: * src/include/pa_string.h: warning
16999:
17000: * src/include/pa_string.h: this_starts fixed
17001:
17002: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17003: new String ctor & append params convention
17004:
17005: * src/: classes/file.C, classes/hash.C, classes/image.C,
17006: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17007: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17008: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17009: main/pa_exception.C, main/pa_exec.C,
17010: main/pa_sql_driver_manager.C, main/pa_string.C,
17011: main/pa_stylesheet_manager.C, main/untaint.C,
17012: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17013: types/pa_vmail.C: more tests OK
17014:
17015: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17016: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17017: gc/exit runned OK
17018:
17019: * src/types/pa_vmail.C: another naming problem: should not name
17020: vars like that: unpredictable close caused problems with later
17021: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17022: descriptors missing on startup: stdin; Bad file number
17023:
17024: todo: find out why so many filters(stream) here. probably wrong?
17025:
17026: * src/: include/pa_dictionary.h, include/pa_string.h,
17027: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17028: main/untaint.C: test compiled
17029:
17030: * src/: classes/image.C, classes/mail.C, classes/math.C,
17031: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17032: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17033: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17034: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17035: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17036: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17037: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17038: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17039: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17040:
17041: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17042: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17043: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17044: src/include/pa_memory.h, src/include/pa_request.h,
17045: src/include/pa_request_charsets.h,
17046: src/include/pa_sql_connection.h, src/include/pa_string.h,
17047: src/main/compile.tab.C, src/main/execute.C,
17048: src/main/pa_charset.C, src/main/pa_common.C,
17049: src/main/pa_exception.C, src/main/pa_exec.C,
17050: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17051: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17052: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17053: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17054: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17055: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17056: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17057: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17058: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17059: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17060: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17061: pa_common.C [done, without http for now]
17062:
17063: 2003-03-19 paf
17064:
17065: * src/: classes/date.C, classes/form.C, classes/hash.C,
17066: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17067: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17068: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17069: include/pa_string.h, include/pa_table.h, main/compile.C,
17070: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17071: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17072: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17073: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17074: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17075: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17076: types/pa_vstateless_class.h, types/pa_vtable.C,
17077: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17078: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17079: types/pa_wwrapper.h: started test
17080:
1.116 moko 17081: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17082: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17083:
17084: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17085: include/pa_string.h, main/pa_string.C: string compiled todo: test
17086: it
17087:
17088: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17089: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17090: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17091: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17092: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17093: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17094: types/pa_vmethod_frame.h, types/types.dsp: string
17095: reimplementation with cord+array<fragment>: 70%
17096:
17097: 2003-03-18 paf
17098:
17099: * src/: classes/date.C, classes/file.C, classes/form.C,
17100: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17101: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17102: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17103: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17104: can ignore lang in cmp and pos really, but would
17105: split properly!
17106:
17107: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17108: cord part made parser/src/lib: it's not compiled into libgc by
17109: default
17110:
17111: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17112: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17113: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17114: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17115: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17116: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17117: src/classes/xnode.C, src/classes/xnode.h,
17118: src/include/Makefile.am, src/include/pa_cache_managers.h,
17119: src/include/pa_charset.h, src/include/pa_charsets.h,
17120: src/include/pa_common.h, src/include/pa_dictionary.h,
17121: src/include/pa_exception.h, src/include/pa_exec.h,
17122: src/include/pa_globals.h, src/include/pa_hash.h,
17123: src/include/pa_memory.h, src/include/pa_pool.h,
17124: src/include/pa_request.h, src/include/pa_request_charsets.h,
17125: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17126: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17127: src/include/pa_stylesheet_connection.h,
17128: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17129: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17130: src/main/compile.C, src/main/compile.tab.C,
17131: src/main/compile_tools.C, src/main/compile_tools.h,
17132: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17133: src/main/pa_charsets.C, src/main/pa_common.C,
17134: src/main/pa_dictionary.C, src/main/pa_exception.C,
17135: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17136: src/main/pa_pool.C, src/main/pa_request.C,
17137: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17138: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17139: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17140: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17141: src/types/pa_junction.h, src/types/pa_method.h,
17142: src/types/pa_value.C, src/types/pa_value.h,
17143: src/types/pa_vclass.C, src/types/pa_vclass.h,
17144: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17145: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17146: src/types/pa_vdouble.h, src/types/pa_venv.h,
17147: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17148: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17149: src/types/pa_vimage.C, src/types/pa_vimage.h,
17150: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17151: src/types/pa_vmath.C, src/types/pa_vmath.h,
17152: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17153: src/types/pa_vobject.C, src/types/pa_vobject.h,
17154: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17155: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17156: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17157: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17158: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17159: src/types/pa_vstring.h, src/types/pa_vtable.C,
17160: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17161: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17162: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17163: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17164: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17165: gc: PA_Object done lots of replacements also
17166:
17167: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17168: gc logging
17169:
17170: 2003-03-17 paf
17171:
17172: * src/: classes/date.C, classes/file.C, classes/form.C,
17173: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17174: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17175: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17176: include/pa_string.h, include/pa_types.h, main/compile.C,
17177: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17178: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17179: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17180: main/pa_sql_driver_manager.C, main/pa_string.C,
17181: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17182: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17183: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17184: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17185: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17186: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17187: types/pa_vxnode.h: libgc attempt
17188:
17189: 2003-03-13 paf
17190:
17191: * src/: include/pa_sql_driver_manager.h,
17192: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17193: called
17194:
17195: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17196: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17197: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17198: types/pa_value.h, types/pa_vobject.h,
17199: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17200: set_base, set_derived simplified [counter leaks fixed]
17201:
17202: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17203: src/types/types.dsp: incorporated status class patch From:
17204: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17205: 2003 8:14 AM
17206:
17207: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17208: Win32 specific: QuotaPeakNonPagedPoolUsage
17209: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17210:
17211: 2003-03-12 paf
17212:
1.116 moko 17213: * configure, configure.in, src/lib/ltdl/configure,
17214: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17215: lib/ltdl/Makefile now created by /configure.in only [were by
17216: lib/ltdl/configure.in OVERWRITE]
17217:
1.116 moko 17218: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17219: linkage fixed for g++ 3.2.2
1.95 moko 17220:
17221: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17222: on using privately declared class [fixed]
17223:
17224: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17225: 3.2 rightliy complained on using privately declared class [fixed]
17226:
17227: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17228: sigpipe before request constructor now causes death
17229:
17230: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17231: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17232: not cause exception in exception handler
17233:
1.116 moko 17234: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17235: now default links libstdc++ statically. that can be overriden by
17236: --with-dynamic-stdcpp
1.95 moko 17237:
17238: 2003-03-11 paf
17239:
17240: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17241: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17242: necessity of libstdc++
17243:
17244: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17245:
17246: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17247:
17248: 2003-03-08 paf
17249:
17250: * tests/Makefile: make install & co
17251:
17252: * src/: include/pa_request.h, classes/op.C: removing
17253: vclass,object.h -> pa_request.h dependency
17254:
17255: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17256: main/pa_request.C: removing vform,response,cookie.h ->
17257: pa_request.h dependency
17258:
17259: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17260: dependency [testing...]
17261:
17262: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17263: return 0; fixed
17264:
17265: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17266: types/pa_vmail.h: vmail.C received just compiled [not tested]
17267:
17268: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17269:
17270: * src/main/pa_request.C: forgotten: ifdef XML
17271:
17272: * src/main/pa_request.C: forgotten: ifdef XML
17273:
17274: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17275: win32 and run memleak tests again
17276:
17277: * src/targets/cgi/parser3.C: charsets: see some strange things with
17278: old xml lib-- it's internal memory handling has faults
17279:
17280: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17281: problems when transcode from charset A to A.
17282:
17283: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17284: todo: still problems when transcode from charset A to A.
17285:
17286: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17287: classes/table.C, include/pa_array.h,
17288: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17289: started full-scale-site-test [~ http://parser.ru sources]
17290:
17291: some fixes
17292:
17293: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17294: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17295: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17296: results/110.processed, results/111.processed,
17297: results/112.processed, results/113.processed,
17298: results/114.processed, results/115.processed,
17299: results/116.processed, results/117.processed,
17300: results/118.processed, results/119.processed,
17301: results/120.processed: xml: tests 109 dom create/show 110 xpath
17302: selectSingle 111 xdoc.create from tainted & 112
17303: xdoc.create/output with russian attr value 113 xpath
17304: selectString/Number 114 dom attributes.count 115 xpath selectBool
17305: 116 output media-type change 117 transform by dom stylesheet 118
17306: empty transform result 119 dom setAttribute 120 nbsp letter
17307: output
17308:
17309: =END OF PREPARED XML TESTS=
17310:
17311: 2003-03-07 paf
17312:
17313: * src/classes/xdoc.C, src/include/pa_charset.h,
17314: src/include/pa_stylesheet_connection.h, tests/108.html,
17315: tests/108.xsl, tests/results/108.processed: xml: test 108
17316: transform with params [bugs fixed]
17317:
17318: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17319: from copy/paste bug
17320:
17321: * src/classes/xdoc.C, src/include/pa_charset.h,
17322: src/include/pa_request.h, src/main/execute.C,
17323: src/main/pa_charset.C, src/main/pa_exception.C,
17324: src/main/pa_globals.C, src/main/pa_request.C,
17325: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17326: src/types/pa_vxnode.C, tests/107.html,
17327: tests/results/107.processed: xml: test: 107 bug fixes
17328:
17329: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17330: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17331: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17332:
17333: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17334: string
17335:
17336: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17337: mem alloc functions used for different cases [libxml, libxsl]
17338:
17339: * src/classes/classes.C: fixed: prevent system classes from
17340: modification to lock ALL the classes, not only directly used
17341:
17342: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17343: linked
17344:
17345: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17346:
17347: 2003-03-06 paf
17348:
17349: * src/classes/xdoc.C: xdoc.C 50%
17350:
17351: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17352: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17353: main/pa_globals.C, main/pa_request.C,
17354: main/pa_stylesheet_manager.C: xnode.C compiled
17355:
17356: * src/: include/pa_stylesheet_connection.h,
17357: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17358: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17359:
17360: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17361: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17362: xml: stylesheet&manager STARTED
17363:
17364: * src/: include/pa_globals.h, main/pa_charset.C,
17365: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17366:
17367: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17368: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17369: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17370: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17371: charsets
17372:
17373: * tests/023.html: in some cases it rounded up badly. postponing
17374: solution of that problem, making more simple test
17375:
17376: * tests/: 058_paf2000.png, results/058.processed: .png added with
17377: -kb now
17378:
17379: * src/: include/pa_charset.h, include/pa_charsets.h,
17380: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17381: moved to charsets.C
17382:
17383: 2003-03-05 paf
17384:
17385: * src/classes/string.C, src/include/pa_string.h,
17386: src/main/pa_string.C, tests/105.html,
17387: tests/results/105.processed: String::match bug fixed
17388:
17389: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17390: tests/results/104.processed: ^bpt operator added [does int3 in
17391: debug build on win32]
17392:
17393: * tests/: 057.html, results/057.processed: test bug fixed
17394:
1.116 moko 17395: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17396:
17397: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17398: missing
17399:
1.116 moko 17400: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17401: forgotten files added to Makes
1.95 moko 17402:
17403: * ltmain.sh: ltmain.sh added
17404:
17405: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17406: change undone ;(
17407:
17408: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17409: made static
17410:
17411: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17412: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17413: todo:make linker happy
1.95 moko 17414:
17415: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17416: env param made optional
17417:
17418: 2003-03-04 paf
17419:
17420: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17421: types/pa_vimage.h: number of gcc compiler bugs fixed
17422:
17423: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17424: results/103.processed: tests: 103 image.copy transparence test
17425:
17426: * src/main/execute.C, tests/101.html, tests/102.html,
17427: tests/results/101.processed, tests/results/102.processed: tests:
17428: 101 method/variable name conflict test 102 form fields change
17429: should not not change anything [bug fix]
17430:
17431: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17432: results/099.processed, results/100.processed: tests: 57 date
17433: create 2002: added 99,100 response:body/download
17434:
17435: * src/classes/image.C, tests/098.html, tests/098font.gif,
17436: tests/results/098.processed: test: 98 image font text [bug fixed]
17437:
17438: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17439: tests/results/097.processed: test: 97 file::load http:// [bugs
17440: fixed]
17441:
17442: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17443: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17444: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17445: image EXIF [bug fixed]
17446:
17447: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17448: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17449: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17450: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17451: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17452: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17453: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17454: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17455: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17456: tests/094.html, tests/095.html, tests/results/061.processed,
17457: tests/results/062.processed, tests/results/063.processed,
17458: tests/results/064.processed, tests/results/065.processed,
17459: tests/results/066.processed, tests/results/067.processed,
17460: tests/results/068.processed, tests/results/069.processed,
17461: tests/results/070.processed, tests/results/071.processed,
17462: tests/results/072.processed, tests/results/073.processed,
17463: tests/results/074.processed, tests/results/075.processed,
17464: tests/results/076.processed, tests/results/077.processed,
17465: tests/results/078.processed, tests/results/080.processed,
17466: tests/results/081.processed, tests/results/082.processed,
17467: tests/results/083.processed, tests/results/084.processed,
17468: tests/results/085.processed, tests/results/086.processed,
17469: tests/results/087.processed, tests/results/088.processed,
17470: tests/results/089.processed, tests/results/090.processed,
17471: tests/results/091.processed, tests/results/092.processed,
17472: tests/results/093.processed, tests/results/094.processed,
17473: tests/results/095.processed, tests/079.html,
17474: tests/results/079.processed: tests: 61 file::stat size 62
17475: string->int autoconvert 63 double .int,dec,div,mul 64 date
17476: compare 65 file: basename,justname,justext 66 math:crypt 67
17477: string.match simple on long 68 string.match normalized simple on
17478: long 69 string.int 70 file::stat content-type 71 table.join 72
17479: hash parameter conditional pass 73 date daylightsaving,yearday 74
17480: date arithmetics 75 response date values/attributes 76 string.pos
17481: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17482: with local 80 scientific numeric literal in string autoconvert 81
17483: xor: logical and numerical 82 for delims 83 menu delims 84
17484: table.hash distinct 85 long string replace 86 throw+catch
17485: current language preserve 87 bit shifts 88 junction tests +
17486: $caller test 89 hash.foreach selfmodification 90 int/void to int
17487: 91 $caller test 92 junction is + def junction tests 93 $caller
17488: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17489:
17490: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17491: fixed] 60 string eq string [bug fixed]
17492:
17493: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17494: 058.html, 058_paf2000.png, 059.html, 060.html,
17495: results/053.processed, results/054.processed,
17496: results/055.processed, results/056.processed,
17497: results/057.processed, results/058.processed,
17498: results/059.processed, results/060.processed: test: 53
17499: string.replace 54 junctions 55 table.hash 56 call indirect 57
17500: date.create[string] 58 image.measure[png]
17501:
17502: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17503: outputs/051.processed, results/052.processed: test: 52
17504: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17505: task: fix that
17506:
17507: 2003-03-03 paf
17508:
17509: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17510: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17511: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17512: outputs/049.processed, outputs/050.processed,
17513: outputs/051.processed, results/001.processed,
17514: results/002.processed, results/003.processed,
17515: results/005.processed, results/006.processed,
17516: results/008.processed, results/009.processed,
17517: results/011.processed, results/012.processed,
17518: results/013.processed, results/014.processed,
17519: results/015.processed, results/016.processed,
17520: results/017.processed, results/020.processed,
17521: results/021.processed, results/022.processed,
17522: results/024.processed, results/025.processed,
17523: results/026.processed, results/027.processed,
17524: results/028.processed, results/029.processed,
17525: results/030.processed, results/031.processed,
17526: results/049.processed, results/050.processed,
17527: results/051.processed, results/043.processed,
17528: results/044.processed, results/045.processed,
17529: results/046.processed, results/047.processed,
17530: results/048.processed: tests: 43,44,45 date rolls 46
17531: autoevaluating junction 47 table.select 48 name with subvar 49
17532: hash-creating switch 50 process 51 started parent/child, works as
17533: it were but it were NOT GOOD, created separate task to fix that
17534:
17535: * tests/: 042.html, results/042.processed: test: 42
17536: exception.handled
17537:
17538: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17539: expression
17540:
17541: * tests/: 040.html, results/040.processed: test: 39 method result
17542: of type table 40 method param junction auto evaluate
17543:
17544: * tests/: 039.html, results/039.processed: test: 37 method result
17545: of type table
17546:
17547: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17548: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17549: tests/038.html, tests/results/033.processed,
17550: tests/results/034.processed, tests/results/035.processed,
17551: tests/results/036.processed, tests/results/037.processed,
17552: tests/results/038.processed: tests: 33 string.replace 34
17553: string.upper 35 table created 36 local/global vars with juntions
17554: 37 table clone 38 math PI & number formatting
17555:
17556: math class registring typo fixed
17557:
17558: * src/classes/op.C, src/include/pa_request.h,
17559: src/include/pa_string.h, src/main/execute.C,
17560: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17561: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17562: tests/032.html, tests/results/032.processed: uchar changed to
17563: String_UL in all places [was not everywhere] untaint test: 032
17564:
17565: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17566: tests/results/004.processed, tests/parser-cygwin.sh,
17567: tests/parser-unix.sh: removed -H command line key, now testing
17568: using .sh file with SERVER_SOFTWARE=xxx
17569:
17570: 2003-02-26 paf
17571:
17572: * src/main/execute.C, src/types/pa_vstateless_class.h,
17573: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17574: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17575: tests/results/024.processed, tests/results/025.processed,
17576: tests/results/026.processed, tests/results/027.processed,
17577: tests/results/028.processed, tests/results/029.processed,
17578: tests/results/030.processed, tests/results/031.processed: fixed
17579: bug with name_cstr mutable CharPtr more tests
17580:
17581: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17582: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17583: << abort. die now just exits
17584:
17585: * src/classes/classes.awk, src/classes/classes.h,
17586: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17587: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17588: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17589: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17590: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17591: src/classes/xnode.C, src/include/pa_memory.h,
17592: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17593: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17594: src/types/pa_vform.C, tests/015.html, tests/016.html,
17595: tests/017.html, tests/018.html, tests/019.html,
17596: tests/019paf2001.gif, tests/020.html, tests/021.html,
17597: tests/022.html, tests/023.html, tests/022_dir/a.html,
17598: tests/022_dir/b.txt, tests/022_dir/c.htm,
17599: tests/results/015.processed, tests/results/016.processed,
17600: tests/results/017.processed, tests/results/018.processed,
17601: tests/results/019.processed, tests/results/020.processed,
17602: tests/results/021.processed, tests/results/022.processed,
17603: tests/results/023.processed: methoded_array now contains all Mxxx
17604: classes SAPI::get_env now returns info on pool more tests
17605:
17606: * src/include/pa_array.h, src/include/pa_hash.h,
17607: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17608: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17609: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17610: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17611: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17612: tests/results/001.processed, tests/results/002.processed,
17613: tests/results/003.processed, tests/results/004.processed,
17614: tests/results/005.processed, tests/results/006.processed,
17615: tests/results/007.processed, tests/results/008.processed,
17616: tests/results/009.processed, tests/results/010.processed,
17617: tests/results/011.processed, tests/results/012.processed,
17618: tests/results/013.processed, tests/results/014.processed: hash
17619: cloning fixed
17620:
17621: 2003-02-25 paf
17622:
17623: * src/main/pa_common.C: typo fixed
17624:
17625: 2003-02-24 paf
17626:
17627: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17628: [one remained]
17629:
17630: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17631: [should have been get_string(&pool)] todo: check other such calls
17632:
17633: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17634: test10, bad lookups
17635:
17636: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17637: object got destructed, and xxx points to sky
17638:
17639: * ChangeLog, src/classes/string.C: match bug fixed
17640:
17641: * src/types/pa_vmail.C: body [text/html] transcoded to
17642: $.charset[specified] now
17643:
17644: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17645: which failed to handle sigsetjmp+throw: crashed inside of
17646: pre-throw code. rewritten simplier [though duplicating
17647: closesocket code]
17648:
17649: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17650: which failed to handle sigsetjmp+throw: crashed inside of
17651: pre-throw code. rewritten simplier [though duplicating
17652: closesocket code]
17653:
17654: 2003-02-21 paf
17655:
1.211 moko 17656: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17657: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17658: now]]
1.95 moko 17659:
17660: written makefile with regression tests [raw]
17661:
17662: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17663: tests' only [it's not forcing CGI mode now] now use -H to output
17664: CGI header when parser used in command line [useful for tests
17665: also]
17666:
17667: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17668: switches on CGI mode, and is used in regression tests
17669:
17670: * src/: include/pa_request.h, main/pa_request.C,
17671: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17672: fixed
17673:
17674: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17675: handling pa_*
17676:
17677: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17678: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17679: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17680: memory handling files
17681:
17682: * src/main/pa_array.C: pool::format_integer terminator fixed
17683:
17684: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17685: compiles OK test to show benefits of free
17686:
17687: * src/: classes/file.C, classes/image.C, classes/mail.C,
17688: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17689: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17690: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17691: use pool [as the one in ^process]
17692:
17693: * src/classes/op.C: fixed process. sould now check for all cstr's
17694: -- some must use pool [as the one in ^process]
17695:
17696: 2003-02-20 paf
17697:
17698: * src/: classes/date.C, classes/double.C, classes/file.C,
17699: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17700: classes/math.C, classes/op.C, classes/response.C,
17701: classes/string.C, classes/table.C, classes/void.C,
17702: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17703: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17704: string cmp fixed
17705:
17706: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17707: values passed OK now
17708:
17709: 2003-02-19 paf
17710:
17711: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17712: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17713: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17714: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17715: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17716: all remaning leaks resulted from pooled::malloc calls [excluding
17717: in gd -- planning complete rewrite extremely ugly code]
17718:
17719: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17720: files
17721:
17722: 2003-02-17 paf
17723:
17724: * src/: classes/date.C, classes/double.C, classes/file.C,
17725: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17726: classes/response.C, classes/string.C, classes/table.C,
17727: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17728: include/pa_stylesheet_connection.h,
17729: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17730: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17731: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17732: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17733: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17734: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17735: of unitialized simple-typed field
17736:
17737: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17738: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17739: simple-typed field fixed. todo: find&kill all like that one
17740:
17741: * src/: main/execute.C, targets/cgi/pa_pool.C,
17742: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17743: debug output fixed
17744:
17745: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17746: main/pa_request.C: stack-stored items need extra .ref to prevent
17747: object_ptr from delete[them]
17748:
17749: * src/: classes/date.C, classes/op.C, classes/table.C,
17750: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17751: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17752: main/pa_charset.C, main/pa_common.C,
17753: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17754: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17755: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17756: calls
17757:
17758: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17759: couple mem leaks rusulted from old pooled::malloc usage.
17760: todo:find more like those
17761:
17762: * src/main/: compile.C, compile_tools.C: 2*2!
17763:
17764: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17765: stackItem fixed [there were no string on stack before]
17766:
17767: * src/: main/execute.C, main/pa_request.C,
17768: types/pa_vmethod_frame.C: first letters out OK
17769:
17770: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17771: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17772: main/pa_string.C, main/untaint.C, types/pa_value.h,
17773: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17774: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17775: type not initialized with zeros :( while class fields of class
17776: types initialized with default constructors. learn C++
17777:
17778: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17779: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17780: classes/math.C, classes/xdoc.C, classes/xnode.C,
17781: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17782: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17783:
17784: 2003-02-14 paf
17785:
17786: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17787: 13 link errors
17788:
17789: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17790: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17791: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17792: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17793: errors :)
17794:
17795: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17796: classes/hash.C, classes/mail.C, classes/op.C,
17797: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17798: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17799: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17800: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17801:
17802: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17803: classes/table.C, include/pa_common.h, include/pa_globals.h,
17804: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17805: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17806: types/pa_vint.h, types/types.dsp: op compiled
17807:
17808: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17809: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17810: main/untaint.C, types/pa_vtable.h: string, response compiled
17811:
17812: 2003-02-07 paf
17813:
17814: * src/: classes/table.C, types/pa_vtable.h: table compiled
17815:
17816: 2003-02-06 paf
17817:
17818: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17819: mail compiled
17820:
17821: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17822: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17823: types/pa_vfile.h, types/pa_vimage.h: image compiled
17824:
17825: * src/classes/: file.C, form.C: form compiled
17826:
17827: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17828: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17829: types/pa_vfile.C, types/pa_vfile.h: file compiled
17830:
17831: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17832: types/pa_vmath.h: math compiled [win32]
17833:
17834: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17835: types/pa_vstring.h: hash compiled
17836:
17837: 2003-02-04 paf
17838:
17839: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17840: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17841: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17842: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17843: types/pa_vhash.h: hash 50% compiled
17844:
17845: * src/: classes/date.C, classes/file.C, classes/hash.C,
17846: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17847: classes/string.C, classes/table.C, classes/xdoc.C,
17848: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17849: main/pa_string.C: date compiled
17850:
17851: * src/classes/: classes.dsp, double.C: double compiled
17852:
17853: * src/: classes/date.C, classes/double.C, classes/file.C,
17854: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17855: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17856: classes/string.C, classes/table.C, classes/void.C,
17857: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17858: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17859: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17860: compiled
17861:
17862: * src/: classes/date.C, classes/double.C, classes/file.C,
17863: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17864: classes/math.C, classes/op.C, classes/response.C,
17865: classes/string.C, classes/table.C, classes/void.C,
17866: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17867: types/pa_vvoid.h: void compiled :)
17868:
17869: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17870: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17871: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17872: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17873: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17874: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17875: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17876: types/pa_vresponse.C, types/pa_vstateless_class.C,
17877: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17878: types/pa_wcontext.C, types/types.dsp: removed stupid
17879: value_includes.h
17880:
17881: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17882: trying to remove stupid value_includes.h
17883:
17884: * src/main/pa_exec.C: pa_exec compiled on win32
17885:
17886: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17887:
17888: * src/: include/pa_globals.h, include/pa_request.h,
17889: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17890: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17891: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17892: types/pa_vrequest.C, types/pa_vstateless_class.C,
17893: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17894:
17895: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17896: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17897: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17898:
17899: * src/: include/pa_array.h, include/pa_config_includes.h,
17900: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17901: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17902: compiled
17903:
17904: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17905: name conflicts)
17906:
17907: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17908: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17909: yelds "virtual memory exhausted" while trying to compile
17910: execute.C [eating up to 127MB]
17911:
17912: 2003-02-03 paf
17913:
17914: * src/: include/pa_config_includes.h, include/pa_hash.h,
17915: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17916: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17917: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17918: types/pa_vint.h, types/pa_vjunction.h,
17919: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17920: started gcc compiling pa_common compiled
17921:
17922: * src/: include/pa_exception.h, include/pa_pool.h,
17923: main/pa_exception.C: exception gcc change #1
17924:
1.116 moko 17925: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17926: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17927:
17928: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17929:
17930: * src/types/pa_vtable.C: vtable compiled
17931:
17932: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17933:
17934: * src/: include/pa_cache_managers.h, main/pa_request.C,
17935: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17936:
17937: * src/types/pa_vstateless_class.C: vstateless_class compiled
17938:
17939: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17940:
17941: * src/types/pa_vrequest.C: vrequest compiled
17942:
17943: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17944: pa_vobject.C, pa_vobject.h: vobject compiled
17945:
17946: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17947: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17948: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17949: compiled
17950:
17951: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17952:
17953: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17954: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17955: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17956: compiled
17957:
17958: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17959: main.lib - 0 error(s), 0 warning(s)
17960:
17961: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17962: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17963:
17964: 2003-01-31 paf
17965:
17966: * src/: include/pa_array.h, include/pa_operation.h,
17967: include/pa_request.h, main/execute.C, main/main.dsp,
17968: types/pa_vjunction.h: started last file from main library:
17969: execute
17970:
17971: * src/: include/pa_request.h, include/pa_sapi.h,
17972: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17973: main/pa_request.C, targets/cgi/parser3.C,
17974: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17975: types/pa_vhash.h: pa_request compiled
17976:
17977: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17978: include/pa_globals.h, include/pa_request.h,
17979: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17980: main/execute.C, main/main.dsp, main/pa_common.C,
17981: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17982: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17983: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17984: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17985: types/types.dsp: most pa_request compiled
17986:
17987: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17988: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17989: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17990: classes/op.C, classes/response.C, classes/string.C,
17991: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17992: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17993: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17994: include/pa_config_fixed.h, include/pa_config_includes.h,
17995: include/pa_dictionary.h, include/pa_dir.h,
17996: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17997: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17998: include/pa_pool.h, include/pa_request.h,
17999: include/pa_request_charsets.h, include/pa_request_info.h,
18000: include/pa_sapi.h, include/pa_socks.h,
18001: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18002: include/pa_stack.h, include/pa_string.h,
18003: include/pa_stylesheet_connection.h,
18004: include/pa_stylesheet_manager.h, include/pa_table.h,
18005: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18006: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18007: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18008: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18009: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18010: main/compile.C, main/compile.tab.C, main/compile.y,
18011: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18012: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18013: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18014: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18015: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18016: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18017: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18018: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18019: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18020: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18021: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18022: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18023: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18024: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18025: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18026: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18027: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18028: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18029: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18030: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18031: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18032: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18033: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18034: types/pa_vresponse.h, types/pa_vstateless_class.C,
18035: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18036: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18037: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18038: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18039: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18040: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18041:
18042: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18043: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18044: src/include/pa_charsets.h, src/include/pa_common.h,
18045: src/include/pa_dictionary.h, src/include/pa_exception.h,
18046: src/include/pa_exec.h, src/include/pa_pool.h,
18047: src/include/pa_request.h, src/include/pa_sapi.h,
18048: src/include/pa_sql_connection.h,
18049: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18050: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18051: src/main/compile.tab.C, src/main/compile_tools.C,
18052: src/main/compile_tools.h, src/main/main.dsp,
18053: src/main/pa_charset.C, src/main/pa_charsets.C,
18054: src/main/pa_common.C, src/main/pa_dictionary.C,
18055: src/main/pa_exception.C, src/main/pa_exec.C,
18056: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18057: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18058: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18059: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18060: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18061: src/types/pa_vdouble.h, src/types/pa_venv.h,
18062: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18063: src/types/pa_vhash.h, src/types/pa_vimage.C,
18064: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18065: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18066: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18067: src/types/pa_vobject.C, src/types/pa_vobject.h,
18068: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18069: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18070: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18071: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18072: src/types/pa_vstring.h, src/types/pa_vtable.h,
18073: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18074: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18075: died, long live StringPtr
18076:
18077: 2003-01-30 paf
18078:
18079: * src/: include/pa_charset.h, include/pa_request.h,
18080: include/pa_sql_driver_manager.h, main/compile.tab.C,
18081: main/compile.y, main/compile_tools.h, main/pa_request.C,
18082: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18083:
18084: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18085: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18086: types/pa_vhash.h, types/pa_vmethod_frame.h,
18087: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18088: types/types.dsp: vstateless_class compiled
18089:
18090: * src/main/compile.C: compile compiled
18091:
18092: * src/: include/pa_array.h, include/pa_operation.h,
18093: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18094: main/pa_table.C: compile_tools compiled
18095:
18096: * src/: include/pa_operation.h, main/compile.y,
18097: main/compile_tools.C, main/compile_tools.h: started
18098: compile_tools. vagues ideas of how to free compiled code
18099:
18100: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18101: main/main.dsp, types/pa_value.C, types/pa_value.h,
18102: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18103: compiled
18104:
18105: 2003-01-29 paf
18106:
18107: * src/: include/pa_globals.h, include/pa_request.h,
18108: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18109: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18110: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18111: compiled
18112:
18113: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18114: now
18115:
18116: * src/: include/pa_array.h, include/pa_exception.h,
18117: include/pa_pool.h, main/pa_exception.C: gd compiled
18118:
18119: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18120: compiled
18121:
18122: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18123: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18124: types/pa_vfile.h: vfile compiled
18125:
18126: * src/: include/pa_common.h, include/pa_globals.h,
18127: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18128: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18129: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18130:
18131: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18132: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18133: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18134: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18135: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18136:
18137: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18138: main/main.dsp, main/untaint.C: more compiled
18139:
18140: * src/: include/pa_charsets.h, include/pa_request.h,
18141: include/pa_request_info.h, include/pa_string.h,
18142: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18143: types/pa_vresponse.h: vrequest compiled
18144:
18145: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18146: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18147: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18148:
18149: * src/: classes/classes.h, include/pa_charset.h,
18150: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18151: include/pa_request.h, include/pa_string.h, main/main.dsp,
18152: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18153: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18154: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18155: types/pa_vrequest.C, types/pa_vrequest.h,
18156: types/pa_vstateless_class.h, types/pa_vstring.h,
18157: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18158:
18159: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18160: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18161: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18162: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18163: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18164: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18165: types/pa_vobject.h, types/pa_vstateless_class.h,
18166: types/pa_vstateless_object.h, types/pa_vstatus.h,
18167: types/pa_vstring.h, types/types.dsp: vmath compiled
18168:
18169: 2003-01-28 paf
18170:
18171: * src/: classes/classes.h, classes/date.C, classes/file.C,
18172: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18173: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18174: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18175: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18176: compile_tools
18177:
18178: * src/: include/pa_charset.h, include/pa_exception.h,
18179: include/pa_request.h, include/pa_string.h, main/untaint.C:
18180: untaint compiled
18181:
18182: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18183: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18184: more compiled. struck with string::store_to needing to know
18185: source/client charsets
18186:
18187: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18188: types/pa_vfile.h: uue compiled
18189:
18190: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18191: table compiled
18192:
18193: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18194: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18195:
18196: * src/: include/pa_charset.h, main/pa_charset.C,
18197: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18198: introduced]
18199:
18200: * src/: classes/date.C, include/pa_charset.h,
18201: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18202: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18203: pa_charsets compiled
18204:
18205: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18206: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18207:
18208: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18209: common compiled
18210:
18211: * src/: include/pa_charsets.h, main/pa_charsets.C,
18212: main/pa_sql_driver_manager.C: pa_charsets compiled
18213:
18214: * src/: include/pa_array.h, include/pa_charset.h,
18215: include/pa_charsets.h, include/pa_pool.h,
18216: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18217: include/pa_stack.h, include/pa_string.h,
18218: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18219: sql_driver_manager compiled
18220:
18221: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18222: letter i with two dots added to koi, all ukranian letters added
18223: to win1251.
18224:
18225: typographic simbol 0xb9 deleted from win1251 [strange one & were
18226: abscent from koi]
18227:
18228: 2003-01-27 paf
18229:
18230: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18231: include/pa_sql_driver_manager.h, include/pa_string.h,
18232: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18233: sql/pa_sql_driver.h: paused on sql_manager
18234:
18235: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18236: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18237: include/pa_stack.h, main/pa_sql_driver_manager.C,
18238: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18239:
18240: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18241: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18242: include/pa_table.h, main/pa_sql_driver_manager.C,
18243: main/pa_table.C: table compiled
18244:
18245: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18246: cache_managers compiled
18247:
18248: * src/: include/pa_array.h, include/pa_charset.h,
18249: include/pa_pool.h, main/pa_charset.C: charset compiled
18250:
18251: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18252:
18253: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18254: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18255: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18256: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18257: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18258:
18259: 2003-01-24 paf
18260:
18261: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18262: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18263: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18264: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18265: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18266: types/pa_vint.h, types/pa_vjunction.h,
18267: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18268: types/pa_vstatus.h, types/pa_vstring.h: more patched
18269:
18270: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18271: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18272: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18273: main/pa_string.C, main/pa_table.C: string compiled
18274:
18275: * src/: include/pa_array.h, include/pa_common.h,
18276: include/pa_dictionary.h, include/pa_exception.h,
18277: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18278: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18279: main/pa_string.C: dictionary compiled
18280:
18281: 2003-01-23 paf
18282:
18283: * src/: include/pa_array.h, include/pa_common.h,
18284: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18285: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18286: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18287: types/pa_value.h: resurrected pool in new sense: now it's
18288: factory, producing&accounting memory chunks for read[autofree]
18289: buffers
18290:
18291: * src/: include/pa_array.h, include/pa_exception.h,
18292: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18293: main/pa_exception.C, main/pa_table.C: table compiled
18294:
18295: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18296: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18297: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18298: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18299: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18300: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18301: main/pa_table.C: aint that easy
18302:
18303: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18304: main/main.dsp: continued with Hash
18305:
18306: * src/main/pa_common.C: connect_string allocated on heap[wes on
18307: stack] now. and exception can be reported OK now [can be reported
18308: outside of pro c with that stack]
18309:
18310: 2003-01-22 paf
18311:
18312: * src/: include/pa_array.h, include/pa_charset.h,
18313: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18314: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18315: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18316: base: contains references_count. auto_ptr template calls
18317: add_ref/release
18318:
18319: 2003-01-21 paf
18320:
18321: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18322: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18323: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18324: classes/op.C, classes/response.C, classes/string.C,
18325: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18326: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18327: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18328: include/pa_config_fixed.h, include/pa_config_includes.h,
18329: include/pa_dictionary.h, include/pa_dir.h,
18330: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18331: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18332: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18333: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18334: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18335: include/pa_stack.h, include/pa_string.h,
18336: include/pa_stylesheet_connection.h,
18337: include/pa_stylesheet_manager.h, include/pa_table.h,
18338: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18339: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18340: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18341: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18342: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18343: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18344: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18345: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18346: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18347: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18348: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18349: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18350: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18351: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18352: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18353: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18354: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18355: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18356: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18357: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18358: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18359: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18360: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18361: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18362: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18363: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18364: types/pa_vstateless_object.h, types/pa_vstatus.C,
18365: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18366: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18367: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18368: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18369: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18370: 2002->2003
18371:
18372: 2003-01-16 paf
18373:
1.211 moko 18374: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18375: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18376: $.any-status(1)
1.95 moko 18377:
1.211 moko 18378: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18379: src/main/pa_common.C: http request now return status. and not
18380: fail on status!=200
18381:
18382: 2003-01-15 paf
18383:
18384: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18385:
18386: 2003-01-14 paf
18387:
18388: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18389: mkinstalldirs: removed some ancient files [they in / really]
18390:
18391: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18392: regretfully needed patch in two places. in config_fixed.h made
18393: stubs for lib to compile in MSVC
18394:
18395: 2003-01-13 paf
18396:
18397: * config.guess, config.sub, ltmain.sh: removed last piece of
18398: configure.in(libtool) hacks
18399:
1.116 moko 18400: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18401: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18402: ltdl.h: moved to latest libtool (1.4.3)
18403:
18404: 2003-01-10 paf
18405:
18406: * src/lib/ltdl/: configure, configure.in: PROG_NM
18407:
18408: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18409: patches. libxml2 >= 2.5.1
18410: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18411: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18412: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18413:
18414: * INSTALL: moved to latest versions of xml libs libxml2 >=
18415: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18416: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18417: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18418:
18419: 2003-01-09 paf
18420:
18421: * INSTALL: xml,xslt,gdome lib urls updated
18422:
18423: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18424: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18425: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18426: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18427: 1.7.2
1.95 moko 18428:
18429: * depcomp: moving to automake 1.7.2
18430:
18431: 2002-12-27 paf
18432:
18433: * src/include/pa_version.h: 0007
18434:
18435: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18436: outdated parts, made links to language docs
18437:
18438: * src/include/pa_config_auto.h.in: comment
18439:
18440: 2002-12-26 paf
18441:
18442: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18443: not contain trailing / fixed.
18444:
18445: * INSTALL: changing SAFE_MODE politics
18446:
18447: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18448:
18449: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18450:
18451: 2002-12-25 paf
18452:
18453: * src/main/pa_globals.C: optimized-xml
18454:
18455: * src/main/pa_globals.C: optimized-as-is
18456:
18457: 2002-12-24 paf
18458:
18459: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18460: fixed [were really called with zero size when .html?a=&b=]
18461:
18462: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18463: with --with-sendmail
18464:
18465: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18466: fixed]
18467:
18468: 2002-12-23 paf
18469:
18470: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18471: ignoring parameters & were storing only string with default
18472: expires
18473:
18474: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18475: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18476: December 23, 2002 4:22 AM Subject: bug â
18477: Charset::transcode_buf2xchar
18478:
18479: 2002-12-20 paf
18480:
18481: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18482: non-cgi [script] runs
18483:
18484: 2002-12-19 paf
18485:
18486: * INSTALL: --without-iconv recommended [it crashes on some systems
18487: [tested on elik]] moreover, it's not needed there [parser
18488: registers charsets itself]
18489:
18490: * INSTALL: --without-iconv recommended [it crashes on some systems
18491: [tested on elik]]
18492:
1.211 moko 18493: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18494: src/include/pa_request.h, src/main/pa_globals.C,
18495: src/main/pa_request.C: $response:download
18496:
18497: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18498: compiler [win32]].
18499:
18500: 2002-12-18 paf
18501:
18502: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18503:
18504: 2002-12-17 paf
18505:
18506: * src/targets/cgi/parser3.C: merged die&iis changes
18507:
18508: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18509: to exit(1) 2. more flexible iilegal call check
18510:
18511: 2002-12-16 paf
18512:
18513: * ltmain.sh: some automakes silly insist on having this handy
18514:
18515: * src/main/untaint.C: filespec russian small 'r' changed to latin
18516: 'p' bug fix
18517:
18518: 2002-12-15 paf
18519:
18520: * src/main/untaint.C: filespec russian small 'r' changed to latin
18521: 'p'
18522:
18523: * configure.in, src/include/pa_config_auto.h.in,
18524: src/main/compile.C, src/main/pa_common.C: merged small changes
18525: from branch 6 to HEAD
18526:
18527: * src/main/compile.C: removed warning
18528:
18529: * src/main/pa_common.C: ftruncate having checked
18530:
18531: * configure.in, src/include/pa_version.h: new version
18532:
18533: 2002-12-14 paf
18534:
18535: * src/classes/table.C: removed unnecessary code
18536:
18537: * src/sql/pa_sql_driver.h: exception type fixed
18538:
18539: 2002-12-09 paf
18540:
18541: * src/types/pa_vvoid.h: $void.store[now] error
18542:
18543: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18544:
18545: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18546: tries to write core dump
18547:
18548: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18549:
18550: * src/: classes/hash.C, classes/string.C, classes/table.C,
18551: classes/void.C, main/pa_sql_driver_manager.C,
18552: sql/pa_sql_driver.h: changed exception handling mech in sql
18553: handlers #2
18554:
18555: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18556: exception handling mech in sql handlers
18557:
18558: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18559: handlers
18560:
18561: * src/: classes/hash.C, classes/string.C, classes/table.C,
18562: classes/void.C, main/pa_sql_driver_manager.C,
18563: sql/pa_sql_driver.h: changed exception handling mech in sql
18564: handlers
18565:
1.116 moko 18566: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18567: to write makefile which used libtool to install things, which is
18568: not needed
1.95 moko 18569:
18570: 2002-12-06 paf
18571:
1.211 moko 18572: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18573: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18574: more like 'table'
1.95 moko 18575:
18576: 2002-12-05 paf
18577:
18578: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18579: cc/bcc OK now
18580:
18581: * src/main/untaint.C: mail header closed properly
18582:
18583: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18584: header ',' allowed. still bugs in smtp [only one receiptient
18585: works, cc, bcc ignored now, and MAILED ;)]
18586:
18587: [strncpy killed, memnchr used]
18588:
18589: * src/main/pa_table.C: table-copy now current=0
18590:
18591: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18592: lowlevel proc
18593:
18594: * src/targets/cgi/parser3.C: more checks on
18595: http://domain/parser.cgi start [maybe some getenv returns "",
18596: checked that now
18597:
18598: * src/targets/cgi/parser3.C: more checks on
18599: http://domain/parser.cgi start [maybe some getenv returns "",
18600: checked that now
18601:
18602: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18603: out-of-mem errors reached log]
18604:
18605: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18606: mail:send MIME-Version default
18607:
18608: * src/main/main.dsp: pa_version included into main.dsp
18609:
18610: 2002-12-04 paf
18611:
18612: * src/types/pa_vform.C: $form:field string value cut by premature 0
18613:
18614: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18615: lib/libltdl -> lib/ltdl Win32 changes. s
18616:
18617: * src/classes/classes.awk: more strict *.C$
18618:
18619: * gnu.dsp: restored
18620:
1.116 moko 18621: * configure.in, gnu.dsp, src/lib/Makefile.am,
18622: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18623: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18624: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18625: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18626: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18627: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18628: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18629: now created with /configure, not ltdl/configure, so it does have
18630: no problems with automake. ltdl/configure
18631: AC_OUTPUT(Makefile<<removed)
1.95 moko 18632:
18633: 2002-12-02 paf
18634:
1.211 moko 18635: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18636:
18637: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18638: src/main/pa_common.C, src/main/pa_request.C,
18639: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18640: tainted parts becomes http-header
18641:
18642: 2002-11-29 paf
18643:
1.211 moko 18644: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18645: operators.txt: exif dates now objects of type date
1.95 moko 18646:
18647: * src/classes/image.C: file.seek removed [it were used in image.C
18648: only, and for parser user this means that jpeg image has bad
18649: size in fragment's header] now used image.format
18650:
18651: * src/: include/pa_common.h, main/pa_common.C,
18652: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18653: now handled exactly like $response:header values. e.g. can be
18654: hash [can have subattributes] & contain date values.
18655:
18656: * src/main/pa_common.C: http:// param values lang forced URI
18657:
18658: * src/main/pa_common.C: http:// tainted partes now %xx
18659:
18660: 2002-11-28 paf
18661:
1.211 moko 18662: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18663:
18664: * src/classes/image.C: ^image.length now counts interchar space.
18665: plus space after last char
18666:
18667: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18668:
18669: * src/classes/image.C: ^image.font width measurer now scans full
18670: height [were -1]
18671:
18672: * configure.in: stopped double libltdl/Makefile generation
18673:
18674: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18675: chars [one top horizontal line of 1pixel height were missing]
18676:
18677: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18678: 'false' to go into (Hash *) parameter
18679:
18680: 2002-11-27 paf
18681:
18682: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18683: types/pa_vmail.C: response:body[file] if file nows it's name now
18684: returns content-disposition: >>attachment<<
18685:
18686: * src/classes/image.C: ^image.font << bad font file-size now
18687: properly reported
18688:
18689: 2002-11-26 paf
18690:
18691: * src/main/pa_request.C: fixed lang in reponse header
18692:
18693: * src/main/pa_common.C: utf8 prefix ignored @read text
18694:
1.211 moko 18695: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18696: response status!=200 made exception: http.status with source=bad
18697: status#
1.95 moko 18698:
18699: 2002-11-25 paf
18700:
18701: * configure.in, src/classes/image.C,
18702: src/include/pa_config_auto.h.in,
18703: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18704: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18705: const void related probs fixed
1.95 moko 18706:
1.211 moko 18707: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18708: fields now UPPERCASE
1.95 moko 18709:
18710: $file[^file::load[http://there]] $file.SERVER
18711:
18712: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18713: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18714: http options [invalid onces now reported] made default
18715: user-agent: paf
18716:
1.211 moko 18717: * operators.ru.txt, operators.txt, src/classes/file.C,
18718: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18719: src/include/pa_globals.h, src/main/pa_common.C,
18720: src/main/pa_globals.C, src/main/pa_request.C,
18721: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18722: now understand http:// prefix and additional params, sample:
18723: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18724: $.USER-AGENT[parser3] ]]
18725:
18726: 2002-11-22 paf
18727:
18728: * src/classes/image.C, src/include/pa_globals.h,
18729: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18730: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18731: $image.exif support $image.exif.DateTime & co
1.95 moko 18732:
18733: 2002-11-21 paf
18734:
18735: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18736: _PASS_APPENDED)
18737:
18738: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18739: EXIF information [were big block and it's size were considered
18740: negative :(]
18741:
1.211 moko 18742: * operators.ru.txt, operators.txt, src/classes/image.C,
18743: src/include/pa_common.h, src/main/pa_common.C,
18744: src/types/pa_vmail.C: image.measure internals rewritten. no
18745: there's reader.seek, and all's ready for EXIF extraction [now we
18746: fail to measure files with EXIF info]
1.95 moko 18747:
18748: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18749: O_TRUNC truncates even exclusevely write-locked file [thanks to
18750: Igor Milyakov <virtan@rotabanner.com> for discovering]
18751:
18752: 2002-11-20 paf
18753:
18754: * src/targets/cgi/parser3.C: logging @signal += query_string
18755:
18756: * configure.in, src/include/pa_config_auto.h.in,
18757: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18758: comment
18759:
18760: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18761:
18762: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18763: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18764: currently processed document SIGPIPE >> interrupts request
18765: processing [exception = DB rollback]
18766:
18767: * src/main/pa_exec.C: comment
18768:
18769: * src/main/pa_exec.C: pa_exec: data written only if size>0
18770:
1.211 moko 18771: * operators.ru.txt, operators.txt, src/classes/file.C:
18772: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18773:
18774: * src/: include/pa_config_fixed.h, main/pa_common.C,
18775: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18776: pipe read errors now checked
18777:
18778: 2002-11-19 paf
18779:
18780: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18781: CGI: Illegal call
18782:
18783: 2002-11-01 paf
18784:
18785: * src/main/execute.C: comment
18786:
18787: 2002-10-31 paf
18788:
18789: * src/main/execute.C: found out why, checked that for now. todo:
18790: find out a way for that user could do that
18791:
18792: * src/types/pa_vstateless_object.h: object put replaces static
18793: parent if any
18794:
18795: * src/types/pa_vobject.C: object put replaces static parent if any
18796:
18797: * src/: classes/form.C, classes/mail.C, classes/op.C,
18798: classes/xnode.h, main/compile.tab.C, main/execute.C,
18799: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18800: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18801: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18802: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18803: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18804: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18805: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18806: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18807: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18808: types/pa_vstateless_object.h, types/pa_vstatus.C,
18809: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18810: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18811: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18812: types/pa_wwrapper.h: static fix merged
18813:
18814: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18815: $virtual_fields in dynamic, but one can reach derived
18816: static[class] variable from base
18817:
18818: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18819: types/pa_vobject.C, types/pa_vobject.h,
18820: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18821: statics, left $virtual_fields in dynamic
18822:
18823: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18824: one can't remember derivates in base class: there's so many of
18825: them. also there can be no virtual method calls in static
18826: classes
18827:
18828: * src/: classes/form.C, classes/mail.C, classes/op.C,
18829: classes/xnode.h, main/execute.C, main/pa_request.C,
18830: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18831: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18832: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18833: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18834: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18835: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18836: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18837: types/pa_vresponse.C, types/pa_vresponse.h,
18838: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18839: types/pa_vstateless_object.h, types/pa_vstatus.C,
18840: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18841: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18842: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18843: types/pa_wwrapper.h: static call $self fixed
18844:
18845: * src/main/execute.C: comment
18846:
18847: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18848: ^process[$caller.self]{...} now compiles to last derived object
18849: part of that 'self'
18850:
18851: 2002-10-29 paf
18852:
18853: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18854: re-passing [iis to blame]
18855:
18856: * src/classes/string.C: changed string.save to pass current sql
18857: connection to cstr thus one can ^connect[some server]{
18858: $s[insert into table x (x) values (^taint[sql]{value})]
18859: ^s.save[some.sql] } and he'd get in some.sql file code with
18860: properly escaped. [tried in mssql->mysql export->import of
18861: binary data]
18862:
18863: 2002-10-25 paf
18864:
18865: * src/types/pa_vresponse.C: case insensitive response user fields
18866: get/put
18867:
18868: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18869: types/pa_vresponse.C: saving for maybe-future
18870:
18871: 2002-10-23 paf
18872:
1.211 moko 18873: * operators.ru.txt, operators.txt, src/classes/table.C:
18874: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18875:
18876: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18877:
18878: 2002-10-22 paf
18879:
18880: * src/types/: pa_vform.C, pa_vform.h: removed needless
18881: VForm::Append...(...Value)
18882:
18883: * src/main/execute.C: $.name outside of $name[...] checked
18884:
18885: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18886: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18887:
18888: 2002-10-21 paf
18889:
1.211 moko 18890: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18891: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18892:
1.211 moko 18893: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18894: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18895:
1.211 moko 18896: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18897: $form:image-map
1.95 moko 18898:
1.211 moko 18899: * operators.ru.txt, operators.txt, src/classes/file.C:
18900: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18901:
18902: 2002-10-17 paf
18903:
18904: * src/main/: compile.tab.C, compile.y: operators precedence changed
18905: a little: logical not and bitwise negation precedence made
18906: highest, << and >> bitshits precedence made equal [were << higher
18907: than >>]
18908:
18909: * src/classes/op.C: exception handling fixed [were bad with
18910: contexts]
18911:
18912: 2002-10-16 paf
18913:
18914: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18915: main/pa_request.C: Request::self considered equal to
18916: VMethodFrame::self, and removed, Request::get_self() mapped to
18917: VMethodFrame.self()
18918:
18919: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18920: $hash in open field now gives old good error meesage
18921:
18922: 2002-10-15 paf
18923:
18924: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18925: use ^if($junction is junction){was and now true}
18926:
18927: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18928: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18929: types/pa_vxnode.C: xml->parser strings now have origin, which
18930: points to place where value left xml library and came to parser:
18931: place of dom field extraction/call
18932:
18933: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18934: main/compile.tab.C, main/compile.y, main/execute.C,
18935: types/pa_vmethod_frame.h: removed last pieces of old code
18936: allowing $junction.xxx at compile time
18937:
18938: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18939: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18940: objects also considered [were only classes]
18941:
18942: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18943: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18944: with CLASS self. [ (request&method_frame).self temporarily
18945: changed ]
18946:
18947: * src/classes/: hash.C, op.C: method_frame now always changed, with
18948: no exception to native calls. for&foreach changed to use
18949: method_frame.caller for their var's name context
18950:
18951: * src/: main/execute.C, targets/cgi/parser3.C,
18952: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18953: compiling to system classes disabled
18954:
1.211 moko 18955: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18956: ^process[$caller.CLASS]{code-string} added
18957:
1.211 moko 18958: * operators.ru.txt, operators.txt, src/classes/op.C,
18959: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18960: src/main/pa_request.C, src/types/Makefile.am,
18961: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18962: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18963: $junction.get $junction.set[] introducing $caller
1.95 moko 18964:
18965: * src/types/pa_value.h: removed outdated comments. doxygen would
18966: find them lower by inheritance tree
18967:
18968: * src/types/pa_vjunction.C: ident
18969:
18970: 2002-10-14 paf
18971:
18972: * src/classes/op.C: process compiles to code's class class
18973:
18974: * src/: classes/form.C, classes/mail.C, classes/op.C,
18975: include/pa_request.h, main/compile.C, main/compile.tab.C,
18976: main/compile.y, main/execute.C, main/pa_request.C,
18977: types/pa_vstateless_class.h: operators now main-class-methods
18978:
18979: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18980: better stack trace [has "call" & co there]
18981:
18982: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18983: operators @auto now executed in MAIN context
18984:
18985: * src/main/execute.C: operator execution context now = MAIN, not
18986: closest stack frame
18987:
18988: @touchit[] $i[after]
18989:
18990: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18991: were 'after'
18992:
18993: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18994: 'after'
18995:
18996: * src/main/execute.C: comment
18997:
18998: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18999: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19000: action]
19001:
19002: * src/types/pa_vxnode.C: misreplace fixed
19003:
19004: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19005: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19006: $status:rusage.tv_secs/usecs introduced
19007:
19008: 2002-10-09 paf
19009:
19010: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19011: on empty string [or uses (default)]
19012:
19013: 2002-10-08 paf
19014:
19015: * src/main/untaint.C: mail header quoted printable changed after
19016: RFC reread
19017:
1.211 moko 19018: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19019:
19020: * src/types/pa_vxnode.C: misreplace
19021:
19022: 2002-09-24 paf
19023:
1.116 moko 19024: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19025:
19026: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19027: mailreceive would compile on freebsd now
19028:
19029: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19030: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19031: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19032: mailreceive would compile on freebsd now
1.95 moko 19033:
19034: * src/: classes/file.C, main/untaint.C: 1. file spec language
19035: changed: now there are only few chars are untainted: * ? ' " < >
19036: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19037: one should use ^untaint[uri]{...} now]
19038:
19039: 2. $list[^file:list[dir]] now returns simply tainted names in
19040: $list.name, not tainted as filespec
19041:
19042: @russianindex[] #dir with files with russian-lang names
19043: $where[dir]
19044:
19045: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19046: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19047:
19048: 2002-09-23 paf
19049:
19050: * src/types/pa_vdouble.h: double->int round added
19051:
19052: * src/classes/date.C: date bug fix, now
19053: round(floatDays*secondsPerDay)
19054:
19055: * src/classes/date.C: date bug fix, now
19056: round(floatDays*secondsPerDay)
19057:
19058: 2002-09-20 paf
19059:
19060: * src/main/execute.C: code junction calls disabled [before: code
19061: was compiled in such a way, that there were no code-junctions in
19062: OP_CALL]
19063:
19064: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19065:
19066: @badjunctioncallinside[code] ^code[]
19067:
19068: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19069: expanding to include ^junction.method
19070:
19071: * src/main/pa_common.C: -d "DIR/" now true
19072:
19073: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19074: as internal xdoc encoding, and after decoding attributes set by
19075: dom functions now encoded OK, not as digital entities
19076:
19077: * src/classes/xdoc.C: empty transform result, being taken as file
19078: now returns empty file, not raises stupid error about "stat-ed
19079: file"
19080:
19081: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19082: allowed
19083:
19084: * src/types/types.dsp: introducing $junction.get/put(1) one can
19085: write iterators now:
19086:
19087: ^user-foreach[key;value]{$key=$value<br>}
19088:
19089: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19090: $code.value($i*2) $code }
19091:
19092: * src/main/compile_tools.h: mistype
19093:
1.116 moko 19094: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19095: thus taking linking options configure changes into account [were:
19096: ignoring]
1.95 moko 19097:
19098: * src/types/: pa_vjunction.C, Makefile.am: introducing
19099: $junction.get/put(1) one can write iterators now:
19100:
19101: ^user-foreach[key;value]{$key=$value<br>}
19102:
19103: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19104: $code.value($i*2) $code }
19105:
19106: * src/: include/pa_opcode.h, include/pa_request.h,
19107: main/compile.tab.C, main/compile.y, main/execute.C,
19108: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19109: introducing $junction.get/put(1) one can write iterators now:
19110:
19111: ^user-foreach[key;value]{$key=$value<br>}
19112:
19113: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19114: $code.value($i*2) $code }
19115:
19116: 2002-09-19 paf
19117:
1.116 moko 19118: * Makefile.am: new: make commit
1.95 moko 19119:
19120: * aclocal.m4: forced to be older
19121:
19122: 2002-09-18 paf
19123:
19124: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19125: src/main/compile.y, src/main/execute.C: << >> int shifts
19126:
19127: * src/: include/pa_common.h, include/pa_request.h,
19128: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19129: - now this - fatal error
19130:
19131: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19132: that one can pass binary data there
19133:
19134: * src/: classes/date.C, classes/double.C, classes/file.C,
19135: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19136: classes/op.C, classes/response.C, classes/string.C,
19137: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19138: include/pa_request.h: pa_request contexts made privated, plus
19139: get_{self/method_frame} to read. Request_context_saver used in
19140: ^try to save flang too. [were not saved]
19141:
19142: * src/types/pa_vresponse.C: header value chains joined before
19143: output, this should help $.subject[$var $var] from being
19144: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19145:
19146: 2002-09-17 paf
19147:
19148: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19149: removed changes, operators executed with calling self. lots of
19150: code with ^include code relies on defined/defining self variables
19151:
19152: $a[1] ^include[print_a.p] print_a.p: $a
19153:
19154: ^include[set_a.p] a=$a set_a.p: $a[1]
19155:
19156: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19157: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19158: types/pa_vstateless_class.h: operators now executed with MAIN
19159: self. it's for ^include sake, too strong a change
19160:
19161: * src/classes/op.C: made place for ^process to compile it's code to
19162: in case of no self
19163:
19164: * src/main/execute.C: found ancient param to Junction, removed.
19165: allowed passing self to native_code_operators [for ^process to
19166: work, she needs self]
19167:
19168: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19169: types/pa_vstateless_class.h: found ancient param to Junction,
19170: removed. allowed passing self to native_code_operators [for
19171: ^process to work, she needs self]
19172:
19173: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19174: types/pa_value.h, types/pa_vmethod_frame.h,
19175: types/pa_vstateless_class.h: allowed Request.self to be 0,
19176: checked that in VMethodFrame get/put and $self.
19177:
19178: * src/classes/: table.C, xdoc.C: table::sql options table::create
19179: copy options options checked, wrong option now fatal error
19180:
19181: * src/main/pa_string.C: string.replace fixed [were missing words on
19182: pieces boundaries]
19183:
1.150 moko 19184: * configure, configure.in: .so now detected [can be .sl on hpux,
19185: .dll on cygwin, .so in other cases)
1.95 moko 19186:
19187: * configure, configure.in: .so now detected [can be .sl on hpux,
19188: .dll on cygwin, .so in other cases)
19189:
1.211 moko 19190: * operators.ru.txt, operators.txt, src/classes/hash.C,
19191: src/classes/table.C, src/include/pa_globals.h,
19192: src/main/pa_globals.C: table.sql hash::sql flag to allow
19193: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19194:
19195: * src/: classes/hash.C, classes/table.C,
19196: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19197: now errors
19198:
19199: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19200:
19201: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19202: ,2,3]
19203:
19204: 2002-09-16 paf
19205:
19206: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19207: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19208: stdout to be binary. now detected closest header break.
19209:
19210: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19211: closed right
19212:
19213: 2002-09-13 paf
19214:
1.211 moko 19215: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19216: src/main/compile.y, src/main/compile_tools.h: (expression
19217: #comment)
1.95 moko 19218:
19219: (multiline expression #comment line2 #comment )
19220:
19221: (expression #comment with (brackets) comment) << OK
19222:
1.211 moko 19223: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19224: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19225: for expression #comments]
1.95 moko 19226:
19227: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19228: error
19229:
19230: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19231: cheched in pa_socks.C
19232:
1.116 moko 19233: * configure, configure.in, src/include/pa_config_auto.h.in:
19234: HAVE_WINSOCK_H created in configure.in
1.95 moko 19235:
19236: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19237: cookie date now clean [were mistakenly tainted & that worked bad
19238: with opera -- 'happily' that worked OK with msie]
19239:
19240: 2002-09-12 paf
19241:
19242: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19243: VClass get_element now first looks to fields, next to methods &
19244: co todo: the rest reason: more speed
19245:
19246: * src/main/untaint.C: quoted printable encoding stops before
19247: \s*<...>$
19248:
19249: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19250: stops before <...>$
19251:
19252: 2002-09-11 paf
19253:
19254: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19255: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19256: forgot to check users of those funcs. not all were using that
19257: return value convention
19258:
19259: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19260: windows-1254 added
19261:
19262: 2002-09-10 paf
19263:
19264: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19265: VCodeFrame parent param were specified badly
19266:
19267: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19268: WWrapper which used in constructing objects(second param to sql
19269: method) ^...sql{}[$.default{code}] now has parent, wich helps
19270: code in hash to survivi
19271:
19272: * src/: include/pa_request.h, main/execute.C: removed redundant
19273: param to execute [stack said 'thanks']
19274:
19275: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19276: types/pa_value.h, types/pa_vcode_frame.h,
19277: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19278: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19279: responsibility to wcontext
19280:
19281: * src/classes/file.C: decided not to log exec's with stderr, that
19282: could be warnings, and it's up to scritper to log/show them
19283:
19284: * src/: classes/double.C, main/execute.C: double:sql badly called
19285: write_assign_lang, not write_no_lang, thus doing unnecessary
19286: double/string converstion, which were loosing time&precesion
19287:
19288: * src/: main/pa_charset.C, types/pa_vmail.C:
19289: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19290: case of unfinished in buffer processing, causing accidental
19291: transcode stop [in case that source enc != utf-8 & there is
19292: incomplete utf-8 sequence at the end of 16000block iside of
19293: libxml lib] tfm readed & code updated
19294:
19295: 2002-09-04 paf
19296:
19297: * configure: makes with sjlj
19298:
19299: * INSTALL, src/include/pa_config_fixed.h,
19300: src/include/pa_sql_connection.h,
19301: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19302: checked. on win32 it made default
19303:
19304: * src/include/pa_config_auto.h.in: sjlj define
19305:
19306: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19307: can not work with longjump/throw pair, and one must switch that
19308: on there. todo: detect that automatically]
19309:
19310: * src/types/pa_vxnode.C: removed too strong checks of
19311: xnode.elements. now, for instance, if element does not have any
19312: attributes, $xnode.attributes is void, not error
19313:
19314: 2002-09-02 paf
19315:
1.211 moko 19316: * operators.ru.txt, operators.txt, src/main/execute.C,
19317: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19318:
19319: * src/main/execute.C: double_result made to move that var away from
19320: hungry g++ optimizer (-O2), before: it were optimized and
19321: comparison operators worked badly
19322:
19323: * src/types/pa_vdate.h: removed debug
19324:
1.116 moko 19325: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19326:
19327: * src/main/execute.C: fixed numeric < & co so that thay now use
19328: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19329: unknown reason.
19330:
19331: 2002-08-29 paf
19332:
19333: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19334: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19335: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19336: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19337: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19338: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19339: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19340: [called less frequent, allowed to remove ugly
19341: Junction.change_context-s from many places, switch,
19342: mail:send..html{}, ..] request.root renamed to method_frame [more
19343: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19344: [speed up]
19345:
19346: 2002-08-28 paf
19347:
19348: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19349: tainted
19350:
19351: * src/types/pa_vcookie.C: fixed cookie delete when
19352: $cookie:name[$.value[]]
19353:
1.211 moko 19354: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19355: ^string.split[delim[;options]]
19356:
19357: 2002-08-27 paf
19358:
1.116 moko 19359: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19360:
1.211 moko 19361: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19362: src/main/compile.y: # now delimiter
1.95 moko 19363:
19364: * INSTALL: recommended latest gmime 1.0.5
19365:
19366: 2002-08-26 paf
19367:
19368: * configure, configure.in: apache13/hook added to make dist.
19369:
19370: 2002-08-23 paf
19371:
19372: * src/: include/pa_common.h, main/pa_common.C,
19373: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19374: beside binary [cgi, isapi] not accessible [due to bad rights or
19375: whatever] it's error now
19376:
19377: 2002-08-21 paf
19378:
1.116 moko 19379: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19380:
19381: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19382: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19383: class". compiled as if here they named base class
19384:
19385: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19386: cloning constructor]
19387:
19388: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19389:
1.150 moko 19390: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19391: $mail.received.file.value.content-type fixed
19392:
19393: 2002-08-20 paf
19394:
19395: * src/classes/file.C: fixed language of file:file result
19396:
1.211 moko 19397: * operators.ru.txt, operators.txt, src/classes/void.C:
19398: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19399:
1.211 moko 19400: * operators.ru.txt, operators.txt, src/classes/void.C:
19401: ^void.pos[...] = -1
1.95 moko 19402:
1.211 moko 19403: * operators.ru.txt, operators.txt, src/classes/void.C:
19404: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19405:
1.211 moko 19406: * src/classes/void.C, operators.ru.txt, operators.txt:
19407: ^void.length[] = 0
1.95 moko 19408:
19409: 2002-08-19 paf
19410:
19411: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19412: work now
19413:
19414: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19415: error in xnode, which were not catched in xdoc]
19416:
19417: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19418: prepared: // validate each document after load/create (?)
19419: //xmlDoValidityCheckingDefaultValue = 1;
19420:
19421: 2002-08-15 paf
19422:
19423: * src/classes/classes.h: write to static var caused useless
19424: Exception, introduced Methoded::put_element wich consumes those
19425:
1.211 moko 19426: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19427: src/main/pa_common.C, src/types/pa_vcookie.C,
19428: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19429: src/types/pa_vresponse.h: $response:field[date]
19430: $response:field[$.xxx[date]]
1.95 moko 19431:
19432: * src/: classes/hash.C, classes/string.C, classes/table.C,
19433: classes/void.C, include/pa_sql_connection.h: fixed source of
19434: ^hash::sql{bad}
19435:
1.211 moko 19436: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19437: request body
1.95 moko 19438:
19439: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19440:
19441: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19442: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19443:
1.211 moko 19444: * operators.ru.txt, operators.txt, src/classes/form.C,
19445: src/include/pa_pool.h, src/include/pa_request.h,
19446: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19447: planning/preparing_to $request:body r.post_data now const
1.95 moko 19448:
19449: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19450: classes/xnode.C, main/execute.C, types/pa_value.h,
19451: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19452: types/pa_vtable.h: instead of type() checking everywhere used
19453: Value.as now user descendants can be used in params.
19454:
19455: VObject::as_*, is_defined now taken from bases. xtable(table)
19456: ^if($xtable) now OK
19457:
19458: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19459: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19460: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19461:
19462: 2002-08-14 paf
19463:
19464: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19465: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19466: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19467: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19468: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19469: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19470: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19471: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19472: types/pa_vresponse.C, types/pa_vresponse.h,
19473: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19474: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19475: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19476: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19477: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19478: & VClass
19479:
19480: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19481:
19482: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19483: removed fixopt stupidity. on stupid linux use cd /document/root
19484: ../cgi/parser3 script
19485:
19486: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19487: params, splitting them by space, excluding argv[0], argv[argc-1]
19488:
19489: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19490: fixopt.h: fixopt now preprocesses command line params, splitting
19491: them by space, excluding argv[0], argv[argc-1]
19492:
19493: * src/targets/cgi/parser3.C: -f config file
19494:
19495: * src/targets/cgi/parser3.C: fixed .log file dir
19496:
19497: 2002-08-13 paf
19498:
19499: * src/types/pa_vobject.C: allow override parent variables, useful
19500: for form descendants [in vobject too, were in vclass]
19501:
19502: * src/types/pa_vclass.C: allow override parent variables, useful
19503: for form descendants
19504:
19505: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19506: overwritten in derived(table)
19507:
19508: * src/: classes/form.C, classes/mail.C, classes/op.C,
19509: classes/xnode.h, include/pa_request.h, main/execute.C,
19510: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19511: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19512: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19513: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19514: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19515: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19516: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19517: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19518: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19519: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19520: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19521: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19522: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19523: Value::get_element(..., bool looking_down) [needed to exclude
19524: endless recoursion]
19525:
19526: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19527: fix bug with put endless recoursion todo: check 'as'
19528:
19529: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19530: reorganized modules todo: fix bug with put endless recoursion
19531: todo: check 'as'
19532:
19533: * src/types/pa_vobject.h: checked: table fields can be overwritten
19534: in derived(table)
19535:
19536: * src/types/pa_vobject.h: derived classes can have fields of their
19537: own now
19538:
19539: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19540: fixed error message on using non-created table
19541:
19542: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19543: classes/op.C, classes/xnode.h, include/pa_request.h,
19544: main/compile.C, main/compile.tab.C, main/execute.C,
19545: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19546: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19547: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19548: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19549: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19550: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19551: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19552: types/pa_vresponse.C, types/pa_vresponse.h,
19553: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19554: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19555: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19556: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19557: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19558: looking down/up tree todo: fix error message on non-constructed
19559: parents
19560:
19561: 2002-08-12 paf
19562:
19563: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19564: derived OK
19565:
19566: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19567: thorough testing
19568:
19569: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19570: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19571: types/pa_vobject.h, types/pa_vstateless_class.h,
19572: types/pa_vstateless_object.h, types/pa_wcontext.h,
19573: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19574: ^base:create[] dynamic call rewritten todo: thorough testing
19575:
19576: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19577: now instantates base class, remembers it and saves child in
19578: parent VObject.get_class now returns last child = downward
19579: virtual calls OK
19580:
19581: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19582: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19583: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19584: types/pa_vobject.h, types/pa_vresponse.h,
19585: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19586: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19587: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19588: VAliased [redundant], moved $CLASS to VObject only [parser class
19589: instance]
19590:
19591: * src/main/pa_request.C: $response:body[file] content-type check
19592: fixed [were bad when content-type is hash]
19593:
19594: 2002-08-09 paf
19595:
19596: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19597: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19598:
19599: 2002-08-08 paf
19600:
1.211 moko 19601: * operators.ru.txt, operators.txt, src/classes/date.C,
19602: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19603: month calendar [week year]
1.95 moko 19604:
19605: * src/main/execute.C: error reporting on object writes to MAIN
19606: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19607:
1.211 moko 19608: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19609: $date.yearday $date.daylightsaving
1.95 moko 19610:
19611: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19612: use tainted data now. only she must specify the language.
19613:
19614: ^mail:send[ $.from[paf@mail.design.ru]
19615: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19616: $.text[^taint[uri][ìîñêâà]=] ]
19617:
19618: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19619: now prints more precise origin
19620:
19621: * src/include/pa_string.h: String::first_char now not fails on
19622: empty strings ^if(-f '') now ok and in 3 other places.
19623:
1.211 moko 19624: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19625: src/main/pa_string.C: String::first_char now not fails on empty
19626: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19627:
19628: 2002-08-07 paf
19629:
19630: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19631: fixed
19632:
19633: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19634:
19635: * src/: main/execute.C, types/pa_vcode_frame.h,
19636: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19637: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19638: mistakenly not completely transparent to object writes.
19639: $hash[^if(1){$hash}] now works
19640:
1.211 moko 19641: * operators.ru.txt, operators.txt, src/classes/op.C:
19642: ^cache...{...^cache<<to past...} now erasing cache file [there
19643: were bad check on that]
1.95 moko 19644:
19645: * src/: classes/classes.dsp, classes/table.C,
19646: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19647: all Debug dirs in .dsp now named 'Debug'
19648:
1.116 moko 19649: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19650:
1.211 moko 19651: * operators.ru.txt, operators.txt, src/classes/mail.C:
19652: exception_type email.send
1.95 moko 19653:
1.211 moko 19654: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19655: exception_type email.format
1.95 moko 19656:
19657: * src/types/pa_vmail.C: mail:send empty email checked
19658:
19659: 2002-08-06 paf
19660:
1.211 moko 19661: * operators.ru.txt, operators.txt, src/classes/table.C,
19662: src/include/pa_array.h, src/include/pa_table.h,
19663: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19664: ^table::create[$source;$.options] ^table::join[$source;$.options]
19665:
1.211 moko 19666: * operators.ru.txt, operators.txt, src/classes/hash.C,
19667: src/classes/string.C, src/classes/table.C: sql options can be
19668: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19669:
19670: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19671:
19672: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19673: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19674: $file.content-type [instead of .mime-type] now works for
19675: file::stat also
19676:
19677: * src/main/pa_request.C: case insensitive mime_type_of
19678:
19679: 2002-08-05 paf
19680:
19681: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19682:
19683: * src/types/pa_vmail.C: file buffer relocated to parser heap
19684:
1.211 moko 19685: * operators.ru.txt, operators.txt: comment on date:calendar week
19686: column
1.95 moko 19687:
19688: * src/main/pa_common.C: write checked
19689:
19690: * src/main/: pa_common.C: write checked
19691:
19692: * src/classes/date.C: +1 buf size for stupid snprintfs
19693:
19694: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19695: month calendar week column [ISO 8601 Week Numbers]
19696:
19697: 2002-08-02 paf
19698:
19699: * src/: include/pa_config_fixed.h, main/pa_string.C,
19700: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19701: DEBUG*
19702:
19703: * configure, configure.in, src/include/pa_version.h: release
19704: 3_0_0005
19705:
19706: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19707: multipart post fixed
19708:
1.211 moko 19709: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19710: src/types/pa_vform.C: response transcoded source->client only
19711: when text/* or simple onoverridden $response:body
1.95 moko 19712:
19713: 2002-08-01 paf
19714:
19715: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19716: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19717: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19718: classes/op.C, classes/response.C, classes/string.C,
19719: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19720: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19721: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19722: include/pa_config_fixed.h, include/pa_dictionary.h,
19723: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19724: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19725: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19726: include/pa_socks.h, include/pa_sql_connection.h,
19727: include/pa_sql_driver_manager.h, include/pa_stack.h,
19728: include/pa_string.h, include/pa_stylesheet_connection.h,
19729: include/pa_stylesheet_manager.h, include/pa_table.h,
19730: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19731: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19732: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19733: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19734: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19735: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19736: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19737: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19738: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19739: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19740: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19741: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19742: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19743: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19744: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19745: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19746: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19747: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19748: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19749: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19750: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19751: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19752: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19753: types/pa_vmethod_frame.h, types/pa_vobject.h,
19754: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19755: types/pa_vresponse.h, types/pa_vstateless_class.C,
19756: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19757: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19758: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19759: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19760: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19761: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19762:
19763: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19764: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19765: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19766: classes/math.C, classes/op.C, classes/response.C,
19767: classes/string.C, classes/table.C, classes/void.C,
19768: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19769: include/pa_array.h, include/pa_cache_managers.h,
19770: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19771: include/pa_config_fixed.h, include/pa_config_includes.h,
19772: include/pa_dictionary.h, include/pa_dir.h,
19773: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19774: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19775: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19776: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19777: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19778: include/pa_stack.h, include/pa_string.h,
19779: include/pa_stylesheet_connection.h,
19780: include/pa_stylesheet_manager.h, include/pa_table.h,
19781: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19782: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19783: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19784: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19785: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19786: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19787: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19788: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19789: main/pa_sql_driver_manager.C, main/pa_string.C,
19790: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19791: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19792: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19793: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19794: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19795: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19796: targets/isapi/pool_storage.h, types/pa_valiased.C,
19797: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19798: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19799: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19800: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19801: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19802: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19803: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19804: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19805: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19806: types/pa_vresponse.C, types/pa_vresponse.h,
19807: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19808: types/pa_vstateless_object.h, types/pa_vstatus.C,
19809: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19810: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19811: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19812: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19813: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19814: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19815: types/Makefile.am: ident.C* removed
19816:
1.211 moko 19817: * operators.ru.txt, operators.txt, src/classes/file.C,
19818: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19819:
19820: * src/targets/cgi/parser3.C: usage to stdout now
19821:
19822: 2002-07-31 paf
19823:
19824: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19825:
19826: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19827: default "postmaster"
19828:
19829: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19830: -f postmaster now default sendmail key word "postmaster"
19831: replaced to $.from
19832:
19833: 2002-07-30 paf
19834:
1.116 moko 19835: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19836: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19837:
19838: * src/main/pa_charset.C: comment
19839:
19840: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19841: table, &#decimal;
19842:
19843: * src/main/pa_request.C: comment
19844:
19845: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19846: paragraf]
19847:
19848: 2002-07-11 paf
19849:
19850: * src/main/pa_exec.C: build command line badly added params twice
19851: [and first time without ' ']. double wrong. fixed.
19852:
19853: * src/main/pa_exec.C: invalid .exe caused error message with params
19854: wich parser did not provide = reported badly. fixed that.
19855:
19856: * src/classes/mail.C: $MAIL[ # xxx ]
19857:
19858: now ok
19859:
1.211 moko 19860: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19861:
19862: 2002-07-01 paf
19863:
19864: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19865: [MForm.configure_admin were called when request.main_class ==0
19866:
19867: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19868:
19869: * src/classes/form.C: content_length type fix
19870:
19871: 2002-06-30 paf
19872:
19873: * src/classes/mail.C: merged from 4
19874:
19875: * src/classes/mail.C: restored $MAIL
19876:
19877: 2002-06-28 paf
19878:
19879: * configure, configure.in: removed paths.h
19880:
1.116 moko 19881: * configure, src/include/pa_version.h,
1.95 moko 19882: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19883: merged, makes updated
19884:
1.211 moko 19885: * ChangeLog, configure, operators.ru.txt, operators.txt,
19886: src/classes/xdoc.C, src/include/pa_charset.h,
19887: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19888: src/include/pa_version.h, src/main/pa_charset.C,
19889: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19890: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19891: latest updates to head
1.95 moko 19892:
19893: 2002-06-27 paf
19894:
19895: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19896: not error now
19897:
1.211 moko 19898: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19899: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19900: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19901: ^xdoc::create[[uri]]... base uri for document being created,
19902: imports and other relative file names would be relative to this
19903: uri default uri=path_translated
19904:
19905: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19906:
19907: 2002-06-26 paf
19908:
19909: * configure, configure.in, src/include/pa_version.h:
19910: release_3_0_0004
19911:
19912: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19913: 0 now
19914:
19915: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19916:
19917: 2002-06-25 paf
19918:
19919: * src/main/pa_string.C: emtpy string, or string of whitespaces
19920: considered bad number now
19921:
1.211 moko 19922: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19923: ^xdoc.transform[xdoc <<can be now
1.95 moko 19924:
1.211 moko 19925: * operators.ru.txt, operators.txt, src/classes/string.C:
19926: ^string.normalize [old name: optimize
1.95 moko 19927:
19928: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19929: library configured
19930:
19931: * src/main/pa_request.C: configure_admin forced if no @conf
19932:
1.211 moko 19933: * operators.ru.txt, operators.txt, src/classes/math.C,
19934: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19935: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19936:
19937: 2002-06-24 paf
19938:
19939: * INSTALL: --with-static/shared-mailreceive described
19940:
19941: * src/include/pa_config_fixed.h: ssize_t fixed
19942:
1.116 moko 19943: * configure, configure.in, src/include/pa_config_auto.h.in,
19944: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19945: src/types/pa_vmail.C: $mail:received makes update
19946:
19947: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19948: WITH_MAILRECEIVE
19949:
19950: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19951:
19952: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19953: option, for $mail:receive
19954:
19955: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19956: introducting $message:received ^mail:send rewritten with backward
19957: comp
19958:
19959: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19960: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19961: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19962: now
19963:
1.211 moko 19964: * operators.ru.txt, operators.txt, src/classes/mail.C,
19965: src/include/Makefile.am, src/include/pa_charset.h,
19966: src/include/pa_config_fixed.h, src/include/pa_request.h,
19967: src/include/pa_string.h, src/include/pa_uue.h,
19968: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19969: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19970: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19971: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19972: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19973: uue to separate file introducting $message:received ^mail:send
19974: rewritten with backward comp
19975:
19976: 2002-06-21 paf
19977:
1.116 moko 19978: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19979: co changes
1.95 moko 19980:
1.116 moko 19981: * configure, configure.in, src/lib/md5/Makefile.am,
19982: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19983: restructure .in and .am files appropriate changes
1.95 moko 19984:
19985: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19986: pcre to libs/ added libs/md5 which is linked to non-apache
19987: targets ^math:crypt[password;$apr1$salt]
19988:
1.211 moko 19989: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19990: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19991: src/classes/classes.dsp, src/classes/math.C,
19992: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19993: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19994: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19995: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19996: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19997: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19998: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19999: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20000: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20001: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20002: src/lib/pcre/pcre_parser_ctype.dsp,
20003: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20004: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20005: src/main/compile.tab.C, src/main/main.dsp,
20006: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20007: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20008: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20009: to libs/ added libs/md5 which is linked to non-apache targets
20010: ^math:crypt[password;$apr1$salt]
20011:
20012: 2002-06-20 paf
20013:
1.211 moko 20014: * INSTALL, configure, configure.in, operators.ru.txt,
20015: operators.txt, src/classes/file.C, src/classes/op.C,
20016: src/doc/doxygen.cfg, src/include/pa_globals.h,
20017: src/include/pa_request.h, src/main/execute.C,
20018: src/main/pa_request.C, src/targets/cgi/parser3.C,
20019: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20020: marged latest HEAD updates, mainly file:justname&co &
20021: @auto/conf[filespec
1.95 moko 20022:
1.211 moko 20023: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20024: !^file:dirname[/a/some.tar.gz]=/a
20025: !^file:dirname[/a/b/]=/a
20026: !^file:basename[/a/some.tar.gz]=some.tar.gz
20027: !^file:justname[/a/some.tar.gz]=some.tar
20028: !^file:justext[/a/some.tar.gz]=gz
20029:
20030: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20031: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20032: @conf/auto[filespec]
20033:
1.116 moko 20034: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20035:
1.211 moko 20036: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20037: src/doc/doxygen.cfg, src/include/pa_globals.h,
20038: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20039: parser3.conf renamed to auto.p
1.95 moko 20040:
20041: 2002-06-18 paf
20042:
20043: * configure, configure.in, src/include/pa_version.h: version to
20044: configure.in
20045:
20046: * INSTALL: reflected .conf.dist dir change
20047:
1.150 moko 20048: * Makefile.am, configure, configure.in,
1.116 moko 20049: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20050: .in & *.am updated
20051:
20052: * src/classes/file.C: strncasecmp
20053:
20054: * src/classes/file.C: strcasecmp
20055:
1.150 moko 20056: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20057:
20058: * src/classes/file.C: ^file::exec[script;$.bad error case
20059: insensitive check now
20060:
20061: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20062:
20063: * configure, configure.in, src/include/pa_pool.h,
20064: src/include/pa_types.h: pack configure.in detection simplified.
20065: figured out that gcc on sparc not that stupid as thought
20066: previously: on sparc: when it sees packed class it modifies it's
20067: field-access-code to byte operations [stb, ldub] instead of 4byte
20068: operations [st, lduh] so packed must be all parts of packed
20069: class, i.e. it's parents&fields(classes). for now it's only
20070: String that packed and what was wrong is that it's parent -
20071: Pooled, were not packed. fixed that.
20072:
20073: 2002-06-14 paf
20074:
1.211 moko 20075: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20076:
1.211 moko 20077: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20078: attribute_node.name/value xnode pi.node.data
20079:
20080: 2002-06-12 paf
20081:
1.116 moko 20082: * configure, configure.in, src/targets/cgi/Makefile.am,
20083: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20084:
1.211 moko 20085: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20086: etc/Makefile.am, src/include/pa_globals.h,
20087: src/include/pa_request.h, src/main/compile.tab.C,
20088: src/main/pa_globals.C, src/main/pa_request.C,
20089: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20090: parser3.conf now one and only
1.95 moko 20091:
20092: * src/classes/mail.C: sendmail -ti [default now]
20093:
20094: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20095: to be strings. for convinient #ing
20096:
20097: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20098: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20099:
20100: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20101: main/pa_globals.C, main/pa_request.C: @conf
20102:
20103: 2002-06-11 paf
20104:
20105: * src/classes/file.C: check simplified
20106:
20107: * src/: classes/file.C, targets/cgi/parser3.dsp,
20108: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20109: valid prefix
20110:
20111: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20112: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20113: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20114:
20115: 2002-06-10 paf
20116:
1.211 moko 20117: * operators.ru.txt, operators.txt, src/classes/op.C,
20118: src/include/pa_common.h, src/main/pa_common.C: lock failures
20119: reported now
1.95 moko 20120:
20121: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20122: string->double @ compile time were not-enough-checking...
20123:
20124: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20125: autoconvert now ignored
20126:
20127: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20128: check
20129:
20130: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20131: $response:body content-type:name
20132:
20133: * configure, configure.in: hpux check, nsl link, no socket
20134:
1.211 moko 20135: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20136:
20137: * configure, configure.in: pack even address access on sparc&co
20138: arch checked in configure
20139:
20140: * configure, src/include/pa_version.h: makes
20141:
20142: * configure, configure.in, src/include/pa_version.h: makes
20143:
20144: * src/main/untaint.C: (bug#2) mail subject got always prepended
20145: with charset even when all letters were 7bit one
20146:
20147: * src/main/pa_common.C: merged fixed -d (bug)
20148:
20149: * src/main/pa_common.C: fixed -d (bug)
20150:
20151: 2002-06-03 paf
20152:
1.211 moko 20153: * ChangeLog, operators.ru.txt, operators.txt,
20154: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20155: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20156: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20157: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20158: .dsp-s along with reorganized cvs modules dirs structure
20159:
20160: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20161: main/pa_globals.C, targets/cgi/parser3.dsp,
20162: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20163: modules
20164:
20165: 2002-05-28 paf
20166:
20167: * src/targets/cgi/parser3.C: info.uri now ""
20168:
20169: 2002-05-17 paf
20170:
20171: * src/classes/: table.C: ^table.save << checked empty
20172: pre/match/post columns
20173:
20174: 2002-05-16 paf
20175:
20176: * src/classes/image.C: image::measure can png now
20177:
20178: 2002-05-15 paf
20179:
1.211 moko 20180: * operators.ru.txt, operators.txt, src/classes/date.C:
20181: ^date::create[%H:%M[:%S]] added
1.95 moko 20182:
20183: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20184:
1.211 moko 20185: * operators.ru.txt, operators.txt, src/classes/date.C:
20186: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20187:
20188: 2002-05-14 paf
20189:
20190: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20191:
20192: 2002-05-07 paf
20193:
20194: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20195: src/include/pa_globals.h, src/include/pa_request.h,
20196: src/include/pa_table.h, src/main/compile.tab.C,
20197: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20198: src/main/pa_request.C, src/main/pa_table.C,
20199: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20200: src/targets/isapi/parser3isapi.dsp,
20201: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20202: name2number field now &. main_method_name now on Request pool
20203: rather on global_pool [Junction+VJunction created on same pool as
20204: name = were created on global pool, causing mem leaks]
20205:
20206: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20207: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20208: main/compile.y, main/main.dsp, main/pa_globals.C,
20209: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20210: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20211: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20212: field now &. main_method_name now on Request pool rather on
20213: global_pool [Junction+VJunction created on same pool as name =
20214: were created on global pool, causing mem leaks]
20215:
20216: 2002-05-06 paf
20217:
20218: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20219: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20220: 100*40 bytes per request memory leak [nonpool malloc in globals]
20221:
20222: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20223: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20224: 100*40 bytes per request memory leak [nonpool malloc in globals]
20225:
20226: 2002-04-30 paf
20227:
20228: * configure, src/include/pa_version.h: version now not b
20229:
20230: * src/targets/cgi/parser3.C: request.uri now never 0
20231:
20232: 2002-04-29 paf
20233:
20234: * configure.in: removed b
20235:
20236: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20237: Exception::comment/type checked in (), no there's no empty
20238: type/comment by default
20239:
20240: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20241: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20242: src/doc/value.dox, src/include/pa_exception.h,
20243: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20244: 0001
20245:
20246: 2002-04-26 paf
20247:
20248: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20249: size reduced
20250:
20251: 2002-04-25 paf
20252:
20253: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20254: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20255: now that took into account
20256:
1.211 moko 20257: * operators.ru.txt, operators.txt, src/classes/date.C:
20258: ^date::create[2002-12-33 01:03:04]
1.95 moko 20259:
1.211 moko 20260: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20261: ^date::create[2002-12-33 01:03:04]
20262:
20263: * ChangeLog: updated changelog
20264:
20265: * src/classes/table.C: removed restriction on column count to
20266: ^table.hash to work, now must be >0 [were >1]
20267:
20268: 2002-04-24 paf
20269:
20270: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20271: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20272: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20273: targets
20274:
20275: 2002-04-23 paf
20276:
1.211 moko 20277: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20278: int/double/string:sql{}[$.default{code}] fixed [were barking:
20279: "junction used outside of context"]
20280:
20281: 2002-04-22 paf
20282:
20283: * types.txt, src/classes/string.C, src/include/pa_string.h,
20284: src/main/pa_string.C, src/types/pa_vstring.C,
20285: src/types/pa_vstring.h: ^string.optimize[]
20286:
20287: * src/: include/pa_globals.h, include/pa_table.h,
20288: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20289: table template
20290:
20291: * src/classes/: string.C: optimize removed from string
20292: .left/right/pos
20293:
20294: * src/main/execute.C: rolled back to
20295: before_killing_userjunction_contexts
20296:
20297: * src/main/execute.C: user junctions context killed
20298:
20299: * src/main/execute.C: junctions to local contexts got
20300: cleanized&checked later
20301:
20302: 2002-04-19 paf
20303:
20304: * src/: classes/string.C, include/pa_request.h,
20305: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20306: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20307: prior to .left .right .mid .pos .match when that is profitable,
20308: and always before .replace when $ORIGINS(1) optimization disabled
20309: economy from not wasting mem on lots of strings which occur by
20310: lots of String:mid calls to get parts of source string between
20311: found_occurances
20312:
20313: * src/classes/file.C: ovector now local economy: 16 bytes per
20314: ^file:list
20315:
20316: * src/: include/pa_globals.h, include/pa_table.h,
20317: main/pa_globals.C, main/pa_string.C: String::match table columns
20318: globalized, not created @ each ^match anymore economy:
20319: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20320:
20321: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20322: removed from each String::match replace iteration, and made
20323: stacked sizeof(VTable)=12bytes economy on each replace code
20324:
20325: * src/doc/footer.htm: 2001,
20326:
20327: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20328: string.match[]['] option enables generation of $match.prematch
20329: .match .postmatch columns
20330:
20331: * src/main/pa_string.C: String::match options analized without
20332: cstr-ing them now
20333:
20334: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20335: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20336: config updated to doxygen 1.2.15, created helper which fixes
20337: minor bugs in chm project files & htm tree. changed extension to
20338: .htm
20339:
20340: 2002-04-18 paf
20341:
20342: * src/doc/doxygen.cfg: .chi generation disabled
20343:
20344: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20345: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20346: fields&methods
20347:
20348: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20349: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20350: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20351: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20352: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20353: types/pa_vresponse.h, types/pa_vstateless_class.h,
20354: types/pa_vstateless_object.h, types/pa_vstatus.h,
20355: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20356: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20357: VStateless_class to VObject
20358:
20359: * src/: main/pa_request.C, types/pa_valiased.h,
20360: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20361: types/pa_vstring.h: VStateless_string_object speicalized light
20362: version of VStateless_object
20363:
20364: * src/classes/op.C: ^throw comment param made optional
20365:
20366: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20367: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20368: and implemented down in VClass, fclass_alias removed,
20369:
20370: * src/types/pa_value.C: forced to cut that from .h because of
20371: VStateless_class usage [undefined in .h]
20372:
20373: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20374: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20375: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20376: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20377: on each CALL]
20378:
20379: * src/: classes/classes.h, classes/date.C, classes/double.C,
20380: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20381: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20382: classes/response.C, classes/string.C, classes/table.C,
20383: classes/void.C, classes/xnode.C, include/pa_globals.h,
20384: include/pa_request.h, main/execute.C, main/pa_globals.C,
20385: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20386: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20387: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20388: types/pa_vstateless_class.h, types/pa_wcontext.C,
20389: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20390: removed Value::fname
20391:
20392: 2002-04-17 paf
20393:
20394: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20395: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20396: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20397: include/pa_pool.h, include/pa_types.h: dox updated to current
20398: state, PTHROW freshen to throw & co
20399:
20400: * src/types/pa_vhash.h: vstring wrong parent fixed
20401:
20402: * src/classes/op.C: taint local result var bug fixed
20403:
20404: 2002-04-16 paf
20405:
20406: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20407: Attic asm.txt as most interesting
20408:
20409: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20410: check, preventing content-length: 0 from appearing
20411:
20412: * src/main/execute.C: $result in @main now taken into account as in
20413: usual functions
20414:
20415: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20416: & @unhandled_exception now taken into account as in usual
20417: functions
20418:
20419: * src/doc/postbuild.txt: instructions on post .html build
20420:
20421: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20422:
20423: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20424: tainted
20425:
20426: * src/main/pa_request.C: uri in error log
20427:
20428: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20429: cheched date:create(days) param for validity [later were assumed
20430: valid and crashed on invalid onces]
20431:
20432: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20433: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20434: and used that for removing VString wrapper
20435:
20436: * src/classes/op.C: exception2vhash file now tainted
20437:
20438: * src/classes/op.C: _process pseudo origin copied from local var to
20439: heap
20440:
20441: * src/classes/op.C: extra check on empty file in origin in _execute
20442:
20443: 2002-04-15 paf
20444:
20445: * src/: main/execute.C, types/pa_value.h: fixed name update
20446:
20447: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20448: functions
20449:
20450: * src/: classes/file.C, classes/hash.C, classes/op.C,
20451: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20452: started dual write_xxx_lang functions, if checked & works
20453:
20454: * src/: classes/date.C, classes/file.C, classes/mail.C,
20455: classes/string.C, classes/xnode.C, include/pa_request.h,
20456: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20457: unnecessary VString shells
20458:
20459: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20460: prev changes]
20461:
20462: * src/: classes/image.C, classes/op.C, classes/string.C,
20463: classes/table.C, include/pa_request.h, main/execute.C,
20464: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20465: StringOrValue wcontext result, now ready for dual writes
20466:
20467: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20468: checked that
20469:
20470: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20471: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20472: changed to OP_WRITE_VALUE in var get cases
20473:
20474: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20475: include/pa_request.h, main/compile.tab.C, main/compile.y,
20476: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20477: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20478: switch in hash constructor fixed [were problems with using of
20479: stacked wwrapper after it's death]
20480:
20481: 2002-04-12 paf
20482:
1.211 moko 20483: * operators.ru.txt, operators.txt, src/classes/table.C:
20484: table.select(expression) 0
1.95 moko 20485:
20486: 2002-04-11 paf
20487:
20488: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20489: Request::process_internal codeFrame & wwrapper stacked [not
20490: wasting heap anymore]
20491:
20492: 2002-04-10 paf
20493:
20494: * src/: classes/double.C, classes/file.C, classes/hash.C,
20495: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20496: classes/string.C, classes/table.C, classes/void.C,
20497: classes/xdoc.C, include/pa_request.h, main/execute.C,
20498: main/pa_string.C: killed Request::process() wrapping
20499: VString(String) in case we need only String
20500:
20501: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20502: killed 8 bytes from String.head
20503:
20504: 2002-04-09 paf
20505:
20506: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20507: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20508: local*/char b[...]; a=b; situations
20509:
1.211 moko 20510: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20511: made literal
1.95 moko 20512:
20513: * src/classes/xdoc.C: xslt params fixed
20514:
20515: * src/: main/pa_common.C, targets/cgi/parser3.C,
20516: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20517: not pool.malloc(MAX_NUMBER) but really neaded
20518:
1.211 moko 20519: * operators.ru.txt, operators.txt, src/classes/double.C,
20520: src/classes/int.C: int/double.int/double(default)
1.95 moko 20521:
20522: 2002-04-04 paf
20523:
20524: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20525: [when reconstructing pieces were split by
20526: max_integral(piece.size), thus some strings to replace happen to
20527: be split into two = not replaced)
20528:
20529: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20530: standalone version = current dir
20531:
20532: * src/targets/cgi/parser3.C: document root in standalone version =
20533: current dir
20534:
20535: 2002-04-03 paf
20536:
20537: * configure, configure.in: more checks on nonexistent charset
20538:
1.116 moko 20539: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20540:
20541: 2002-04-02 paf
20542:
20543: * src/main/compile.C: parser.compile [exception name more like in
20544: doc]
20545:
20546: 2002-04-01 paf
20547:
20548: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20549: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20550: .content-type.charset, not .charset
20551:
20552: 2002-03-29 paf
20553:
20554: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20555:
1.211 moko 20556: * operators.ru.txt, operators.txt, src/classes/date.C:
20557: ^date::create now may not supply day, default 1. checked 29.03
20558: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20559:
20560: 2002-03-28 paf
20561:
1.211 moko 20562: * operators.ru.txt, operators.txt, src/classes/date.C,
20563: src/classes/op.C, src/include/pa_globals.h,
20564: src/include/pa_hash.h, src/main/pa_globals.C,
20565: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20566: ^cache[date] }
1.95 moko 20567:
20568: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20569: param
20570:
20571: 2002-03-27 paf
20572:
1.211 moko 20573: * operators.ru.txt, operators.txt, src/classes/date.C,
20574: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20575: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20576: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20577: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20578: src/classes/xdoc.C, src/classes/xnode.C,
20579: src/include/pa_exception.h, src/include/pa_request.h,
20580: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20581: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20582: src/main/pa_array.C, src/main/pa_charset.C,
20583: src/main/pa_charsets.C, src/main/pa_common.C,
20584: src/main/pa_dictionary.C, src/main/pa_exception.C,
20585: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20586: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20587: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20588: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20589: src/types/pa_value.h, src/types/pa_vcookie.C,
20590: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20591: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20592: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20593: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20594: src/types/pa_wwrapper.h: assigned exception types
20595:
1.211 moko 20596: * operators.ru.txt, operators.txt, src/classes/op.C,
20597: src/include/pa_config_fixed.h, src/include/pa_request.h,
20598: src/main/execute.C, src/main/pa_request.C: decided agains
20599: resetting exception_trace, just changed name
1.95 moko 20600:
20601: 2002-03-26 paf
20602:
20603: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20604: fixed
20605:
20606: * src/classes/op.C: forced language of $source field of exception
20607: to 'tainted', so that sql-langed-frags could be outputed outside
20608: of connect
20609:
1.211 moko 20610: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20611: offset
1.95 moko 20612:
20613: * src/classes/date.C: removed date.roll limit of +-1 offset
20614:
1.211 moko 20615: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20616: roll on daylightsaving days mktime took into account tm_isdst
20617: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20618:
20619: 2002-03-25 paf
20620:
1.211 moko 20621: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20622: http_site_config_filespec
20623:
20624: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20625: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20626: with any/both --disable-foreign-group-files --disable-execs
20627:
20628: * INSTALL: "--with=sendmail=COMMAND" comment
20629:
20630: * INSTALL, configure, configure.in, src/classes/mail.C,
20631: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20632: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20633: disables execs also. introducing --sendmail
1.95 moko 20634:
1.211 moko 20635: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20636:
20637: * INSTALL: comment on --disable-link-stdcpp
20638:
1.116 moko 20639: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20640: libstdc++ link skipping configure option
1.95 moko 20641:
20642: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20643: with error were put to cache with 'marked_to_rollback' flag, all
20644: consequent even OK requests rolled back
20645:
20646: 2002-03-22 paf
20647:
20648: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20649: false return
20650:
1.211 moko 20651: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20652:
20653: 2002-03-18 paf
20654:
1.211 moko 20655: * operators.ru.txt, operators.txt, src/classes/op.C,
20656: src/include/pa_exception.h, src/include/pa_globals.h,
20657: src/include/pa_request.h, src/include/pa_stack.h,
20658: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20659:
20660: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20661: types/pa_vdouble.h: removed some tested @tests
20662:
20663: 2002-03-15 paf
20664:
1.211 moko 20665: * operators.ru.txt, operators.txt, src/classes/table.C:
20666: ^table.locate(logical expr)
1.95 moko 20667:
20668: 2002-03-13 paf
20669:
20670: * src/main/pa_exception.C: checked not-pooled malloc
20671:
20672: 2002-03-11 paf
20673:
20674: * INSTALL, configure, configure.in,
20675: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20676:
20677: * src/main/pa_common.C: --disable-foreign-group-files
20678:
20679: * INSTALL: --disable-execs
20680:
20681: * src/main/pa_exec.C: --disable-execs
20682:
20683: * configure, configure.in, src/include/pa_config_auto.h.in:
20684: --disable-execs
20685:
20686: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20687:
20688: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20689: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20690:
20691: 2002-03-05 paf
20692:
1.211 moko 20693: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20694: calendar columns named
1.95 moko 20695:
1.211 moko 20696: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20697: calendar columns named
1.95 moko 20698:
20699: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20700: requires headers to be terminated with \r\n manually [refuses to
20701: separate header/body itself]
20702:
20703: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20704: targets/isapi/parser3isapi.C: isapi site config beside .dll
20705:
20706: 2002-03-04 paf
20707:
20708: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20709: in PASS language
20710:
20711: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20712: deserialize checks on broken file
20713:
20714: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20715: parser3isapi.dsp: isapi updated
20716:
20717: 2002-03-01 paf
20718:
20719: * src/main/pa_exec.C: execle -> execve, now argc OK
20720:
20721: 2002-02-28 paf
20722:
20723: * src/main/untaint.C: removed some debug comments
20724:
20725: * src/main/pa_charsets.C: when placing charset to cache using
20726: global name now [were request]
20727:
20728: * configure, configure.in: apache module updated
20729:
20730: * src/main/pa_string.C: origin by first piece preferred before last
20731: piece
20732:
20733: 2002-02-27 paf
20734:
20735: * src/main/pa_charset.C: size_t
20736:
20737: * INSTALL: shared/static-xml with-pathlink
20738:
1.211 moko 20739: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20740:
20741: 2002-02-26 paf
20742:
20743: * src/main/pa_exec.C: more precise names for vars, cosmetic
20744:
20745: * src/classes/xnode.C: in some situation, xpath query returned
20746: result with type NODESET, but empty nodeset member field, checked
20747: that
20748:
20749: 2002-02-22 paf
20750:
20751: * INSTALL: without-zlib comment
20752:
20753: * etc/parser3.charsets/windows-1251.cfg: °
20754:
20755: * configure, configure.in: glib###.a detection fixed
20756:
20757: * INSTALL: hashfile removed from INSTALL
20758:
1.116 moko 20759: * Makefile.am: make update
1.95 moko 20760:
20761: * src/main/pa_string.C: string iterators fixed again, so were
20762: String::join_chain
20763:
20764: * src/main/pa_string.C: string iterators fixed again, so were
20765: String::join_chain
20766:
20767: * src/: include/pa_string.h, main/pa_string.C: string iterators
20768: fixed again, so were String::join_chain
20769:
20770: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20771:
1.211 moko 20772: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20773: "expires=0" = "session"
1.95 moko 20774:
1.116 moko 20775: * configure, configure.in, src/include/pa_config_auto.h.in:
20776: --with-shared-xml --with-static-xml
1.95 moko 20777:
20778: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20779: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20780: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20781: xalan&xml
20782:
20783: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20784:
1.211 moko 20785: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20786: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20787: from sources for now
1.95 moko 20788:
1.116 moko 20789: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20790: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20791: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20792: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20793: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20794: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20795: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20796: src/types/Makefile.am, src/types/pa_vhashfile.C,
20797: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20798:
20799: 2002-02-21 paf
20800:
20801: * src/main/untaint.C: removed debug code, activated commented-for
20802: debug parts
20803:
1.116 moko 20804: * Makefile.am: make cvsupdate
1.95 moko 20805:
20806: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20807: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20808: append_row, not at link zero now string to string appending works
20809:
20810: 2002-02-20 paf
20811:
20812: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20813: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20814: DEBUG_STRING_APPENDS_VS_EXPANDS
20815:
20816: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20817: economy: 22%
20818:
20819: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20820: space uptimized: string::link_row removed
20821:
20822: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20823: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20824: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20825: types/pa_vstring.h: speed uptimized: string::is_empty
20826:
1.211 moko 20827: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20828: src/include/pa_config_fixed.h, src/include/pa_string.h,
20829: src/include/pa_types.h, src/main/compile.tab.C,
20830: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20831: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20832: string append optimiziation idea and estimates
20833:
20834: 2002-02-19 paf
20835:
20836: * src/classes/math.C: not used directly [but erroreously reported
20837: that 'is', thus registering twice&other probs]
20838:
20839: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20840: to node [element]
20841:
20842: * src/main/compile.C: without string_origins parse error
20843: file+line+col possible
20844:
20845: * src/main/: compile.C: without string_origins not worked
20846:
20847: 2002-02-18 paf
20848:
20849: * src/types/pa_vdouble.h: since we have in_expression removed that
20850: trick i've installed into double::as_string
20851:
20852: * src/main/pa_globals.C: extern "C" was removed too fast
20853:
20854: * src/: include/pa_opcode.h, include/pa_request.h,
20855: main/compile.tab.C, main/compile.y, main/execute.C,
20856: types/pa_wcontext.h: in_expression aimed to solve old problem
20857: with string/nonstring values, now in expressions double/int
20858: values are passed as-is, without stupid tostring/fromstring
20859: conversions
20860:
20861: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20862: __cplusplus } #endif
20863:
20864: * src/main/compile.tab.C: bison env set so one could compile
20865: without cygwin installed
20866:
20867: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20868: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20869: gnome xml libs parser .dsp-s changed accordingly
20870:
1.211 moko 20871: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20872: PARSER_ROOT_CONFIG
1.95 moko 20873:
1.211 moko 20874: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20875: [were date::set, with backward comp
1.95 moko 20876:
20877: * src/classes/math.C: math:random range check fixed
20878:
20879: * src/main/: compile.tab.C, compile.y: integer division stops name
20880:
20881: * INSTALL: local install comment
20882:
1.116 moko 20883: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20884:
1.116 moko 20885: * acinclude.m4, aclocal.m4, configure, configure.in,
20886: src/include/pa_config_auto.h.in,
20887: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20888: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20889:
1.211 moko 20890: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20891:
20892: 2002-02-13 paf
20893:
20894: * src/include/pa_config_includes.h: sys/time time both included
20895: now. vaguely remember confilicts on this on some system [not on
20896: six|ablv] so when would see them again would think up proper
20897: check
20898:
1.116 moko 20899: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20900: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20901:
20902: * src/main/pa_common.C: truncation never occured when writing files
20903: on unix [since i've changed cache mech] fix
20904:
20905: * src/main/pa_common.C: strnchr: sanity check added
20906:
20907: * etc/parser3.charsets/windows-1257.cfg: id added
20908:
20909: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20910: baltic charset file generated, in generation script ispunct check
20911: added
20912:
20913: 2002-02-08 paf
20914:
1.116 moko 20915: * src/: include/Makefile.am, sql/Makefile.am,
20916: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20917:
20918: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20919: forgotten
20920:
20921: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20922:
20923: * INSTALL, README: install&others updated
20924:
20925: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20926:
1.116 moko 20927: * Makefile.am, configure, configure.in,
20928: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20929: src/classes/Makefile.am, src/main/Makefile.am,
20930: src/main/pa_status_provider.C, src/targets/Makefile.am,
20931: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20932: works
1.95 moko 20933:
20934: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20935: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20936: classes/hashfile.C, classes/int.C, classes/mail.C,
20937: classes/math.C, classes/op.C, classes/response.C,
20938: classes/string.C, classes/table.C, classes/void.C,
20939: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20940: include/pa_array.h, include/pa_cache_managers.h,
20941: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20942: include/pa_config_fixed.h, include/pa_config_includes.h,
20943: include/pa_db_connection.h, include/pa_db_manager.h,
20944: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20945: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20946: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20947: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20948: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20949: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20950: include/pa_stack.h, include/pa_string.h,
20951: include/pa_stylesheet_connection.h,
20952: include/pa_stylesheet_manager.h, include/pa_table.h,
20953: include/pa_threads.h, include/pa_types.h, main/compile.C,
20954: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20955: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20956: main/pa_db_connection.C, main/pa_db_manager.C,
20957: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20958: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20959: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20960: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20961: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20962: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20963: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20964: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20965: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20966: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20967: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20968: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20969: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20970: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20971: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20972: types/pa_vmethod_frame.h, types/pa_vobject.h,
20973: types/pa_vrequest.h, types/pa_vresponse.h,
20974: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20975: types/pa_vstateless_object.h, types/pa_vstatus.C,
20976: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20977: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20978: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20979: classes/image.C, main/pa_common.C, main/pa_exec.C,
20980: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20981: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20982: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20983: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20984: types/pa_vxnode.C, main/pa_charset.C: name spelling
20985:
20986: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20987: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20988: classes/hashfile.C, classes/image.C, classes/int.C,
20989: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20990: classes/string.C, classes/table.C, classes/void.C,
20991: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20992: include/pa_array.h, include/pa_cache_managers.h,
20993: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20994: include/pa_config_fixed.h, include/pa_config_includes.h,
20995: include/pa_db_connection.h, include/pa_db_manager.h,
20996: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20997: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20998: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20999: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21000: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21001: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21002: include/pa_stack.h, include/pa_string.h,
21003: include/pa_stylesheet_connection.h,
21004: include/pa_stylesheet_manager.h, include/pa_table.h,
21005: include/pa_threads.h, include/pa_types.h, main/compile.C,
21006: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21007: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21008: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21009: main/pa_db_connection.C, main/pa_db_manager.C,
21010: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21011: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21012: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21013: main/pa_socks.C, main/pa_sql_driver_manager.C,
21014: main/pa_status_provider.C, main/pa_string.C,
21015: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21016: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21017: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21018: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21019: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21020: targets/isapi/pool_storage.h, types/pa_valiased.C,
21021: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21022: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21023: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21024: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21025: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21026: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21027: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21028: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21029: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21030: types/pa_vresponse.h, types/pa_vstateless_class.C,
21031: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21032: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21033: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21034: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21035: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21036: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21037:
21038: 2002-02-07 paf
21039:
21040: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21041:
1.116 moko 21042: * configure, configure.in, src/include/pa_config_auto.h.in,
21043: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21044: added yet another locking function: fcntl
1.95 moko 21045:
21046: * config.sub: on cygwin configure passes it with strange i1586
21047: const, hacked it to mean i586
21048:
21049: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21050: disabled $if reference due to conflicts with local variables
21051:
1.211 moko 21052: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21053: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21054: xdoc::create, with both sences
21055:
21056: * operators.ru.txt, operators.txt, src/classes/table.C,
21057: src/include/pa_array.h, src/include/pa_table.h,
21058: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21059: 'set' name obsolete now table clone.
1.95 moko 21060:
1.211 moko 21061: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21062: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21063: ^int/double/string.format now can be called with normal []
21064: brackets, not stupid {} as it were implemented for some strange
21065: reason. retaining backward compatibility due to some
21066: already-implemented servers
21067:
21068: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21069: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21070: operators now detected by check at name_without_curly_rdive_read
21071: rule whether diving code constists only of
21072: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21073: with OP_GET_ELEMENT_OR_OPERATOR to form
21074: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21075:
21076: 2002-02-06 paf
21077:
21078: * configure, configure.in: prefix expanded, grr
21079:
1.211 moko 21080: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21081: config changed
1.95 moko 21082:
21083: 2002-02-05 paf
21084:
1.211 moko 21085: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21086:
21087: * src/main/: pa_exec.C: argv0 now correct
21088:
21089: * src/types/pa_vstatus.C: status:rusage 3
21090:
21091: * src/types/pa_vstatus.C: status:rusage 2
21092:
1.211 moko 21093: * operators.ru.txt, operators.txt: status:rusage described int
21094: operators
1.95 moko 21095:
21096: * src/types/pa_vstatus.C: status:rusage 1
21097:
21098: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21099: src/types/types.dsp: status:rusage
21100:
1.211 moko 21101: * configure.in, operators.ru.txt, operators.txt,
21102: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21103: src/include/pa_config_includes.h, src/main/compile.tab.C,
21104: src/main/pa_common.C: rewritten ^cache to use
21105: non-blocking-exclusive-caches
21106:
21107: * src/main/pa_common.C: text file read mode on win32 adjusted
21108: [speed impact. was off for debugging purpose, but forgotten
21109: afterwards]
21110:
21111: 2002-02-01 paf
21112:
21113: * src/classes/op.C: file_write does EX lock after create, while
21114: file_read does SH after open, so there's a moment after create
21115: but before EX lock when read can sneak into, and read
21116: just-created-for-writing-and-not-yet-locked file, added a check
21117: for that in ^cache...read
21118:
21119: 2002-01-31 paf
21120:
21121: * src/main/: compile.y, compile.tab.C: disabled operator call after
21122: ^xxx:
21123:
21124: * src/main/: compile.tab.C, execute.C: made operators lookup first
21125: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21126:
21127: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21128: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21129: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21130: operators check 6.1 rewritten. now check is done at compile time
21131:
21132: * src/main/execute.C: operators check 5 floated up old error of
21133: staying in 'entered class/object' state after $a($a..) it
21134: prevented operators from being called thereafter
21135:
21136: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21137: main/execute.C: operators check 4 floated up old error of staying
21138: in 'entered object' state after ^a.a(a) it prevented operators
21139: from being called thereafter
21140:
21141: * src/main/execute.C: operators check 3 floated up old error of
21142: staying in 'entered class' state after $a:a(a) it prevented
21143: operators from being called thereafter
21144:
21145: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21146: floated up old error of staying in 'entered class' state after
21147: $a:a[a] it prevented operators from being called thereafter
21148:
21149: * src/main/execute.C: operators check, thay mistakenly seen in
21150: $class:operator $object.operators contexts
21151:
21152: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21153: win32
21154:
1.116 moko 21155: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21156: src/classes/Makefile.am, src/main/Makefile.am,
21157: src/targets/cgi/Makefile.am,
1.95 moko 21158: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21159: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21160:
1.116 moko 21161: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21162: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21163: configure, configure.in, form.txt, ident.awk, install-sh,
21164: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21165: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21166: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21167: etc/parser3.charsets/koi8-r.cfg,
21168: etc/parser3.charsets/windows-1250.cfg,
21169: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21170: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21171: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21172: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21173: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21174: straightened installation scripts procedure made
21175: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21176: change
21177:
21178: 2002-01-30 paf
21179:
21180: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21181: removed] those comments were a mistake, and prevented libltdl
21182: from function properly
21183:
21184: 2002-01-29 paf
21185:
1.116 moko 21186: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21187: creation [modified acinclude.m4 which were creating int into just
21188: assignment LIBTOOL=../libtool] added default system
21189: config&charsetts prepared 'make install', now it installs
21190: targets/cgi/parser3 into bin directory etc/parser3.conf &
21191: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21192: $sysconfdir/parser3.charsets respectively
21193:
21194: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21195: main/pa_globals.C: few forgotten ifdef XML added
21196:
21197: 2002-01-28 paf
21198:
1.116 moko 21199: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21200: removed
21201:
21202: * src/main/pa_exception.C: dom|generic error output fix
21203:
21204: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21205:
21206: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21207:
21208: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21209: [fixed as_node helper func to accept docs]
21210:
21211: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21212: xdoc.importNode 0
21213:
21214: * src/classes/xdoc.C: xdoc::set now untaints OK
21215:
21216: 2002-01-25 paf
21217:
21218: * src/main/: compile.tab.C, compile.y: #comment before @ after
21219: @SPECIAL now works OK
21220:
21221: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21222:
21223: * src/main/pa_exec.C: max arg count now 10, and proper message on
21224: violation that added
21225:
21226: * src/classes/hash.C: unified hash::sql, now
21227: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21228:
21229: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21230: ^file:lock[filename]{code}
21231:
21232: * src/: classes/file.C, classes/op.C, classes/string.C,
21233: classes/table.C, classes/xdoc.C, include/pa_common.h,
21234: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21235: to some pa_common funcs
21236:
21237: * src/: include/pa_charset.h, main/pa_globals.C:
21238: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21239:
21240: * src/: include/pa_charset.h, main/pa_charset.C,
21241: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21242: not stupid illegal define
21243:
21244: 2002-01-24 paf
21245:
21246: * src/include/pa_version.h: changed version number
21247:
21248: * src/: classes/hashfile.C, include/pa_db_table.h,
21249: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21250: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21251: main/pa_db_connection.C, main/pa_db_table.C,
21252: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21253: hashfile without logfiles
21254:
21255: * src/: classes/hashfile.C, include/pa_db_table.h,
21256: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21257: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21258: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21259: DB_INIT_TXN init bits, thus got rid of huge log files, which
21260: cluttered disk without huge need]
21261:
21262: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21263: handy macro, which is strangly abscent in dome lib
21264:
21265: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21266:
21267: * src/classes/xdoc.C: checked empty response
21268:
21269: * src/classes/xnode.C: xdoc.select fixed context node [were always
21270: /, not self node]
21271:
21272: * src/classes/xnode.C: xnode.select returns array always now, in
21273: case 'nothing found' returns empty array
21274:
21275: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21276: be more tender with ctrl/c/v
21277:
21278: 2002-01-23 paf
21279:
21280: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21281: substituted. // 2. when dom tree with entites goes under
21282: transform text nodes // got [erroreosly] cut on first
21283: entity occurance
21284:
21285: * src/types/pa_vdouble.h: double prec. todo: get rid of
21286: twice-converting
21287:
21288: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21289: 'e' in output this is for regretful twice-converting here:
21290: $a(double value) when they write double falue they convert it to
21291: string first, thus %g were losing precesion.
21292:
21293: todo: think up some way to remove double->string string->double
21294: twice-converting
21295:
21296: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21297: %.20E now default float format this is for regretful
21298: twice-converting here: $a(double value) when they write double
21299: falue they convert it to string first, thus %g were losing
21300: precesion.
21301:
21302: todo: think up some way to remove double->string string->double
21303: twice-converting
21304:
21305: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21306: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21307: reasons in comment inside
21308:
21309: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21310: statically linked]
21311:
21312: * src/: include/pa_exception.h, main/compile.tab.C,
21313: main/pa_exception.C: removed exception va_list constructor. 1.
21314: not needed anymore 2. there were a conflict[causing errors]
21315: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21316: never detected an ambiguilty here, compiling ctor(, "hello") into
21317: ctor(, va_list) which, of course, caused gpf
21318:
21319: * src/main/pa_globals.C: removed debug xslt messages
21320:
21321: 2002-01-22 paf
21322:
21323: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21324: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21325: helps compiling stylesheet properly. example: this refused to
21326: work, <b>«<xsl:value-of select="@title"
21327: />»</b> stranly worked only this way:
21328: <b>«<xsl:value-of select="@title" />»</b>
21329:
21330: docs says "set it to 1", never going into details, so I decided
21331: to try NOT to do that
21332:
21333: * src/classes/table.C: join behaived badly in case named tables
21334: structure mismatched: 0 strings sneaked into dest failing
21335: afterwards. replaced them with empty strings
21336:
21337: 2002-01-21 paf
21338:
21339: * src/main/pa_charset.C: checked empty transcoders in
21340: transcode_cstr|buf
21341:
21342: * src/classes/xdoc.C: xdoc::load error source = filespec
21343:
21344: * src/classes/xdoc.C: transform error source now
21345: stylesheet_filespec
21346:
1.116 moko 21347: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21348: include/pa_stylesheet_connection.h, main/pa_charset.C,
21349: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21350: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21351: gnome
1.95 moko 21352:
21353: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21354: include/pa_globals.h, include/pa_stylesheet_connection.h,
21355: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21356: xslt generic error 1
21357:
21358: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21359: xml generic message 1
21360:
21361: * src/classes/table.C: ^table::load empty lines or #comments before
21362: headline
21363:
21364: * src/: include/pa_array.h, include/pa_globals.h,
21365: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21366: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21367: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21368: errors 0
21369:
21370: 2002-01-16 paf
21371:
21372: * src/: classes/hash.C, classes/op.C, classes/string.C,
21373: classes/table.C, classes/void.C, classes/xdoc.C,
21374: include/pa_db_connection.h, include/pa_request.h,
21375: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21376: include/pa_stylesheet_connection.h,
21377: include/pa_stylesheet_manager.h, main/pa_request.C,
21378: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21379: targets/cgi/pool_storage.h: auto closers to sql_connection,
21380: stylesheet_connection auto destroyers to remaining gnome objects
21381:
21382: * src/classes/xdoc.C: few comments
21383:
21384: 2002-01-15 paf
21385:
21386: * src/classes/xdoc.C: xdoc file save string
21387:
21388: ready. todo: error handling
21389:
21390: * src/classes/xdoc.C: xdoc save rewritten using
21391: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21392: result
21393:
21394: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21395: started output options parsing
21396:
21397: 2002-01-14 paf
21398:
21399: * src/classes/xdoc.C: method
21400:
21401: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21402: include/pa_pool.h, include/pa_stylesheet_connection.h,
21403: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21404: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21405: xslt transform0. TODO: use output options handle errors
21406:
21407: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21408:
21409: 2002-01-11 paf
21410:
21411: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21412: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21413: partial logical && || evaluation
21414:
21415: * src/classes/xnode.C: xpath selectNodes
21416:
21417: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21418: string/number/bool
21419:
21420: * src/classes/xnode.C: xpath selectNode 2
21421:
21422: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21423: xpath selectNode 1
21424:
21425: 2002-01-10 paf
21426:
21427: * src/classes/xnode.C: xpath selectNode -100 [just written]
21428:
21429: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21430: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21431: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21432: refcounter]
21433:
21434: 2001-12-29 paf
21435:
21436: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21437: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21438: glib works 0
21439:
21440: 2001-12-28 paf
21441:
21442: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21443: main/pa_exception.C: started glib transcoders
21444:
21445: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21446:
21447: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21448: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21449: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21450: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21451: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21452: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21453: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21454: libs just compiled in. no refcounting no xpath no xslt yet
21455:
21456: 2001-12-27 paf
21457:
21458: * src/: include/pa_charset.h, include/pa_common.h,
21459: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21460: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21461: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21462: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21463: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21464: from xalan&xerces, started the process. globals [initialization
21465: pool [charset update charset [transcodings vxnode vxdoc [DOM
21466: calls
21467:
21468: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21469: anymore
21470:
21471: 2001-12-26 paf
21472:
21473: * src/: include/pa_charset.h, include/pa_charsets.h,
21474: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21475: key globalized [bug]
21476:
21477: 2001-12-25 paf
21478:
21479: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21480: main/pa_string.C: table set & append changed splitting languages,
21481: separators now can be clean AND as-is same to mail command line
21482: $MAIN:MAIL.progX arguments
21483:
21484: 2001-12-24 paf
21485:
21486: * src/classes/mail.C: one parted text messages - no multipart
21487: mime-type anymore. for convinient if $.attach-ments
21488:
21489: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21490: main/pa_string.C: read from cache size check updated
21491:
21492: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21493:
21494: 2001-12-21 paf
21495:
21496: * src/classes/date.C: date:sql-string now returns localtime
21497:
21498: * src/main/pa_request.C: $result in @main actually not working, to
21499: hell with it for now
21500:
21501: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21502: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21503: @postprocess @exception
21504:
21505: * src/main/execute.C: junction evaluation canceled - endless
21506: recursion detected
21507:
21508: 2001-12-19 paf
21509:
21510: * src/main/pa_charset.C: charset->charset transcoding via unicode
21511: intermediate
21512:
21513: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21514:
21515: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21516:
21517: * src/classes/op.C: ^cache keypath now relative
21518:
21519: * src/classes/mail.C: changed weighting prior to sort
21520:
21521: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21522: were missing
21523:
21524: 2001-12-17 paf
21525:
21526: * src/main/pa_charset.C: ifndef XML were bad type
21527:
21528: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21529: outdated unset services_pool
21530:
21531: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21532: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21533: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21534:
21535: * src/main/untaint.C: allowed space in filespec
21536:
21537: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21538:
21539: * src/classes/image.C: no govno
21540:
21541: * src/classes/image.C: govno
21542:
21543: 2001-12-16 paf
21544:
21545: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21546:
21547: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21548: charset_connection&manager replaced by charset&charsets
21549:
21550: * src/main/pa_charset.C: name_cstr 0
21551:
21552: * src/main/untaint.C: uri lang now knows about client/source
21553: charsets
21554:
21555: * src/: classes/file.C, classes/math.C, classes/op.C,
21556: classes/string.C, classes/table.C, classes/xdoc.C,
21557: include/pa_array.h, include/pa_cache_managers.h,
21558: include/pa_charset_connection.h, include/pa_charset_manager.h,
21559: include/pa_common.h, include/pa_db_connection.h,
21560: include/pa_db_manager.h, include/pa_db_table.h,
21561: include/pa_dictionary.h, include/pa_exception.h,
21562: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21563: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21564: include/pa_sapi.h, include/pa_socks.h,
21565: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21566: include/pa_string.h, include/pa_stylesheet_connection.h,
21567: include/pa_stylesheet_manager.h, include/pa_table.h,
21568: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21569: main/pa_charset.C, main/pa_charset_connection.C,
21570: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21571: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21572: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21573: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21574: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21575: types/types.dsp: introducing Charset
21576:
21577: 2001-12-14 paf
21578:
21579: * src/: include/pa_request.h, include/pa_transcoder.h,
21580: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21581: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21582: uri lang
21583:
21584: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21585:
21586: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21587:
21588: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21589: defalts_name global
21590:
21591: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21592: include/pa_request.h, main/main.dsp,
21593: main/pa_charset_connection.C, main/pa_charset_manager.C,
21594: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21595: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21596: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21597: changed charset model. now important: $request:charset
21598: $response:charset while $response:content-type.charset become
21599: unimportant [informational]
21600:
21601: 2001-12-13 paf
21602:
21603: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21604:
21605: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21606: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21607: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21608: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21609: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21610: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21611:
21612: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21613: auto_ptr part other way, because of stupid gcc 2.96
21614: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21615: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21616: FormatterListener] /usr/include/g++-3/memory:48:
21617: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21618: _Tp1 = FormatterListener, _Tp = FormatterListener]
21619:
21620: * src/classes/xdoc.C: removed extra inc
21621:
21622: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21623:
21624: * src/include/pa_types.h: msvc head debugging flag
21625:
21626: * src/classes/xdoc.C: freed up listener
21627:
21628: * src/classes/string.C: change msg '... code is not code'
21629:
21630: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21631: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21632: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21633: [past/future prob]
21634:
21635: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21636: include/pa_config_fixed.h, include/pa_db_manager.h,
21637: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21638: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21639:
21640: * src/: include/pa_config_fixed.h, main/pa_common.C,
21641: main/pa_string.C: removed signed mismatch warnings
21642:
21643: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21644: 'expires' from header outputs
21645:
21646: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21647: row ptr
21648:
21649: * src/classes/file.C: file::cgi bug, request_method were passed to
21650: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21651:
21652: * src/classes/xdoc.C: lang list updated
21653:
21654: 2001-12-10 paf
21655:
21656: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21657:
21658: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21659: erase files like that, knowing their full name introducing //
21660: theoretical problem with, for instance, "_2B" and "." fragments,
21661: // they would yield the same // because
21662: need_file_encode('_')=false // but we need to delete such files
21663: somehow, getting names from ^index
21664:
21665: * src/main/pa_string.C: ^string.replace bug fixed [bad
21666: string::join_chank break]
21667:
21668: 2001-12-07 paf
21669:
21670: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21671: include/pa_common.h, include/pa_config_auto.h.in,
21672: include/pa_config_fixed.h, include/pa_config_includes.h,
21673: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21674: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21675: types/pa_vhashfile.C: merged from r14_simple_cache
21676:
21677: * src/main/pa_string.C: stupid sparc architecture failed to access
21678: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21679: lduh [ %i2 + 1 ], %l0
21680:
21681: bus error, fixed that
21682:
21683: * src/main/pa_string.C: strange string deserialize bug on
21684: client[pmts], a bit shortened,
21685:
21686: * src/include/pa_config_auto.h.in: makes
21687:
21688: * src/: include/pa_common.h, include/pa_config_fixed.h,
21689: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21690: file write shared lock file read
21691:
21692: * src/: classes/op.C, include/pa_common.h,
21693: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21694:
21695: 2001-12-06 paf
21696:
21697: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21698: main/pa_request.C: #ifdef RESOURCES_DEBUG
21699:
21700: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21701: info
21702:
21703: * src/classes/hashfile.C: removed transaction from ^cache
21704:
21705: 2001-12-05 paf
21706:
21707: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21708: IIS5 there were a prob with illegal call check
21709:
21710: 2001-12-04 paf
21711:
21712: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21713: main/pa_request.C: measures to log
21714:
21715: 2001-11-23 paf
21716:
21717: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21718: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21719: types/pa_vhashfile.C: merged from _0014, 1
21720:
21721: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21722: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21723: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21724: ^cache(33) would change
21725:
21726: 0660 bits in file_write & hashfile create
21727:
21728: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21729: after pa_string optimization]
21730:
21731: 2001-11-22 paf
21732:
21733: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21734: table.offset[whence]
21735:
21736: * src/classes/op.C: process cstr(,connection)
21737:
21738: * src/classes/op.C: process now gets its body on current language,
21739: not as-is
21740:
21741: * src/main/untaint.C: ORIGINS mode removed UHTML
21742:
21743: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21744: bit
21745:
1.116 moko 21746: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21747:
21748: 2001-11-21 paf
21749:
21750: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21751: <xsl:output output options made identical to xsl:output
21752: attributes exclusion: cdata-section-elements what xalan can do
21753: but that not used now: it can escape and remove CDATA sections
21754:
21755: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21756: produced by xslt
21757:
21758: * src/targets/cgi/parser3.C: removed debug cgi||1
21759:
21760: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21761:
21762: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21763: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21764: default language for {code}, it happen to change it's language
21765: from CLEAN, so later refused to split by CLEAN \t
21766:
21767: 2001-11-20 paf
21768:
1.116 moko 21769: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21770: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21771: bottom of dependeces, so that errors would popup quicklier, fixed
21772: line numbering in table::sql
21773:
21774: 2001-11-19 paf
21775:
21776: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21777: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21778: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21779: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21780: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21781: at wcontext.write
21782:
1.116 moko 21783: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21784: _set_new_handler
21785:
1.116 moko 21786: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21787: set_new_handler in apache&isapi
1.95 moko 21788:
21789: 2001-11-16 paf
21790:
21791: * src/targets/cgi/parser3.C: pool debug @ die
21792:
21793: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21794: removed 8 bytes from String, 2 bytes from
21795: string::chunk::row::item
21796:
21797: * src/main/pa_string.C: removed 1+4 bytes from String
21798:
21799: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21800: types/pa_vstring.C: removed 1+4 bytes from String
21801:
21802: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21803: 0
21804:
21805: * src/: include/pa_globals.h, include/pa_string.h,
21806: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21807: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21808: targets/cgi/parser3.C: introducing estimating
21809: String::cstr_bufsize, 0
21810:
21811: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21812:
21813: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21814:
21815: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21816: include/pa_pool.h: die in pool::fail
21817:
21818: 2001-11-15 paf
21819:
21820: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21821: main/pa_exception.C, targets/cgi/parser3.C: exception with
21822: dynamic buffer re-back now with counter
21823:
21824: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21825: static buffer back
21826:
21827: * src/targets/cgi/parser3.C: std::
21828:
21829: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21830: include/pa_config_includes.h: setnewhandler check
21831:
1.116 moko 21832: * src/include/pa_config_auto.h.in: makes
1.95 moko 21833:
21834: * src/targets/cgi/parser3.C: set_new_handler started
21835:
21836: 2001-11-14 paf
21837:
21838: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21839: was wrong
21840:
21841: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21842: was wrong
21843:
21844: * src/main/pa_request.C: z
21845:
21846: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21847: full returns win32 -1 solaris >buffer_size
21848:
21849: checked all that
21850:
21851: * src/classes/op.C: ^untaint{body} as-is default now
21852:
21853: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21854: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21855: with no_bad_constructors_try
21856:
21857: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21858: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21859: this: $bred[^string::length[]] $bred[^response::clear[]]
21860: $bred[^int::int[]]
21861:
21862: now VObject creation moved into overriden
21863: VClass::create_new_value, thus 0 from create_new_value means that
21864: class has no ctors
21865:
21866: 2001-11-13 paf
21867:
21868: * src/classes/classes.C: returned accedently removed if in foreach
21869: callbacks [when hash no-0-restructure]
21870:
21871: 2001-11-12 paf
21872:
21873: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21874: passed as-is to method, xalan makes & into & itself
21875:
21876: * src/classes/date.C: date.roll parser2 alg used
21877:
21878: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21879: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21880: main/pa_dictionary.C, main/pa_hash.C,
21881: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21882: now does not containt 0 values. put 0 actullay removes. no check
21883: on 0 value in foreach now required
21884:
21885: 2001-11-11 paf
21886:
21887: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21888:
21889: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21890:
21891: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21892: driver initialize not const
21893:
21894: 2001-11-10 paf
21895:
21896: * src/main/pa_exec.C: doc
21897:
21898: 2001-11-09 paf
21899:
21900: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21901: param properly
21902:
21903: * src/classes/string.C: string.save now does untainting before
21904: saving
21905:
21906: * src/main/pa_common.C: line endings fixing fixed last piece[was
21907: still cstr oriented]
21908:
21909: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21910: line endings fixing got rid of cstr, now must work ok with post
21911: multipart
21912:
21913: * src/types/pa_vform.C: line endings fixed at post / multipart /
21914: not file also now
21915:
21916: 2001-11-08 paf
21917:
21918: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21919: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21920: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21921: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21922: main/pa_stylesheet_manager.C: restructured Cache manager to be
21923: simple parent, not second parent [gcc 2.96 strangly refused to
21924: call virtual from second parent]
21925:
1.116 moko 21926: * src/: include/pa_common.h, main/Makefile.am,
21927: targets/cgi/pa_pool.C: makes
1.95 moko 21928:
21929: * src/: include/pa_request.h, main/pa_request.C,
21930: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21931: 'status' class enabler
21932:
21933: <Location /parser-status.html> ParserStatusAllowed </Location>
21934:
21935: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21936: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21937: include/pa_stylesheet_manager.h, main/main.dsp,
21938: main/pa_cache_managers.C, main/pa_charset_manager.C,
21939: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21940: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21941: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21942: todo: apache 'status' class enabler
21943:
21944: 2001-11-05 paf
21945:
21946: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21947: debug to normal
21948:
21949: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21950: hence i removed skipping 0 values in hash::for_each-es we need to
21951: check cleaned cache items manually. few more checks.
21952:
21953: expiring to 0 time was wrong, changed to 'now' time
21954:
21955: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21956: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21957: on apache already done :)
21958:
21959: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21960: skipping 0 values in hash::for_each-es we need to check cleaned
21961: cache items manually
21962:
21963: * src/main/: pa_db_connection.C, pa_db_table.C:
21964: parser_multithreaded check was wrong
21965:
21966: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21967: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21968: classes/hashfile.C, classes/image.C, classes/int.C,
21969: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21970: classes/string.C, classes/table.C, classes/void.C,
21971: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21972: include/pa_array.h, include/pa_charset_connection.h,
21973: include/pa_charset_manager.h, include/pa_common.h,
21974: include/pa_config_fixed.h, include/pa_config_includes.h,
21975: include/pa_db_connection.h, include/pa_db_manager.h,
21976: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21977: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21978: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21979: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21980: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21981: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21982: include/pa_stack.h, include/pa_string.h,
21983: include/pa_stylesheet_connection.h,
21984: include/pa_stylesheet_manager.h, include/pa_table.h,
21985: include/pa_threads.h, include/pa_types.h, main/compile.C,
21986: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21987: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21988: main/pa_charset_manager.C, main/pa_common.C,
21989: main/pa_db_connection.C, main/pa_db_manager.C,
21990: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21991: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21992: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21993: main/pa_socks.C, main/pa_sql_driver_manager.C,
21994: main/pa_status_provider.C, main/pa_string.C,
21995: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21996: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21997: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21998: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21999: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22000: targets/isapi/pool_storage.h, types/pa_valiased.C,
22001: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22002: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22003: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22004: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22005: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22006: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22007: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22008: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22009: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22010: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22011: types/pa_vstateless_object.h, types/pa_vstatus.h,
22012: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22013: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22014: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22015: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22016: $status:db fixed used not initialized in db_connection & db_table
22017:
22018: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22019: $status:charset
22020:
22021: * src/: classes/xdoc.C, include/pa_db_connection.h,
22022: include/pa_stylesheet_connection.h,
22023: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22024: types/pa_vstatus.h: $status:stylesheet
22025:
22026: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22027: include/pa_request.h, include/pa_sql_connection.h,
22028: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22029: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22030: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22031: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22032: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22033: types/pa_vxnode.C, types/types.dsp: started status parser class
22034:
22035: 2001-11-01 paf
22036:
22037: * src/include/pa_config_auto.h.in: makes
22038:
22039: * src/main/pa_hash.C: removed old extra include
22040:
22041: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22042: checks [for hp, there are such in math.h]
22043:
22044: * src/classes/op.C: ^for endless loop check strightened
22045:
22046: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22047: behavior in native calls. it left unchanged, so ^for ^foreach &
22048: co can use r.root to write their i & key,value there
22049:
22050: * src/classes/op.C: detected for var storage bug, fixed.
22051: todo:foreach
22052:
22053: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22054: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22055: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22056: changing of hash inside of foreach
22057:
22058: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22059: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22060: were hash.foreach
22061:
22062: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22063: types/pa_vstring.C, types/pa_vstring.h:
22064: ^foreach[key|value]{body}[[separator]|{separator}]
22065:
22066: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22067: types/pa_vcookie.C: ^hash.delete[key]
22068:
22069: 2001-10-31 paf
22070:
22071: * src/main/: compile.C, pa_common.C: completely empty file now
22072: considered "read", not ignored [not perfect trick used]
22073:
22074: * src/main/pa_common.C: simplier common ifdefs
22075:
22076: * src/main/pa_common.C: typing bug in common - bad ifdeff
22077:
22078: * src/main/pa_db_connection.C: z
22079:
22080: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22081: lockdetector flags
22082: dbenv.lk_detect=DB_LOCK_RANDOM;
22083:
22084: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22085: from accidental show [imagine user forgot @exception]
22086:
22087: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22088:
22089: * src/: classes/file.C, classes/image.C, classes/mail.C,
22090: classes/string.C, classes/xnode.C, include/pa_common.h,
22091: main/pa_common.C: ^string.save[[append;]path]
22092:
22093: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22094: main/execute.C: \ in expression: int divide 10/3=3
22095:
22096: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22097: inside of ^cache
22098:
22099: * src/: include/pa_threads.h, main/pa_db_connection.C,
22100: main/pa_db_table.C, targets/cgi/pa_threads.C,
22101: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22102: needed
22103:
22104: 2001-10-30 paf
22105:
22106: * src/: classes/classes.dsp, main/main.dsp,
22107: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22108: types/types.dsp: enabled debug incremental compile
22109:
22110: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22111: form post data line endings not reformatted now.
22112:
22113: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22114: now required [had bug when file= has no value]
22115:
22116: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22117: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22118: cstr(asis) default param removed
22119:
22120: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22121:
22122: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22123:
22124: * src/include/pa_dir.h: LOAD_DIR fixed
22125:
22126: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22127: was broken} fix_line_breaks
22128:
22129: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22130: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22131: packed with #pragma pack
22132:
1.116 moko 22133: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22134:
22135: 2001-10-29 paf
22136:
22137: * src/types/pa_wcontext.h: bitfield syntax stricter
22138:
22139: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22140: string hash.puts
22141:
22142: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22143:
22144: * src/include/pa_sql_connection.h: there were one wrong
22145: SQL_CONNECTION_FUNC_GUARDED [failed]
22146:
22147: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22148: param.someday either ifdef or remove it
22149:
22150: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22151:
22152: * src/main/untaint.C: optimizing returned after debugging
22153:
22154: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22155: main/untaint.C: memory hunging #pragma pack(1)
22156:
22157: 16 419 844 13 169 394
22158:
22159: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22160: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22161: places [todo:Array]
22162:
22163: * src/: main/execute.C, targets/cgi/pa_pool.C,
22164: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22165: types/pa_wwrapper.h: debugging memory WContext flags to bits
22166:
22167: total 5 652 652/158731 total 5 469 332/158731
22168:
22169: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22170: Array:: without cache in get/put now
22171:
22172: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22173: 18:25:27 2001] total 5 652 652/158731
22174:
22175: * src/: include/pa_string.h, main/pa_string.C,
22176: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22177: now
22178:
22179: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22180: 18:11:53 2001] total 5796092/158731
22181:
22182: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22183: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22184: key ref now
22185:
22186: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22187: 17:11:17 2001] total 16867948/202658
22188:
22189: * src/: classes/file.C, classes/image.C, classes/string.C,
22190: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22191: main/execute.C, main/pa_array.C, main/pa_common.C,
22192: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22193: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22194: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22195: string::as_int/double now usually uses stack, not heap [200K out
22196: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22197:
22198: * src/main/pa_sql_driver_manager.C: ping to have services [old
22199: hiding bug]
22200:
22201: * src/Makefile.am: .am order
22202:
22203: * src/: include/pa_array.h, include/pa_charset_manager.h,
22204: include/pa_db_connection.h, include/pa_db_manager.h,
22205: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22206: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22207: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22208: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22209: required "friend class"
22210:
22211: ../include/pa_request.h:51: friend declaration requires
22212: class-key, i.e. `friend class Temp_lang'
22213:
22214: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22215: main/pa_exception.C, main/pa_sql_driver_manager.C,
22216: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22217:
22218: the idea is to #1 jump to C++ some function to main body, where
22219: every function stack frame has exception unwind information and
22220: from there... #2 propagate_exception()
22221:
22222: 2001-10-28 paf
22223:
22224: * src/main/pa_db_connection.C: removed old consts
22225:
22226: * src/main/pa_db_connection.C: expire table [was accidently pasted
22227: with wrong type/cast]
22228:
22229: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22230: translation
22231:
1.116 moko 22232: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22233: remember to build DB2 with -fexceptions!!!
22234:
22235: * src/main/pa_db_table.C: DB_RMW defed
22236:
22237: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22238: include/pa_db_connection.h, include/pa_db_manager.h,
22239: include/pa_db_table.h, main/pa_db_connection.C,
22240: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22241:
22242: 2001-10-27 paf
22243:
22244: * src/: classes/hashfile.C, include/pa_db_connection.h,
22245: include/pa_db_table.h, main/pa_db_connection.C,
22246: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22247: types/pa_vhashfile.C: DB2 ifdefs
22248:
1.116 moko 22249: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22250: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22251: makes with DB2
22252:
1.116 moko 22253: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22254: types/Makefile.am: makes db
1.95 moko 22255:
22256: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22257: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22258: globals.C
22259:
22260: * src/: classes/hashfile.C, include/pa_db_connection.h,
22261: include/pa_db_table.h, main/pa_db_connection.C,
22262: main/pa_db_table.C: ^hashfile.clear[]
22263:
22264: * src/classes/classes.awk: no $ in var names
22265:
22266: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22267: connection&table [forgotten calls]
22268:
22269: 2001-10-26 paf
22270:
22271: * src/main/pa_db_connection.C: db checkpoints
22272:
22273: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22274: checkpoints
22275:
22276: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22277: default. but entities still reparsed. todo: tothink
22278:
22279: * src/main/pa_db_connection.C: db recover mech 2
22280:
22281: * src/: classes/hashfile.C, include/pa_db_connection.h,
22282: include/pa_db_manager.h, include/pa_db_table.h,
22283: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22284: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22285: types/pa_vhashfile.h: db connections & tables now cached at
22286: create time & multithreaded
22287:
22288: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22289: parsed_source
22290:
22291: * src/main/pa_db_connection.C: about to remove connection from
22292: vhashfile
22293:
22294: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22295: transaction commit/rollback responsibility left to parent [as it
22296: sould - else there were a bug with double free]
22297:
22298: * src/include/pa_db_table.h: db: child transaction commit/rollback
22299: responsibility left to parent [as it sould - else there were a
22300: bug with double free]
22301:
22302: 2001-10-25 paf
22303:
22304: * src/: classes/hashfile.C, include/pa_common.h,
22305: include/pa_db_connection.h, include/pa_db_manager.h,
22306: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22307: types/pa_vhashfile.C, types/pa_vhashfile.h,
22308: include/pa_db_table.h, main/pa_db_table.C: started db_home
22309: [multiple, cached] todo: autorecover [tried, but not succeded,
22310: yet]
22311:
22312: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22313:
22314: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22315: transaction parent passed
22316:
22317: 2001-10-24 parser
22318:
1.116 moko 22319: * src/classes/Makefile.am: makes
1.95 moko 22320:
22321: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22322: isapi/pool_storage.h: pool_storage fixed
22323:
22324: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22325: types/pa_vform.h: form fix_line_breaks
22326:
1.116 moko 22327: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22328:
22329: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22330: targets/cgi/pool_storage.h: makes
22331:
22332: * src/sql/pa_sql_driver.h: version
22333:
22334: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22335: types/pa_vform.C, types/pa_vform.h: .am
22336:
22337: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22338: this: DB_RMW Acquire write locks instead of read locks when doing
22339: the retrieval. Setting this flag may decrease the likelihood of
22340: deadlock during a read-modify-write cycle by immediately
22341: acquiring the write lock during the read part of the cycle so
22342: that another thread of control acquiring a read lock for the same
22343: item, in its own read-modify-write cycle, will not result in
22344: deadlock
22345:
22346: * src/targets/isapi/parser3isapi.dsp: doc
22347:
22348: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22349:
22350: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22351:
22352: * src/: classes/hashfile.C, include/pa_db_connection.h,
22353: main/pa_db_connection.C: hashfile expired deleted from db when
22354: get & iterate
22355:
22356: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22357: expiring 1
22358:
22359: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22360:
22361: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22362: db_connection not bothers with key when not returning expired
22363: data
22364:
22365: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22366: types/pa_vhashfile.C: db_cursor constructor public now
22367:
22368: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22369: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22370: stamped, todo: put_element analize
22371:
22372: * src/: include/pa_db_connection.h, include/pa_string.h,
22373: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22374: serialize. todo stamp
22375:
22376: 2001-10-23 parser
22377:
22378: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22379: classes/image.C, classes/mail.C, classes/response.C,
22380: classes/string.C, classes/table.C, classes/xdoc.C,
22381: include/pa_config_fixed.h, include/pa_db_connection.h,
22382: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22383: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22384: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22385: types/pa_vtable.C: ^hashfile.hash[]
22386:
22387: * src/: classes/hashfile.C, classes/xdoc.C,
22388: include/pa_config_fixed.h, main/pa_db_manager.C,
22389: main/pa_globals.C: ifdefs so it compiled without db
22390:
22391: * src/: classes/hashfile.C, include/pa_db_connection.h,
22392: include/pa_db_manager.h, main/pa_db_connection.C,
22393: main/pa_db_manager.C, types/pa_vhashfile.h:
22394: ^hashfile.transaction{code} ^hashfile:clear[filename]
22395: ^hashfile.delete[key]
22396:
22397: 2001-10-22 parser
22398:
22399: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22400: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22401:
22402: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22403: classes/xnode.C, include/pa_charset_connection.h,
22404: include/pa_db_connection.h, include/pa_db_manager.h,
22405: include/pa_exception.h, include/pa_sapi.h,
22406: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22407: include/pa_stylesheet_connection.h,
22408: include/pa_stylesheet_manager.h,
22409: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22410: main/pa_db_connection.C, main/pa_db_manager.C,
22411: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22412: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22413: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22414: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22415: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22416: types/types.dsp: hashfile 0
22417:
22418: * src/types/pa_vhashfile.C: z
22419:
22420: * src/: classes/classes.dsp, classes/hashfile.C,
22421: include/pa_config_fixed.h, main/execute.C,
22422: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22423: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22424:
22425: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22426:
22427: * src/: include/pa_exception.h, include/pa_request.h,
22428: main/execute.C, main/pa_exception.C, main/pa_request.C,
22429: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22430: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22431:
22432: 2001-10-19 parser
22433:
22434: * src/include/pa_pool.h: header
22435:
22436: * src/main/pa_pool.C: auto compiled on gcc
22437:
22438: * src/classes/image.C: comment
22439:
1.116 moko 22440: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22441:
22442: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22443: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22444: types/pa_vxnode.h: xnode clone got freed
22445:
22446: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22447: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22448: can free up xalandomstring resulting from pool::transcode
22449:
22450: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22451: include/pa_config_fixed.h, include/pa_exception.h,
22452: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22453: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22454: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22455: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22456: from non-xml compile
22457:
22458: * src/main/pa_request.C: pool:: context - get_context
22459:
22460: * src/: classes/classes.h, classes/date.C, classes/double.C,
22461: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22462: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22463: classes/string.C, classes/table.C, classes/void.C,
22464: include/pa_config_fixed.h, include/pa_exception.h,
22465: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22466: main/compile.C, main/compile_tools.C, main/execute.C,
22467: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22468: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22469: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22470: main/pa_string.C, main/pa_table.C, main/untaint.C,
22471: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22472: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22473: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22474: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22475: types/pa_vstateless_class.h, types/pa_vtable.C,
22476: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22477: exceptions 0
22478:
22479: * src/classes/classes.awk: $ removed
22480:
22481: 2001-10-18 parser
22482:
22483: * src/types/pa_vcookie.C: cookie:CLASS
22484:
22485: * src/main/main.dsp: project
22486:
22487: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22488: set_document & ctor question "who owns document" solved
22489:
22490: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22491:
22492: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22493: main/pa_pool.C: encoding in dom creating funcs
22494:
22495: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22496: be transformed now
22497:
22498: * src/classes/xdoc.C: dom created by create can be transformed now
22499:
22500: * src/classes/xdoc.C: z
22501:
22502: * src/classes/xdoc.C: comment
22503:
22504: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22505: create now uses XercesDocumentBridge, appendChild&co now works
22506:
22507: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22508: @ recompile
22509:
22510: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22511: $origin @exception[
22512:
22513: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22514: tag names forced to XML lang
22515:
22516: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22517: leechy-found bugs in code&doc fixed
22518:
22519: 2001-10-17 parser
22520:
22521: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22522: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22523: n functionality preserved
22524:
22525: * src/types/pa_vimage.h: removed unused vimage::save
22526:
22527: 2001-10-16 parser
22528:
22529: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22530:
22531: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22532:
22533: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22534:
22535: * src/classes/image.C: image.copy tolerance
22536:
22537: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22538: ineffective, but works for small paleted image
22539:
22540: * src/types/pa_vimage.C: comment
22541:
22542: * src/classes/image.C: gd size/resize bugfix
22543:
22544: * src/: classes/classes.dsp, main/main.dsp,
22545: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22546: types/types.dsp: ident >nul 2>&1
22547:
22548: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22549: systems
22550:
22551: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22552: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22553:
22554: 2001-10-15 parser
22555:
22556: * src/main/execute.C: z
22557:
22558: * src/classes/: xdoc.C: !::create{qualifiedName}
22559:
22560: * src/types/pa_vxnode.C: document_type_node.
22561: !readonly attribute DOMString name
22562: !notation_node.
22563: !readonly attribute DOMString publicId
22564: !readonly attribute DOMString systemId
22565:
1.116 moko 22566: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22567: ::write badly passed string too transparently [failed to
22568: intercept it]
1.95 moko 22569:
22570: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22571: include/pa_request.h, main/pa_sql_driver_manager.C,
22572: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22573: types/pa_vxnode.h: DOM1 major addtion, only few
22574: attributes/methods left
22575:
22576: 2001-10-13 parser
22577:
22578: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22579: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22580: in main handler
22581:
22582: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22583: cleanups & frees order
22584:
22585: * src/types/pa_vcode_frame.h: couple comments
22586:
22587: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22588: transparent enough to handle hash if creation&passing
22589:
22590: * src/: include/pa_config_fixed.h, main/execute.C,
22591: main/pa_exception.C: noticed that vcodeframe not transparent
22592: enough, would change now
22593:
22594: 2001-10-12 parser
22595:
22596: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22597: fixed. initialization&free on each thread!
22598:
22599: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22600: handling changed: now type of default param analized always, not
22601: only at problem time, thus helping early problem spotting
22602:
22603: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22604: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22605: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22606: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22607: multithread bug fixed. initialization&free on each thread!
22608:
22609: 2001-10-11 parser
22610:
22611: * src/classes/xnode.C: xnode.selectSingle now
22612:
22613: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22614: include/pa_pool.h, include/pa_stylesheet_connection.h,
22615: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22616: convertors out of Pool into Exception
22617:
22618: * src/main/pa_string.C: const
22619:
22620: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22621: linked pieces of same language together prior to String::replace
22622:
22623: * src/classes/hash.C: !^hash.add[addme]
22624: !^hash.sub[subme]
22625: !^a.union[b] = new
22626: !^a.intersection[b] = new
22627: !^a.intersects[b] = bool
22628:
22629: * src/classes/hash.C: !^hash::append[append_from]
22630:
22631: * src/: classes/hash.C, types/pa_vhash.h:
22632: !^hash::create[[copy_from]]
22633:
22634: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22635: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22636: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22637: fixed. got rid of empty_string, which caused errors - it hasnt
22638: exception but somebody[value.bark] tried to throw it on it's pool
22639:
1.116 moko 22640: * src/include/pa_config_auto.h.in: makes
1.95 moko 22641:
22642: 2001-10-10 parser
22643:
22644: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22645:
22646: * src/main/: compile.tab.C, compile.y: ^a[
22647:
22648: @next_method << now unclosed ] would be reported here
22649:
22650: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22651: compile error
22652:
22653: 2001-10-09 parser
22654:
1.116 moko 22655: * src/: classes/Makefile.am, main/Makefile.am,
22656: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22657:
22658: * src/classes/Makefile.am: makes
22659:
22660: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22661: win32 errors intercepted [xalan transformer patched and
22662: incorporated]
22663:
22664: * src/: classes/classes.dsp, classes/xdoc.C,
22665: include/pa_stylesheet_connection.h, main/main.dsp,
22666: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22667: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22668: patches starting
22669:
22670: * src/classes/: string.C, table.C: ^string.save[file]
22671:
22672: * src/classes/: date.C, table.C: calendar moved to date
22673:
22674: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22675: string/table] now
22676:
22677: * src/classes/: op.C, table.C: z
22678:
22679: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22680: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22681: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22682: be code [be string..]
22683:
22684: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22685: table.C: lots of
22686: params->as_int/double/as_string/as_junction/as_no_junction
22687: messages added
22688:
22689: 2001-10-08 parser
22690:
22691: * src/: classes/date.C, classes/image.C, classes/string.C,
22692: classes/table.C, classes/void.C, include/pa_request.h:
22693: params->as_int/double message added
22694:
22695: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22696:
22697: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22698: image:sector removed image:html internal "line-*" attribs
22699:
22700: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22701: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22702:
22703: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22704: way
22705:
22706: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22707: main/untaint.C: header untainting to UL_HTTP_HEADER,
22708: UL_MAIL_HEADER made nonforced [only tainted pieces]
22709:
22710: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22711: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22712: @ SAPI::log
22713:
22714: * src/main/untaint.C: \r to ' ' in origins mode
22715:
22716: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22717: set]
22718:
22719: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22720: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22721: nonstandard liaison freed up
22722:
22723: 2001-10-07 parser
22724:
22725: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22726: project
22727:
22728: 2001-10-05 parser
22729:
22730: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22731: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22732: from outputing to cerr. lots of "todos"
22733:
22734: * src/main/untaint.C: http_header tainting more gentle with
22735: enquoting now
22736:
22737: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22738: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22739: xml errorhandler. fixed string.replace a little, read @test
22740:
22741: * src/main/pa_string.C: found replace bug - first_that_starts(char
22742: *) does not have limit, and looks further eos, fixing....
22743:
22744: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22745:
22746: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22747:
22748: * src/main/: pa_charset_connection.C: ctype another mem clear
22749: bugfix
22750:
1.116 moko 22751: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22752: $result[^[$p^]z] now works fine
1.95 moko 22753:
22754: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22755: wrong. fixed it
22756:
22757: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22758: of totable appered to be vital
22759:
22760: 2001-10-04 parser
22761:
22762: * src/classes/image.C: ^image.length[text]
22763:
22764: 2001-10-03 parser
22765:
22766: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22767:
22768: * src/main/pa_request.C: restored pcre defaulting in request
22769: [mindlessly "optimized" yesterday] comment left
22770:
22771: 2001-10-02 parser
22772:
22773: * src/: main/pa_charset_manager.C,
22774: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22775: needed
22776:
22777: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22778: forgot non-xml pool.*charset needed
22779:
22780: * src/classes/table.C: # config comments fixed
22781:
22782: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22783: charset_connection #comment now
22784:
22785: * src/: classes/classes.dsp, types/types.dsp: release projects
22786: options fixed to use release msvcrt lib
22787:
22788: * src/main/pa_charset_connection.C: pcre tables now const inside
22789: removed default - pcre handles that internally fixed bug on
22790: not-cleaning tables [previously was calloced, now member]
22791:
22792: * src/: include/pa_request.h, main/pa_charset_connection.C,
22793: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22794: inside removed default - pcre handles that internally fixed bug
22795: on not-cleaning tables [previously was calloced, now member]
22796:
22797: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22798: tested charset reload on file change @ apache version = OK tested
22799: freeing up prev encoding on adding new = OK
22800:
22801: 2001-10-01 parser
22802:
22803: * src/main/pa_charset_connection.C: removed entitify external hack
22804: [internal installed]
22805:
1.116 moko 22806: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22807:
22808: * src/: include/pa_charset_connection.h,
22809: include/pa_charset_manager.h,
22810: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22811: main/pa_charset_connection.C, main/pa_charset_manager.C,
22812: main/pa_request.C: charset loading & caching mech 0
22813:
22814: * src/: include/pa_stylesheet_connection.h,
22815: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22816: main/pa_globals.C, main/pa_request.C: would make charset loading
22817: & caching mech now
22818:
22819: 2001-09-30 parser
22820:
22821: * src/main/pa_request.C: forgot to fill toTable
22822:
22823: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22824: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22825: failed on win32 for now..
22826:
22827: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22828: now charsets table configuration variable is: CHARSETS
22829:
22830: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22831: ctype with unicode 1. todo: no П entities on output somehow
22832:
22833: * src/: classes/file.C, classes/op.C, classes/string.C,
22834: include/pa_request.h, main/pa_request.C: started ctype with
22835: unicode values
22836:
22837: 2001-09-28 parser
22838:
22839: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22840: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22841: string passed AS-IS now
22842:
22843: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22844: way of user-configuring... todo: implement
22845:
22846: 2001-09-27 parser
22847:
22848: * src/classes/table.C: table.sort changed to sort table itself
22849:
22850: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22851: X^.getElementsByTagName[tagname] = array of xnode
22852: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22853: nodes removed - regretfully not supported @ xalan. maybe someday
22854: would reimplement, if needed.
22855:
22856: win32build system: solved long waiting anti-non-started-apache
22857: problem
22858:
22859: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22860: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22861: types/types.dsp: win32 ident make system so not to rebuild
22862: library [ident.C.new]
22863:
22864: 2001-09-26 parser
22865:
22866: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22867: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22868: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22869: types/pa_vxnode.C, types/types.dsp: z
22870:
22871: * src/classes/classes.C: forgot one non-xml check
22872:
1.116 moko 22873: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22874: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22875:
22876: * src/targets/cgi/parser3.C: z
22877:
22878: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22879: targets/isapi/parser3isapi.C: #ifdef SMTP
22880:
22881: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22882: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22883: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22884: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22885: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22886: types/types.dsp: xdoc&xnode now
22887:
22888: * src/: classes/classes.C, classes/classes.awk,
22889: classes/classes.dsp, classes/classes.h, classes/date.C,
22890: classes/dnode.C, classes/dnode.h, classes/dom.C,
22891: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22892: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22893: classes/op.C, classes/response.C, classes/string.C,
22894: classes/table.C, classes/void.C, include/pa_array.h,
22895: include/pa_common.h, include/pa_config_fixed.h,
22896: include/pa_config_includes.h, include/pa_dictionary.h,
22897: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22898: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22899: include/pa_socks.h, include/pa_sql_connection.h,
22900: include/pa_sql_driver_manager.h, include/pa_stack.h,
22901: include/pa_string.h, include/pa_stylesheet_connection.h,
22902: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22903: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22904: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22905: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22906: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22907: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22908: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22909: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22910: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22911: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22912: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22913: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22914: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22915: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22916: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22917: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22918: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22919: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22920: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22921: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22922: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22923: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22924: types/pa_vmethod_frame.h, types/pa_vobject.h,
22925: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22926: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22927: types/pa_vstateless_object.h, types/pa_vstring.C,
22928: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22929: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22930: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22931: main.dsp splitted to main+classes+types along to .am
22932:
22933: * src/classes/Makefile.am: removed useless var
22934:
22935: * src/: classes/classes.cmd, main/main.dsp,
22936: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22937: main.dsp
22938:
22939: 2001-09-25 parser
22940:
22941: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22942: 1251 though, todo ICU
22943:
1.116 moko 22944: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22945: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22946: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22947: types/pa_vdom.h: xml configure makes
1.95 moko 22948:
22949: 2001-09-24 parser
22950:
1.116 moko 22951: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22952: types/Makefile.am: makes
1.95 moko 22953:
1.116 moko 22954: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22955:
22956: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22957: started unix makes update
22958:
22959: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22960: started unix makes update
22961:
22962: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22963:
22964: * src/types/pa_value.h: z
22965:
22966: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22967: bugs with usinge hash/table in expressions
22968:
22969: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22970: resolved conflicts fixed [const]
22971:
22972: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22973: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22974: main/compile.C, main/compile.tab.C, main/compile.y,
22975: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22976: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22977: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22978: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22979: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22980: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22981: with before_xml [merge2 actually didn't happen - i've created
22982: tags on wrong branch. so this merge is in fact re-merge]
22983:
22984: 2001-09-21 parser
22985:
22986: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22987: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22988: produced "" in make file and sadly wrong interpreted on load]
22989:
1.116 moko 22990: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22991: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22992: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22993: include/pa_sql_driver_manager.h, include/pa_string.h,
22994: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22995: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22996: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22997:
22998: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22999: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23000: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23001: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23002: main/pa_pool.C, main/pa_request.C,
23003: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23004: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23005: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23006: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23007: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23008: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23009: types/pa_vrequest.C, types/pa_vresponse.h,
23010: types/pa_vstateless_class.C, types/pa_vstring.C,
23011: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23012: created new projects for sql drivers [planning to remove sql
23013: drivers from main cvs project] first, will join latest changes
23014:
23015: * src/classes/: dom.C: defaulted dom writing methods encoding to
23016: pool.get_charset
23017:
23018: * src/classes/dom.C: defaulted dom writing methods encoding to
23019: pool.get_charset
23020:
23021: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23022: pool.get_charset
23023:
23024: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23025: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23026: methods encoding to pool.get_charset
23027:
23028: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23029: transcoder were created right "unsupported encoding" message.
23030: not @ set time, but @ use time, so until xml output functions
23031: .string, .file, .save used - no encoding name check occur
23032:
23033: reduced transcode buffer size to 60 fixed pool cleanup - no
23034: registration needed, pools are officially destructured
23035:
23036: 2001-09-20 parser
23037:
23038: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23039:
23040: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23041: $MAIN:DEFAULTS.content-type[$.charset[here]]
23042:
23043: * src/: classes/dnode.C, classes/dom.C,
23044: include/pa_config_includes.h, include/pa_globals.h,
23045: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23046: main/pa_pool.C, targets/cgi/parser3.dsp,
23047: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23048: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23049: Pool::transcode 0
23050:
23051: * src/classes/dom.C: dom. string save file moved output xml options
23052: to last param and made it optional
23053:
23054: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23055: dnodes
23056: !$attributenode.specified = boolean
23057: true if the attribute received its value explicitly
23058: in the XML document,
23059: or if a value was assigned programatically with the
23060: setValue function.
23061: false if the attribute value came from the default value
23062: declared in the document's DTD.
23063: !$pinode.target = target of this processing instruction
23064: XML defines this as being the first token following the
23065: markup
23066: that begins the processing instruction.
23067: XPath:
23068: !^node.select[xpath/query/expression] = hash of 0->node0
23069: 1->node1
23070: !^node.select-single[xpath/query/expression] = first node if
23071: any
23072:
23073: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23074: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23075: some 'const's added
23076:
23077: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23078: expression context now, there value = size and boolean value
23079: size!=0
23080:
23081: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23082: can be used in expression context now, there value = size and
23083: boolean value size!=0
23084:
23085: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23086: types/pa_vstring.h: dnode .file .string .save moved back to dom
23087: due to strange xalan bug
23088:
23089: 2001-09-18 parser
23090:
23091: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23092: classes/image.C, classes/op.C, classes/table.C,
23093: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23094: include/pa_sql_driver_manager.h, main/compile.C,
23095: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23096: main/execute.C, main/pa_common.C, main/pa_request.C,
23097: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23098: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23099: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23100: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23101: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23102: before_xml branch ^if(def $hash) now true only when
23103: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23104:
23105: * src/: classes/op.C, main/execute.C: operators self changed to
23106: root ^for variable context changed to self
23107:
23108: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23109: dnode 1
23110:
23111: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23112: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23113:
23114: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23115: poly* fixed
23116:
23117: 2001-09-17 parser
23118:
23119: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23120: types/pa_vdom.h: started dnode+dom
23121:
23122: dnode DOM methods: $node.name $node.value
23123: ...others...
23124:
23125: ^node.xpath[/rates/USD] = hash
23126: $hash[
23127: $.0[node0]
23128: $.1[node1]
23129: ]
23130:
23131: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23132: applies to all linear primitives
23133:
23134: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23135: include/pa_stylesheet_connection.h, main/main.dsp,
23136: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23137: types/pa_vimage.h: started dnode DOM: $node.name
23138: $node.value ...others... ^node.xpath[/rates/USD] = hash
23139: dom(dnode)
23140:
23141: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23142: main/compile.y, main/compile_tools.h, main/execute.C,
23143: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23144: in expression compound($aa.zz.xx) names now can have minus '-' in
23145: name after '.'
23146:
23147: 2001-09-15 parser
23148:
23149: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23150: image: $line-width ^line(...)[**** style]
23151:
23152: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23153: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23154: pool_storage - cleanups first, allocations second. apache wisely
23155: does just like that
23156:
23157: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23158: rewritten using template, no bugs now
23159:
23160: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23161: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23162: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23163: poorly started isapi pool_storage, would rewrite using template
23164: now
23165:
23166: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23167: include/pa_stylesheet_connection.h, main/main.dsp,
23168: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23169: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23170: xalan objects freed up [introducing Pool::register_cleanup]
23171:
23172: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23173: comments
23174:
23175: 2001-09-14 parser
23176:
23177: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23178: z
23179:
23180: * src/: classes/dom.C, classes/file.C, classes/image.C,
23181: classes/mail.C, include/pa_common.h,
23182: include/pa_sql_driver_manager.h, include/pa_string.h,
23183: include/pa_stylesheet_connection.h,
23184: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23185: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23186: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23187: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23188: compiled&cached
23189:
23190: 2001-09-13 parser
23191:
23192: * src/: classes/dom.C, classes/file.C, classes/image.C,
23193: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23194:
23195: * src/classes/dom.C: dom:file content-type(.method)
23196:
23197: * src/: include/pa_common.h, include/pa_globals.h,
23198: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23199: string now more informative error messages
23200:
23201: * src/: include/pa_globals.h, include/pa_request.h,
23202: main/pa_request.C, targets/cgi/parser3.C,
23203: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23204: ParserSiteConfig .../parser3.conf
23205:
23206: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23207:
23208: 2001-09-12 parser
23209:
23210: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23211: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23212: precise error reporting: "connection string must start with
23213: protocol://" now
23214:
23215: * src/main/compile.tab.C: fixed - subname code parts actually []
23216: braced
23217:
23218: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23219: lexer on LS_USER level did [] matching without setting nestage,
23220: introduced special LS_NAME_SQUARE_PART state
23221:
23222: 2001-09-11 parser
23223:
23224: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23225: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23226: languages+=xml
23227:
23228: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23229:
23230: * src/classes/dom.C: ^dom:save/string/file[output options] output
23231: options: $.method[xml|html|text] detection fixed
23232:
23233: * src/types/pa_vdom.h: messages
23234:
23235: * src/classes/dom.C: ^dom:save/string/file[output options] output
23236: options: $.method[xml|html|text] detection fixed
23237:
23238: 2001-09-10 parser
23239:
23240: * src/classes/dom.C: ^dom:save/string/file[output options] output
23241: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23242:
23243: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23244: added]
23245:
23246: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23247: ^dom.xslt[stylesheet filename] 0
23248:
23249: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23250: ^dom.xslt[stylesheet filename] -1 doc is lying
23251:
23252: * src/classes/dom.C: ^dom.file[encoding] = file
23253:
23254: * src/classes/: dom.C: ^dom.string[encoding] 1
23255: ^dom.save[encoding;filename]
23256:
23257: * src/classes/dom.C: ^dom.string[] 0
23258:
23259: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23260:
23261: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23262: types/pa_vform.h: ^dom.save[b.xml] 0
23263:
23264: 2001-09-08 parser
23265:
23266: * src/types/pa_vform.C: $form:tables.name.field
23267:
23268: 2001-09-07 parser
23269:
23270: * src/classes/table.C: table:empty removed, superceded by ^if(def
23271: $table)...
23272:
23273: * src/targets/cgi/parser3.C: z
23274:
23275: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23276: from '' to int/double is 0]
23277:
23278: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23279: $table) is false when table is empty
23280:
23281: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23282: !$form:tables $atable[$form:tables.a]
23283: ^atable.menu{a=$atable.element}[,]
23284:
23285: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23286: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23287:
1.116 moko 23288: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23289: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23290: of dom
23291:
23292: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23293: types/pa_vform.C, types/pa_vform.h: z
23294:
23295: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23296: element [not last]
23297:
1.116 moko 23298: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23299: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23300:
23301: 2001-09-06 parser
23302:
23303: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23304: table with one column 'element' and two rows: 1 and 2
23305:
23306: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23307: table with one column 'element' and two rows: 1 and 2
23308:
23309: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23310: bad int/double conversions, and now $form:nonexistent.int(88)
23311: would return 88
23312:
23313: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23314: types/pa_vhash.h: now there's special hash key '_default'
23315: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23316: $._default[xx] ] $hash.c
23317:
23318: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23319: fixed [thanks, fif], ^; were treated there non-literally
23320:
23321: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23322: doxygen
23323:
23324: * src/: classes/image.C, classes/op.C, classes/string.C,
23325: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23326: types/pa_vtable.C: few #ifndef DOXYGEN
23327:
23328: 2001-09-05 parser
23329:
23330: * src/classes/: string.C, table.C: sql options can be void [same as
23331: image:html the other day]
23332:
23333: * src/targets/cgi/Makefile.am: .am undo
23334:
23335: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23336: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23337: macro expantion on param, simply qoutes whatever passed, undone
23338:
23339: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23340: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23341: STRINGIZE(name) #name invented
23342:
23343: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23344: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23345: MAIN_SQL_DRIVERS_NAME "drivers"
23346:
23347: moved to be availible to all users
23348:
23349: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23350: SQL_DRIVER_CREATE_FUNC_NAME
23351:
23352: * src/classes/mail.C: MAIN:MAIL check fixed
23353:
23354: 2001-09-04 parser
23355:
23356: * src/classes/image.C: image.html now can accept void params
23357:
23358: * src/targets/isapi/parser3isapi.C: z
23359:
23360: * src/targets/cgi/parser3.C: full_file_spec bug
23361:
23362: * src/targets/cgi/parser3.C: getenvcheck
23363:
23364: * src/targets/cgi/parser3.C: zz
23365:
23366: * src/targets/cgi/parser3.C: zzz
23367:
23368: * src/classes/date.C: date
23369:
23370: * src/classes/date.C: date:sql-string is now without ''
23371:
1.116 moko 23372: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23373: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23374: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23375:
1.116 moko 23376: * src/include/pa_config_auto.h.in: makes
1.95 moko 23377:
23378: 2001-09-03 parser
23379:
23380: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23381:
23382: 2001-09-01 parser
23383:
23384: * src/classes/image.C: letter_spacing
23385:
23386: * src/classes/image.C: image: font params changed
23387:
23388: * src/classes/image.C: image: as_int as_string used
23389:
23390: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23391: analized
23392:
23393: 2001-08-31 parser
23394:
23395: * src/targets/cgi/parser3.C: z
23396:
1.116 moko 23397: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23398: cygwin
1.95 moko 23399:
23400: * src/classes/void.C: void:int/double += (default)
23401:
23402: * src/classes/image.C: image:font added space param image:font
23403: changed charwidth alg, added kerning const[for now]
23404:
23405: * src/classes/: string.C, table.C: string:int/double (defaults)
23406:
23407: 2001-08-29 parser
23408:
23409: * src/main/pa_exception.C: exception redundant debug info
23410:
23411: 2001-08-28 parser
23412:
23413: * src/classes/image.C: image error msgs
23414:
23415: * src/classes/image.C: image: gifsize little endian
23416:
23417: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23418: doxygeneration
23419:
23420: * src/: classes/Makefile.am, main/Makefile.am,
23421: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23422:
23423: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23424: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23425:
23426: * src/main/compile.C: NO_STRING_ORIGIN check2
23427:
23428: * src/classes/table.C: NO_STRING_ORIGIN check
23429:
23430: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23431: storage class specifiers invalid in friend function declarations
23432:
23433: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23434: main/untaint.C, targets/cgi/parser3.C,
23435: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23436: case of limit
23437:
23438: * src/: classes/file.C, main/pa_common.C: file:move
23439: autocreate/remove dest/src dir
23440:
23441: * src/: classes/string.C, include/pa_dictionary.h,
23442: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23443: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23444: to directory constructor. string:replace
23445:
23446: 2001-08-27 parser
23447:
23448: * src/classes/image.C: fixed jpgsize alg
23449:
23450: * src/classes/image.C: fixed jpgsize alg
23451:
23452: * src/main/pa_exception.C: z
23453:
23454: * src/main/pa_common.C: removed debug info from pa_common
23455:
23456: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23457: [auto.p from current dir loading]
23458:
1.116 moko 23459: * src/: main/pa_common.C, main/pa_exception.C,
23460: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23461: for solaris -lsocket
1.95 moko 23462:
23463: 2001-08-24 parser
23464:
23465: * src/targets/cgi/parser3.C: not cgi extra \n 3
23466:
23467: * src/targets/cgi/parser3.C: not cgi extra \n 2
23468:
23469: * src/targets/cgi/parser3.C: not cgi extra \n
23470:
23471: * src/main/pa_sql_driver_manager.C: z
23472:
23473: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23474: sql* removed services from disconnect - cross-request ideological
23475: probs.
23476:
23477: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23478: cross-request ideological probs. oracle - fixed bug: cs
23479: allocated on request.pool and got freed before disconnect
23480:
23481: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23482: mallocs fixed
23483:
23484: 2001-08-23 parser
23485:
23486: * src/classes/file.C: minor bug in file:save fixed
23487:
23488: * src/main/pa_sql_driver_manager.C: oracle: dlink
23489:
23490: 2001-08-22 parser
23491:
23492: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23493: types/pa_vfile.h: file:load|save[text|binary;
23494:
23495: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23496:
23497: 2001-08-21 parser
23498:
23499: * src/classes/: file.C, table.C: ^file:list
23500:
23501: 2001-08-20 parser
23502:
23503: * src/: main/compile.tab.C, main/compile.y,
23504: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23505: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23506: recousively caused problems: inc incremeted 123 literal!! fixed
23507:
23508: 2001-08-10 parser
23509:
23510: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23511:
23512: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23513: added
23514:
23515: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23516: added
23517:
23518: * src/classes/table.C: table:sort restored [it was bad test :(]
23519:
23520: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23521: ''
23522:
23523: * src/main/: pa_request.C: wanted to make const int
23524: MAX_EXECUTE_SECONDS=1;
23525:
23526: but couldnt, set_callback_and_alarm appeared to be not exported
23527: :(
23528:
23529: * src/main/pa_string.C: string.match hanged on. there were a hang
23530: check but it weren't wise enough
23531:
23532: @parse[dateString][tmp]
23533: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23534: #end
23535:
23536: @main[] ^parse[2001-02-03]
23537:
23538: * src/classes/: table.C: table:sort now default desc
23539:
23540: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23541: table.sort now creates new sorted table
23542:
23543: 2001-08-09 parser
23544:
23545: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23546:
23547: * src/classes/hash.C: hash:_default now [was hash:default]
23548:
23549: * src/classes/op.C: case without switch check added
23550:
23551: * src/types/pa_vcookie.C: cookie name&value origins added, more
23552: precise $ORIGINS(1)
23553:
23554: * src/main/Makefile.am: .am
23555:
23556: * src/classes/void.C: void: int double copy/paste from int: bug
23557: fixed
23558:
23559: * src/classes/void.C: void: int double copy/paste from int: bug
23560: fixed
23561:
23562: 2001-08-07 parser
23563:
23564: * src/: classes/double.C, classes/int.C, classes/string.C,
23565: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23566: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23567: string, table
23568:
23569: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23570: srand made working
23571:
23572: 2001-08-06 parser
23573:
23574: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23575: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23576: main/compile.tab.C, main/compile.y, main/pa_array.C,
23577: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23578: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23579:
23580: * src/main/pa_exec.C: exec win32 real filename
23581:
23582: * src/classes/file.C: exec stderr out
23583:
23584: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23585:
23586: 2001-08-03 parser
23587:
23588: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23589:
23590: 2001-08-02 parser
23591:
23592: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23593: main/execute.C, main/pa_exec.C: introducing Array_iter
23594:
23595: * src/main/execute.C: detected quick_get recursion bug. changed to
23596: get@execute, but needs array iterator, separate from array to
23597: avoid it & use caching
23598:
23599: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23600: bug fixed
23601:
23602: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23603: main/execute.C, main/pa_globals.C: found another multithread bug
23604: in op.C (last, last global var killed) :)
23605:
23606: 2001-08-01 parser
23607:
23608: * src/: include/pa_dictionary.h, include/pa_globals.h,
23609: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23610: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23611: main/untaint.C: speeded up typo-html replacements. introducing
23612: Dictionary with first-char caching
23613:
23614: 2001-07-31 parser
23615:
23616: * src/types/Makefile.am: pa_vtable.C added to .am
23617:
23618: * src/main/compile.tab.C: added, so that could be compiled even on
23619: non-bison-enabled platforms
23620:
23621: 2001-07-28 parser
23622:
23623: * src/classes/table.C: table:hash always produces hash, when can't
23624: - empty
23625:
23626: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23627: skipped \n
23628:
23629: 2001-07-27 parser
23630:
23631: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23632: on int/double/string :sql without result and default
23633:
23634: 2001-07-26 parser
23635:
23636: * src/classes/op.C: fixed bad multithread bug with strangly global
23637: OP
23638:
23639: * src/main/compile.y: $man[$.age[zzz]] 0
23640:
23641: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23642: creation syntax problem persists. restored $: for a while.
23643: thinking of $man[$.age[zzz]] syntax now
23644:
23645: * src/: classes/double.C, classes/int.C, classes/string.C,
23646: include/pa_opcode.h, main/compile.C, main/compile.y,
23647: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23648: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23649: types/pa_wwrapper.h: fixing :: realization #1
23650:
23651: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23652: main/compile_tools.h, main/execute.C, main/pa_request.C,
23653: types/pa_vmethod_frame.h: introducing :: this is constructor call
23654: prefix. ordinary : remains for static accesses
23655:
23656: 2001-07-25 parser
23657:
23658: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23659: fields 2. methods 3. columns
23660:
23661: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23662: quote. optimized double&int tostring-s
23663:
23664: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23665: whitespace before first method decl
23666:
23667: * src/classes/table.C: allowed nontable result in table:sql,
23668: results in empty table
23669:
23670: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23671: lines before first method decl
23672:
23673: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23674: types/pa_vtable.h: ^table.record[] now $table.fields
23675:
23676: * src/main/compile.y: $var[] is now empty string, not void
23677:
23678: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23679: void
23680:
23681: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23682: main/pa_globals.C: match replace code context moved to implicit
23683: $match context
23684:
23685: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23686: main/compile_tools.h, main/execute.C: with killed, code storage
23687: introduced with former 'with' syntax
23688:
23689: 2001-07-24 parser
23690:
23691: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23692: types/pa_value.h: first get_element, next get operator
23693:
23694: * src/main/compile.y: removed @end handling
23695:
23696: * src/main/: compile.C, compile.y: @end handling method2
23697:
23698: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23699: file:move
23700:
23701: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23702: fixed
23703:
23704: 2001-07-23 parser
23705:
23706: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23707: driver
23708:
23709: * src/classes/hash.C: changed sql driver query interface
23710:
23711: * src/: classes/hash.C, classes/string.C, classes/table.C,
23712: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23713: changed sql driver query interface
23714:
23715: 2001-07-20 parser
23716:
23717: * src/types/pa_vrequest.C: X!$browser:type
23718:
23719: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23720: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23721: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23722: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23723: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23724: types/pa_vobject.h, types/pa_vrequest.C,
23725: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23726: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23727: BASE element globally removed
23728:
23729: 2001-07-18 parser
23730:
23731: * src/classes/file.C: file:exec/cgi msg
23732:
23733: * src/classes/file.C: $file:exit-code renamed to 'status'
23734:
23735: * src/: classes/file.C, main/pa_exec.C: file:exec
23736:
1.116 moko 23737: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23738: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23739: removed $id from *.in *.am
1.95 moko 23740:
23741: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23742: abbrevations
23743:
23744: * src/: classes/date.C, classes/mail.C, classes/math.C,
23745: classes/string.C, classes/table.C, include/pa_globals.h,
23746: include/pa_string.h, main/execute.C, main/pa_globals.C,
23747: main/pa_request.C, main/pa_string.C, main/untaint.C,
23748: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23749: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23750: $ORIGINS(1) output tracing mode
23751:
23752: 2001-07-13 parser
23753:
23754: * src/: classes/double.C, classes/int.C, classes/string.C,
23755: include/pa_request.h, main/execute.C, main/pa_request.C:
23756: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23757: second would not call first @auto
23758:
23759: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23760: wrong, fixed
23761:
23762: 2001-07-12 parser
23763:
23764: * src/types/pa_value.h: pa_value.putelement modification of system
23765: classes prevented
23766:
23767: 2001-07-11 parser
23768:
23769: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23770: table $piece
23771:
23772: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23773: types/pa_vstateless_class.h: $file created by file:state +=
23774: .atime .mtime .ctime +found&fixed bug with exceptions on
23775: get_junction-created objects [they were on wrong pool]
23776:
23777: 2001-07-09 parser
23778:
23779: * src/main/untaint.C: qp wrong name
23780:
23781: * src/: classes/date.C, classes/string.C, classes/table.C,
23782: main/compile.y: date format 0
23783:
23784: 2001-07-07 parser
23785:
23786: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23787: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23788: roll table calendar
23789:
23790: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23791: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23792: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23793: include/pa_request.h, main/main.dsp, types/pa_value.h,
23794: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23795: string. todo: sql, calendar
23796:
23797: 2001-07-06 parser
23798:
23799: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23800: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23801:
23802: 2001-07-03 parser
23803:
23804: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23805: classes/random.C, main/main.dsp: class random renamed to math,
23806: operators became methods
23807:
23808: * src/classes/op.C: pow sqrt
23809:
23810: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23811:
23812: 2001-07-02 parser
23813:
23814: * src/classes/table.C: ^table.columns column renamed from 'name' to
23815: 'column'
23816:
23817: * src/classes/hash.C: ^hash.keys[]
23818:
23819: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23820:
23821: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23822: 'strings'
23823:
23824: 2001-06-29 parser
23825:
23826: * src/main/: execute.C: /0 %0 checkes ver 2
23827:
23828: * src/main/execute.C: /0 %0 checke
23829:
23830: * src/classes/Makefile.am: nothing - void
23831:
23832: * src/classes/table.C: empty strings @ sql
23833:
23834: 2001-06-28 parser
23835:
23836: * src/: classes/double.C, classes/file.C, classes/form.C,
23837: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23838: classes/op.C, classes/random.C, classes/response.C,
23839: classes/string.C, classes/table.C, classes/void.C,
23840: main/compile.C, main/compile_tools.C, main/execute.C,
23841: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23842: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23843: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23844: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23845: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23846: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23847: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23848: $";
23849:
23850: * src/: classes/double.C, classes/file.C, classes/form.C,
23851: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23852: classes/op.C, classes/random.C, classes/response.C,
23853: classes/string.C, classes/table.C, classes/void.C,
23854: main/compile.C, main/compile.y, main/compile_tools.C,
23855: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23856: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23857: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23858: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23859: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23860: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23861:
23862: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23863: $class:name: == ${class:name}:
23864:
23865: * src/classes/string.C: exactly one
23866:
23867: 2001-06-27 parser
23868:
23869: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23870: types/pa_vvoid.h: nothing renamed to void
23871:
23872: * src/classes/op.C: ^switch ^case
23873:
23874: * src/main/compile.y: nothing renamed to void
23875:
23876: * src/: classes/hash.C, classes/table.C, main/compile.y,
23877: main/execute.C, main/main.dsp, main/pa_request.C,
23878: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23879: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23880: void
23881:
23882: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23883:
23884: 2001-05-28 parser
23885:
23886: * src/doc/html2chm.cmd: removed >a
23887:
23888: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23889: project options [some bugs]
23890:
23891: * src/doc/sources2html.cmd: z
23892:
23893: * src/: classes/classes.C, main/compile.C, main/compile.y,
23894: main/execute.C: operators are not in root class again
23895:
23896: 2001-05-24 parser
23897:
23898: * src/targets/cgi/parser3.dsp: project file
23899:
23900: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23901: ^log ^exp
23902:
23903: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23904: conversions in @exception[params]
23905:
23906: * src/main/pa_request.C: // no _ conversions in @exception[params]
23907:
23908: 2001-05-23 parser
23909:
23910: * src/main/pa_string.C: string cmp bug
23911:
23912: * src/classes/: mail.C, op.C: rem max 1000
23913:
23914: * src/: classes/op.C, main/compile.y: allow one empty line before
23915: LS_DEF_NAME
23916:
23917: 2001-05-22 parser
23918:
23919: * src/classes/op.C: if params code-required
23920:
23921: 2001-05-21 parser
23922:
23923: * src/types/pa_vstring.C: eoleof
23924:
23925: * src/classes/Makefile.am: .AM
23926:
23927: * src/classes/nothing.C: resultless ^sql moved to nothing:
23928:
23929: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23930:
23931: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23932: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23933: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23934: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23935: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23936: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23937: 'nothing'
23938:
23939: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23940: vstring::set_string
23941:
23942: * src/classes/: double.C, int.C, string.C: int,double;sql
23943:
23944: * src/: classes/hash.C, classes/int.C, classes/string.C,
23945: classes/table.C, include/pa_string.h, main/pa_string.C,
23946: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23947:
23948: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23949: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23950: hash:sql moved to main trunc. operators.txt updated
23951:
23952: * src/classes/: hash.C, op.C, table.C: hash:sql
23953:
23954: * src/classes/op.C: z
23955:
23956: * src/: main/compile.C, classes/classes.C: 1
23957:
23958: * src/: classes/classes.C, main/compile.C, main/compile.y,
23959: main/execute.C: 0
23960:
23961: * src/main/execute.C: z
23962:
23963: * src/targets/cgi/parser3.C: z
23964:
23965: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23966: site_auto_path "." in that case
23967:
23968: * src/targets/cgi/: parser3.C: z
23969:
23970: * src/main/pa_request.C: .am
23971:
23972: * src/: main/pa_request.C, targets/cgi/parser3.C:
23973: pcre_tables=pcre_default_tables;
23974:
23975: 2001-05-19 parser
23976:
23977: * src/main/pa_string.C: z
23978:
23979: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23980: introducing String::cstr_bufsize, returns just size+1 for as_is
23981: target.
23982:
23983: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23984: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23985: used, 4* mem wasted
23986:
23987: * src/classes/string.C: root context in match replace body now
23988: unchanged
23989:
23990: * src/types/pa_value.h: parameter # 1 based
23991:
23992: * src/main/pa_common.C: common: actual filename '%s'
23993:
23994: * src/classes/string.C: z
23995:
23996: * src/classes/Makefile.am: classes/.am
23997:
23998: * src/classes/: Makefile.am: classes/.am
23999:
24000: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24001: targets/cgi/pa_pool.C: classes/.am
24002:
24003: 2001-05-18 parser
24004:
1.116 moko 24005: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24006: pa_threads.C ins
1.95 moko 24007:
24008: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24009:
24010: 2001-05-17 parser
24011:
24012: * src/: classes/string.C, include/pa_config_fixed.h,
24013: include/pa_config_includes.h, main/compile.y,
24014: main/compile_tools.h, main/execute.C, main/pa_array.C,
24015: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24016: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24017: types/pa_vform.C: #include "pa_config_includes.h" removed from
24018: most .C
24019:
24020: * src/doc/html2chm.cmd: z
24021:
24022: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24023: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24024:
24025: * src/main/pa_sql_driver_manager.C: moved expiration to
24026: get_connection_from_cache
24027:
24028: * src/main/pa_sql_driver_manager.C: cache expiration bf
24029:
24030: * src/: classes/classes.h, include/pa_sql_connection.h,
24031: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24032: cache expiration[use SQL_Driver::disconnect]
24033:
24034: * src/main/pa_table.C: table.locate current restored on "not found"
24035:
24036: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24037: line no
24038:
24039: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24040: ANTI_ENDLESS_EXECUTE_RECOURSION
24041:
24042: * src/: classes/op.C, include/pa_sql_connection.h,
24043: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24044: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24045: 1driver and set_services fight for driver::fservices. before fix
24046:
24047: * src/: classes/op.C, include/pa_config_fixed.h,
24048: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24049: main/pa_sql_driver_manager.C: found problem at last: 2connections
24050: own 1driver and set_services fight for driver::fservices. before
24051: fix
24052:
24053: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24054: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24055: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24056: pa_threads.C
24057:
24058: * src/include/pa_threads.h: removed targets/parser
24059:
24060: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24061: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24062: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24063: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24064: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24065: headers
24066:
24067: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24068: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24069: order prevented sqlmanager to see MULTYTHREAD define
24070:
24071: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24072: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24073: put/gets
24074:
24075: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24076: from hash.h
24077:
24078: * src/: classes/op.C, include/pa_sql_connection.h,
24079: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24080: from cache ->set_services(&services);
24081:
24082: 2001-05-16 parser
24083:
24084: * src/targets/cgi/parser3.C: z
24085:
24086: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24087: debug, #ifdefed some. would debug later, on more precise sample
24088: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24089: $name.$tail[$tail!] $name.$tail } ok3
24090:
24091: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24092: removed array debug. before vstring rebasing
24093:
24094: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24095: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24096: array debugged; adjusted
24097:
24098: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24099: SQL_Driver_manager line no for connect/charset errors
24100:
24101: 2001-05-15 parser
24102:
24103: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24104: main/pa_string.C: string+array made linear grows
24105:
24106: * src/: include/pa_string.h, main/pa_string.C,
24107: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24108: grow lineary, not exponentialy
24109:
24110: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24111: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24112: with fullchunk cmps
24113:
24114: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24115: 70041= 81
24116:
24117: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24118: targets/cgi/parser3.C: detected huge mem allocation: size/times
24119: malloc 27809390/368771, calloc 3232/83. would test now
24120:
24121: * src/: classes/random.C, main/compile.y, main/execute.C,
24122: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24123: numbered params had wrong name - for instance: bad error message
24124: in ^for[] bad body type. fixed
24125:
24126: 2001-05-14 parser
24127:
24128: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24129: main/untaint.C: ^string.upper|lower[]
24130:
24131: 2001-05-11 parser
24132:
24133: * src/: classes/double.C, classes/image.C, classes/op.C,
24134: classes/string.C, classes/table.C, classes/unknown.C,
24135: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24136: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24137: types/pa_vunknown.h: op: MAX_LOOPS as_int
24138:
24139: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24140: .dsp for win32tools
24141:
24142: 2001-05-11 paf
24143:
24144: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24145: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24146: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24147: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24148:
24149: 2001-05-10 paf
24150:
24151: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24152: for C++, that's all
24153:
1.116 moko 24154: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24155: pa_config_includes.h: inline wonders
1.95 moko 24156:
24157: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24158: doc/doxygen.cmd: hash.C added
24159:
24160: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24161:
24162: * src/main/compile.y: @end grammar: allowed zero strings in control
24163: menthod
24164:
24165: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24166: pa_vstateless_object.h: changed priority: field before method
24167: lookup in vclass & vobject
24168:
24169: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24170: grammar: priorities changes [lowerd && prior] vobject: now first
24171: fields, next methods
24172:
24173: 2001-05-08 paf
24174:
24175: * src/main/pa_table.C: table columnname2item on nameless ignored
24176: bark=false. fixed
24177:
24178: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24179: types/pa_vmethod_frame.h: hash:default works at last!
24180:
24181: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24182: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24183: hash:default
24184:
24185: * src/classes/table.C: z
24186:
24187: * src/classes/table.C: table:hash always hash of hash now
24188:
24189: * src/classes/table.C: table:empty return bool now
24190:
24191: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24192: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24193: types/pa_vtable.h: table:hash
24194:
24195: * src/classes/table.C: table:record have name
24196:
24197: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24198: returns vunknown
24199:
24200: * src/classes/: double.C, int.C, op.C, string.C:
24201: int,double,string:int[] double[] string:length[] results now have
24202: hames
24203:
24204: * src/: classes/op.C, classes/table.C, main/main.dsp,
24205: types/pa_vtable.h: removed table:find. table:locate and op:eval
24206: now return bool
24207:
24208: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24209: in method checkparams again. fixed
24210:
24211: 2001-05-07 paf
24212:
24213: * src/doc/chm.cmd: cmd
24214:
24215: * src/: classes/image.C, classes/mail.C, classes/string.C,
24216: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24217: types/pa_value.h: method reported errors on wrong pool
24218:
24219: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24220: now
24221:
24222: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24223: include/code.h, include/pa_opcode.h, main/compile.C,
24224: main/compile_tools.h, main/execute.C, types/pa_value.h,
24225: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24226: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24227: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24228: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24229: types/pa_vmethod_frame.h, types/pa_vobject.h,
24230: types/pa_vrequest.h, types/pa_vresponse.h,
24231: types/pa_vstateless_class.h, types/pa_vstring.h,
24232: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24233: types/pa_wwrapper.h: pa_code.h
24234:
24235: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24236:
24237: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24238: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24239: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24240: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24241: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24242: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24243: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24244: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24245: types/pa_vtable.h: dox, split by not clean parts also
24246:
24247: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24248: types/pa_vtable.h: table: fields, then methods. so to enable
24249: 'dir' fields & co. more
24250:
24251: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24252: so to enable 'dir' fields & co.
24253:
24254: * src/main/compile.y: grammar: @end
24255:
24256: 2001-05-04 paf
24257:
24258: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24259: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24260:
24261: * src/: classes/classes.h, classes/double.C, classes/file.C,
24262: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24263: classes/op.C, classes/random.C, classes/response.C,
24264: classes/string.C, classes/table.C, classes/unknown.C,
24265: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24266: method dox
24267:
24268: 2001-05-03 paf
24269:
24270: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24271: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24272: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24273: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24274: doc/string.dox, doc/targets.dox, doc/value.dox,
24275: main/pa_request.C: dox splitted .dox files and added some
24276:
24277: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24278:
24279: 2001-05-02 paf
24280:
24281: * src/classes/: image.C, table.C: table:dir result are not tainted
24282: by file_name language now
24283:
24284: 2001-04-28 paf
24285:
24286: * src/classes/classes.inc: removed classes.inc
24287:
24288: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24289: from .am
24290:
24291: * src/classes/classes.awk: skipped classes in .awk
24292:
24293: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24294: classes/classes.inc, classes/double.C, classes/file.C,
24295: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24296: classes/string.C, classes/table.C, classes/unknown.C,
24297: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24298: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24299: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24300: pa_methoded back to classes/classes.h
24301:
24302: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24303:
24304: * src/: classes/Makefile.am, classes/classes.awk,
24305: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24306: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24307:
24308: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24309: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24310: classes/response.C, classes/string.C, classes/table.C,
24311: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24312: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24313: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24314: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24315: include|main/pa_methoded
24316:
24317: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24318: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24319:
24320: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24321: moved some configured data to request::classes_conf moved some
24322: string crations from globals to M... [works]
24323:
24324: * src/: classes/form.C, classes/mail.C, classes/op.C,
24325: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24326: main/pa_request.C: moved some configured data to
24327: request::classes_conf moved some string crations from globals to
24328: M...
24329:
24330: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24331: about to move configured data to special request hash
24332:
24333: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24334: classes/form.C, classes/mail.C, include/pa_request.h,
24335: main/pa_request.C: configure started
24336:
24337: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24338: 2. todo: methoded-configure
24339:
24340: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24341: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24342: classes/_random.h, classes/_response.h, classes/_string.h,
24343: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24344: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24345: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24346: classes/random.C, classes/response.C, classes/string.C,
24347: classes/table.C, classes/unknown.C, include/pa_globals.h,
24348: include/pa_request.h, main/compile.y, main/execute.C,
24349: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24350: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24351: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24352: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24353: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24354: types/pa_vrequest.h, types/pa_vresponse.h,
24355: types/pa_vstateless_class.h, types/pa_vstring.h,
24356: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24357: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24358: methoded-configure
24359:
24360: * src/: classes/file.C, classes/table.C, main/compile.y,
24361: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24362: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24363: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24364:
24365: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24366: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24367: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24368: classes/random.C, classes/response.C, classes/string.C,
24369: classes/table.C, classes/unknown.C, include/pa_request.h,
24370: main/compile.y, main/execute.C, main/pa_globals.C,
24371: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24372: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24373: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24374: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24375: beautifying just compiled. todo: debug, configure
24376:
24377: 2001-04-27 paf
24378:
24379: * src/: classes/file.C, classes/image.C, classes/table.C,
24380: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24381: beautifying -99
24382:
24383: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24384: classes/_response.h, classes/_unknown.h, classes/classes.C,
24385: classes/classes.h, classes/double.C, classes/file.C,
24386: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24387: classes/op.C, classes/random.C, classes/response.C,
24388: classes/string.C, include/pa_globals.h, main/main.dsp,
24389: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24390: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24391: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24392: types/pa_vunknown.h: beautifying -100
24393:
24394: * src/main/compile.y: serge@ found @CLASS bug. fixed
24395:
24396: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24397: classes/_op.h, classes/_random.h, classes/_table.h,
24398: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24399: classes/op.C, classes/random.C, classes/response.C,
24400: classes/string.C, classes/table.C, classes/unknown.C,
24401: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24402: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24403: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24404: beautifying
24405:
24406: 2001-04-26 paf
24407:
24408: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24409:
24410: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24411: documentation ++
24412:
24413: * src/: classes/_exec.h, doc/doxygen.cfg,
24414: include/pa_config_fixed.h, include/pa_config_includes.h,
24415: targets/cgi/pa_pool.C: code documentation ++
24416:
24417: * src/: classes/_image.h, classes/op.C, classes/random.C,
24418: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24419: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24420: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24421: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24422: types/pa_vmethod_frame.h, types/pa_vobject.h,
24423: types/pa_vrequest.C, types/pa_vrequest.h,
24424: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24425: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24426: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24427: code documentation ++
24428:
24429: * src/: classes/image.C, classes/mail.C, classes/string.C,
24430: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24431: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24432: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24433: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24434: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24435: types/pa_vobject.h, types/pa_vstateless_class.h,
24436: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24437:
24438: * src/main/: pa_request.C, pa_string.C: z
24439:
24440: * src/: include/pa_common.h, include/pa_types.h,
24441: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24442: connection caching fixed. request-pooled-url were stored into
24443: global connectioncache
24444:
24445: 2001-04-25 paf
24446:
24447: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24448: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24449:
24450: * src/: include/code.h, include/pa_common.h, main/compile.y,
24451: main/execute.C, main/pa_common.C: -d
24452:
24453: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24454: illegal call check a bit improved, but still under iis no mapping
24455: of dir with parser allowed!
24456:
24457: 2001-04-24 paf
24458:
24459: * src/targets/Makefile.am: apache module lib .am
24460:
24461: * src/main/pa_exec.C: windows32 buildCommand
24462:
24463: 2001-04-23 paf
24464:
24465: * src/targets/cgi/Makefile.am: win32 conditional
24466:
24467: * src/targets/cgi/Makefile.am: win32 conditional
24468:
24469: * src/targets/cgi/Makefile.am: liblink
24470:
24471: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24472: vfile fields return type
24473:
24474: * src/types/pa_vfile.h: vfile fields return type
24475:
24476: * src/include/pa_config_auto.h.in: .h.in
24477:
24478: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24479: types/Makefile: makefiles removed
24480:
24481: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24482: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24483:
24484: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24485: [tested: i & g ]
24486:
24487: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24488: @test noticed series in isapi, check how initialize_random_class
24489: is called! [must be called only once]
24490:
24491: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24492: would not be 'unknown column'
24493:
24494: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24495: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24496:
24497: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24498: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24499: [now doesnt]
24500:
24501: * src/targets/cgi/parser3.C: cgi cmdline ver
24502:
24503: * src/targets/cgi/parser3.C: cgi /// @test disable
24504: /cgi-bin/parser3/auto.p
24505:
24506: * src/main/untaint.C: untaint without charset
24507:
24508: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24509: main/pa_common.C: common: file_write /// @test mkdirs
24510: file_delete rmdirs
24511:
24512: * src/main/untaint.C: mail header only once to =?
24513:
24514: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24515: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24516: main/untaint.C: untaint - @test optimize whitespaces for
24517: all but 'html'
24518:
24519: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24520: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24521: main/untaint.C: untaint - @test mail-header
24522:
24523: 2001-04-20 paf
24524:
24525: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24526: include/pa_request.h, include/pa_string.h, main/compile.y,
24527: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24528: targets/cgi/parser3.C: $MAIN:LOCALE
24529:
24530: * src/main/untaint.C: z
24531:
24532: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24533:
24534: 2001-04-19 paf
24535:
24536: * src/main/compile_tools.h: $a$b bugfix
24537:
24538: * src/targets/cgi/parser3.C: z
24539:
24540: * src/classes/file.C: z
24541:
24542: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24543: done: header to $fields. waits for header '\' tricks
24544:
24545: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24546: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24547: changed urlencode here and in untaint.C to HTTP standard's " and
24548: \" mech
24549:
24550: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24551: http://alx/~paf/ doesnt load /auto.p
24552:
24553: 2001-04-18 paf
24554:
24555: * src/main/pa_request.C: 1
24556:
24557: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24558: linux @alx
24559:
24560: 2001-04-17 paf
24561:
24562: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24563: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24564: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24565: enabled
24566:
24567: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24568: classes/_exec.h, classes/_file.h, classes/_form.h,
24569: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24570: classes/_random.h, classes/_response.h, classes/_string.h,
24571: classes/_table.h, classes/_unknown.h, classes/file.C,
24572: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24573: include/pa_config_fixed.h, include/pa_config_includes.h,
24574: include/pa_hash.h, include/pa_sql_driver_manager.h,
24575: include/pa_version.h, main/Makefile.am, main/compile.y,
24576: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24577: main/pa_sql_driver_manager.C, sql/Makefile.am,
24578: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24579: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24580: types/pa_vform.C, types/pa_vimage.h: exec @jav
24581:
24582: * src/: include/pa_sql_driver_manager.h,
24583: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24584: types/pa_vimage.h: sql driver interface now has initialize(client
24585: .so)
24586:
24587: 2001-04-16 paf
24588:
24589: * src/Makefile.am: compile2 cygwin
24590:
24591: * src/: include/pa_config_includes.h, main/pa_exec.C,
24592: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24593:
24594: * src/targets/cgi/Makefile.am: compile0 jav
24595:
24596: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24597: classes/_exec.h, classes/_file.h, classes/_form.h,
24598: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24599: classes/_random.h, classes/_response.h, classes/_string.h,
24600: classes/_table.h, classes/_unknown.h, classes/image.C,
24601: classes/mail.C, classes/op.C, classes/random.C,
24602: include/pa_config_fixed.h, include/pa_config_includes.h,
24603: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24604: main/compile.y, main/pa_common.C, main/pa_exec.C,
24605: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24606: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24607: compile-1
24608:
24609: 2001-04-15 paf
24610:
24611: * src/classes/op.C: z
24612:
24613: * src/classes/table.C: table:empty +=process
24614:
24615: * src/types/pa_value.h: MethodParams !junction
24616:
24617: * src/: classes/_string.h, classes/double.C, classes/file.C,
24618: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24619: classes/random.C, classes/response.C, classes/string.C,
24620: classes/table.C, classes/unknown.C, main/pa_request.C:
24621: MethodParams everywhere
24622:
24623: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24624: types/pa_vmethod_frame.h: MethodParams in op.C
24625:
24626: 2001-04-12 paf
24627:
24628: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24629:
24630: * src/: classes/_unknown.h, classes/unknown.C,
24631: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24632: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24633:
24634: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24635:
24636: * src/classes/image.C: image:gif now does not have params
24637:
24638: * src/classes/image.C:
24639: image:line/fill/rectangle/bar/replace/polygon/polybar
24640:
24641: * src/: classes/image.C, classes/op.C, main/execute.C,
24642: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24643: for var now written not to r.wcontext, but to r.root cleared
24644: "entered_object" state
24645:
24646: 2001-04-11 paf
24647:
24648: * src/classes/image.C: image:create image:load
24649:
24650: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24651: just compiled
24652:
24653: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24654: todo: gif without file
24655:
24656: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24657: started porting to Pooled descendant
24658:
24659: * src/: classes/image.C, main/execute.C, main/main.dsp,
24660: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24661: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24662: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24663:
24664: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24665: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24666: end. switching to python imaging lib
24667:
24668: * src/main/main.dsp: gd+smtp made separate libs
24669:
24670: * src/: include/pa_globals.h, include/pa_string.h,
24671: main/pa_common.C, main/pa_request.C, main/untaint.C,
24672: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24673: length
24674:
24675: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24676: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24677: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24678: UL_FILE_NAME of posted file name
24679:
24680: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24681: post [broke when moved post read to core]
24682:
24683: 2001-04-10 paf
24684:
24685: * src/classes/image.C: image:html done
24686:
24687: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24688:
24689: * src/classes/image.C: z
24690:
24691: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24692: forgotten!
24693:
24694: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24695: main/pa_request.C, main/pa_string.C, main/untaint.C,
24696: types/pa_vimage.h: image:measure -90
24697:
24698: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24699: classes/_int.h, classes/_mail.h, classes/_op.h,
24700: classes/_random.h, classes/_response.h, classes/_string.h,
24701: classes/_table.h, classes/file.C, classes/mail.C,
24702: include/pa_common.h, include/pa_globals.h, main/execute.C,
24703: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24704: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24705: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24706: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24707: compiled
24708:
24709: * src/classes/mail.C: minor bug with unclear from/to
24710:
24711: * src/classes/mail.C: sendmail unix skipping defaults
24712:
24713: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24714: sendmail unix added defaults
24715:
24716: * src/classes/mail.C: unix sendmail compiled. todo:testing
24717:
24718: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24719:
24720: 2001-04-09 paf
24721:
24722: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24723: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24724: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24725: targets/isapi/parser3isapi.dsp: all targets exec
24726:
24727: * src/: include/pa_sapi.h, include/pa_string.h,
24728: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24729: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24730: args in apache:util.script
24731:
24732: * src/include/pa_string.h: written but not tested exec with env for
24733: unix
24734:
24735: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24736: targets/cgi/parser3.C: exec win32 env
24737:
24738: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24739: 0
24740:
24741: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24742: main/execute.C, main/main.dsp, main/pa_globals.C,
24743: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24744: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24745:
24746: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24747: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24748:
24749: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24750: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24751:
24752: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24753: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24754: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24755: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24756: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24757: exec class just compiled. moved post read to request core
24758:
24759: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24760: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24761: main/pa_globals.C, targets/cgi/parser3.C,
24762: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24763: are already read by vform
24764:
24765: 2001-04-08 paf
24766:
24767: * src/: classes/file.C, classes/mail.C, classes/string.C,
24768: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24769: uuencode. string<<
24770:
24771: 2001-04-07 paf
24772:
24773: * src/classes/mail.C: z
24774:
24775: * src/classes/mail.C: z
24776:
24777: * src/classes/mail.C: ^mail[$attach
24778:
24779: * src/classes/mail.C: ^attach dead end
24780:
24781: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24782: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24783: targets/isapi/parser3isapi.C: mail:send 1
24784:
24785: * src/: classes/mail.C, main/pa_request.C: z
24786:
24787: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24788: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24789: compiled
24790:
24791: * src/classes/mail.C: +=
24792:
24793: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24794: prepared
24795:
24796: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24797: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24798: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24799: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24800:
24801: 2001-04-06 paf
24802:
24803: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24804: main/pa_string.C: table:dir 1
24805:
24806: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24807: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24808:
24809: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24810: classes/root.C, include/pa_globals.h, include/pa_request.h,
24811: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24812: main/pa_request.C: renamed 'root' to 'op'
24813:
24814: * src/classes/: _op.h, op.C: renamed from 'root'
24815:
24816: * src/types/pa_valiased.C: another root inherititance skipped
24817:
24818: * src/main/: compile.C, compile.y, execute.C: operators are now not
24819: root methods of parent class. just 'ROOT' class
24820:
24821: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24822: @office
24823:
24824: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24825:
24826: 2001-04-05 paf
24827:
24828: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24829: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24830: constructor flag dropped at get_method_frame and remembered into
24831: method_frame
24832:
24833: * src/: classes/file.C, classes/root.C, classes/string.C,
24834: classes/table.C, main/pa_request.C: junction to code&expression
24835: in errors
24836:
24837: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24838: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24839: $LOCALE:ctype[Russian_Russia.1251]
24840:
24841: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24842: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24843: main/pa_table.C: hash now not thread-safe.
24844:
24845: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24846: main/untaint.C: z
24847:
24848: * src/: classes/random.C, classes/root.C, classes/table.C,
24849: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24850: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24851: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24852: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24853:
24854: * src/: classes/table.C, include/pa_sql_connection.h,
24855: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24856:
24857: * src/classes/table.C: select * from hren error contains statement
24858:
24859: * src/: classes/table.C, include/pa_sql_connection.h,
24860: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24861: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24862:
24863: * src/: classes/root.C, include/pa_sql_connection.h,
24864: include/pa_sql_driver.h, main/main.dsp,
24865: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24866: services for conv memory & error reporting
24867:
24868: 2001-04-04 paf
24869:
24870: * src/doc/doxygen.cfg: z
24871:
24872: * src/include/pa_sql_driver.h: mysql connect
24873:
24874: * src/include/pa_sql_driver.h: mysql info
24875:
24876: * src/: classes/root.C, include/pa_sql_driver.h,
24877: include/pa_sql_driver_manager.h, main/main.dsp,
24878: main/pa_sql_driver_manager.C: more manager&connection&driver
24879:
24880: * src/sql/Makefile.am: forgot to add mysql client
24881:
24882: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24883: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24884: [forgot to add libltdl, added]
24885:
24886: * src/: Makefile.am, classes/root.C, classes/string.C,
24887: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24888: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24889: include/pa_string.h, include/pa_table.h, main/main.dsp,
24890: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24891: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24892: -1000 just compiled
24893:
24894: * src/: classes/random.C, classes/root.C, classes/table.C,
24895: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24896: main/pa_request.C, types/pa_vclass.h: sql frame -10
24897:
24898: 2001-04-03 paf
24899:
24900: * src/types/pa_vform.C: z
24901:
24902: * src/: classes/string.C, types/pa_vform.C: string:match replace
24903: assigned lang
24904:
24905: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24906: {}[]< empty []
24907:
24908: * src/: classes/file.C, classes/string.C, classes/table.C,
24909: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24910: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24911:
24912: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24913: string:match replace strange matches
24914:
24915: * src/classes/string.C: string:match replace 0
24916:
24917: * src/: classes/string.C, main/pa_string.C: string:match replace
24918: prepared 2
24919:
24920: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24921: string:match replace prepared
24922:
24923: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24924: string:match replace -11
24925:
24926: * src/: classes/string.C, include/pa_globals.h,
24927: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24928: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24929:
24930: * src/: classes/string.C, include/pa_globals.h,
24931: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24932: main/pa_string.C: string:match [search] -1 just compiled
24933:
24934: * src/types/pa_vstring.C: z
24935:
24936: * src/: classes/double.C, classes/file.C, classes/form.C,
24937: classes/int.C, classes/response.C, classes/root.C,
24938: classes/string.C, classes/table.C, include/pa_string.h,
24939: main/pa_string.C: string:match -10 [frame]
24940:
24941: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24942: main/pa_request.C: z
24943:
24944: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24945: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24946: todo/tests
24947:
24948: * src/include/pa_common.h: z
24949:
24950: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24951: main/pa_request.C, targets/cgi/parser3.C,
24952: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24953: content-disposition
24954:
24955: * src/: include/pa_common.h, include/pa_globals.h,
24956: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24957: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24958:
24959: * src/: include/pa_common.h, include/pa_request.h,
24960: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24961: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24962: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24963: response:body
24964:
24965: * src/classes/table.C: table:append now uses string::split
24966:
24967: * src/classes/table.C: z
24968:
24969: * src/: classes/file.C, classes/root.C, classes/string.C,
24970: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24971: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24972: include/pa_string.h, main/execute.C, main/pa_string.C,
24973: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24974: string::pos & cmp & piece bugs fixed. string::split new
24975: table:load separated from set table:set implemented with clean \n
24976: \t searches
24977:
24978: 2001-04-02 paf
24979:
24980: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24981: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24982: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24983: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24984: it in table:set/load
24985:
24986: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24987: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24988:
24989: * src/classes/random.C: random:generate 1
24990:
24991: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24992: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24993: types/pa_value.h: random:generate
24994:
24995: 2001-03-30 paf
24996:
24997: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24998: todo: table flip and append. string::pos
24999:
25000: * src/: classes/double.C, classes/file.C, classes/int.C,
25001: classes/response.C, classes/root.C, classes/string.C,
25002: classes/table.C, main/compile.y, main/execute.C,
25003: types/pa_value.h, types/pa_vstateless_class.C,
25004: types/pa_vstateless_class.h: static|dynamic|any method
25005: registration
25006:
25007: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25008: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25009: table:flip
25010:
25011: 2001-03-29 paf
25012:
25013: * src/classes/string.C: string:xsplit forgot that they must result
25014: in 1 row N column [not vice versa]
25015:
25016: * src/classes/string.C: z
25017:
25018: * src/classes/string.C: string: rsplit
25019:
25020: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25021: string: lsplit
25022:
25023: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25024: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25025: lsplit -1
25026:
25027: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25028: string: pos
25029:
25030: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25031: string: pos -1
25032:
25033: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25034: main/compile.y, main/pa_request.C, main/pa_string.C,
25035: main/untaint.C: string: left right mid
25036:
25037: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25038: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25039: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25040: and [;] are different now.
25041:
25042: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25043: main/untaint.C: pool.request undone
25044:
25045: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25046: main/untaint.C: pool.request
25047:
25048: 2001-03-28 paf
25049:
25050: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25051: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25052: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25053: $request:browser [.type .version]; unknown.get_double now = 0.
25054:
25055: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25056: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25057: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25058: types/pa_vform.C: file:load autodetection of mime-type by
25059: user-file-name
25060:
25061: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25062: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25063: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25064:
25065: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25066: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25067: write. must be self.set
25068:
25069: * src/: classes/file.C, classes/root.C, classes/table.C,
25070: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25071:
25072: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25073: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25074: types/pa_vtable.h: table:locate just compiled
25075:
25076: 2001-03-27 paf
25077:
25078: * src/main/: execute.C, pa_common.C: fixed r/w context of
25079: code-params2, fixed ntfs hardlink slow dir update
25080:
25081: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25082: types/pa_wcontext.h: fixed r/w context of code-params
25083:
25084: * src/: classes/table.C, main/execute.C: about to change junction
25085: rcontext!!
25086:
25087: * src/: classes/double.C, classes/int.C, classes/root.C,
25088: classes/string.C, classes/table.C, main/compile_tools.C,
25089: main/execute.C, main/pa_request.C, main/untaint.C,
25090: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25091: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25092: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25093: types/pa_vunknown.h: sort 0
25094:
25095: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25096: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25097: renamed to are_static_calls_disabled
25098:
25099: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25100: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25101: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25102: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25103:
25104: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25105:
25106: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25107: started table:sort fixed minor bug in #...^{
25108:
25109: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25110: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25111: decided to have as it were. stepped back. grammar: added 'in'
25112: 'is' 'lt'&co follow-space check
25113:
25114: 2001-03-26 paf
25115:
25116: * src/: classes/file.C, classes/root.C, classes/table.C,
25117: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25118: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25119: main/pa_table.C: moved ::save to pa_table. disabled @auto
25120: invocation in ^process
25121:
25122: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25123:
25124: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25125: main/pa_array.C: table:record
25126:
25127: * src/: main/untaint.C, targets/cgi/parser3.C,
25128: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25129: targets/isapi/pool_storage.h, types/pa_valiased.h,
25130: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25131: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25132: types/pa_vtable.h: z
25133:
25134: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25135: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25136: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25137: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25138: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25139: method realisations on 'self' validity - they now can simply
25140: assume that 'self' is V{Proper} .
25141:
25142: 2001-03-25 paf
25143:
25144: * src/main/untaint.C: z
25145:
25146: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25147: lowlevel - it initialization could be skipped if failed in @auto.
25148: so that exception report would use some table
25149:
25150: * src/main/pa_request.C: table empty lines ignored. system-default
25151: content type assigned in output:result [can fail in main:auto and
25152: skipped normal defaults extraction]
25153:
25154: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25155: bug
25156:
25157: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25158: processing to table [except preliminary \r\n \r \n replacements
25159: to "\n"]
25160:
25161: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25162: move all the processing to table
25163:
25164: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25165: main/pa_table.C, main/untaint.C: returned table originating.
25166: useful for reporting typo table problems origin. think would be
25167: useful somewhere else
25168:
25169: * src/main/untaint.C: typo \r \r\n \n properly handled
25170:
25171: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25172: include/pa_table.h, main/compile.y, main/compile_tools.C,
25173: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25174: main/pa_string.C, main/pa_table.C, main/untaint.C,
25175: types/pa_vcookie.h: typo & typo-default
25176:
25177: 2001-03-24 paf
25178:
25179: * src/main/pa_common.C: z
25180:
25181: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25182: targets/cgi/parser3.C: html-typo 2
25183:
25184: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25185: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25186: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25187: main/execute.C, main/pa_array.C, main/pa_globals.C,
25188: main/pa_request.C, main/pa_string.C, main/untaint.C,
25189: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25190: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25191: noticed double default content-type prob. run cgi.cmd tomorrow
25192: first html-typo sample. detected << problem: they become ltlt too
25193: fast
25194:
25195: * src/main/compile.y: z
25196:
25197: * src/main/: compile.y, compile_tools.h: #comment
25198:
25199: * src/: classes/file.C, classes/root.C, classes/table.C,
25200: include/pa_common.h, include/pa_request.h, main/compile.y,
25201: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25202: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25203: stringified
25204:
25205: * src/types/pa_valiased.C: decided to String-ify file_read
25206:
25207: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25208: isapi/parser3isapi.dsp: cgi: sapi::log
25209:
25210: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25211: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25212: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25213: error log experiments failed - cgi under iis got no access to
25214: log. registereventsource simply failed with 5(illegal call) code,
25215: while worked OK as standalone executable. isapi: used
25216: HSE_APPEND_LOG_PARAMETER feature
25217:
25218: * src/: include/pa_common.h, include/pa_globals.h,
25219: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25220: targets/isapi/parser3isapi.C: fixed default content-type
25221: allocation storage
25222:
25223: * src/: include/pa_globals.h, include/pa_request.h,
25224: main/pa_globals.C, main/pa_request.C: z
25225:
25226: * src/: include/pa_array.h, include/pa_hash.h,
25227: include/pa_request.h, main/compile.y, main/pa_array.C,
25228: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25229: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25230: content-type
25231:
25232: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25233: sanity
25234:
25235: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25236: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25237: away freeze mech. no danger now for you can't do
25238: ^request:process[@new-method[] body] trick anymore. still
25239: remains $some_instance.process[@new-method[] possibility] but
25240: would leave it as a feature. see index for sample
25241:
25242: * src/: include/pa_common.h, main/pa_common.C,
25243: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25244: monkey every target
25245:
25246: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25247: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25248: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25249:
25250: 2001-03-23 paf
25251:
25252: * src/: include/pa_pool.h, main/pa_request.C,
25253: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25254: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25255: targets/isapi/pool_storage.h: isapi: dumb pool storage
25256:
25257: * src/targets/isapi/pa_pool.C: decided to continue with extension
25258:
25259: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25260: it would be better to rewrite as filter then to deal with pool
25261:
25262: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25263: now like in cgi, not from APPL_PHYSICAL_PATH
25264:
25265: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25266: include/pa_config_fixed.h, include/pa_config_includes.h,
25267: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25268: include/pa_version.h, main/compile.y, main/execute.C,
25269: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25270: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25271: main/untaint.C, targets/cgi/parser3.C,
25272: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25273: cgi: reinvent document_root and request_uri under iis. autoconf
25274: updated. introducing ap_config_includes
25275:
25276: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25277:
25278: * src/targets/cgi/parser3.C: cgi: only one pool now
25279:
25280: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25281: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25282: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25283: types/pa_venv.h, types/pa_vform.C: sapi made object
25284:
25285: * src/: include/pa_globals.h, main/pa_request.C,
25286: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25287: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25288: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25289:
25290: * src/: main/pa_request.C, targets/cgi/parser3.C,
25291: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25292: isapi minor env beauty
25293:
25294: * src/: main/pa_request.C, targets/cgi/parser3.C,
25295: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25296: isapi document_root 0
25297:
25298: 2001-03-22 paf
25299:
25300: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25301:
25302: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25303: isapi/parser3isapi.C: z
25304:
25305: * src/: include/pa_pool.h, main/pa_request.C,
25306: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25307:
25308: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25309: kill.pl: isapi added utils
25310:
25311: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25312: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25313: types/pa_vform.C: isapi 0
25314:
25315: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25316: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25317: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25318: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25319: started isapi
25320:
25321: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25322: some comments
25323:
25324: * src/: include/pa_globals.h, include/pa_request.h,
25325: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25326: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25327: parser_root_auto_path parser_site_auto_path
25328:
25329: * src/types/pa_vcookie.C: cookie attr decoded
25330:
25331: 2001-03-21 paf
25332:
25333: * src/targets/cgi/parser3.C: z
25334:
25335: * src/include/pa_globals.h: post. todo: config of auto.p path
25336:
25337: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25338: types/pa_venv.h: in cookie & env. todo:post
25339:
25340: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25341: classes/root.C, classes/table.C, include/pa_array.h,
25342: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25343: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25344: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25345: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25346: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25347: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25348: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25349: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25350: shifted apache branch on main trunc
25351:
25352: * src/: include/pa_common.h, include/pa_globals.h,
25353: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25354: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25355: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25356: starting mod_parser3
25357:
25358: * src/targets/cgi/parser3.C: starting mod_parser3
25359:
25360: 2001-03-20 paf
25361:
25362: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25363: targets/cgi/parser3.C: automake compiled and works. todo:make
25364: win32 ifdefs work and add ifdef unistd
25365:
25366: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25367: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25368: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25369: z
25370:
25371: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25372: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25373: locking
25374:
25375: * src/: classes/Makefile.am, types/Makefile.am: z
25376:
25377: * src/: Makefile.am, classes/file.C, classes/root.C,
25378: classes/table.C, include/pa_array.h, include/pa_request.h,
25379: include/pa_string.h, main/Makefile.am, main/execute.C,
25380: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25381: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25382: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25383: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25384:
25385: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25386: main/pa_request.C, types/pa_vfile.h: ^table:save
25387:
25388: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25389: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25390: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25391: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25392: types/pa_vform.h: z
25393:
25394: * src/include/pa_string.h: z
25395:
25396: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25397: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25398: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25399: :Value
25400:
25401: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25402: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25403: :VStateless_object
25404:
25405: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25406: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25407: :VStateless_object
25408:
25409: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25410: types/pa_valiased.C, types/pa_vform.h: commented VForm
25411:
25412: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25413: types/pa_valiased.h, types/pa_value.h,
25414: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25415: types/pa_vstateless_object.h: moved common get_element part from
25416: stateless object&class into VAliased
25417:
25418: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25419: classes/table.C, main/execute.C, main/main.dsp,
25420: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25421: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25422: now :Value
25423:
25424: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25425: main/execute.C, main/main.dsp, main/pa_globals.C,
25426: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25427:
25428: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25429: doxx
25430:
25431: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25432: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25433: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25434: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25435: and ^file:save
25436:
25437: 2001-03-19 paf
25438:
25439: * src/types/pa_vfile.C: z
25440:
25441: * src/: classes/file.C, classes/request.C, classes/table.C,
25442: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25443: main/pa_request.C, main/untaint.C, types/pa_value.h,
25444: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25445:
25446: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25447: include/pa_string.h, include/pa_table.h, main/main.dsp,
25448: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25449: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25450: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25451: classes/_file.h, classes/file.C, types/pa_vfile.C,
25452: types/pa_vfile.h: file class just compiled
25453:
25454: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25455: include/pa_table.h, include/pa_types.h, main/execute.C,
25456: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25457: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25458: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25459:
25460: * src/include/pa_pool.h: z
25461:
25462: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25463: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25464: Hash::Value to Val so to doxygen would finlly stop confusing
25465: those Value-s
25466:
25467: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25468: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25469: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25470: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25471: include/pa_types.h, main/compile.C, main/compile.y,
25472: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25473: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25474: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25475: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25476: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25477:
25478: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25479: derivates somehow unlinked. don't know why yet
25480:
25481: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25482: include/pa_string.h, include/pa_threads.h, main/compile.C,
25483: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25484: main/execute.C, main/pa_array.C, main/pa_common.C,
25485: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25486: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25487: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25488:
25489: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25490: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25491: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25492: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25493: types/pa_vrequest.h: doc: detected Value derivates prob
25494:
25495: * src/include/pa_globals.h: z
25496:
25497: * src/: classes/_request.h, classes/request.C, include/code.h,
25498: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25499: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25500: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25501: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25502: main/execute.C, main/pa_pool.C, main/pa_request.C,
25503: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25504: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25505:
25506: 2001-03-18 paf
25507:
25508: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25509: cookie: allowed access to hash-assigned
25510:
25511: * src/targets/cgi/parser3.C: z
25512:
25513: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25514: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25515: include/pa_types.h, main/main.dsp, main/pa_common.C,
25516: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25517: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25518: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25519: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25520: types/pa_vunknown.h: cookie class
25521:
25522: * src/main/pa_request.C: zero length output allowed
25523:
25524: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25525: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25526:
25527: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25528: lang switch
25529:
25530: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25531: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25532: types/pa_value.h, types/pa_vhash.h:
25533: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25534:
25535: * src/main/execute.C: z
25536:
25537: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25538: targets/cgi/parser3.C: taint[uri
25539:
25540: * src/: classes/request.C, classes/response.C, classes/root.C,
25541: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25542: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25543: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25544:
25545: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25546: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25547: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25548: types/pa_vstateless_class.C: convinient string(pool, char *src,
25549: bool tainted) ctor
25550:
25551: * src/: include/pa_hash.h, include/pa_request.h,
25552: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25553: main/pa_request.C, main/pa_string.C, main/untaint.C,
25554: targets/cgi/parser3.C: proper @exceptions params tainting
25555:
25556: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25557: response fields to header
25558:
25559: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25560: z
25561:
25562: * src/: classes/_response.h, classes/response.C,
25563: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25564: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25565: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25566: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25567: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25568: $response: 0 request::core exception rethrow
25569:
25570: 2001-03-16 paf
25571:
25572: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25573: types/pa_vrequest.h: native method' class call with less params
25574: then needed error reporting
25575:
25576: * src/: classes/_request.h, classes/request.C,
25577: include/pa_globals.h, include/pa_request.h, main/execute.C,
25578: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25579: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25580: types/pa_vrequest.h: $request : query :uri
25581:
25582: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25583: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25584: types/pa_wcontext.h: $result
25585:
25586: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25587:
25588: * src/: classes/double.C, include/code.h, main/compile.y,
25589: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25590: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25591:
25592: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25593: main/compile.y, main/execute.C, types/pa_value.h,
25594: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25595: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25596: wcontext conflict
25597:
25598: * src/: main/execute.C, types/pa_value.h,
25599: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25600: $string.field
25601:
25602: 2001-03-15 paf
25603:
25604: * src/main/pa_request.C: news sample
25605:
25606: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25607: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25608:
25609: * src/main/: compile.y, execute.C: z
25610:
25611: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25612: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25613: pre pre works
25614:
25615: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25616: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25617: fillfields just compiled
25618:
25619: 2001-03-14 paf
25620:
25621: * src/: include/pa_request.h, main/pa_request.C,
25622: targets/cgi/parser3.C: z
25623:
25624: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25625: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25626: types/pa_vstring.h: limits -1
25627:
25628: * src/: include/pa_globals.h, include/pa_request.h,
25629: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25630: main/pa_request.C, targets/cgi/parser3.C,
25631: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25632: request_info -1
25633:
25634: * src/: include/pa_globals.h, main/pa_globals.C,
25635: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25636: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25637: vform_fields_fill
25638:
25639: * src/targets/cgi/parser3.C: # if MSVC
25640:
25641: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25642: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25643:
25644: * src/targets/cgi/parser3.C: z
25645:
25646: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25647: include/pa_string.h, include/pa_types.h, main/compile.y,
25648: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25649: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25650: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25651: types/pa_vunknown.h: global handler, exceptions in parser3
25652:
25653: 2001-03-13 paf
25654:
25655: * src/: classes/form.C, main/compile.y, main/core.C,
25656: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25657: types/pa_vform.h, types/pa_vstateless_class.C,
25658: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25659: instead
25660:
25661: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25662: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25663: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25664: started cgi target
25665:
25666: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25667: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25668: before error show with parser
25669:
25670: * src/: classes/_form.h, classes/form.C, include/core.h,
25671: include/pa_request.h, main/core.C, main/pa_request.C,
25672: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25673:
25674: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25675:
25676: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25677: parser3.C: renamed targets/ parser to cgi
25678:
25679: * src/: classes/double.C, classes/env.C, classes/int.C,
25680: classes/root.C, classes/string.C, classes/table.C,
25681: include/pa_request.h, types/pa_vhash.h: z
25682:
25683: * src/: classes/_env.h, classes/env.C, classes/root.C,
25684: include/core.h, include/pa_pool.h, include/pa_request.h,
25685: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25686: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25687: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25688: [historical moment :)]
25689:
25690: * src/: include/code.h, include/pa_string.h, main/compile.y,
25691: main/execute.C, main/pa_string.C: 'value is type' expr operator
25692:
25693: * src/types/pa_venv.h: $ENV 1
25694:
25695: * src/main/execute.C: z
25696:
25697: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25698: future methods of ENV constructor if
25699:
25700: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25701: class
25702:
25703: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25704: classes/_root.h, classes/_string.h, classes/_table.h,
25705: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25706: classes/string.C, classes/table.C, include/pa_request.h,
25707: main/compile.C, main/compile_tools.h, main/core.C,
25708: main/execute.C, main/main.dsp, main/pa_request.C,
25709: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25710: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25711: types/pa_vobject.h, types/pa_vstateless_class.C,
25712: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25713: types/pa_wcontext.h: $ENV: re 0, stateless classes
25714:
25715: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25716: classes/_root.h, classes/_string.h, classes/_table.h,
25717: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25718: classes/string.C, classes/table.C, include/pa_request.h,
25719: main/compile.C, main/compile_tools.h, main/core.C,
25720: main/execute.C, main/main.dsp, main/pa_request.C,
25721: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25722: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25723: types/pa_vobject.h, types/pa_vstateless_class.C,
25724: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25725: types/pa_wcontext.h: $ENV: re 0, stateless classes
25726:
25727: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25728: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25729: yesterdays bad decision on execute_static_method
25730:
25731: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25732:
25733: * src/: classes/double.C, classes/int.C, classes/root.C,
25734: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25735:
25736: * src/main/pa_request.C: z
25737:
25738: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25739: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25740:
25741: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25742: include/pa_pool.h, main/pa_request.C:
25743: restructure_exceptions_dead_end
25744:
25745: * src/: classes/root.C, main/compile.y: ^if required junctions.
25746: allowed ; inside {} to break params
25747:
25748: * src/classes/root.C: ^eval
25749:
25750: * src/: classes/_string.h, classes/double.C, classes/int.C,
25751: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25752: string ^format
25753:
25754: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25755: 'bad' but not 'enough'
25756:
25757: * src/: classes/double.C, classes/root.C, classes/table.C,
25758: include/pa_common.h, include/pa_types.h, main/compile.y,
25759: main/pa_common.C, main/pa_request.C, main/untaint.C,
25760: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25761: types/pa_wwrapper.h: think constructing flag as is is bad
25762:
25763: * src/: classes/double.C, classes/int.C, classes/root.C,
25764: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25765: types/pa_vint.h: ^for
25766:
25767: 2001-03-12 paf
25768:
25769: * src/classes/table.C: table ^empty
25770:
25771: * src/: classes/table.C, include/pa_table.h: table ^menu
25772:
25773: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25774: ^offset ^line ^count
25775:
25776: * src/classes/root.C: ^round() ^floor() ^ceiling()
25777: ^abs() ^sign()
25778:
25779: * src/classes/: root.C, table.C: ^use
25780:
25781: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25782: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25783: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25784: ^while. switched off wcontext.constructing after write(value) or
25785: auto-vhash-constructing
25786:
25787: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25788: main/pa_request.C: fail_if_junction_ helper func
25789:
25790: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25791: include/pa_request.h, main/execute.C, main/main.dsp,
25792: main/pa_common.C, main/pa_request.C: ^process error point by
25793: actual method_name, not source. ^load
25794:
25795: * src/types/pa_vtable.h: table: no, better with string in cells...
25796:
25797: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25798: classes/_table.h, classes/table.C, main/untaint.C: z
25799:
25800: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25801: include/pa_table.h, main/core.C, main/execute.C,
25802: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25803: types/pa_value.h: table:set 0
25804:
25805: * src/: classes/root.C, include/core.h, include/pa_array.h,
25806: include/pa_request.h, include/pa_table.h, main/core.C,
25807: main/main.dsp, main/pa_request.C, main/pa_table.C,
25808: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25809: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25810: types/pa_vstring.h: freeze, ^table:create[] -1
25811:
25812: * src/: classes/root.C, types/pa_value.h: z
25813:
25814: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25815: get_method in couple places optimizing them
25816:
25817: * src/classes/root.C: z
25818:
25819: * src/: classes/root.C, types/pa_vclass.h: process temp main
25820: zeroing
25821:
25822: * src/: classes/double.C, classes/int.C, classes/root.C,
25823: classes/string.C, include/pa_common.h, include/pa_request.h,
25824: include/pa_string.h, include/pa_types.h, main/compile.C,
25825: main/compile.y, main/compile_tools.h, main/execute.C,
25826: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25827: types/pa_vmframe.h: ^process. actual names to store param and
25828: check_actual_numbered_params for better place diagnostics
25829:
25830: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25831: method-junctions bug fixed
25832:
25833: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25834: pa_vstateless_object.h, pa_vstring.h: stateless_object
25835:
25836: 2001-03-11 paf
25837:
25838: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25839: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25840: VDouble VInt base now VObject_base - without fields
25841:
25842: * src/: classes/root.C, include/core.h, main/core.C: z
25843:
25844: * src/: classes/double.C, classes/int.C, classes/root.C,
25845: classes/string.C, include/core.h, include/pa_hash.h,
25846: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25847: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25848:
25849: * src/: classes/double.C, classes/int.C, classes/root.C,
25850: include/pa_request.h, main/execute.C: intercept_string
25851:
25852: * src/: classes/double.C, classes/int.C, classes/root.C,
25853: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25854:
25855: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25856: ^inc-s(expr)
25857:
25858: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25859: classes/_root.h, classes/_string.h, classes/double.C,
25860: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25861: include/code.h, include/core.h, include/pa_array.h,
25862: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25863: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25864: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25865: include/pa_types.h, main/compile.C, main/compile.y,
25866: main/compile_tools.C, main/compile_tools.h, main/core.C,
25867: main/execute.C, main/pa_array.C, main/pa_common.C,
25868: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25869: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25870: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25871: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25872: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25873: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25874: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25875: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25876:
25877: * src/: main/pa_request.C, types/pa_vhash.h: z
25878:
25879: * src/: include/core.h, include/pa_request.h, main/core.C,
25880: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25881:
25882: * src/: include/pa_valiased.h, include/pa_value.h,
25883: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25884: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25885: include/pa_vjunction.h, include/pa_vmframe.h,
25886: include/pa_vobject.h, include/pa_vstring.h,
25887: include/pa_vunknown.h, include/pa_wcontext.h,
25888: include/pa_wwrapper.h, main/compile.y, main/core.C,
25889: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25890: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25891: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25892: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25893: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25894: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25895: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25896: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25897: include/
25898:
25899: 2001-03-10 paf
25900:
25901: * src/: include/core.h, include/pa_request.h, main/core.C,
25902: main/pa_request.C: run+auto=run
25903:
25904: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25905:
25906: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25907: classes/_root.h, classes/_string.h, classes/double.C,
25908: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25909: include/code.h, include/core.h, include/pa_array.h,
25910: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25911: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25912: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25913: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25914: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25915: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25916: include/pa_vjunction.h, include/pa_vmframe.h,
25917: include/pa_vobject.h, include/pa_vstring.h,
25918: include/pa_vunknown.h, include/pa_wcontext.h,
25919: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25920: main/compile_tools.C, main/compile_tools.h, main/core.C,
25921: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25922: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25923: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25924: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25925: main/pa_wcontext.C: sources header
25926:
25927: * src/main/pa_request.C: auto..
25928:
25929: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25930: main/pa_request.C: auto tree0
25931:
25932: * src/: include/core.h, include/pa_request.h, main/compile.y,
25933: main/core.C, main/pa_request.C: names to core.C
25934:
25935: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25936: include/pa_request.h, main/core.C, main/execute.C,
25937: main/pa_common.C, main/pa_request.C: root auto.p loaded
25938:
25939: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25940: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25941: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25942: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25943:
25944: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25945: @auto[] realised. auto.p scan togo
25946:
25947: * src/: include/pa_request.h, main/execute.C: autocalc
25948: code-junctions result now have names
25949:
25950: * src/: classes/double.C, classes/int.C, classes/root.C,
25951: classes/string.C, include/pa_request.h, include/pa_string.h,
25952: include/pa_wcontext.h, main/compile.y, main/execute.C,
25953: main/pa_string.C, main/pa_wcontext.C: tainting 0
25954:
25955: * src/classes/env.C: env:file/line
25956:
25957: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25958: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25959: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25960: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25961: main/compile_tools.C, main/compile_tools.h, main/core.C,
25962: main/execute.C, main/main.dsp, main/pa_cframe.C,
25963: main/pa_request.C, main/pa_wcontext.C: const fight finished
25964:
25965: * src/include/pa_vclass.h: const fight to go
25966:
25967: * src/: classes/_env.h, classes/env.C, classes/root.C,
25968: include/pa_request.h, include/pa_vclass.h, main/core.C,
25969: main/main.dsp: env0
25970:
25971: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25972: classes/_string.h, classes/double.C, classes/int.C,
25973: classes/root.C, classes/string.C, include/pa_request.h,
25974: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25975: include/pa_wcontext.h, main/core.C, main/main.dsp,
25976: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25977: main/pa_wcontext.C: ^lang prepare0
25978:
25979: 2001-03-09 paf
25980:
25981: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25982: construct proper naming
25983:
25984: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25985: classes/double.C, classes/int.C, classes/root.C,
25986: classes/string.C, include/code.h, include/pa_value.h,
25987: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25988: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25989: main/compile.y, main/compile_tools.C, main/core.C,
25990: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25991: and ^double[]. fixed expr type
25992:
25993: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25994: ^string.length[]
25995:
25996: 2001-03-08 paf
25997:
25998: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25999:
26000: * src/: include/pa_vclass.h, include/pa_vstring.h,
26001: include/pa_wcontext.h, main/compile.y, main/core.C,
26002: main/execute.C, main/main.dsp: dead end: vstring can't be
26003: derivated from vobject
26004:
26005: * src/: include/pa_vclass.h, include/pa_vhash.h,
26006: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26007:
26008: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26009: remained clone conseqs
26010:
26011: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26012:
26013: * src/main/pa_vclass.C: wow! vclass were out of vcs
26014:
26015: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26016: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26017: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26018: include/pa_vobject.h, include/pa_vstring.h,
26019: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26020: main/execute.C: withoud cloning. didn't need it actually, params
26021: got passed from out unnamed ewpool
26022:
26023: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26024: include/pa_vjunction.h, include/pa_vobject.h,
26025: include/pa_vunknown.h, main/compile.y: cloning dead end
26026:
26027: * src/: include/pa_bool.h, include/pa_double.h,
26028: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26029: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26030: include/pa_vjunction.h, include/pa_vmframe.h,
26031: include/pa_vobject.h, include/pa_vstring.h,
26032: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26033: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26034: to give params proper names
26035:
26036: * src/main/pa_wcontext.C: z
26037:
26038: * src/: include/pa_vmframe.h, main/execute.C: added names to
26039: unknown values in get_element and unfilled params. removed wrong
26040: name change in get_element
26041:
26042: * src/main/execute.C: z
26043:
26044: * src/main/execute.C: fixed problems calling operators in
26045: constructors
26046:
26047: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26048: detected problems calling operators in constructors
26049:
26050: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26051: autocalc def to string
26052:
26053: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26054: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26055:
26056: * src/classes/root.C: added root.c
26057:
26058: * src/: include/pa_request.h, include/pa_value.h,
26059: include/pa_vcframe.h, include/pa_vmframe.h,
26060: include/pa_wcontext.h, main/compile.C, main/compile.y,
26061: main/core.C, main/execute.C, main/pa_cframe.C,
26062: main/pa_wcontext.C: 'if' just compiled
26063:
26064: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26065: include/pa_vjunction.h, include/pa_vmframe.h,
26066: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26067: main/pa_wcontext.C: z
26068:
26069: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26070: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26071: with parameter names in operator methods
26072:
26073: * src/main/compile.y: minor renamings in .y
26074:
26075: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26076: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26077: @BASE. changed 'RUN' assignment mech
26078:
26079: * src/main/execute.C: z
26080:
26081: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26082: main/compile_tools.h, main/execute.C: made class: dynamic, not
26083: static. so to enable runtime ^use
26084:
26085: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26086:
26087: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26088: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26089:
26090: * src/main/execute.C: root root in code-junction
26091:
26092: 2001-03-07 paf
26093:
26094: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26095: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26096:
26097: * src/: include/pa_stack.h, include/pa_value.h,
26098: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26099: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26100: fixed rwcontext of {} params up
26101:
26102: * src/main/: compile.y, compile_tools.h: ^func(params)
26103:
26104: * src/main/compile.y: .y priorities syntax shaped up a bit
26105:
26106: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26107: include/pa_vunknown.h, main/compile.y, main/execute.C,
26108: main/pa_hash.C: expr def in -f
26109:
26110: * src/main/: compile.y, execute.C: expr calls
26111:
26112: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26113: fixed
26114:
26115: * src/main/compile.y: expr quoted code
26116:
26117: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26118: support0
26119:
26120: * src/main/compile.y: expr string comparisons 0
26121:
26122: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26123: main/pa_string.C: just compiled lt&co
26124:
26125: * src/main/execute.C: ^var.menu{$field} problem detected. that
26126: $field not a $var.field
26127:
26128: 2001-03-06 paf
26129:
26130: * src/main/compile.y: .y expr visible-shorter
26131:
26132: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26133: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26134: logical
26135:
26136: * src/: include/pa_vstring.h, main/compile.y: problems with
26137: skipping whitespace in yylex
26138:
26139: * src/include/pa_vbool.h: forgot this
26140:
26141: * src/: include/code.h, main/compile.y, main/execute.C: without
26142: string ops in expressions 0
26143:
26144: * src/: include/pa_value.h, include/pa_vdouble.h,
26145: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26146: main/execute.C, main/main.dsp: !~
26147:
26148: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26149: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26150: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26151: include/pa_vunknown.h, include/pa_wcontext.h,
26152: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26153: main/compile_tools.h, main/execute.C: +-*/
26154:
26155: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26156: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26157:
26158: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26159: main/execute.C: expr grammar-1 2*2=4.000000 :)
26160:
26161: * src/main/compile.y: expr grammar-1
26162:
26163: * src/main/compile.y: expr lexx1
26164:
26165: * src/main/: compile.y, execute.C, main.dsp: z
26166:
26167: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26168: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26169: main/execute.C: expr lex0 exec-1
26170:
26171: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26172:
26173: 2001-02-26 paf
26174:
26175: * src/main/compile.y: max_string in yyerror bug fix
26176:
26177: 2001-02-25 paf
26178:
26179: * src/: include/pa_value.h, include/pa_vmframe.h,
26180: include/pa_wcontext.h, main/execute.C: VAliased3
26181:
26182: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26183:
26184: * src/main/execute.C: VAliased1
26185:
26186: * src/: include/pa_request.h, include/pa_value.h,
26187: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26188: VAliased0
26189:
26190: * src/: include/pa_pool.h, include/pa_request.h,
26191: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26192: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26193: VAliased just compiled
26194:
26195: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26196: include/pa_vobject.h, main/execute.C: alias dead end
26197:
26198: * src/: include/pa_value.h, include/pa_vclass.h,
26199: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26200: main/main.dsp: no not get fields into interm VFielded class.
26201: fields & staticfields 1
26202:
26203: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26204: include/pa_vobject.h, include/pa_wcontext.h,
26205: include/pa_wwrapper.h, main/core.C, main/execute.C,
26206: main/main.dsp: would now get fields into interm VFielded class
26207:
26208: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26209: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26210: include/pa_wcontext.h, main/compile.y, main/core.C,
26211: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26212: main/pa_wcontext.C: virtuals2
26213:
26214: * src/main/compile.y: : 1
26215:
26216: * src/main/compile.y: rethought to $class:static.field.subfield
26217:
26218: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26219: $class:element
26220:
26221: * src/: include/pa_value.h, include/pa_vmframe.h,
26222: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26223: main/pa_wcontext.C: before execute class calls rewrite
26224:
26225: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26226: name RUN, also alias
26227:
26228: * src/main/compile.y: escaping bug
26229:
26230: * src/: include/pa_request.h, include/pa_value.h,
26231: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26232: main/core.C, main/execute.C, main/pa_common.C: vobject1
26233:
26234: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26235: include/pa_vmframe.h, include/pa_vobject.h,
26236: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26237: main/compile_tools.h, main/execute.C: ^class:method() just
26238: compiled
26239:
26240: 2001-02-24 paf
26241:
26242: * src/main/main.dsp: no bison -d
26243:
26244: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26245: class' err msg wrong
26246:
26247: * src/main/compile.y: z
26248:
26249: * src/main/: compile.y, core.C: yylex need some @special lines adj
26250:
26251: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26252: main/compile.y, main/compile_tools.h, main/core.C: modules0
26253:
26254: * src/: include/pa_vclass.h, main/core.C: z
26255:
26256: * src/: include/pa_value.h, include/pa_vclass.h,
26257: include/pa_vobject.h, main/main.dsp: vobject00
26258:
26259: * src/main/pa_array.C: minor bug in expanding very small arrays.
26260: 60% from 1 were 0
26261:
26262: * src/: include/pa_value.h, include/pa_wcontext.h,
26263: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26264: as bad as you've named it: wcontext.value() was not a perfect
26265: idea
26266:
26267: * src/main/execute.C: codeframe1
26268:
26269: * src/: include/pa_value.h, include/pa_vcframe.h,
26270: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26271: include/pa_vjunction.h, include/pa_vmframe.h,
26272: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26273: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26274: just compiled
26275:
26276: * src/: include/pa_vframe.h, main/compile.y: found junction
26277: ideology @: ^x{$a()) must construct current wcontext element, so
26278: smart wcontext handling needed
26279:
26280: * src/main/compile.y: fixed grammar bugs in constructor/params
26281: klinch
26282:
26283: * src/main/: compile.y, execute.C: fixed empty constructor
26284: optimized empty case. failed on calls - produced empty string
26285: param
26286:
26287: * src/main/compile.y: fixed last \n macrotemplate strip bug
26288:
26289: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26290: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26291: main/compile_tools.C, main/compile_tools.h, main/core.C,
26292: main/execute.C: code junctions0. something wrong with last \n
26293: macrotemplate strip
26294:
26295: * src/: include/pa_value.h, main/compile.C, main/core.C,
26296: main/pa_value.C: minor error reporting format beautifyings
26297:
26298: * src/: include/pa_value.h, include/pa_vclass.h,
26299: include/pa_vframe.h, main/core.C, main/execute.C,
26300: main/pa_value.C: get_method RIP. junctions everywhere. call with
26301: junctions0
26302:
26303: 2001-02-23 paf
26304:
26305: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26306: pa_wwrapper.h: lara came, can't work, sorry :(
26307:
26308: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26309: junction
26310:
26311: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26312: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26313: main/execute.C, main/main.dsp, main/pa_value.C: call0
26314:
26315: * src/: include/pa_hash.h, include/pa_value.h,
26316: include/pa_wcontext.h, main/core.C, main/execute.C,
26317: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26318: done
26319:
26320: * src/include/pa_wcontext.h: z
26321:
26322: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26323: wrong grammar in complex constructor case
26324:
26325: * src/main/: compile.y, execute.C: empty constructor bug fixed
26326:
26327: * src/main/execute.C: with result rwpool
26328:
26329: * src/: include/pa_value.h, main/core.C, main/execute.C,
26330: main/main.dsp: value named
26331:
26332: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26333: strign 2 value in 2 places in execute
26334:
26335: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26336: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26337: wcontext.put_element when wcontext fvalue==0
26338:
26339: 2001-02-22 paf
26340:
26341: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26342: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26343: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26344:
26345: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26346: erroreos checkout
26347:
26348: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26349:
26350: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26351: main/compile_tools.h, main/pa_array.C: $self.get
26352:
26353: * src/main/: compile.C, compile.y, compile_tools.C: z
26354:
26355: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26356: bit. finished now.
26357:
26358: * src/main/compile.y: $: finished
26359:
26360: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26361:
26362: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26363: main/execute.C: OP_STRING better then some xxx _VALUE
26364:
26365: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26366: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26367: string to vstring it .y all
26368:
26369: * src/: include/pa_request.h, include/pa_stack.h,
26370: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26371: all
26372:
26373: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26374: precise parse error line:col
26375:
26376: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26377: main/pa_hash.C, main/pa_pool.C: TRY...
26378:
26379: * src/: include/pa_exception.h, include/pa_pool.h,
26380: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26381: main/compile.C, main/compile.y, main/compile_tools.C,
26382: main/core.C, main/pa_array.C, main/pa_exception.C,
26383: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26384: main/pa_table.C: removed exception from request
26385:
26386: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26387: some forgotten
26388:
26389: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26390: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26391: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26392: get/put simple vars to VClass works0
26393:
26394: * src/: include/pa_array.h, include/pa_wcontext.h,
26395: main/pa_string.C: in process, but found that exceptions are too
26396: global
26397:
26398: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26399: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26400: main/execute.C, main/pa_string.C: write_value write_string 0 it
26401: seems wcontext must write strings regardles of fvalue!=0
26402:
26403: 2001-02-21 paf
26404:
26405: * src/main/execute.C: tired :)
26406:
26407: * src/main/: compile.C, compile.y, execute.C: store0
26408:
26409: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26410: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26411: include/pa_wcontext.h, main/compile.C, main/compile.y,
26412: main/execute.C, main/main.dsp, main/pa_array.C,
26413: main/pa_request.C: get put -1 [just compiled]
26414:
26415: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26416: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26417: main/main.dsp, main/pa_request.C: request core methods0
26418:
26419: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26420: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26421: execute
26422:
26423: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26424: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26425: methods and one_big_piece. now compile returns array<method*>
26426:
26427: * src/main/compile.y: more straightforward yylex[end]
26428:
26429: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26430: string.operator==(char*)
26431:
26432: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26433: main/execute.C, main/pa_array.C: after array.const get wonders
26434:
26435: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26436: pa_string.h, pa_value.h: struck with const array.gets
26437:
26438: * src/main/: execute.C: z
26439:
26440: * src/main/: compile.y, execute.C: z
26441:
26442: * src/main/: compile.C, compile.y, compile_tools.h: error
26443: processing in eval & yyerror so it wouldn't cause memleaks.
26444:
26445: * src/main/: compile.C, compile.y: failed to add absolute precies
26446: parse error positions. leaving RIGHTMOST position as
26447: @file[line:col]
26448:
26449: * src/: include/compile.h, main/compile.C, main/compile.y,
26450: main/compile_tools.h: line numbers needed. would add them to .y
26451: now internally. externally it's not as precise as needed
26452:
26453: * src/: include/code.h, include/pa_types.h, main/compile.C,
26454: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26455: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26456: compiler works ok
26457:
26458: 2001-02-20 paf
26459:
26460: * src/main/: compile.C, compile.y, compile_tools.C,
26461: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26462: not perfect
26463:
26464: * src/: include/code.h, include/compile.h, include/execute.h,
26465: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26466: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26467: main/compile.C, main/compile.y, main/compile_tools.C,
26468: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26469: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26470: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26471: compiled. execute=dump for now
26472:
26473: * src/main/core.C: core rewrite using yacc investigations now will
26474: be compile[yacc]/execute[opcodes]
26475:
26476: 2001-02-15 paf
26477:
26478: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26479: rewrite as turing machine? for it seems it would be it's too many
26480: ifs with this syntax now
26481:
26482: 2001-02-14 paf
26483:
26484: * src/main/core.C: get_params 1
26485:
26486: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26487: :( ]
26488:
26489: * src/main/core.C: varios breaks
26490:
26491: * src/main/core.C: get names 3
26492:
26493: * src/main/core.C: get names 2
26494:
26495: * src/main/core.C: get names 1
26496:
26497: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26498: names 0
26499:
26500: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26501: text repassing2 operator static vars
26502:
26503: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26504: main/pa_string.C: process text repassing
26505:
26506: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26507: module:calls changes
26508:
26509: 2001-02-13 paf
26510:
26511: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26512: ^class:calls[] started
26513:
26514: * src/: include/pa_value.h, main/core.C: z
26515:
26516: * src/main/core.C: operators : and self. prefixes
26517:
26518: * src/main/core.C: z
26519:
26520: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26521: tested
26522:
26523: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26524: optimized
26525:
26526: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26527: would change privates to better support optimization
26528:
26529: * src/: include/pa_string.h, main/pa_string.C:
26530: String_iterator::skip_to todo:optimize
26531:
26532: 2001-02-12 paf
26533:
26534: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26535: String_iterator
26536:
26537: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26538: comments
26539:
26540: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26541: self/methodref joined
26542:
26543: 2001-02-11 paf
26544:
26545: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26546: main/main.dsp: core started. core.C, context&value .h
26547:
26548: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26549: include/pa_string.h, main/main.dsp, main/pa_array.C,
26550: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26551:
26552: 2001-01-30 paf
26553:
26554: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26555: comments
26556:
26557: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26558: main/pa_pool.C: moved pa_pool.C to be target specific
26559:
26560: * src/: include/pa_exception.h, include/pa_pool.h,
26561: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26562: to & changes
26563:
26564: * src/: include/pa_exception.h, include/pa_pool.h,
26565: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26566: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26567: re-associated. that's much better even removed 'die' necessety
26568:
26569: * src/: include/pa_error.h, include/pa_exception.h,
26570: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26571: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26572: targets/Makefile.am: lowered targets/parser into subdir, added
26573: parser_Pool(Pool) failed to add. would think..
26574:
26575: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26576: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26577: main/pa_string.C, main/pa_table.C: Table more like C++ style
26578: hence lots of 'const'
26579:
26580: * src/: include/pa_error.h, include/pa_request.h,
26581: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26582: main/pa_table.C: Error fixed
26583:
26584: 2001-01-29 paf
26585:
26586: * src/: include/pa_array.h, include/pa_common.h,
26587: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26588: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26589: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26590: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26591:
26592: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26593: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26594: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26595: main/pa_string.C, main/pa_table.C: Request Error Table
26596:
26597: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26598: templates"
26599:
26600: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26601: main/main.dsp, main/pa_array.C: templates failed no template
26602: specializations [VC6], no library auto instantation [VC6, GNU c++
26603: 2.95.2-6 from latest cygwin]
26604:
26605: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26606: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26607: main/main.dsp, main/pa_array.C, main/pa_string.C,
26608: main/pa_table.C: Table started would test template Array now
26609:
26610: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26611: String originating
26612:
26613: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26614: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26615: SYNCHRONIZED(thread_safe)
26616:
26617: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26618: parts to top
26619:
26620: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26621: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26622: see: needed only in global Hash now, made Hash:: put/get
26623: SYNCHRONIZED
26624:
26625: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26626: main/pa_threads.C: added pa_threads
26627:
26628: Mutex
26629:
26630: * src/include/pa_hash.h: some comments
26631:
26632: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26633: Array& operator += (Array& src)
26634:
26635: * src/main/pa_array.C: expand not convinient, would rewrite
26636:
26637: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26638: (Array& src)
26639:
26640: rethought, would change now
26641:
26642: 2001-01-27 paf
26643:
26644: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26645: caching
26646:
26647: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26648: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26649: cache rethought to chunk caching
26650:
26651: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26652: include/pa_string.h, main/main.dsp, main/pa_array.C,
26653: main/pa_hash.C, main/pa_string.C: Array 0
26654:
26655: * src/main/pa_string.C: String::operator ==
26656:
26657: * src/main/pa_hash.C: String(&String)
26658:
26659: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26660:
26661: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26662: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26663: pa_hash[forgotten]
26664:
26665: 2001-01-26 paf
26666:
26667: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26668: removed templates [vc++ suxx]
26669:
26670: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26671: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26672:
26673: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26674:
1.119 moko 26675: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26676:
1.119 moko 26677: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26678: check
26679:
26680: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26681: dynamic row_count
26682:
26683: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26684: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26685: targets/Makefile.am: Initial revision
26686:
26687: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26688: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26689: targets/Makefile.am: creating parser3 module
26690:
E-mail: