Annotation of parser3/ChangeLog, revision 1.214
1.213 moko 1: 2025-01-10 moko
2:
1.214 ! moko 3: * src/classes/op.C: minor MSVC fixes
! 4:
! 5: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
! 6:
1.213 moko 7: * operators.ru.txt, operators.txt: +
8: ^syslog[ident;message[;info|warning|error|debug]]
9:
10: * src/classes/op.C: +
11: ^syslog[ident;message[;info|warning|error|debug]] (implelents
12: feature #1270)
13:
14: * configure, configure.ac, src/include/pa_config_auto.h.in,
15: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
16:
17: 2025-01-06 moko
18:
19: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
20: 2^n) calculated and used
21:
22: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
23: https://www.hadrons.org/software/libmd/
24:
1.212 moko 25: 2024-12-28 moko
26:
27: * tests/httpd/run_tests.sh: for FreeBSD compatibility
28:
29: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
30: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
31: $request:uri and $request:path tests added (related to feature
32: #1269)
33:
34: * operators.ru.txt, operators.txt: + $request:path documented
35: (related to feature #1269)
36:
37: * tests/: 065.html, results/065.processed: $request:path,
38: $request:uri tested
39:
40: * src/types/pa_vrequest.C: $request:path default is empty string to
41: match an empty URI in console mode (related to feature #1269)
42:
43: * etc/auto.p.in: $request:path used (related to feature #1269)
44:
45: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
46: (implements feature #1269)
47:
48: 2024-12-26 moko
49:
50: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
51: 3.5.0
52:
53: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
54: pa-include/pa_errno.h, pa-include/pa_file_info.h,
55: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
56: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
57: pa_strcat
58:
59: * tests/results/223.processed: apache upgraded @parser.ru
60:
61: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
62: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
63: pa-include/pa_errno.h, pa-include/pa_file_info.h,
64: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
65: pa-include/pa_strings.h: sdbm updated from version included in
66: apache 2.0.43 to version included in apache 2.0.65
67:
68: 2024-12-24 moko
69:
70: * etc/auto.p.in: to avoid patching Debian package
71:
72: * src/main/: pa_exec.C, pa_http.C: final fixes for
73: --with-build-warnings (dangling-reference warnings can be
74: ignored)
75:
76: 2024-12-23 moko
77:
78: * src/: classes/file.C, classes/hash.C, classes/op.C,
79: include/pa_common.h, main/pa_http.C, main/pa_request.C,
80: types/pa_vcookie.C, types/pa_vform.C: more fixes for
81: --with-build-warnings
82:
83: * src/: classes/date.C, classes/inet.C, classes/op.C,
84: classes/reflection.C, include/pa_array.h,
85: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
86: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
87: --with-build-warnings
88:
1.211 moko 89: 2024-12-21 moko
90:
91: * Makefile.am: +operators.ru.txt
92:
93: * operators.ru.txt, operators.txt: typo fixed
94:
95: 2024-12-20 moko
96:
97: * operators.txt: whitespace synced
98:
99: * operators.ru.txt, operators.txt: curl added
100:
101: * operators.ru.txt, operators.txt: logically sorted
102:
103: * operators.ru.txt: id added
104:
105: * operators.txt: ID added
106:
107: * operators.txt: translated
108:
109: * operators.ru.txt, operators.txt: operators.txt translated to
110: english, synced format with operators.ru.txt
111:
112: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
113: formatted
114:
115: * operators.ru.txt, operators.txt: formatted, actualized, oracle
116: info moved to separate file
117:
118: 2024-12-19 moko
119:
120: * src/targets/cgi/parser3.C: avoid parser version requests logging
121: in parser3.log
122:
123: 2024-12-18 moko
124:
125: * buildall: preventing --with-system-mailreceive linking with
126: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
127: to feature #1199)
128:
1.210 moko 129: 2024-12-16 moko
130:
1.211 moko 131: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 132:
133: * src/classes/table.C: exception text fixed
134:
135: 2024-12-15 moko
136:
137: * tests/: 102.html, results/102.processed: tests updated after
138: $form:fields not editable again (related to feature #1254)
139:
140: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
141: be edited (related to feature #1254)
142:
143: * src/types/pa_vform.C: reverted that
144: $form:fields/tables/files/imap can be edited (related to feature
145: #1254) for backward compatibility
146:
147: 2024-12-14 moko
148:
1.211 moko 149: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 150:
151: * tests/results/auto.p: avoid $mac execution unless on OS X
152:
153: * tests/388-sql.html: more OS support
154:
155: 2024-12-13 moko
156:
157: * tests/388-sql.html: sql tests under OS X now fixed
158:
159: * tests/results/auto.p: curl test under OS X now works
160:
161: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
162: no dll name under Windows, hiding
163:
164: * tests/: 379-curl.html, results/379-curl.processed: some curl
165: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
166:
167: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
168: 389.html, results/030.processed, results/212.processed,
169: results/219.processed, results/273.processed,
170: results/320.processed, results/346-curl.processed,
171: results/389.processed, results/auto.p: ^try-catch-filtered added
172: and used
173:
174: * tests/: 347-curl.html, results/347-curl.processed: support for
175: different error messages
176:
177: * src/classes/curl.C: several curl libraries supported,
178: ^curl:options[ $.library[] ] resets to default
179:
180: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
181: removed as depends on curl version
182:
183: * tests/results/: 223-curl.processed, 394-curl.processed: curl
184: fixed bug with \n in file names, test result updated
185:
186: * tests/388-sql.html: +libmysqlclient.so
187:
188: * etc/auto.p.in: +libmariadb
189:
190: 2024-12-12 moko
191:
192: * tests/: 388-sql.html, results/429-sql.processed: test results
193: updated after test changed
194:
195: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
196: for newer MariaDB compatibility
197:
198: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
199: results/429-sql.processed: key -> id for new MariaDB
200: compatibility
201:
202: * src/types/pa_vmethod_frame.h: warning war
203:
204: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
205: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
206: including for Debian package
207:
208: 2024-12-11 moko
209:
210: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
211: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
212: $status:log-filename added (related to feature #1262)
213:
214: * tests/: 440.html, results/440.processed: test for row is checked
215: before accessing when table is modified during select (related to
216: bug #1258)
217:
218: * src/: classes/table.C, include/pa_table.h: row should be checked
219: before accessing as table can be modified during select (related
220: to bug #1258)
221:
222: * src/types/pa_vmail.C: $mail:received tables -> elements array
223: (related to feature #1226)
224:
225: * src/: classes/file.C, classes/image.C, classes/table.C,
226: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
227: better messages (related to feature #1267)
228:
229: * tests/results/: 065.processed, 246.processed, 337.processed,
230: 342.processed, 352.processed, 356.processed, 364.processed,
231: 372.processed, 373.processed, 389.processed, 404.processed,
232: 406.processed, 414.processed, 430.processed, 432.processed,
233: 442.processed: tests updated after params.as_string error
234: reporting was improved (related to feature #1267)
235:
236: * src/classes/reflection.C: error messages optimized (related to
237: feature #1267)
238:
239: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
240: error reporing for params.as_* (related to feature #1267)
241:
242: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
243: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
244: #1267)
245:
246: * tests/results/: 246.processed, 414.processed, 432.processed:
247: tests updated after params.as_string error reporting was improved
248: (related to feature #1267)
249:
250: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
251: reporing for params.as_string (implements feature #1267)
252:
253: * tests/: 065.html, results/065.processed: tests for file methods
254: accepting file as filename added (related to feature #1265)
255:
256: * src/: classes/file.C, include/pa_exception.h,
257: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
258: methods now accept file as path specification (adopted Sumo patch
259: implements feature #1265)
260:
261: * tests/: 400.html, results/400.processed: tests for result
262: optimization "locks" after first method call (related to feature
263: #1266)
264:
265: 2024-12-10 moko
266:
267: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
268: result_optimization comments (related to feature #1266)
269:
270: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
271: $result now stored in my_result, not in local variables hash
272: (implements feature #1266)
273:
1.209 moko 274: 2024-12-09 moko
275:
1.210 moko 276: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
277: set_my_variable in preparation for $result optimization (related
278: to feature #1266)
279:
1.209 moko 280: * tests/results/119.processed: newline corrected for some OS
281:
282: * tests/: 441.html, results/441.processed: Debian-specific test
283: commented
284:
285: * buildall: pcre2 10.42 -> 10.44
286:
287: 2024-12-08 moko
288:
289: * buildall: external links fixed
290:
291: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
292:
293: * src/include/pa_table.h: some clang versions compilation fix
294:
295: * configure.ac: 3.4.7b -> 3.5.0rc
296:
297: 2024-12-07 moko
298:
299: * tests/: 443.html, 444.html, results/443.processed,
300: results/444.processed: tests for named params (related to feature
301: #1205)
302:
303: * src/: classes/reflection.C, types/pa_method.h: named_params
304: support in reflection (related to feature #1205)
305:
306: * src/types/pa_vmethod_frame.h: extra_params and named params
307: should be also inited in ^method[] call (related to feature
308: #1205)
309:
310: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
311: support using @method[arg;.named_arg;.named_arg2] syntax
312: (implements feature #1205)
313:
314: * tests/: 443.html, results/443.processed: test for *args inited
315: added (related to bug #1264)
316:
317: * src/types/pa_vmethod_frame.h: *args are now inited even if not
318: specified (fixes bug #1264)
319:
320: * tests/: 442.html, results/442.processed: tests for
321: params.as_file_name(N) with empty file name added (related to
322: feature #1121)
323:
324: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
325: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
326: include/pa_exception.h, types/pa_vmethod_frame.h:
327: params.as_file_name(N) added and used instead of
328: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
329: (implements feature #1121)
330:
331: * src/: classes/file.C, classes/image.C, classes/op.C,
332: classes/table.C, include/pa_exception.h: filename is everywhere
333: params.as_string, unify exception and remove
334: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
335:
336: * tests/: 141.html, results/141.processed: test for
337: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
338: to feature #1263)
339:
340: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
341: $.format[file] ] now supported (implements feature #1263)
342:
343: 2024-12-06 moko
344:
345: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
346: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
347: (cgi/console/mail/httpd/apache/isapi) added (related to feature
348: #1262)
349:
350: 2024-12-05 moko
351:
352: * src/targets/cgi/parser3.C: more correct arguments processing to
353: block -fl config.file log.file logic (related to feature #1262)
354:
355: 2024-12-04 moko
356:
357: * src/targets/cgi/parser3.C: now only one log location is selected
358: and tried. -l - supported for stderr specification (related to
359: feature #1262)
360:
361: 2024-12-03 moko
362:
363: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
364: results/010.processed, results/415.processed: tests for
365: $.(expression)[value], $a.(expression), ^v.(expression)[args]
366: added (related to feature #1064)
367:
368: * src/main/compile.y: $.(expression)[value], $a.(expression),
369: ^v.(expression)[args] now supported (implements feature #1064)
370:
371: 2024-12-02 moko
372:
373: * src/targets/cgi/parser3.C: -l /path/to/log options added
374: (implements feature #1262)
375:
1.208 moko 376: 2024-12-01 moko
377:
378: * tests/: 010.html, results/010.processed: some tests related to
379: bug #1149 added
380:
381: * src/main/compile.y: the check pc.pos.col > 1 is not required
382: because we can't be here without a '$' before. The begin == end
383: check was incorrect since $[a]{b} fits this condition (fixes bug
384: #1149)
385:
386: 2024-11-29 moko
387:
388: * src/classes/array.C: warning war
389:
390: 2024-11-26 moko
391:
392: * tests/: 441.html, results/441.processed: a bit more testing
393: (related to bug #1238)
394:
395: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
396:
397: * src/main/pa_exec.C: simplification arg_quote added (related to
398: bug #1229)
399:
1.207 moko 400: 2024-11-25 moko
401:
402: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
403: bug #1239)
404:
405: 2024-11-24 moko
406:
407: * src/main/pa_exec.C: added cmd.exe specific
408:
409: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
410: tests for ^file::exec env and args tainting tests (related to bug
411: #1239)
412:
413: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
414:
415: * src/include/pa_config_includes.h: added recommendations for
416: libxslt.a and and libexslt.a compilation under cygwin
417:
418: * tests/results/102.processed: $form:fields.value is now writable,
419: as $form:value (related to feature #1254)
420:
421: * src/include/pa_config_includes.h: cigwin compilation fixes
422:
423: 2024-11-23 moko
424:
425: * tests/httpd/site/run_server.sh: to simplify testing
426:
427: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
428: site/form.html: $form:files and $form:elements tests added, tests
429: with curl supported (related to feature #1254)
430:
431: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
432: types/pa_vform.h: $form:elements implemented, VForm::get_element
433: uses faster SYMBOLS_EQ, hashes no longer copied when using
434: $form:fields/tables/files/imap and can be edited (implements
435: feature #1254)
436:
437: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
438: bug #1261)
439:
1.206 moko 440: 2024-11-17 moko
441:
442: * tests/: 440.html, results/440.processed: tests for
443: ^table.array[], offset restoration, iterators robust tests
444: (related to bug #1258, features #1259 and #1260)
445:
446: * tests/: 439.html, results/439.processed: array and hash iterators
447: robust tests (related to feature #1260)
448:
449: * src/: classes/array.C, classes/table.C, include/pa_array.h,
450: include/pa_table.h: Array_robust_iterator added and used in cases
451: where array can be modified during iteration (implements feature
452: #1260)
453:
454: * src/classes/table.C: ^table.array[], ^table.array[column name],
455: ^table.array{code} added (implements feature #1259)
456:
457: 2024-11-16 moko
458:
459: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
460: table current row restoration after exception and table changes
461: (fixes bug #1258)
462:
463: 2024-11-13 moko
464:
465: * src/classes/table.C: minor optimization
466:
467: * src/main/pa_string.C: \r added to default ^string.trim chars list
468: (https://www.parser.ru/forum/?id=86648)
469:
1.205 moko 470: 2024-11-11 moko
471:
1.206 moko 472: * src/classes/classes.C: set_base commented
473:
474: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
475: deleted
476:
477: * src/classes/classes.vcproj: no more classes.awk and classes.inc
478:
479: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
480: classes.inc
481:
482: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
483: main/pa_globals.C: classes.awk is useless, preparing to delete it
484:
1.205 moko 485: * src/classes/classes.h: temp fix
486:
487: 2024-11-10 moko
488:
489: * src/: classes/date.C, classes/file.C, classes/image.C,
490: classes/op.C, main/pa_string.C: minor optimization
491:
492: * src/: classes/date.C, classes/file.C, classes/image.C,
493: classes/op.C, main/pa_string.C: typo fixed
494:
495: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
496: classes/file.C, classes/image.C, classes/op.C,
497: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
498: memory allocation befor main(). Only 3 allocations in chatsets
499: left (implements feature #1257)
500:
501: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
502: minor naming convention fix
503:
504: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
505: results/436.processed, results/437.processed,
506: results/438.processed: tests for @unhandled_exception processing
507: (related to feature #1256)
508:
509: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
510: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
511: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
512: are now processed in request::core for correct logging and
513: reporting (feature #1256)
514:
515: * src/: include/pa_sapi.h, main/pa_request.C,
516: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
517: targets/isapi/parser3isapi.C: unhandled exception now called if
518: exception occures during $response:download processing (related
519: to bug #1255)
520:
521: * etc/auto.p.in: better 404 error reporting
522:
523: 2024-11-09 moko
524:
525: * src/main/pa_memory.C: more detailed usage comment
526:
527: * src/main/pa_memory.C: usage commented
528:
529: * src/main/pa_memory.C: minor cleanup
530:
531: * src/types/: pa_varray.h, pa_vregex.h: warnings war
532:
533: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
534: httpd/site/029.html, results/436.processed: test for exception in
535: $response:download[] added
536:
537: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
538: and avoid exit status 1 on die
539:
540: * tests/results/: 007.processed, 019.processed, 098.processed,
541: 103.processed, 233.processed: windows headers matter for binary
542: files
543:
544: * tests/httpd/ok.log: tests results updated as extra headers now
545: cleared on error (related to bug #1255)
546:
547: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
548: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
549: targets/isapi/parser3isapi.C: headers buffering to avoid extra
550: headers in errors, custom send_error in cgi/httpd mode to avoid
551: memory allocations (fixes bug #1255)
552:
553: 2024-11-07 moko
554:
555: * tests/: 264.html, results/264.processed: tests updated to test
556: removal of only trailing empty arguments for backward
557: compatibility (related to feature #1252)
558:
559: * src/classes/file.C: remove trailing empty arguments for backward
560: compatibility (related to feature #1252)
561:
562: 2024-11-05 moko
563:
564: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
565: low memory case, when static initialization failed even before
566: main() start
567:
568: 2024-11-04 moko
569:
570: * configure, src/include/pa_config_auto.h.in,
571: src/include/pa_config_fixed.h: _locking no longer used
572:
573: * configure.ac: _locking no longer used (related to bug #1231)
574:
575: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
576:
577: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
578:
579: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
580: unused
581:
582: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
583: be used on locking errors (related to bug #1231)
584:
585: * src/main/pa_os.C: GetLastError used as errno is not set (related
586: to bug #1231)
587:
588: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
589: allowing shared lock to work (fixes bug #1231)
590:
591: * INSTALL: actualized, minor fixes
592:
593: * etc/auto.p.in: default LIMITS added
594:
595: * AUTHORS: links actualized
596:
597: * src/: classes/array.C, classes/bool.C, classes/classes.C,
598: classes/classes.awk, classes/classes.h, classes/curl.C,
599: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
600: classes/hash.C, classes/hashfile.C, classes/image.C,
601: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
602: classes/math.C, classes/memcached.C, classes/memory.C,
603: classes/op.C, classes/reflection.C, classes/regex.C,
604: classes/response.C, classes/string.C, classes/table.C,
605: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
606: include/pa_array.h, include/pa_base64.h,
607: include/pa_cache_managers.h, include/pa_charset.h,
608: include/pa_charsets.h, include/pa_common.h,
609: include/pa_config_fixed.h, include/pa_config_includes.h,
610: include/pa_dictionary.h, include/pa_dir.h,
611: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
612: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
613: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
614: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
615: include/pa_request_charsets.h, include/pa_request_info.h,
616: include/pa_sapi.h, include/pa_socks.h,
617: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
618: include/pa_stack.h, include/pa_string.h,
619: include/pa_stylesheet_connection.h,
620: include/pa_stylesheet_manager.h, include/pa_symbols.h,
621: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
622: include/pa_uue.h, include/pa_xml_exception.h,
623: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
624: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
625: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
626: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
627: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
628: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
629: main/compile.tab.C, main/compile.y, main/compile_tools.C,
630: main/compile_tools.h, main/execute.C, main/pa_base64.C,
631: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
632: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
633: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
634: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
635: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
636: main/pa_sql_driver_manager.C, main/pa_string.C,
637: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
638: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
639: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
640: main/untaint.C, sql/pa_sql_driver.h,
641: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
642: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
643: targets/isapi/parser3isapi.C, types/pa_junction.h,
644: types/pa_method.h, types/pa_property.h, types/pa_value.C,
645: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
646: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
647: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
648: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
649: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
650: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
651: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
652: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
653: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
654: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
655: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
656: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
657: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
658: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
659: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
660: types/pa_vresponse.C, types/pa_vresponse.h,
661: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
662: types/pa_vstateless_object.h, types/pa_vstatus.C,
663: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
664: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
665: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
666: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
667: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
668:
1.203 moko 669: 2024-10-28 moko
670:
1.204 moko 671: * src/classes/array.C: avoid invalidate()
672:
673: * src/: classes/array.C, types/pa_varray.h: minor optimization for
674: fused to survive in ^array::copy[$a] (related to feature #930)
675:
676: * src/types/pa_varray.h: minor optimization as last element is
677: allways defined if present
678:
1.203 moko 679: * tests/: 435.html, results/435.processed: tests for
680: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
681: for array added (related to feature #1253)
682:
683: * src/classes/array.C: typo fixed
684:
685: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
686: ^hash.set([-+]index)[value], and same for array added (implements
687: feature #1253)
688:
689: * tests/results/: 246.processed, 298.processed, 342.processed,
690: 389.processed, 397.processed, 430.processed, 432.processed: tests
691: results update after minor exceptions texts fixes
692:
693: 2024-10-27 moko
694:
695: * src/: classes/array.C, classes/hash.C, classes/math.C,
696: classes/reflection.C, classes/string.C, classes/table.C,
697: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
698: types/pa_vmethod_frame.h: handy as_index() added, several
699: exceptions texts fixed (related to feature #930)
700:
701: * src/: classes/array.C, types/pa_varray.h: non-working
702: $array.fields removed, ^array.delete[index] supported (related to
703: feature #930)
704:
705: * tests/: 431.html, results/431.processed: tests updated after
706: ^a.delete[3] supported
707:
708: * tests/: 431.html, 434.html, results/434.processed: tests for last
709: element used, push/pop, exceptions during arguments processing
710: and used caching (related to feature #930)
711:
712: * src/: classes/array.C, types/pa_varray.h: change_used added for
713: better used caching and now no issues if exception occures during
714: append arguments processing (related to feature #930)
715:
716: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
717: ^array.pop[] added, last element is allways used (related to
718: feature #930)
719:
720: 2024-10-26 moko
721:
722: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
723: types/pa_varray.h: confirm_all_used added where possible (related
724: to feature #930)
725:
726: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
727: small array optimizations (related to feature #930)
728:
729: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
730:
731: * tests/: 431.html, results/431.processed: test for
732: ^array.compact[undef] added
733:
734: * src/classes/array.C: ^array.compact[] now have optional 'undef'
735: argument to also compact undefined elements (related to feature
736: #930)
737:
738: 2024-10-24 moko
739:
740: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
741: VArray::hash is used rarery, no longer caching the result
742:
743: * tests/results/432.processed: testing removed from tests
744:
745: 2024-10-23 moko
746:
747: * tests/: 431.html, results/431.processed: ^array.compact[] test
748: added
749:
750: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
751:
752: * tests/: 432.html, results/432.processed: testing ^array.at[] for
753: both "solid" and "sparse" arrays
754:
755: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
756:
757: 2024-10-22 moko
758:
759: * tests/results/264.processed: spelling
760:
761: * src/classes/file.C: spelling
762:
763: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
764: tests updated after ^file::exec[cmd;;$array] implemented and
765: empty arguments not skipped (related to feature #1252)
766:
767: * src/classes/file.C: ^file::exec[cmd;;$array] supported
768: (implements feature #1252) bugfix: empty arguments no longer
769: skipped
770:
1.205 moko 771: 2024-10-21 moko
772:
773: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
774: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
775: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
776: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
777: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
778: site/index.html, site/test.txt: httpd tests added
779:
1.202 moko 780: 2024-10-20 moko
781:
782: * src/classes/string.C: warnings war
783:
784: * src/: main/pa_string.C, classes/array.C: warnings war
785:
786: * src/classes/json.C: warnings war
787:
788: * src/classes/image.C: warnings war
789:
790: * src/: classes/table.C, types/pa_varray.C: warnings war
791:
792: * src/classes/array.C: warning war
793:
794: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
795:
796: * src/main/main.vcproj: warnings war
797:
798: 2024-10-19 moko
799:
800: * tests/427.html: test updated after constructors renamed
801:
802: 2024-10-18 moko
803:
804: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
805: results/421.processed, results/430.processed,
806: results/431.processed: test updated after constructors renamed
807:
808: * src/classes/array.C: create -> copy, new -> create according to
809: https://www.parser.ru/forum/?id=86603 discussion (related to
810: feature #930)
811:
812: 2024-10-16 moko
813:
814: * src/classes/json.C: $json:array[array or hash] added to provide
815: more backward compatibility (implements feature #1251)
816:
817: 2024-10-15 moko
818:
819: * tests/: 421.html, results/421.processed: test results updated
820: after missing constuctor error check added and array is_index
821: check added
822:
823: * src/main/execute.C: absent constructor message fixed
824:
1.201 moko 825: 2024-10-13 moko
826:
827: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
828: with is_index() before calling index() for better error reporting
829: in method name typo (was invalid number, not method not found
830: exception).
831:
832: 2024-10-08 moko
833:
834: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
835:
836: * src/include/pa_array.h: warnings war
837:
1.200 moko 838: 2024-10-05 moko
839:
840: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
841: returns current row cells array (implements feature #1250)
842:
843: * tests/: 405.html, results/169.processed, results/405.processed:
844: tests updated after ^string.split[;a] implemented (related to
845: feature #1249)
846:
847: * src/classes/string.C: ^string.split[] - 'a' option added for
848: splitting into an array (implements feature #1249)
849:
850: 2024-10-04 moko
851:
852: * tests/: 431.html, results/431.processed: final code coverage
853: array tests
854:
855: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
856: array: confirm_all_used() added and used where possible, expand()
857: now expends faster
858:
859: 2024-10-03 moko
860:
861: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
862:
863: * tests/: 256.html, results/256.processed: test for
864: $.date[unix-timestamp] handling large dates
865:
866: * src/: classes/file.C, classes/op.C, classes/reflection.C,
867: classes/string.C, classes/table.C, include/pa_common.h,
868: main/pa_common.C, main/pa_http.C, main/pa_request.C,
869: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
870: format replaced with pa_uitoa where applicable,
871: $.date[unix-timestamp] fixed for handling large dates
872:
873: * tests/: 433.html, results/433.processed: more tests, including
874: test for possible endless recursion in ^o.GET[]
875:
876: * src/types/pa_vobject.C: bugfix: detecting possible endless
877: recursion in get_scalar_value inside ^o.GET[]
878:
879: * src/: classes/json.C, include/pa_request.h, main/execute.C,
880: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
881: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
882: $LIMITS.max_recursion
883:
884: 2024-10-02 moko
885:
886: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
887: results/253.processed, results/287.processed,
888: results/430.processed, results/433.processed: more tests for full
889: array and json code coverage
890:
891: * tests/: 433.html, results/433.processed: tests for hash functions
892: with array param
893:
894: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
895:
896: * tests/: 432.html, results/432.processed: modified ^hash.at tests
897: in 246.html used to test ^array.at, same result produced
898:
899: * tests/: 430.html, 431.html, results/430.processed,
900: results/431.processed: more array tests for 100% code coverage
901: (related to feature #930)
902:
903: * tests/: 427.html, 430.html, results/427.processed,
904: results/430.processed: first portion of array tests added
905: (related to feature #930)
906:
907: * src/classes/array.C: allow only whitespace string as argument for
908: add and join
909:
910: * src/classes/array.C: add behavour for array synced with hash
911:
912: 2024-09-30 moko
913:
914: * tests/: 429-sql.html, results/429-sql.processed: code coverage
915: tests added
916:
917: * src/classes/array.C: $.distinct should not be used unless
918: $.sparse(true)
919:
920: * tests/: 429-sql.html, results/388-sql.processed,
921: results/429-sql.processed: tests for ^array::sql{}, including
922: multi_statements mode (related to feature #930)
923:
1.199 moko 924: 2024-09-29 moko
925:
926: * src/classes/array.C: synced ^array::sql multi_statements logic
927: with ^hash::sql new behavour
928:
929: 2024-09-28 moko
930:
931: * tests/: 428-sql.html, results/388-sql.processed,
932: results/428-sql.processed: tests updated after column names were
933: fixed in multi_statements mode (related to feature #1197)
934:
935: * src/classes/hash.C: column names are fixed for most cases in
936: multi_statements mode (related to feature #1197)
937:
938: * tests/: 428-sql.html, results/195.processed,
939: results/224.processed, results/239.processed,
940: results/254.processed, results/261.processed,
941: results/306.processed, results/333.processed,
942: results/341.processed, results/343.processed,
943: results/344.processed, results/348.processed,
944: results/364.processed, results/389.processed,
945: results/390.processed, results/415.processed,
946: results/420.processed, results/421.processed: tests results
947: updated after error messages spelling minor fixes
948:
949: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
950: spelling
951:
952: * src/: classes/curl.C, classes/file.C, classes/hash.C,
953: classes/image.C, classes/math.C, classes/string.C,
954: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
955: main/execute.C, main/pa_charset.C, main/pa_common.C,
956: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
957: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
958: types/pa_vmail.C, types/pa_vobject.C,
959: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
960: types/pa_vxdoc.C: minor error messages spelling fixes
961:
962: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
963: implementation (related to feature #930)
964:
965: * tests/: 388-sql.html, results/388-sql.processed: test results
966: updated after rows number ^file::sql{} check added
967:
968: * src/classes/file.C: rows number now checked in ^file::sql{}
969:
970: * tests/: 428-sql.html, results/428-sql.processed: more tests
971:
972: * tests/: 428-sql.html, results/428-sql.processed: more
973: multi_statements testing before bugfix
974:
975: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
976: results/428-sql.processed: support for multiple sql test files
977: added
978:
979: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
980:
981: * src/classes/hash.C: more accurate one_bool_column processing
982:
983: * tests/: 427.html, results/427.processed: Constructors as methods
984: behavour documented in test
985:
986: * src/classes/hash.C: HashStringValue::Iterator used for options
987:
988: * tests/: 388-sql.html, results/388-sql.processed: even more tests
989:
990: * tests/: 388-sql.html, results/388-sql.processed: a bit more
991: testing
992:
993: * tests/results/367-curl.processed: test result updated after
994: server charset changed
995:
996: * tests/results/347-curl.processed: error messages updated
997:
998: * tests/results/: 346-curl.processed, 379-curl.processed,
999: 394-curl.processed: tests results updated after Type -> Exception
1000: type replacement
1001:
1002: * tests/results/388-sql.processed: tests result updated after Type
1003: -> Exception type
1004:
1005: 2024-09-27 moko
1006:
1007: * src/classes/hash.C: minor simplification
1008:
1009: 2024-09-24 moko
1010:
1011: * src/main/pa_string.C: atoui error messages improved
1012:
1013: * tests/: 165.html, 312.html, results/165.processed,
1014: results/312.processed, results/379.processed: tests updated after
1015: default endless loop limit increased, atoi error messages
1016: improved
1017:
1018: * src/classes/hash.C: VBool::get used, unification
1019:
1.198 moko 1020: 2024-09-22 moko
1021:
1022: * src/classes/array.C: minor simplification
1023:
1024: * src/classes/array.C: ^array.left(N),
1025: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1026:
1027: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1028: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1029: added, default 1000000 (related to feature #930)
1030:
1031: * tests/: 426.html, results/426.processed: test for negative limit
1032: and offset processing for table options added
1033:
1034: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1035: bugfix: negative limit and offset processing for table options
1036: fixed
1037:
1038: 2024-09-21 moko
1039:
1040: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1041: ^for added that also iterates holes; ^remove added (related to
1042: feature #930)
1043:
1044: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1045: $.offset(M) ] added (related to feature #930)
1046:
1047: 2024-09-20 moko
1048:
1049: * src/: classes/array.C, types/pa_varray.h: array:
1050: +foreach[value]{code}, + add[hash with numeric keys] (related to
1051: feature #930)
1052:
1053: 2024-09-19 moko
1054:
1055: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1056: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1057: support $a[v1;v2;...] syntax (related to feature #930)
1058:
1059: 2024-09-17 moko
1060:
1061: * src/: classes/reflection.C, include/pa_request.h,
1062: main/compile_tools.h, main/pa_request.C:
1063: ^reflection:class_alias[existing class name;alias class name]
1064: added. The array class can now be redefined regardless of the
1065: $.replace(bool) option value (related to feature #930)
1066:
1067: * src/main/: compile.y, compile_tools.h: class_add return value
1068: inverted to add it to request class
1069:
1070: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1071: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1072: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1073: resize if required. spared array - added fused, append.
1074:
1.197 moko 1075: 2024-09-16 moko
1076:
1077: * src/types/pa_varray.h: get moved to where it belongs
1078:
1079: 2024-09-15 moko
1080:
1081: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1082: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1083:
1084: * tests/: 421.html, results/323.processed, results/421.processed:
1085: tests updated after 'spared-array' class renamed to 'array'
1086: following a discussion on the forum (related to feature #930)
1087:
1088: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1089: types/pa_vmail.C: initial SparseArray separation from Array,
1090: parser class now 'array'
1091:
1092: 2024-09-14 moko
1093:
1094: * tests/: 030.html, results/030.processed: out of range expires
1095: check added
1096:
1097: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1098: checking expires time using VDate
1099:
1100: 2024-09-13 moko
1101:
1102: * src/: classes/array.C, classes/curl.C, classes/date.C,
1103: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1104: classes/memcached.C, classes/op.C, classes/regex.C,
1105: classes/string.C, classes/xdoc.C, classes/xnode.C,
1106: main/execute.C, main/pa_http.C, main/pa_request.C,
1107: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1108: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1109: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1110: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1111: removed as dynamic_cast is faster, Value::is() is still required
1112: for is operator.
1113:
1114: 2024-09-12 moko
1115:
1116: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1117: classes/table.C, classes/xnode.C, include/pa_array.h,
1118: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1119: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1120: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1121: templated pa_itoa/pa_uitoa added to work with any integer type,
1122: String::Body::Format removed
1123:
1124: 2024-09-10 moko
1125:
1126: * src/classes/array.C: append and insert methods added to
1127: sparse-array (related to feature #930)
1128:
1129: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1130: tests updated after sparse-array was added to avoid ^json:parse[]
1131: using it in old tests (related to feature #930)
1132:
1133: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1134: types/pa_varray.h: sparse-array class added (initial feature #930
1135: implementation)
1136:
1137: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1138: for sparse-array class files (related to feature #930)
1139:
1140: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1141: types/pa_vhash.h: VArray support functions without actual VArray
1142: files (related to feature #930)
1143:
1.196 moko 1144: 2024-09-07 moko
1145:
1146: * src/: classes/curl.C, classes/string.C, classes/table.C,
1147: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1148: main/pa_http.C, main/pa_sql_driver_manager.C,
1149: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1150: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1151: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1152: with Hash::Iterator, has_next() replaced with operator bool
1153: (related to feature #930)
1154:
1155: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1156: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1157: types/pa_vstateless_class.C: Array class extended,
1158: Array::Iterator added and used (related to feature #930)
1159:
1.195 moko 1160: 2024-08-26 moko
1161:
1162: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1163: should be used on argv[0] as well to match document root.
1164:
1.194 moko 1165: 2024-08-25 moko
1166:
1167: * src/main/pa_request.C: be more specific
1168:
1169: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1170: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1171: (fixes bug #1244)
1172:
1173: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1174: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1175: rsplit(..., '\\') is not correct when / and \ are mixed in path
1176:
1177: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1178:
1.193 moko 1179: 2024-07-24 moko
1180:
1181: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1182: main/execute.C, main/pa_string.C: Warning war: clang changed
1183: -Wdeprecated-register warning to -Wregister, it's easier to
1184: remove all register vars then continue this fight. :)
1185:
1186: * src/main/: compile.y, compile.tab.C: warning war: register
1187: removed
1188:
1.192 moko 1189: 2024-07-14 moko
1190:
1191: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1192: checking the HTTP request environment; if the variable is not
1193: present, checking the web server process environment (implements
1194: feature #1242)
1195:
1.191 moko 1196: 2024-05-26 moko
1197:
1198: * tests/: 195.html, 229.html, results/096.processed,
1199: results/097.processed, results/158.processed,
1200: results/186.processed, results/273.processed,
1201: results/293.processed, results/317.processed,
1202: results/389.processed, results/402.processed: tests updated as
1203: single quote now escaped with ' in HTML tainting mode
1204: (related to feature #1241)
1205:
1206: * src/main/untaint.C: single quote now escaped with ' in HTML
1207: tainting mode (implements feature #1241)
1208:
1209: * tests/results/: 020.processed, 021.processed, 026.processed,
1210: 042.processed, 043.processed, 057.processed, 110.processed,
1211: 115.processed, 116.processed, 117.processed, 118.processed,
1212: 119.processed, 120.processed, 125.processed, 126.processed,
1213: 128.processed, 130.processed, 131.processed, 132.processed,
1214: 133.processed, 135.processed, 136.processed, 138.processed,
1215: 139.processed, 140.processed, 145.processed, 150.processed,
1216: 151.processed, 165.processed, 174.processed, 181.processed,
1217: 182.processed, 192.processed, 193.processed, 201.processed,
1218: 213.processed, 224.processed, 226.processed, 230.processed,
1219: 239.processed, 240.processed, 244.processed, 253.processed,
1220: 254.processed, 261.processed, 264.processed, 269.processed,
1221: 274.processed, 275.processed, 288.processed, 294.processed,
1222: 296.processed, 303.processed, 306.processed, 307.processed,
1223: 308.processed, 311.processed, 312.processed, 314.processed,
1224: 315.processed, 316.processed, 320.processed, 323.processed,
1225: 324.processed, 325.processed, 328.processed, 330.processed,
1226: 332.processed, 333.processed, 337.processed, 338.processed,
1227: 341.processed, 342.processed, 343.processed, 344.processed,
1228: 345.processed, 348.processed, 352.processed, 356.processed,
1229: 357.processed, 363.processed, 364.processed, 368.processed,
1230: 372.processed, 373.processed, 376.processed, 378.processed,
1231: 379.processed, 385.processed, 386.processed, 387.processed,
1232: 389.processed, 390.processed, 395.processed, 397.processed,
1233: 398.processed, 399.processed, 404.processed, 406.processed,
1234: 413.processed, 414.processed, 420.processed, 421.processed,
1235: 424.processed, auto.p: Type -> Exception type for readability
1236:
1237: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1238: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1239: results/119.processed, results/165.processed,
1240: results/175.processed, results/192.processed,
1241: results/213.processed, results/217.processed,
1242: results/230.processed, results/240.processed,
1243: results/298.processed, results/380.processed,
1244: results/415.processed: try-catch, try-catch-comment used
1245:
1246: 2024-05-21 moko
1247:
1248: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1249: results/180.processed, results/195.processed,
1250: results/224.processed, results/auto.p: @try-catch-comment added
1251: and used
1252:
1253: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1254: 415.html, results/269.processed, results/283.processed,
1255: results/auto.p: more tests are updated to prepare for apostrophe
1256: escaping in HTML tainting
1257:
1258: * tests/results/: 181.processed, 294.processed, 296.processed,
1259: 315.processed, 379.processed, 389.processed, auto.p:
1260: $exception.comment printed as-is for whitespace reporting and to
1261: prepare for apostrophe escaping in HTML mode
1262:
1.190 moko 1263: 2024-05-11 moko
1264:
1265: * tests/: 099.html, 100.html, results/099.processed,
1266: results/100.processed: a test for non-UTF-8 filename* added
1267: (related to feature #1240)
1268:
1269: * tests/: 293.html, results/293.processed: tainting modes tests
1270: added
1271:
1272: * tests/results/: 099.processed, 100.processed, 205.processed,
1273: 309.processed, 310.processed, 419.processed: tests results
1274: updated after filename* added (related to feature #1240)
1275:
1276: * src/: include/pa_common.h, main/pa_request.C: The filename*
1277: parameter was added to the Content-Disposition header to conform
1278: with RFC 6266, with code provided by Sumo (implements feature
1279: #1240)
1280:
1281: 2024-05-10 moko
1282:
1283: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1284: positive performance effect in our case
1285:
1.189 moko 1286: 2024-03-27 moko
1287:
1288: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1289: (related to feature #1236)
1290:
1291: 2024-03-15 moko
1292:
1293: * tests/: 413.html, results/413.processed: test for object still
1294: can be used as file parameter (related to bug #1218)
1295:
1296: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1297: still can be used in file context (fixes bug #1218)
1298:
1299: 2024-03-14 moko
1300:
1301: * src/include/pa_string.h: ArrayString get() null result assert
1302: also added (related to bug #1238)
1303:
1304: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1305: VString::empty() used instead of new VString()
1306:
1307: 2024-03-12 moko
1308:
1309: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1310: results/379.processed: test added for cookie without value
1311: (related to bug #1238)
1312:
1313: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1314: values are now required to be non-null (related to bug #1238)
1315:
1316: * src/main/pa_http.C: cookies without value are now parsed
1317: correctly (fixed bug #1238)
1318:
1319: 2024-03-11 moko
1320:
1321: * tests/run_parser.sh: for better error reporting
1322:
1.188 moko 1323: 2023-12-30 moko
1324:
1325: * tests/: 038.html, results/038.processed: test for atan2 added
1326:
1327: 2023-12-29 moko
1328:
1329: * src/classes/math.C: atan2(y,x) math function added
1330:
1.187 moko 1331: 2023-12-14 moko
1332:
1333: * tests/212.html: pcre2 compatibility (related to feature #1236)
1334:
1335: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1336: exceptions and behavour added (related to feature #1236)
1337:
1338: 2023-12-13 moko
1339:
1340: * buildall: by default parser is now bundled with pcre2 10.42,
1341: --without-pcre2 option added to build with pcre-8.45 (related to
1342: feature #1236)
1343:
1344: 2023-12-12 moko
1345:
1346: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1347: support added (implements feature #1236)
1348:
1349: * src/: include/pa_charset.h, include/pa_config_includes.h,
1350: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1351: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1352: types/pa_vregex.h: Adopted patch from Yavor Doganov
1353: <yavor@gnu.org> to add pcre2 library support (implements feature
1354: #1236)
1355:
1.186 moko 1356: 2023-11-28 moko
1357:
1358: * src/include/pa_config_includes.h: warnings war continues
1359:
1360: * src/include/pa_config_includes.h: warning war
1361:
1362: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1363: number strings, whitespace and sign in exception messages
1364: (related to bug #1234)
1365:
1.185 moko 1366: 2023-11-26 moko
1367:
1368: * tests/: 274.html, results/224.processed, results/274.processed:
1369: tests for date double, int, bool added (related to feature #1235)
1370:
1371: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1372: added for date class (implements feature #1235)
1373:
1374: 2023-11-23 moko
1375:
1376: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1377: and '-' strings are no longer can be treated as number 0,
1378: exception thrown (fixes bug #1234)
1379:
1.184 moko 1380: 2023-11-18 moko
1381:
1382: * src/include/pa_types.h: minor
1383:
1384: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1385:
1386: * tests/: 389.html, results/389.processed: error messages for some
1387: OS differs a bit, reducing failing tests for them
1388:
1389: 2023-11-17 moko
1390:
1391: * tests/: 423.html, results/423.processed: test for optional
1392: @auto[] inheritance added (related to feature #1233)
1393:
1394: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1395: types/pa_vstateless_class.C: optional @auto[] inheritance
1396: implemented if defined with two args (path, class name)
1397: (implements feature #1233)
1398:
1399: * src/: classes/double.C, classes/int.C, classes/math.C,
1400: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1401: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1402: sync double->int overflow behavour under different architectures
1403: (fixes bug #1232)
1404:
1405: * tests/: 422.html, results/422.processed: int clipping added
1406:
1407: 2023-11-16 moko
1408:
1409: * tests/: 422.html, results/422.processed: test for int and uint
1410: overflow in ^n.format[d/u/x]
1411:
1412: * src/classes/math.C: bugfix: crc32 should not be negative (under
1413: Apple M1 when negative double converts to uint the result is 0)
1414: and crc32 should be 32 bits
1415:
1416: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1417: on Apple M1 it's 0
1418:
1419: * src/classes/file.C: bugfix: crc32 should not be negative (under
1420: Apple M1 when negative double converts to uint the result is 0)
1421: and crc32 should be 32 bits
1422:
1.183 moko 1423: 2023-10-07 moko
1424:
1425: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1426: behavour with other OP_NUM_*, related to bug #1230
1427:
1428: 2023-10-06 moko
1429:
1430: * tests/: 338.html, results/338.processed: test for bug #1230 added
1431:
1432: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1433: be converted to double to avoid 80 bit operations in x87 mode
1434: (fixes bug #1230)
1435:
1436: 2023-10-05 moko
1437:
1438: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1439: compatibility
1440:
1441: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1442:
1443: * tests/: 421.html, results/421.processed: test to cover all
1444: classes and objects nonexistent method and field exceptions
1445: (related to feature #1080 and #1227)
1446:
1447: * tests/results/: 182.processed, 324.processed: undefined method ->
1448: <type> method not found exception (related to feature #1080)
1449:
1450: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1451: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1452: "element can not be fetched from" for them, "field not found" for
1453: all other types (related to bug #1227)
1454:
1455: 2023-10-03 moko
1456:
1457: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1458: <type> method not found" exception now thrown for static calls
1459: instead of "undefined method" without class name (related to
1460: feature #1080)
1461:
1462: 2023-10-02 moko
1463:
1464: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1465: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1466: <method name>, Comment: <type> method not found" exception now
1467: thrown for all dynamic objects instead of "undefined method"
1468: without class name (implements feature #1080)
1469:
1.182 moko 1470: 2023-10-01 moko
1471:
1472: * src/classes/json.C: we don't have a dynamic json object.
1473:
1474: 2023-09-28 moko
1475:
1476: * tests/: 420.html, results/261.processed, results/420.processed:
1477: tests updated after bug #1228 fix reverted
1478:
1479: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1480: whitespace string is hash compatible, so we don't want $s.key to
1481: return a junction
1482:
1483: * tests/: 261.html, 420.html, results/261.processed,
1484: results/420.processed: test for bug #1227 added, test updated
1485: after bug #1228 fixed
1486:
1487: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1488: now throws exception as $non-empty-string.field (fixes bug #1227)
1489:
1490: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1491: #1228)
1492:
1493: 2023-09-26 moko
1494:
1495: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1496: src/classes/classes.C, src/classes/classes.awk,
1497: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1498: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1499: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1500: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1501: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1502: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1503: src/classes/regex.C, src/classes/response.C,
1504: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1505: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1506: src/include/pa_array.h, src/include/pa_base64.h,
1507: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1508: src/include/pa_charsets.h, src/include/pa_common.h,
1509: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1510: src/include/pa_dictionary.h, src/include/pa_dir.h,
1511: src/include/pa_exception.h, src/include/pa_exec.h,
1512: src/include/pa_globals.h, src/include/pa_hash.h,
1513: src/include/pa_http.h, src/include/pa_memory.h,
1514: src/include/pa_opcode.h, src/include/pa_operation.h,
1515: src/include/pa_os.h, src/include/pa_pool.h,
1516: src/include/pa_random.h, src/include/pa_request.h,
1517: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1518: src/include/pa_sapi.h, src/include/pa_socks.h,
1519: src/include/pa_sql_connection.h,
1520: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1521: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1522: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1523: src/include/pa_table.h, src/include/pa_threads.h,
1524: src/include/pa_types.h, src/include/pa_uue.h,
1525: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1526: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1527: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1528: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1529: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1530: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1531: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1532: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1533: src/main/compile.tab.C, src/main/compile.y,
1534: src/main/compile_tools.C, src/main/compile_tools.h,
1535: src/main/execute.C, src/main/pa_base64.C,
1536: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1537: src/main/pa_charsets.C, src/main/pa_common.C,
1538: src/main/pa_dictionary.C, src/main/pa_dir.C,
1539: src/main/pa_exception.C, src/main/pa_exec.C,
1540: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1541: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1542: src/main/pa_request.C, src/main/pa_socks.C,
1543: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1544: src/main/pa_stylesheet_connection.C,
1545: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1546: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1547: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1548: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1549: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1550: src/targets/apache/mod_parser3_core.C,
1551: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1552: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1553: src/types/pa_method.h, src/types/pa_property.h,
1554: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1555: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1556: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1557: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1558: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1559: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1560: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1561: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1562: src/types/pa_vhash.C, src/types/pa_vhash.h,
1563: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1564: src/types/pa_vimage.C, src/types/pa_vimage.h,
1565: src/types/pa_vint.h, src/types/pa_vjunction.C,
1566: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1567: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1568: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1569: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1570: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1571: src/types/pa_vobject.h, src/types/pa_vregex.C,
1572: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1573: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1574: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1575: src/types/pa_vstateless_class.h,
1576: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1577: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1578: src/types/pa_vstring.h, src/types/pa_vtable.C,
1579: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1580: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1581: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1582: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1583: src/types/pa_wwrapper.h: copyright, authors actualized
1584:
1.181 moko 1585: 2023-08-20 moko
1586:
1587: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1588: commited (related to feature #1219)
1589:
1590: 2023-08-16 moko
1591:
1592: * src/main/pa_random.C: replaced clock precision with monotonicity
1593: counter, good for Windows version with low clock frequency
1594: (related to feature #1229)
1595:
1596: 2023-08-15 moko
1597:
1598: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1599: fixes related to feature #1229
1600:
1601: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1602: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1603: (implements feature #1229)
1604:
1.180 moko 1605: 2023-08-02 moko
1606:
1607: * tests/: results/417.processed, 417.html: test for empty string
1608: match after last char added (related to bug #1224)
1609:
1610: * src/main/pa_string.C: avoid prestart++ after last char on zero
1611: length match (related to bug #1224)
1612:
1.179 moko 1613: 2022-11-22 moko
1614:
1615: * tests/: 419.html, results/419.processed: test for L_URI and path
1616: removeal from filename added (related to bug #1204)
1617:
1618: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1619: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1620: attribute value, L_URI should be used
1621:
1.178 moko 1622: 2022-09-21 moko
1623:
1624: * src/targets/cgi/parser3.C: more clear error messages
1625:
1626: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1627: SAPI_Info will return 0 in read_post and post_size !=
1628: content_length will be thrown
1629:
1.177 moko 1630: 2022-08-23 moko
1631:
1632: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1633: header value
1634:
1635: 2022-08-22 moko
1636:
1637: * tests/: 418.html, results/418.processed: test for
1638: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1639: to #1225)
1640:
1641: * src/classes/hash.C: keep old behavoir by default
1642:
1643: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1644: $.order[self|arg] ] added (implements #1215)
1645:
1.176 moko 1646: 2022-03-21 moko
1647:
1648: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1649: xmlInitCharEncodingHandlers is called in libxml static
1650: initializers before gc_substitute_memory_management_functions in
1651: pa_globals and thus gc may not see reference to our
1652: xmlCharEncodingHandler and free it.
1653:
1.175 moko 1654: 2022-01-26 moko
1655:
1656: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1657:
1.174 moko 1658: 2021-12-28 moko
1659:
1660: * tests/: 417.html, results/417.processed: test for empty string
1661: match added (related to bug #1224)
1662:
1663: * src/main/pa_string.C: empty string match now works (fixes bug
1664: #1224)
1665:
1.173 moko 1666: 2021-12-24 moko
1667:
1668: * tests/: 415_dir/29.p, results/415.processed: yet another test
1669:
1670: 2021-12-23 moko
1671:
1672: * src/: classes/table.C, main/pa_request.C: warnings war
1673:
1674: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1675: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1676:
1677: 2021-12-21 moko
1678:
1679: * tests/: 416.html, results/416.processed: test for ^break[] in
1680: ^hash/table.select[] (related to feature #1222)
1681:
1682: * src/classes/: hash.C, table.C: ^break[] support for
1683: ^hash/table.select[] (implements feature #1222)
1684:
1.172 moko 1685: 2021-11-30 moko
1686:
1687: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1688: 0.5 sec
1689:
1.171 moko 1690: 2021-11-10 moko
1691:
1692: * tests/results/415.processed: more syntax errors tests added
1693:
1694: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1695: 28.p: minor syntax error tests
1696:
1697: * src/main/pa_exception.C: pa_strdup added for compatibility
1698:
1699: * src/classes/curl.C: hint to call ^curl:options[
1700: $.library[correct.libcurl.so.name] ] added if default load fails.
1701:
1702: 2021-11-09 moko
1703:
1704: * src/main/compile.y: error message can be on stack
1705:
1706: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1707:
1708: * src/main/pa_charset.C: memcpy is more correct and efficient in
1709: this case then strncpy
1710:
1711: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1712: instead of strcpy where possible
1713:
1714: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1715: used to avoid MAX_STRING limit in Exception comment
1716:
1717: * tests/results/415.processed: compiler exceptions are no longer
1718: limited to MAX_STRING
1719:
1720: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1721: char * instead of fixed buffer
1722:
1723: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1724: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1725: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1726: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1727: results/415.processed: tests for parser.compile exceptions added
1728:
1729: 2021-11-08 moko
1730:
1731: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1732: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1733: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1734: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1735: drawbacks
1736:
1.170 moko 1737: 2021-11-06 moko
1738:
1739: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1740: (implements feature #1219)
1741:
1742: * tests/: 414.html, results/414.processed: test for
1743: ^hash.rename[from;to] added (related to feature #1144)
1744:
1745: 2021-11-05 moko
1746:
1747: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1748: (related to feature #1144)
1749:
1750: 2021-11-04 moko
1751:
1752: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1753: added (implements feature #1144)
1754:
1.169 moko 1755: 2021-10-19 moko
1756:
1757: * tests/: 413.html, results/413.processed: test for hash no longer
1758: is accepted as file parameter (related to bug #1218)
1759:
1760: * src/: classes/curl.C, classes/file.C, classes/image.C,
1761: classes/math.C, classes/xdoc.C, types/pa_value.C,
1762: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1763: longer is accepted as file parameter (fixes bug #1218)
1764:
1.168 moko 1765: 2021-07-19 moko
1766:
1767: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1768: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1769:
1.167 moko 1770: 2021-04-16 moko
1771:
1772: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1773: processing it leads to assertions.
1774:
1.166 moko 1775: 2021-03-25 moko
1776:
1777: * tests/: 412.html, results/412.processed: test to demonstrate bug
1778: #1213
1779:
1.165 moko 1780: 2021-02-12 moko
1781:
1782: * tests/: 360.html, results/360.processed, results/363.processed:
1783: parser method call in expression mode no longer differs from call
1784: in string mode (related to feature #1211)
1785:
1786: 2021-02-11 moko
1787:
1788: * src/types/pa_vmail.C: mail parsing with Windows line endings
1789: fixed (bug #1212)
1790:
1791: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1792: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1793: strings in both calls (implements feature #1211)
1794:
1.164 moko 1795: 2021-01-28 moko
1796:
1797: * buildall, etc/auto.p.in: to remove last patch in debian package
1798:
1799: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1800: 3.4.7b
1801:
1.162 moko 1802: 2021-01-21 moko
1803:
1804: * src/main/pa_http.C: no alarm() in file::load when web server mode
1805: is MULTITHREADED
1806:
1.157 moko 1807: 2021-01-20 moko
1808:
1.161 moko 1809: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1810: 'a2enmod mpm_prefork'
1811:
1.160 moko 1812: * src/targets/apache/mod_parser3.c: prefork name is now
1813: 'libapache2-mpm-itk'
1814:
1815: * src/targets/apache/mod_parser3_core.C: last regular malloc
1816: removed
1817:
1.159 moko 1818: * src/targets/isapi/Makefile.am: -pa_threads.C
1819:
1.158 moko 1820: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1821: 3.4.6
1822:
1.157 moko 1823: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1824:
1825: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1826: /httpd.p
1827:
1828: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1829: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1830: #1203)
1831:
1832: 2021-01-19 moko
1833:
1834: * buildall: --disable-parallel-mark added to avoid "number of
1835: processors" threads creation for heap marking as it conflicts
1836: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1837: limits threads)
1838:
1.156 moko 1839: 2021-01-16 moko
1840:
1841: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1842: main/pa_globals.C, main/pa_memory.C,
1843: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1844: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1845: feature #1209)
1846:
1847: 2021-01-15 moko
1848:
1849: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1850: 3.4.6rc
1851:
1852: * src/classes/json.C: get_delim added for delimiter caching (10%
1853: faster on large json)
1854:
1855: 2021-01-14 moko
1856:
1.211 moko 1857: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1858:
1859: * tests/results/224.processed: test result modified after
1860: today(shift) implemented
1861:
1862: * tests/: 407.html, results/407.processed: test for ^hash.select
1863: option $.default(bool) added (related to feature #1172)
1864:
1865: * src/classes/hash.C: ^hash.select option $.default(bool) added
1866: (related to feature #1172)
1867:
1868: * tests/: 141.html, results/141.processed: test modified for
1869: feature #1185.
1870:
1871: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1872: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1873: options $.lower(bool) (implements feature #1185)
1874:
1875: 2021-01-11 moko
1876:
1877: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1878: #1192)
1879:
1880: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1881: added (related to feature #1192)
1882:
1.155 moko 1883: 2021-01-05 moko
1884:
1885: * tests/: 270.html, results/270.processed: test modified to work
1886: under Windows
1887:
1888: * tests/: 390.html, 395.html, results/395.processed: tests updated
1889: 4 windows
1890:
1891: * tests/: 410.html, results/410.processed: test for
1892: $CLASS-GETTER-PROTECTED(false) added
1893:
1894: 2021-01-04 moko
1895:
1896: * tests/: 409.html, results/409.processed, results/auto.p: test for
1897: $MAIN:LOCALS(true) added
1898:
1.154 moko 1899: 2021-01-03 moko
1900:
1901: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1902: types/pa_vclass.h, types/pa_vstateless_class.C,
1903: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1904: +LOCALS. $main -> $MAIN in exception texts (implements feature
1905: #1207)
1906:
1907: 2021-01-02 moko
1908:
1909: * etc/auto.p.in: minor
1910:
1911: * src/main/pa_request.C: sending headers only after opening file to
1912: allow error reporting if file was not opened (foreign group,
1913: etc).
1914:
1915: 2020-12-31 moko
1916:
1917: * src/: include/pa_request.h, main/pa_request.C,
1918: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1919:
1920: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1921: main/pa_request.C: get_class_ref added and used
1922:
1923: * etc/auto.p.in: @CLASS httpd added
1924:
1925: * etc/auto.p.in: @auto[] is now first
1926:
1927: 2020-12-30 moko
1928:
1929: * tests/: 408.html, results/408.processed: test for bug #1166
1930: (windows only) added
1931:
1932: * src/main/pa_common.C: create_dir_for_file should not create dir
1933: for trailing / (fixes bug #1166)
1934:
1935: * tests/: 341.html, results/341.processed: tests for
1936: ^nameless_table.hash[] added (related to feature #1138)
1937:
1938: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1939: (implements feature #1138), extra fields in named tables no
1940: longer ignored (implements feature #1138)
1941:
1942: * tests/results/390.processed: updated after exception text change
1943:
1944: 2020-12-29 moko
1945:
1946: * tests/: 407.html, results/407.processed: +$._default check
1947:
1948: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1949:
1950: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1951: and ^hash.reverse[] added (releated to feature #1172)
1952:
1953: * src/classes/hash.C:
1954: ^hash.select[key;value](bool-condition)[options hash] +
1955: ^hash.reverse[] added (implements feature #1172)
1956:
1957: * src/types/pa_vtable.h: warning war
1958:
1959: * src/include/pa_config_fixed.h: win32 fix
1960:
1.153 moko 1961: 2020-12-27 moko
1962:
1963: * tests/: 406.html, results/406.processed: test results updated
1964:
1965: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1966: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1967: spelling
1968:
1969: 2020-12-26 moko
1970:
1971: * tests/: 406.html, results/406.processed: tests for
1972: ^table.rename[] added (related to feature #1148)
1973:
1974: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1975: ^table.rename[column name from;column name to], ^table.rename[
1976: $.[column name from][column name to] ... ] added (implements
1977: feature #1148)
1978:
1979: 2020-12-25 moko
1980:
1981: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1982: request_info now on stack to avoid yet another THREAD_LOCAL
1983: memory deallocation issue (now with cookies), explained in #1203
1984:
1985: * src/types/pa_vcookie.C: fields should be inited
1986:
1987: 2020-12-24 moko
1988:
1989: * src/include/pa_stylesheet_connection.h: looks like
1990: xsltFreeStylesheet leads to memory double-free. If so, it's for
1991: sure libxml bug, but we have GC anyway, so we just remove this
1992: call and see...
1993:
1994: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1995: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1996: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1997: abort.c:65:8 frame #3: 0x00000000004da663
1998: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1999: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2000: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2001: malloc.c:617:9 frame #5: 0x0000000000577f0c
2002: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2003: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2004: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2005: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2006: frame #8: 0x000000000050d35c
2007: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2008: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2009: frame #10: 0x00000000004436e5
2010: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2011: [inlined]
2012: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2013: pa_stylesheet_connection.h:62:3
2014:
2015: 2020-12-23 moko
2016:
2017: * src/classes/image.C: ^image::measure[; $.video() ] option added
2018:
2019: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2020: ^image::measure[; $.video(true) ] added
2021:
2022: * src/main/pa_exec.C: not cleared automatically in multithreaded
2023: httpd mode for unknown reasons
2024:
2025: 2020-12-22 moko
2026:
2027: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2028: error_log uri of currently processed document", but never used
2029: and conflicts with how libgc stops threads on FreeBSD (#define
2030: SIG_SUSPEND SIGUSR1), thus removed.
2031:
2032: 2020-12-21 moko
2033:
2034: * src/main/pa_request.C: +comment
2035:
1.151 moko 2036: 2020-12-20 moko
2037:
1.152 moko 2038: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2039: it is more safe to have versions of pa_strdup with one and two
2040: arguments, as helper_length=0 not always mean that strlen()
2041: should be called, but means zero.
2042:
2043: * src/targets/isapi/parser3isapi.C: minor
2044:
2045: * src/main/pa_http.C: +valid_http_method
2046:
1.151 moko 2047: * src/: include/pa_http.h, main/pa_http.C,
2048: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2049:
2050: 2020-12-17 moko
2051:
2052: * tests/: 405.html, results/405.processed: test for split by regex
2053: added (related to feature #1160)
2054:
2055: * src/classes/string.C: split by regex implemented (feature #1160)
2056:
2057: * src/classes/string.C: minor
2058:
2059: * tests/: 404.html, results/404.processed: test for whitespace
2060: string is now OK for table argument (related to feature #1169)
2061:
2062: * src/: classes/image.C, classes/string.C, classes/table.C,
2063: types/pa_vmethod_frame.C: whitespace string is now OK for table
2064: argument (as with hash) (implements feature #1169)
2065:
2066: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2067: limit for comment (fixes bug #1102)
2068:
2069: * src/targets/cgi/parser3.C: +HAVE_TLS check
2070:
2071: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2072:
2073: * src/include/pa_config_includes.h: HAVE_TLS used
2074:
2075: * configure.ac: +TLS check
2076:
2077: * src/main/pa_http.C: content logging added
2078:
2079: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2080: clear_response_headers added
2081:
2082: 2020-12-16 moko
2083:
2084: * buildall: as we now use threads, libatomic_ops still required for
2085: some OS.
2086:
2087: * src/main/pa_request.C: whitespace
2088:
2089: * src/: include/pa_request.h, main/pa_request.C:
2090: Request::Exception_trace::table extracted and used
2091:
2092: * src/main/pa_request.C: moving output_result call outside of try
2093: as network exceptions should not be handled by parser code
2094:
2095: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2096: logging network exchange
2097:
2098: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2099: via network if it was network write error.
2100:
2101: * src/targets/cgi/parser3.C: log -> pa_log
2102:
2103: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2104:
2105: * src/main/pa_threads.C: getpid() if no gettid() found
2106:
2107: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2108: we need to ignore "void" connections from browsers (browsers open
2109: connections in advance and they will be empty if user does not
2110: request more pages)
2111:
2112: 2020-12-15 moko
2113:
2114: * src/targets/cgi/parser3.C: avoid previous uri in logs
2115:
2116: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2117: RequestController not needed in httpd mode
2118:
2119: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2120: classes/classes.h, classes/curl.C, classes/date.C,
2121: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2122: classes/hashfile.C, classes/image.C, classes/inet.C,
2123: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2124: classes/memcached.C, classes/memory.C, classes/op.C,
2125: classes/reflection.C, classes/regex.C, classes/response.C,
2126: classes/string.C, classes/table.C, classes/void.C,
2127: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2128: include/pa_array.h, include/pa_base64.h,
2129: include/pa_cache_managers.h, include/pa_charset.h,
2130: include/pa_charsets.h, include/pa_common.h,
2131: include/pa_config_fixed.h, include/pa_config_includes.h,
2132: include/pa_dictionary.h, include/pa_dir.h,
2133: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2134: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2135: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2136: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2137: include/pa_request_charsets.h, include/pa_request_info.h,
2138: include/pa_sapi.h, include/pa_socks.h,
2139: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2140: include/pa_stack.h, include/pa_string.h,
2141: include/pa_stylesheet_connection.h,
2142: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2143: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2144: include/pa_uue.h, include/pa_xml_exception.h,
2145: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2146: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2147: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2148: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2149: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2150: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2151: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2152: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2153: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2154: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2155: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2156: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2157: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2158: main/pa_sql_driver_manager.C, main/pa_string.C,
2159: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2160: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2161: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2162: main/untaint.C, sql/pa_sql_driver.h,
2163: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2164: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2165: targets/isapi/parser3isapi.C, types/pa_junction.h,
2166: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2167: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2168: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2169: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2170: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2171: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2172: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2173: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2174: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2175: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2176: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2177: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2178: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2179: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2180: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2181: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2182: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2183: types/pa_vstateless_object.h, types/pa_vstatus.C,
2184: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2185: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2186: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2187: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2188: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2189:
2190: * src/main/pa_request.C: old compilers support
2191:
2192: * tests/: 362.html, results/362.processed: test updated after
2193: changes after upgrade to libxml2-2.9.9 were made (related to bug
2194: #1108)
2195:
2196: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2197: removed, as xsltFreeStylesheet has side effects on original doc.
2198: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2199: not updated after xdoc modification (part 3 of test 362).
2200: (related to bug #1108)
2201:
2202: * src/targets/isapi/parser3isapi.C: +pa_strcat
2203:
2204: * src/: classes/memory.C, include/pa_memory.h,
2205: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2206: PA_GC_GCOLLECT used
2207:
2208: * src/include/pa_memory.h: +PA_GC_COLLECT
2209:
2210: * src/targets/cgi/parser3.C: msvs support fixes
2211:
2212: * src/lib/gc/include/gc.h: more cleanup
2213:
2214: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2215:
2216: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2217: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2218:
2219: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2220:
2221: * configure.ac: pthread.h added to checked headers
2222:
2223: * src/classes/table.C: string stream is back :)
2224:
2225: * src/classes/memory.C: GC_generate_random_backtrace no longer
2226: exists
2227:
2228: * src/main/pa_globals.C: GC_dont_gc replaced
2229:
2230: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2231: left to simplify adding new functions. depricated GC_dont_gc
2232: replaced with GC_disable and GC_enable calls.
2233:
2234: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2235: CORD_from_file* not used and thus removed
2236:
2237: * src/lib/gc/include/gc_allocator.h: minor cleanup
2238:
2239: 2020-12-14 moko
2240:
2241: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2242: referenced elsewhere, or GC will collect it.
2243:
2244: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2245: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2246: elsewhere, or GC will collect them (and we'll get GPF in
2247: multithreaded enviroment). May be it can be also fixed by some
2248: GC call, not sure. But this fix costs nothing (but hours of
2249: debugging to find the issue :).
2250:
1.150 moko 2251: 2020-12-11 moko
2252:
2253: * configure.ac: gettid() check added
2254:
2255: * src/main/pa_threads.C: HAVE_GETTID used
2256:
2257: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2258:
2259: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2260: version for isapi/cgi/apache
2261:
2262: * buildall: threads are now required.
2263:
2264: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2265: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2266: main/main.vcproj: pa_threads.C moved to main
2267:
2268: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2269: isapi/pa_threads.C: pa_threads.C moved to main
2270:
2271: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2272: targets/apache/Makefile.am: pa_threads.C moved to main
2273:
2274: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2275:
2276: * src/: include/pa_stylesheet_connection.h,
2277: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2278: and weird GPF in multithreaded httpd is gone
2279:
2280: * src/include/: pa_stylesheet_connection.h,
2281: pa_sql_driver_manager.h: whitespace
2282:
2283: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2284:
2285: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2286: main/pa_stylesheet_manager.C: whitespace, warning war
2287:
2288: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2289: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2290: parser_multithreaded never used
2291:
2292: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2293:
2294: 2020-12-10 moko
2295:
2296: * src/: include/pa_config_includes.h, include/pa_http.h,
2297: main/pa_http.C, targets/cgi/parser3.C: initial support for
2298: MULTITHREADED and PARALLEL httpd server modes
2299:
2300: * src/main/pa_globals.C: GC_java_finalization is depricated
2301:
2302: 2020-12-09 moko
2303:
2304: * etc/auto.p.in: + @httpd-main
2305:
2306: * src/: include/pa_common.h, main/pa_request.C,
2307: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2308: work
2309:
2310: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2311: slow file_read_binary no longer used, send_range added
2312:
2313: 2020-12-08 moko
2314:
2315: * src/main/pa_request.C: >4Gb support
2316:
2317: * src/targets/cgi/parser3.C: msvc warning war
2318:
2319: * src/: include/pa_config_includes.h, main/pa_http.C,
2320: main/pa_request.C: msvc warnings war
2321:
2322: * src/classes/image.C: warning war
2323:
2324: * src/classes/table.C: MSVC warning war
2325:
2326: * src/targets/cgi/parser3.C: msvc warnings war
2327:
2328: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2329: added
2330:
1.149 moko 2331: 2020-12-07 moko
2332:
1.150 moko 2333: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2334: avoid logging beside system-wide auto.p
2335:
2336: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2337:
2338: * configure, configure.ac, src/include/pa_config_auto.h.in:
2339: configure options added:
2340:
2341: --with-system-cfg=FILE to specify system-wide auto.p
2342: --with-system-log=FILE to specify system-wide parser3.log
2343:
2344: * Makefile.am: bin no longer exists
2345:
2346: * configure, configure.ac: auto.p moved to etc to simplify debian
2347: package
2348:
2349: * buildall: auto.p and parser3.charsets moved to their default
2350: location after install
2351:
2352: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2353:
2354: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2355:
1.149 moko 2356: * src/targets/cgi/parser3.C: locate_config call returned to
2357: original place as it requires pa_thread_request() under Windows
2358:
2359: * src/targets/cgi/parser3.C: renaming
2360:
2361: 2020-12-06 moko
2362:
2363: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2364: check added
2365:
2366: 2020-12-04 moko
2367:
2368: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2369: main/pa_request.C: unified uint64_t lseek implemented to support
2370: >4Gb files under x86, including Windows
2371:
2372: 2020-12-02 moko
2373:
2374: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2375: with max_file_size
2376:
2377: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2378: support for processing files sized >4Gb on 32 bit planforms
2379:
2380: * tests/399.html: file moved
2381:
2382: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2383:
2384: * src/targets/cgi/pa_sapi_info.h: warning war
2385:
2386: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2387: warning war
2388:
2389: 2020-12-01 moko
2390:
2391: * src/classes/image.C: mp4 extended size (>4Gb) support added
2392:
2393: * src/classes/image.C: for "size not found" exception to be shown
2394: if size not found until eof
2395:
2396: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2397: bit linux)
2398:
2399: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2400: #1188)
2401:
2402: 2020-11-30 moko
2403:
2404: * src/classes/image.C: definitions moved closer to code
2405:
2406: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2407: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2408: 395_dir/3_VP8X.webp, results/395.processed,
2409: results/396.processed: tests for ^image::measure[] .webp support
2410: added, all image files moved into one directory (related to
2411: feature #1188)
2412:
2413: * src/classes/image.C: ^image::measure[] now supports webp (feature
2414: #1188)
2415:
1.148 moko 2416: 2020-11-29 moko
2417:
2418: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2419: processing, unnessesary defines removed
2420:
2421: 2020-11-24 moko
2422:
2423: * tests/results/: 099.processed, 100.processed, 205.processed,
2424: 309.processed, 310.processed: Content-Disposition: inline
2425: returned
2426:
2427: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2428: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2429: ] added (related to bug #1204)
2430:
2431: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2432: ] supported to avoid Content-Disposition: inline;
2433: filename="<file>.ext" but still set Content-Type for ext (related
2434: to bug #1204)
2435:
1.147 moko 2436: 2020-11-22 moko
2437:
2438: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2439: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2440:
2441: * src/main/pa_request.C: content_disposition_inline returned.
2442:
2443: 2020-11-17 moko
2444:
2445: * src/main/pa_request.C: empty main method name support
2446:
2447: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2448: config_handler added, stdout flush added.
2449:
2450: 2020-11-16 moko
2451:
2452: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2453:
2454: * tests/results/: 099.processed, 205.processed, 237.processed,
2455: 309.processed, 310.processed: Content-Disposition: inline is not
2456: required and should not contain filename="<name>"
2457:
2458: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2459: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2460: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2461:
1.146 moko 2462: 2020-11-14 moko
2463:
2464: * src/targets/cgi/parser3.C: spelling
2465:
2466: * src/targets/cgi/parser3.C: renaming
2467:
2468: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2469: relocated
2470:
2471: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2472: before request processing, which is weired
2473:
2474: 2020-11-13 moko
2475:
2476: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2477: copied in httpd.
2478:
2479: 2020-11-12 moko
2480:
2481: * src/main/pa_http.C: ALARM code unified to be used in httpd
2482:
2483: * src/: include/pa_request.h, main/pa_request.C,
2484: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2485:
2486: * src/main/pa_http.C: URI validation added
2487:
2488: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2489: can't be empty but can be null. httpd-main is now main method
2490: name for httpd mode
2491:
2492: 2020-11-11 moko
2493:
2494: * src/main/pa_request.C: path_translated can be null in httpd mode
2495:
2496: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2497: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2498: classes/xdoc.C, include/pa_request.h, main/execute.C,
2499: main/pa_request.C: r.absolute -> r.full_disk_path
2500:
2501: * src/targets/cgi/parser3.C: if filename to process is not
2502: specified, auto.p should be present.
2503:
1.145 moko 2504: 2020-11-03 moko
2505:
2506: * src/: classes/op.C, include/pa_request.h: unused argument removed
2507:
2508: * src/main/pa_request.C: content_disposition_inline is the default,
2509: not required.
2510:
1.144 moko 2511: 2020-10-29 moko
2512:
2513: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2514: ^use[file; $.main(true) ] implemented for auto.p processing and
2515: path_translated changing to correct relative files path
2516: calculation in httpd mode
2517:
2518: * src/: include/pa_request.h, main/pa_request.C:
2519: fail_on_read_problem removed, as it allways true, as if should
2520: be.
2521:
2522: * src/: include/pa_request.h, main/pa_request.C,
2523: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2524: targets/isapi/parser3isapi.C: clearing config_filespec when
2525: config was not found, thus flag not required and removed.
2526:
2527: 2020-10-28 moko
2528:
2529: * tests/: 402.html, results/402.processed: error reporting test
2530:
2531: * src/main/execute.C: better error reporting when
2532: $result[^hash::create[]] in @main.
2533:
2534: * src/main/: execute.C, pa_request.C: frame.result() should be used
2535: + minor optimization
2536:
2537: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2538: main/pa_xml_io.C: execute_*_method simplified and unified
2539:
2540: 2020-10-27 moko
2541:
2542: * tests/: 306.html, results/306.processed: a bit more testing. :)
2543:
2544: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2545: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2546: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2547: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2548: types/pa_vmethod_frame.h, types/pa_vobject.C,
2549: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2550: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2551: longer used in object-prototype mode
2552:
2553: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2554: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2555: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2556: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2557: $form:name[value] features
2558:
1.143 moko 2559: 2020-10-18 moko
2560:
2561: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2562:
2563: 2020-10-15 moko
2564:
2565: * src/main/pa_http.C: url no longer needed as
2566: ALTER_EXCEPTION_SOURCE is used
2567:
2568: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2569: main/pa_http.C: check_file_size filespec is now optional
2570:
2571: * src/: classes/curl.C, include/pa_exception.h,
2572: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2573: ALTER_EXCEPTION_COMMENT added for better error reporting
2574:
2575: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2576: results/346-curl.processed, results/379-curl.processed,
2577: results/379.processed: test results updated as load now provides
2578: better error reporting + curl responses updated
2579:
2580: 2020-10-14 moko
2581:
2582: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2583: main/pa_string.C, targets/apache/mod_parser3_core.C,
2584: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2585: checked. 10 is now default base, no hex autodetect by default
2586:
2587: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2588: connection socket closing in destructor + accept exception
2589: handling
2590:
2591: * src/targets/cgi/parser3.C: warning war
2592:
2593: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2594: main/pa_request.C, targets/apache/mod_parser3_core.C,
2595: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2596: exception handling unified
2597:
2598: 2020-10-13 moko
2599:
2600: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2601: autodetection
2602:
2603: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2604:
2605: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2606:
2607: * src/main/pa_http.C: warning war
2608:
1.142 moko 2609: 2020-10-12 moko
2610:
1.143 moko 2611: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2612: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2613: unhandled exception code optimization
2614:
2615: * src/targets/cgi/parser3.C: request_info now global variable
2616:
2617: * src/main/pa_http.C: http_read_response moved to HTTP_response
2618: class
2619:
2620: * src/: include/pa_http.h, main/pa_http.C,
2621: targets/cgi/pa_sapi_info.h: read_post implemented
2622:
1.142 moko 2623: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2624: [host:]port syntax support in httpd mode
2625:
2626: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2627: targets/cgi/parser3.C: populate_env added
2628:
2629: * src/include/pa_hash.h: to make get(char *) compiling in
2630: HashStringString
2631:
2632: 2020-10-10 moko
2633:
2634: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2635: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2636:
2637: * src/: include/pa_http.h, include/pa_request_info.h,
2638: main/pa_http.C, main/pa_string.C,
2639: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2640: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2641: types/pa_vrequest.C: initial httpd mode implementation
2642:
1.141 moko 2643: 2020-10-04 moko
2644:
2645: * src/targets/cgi/parser3.C: options together
2646:
2647: 2020-09-30 moko
2648:
2649: * src/main/pa_http.C: renamed
2650:
1.140 moko 2651: 2020-08-14 moko
2652:
2653: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2654: src/targets/cgi/Makefile.am: no httpd as separate library
2655:
2656: 2020-08-13 moko
2657:
2658: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2659: unhandled exception handler to report 500 instead of 200 it was
2660: before.
2661:
2662: * src/targets/apache/mod_parser3_core.C: minor cleanup
2663:
2664: * src/: include/pa_sapi.h, main/untaint.C,
2665: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2666: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2667: thus replaced with SAPI::die and removed
2668:
2669: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2670: cgi/parser3.C: whitespace
2671:
2672: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2673:
2674: 2020-08-12 moko
2675:
2676: * src/targets/cgi/parser3.C: duplicate info in signal logging
2677: removed, whitespace was: SIGPIPE received while executing code.
2678: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2679: cl=0]
2680:
2681: * parser3.sln: + httpd.vcproj
2682:
2683: 2020-08-11 moko
2684:
2685: * src/targets/cgi/Makefile.am: +libhttpd
2686:
2687: * configure.ac, src/lib/Makefile.am: +libhttpd
2688:
1.139 moko 2689: 2020-07-13 moko
2690:
2691: * tests/: 401.html, results/401.processed: test for hash key does
2692: not keep language, but tainted in foreach.
2693:
1.138 moko 2694: 2020-07-01 moko
2695:
2696: * tests/: 235.html, results/235.processed: test result updated as
2697: messages before attachments implemented (feature #1176)
2698:
1.137 moko 2699: 2020-06-27 moko
2700:
2701: * tests/: 400.html, results/400.processed: test updated to check
2702: ^return{code}
2703:
2704: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2705: fixed
2706:
2707: 2020-06-26 moko
2708:
2709: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2710: added (related to https://www.parser.ru/forum/?id=85319)
2711:
2712: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2713: when $result assignment was last statement in the method
2714: (https://www.parser.ru/forum/?id=85319)
2715:
1.136 moko 2716: 2020-05-23 moko
2717:
2718: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2719: whitespace, unused level removed
2720:
2721: 2020-05-19 moko
2722:
2723: * src/types/pa_vmail.C: whitespace
2724:
2725: * src/types/pa_vmail.C: files should be processed last (related to
2726: feature #1176)
2727:
1.135 moko 2728: 2020-05-12 moko
2729:
2730: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2731: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2732:
2733: * configure.ac: FreeBSD1X.X check added to avoid
2734: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2735:
1.134 moko 2736: 2020-02-26 moko
2737:
2738: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2739: compilation issue (related to bug #1201)
2740:
2741: * src/main/pa_common.C: entry_readable -> entry_exists,
2742: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2743: -f and -d now works under Windows in UTF-8 with Russian
2744: filenames.
2745:
2746: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2747: advice (related to feature #1199)
2748:
2749: 2020-02-25 moko
2750:
2751: * buildall: --silent removed
2752:
2753: * configure.ac: gmime-3.0 support
2754:
2755: * buildall: --with-system-mailreceive option added to build with
2756: system libgmime
2757:
2758: * src/types/pa_vmail.C: avoiding
2759: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2760: to feature #1199)
2761:
1.133 moko 2762: 2020-02-18 moko
2763:
2764: * src/classes/op.C: windows x64 debug mode compile fix
2765:
2766: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2767: change (releated to feature #1200)
2768:
2769: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2770: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2771: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2772: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2773: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2774: targets/apache/ApacheModuleParser3.vcproj,
2775: targets/apache/ApacheModuleParser3Core.vcproj,
2776: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2777: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2778: dependency (related to feature #1200)
2779:
1.132 moko 2780: 2020-02-12 moko
2781:
2782: * src/types/pa_vmail.C: minimize diff
2783:
2784: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2785: #1199)
2786:
1.131 moko 2787: 2020-01-18 moko
2788:
2789: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2790:
1.130 moko 2791: 2019-12-28 moko
2792:
2793: * src/targets/cgi/parser3.C: avoid empty ?
2794:
2795: 2019-12-27 moko
2796:
2797: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2798: DOCUMENT_ROOT (related to feature #1164)
2799:
2800: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2801: fcgiwrap setup (implements feature #1164)
2802:
2803: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2804: but no issues found (related to feature #1164)
2805:
2806: * src/targets/cgi/parser3.C: actualized
2807:
2808: 2019-12-26 moko
2809:
2810: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2811: removed
2812:
2813: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2814: removed
2815:
2816: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2817: allocation errors, we don't want default gc warnings (without
2818: timestamp and URI).
2819:
2820: * src/: classes/memory.C, main/pa_globals.C,
2821: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2822: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2823: pa_globals_init
2824:
2825: * src/main/pa_globals.C: setup_hex_value() removed, static array
2826: initialization used (optimization)
2827:
2828: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2829: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2830: pa_socks_init/pa_socks_done moved inside pa_globals_init
2831: (optimization)
2832:
1.129 moko 2833: 2019-12-09 moko
2834:
2835: * src/include/pa_config_fixed.h: warning war
2836:
1.128 moko 2837: 2019-12-08 moko
2838:
2839: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2840: process grammar under Unix.
2841:
2842: 2019-12-07 moko
2843:
2844: * tests/389.html: For Windows XP. :)
2845:
2846: * tests/388-sql.html: Windows compatibility added
2847:
2848: 2019-12-06 moko
2849:
2850: * src/targets/cgi/parser3.C: warning war
2851:
2852: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2853: == sizeof(CORD)) to avoid aligning bugs in future
2854:
2855: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2856: XML_STATIC
2857:
2858: * src/include/pa_request.h: StackItem() not required
2859:
2860: * src/include/pa_stack.h: warning war
2861:
2862: * src/include/pa_config_includes.h: GCC warning silenced
2863:
2864: * src/include/pa_memory.h: warning war: the program should also
2865: define 'void operator delete [](void*, std::size_t)'
2866: [-Wsized-deallocation]
2867:
2868: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2869:
2870: * src/classes/string.C: not reqired cast removed
2871:
2872: * src/classes/string.C: not reqired cast removed
2873:
2874: 2019-12-05 moko
2875:
2876: * src/lib/sdbm/pa_file_io.C: warning war
2877:
2878: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2879: enum Language : size_t - required for VS2015+ to make
2880: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2881: without it (related to feature #1198)
2882:
2883: 2019-12-04 moko
2884:
2885: * src/main/pa_base64.C: unsigned char -> uchar
2886:
2887: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2888: as other libs
2889:
2890: * src/include/pa_version.h: +amd64
2891:
2892: 2019-12-03 moko
2893:
2894: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2895: release
2896:
2897: * src/include/pa_config_includes.h: warning war
2898:
2899: * src/classes/image.C: warning war
2900:
2901: * src/main/pa_globals.C: x64 libs support
2902:
2903: * src/include/pa_config_includes.h: warning war
2904:
2905: * src/types/pa_method.h: warning war
2906:
1.127 moko 2907: 2019-11-28 moko
2908:
2909: * src/classes/math.C: vs2003 compatibility + warning war
2910:
2911: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2912: libxml2-2.9.9 (related to feature #1136)
2913:
2914: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2915: typecast for more compatibility (related to feature #1136)
2916:
2917: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2918: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2919: feature #1136)
2920:
2921: 2019-11-26 moko
2922:
2923: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2924: removed (it was failing in $$var case), condition added
2925:
1.126 moko 2926: 2019-11-25 moko
2927:
2928: * tests/: 397.html, 399.html, results/141.processed,
2929: results/399.processed: base64 options tested
2930:
2931: * src/: classes/math.C, main/pa_http.C: base64 options used
2932:
2933: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2934: implemented (feature #986)
2935:
2936: * src/main/pa_cache_managers.C: whitespace
2937:
2938: * tests/: 397.html, 399.html, results/399.processed: tests for
2939: ^base64 encode options added (related to feature #986)
2940:
2941: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2942: pa_base64_encode(file) removed - more memory, but faster and less
2943: code (related fo feature #986)
2944:
2945: 2019-11-24 moko
2946:
2947: * tests/: 155.html, results/155.processed: limit and offset in
2948: ^table::load[] now supported, thus test added
2949:
2950: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2951: main/pa_common.C: optimization: offset and limit options parsing
2952: moved inside file_load.
2953:
2954: 2019-11-23 moko
2955:
2956: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2957: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2958: optimization: file_read replaced with simplified file_read_binary
2959:
2960: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2961: types/pa_vform.C: whitespace
2962:
2963: * src/: include/pa_common.h, main/pa_common.C: never used params
2964: removed
2965:
2966: 2019-11-21 moko
2967:
2968: * tests/: 193.html, results/193.processed, results/389.processed:
2969: test results updated as now base64 does not discard tail without
2970: padding (related to feature #986)
2971:
2972: 2019-11-20 moko
2973:
2974: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2975: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2976: pa_base64_decode (related to feature #986)
2977:
2978: * tests/398.html: tests for base64 decode added (related to feature
2979: #986)
2980:
2981: * src/main/pa_base64.C: base64_decode rewritten - padding option
2982: support, padding inside base 64 supported (related to feature
2983: #096)
2984:
2985: 2019-11-19 moko
2986:
2987: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2988: FreeBSD 12
2989:
1.125 moko 2990: 2019-11-16 moko
2991:
2992: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2993: support added, step support removed (related to #986)
2994:
2995: 2019-11-15 moko
2996:
2997: * src/classes/math.C: using log since log2 is not present on
2998: FreeBSD < 8.4 (related to feature #1177)
2999:
3000: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3001: pa_base64_size extracted and used for files as well (related to
3002: feature 986)
3003:
3004: 2019-11-14 moko
3005:
3006: * tests/: 397.html, results/397.processed: + content check
3007:
3008: * tests/: 141.html, results/141.processed: make test resuls more
3009: readable
3010:
3011: * tests/: 397.html, results/193.processed, results/397.processed:
3012: test results updated after \x00 character was disabled in
3013: math:convert string mode (related to feature #1177)
3014:
3015: * src/classes/: math.C, string.C: \\x00 character disabled while
3016: converting to string (as in base64, related to feature #1177)
3017:
3018: * src/classes/file.C: more correct arguments separation
3019:
3020: * src/: classes/file.C, classes/math.C, classes/string.C,
3021: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3022: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3023: options added, but not yet implemented (related to feature #986)
3024:
3025: * src/classes/math.C: whitespace
3026:
3027: 2019-11-13 moko
3028:
3029: * tests/: 397.html, results/397.processed: +tainting test (related
3030: to feature #1177)
3031:
3032: * src/classes/math.C: as we now produce not only digits, result
3033: should be tainted (related to feature #1177)
3034:
3035: * src/main/pa_base64.C: whitespace
3036:
3037: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3038: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3039: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3040: implementation moved from pa_common.h and pa_common.C
3041:
3042: 2019-11-12 moko
3043:
3044: * tests/: 275.html, results/275.processed: out of range test fixed,
3045: as ^math:convert now supports arbitrary precision
3046:
3047: 2019-11-11 moko
3048:
3049: * tests/results/389.processed: uctualized error message
3050:
3051: * tests/: 389.html, 397.html, results/397.processed: tests for
3052: ^math:convert added (related to feature #1177)
3053:
3054: * src/classes/math.C: ^math:convert now supports arbitrary
3055: precision, alphabet support added (implements feature #1177)
3056:
1.124 moko 3057: 2019-11-06 moko
3058:
3059: * tests/: 181.html, results/181.processed: entities usage added,
3060: more entites load tests (related to bug #842 discussion)
3061:
3062: 2019-11-05 moko
3063:
3064: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3065: call from xmlFileOpen if http://localhost/<file> was not found
3066: (related to bug #842)
3067:
3068: * src/main/pa_xml_io.C: rename
3069:
3070: * src/main/pa_xml_io.C: +MemoryStream constructor
3071:
3072: * src/main/pa_xml_io.C: whitespace
3073:
1.123 moko 3074: 2019-10-31 moko
3075:
3076: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3077: XML_PARSE_NOENT) added to fix entities load, (related to feature
3078: #1181)
3079:
1.122 moko 3080: 2019-10-25 moko
3081:
3082: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3083: queries tests
3084:
3085: 2019-10-24 moko
3086:
3087: * tests/: 388-sql.html, results/388-sql.processed: support for
3088: pgsql driver test
3089:
3090: * tests/: 388-sql.html, results/388-sql.processed:
3091: multi_statements=1 now tested, mysql test now supported
3092: (connection must be specified in [parser3] section in .my.cnf)
3093: related to issues #1195 and #1194
3094:
1.121 moko 3095: 2019-09-11 moko
3096:
3097: * src/classes/int.C: whitespace
3098:
3099: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3100: exception test
3101:
3102: * tests/results/388-sql.processed: sql queries now shown (related
3103: to feature #1196)
3104:
3105: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3106: with old parser versions.
3107:
3108: * src/: classes/file.C, classes/hash.C, classes/string.C,
3109: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3110: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3111: instead of connect string in query_event_handlers exceptions
3112: (implements feature #1196)
3113:
1.120 moko 3114: 2019-09-06 moko
3115:
3116: * tests/388-sql.html: mysql compat
3117:
3118: * src/: classes/hash.C, classes/string.C, classes/table.C,
3119: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3120: sql_ variables declaration moved to pa_common.h
3121:
1.116 moko 3122: 2019-01-15 moko
3123:
3124: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3125: logically sorted
3126:
3127: 2018-12-27 moko
3128:
3129: * src/include/pa_config_includes.h: warning war:
3130: -Wdeprecated-register added for C++ 17
3131:
3132: 2018-10-15 moko
3133:
3134: * configure.ac: FreeBSD 11.2 can be build with ./configure
3135: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3136: --with-xml=/usr/local/
3137:
3138: 2018-09-24 moko
3139:
3140: * tests/: 396.html, 396.tiff, results/396.processed: test for
3141: ^image::measure[] now supports tiff added (related to feature
3142: #1188)
3143:
3144: * src/classes/image.C: ^image::measure[] now supports tiff
3145: (implements feature #1188)
3146:
3147: 2018-09-20 moko
3148:
3149: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3150: files measure added (related to ticket #1188)
3151:
3152: * src/classes/image.C: measure of bmp files implemented (related to
3153: ticket #1188)
3154:
3155: 2018-09-18 moko
3156:
3157: * tests/: 394-curl.html, results/394-curl.processed,
3158: results/auto.p: test for bug #1187 (max_file_size check for head
3159: requests) added
3160:
3161: 2018-08-24 moko
3162:
3163: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3164: response content-length check is required (fixes bug #1187)
3165:
3166: 2018-05-11 moko
3167:
3168: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3169: $.append(bool) ] option added (related to feature #919)
3170:
3171: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3172: from misha@ patch (implements feature #919)
3173:
3174: 2018-03-22 moko
3175:
3176: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3177: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3178: with 128kb buffer. Now works at least 12 times faster. :) May be
3179: Windows-only problem.
3180:
3181: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3182: build fix)
3183:
3184: 2018-02-03 moko
3185:
3186: * src/main/execute.C: removes irrelevant lines from exception stack
3187: trace when exceptions occurs in assigment (fixes bug #1165)
3188:
3189: * tests/: 393.html, results/393.processed: test for behavour after
3190: "Property can not be created, already exists field with that
3191: name" exception removed (related to feature #1183)
3192:
3193: * src/types/pa_vclass.C: "Property can not be created, already
3194: exists field with that name" exception removed (implements
3195: feature #1183)
3196:
3197: 2018-01-19 moko
3198:
3199: * src/classes/string.C: whitespace
3200:
3201: * src/classes/string.C: whitespace
3202:
3203: * tests/: 392.html, results/392.processed: test for
3204: ^regex::create[$regex] added (related to feature #1135)
3205:
3206: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3207: ^regex::create[$regex] added (implements feature #1135)
3208:
3209: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3210: commented define added (related to feature #1157)
3211:
3212: 2018-01-17 moko
3213:
3214: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3215:
3216: 2018-01-15 moko
3217:
3218: * tests/: 390.html, results/390.processed: real path replaced by
3219: stub
3220:
3221: * tests/: 391.html, results/391.processed: test for feature #1181
3222: (XML_PARSE_HUGE exception) added
3223:
3224: 2018-01-11 moko
3225:
3226: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3227: XML_PARSE_HUGE option passed by default (implements feature
3228: #1181)
3229:
3230: * src/classes/string.C: whitespace
3231:
3232: 2017-12-10 moko
3233:
3234: * tests/: 389.html, 390.html, results/389.processed,
3235: results/390.processed: image code coverage tests added (related
3236: to feature #1125)
3237:
3238: 2017-12-08 moko
3239:
3240: * tests/: 346-curl.html, 388-sql.html, 389.html,
3241: results/346-curl.processed, results/388-sql.processed,
3242: results/389.processed: more code coverage tests
3243:
3244: * tests/: 264.html, results/264.processed: code coverage for
3245: ^file::exec[]
3246:
3247: 2017-12-07 moko
3248:
3249: * tests/: 174.html, 388-sql.html, 389.html,
3250: results/388-sql.processed, results/389.processed,
3251: results/174.processed: more coverage tests
3252:
3253: * src/classes/math.C: exception text actualized
3254:
3255: 2017-12-06 moko
3256:
3257: * tests/388-sql.html: $SQL can be here
3258:
3259: * tests/results/auto.p: $SQL not required here
3260:
3261: * tests/: 388-sql.html, 389.html, Makefile,
3262: results/388-sql.processed, results/389.processed, results/auto.p:
3263: code coverage tests for sql (using sqlite) and int/double/bool
3264: added (related to feature #1125)
3265:
3266: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3267: lib/json/json.vcproj, lib/md5/md5.vcproj,
3268: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3269: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3270: targets/apache/ApacheModuleParser3Core.vcproj,
3271: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3272: types/types.vcproj: gc\include no longer required
3273:
3274: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3275: required
3276:
3277: * src/: classes/Makefile.am, classes/table.C,
3278: include/pa_config_includes.h, include/pa_string.h,
3279: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3280: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3281: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3282: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3283: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3284: used, we now include it directly
3285:
3286: 2017-12-04 moko
3287:
3288: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3289: memcached/memcached.vcproj, punycode/punycode.vcproj,
3290: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3291: where required
3292:
3293: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3294: now can be used to trace memory allocations
3295:
3296: * src/: classes/table.C, include/pa_config_includes.h,
3297: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3298: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3299: method removes, libcord also can work without libgc
3300:
3301: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3302:
3303: 2017-11-29 moko
3304:
3305: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3306: are not present (related to feature #1173)
3307:
3308: * tests/346-curl.html: test updated to test curl content-length bug
3309: (related to feature #1173)
3310:
3311: * tests/results/346-curl.processed: more test for content-length
3312: curl bug (related to feature #1173)
3313:
3314: * tests/results/346-curl.processed: test results updated after
3315: #1173 implemented
3316:
3317: 2017-11-28 moko
3318:
3319: * src/classes/curl.C: another libcurl Content-length bug walkaround
3320: (related to feature #1173)
3321:
3322: 2017-11-27 moko
3323:
3324: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3325: $.http_version[version string] added (implements feature #1173),
3326: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3327: where $post(true) bug existed.
3328:
3329: 2017-11-18 moko
3330:
3331: * src/include/pa_memory.h: warning war (related to feature #1170)
3332:
3333: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3334: feature #1170)
3335:
3336: 2017-11-17 moko
3337:
3338: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3339: std::basic_stringstream used in ^table.csv-string[] is compatible
3340: with delete usage check only under Debian 9 (related to feature
3341: #1170)
3342:
3343: 2017-11-16 moko
3344:
3345: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3346: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3347: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3348: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3349: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3350: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3351: stubs defend from accidental use (implements feature #1170)
3352:
3353: 2017-06-24 moko
3354:
3355: * configure.ac: minor fix: thanks to alx@
3356:
1.115 moko 3357: 2017-05-29 moko
3358:
3359: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3360: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3361: added to avoid cutting of UTF-8 chars (fixed bug #123)
3362:
3363: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3364: ignored, =?UTF-8?Q?= should start in case of leading space
3365: (related to bug #123)
3366:
3367: * buildall: echo -n -> printf for OS X. :)
3368:
3369: 2017-05-25 moko
3370:
3371: * tests/: 288.html, results/288.processed: test updated afted
3372: setting $o.prop without setter exception removed (related to
3373: feature #1157)
3374:
3375: * src/types/pa_vclass.C: no more "this property has no setter
3376: method" when setting $o.prop without setter (implements feature
3377: #1157)
3378:
3379: * buildall: echo \c -> echo -n for FreeBSD
3380:
3381: * configure, configure.ac, src/include/pa_config_auto.h.in,
3382: src/types/pa_vdouble.h: isfinite now checked in configure
3383:
3384: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3385: upgraded to automake 1.15
3386:
3387: 2017-05-23 moko
3388:
3389: * src/types/pa_vdouble.h: finite returned where isfinite not
3390: defined
3391:
3392: 2017-05-22 moko
3393:
3394: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3395:
3396: * buildall: extern CFLAGS setting support
3397:
3398: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3399:
3400: * buildall: http -> https
3401:
3402: * buildall: gc-7.2f -> gc-7.6.0
3403:
3404: 2017-05-20 moko
3405:
3406: * buildall: https, pcre, xml, xslt updated to current versions
3407: (related to feature #1136)
3408:
3409: 2017-05-19 moko
3410:
3411: * tests/097.html: after parser.ru moved to https
3412:
3413: 2017-05-17 moko
3414:
3415: * tests/results/: 175.processed, 372.processed: tests resuls
3416: updated after lintian spelling typos fixed (related to bug #1156)
3417:
3418: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3419: classes/string.C, classes/table.C, main/pa_charset.C,
3420: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3421: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3422: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3423:
3424: * tests/results/096.processed: +XMP
3425:
3426: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3427: $.xmp(true) options tested (test for feature #1154)
3428:
3429: * src/classes/image.C: ^image:measure[] options $.exif(false)
3430: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3431: fetched by default! (implements feature #1154)
3432:
3433: 2017-05-16 moko
3434:
3435: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3436: allowed (related to feature #1154)
3437:
3438: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3439: initial XMP implementation - without options and transcode
3440: (related to feature #1154)
3441:
3442: 2017-05-12 moko
3443:
3444: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3445: image: exif moved to ffields, skipped in ^image.html[] where
3446: iterators now used (preparation for feature #1154)
3447:
3448: 2017-05-05 moko
3449:
3450: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3451: results/387.processed: test for circular class inheritance check
3452: added (related to bug #1150)
3453:
3454: * src/types/pa_vstateless_class.C: circular class inheritance check
3455: added (fixes endless add_derived bug #1150)
3456:
3457: 2017-05-04 moko
3458:
3459: * tests/: 386.html, results/386.processed: test for
3460: $table.value(number) added (related to feature #1152)
3461:
3462: * src/types/pa_vtable.C: table put_element: column value must be
3463: string - > column value must be string compatible to allow
3464: $t.value(1) (implements feature #1152)
3465:
3466: 2017-05-03 moko
3467:
3468: * src/main/pa_request.C: $use[$method] is not possible, reverting
3469: (related to feature #1151)
3470:
3471: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3472: not possible, removing test (related to feature #1151)
3473:
3474: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3475: get_element_method added and used to allow $use[$method] and
3476: $autouse[$method] (implements feature 1151)
3477:
3478: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3479: variable added (related to feature #1151)
3480:
3481: * tests/results/226.processed: actualized after ^try-catch used
3482:
3483: * tests/: 226.html, 385.html, results/385.processed: test for
3484: @autouse in variable added
3485:
3486: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3487:
1.114 moko 3488: 2017-02-27 moko
3489:
3490: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3491:
1.113 moko 3492: 2017-02-20 moko
3493:
1.211 moko 3494: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3495:
3496: 2017-02-16 moko
3497:
3498: * tests/: 384.html, results/384.processed: test for
3499: ^reflection:mixin[; $.name[] ] option added (related to feature
3500: #1089)
3501:
3502: * tests/: 384.html, results/384.processed: test for
3503: ^reflection:mixin[] added (related to feature #1089)
3504:
3505: * src/types/pa_value.h: warning war: virtual ~Value() added
3506:
1.112 moko 3507: 2017-02-15 moko
3508:
3509: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3510: fixed
3511:
3512: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3513: test added (related to feature #1069)
3514:
3515: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3516: compilation without HASH_ORDER fixed
3517:
3518: * src/: classes/reflection.C, include/pa_hash.h:
3519: $.reverse(true/false) added to ^reflection:methods[] (related to
3520: feature #1069)
3521:
3522: 2017-02-14 moko
3523:
3524: * tests/: 152.html, results/152.processed: test for $._default hash
3525: added (related to bug #1131)
3526:
3527: * tests/: 277.html, results/277.processed: test for hash with only
3528: $._default is now defined (related to bug #1131)
3529:
3530: * src/types/pa_vhash.h: hash with only $._default is now defined
3531: (fixed bug #1131)
3532:
3533: 2017-02-13 moko
3534:
3535: * tests/cat-windows.sh: cat-windows added (cygwin required)
3536:
3537: * tests/: 171.html, 264.html, 286.html, 370.html,
3538: results/320.processed, results/375.processed, results/auto.p:
3539: cat-windows.sh support added
3540:
3541: * tests/375.html: Windows support
3542:
3543: * tests/270.html: documented
3544:
3545: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3546: (not backslashes) even under Windows (broke test 270)
3547:
3548: 2017-02-12 moko
3549:
3550: * tests/: descript.ion, todo.txt: cleanup
3551:
3552: 2017-02-09 moko
3553:
3554: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3555: run_tests.cmd: Windows compatibility
3556:
3557: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3558: incorrectly (GMT) if parser is called from cygwin
3559:
1.111 moko 3560: 2017-02-08 moko
3561:
1.211 moko 3562: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3563:
1.211 moko 3564: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3565:
3566: * NEWS, README: minor update
3567:
3568: * src/include/pa_config_includes.h: warning war continues
3569:
3570: * src/: include/pa_config_includes.h, include/pa_memory.h,
3571: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3572: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3573: gcc 6.x issues fixed
3574:
1.111 moko 3575: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3576: classes/classes.h, classes/curl.C, classes/date.C,
3577: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3578: classes/hashfile.C, classes/image.C, classes/inet.C,
3579: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3580: classes/memcached.C, classes/memory.C, classes/op.C,
3581: classes/reflection.C, classes/regex.C, classes/response.C,
3582: classes/string.C, classes/table.C, classes/void.C,
3583: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3584: include/pa_array.h, include/pa_cache_managers.h,
3585: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3586: include/pa_config_fixed.h, include/pa_config_includes.h,
3587: include/pa_dictionary.h, include/pa_dir.h,
3588: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3589: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3590: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3591: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3592: include/pa_request_charsets.h, include/pa_request_info.h,
3593: include/pa_sapi.h, include/pa_socks.h,
3594: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3595: include/pa_stack.h, include/pa_string.h,
3596: include/pa_stylesheet_connection.h,
3597: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3598: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3599: include/pa_uue.h, include/pa_xml_exception.h,
3600: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3601: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3602: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3603: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3604: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3605: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3606: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3607: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3608: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3609: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3610: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3611: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3612: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3613: main/pa_string.C, main/pa_stylesheet_connection.C,
3614: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3615: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3616: main/untaint.C, sql/pa_sql_driver.h,
3617: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3618: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3619: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3620: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3621: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3622: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3623: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3624: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3625: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3626: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3627: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3628: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3629: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3630: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3631: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3632: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3633: types/pa_vmemcached.h, types/pa_vmemory.h,
3634: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3635: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3636: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3637: types/pa_vresponse.C, types/pa_vresponse.h,
3638: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3639: types/pa_vstateless_object.h, types/pa_vstatus.C,
3640: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3641: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3642: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3643: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3644: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3645: 2015->2017
3646:
1.110 moko 3647: 2017-02-07 moko
3648:
3649: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3650:
3651: 2017-02-06 moko
3652:
3653: * src/main/pa_common.C: minor fixes, whitespace
3654:
3655: * src/: classes/curl.C, classes/file.C, classes/image.C,
3656: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3657: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3658: now used (implements feature #1081)
3659:
3660: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3661:
3662: 2017-02-01 moko
3663:
3664: * src/include/pa_request.h: cleanup
3665:
3666: 2017-01-30 moko
3667:
3668: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3669:
3670: 2017-01-29 moko
3671:
3672: * tests/: 383.html, results/383.processed: test for
3673: ^reflection:stack[] added (related to feature #1052)
3674:
3675: * src/classes/reflection.C: else added
3676:
3677: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3678: $.max_file_lock_wait added (implements feature #1128)
3679:
3680: 2017-01-28 moko
3681:
3682: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3683: body and other cases tests added (related to featue #1014)
3684:
3685: * src/classes/curl.C: bug if response is empty fixed (related to
3686: feature #1014)
3687:
3688: 2017-01-27 moko
3689:
3690: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3691: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3692: added (implements feature #1052)
3693:
3694: 2017-01-25 moko
3695:
3696: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3697: method test added
3698:
3699: 2017-01-23 moko
3700:
3701: * src/classes/reflection.C: optimization: options->get replaced by
3702: hash iterator
3703:
3704: * tests/: 381.html, results/381.processed: now -> fixed date
3705:
3706: * src/main/pa_request.C: warning war
3707:
3708: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3709: 5Mb (fixes bug #1058)
3710:
3711: * src/classes/curl.C: warning war
3712:
3713: * tests/: 381.html, results/381.processed: tests for ^json:string
3714: $.one-line(true) option added (related to feature #1124)
3715:
3716: * src/: classes/json.C, types/pa_value.h: $json-string
3717: $.one-line(true|false) options is now supported (implements
3718: feature #1124)
3719:
3720: * tests/: 380.html, results/380.processed: test for modified
3721: $.max_file_size added (related to bug #1014)
3722:
3723: * tests/: 379.html, results/auto.p: tests for rewritten http file
3724: load added (related to bug #1014)
3725:
3726: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3727: main/pa_common.C, main/pa_http.C: check_file_size added and used
3728: in curl / file load from disk and http, http file load rewritten
3729: (related to bug #1014)
3730:
3731: 2017-01-18 moko
3732:
3733: * tests/: 378.html, results/378.processed: tests for ^result[]
3734: added (related to feature #66)
3735:
3736: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3737: Method::CO_WITHOUT_FRAME as frame still added in expression
3738: (related to feature #66)
3739:
3740: 2017-01-17 moko
3741:
3742: * tests/: 377.html, results/377.processed: test for different
3743: combinations of breaks in body and delimiter (related to bug
3744: #1077)
3745:
3746: * tests/: 376.html, results/376.processed: many ^break[] tests
3747: added (related to bug #1077)
3748:
3749: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3750: passed to native method" exception added to avoid bugs due to
3751: WRITE_EXPR_RESULT skipped and native methods execution continues
3752: after ^break[] (related to bug #1077)
3753:
3754: 2017-01-14 moko
3755:
3756: * tests/: 330.html, results/330.processed: test results updated
3757: after ^break[] bugs where fixed (related to bug #1077)
3758:
3759: * tests/: 329.html, results/329.processed: test results updated
3760: after ^break[] bugs where fixed (related to bug #1077)
3761:
3762: * tests/results/320.processed: ^return[] added
3763:
3764: 2017-01-13 moko
3765:
3766: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3767: classes/table.C, include/pa_request.h, main/execute.C,
3768: main/pa_request.C, targets/cgi/parser3.C,
3769: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3770: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3771: checked after each possible process/execute call (fixes bug
3772: #1077)
3773:
3774: 2016-12-29 moko
3775:
3776: * src/main/pa_common.C: warning war
3777:
3778: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3779: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3780: pa_file_size_limit added, ^math:random fixed for upper limit and
3781: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3782: (related to feature #1014)
3783:
3784: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3785: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3786: (related to feature #1014)
3787:
3788: 2016-12-28 moko
3789:
3790: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3791: warning war
3792:
3793: 2016-12-26 moko
3794:
3795: * tests/: 341.html, results/341.processed: test for
3796: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3797:
3798: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3799: (related to feature #1057)
3800:
3801: * src/types/pa_vdate.C: warning war continues...
3802:
3803: * src/: classes/date.C, classes/image.C, classes/table.C,
3804: include/pa_config_includes.h, types/pa_vfile.C: warning war
3805:
3806: * src/lib/gd/gifio.C: warning war / cleanup
3807:
3808: * src/lib/json/pa_json.C: warning war
3809:
3810: * src/classes/hash.C: warning war
3811:
3812: * src/types/pa_vfile.C: warning war
3813:
3814: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3815: -Wall warning war continues
3816:
3817: * configure.ac: --with-build-warnings actualized
3818:
3819: 2016-12-25 moko
3820:
3821: * src/main/pa_exec.C: -wAll warning war
3822:
3823: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3824: -wAll warning war
3825:
3826: * src/: include/pa_common.h, include/pa_sapi.h,
3827: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3828: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3829: -wAll warning war
3830:
3831: 2016-12-23 moko
3832:
3833: * src/lib/ltdl/Makefile.am: extra dist added
3834:
3835: * tests/results/344.processed: test result updated after $file.text
3836: prefetched in ^hash::create[$file] (related to feature #1075)
3837:
3838: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3839: ^hash::create[$file] (related to feature #1075)
3840:
3841: 2016-12-22 moko
3842:
3843: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3844: main/pa_request.C, main/pa_stylesheet_connection.C,
3845: types/pa_vfile.C: file_stat now return 64-bit size (implements
3846: #1014 under 32-bit unix versions)
3847:
3848: 2016-12-21 moko
3849:
3850: * tests/: 375.html, results/375.processed: test for exec returning
3851: stated file added (related to feature #1119)
3852:
3853: * src/classes/file.C: load should not return file with null body
3854: (fixes bug #1119)
3855:
3856: 2016-12-14 moko
3857:
3858: * tests/: 374.html, results/374.processed: test for $method.name
3859: added (related to feature #1117) plus method returning junction
3860: test
3861:
3862: 2016-12-13 moko
3863:
3864: * src/: include/pa_symbols.h, main/pa_symbols.C,
3865: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3866: (implements feature #1117)
3867:
3868: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3869: HEAD and TRACE can't have body (implements feature #1116)
3870:
3871: 2016-12-09 moko
3872:
3873: * tests/: 373.html, results/373.processed: tests for
3874: ^reflection:tainting added (related to feature #1098)
3875:
3876: * src/classes/reflection.C: ^reflection:tainting arguments order
3877: change (related to feature #1098)
3878:
3879: 2016-12-06 moko
3880:
3881: * src/: classes/reflection.C, include/pa_string.h,
3882: main/pa_string.C: ^reflection:tainting[$string] added (implements
3883: feature #1098)
3884:
3885: 2016-12-05 moko
3886:
3887: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3888: (fixes bug #1114)
3889:
3890: 2016-12-04 moko
3891:
3892: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3893: check added
3894:
3895: 2016-12-03 moko
3896:
3897: * tests/: 346-curl.html, results/346-curl.processed: test modified
3898: to test value.as_hash() usage
3899:
3900: * src/classes/curl.C: value.as_hash() used for correct hash
3901: processing
3902:
3903: * src/classes/reflection.C: exceptions texts fixes
3904:
3905: 2016-12-02 moko
3906:
3907: * tests/: 372.html, results/372.processed: tests for
3908: ^reflection:create[ $.class[name] $.constructor[name]
3909: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3910: feature #1094)
3911:
3912: * src/types/pa_vmethod_frame.h: comment added: params should be
3913: declared outside of *_FRAME_ACTION as MethodParams destructor
3914: will be called in ~VNativeMethodFrame
3915:
3916: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3917: ] minor fix
3918:
3919: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3920: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3921: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3922: now supported (implements feature #1094) value::as_hash added
3923: (and should be used everywhere)
3924:
3925: * src/classes/reflection.C: cleanup
3926:
3927: 2016-12-01 moko
3928:
3929: * tests/: 356.html, results/356.processed: test for method
3930: junctions class name added to the resulting hash added (related
3931: to feature #1068)
3932:
3933: * src/classes/reflection.C: for method junctions class name added
3934: to the resulting hash (related to feature #1068)
3935:
3936: 2016-11-30 moko
3937:
3938: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3939: exception (related to bug #1113)
3940:
3941: * src/types/pa_vhashfile.C: whitespace
3942:
3943: * src/main/pa_os.C: errno now returned as it should (fixes bug
3944: #1113)
3945:
3946: * tests/results/: 175.processed, 192.processed, 224.processed,
3947: 229.processed, 239.processed, 244.processed, 246.processed,
3948: 314.processed, 352.processed: tests results updated after method
3949: call exceptions improved as method now keeps its name
3950:
3951: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3952: types/pa_vmethod_frame.h: method call exceptions improved as
3953: method now keeps its name
3954:
3955: * tests/: 224.html, 239.html, results/224.processed,
3956: results/239.processed: tests and tests results updated after
3957: Request::construct exception changed
3958:
3959: * src/: classes/reflection.C, main/execute.C: Request::construct
3960: exception optimized
3961:
3962: * tests/: 371.html, results/371.processed: test for
3963: WWrapper.get_element call in $.name.key[value] code added
3964: (related to feature #1091)
3965:
3966: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3967: in $.name.key[value] code (related to feature #1091)
3968:
3969: 2016-11-29 moko
3970:
3971: * src/classes/op.C: VS warning war
3972:
3973: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3974: C4239: nonstandard extension used : 'return' : conversion from
3975: 'Value' to 'Value &' (related to feature #1020)
3976:
3977: * src/: main/execute.C, types/pa_vmethod_frame.h,
3978: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3979: used : 'return' : conversion from 'Value' to 'Value &' (related
3980: to feature #1020)
3981:
3982: * src/main/execute.C: VS warning war
3983:
3984: * src/targets/cgi/parser3.C: VS compatibility fix
3985:
3986: * src/include/pa_request.h: VS warning war
3987:
3988: * tests/: 370.html, results/370.processed: test for ^file::exec[
3989: ... $.stdin[$binary_file] ] added (related to bug #1044)
3990:
3991: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3992: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3993: $.stdin[$binary_file] (fixes bug #1044)
3994:
3995: 2016-11-28 moko
3996:
3997: * src/main/pa_exec.C: whitespace
3998:
3999: * src/main/pa_request.C: whitespace
4000:
4001: * tests/: 369.html, results/369.processed: test for
4002: $response:status usage added (related to feature #1099)
4003:
4004: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4005: if < 100 (implements feature #1099)
4006:
4007: * src/targets/cgi/parser3.C: whitespace
4008:
4009: * src/targets/cgi/parser3.C: whitespace
4010:
4011: * tests/: 368.html, results/368.processed: test updated after
4012: ^reflection:filename[$method] added (related to feature #1053)
4013:
4014: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4015: main/compile.y, main/execute.C, main/pa_request.C,
4016: types/pa_vclass.h: filename -> filespec,
4017: ^reflection:filename[$method] added (related to feature #1053)
4018:
4019: 2016-11-27 moko
4020:
4021: * tests/: 368.html, results/368.processed: test for
4022: reflection:filename[$class or object] added (related to feature
4023: #1053)
4024:
4025: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4026: types/pa_vstateless_class.h: ^reflection:filename[$class or
4027: object] added (implements feature #1053)
4028:
4029: 2016-11-26 moko
4030:
4031: * src/: include/pa_request_info.h,
4032: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4033: remove_absolute_uri -> strip_absolute_uri
4034:
4035: 2016-11-25 moko
4036:
4037: * src/: include/pa_request_info.h,
4038: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4039: request_info.remove_absolute_uri added to remove possible
4040: http://site.name/ from $request:uri (implements feature #1112)
4041:
4042: 2016-11-24 moko
4043:
4044: * tests/: 367-curl.html, results/367-curl.processed: test for
4045: previous request headers clearing after redirect added (related
4046: to bug #1109)
4047:
4048: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4049: response headers from previous requests are now cleared, only
4050: last request headers are collected (fixes bug #1109)
4051:
4052: * tests/results/: 266.processed, 321.processed, 356.processed:
4053: tests results updated as method name now added to the resulting
4054: hash for new syntax only (Imp1 compatimility fixed, related to
4055: feature #1068)
4056:
4057: * src/classes/reflection.C: method name now added to the resulting
4058: hash for new syntax only (Imp1 compatimility fixed, related to
4059: feature #1068)
4060:
4061: * tests/results/366.processed: test for native and parser
4062: implementation of ^use[] logic (related to feature #1074)
4063:
4064: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4065: for native and parser implementation of ^use[] logic (related to
4066: feature #1074)
4067:
4068: 2016-11-23 moko
4069:
4070: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4071: main/pa_request.C: @USE file now implemented as ^use[file;
4072: $.origin[origin_file] ] (implements feature #1074)
4073:
1.109 moko 4074: 2016-11-21 moko
4075:
1.110 moko 4076: * tests/: 365.html, results/365.processed: test for $caller bugs in
4077: 3.4.4 and $caller.method now tested (related to feature #1110)
4078:
4079: * tests/: 364.html, results/364.processed: $caller usage in
4080: different contexts now tested (related to feature #1110)
4081:
4082: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4083:
4084: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4085:
1.109 moko 4086: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4087: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4088: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4089: used (implements feature #1110)
4090:
4091: 2016-11-20 moko
4092:
4093: * src/types/pa_vdouble.h: whitespace
4094:
4095: 2016-11-11 moko
4096:
4097: * tests/: 363.html, results/363.processed: more tests for feature
4098: #1091 (how parser methods work in expression context)
4099:
4100: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4101: expressions strings are now written as strings, not values by
4102: write_as_string (related to feature #1091)
4103:
4104: * src/classes/op.C: to make more correct behavour in expression
4105: context
4106:
4107: 2016-11-07 moko
4108:
4109: * tests/: 362.html, results/362.processed: test for
4110: xsltParseStylesheetDoc caching as xsl modification after it added
4111: (related to bug #1108)
4112:
4113: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4114: result now cached as xdoc is modified after it (fixes bug #1108)
4115:
4116: 2016-11-06 moko
4117:
4118: * src/types/pa_vxdoc.h: whitespace
4119:
4120: 2016-11-05 moko
4121:
4122: * src/types/pa_vmethod_frame.h: cleanup
4123:
4124: 2016-11-03 moko
4125:
4126: * tests/results/244.processed: more correct exception after method
4127: frames separation
4128:
4129: * src/types/pa_vmethod_frame.h: minor optimizaion
4130:
4131: * src/types/pa_method.h: optimization: params_count added
4132:
4133: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4134: include/pa_request.h, main/execute.C, main/pa_request.C,
4135: types/pa_value.C, types/pa_vmethod_frame.C,
4136: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4137: VMethodFrame now divided into VNativeMethodFrame,
4138: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4139: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4140: and used (related to feature #1104)
4141:
4142: 2016-11-02 moko
4143:
4144: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4145: classes/double.C, classes/file.C, classes/hash.C,
4146: classes/hashfile.C, classes/image.C, classes/inet.C,
4147: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4148: classes/memcached.C, classes/op.C, classes/reflection.C,
4149: classes/regex.C, classes/string.C, classes/table.C,
4150: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4151: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4152: r.write (implements feature #1091)
4153:
4154: * src/main/execute.C: cleanup (related to feature #1104)
4155:
4156: * src/: include/pa_request.h, main/execute.C,
4157: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4158: added, in_expression removed (implements feature #1104)
4159:
4160: 2016-10-31 moko
4161:
4162: * src/types/pa_value.C: whitespace
4163:
4164: 2016-10-28 moko
4165:
4166: * tests/results/244.processed: updated after error reporting fixed
4167: in pa_wcontext.C
4168:
4169: * src/types/pa_wcontext.C: error reporting fixed
4170:
4171: * src/types/pa_wcontext.h: whitespace
4172:
4173: * src/classes/image.C: not fully readed entries are no longer
4174: processed (fixes bug #1106)
4175:
4176: 2016-10-26 moko
4177:
4178: * src/classes/image.C: whitespace
4179:
4180: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4181: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4182: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4183: longer required (related to feature #1091)
4184:
4185: * tests/results/: 264.processed, 350.processed: test results update
4186: reverted (whitespace optimization) after write_no_lang removed :)
4187: (related to feature #1091)
4188:
4189: * src/: classes/file.C, classes/hash.C, classes/op.C,
4190: classes/string.C, classes/table.C, classes/void.C,
4191: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4192: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4193: equal write_pass_lang (related to feature #1091)
4194:
4195: * tests/results/: 264.processed, 350.processed: test results
4196: updated (whitespace optimization) after write_assign_lang removed
4197: (related to feature #1091)
4198:
4199: * tests/: 361.html, results/361.processed: test for non-string
4200: ^untaint added (related to feature #1091)
4201:
4202: * src/: classes/curl.C, classes/date.C, classes/file.C,
4203: classes/hash.C, classes/op.C, classes/string.C,
4204: include/pa_request.h, main/execute.C: optimization:
4205: write_assign_lang removed as not required (first part of feature
4206: #1091 implementation)
4207:
1.108 moko 4208: 2016-10-12 moko
4209:
4210: * tests/: 360.html, results/360.processed: more test code (related
4211: to feature #1104)
4212:
4213: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4214: include/pa_request.h, main/compile.y, main/execute.C: opcode
4215: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4216: WContext is next task (implements feature #1104)
4217:
4218: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4219: / CO_WITHOUT_WCONTEXT
4220:
4221: * tests/: 360.html, results/360.processed: test for in expression
4222: state (related to feature #1104)
4223:
4224: 2016-10-11 moko
4225:
4226: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4227:
4228: * src/classes/op.C: default value removed from initializer
4229:
4230: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4231:
4232: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4233:
4234: 2016-10-10 moko
4235:
4236: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4237: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4238: to feature #42)
4239:
4240: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4241: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4242:
4243: 2016-10-08 moko
4244:
4245: * src/classes/double.C: whitespace
4246:
4247: 2016-10-07 moko
4248:
4249: * src/types/pa_vmethod_frame.h: reorder
4250:
4251: 2016-10-06 moko
4252:
4253: * src/classes/date.C: typo
4254:
4255: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4256:
4257: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4258: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4259: types/pa_vmethod_frame.h: params.get now returns Value&, not
4260: Value*
4261:
4262: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4263:
4264: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4265: removed; first as_* code rewrite
4266:
4267: 2016-10-05 moko
4268:
4269: * src/include/pa_request.h: whitespace
4270:
4271: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4272: intercept_string added (related to feature #1097)
4273:
4274: * src/: classes/image.C, classes/op.C, classes/table.C,
4275: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4276: optimization: intercept_string removed (implements feature #1097)
4277:
4278: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4279:
4280: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4281: from VCodeFrame and WWrapper as not required
4282:
4283: 2016-10-04 moko
4284:
4285: * src/: classes/curl.C, classes/date.C, classes/double.C,
4286: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4287: classes/int.C, classes/json.C, classes/op.C,
4288: classes/reflection.C, classes/string.C, classes/table.C,
4289: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4290: proces_to_value -> process after StringOrValue removed (related
4291: to feature #1020)
4292:
4293: * src/classes/form.C: whitespace
4294:
4295: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4296:
4297: * tests/: 357.html, 358.html, results/357.processed,
4298: results/358.processed, results/auto.p: test for @conf
4299: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4300:
4301: 2016-10-03 moko
4302:
4303: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4304: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4305: supported (implements feature #42)
4306:
4307: * src/types/pa_vregex.h: no reason for VRegex to be
4308: is_evaluated_expr
4309:
4310: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4311: (implements feature #1095)
4312:
4313: 2016-10-01 moko
4314:
4315: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4316: false by default (related to feature #1089)
4317:
4318: 2016-09-30 moko
4319:
4320: * src/types/pa_wcontext.h: cleanup
4321:
4322: 2016-09-29 moko
4323:
4324: * src/main/execute.C: whitespace
4325:
4326: * src/include/pa_request.h: whitespace
4327:
4328: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4329: classes/op.C, classes/table.C, include/pa_request.h,
4330: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4331: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4332: StringOrValue removed as it just slows down and adds complexity
4333: (implements feature #1020)
4334:
4335: 2016-09-28 moko
4336:
4337: * tests/: 356.html, results/266.processed, results/321.processed,
4338: results/356.processed: tests updated after name was added to
4339: method_info hash, test for ^reflection:method_info[junction]
4340: added (related to feature #1068)
4341:
4342: * src/classes/reflection.C: ^reflection:method_info[junction] now
4343: supported, method name added to the resulting hash (implements
4344: feature #1068)
4345:
4346: * tests/: 276.html, results/276.processed: more tests for
4347: ^reflection:delete[]
4348:
4349: * src/classes/reflection.C: fixed bug then ^reflection:delete
4350: didn't work on class and could damage native objects (like file)
4351:
4352: 2016-09-26 moko
4353:
4354: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4355: results/345.processed, results/346-curl.processed,
4356: results/347-curl.processed, results/348.processed: numbers added
4357: to simplify diff analysis
4358:
4359: * tests/: 352.html, results/352.processed: test result updated as
4360: method name used
4361:
4362: * src/classes/reflection.C: method name used
4363:
4364: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4365: its name
4366:
4367: * src/types/pa_method.h: whitespace
4368:
4369: * src/classes/reflection.C: both method and field with one name can
4370: exist.
4371:
4372: * src/classes/reflection.C: ^reflection:mixin added (implements
4373: feature #1089)
4374:
4375: * tests/: 355.html, results/355.processed: property appears in
4376: derived class if added in base test added
4377:
4378: * src/types/pa_vstateless_class.h: get_method declaration +
4379: whitespace
4380:
4381: * tests/: 354.html, results/354.processed: nice test from method
4382: and property with one name in class added
4383:
4384: 2016-09-23 moko
4385:
4386: * src/classes/reflection.C: ^reflection:method usage documented
4387:
4388: 2016-09-22 moko
4389:
4390: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4391: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4392: compile warning and GPF occures on VS2003 (related to feature
4393: #1087)
4394:
4395: * tests/: 350.html, results/350.processed: test added for
4396: $.encloser[] support in ^table::create (related to feature #11)
4397:
4398: * src/classes/table.C: another minor fix (related to feature #11)
4399:
1.107 moko 4400: 2016-09-21 moko
4401:
4402: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4403:
4404: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4405: classes/json.C, classes/string.C, classes/table.C,
4406: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4407: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4408: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4409: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4410: pa_charsets, vs2015 warning war
4411:
4412: * src/classes/table.C: vs2015 warning war
4413:
4414: * src/types/pa_vdate.C: vs2015 warning war
4415:
4416: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4417:
4418: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4419: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4420:
4421: * src/main/pa_common.C: vs2015 compilation fixes
4422:
4423: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4424: vs2015 compilation fixes
4425:
4426: * src/main/pa_charset.C: vs2015 warning war
4427:
4428: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4429:
4430: * src/main/pa_charset.C: vs2015 warning war
4431:
4432: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4433:
4434: * src/types/pa_vdate.C: vs2015 compilation fix
4435:
4436: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4437:
4438: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4439: VS2015 compilation fixes
4440:
4441: * src/classes/table.C: minor fix (related to feature #11)
4442:
4443: * tests/results/282.processed: no longer skipping extra enclosers
4444: (related to feature #11)
4445:
4446: * src/classes/table.C: minor fix + no longer skipping extra
4447: enclosers (related to feature #11)
4448:
4449: * src/classes/table.C: minor optimization (related to feature #11)
4450:
4451: * src/classes/table.C: minor fix and optimization (related to
4452: feature #11)
4453:
4454: 2016-09-20 moko
4455:
4456: * tests/: 353.html, results/353.processed: test for
4457: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4458: added (related to bug #1090)
4459:
4460: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4461: one_big_piece (fixes bug #1090)
4462:
4463: * tests/: 229.html, results/229.processed: code coverage tests
4464:
4465: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4466: body) was called
4467:
4468: * src/classes/op.C: whitespace
4469:
4470: * tests/: 323.html, results/323.processed: test for code junction
4471: should not be returned by ^reflection:class, ^reflection:base
4472:
4473: * src/classes/reflection.C: bugfix: code junction should not be
4474: returned by ^reflection:class, ^reflection:base
4475:
4476: * tests/: 323.html, 352.html, results/352.processed: no more
4477: exception for ^reflection:method[class;no-such-method] (related
4478: to feature #1087)
4479:
4480: * src/classes/reflection.C:
4481: ^reflection:method[class;no-such-method] : exception -> void
4482: (related to feature #1087)
4483:
4484: * src/include/pa_request.h: request::write_value added to allow
4485: write value without convertion (related to issue #1091)
4486:
4487: 2016-09-19 moko
4488:
4489: * src/main/pa_random.C: windows build fix
4490:
4491: * src/types/pa_vhash.h: warning war
4492:
4493: 2016-09-14 moko
4494:
4495: * tests/: 352.html, 552.html, results/352.processed,
4496: results/552.processed: test for ^reflection:method[] extension
4497: added (related to feature #1087)
4498:
4499: * tests/: 552.html, results/552.processed: test for
4500: ^reflection:method[] extension added (related to feature #1087)
4501:
4502: * src/classes/reflection.C: compatibility issue fixed, VClass
4503: dynamic_cast check added (related to feature #1087)
4504:
4505: * tests/: 351.html, results/351.processed: test for @auto[]
4506: inheritance bug diring ^process[] added (related to bug #1088)
4507:
4508: * src/: classes/op.C, main/pa_request.C,
4509: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4510: disable it inheritance during ^process (fixes bug #1088)
4511:
4512: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4513: added (implements feature #1087)
4514:
4515: 2016-09-13 moko
4516:
4517: * tests/: 349.html, results/auto.p: test for objects prototyping
4518: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4519: to feature #1086)
4520:
4521: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4522: types/pa_vobject.C: objects now are not class instances, but have
4523: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4524: in @conf (implements feature #1086)
4525:
4526: 2016-09-08 moko
4527:
4528: * src/: classes/file.C, classes/mail.C, classes/string.C,
4529: classes/table.C, main/pa_http.C, main/pa_string.C,
4530: include/pa_string.h: cleanup: string::split limit argument
4531: removed as no longer required, pos_after no longer reference
4532: (related to feature #11)
4533:
4534: * src/classes/table.C, tests/results/348.processed: now exception
4535: is rised when invalid option is passed to ^table::create[]
4536:
4537: * tests/: 282.cfg, 282.html, results/282.processed: more code
4538: coverage tests
4539:
4540: * tests/: 348.html, results/348.processed: code coverage tests
4541: added
4542:
4543: * tests/: 348.html, results/348.processed: generic ^table::create[]
4544: tests
4545:
4546: * tests/: 035.html, results/035.processed, results/272.processed:
4547: tests updated after $.encloser[] support for ^table::create
4548: implementation (related to feature #11)
4549:
4550: * src/classes/table.C: $.encloser[] support for ^table::create
4551: finally added (implements feature #11)
4552:
4553: 2016-09-07 moko
4554:
4555: * src/include/pa_string.h: added StringSplitHelper as friend
4556: (related to feature #11)
4557:
4558: * src/include/pa_string.h: body and langs now protected, not
4559: private to allow inheritance (related to feature #11)
4560:
4561: * src/classes/table.C: lsplit optimized before cloning for
4562: ^table::create with $.encloser[] (related to feature #11)
4563:
4564: * src/classes/table.C: optimizaion: TableControlChars.separators
4565: added and used (related to feature #11)
4566:
4567: * src/classes/table.C: spelling:
4568:
4569: TableSeparators -> TableControlChars column -> separator
4570: separators -> control_chars
4571:
4572: 2016-09-06 moko
4573:
4574: * src/main/pa_string.C: whitespace
4575:
4576: * src/main/pa_string.C: whitespace
4577:
4578: 2016-09-01 moko
4579:
4580: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4581: results OS-independent
4582:
4583: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4584: compiler (related to feature #1042)
4585:
4586: 2016-08-15 moko
4587:
4588: * src/include/pa_string.h: whitespace
4589:
4590: * src/classes/table.C: whitespace
4591:
1.106 moko 4592: 2016-08-05 moko
4593:
4594: * tests/: 344.html, results/344.processed: test for
4595: ^hash::create[$file] added (related to feature #1075)
4596:
4597: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4598: supported (implements feature #1075)
4599:
4600: 2016-08-04 moko
4601:
4602: * tests/: 341.html, results/341.processed: more code coverage tests
4603:
4604: * tests/: 346-curl.html, results/346-curl.processed: more code
4605: coverage tests for curl
4606:
4607: * tests/: 346-curl.html, results/346-curl.processed: more code
4608: coverage tests for curl
4609:
4610: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4611: results/223.processed: code coverage tests: $.form[ $.table[] ]
4612: test added
4613:
4614: * tests/: 223-curl.html, results/223-curl.processed: more code
4615: coverage tests for curl
4616:
4617: 2016-08-03 moko
4618:
4619: * src/classes/curl.C: dlink(curl_library) now called not once, but
4620: until it will be loaded, allowing to find existing library.
4621:
4622: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4623: results/347-curl.processed: more code coverage tests for curl
4624:
4625: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4626: results/339-curl.processed, results/346-curl.processed: curl
4627: functionality tests
4628:
4629: 2016-08-02 moko
4630:
4631: * tests/: 339.html, results/339.processed: test for tables in
4632: ^file:load[] and ^curl:load[] (commented) added (related to
4633: feature #1042)
4634:
4635: * tests/: 345.html, results/345.processed: code coverage tests for
4636: file class
4637:
4638: * tests/: 344.html, results/344.processed: code coverage tests
4639:
4640: * tests/: 344.html, results/344.processed: mdate removed from
4641: output
4642:
4643: * src/classes/file.C: minor bugfix: is_text should be taked from
4644: fcontent.is_text_mode() if not set (related to feature #1061)
4645:
4646: * tests/: 344.html, results/344.processed: more tests
4647:
4648: * tests/: 343.html, 344.html, results/343.processed,
4649: results/344.processed: tests for ^file::create[ $.from-charset
4650: and $.to-charset ] (related to feature #1061)
4651:
4652: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4653: aset_text_mode argument optimized
4654:
4655: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4656: checkBOM now used in detect_binary_content (related to feature
4657: #1061)
4658:
4659: * src/main/pa_request.C: load_charset no longer required to_upper
4660:
4661: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4662: preserves original file mode (if no $.mode specified)
4663:
4664: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4665: ^file::create now supports $.from-charset[] and $.to-charset
4666: options (implements feature #1061), automatic transcode is done
4667: if text file is created from binary file and charset is detected.
4668:
4669: 2016-07-30 moko
4670:
4671: * src/classes/table.C: ^t.hash[..;] now supported (related to
4672: feature #1057)
4673:
4674: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4675: added (related to feature #1057)
4676:
4677: * tests/: 286.html, results/286.processed: code tests coverage
4678:
4679: 2016-07-29 moko
4680:
4681: * src/classes/table.C: table size should be checked inside menu and
4682: foreach (related to feature #858)
4683:
4684: * src/: classes/curl.C, classes/file.C, classes/string.C,
4685: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4686: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4687: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4688: charsets.get now does str_upper inside (related to feature #1061)
4689:
4690: * tests/: 342.html, results/342.processed: more code coverage tests
4691:
4692: * tests/: 342.html, outputs/342.processed: table menu code coverage
4693: + foreach test added (related to feature #858)
4694:
4695: * tests/: 341.html, results/341.processed: tests for
4696: ^table.hash[]{code} added + code coverage tests (related to
4697: feature #1057)
4698:
4699: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4700: value} support (implements feature #1057)
4701:
4702: * src/classes/table.C: whitespace
4703:
4704: 2016-07-28 moko
4705:
4706: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4707: from URL, if not specified query string removed from url-based
4708: filenames in ^curl:load[] and ^file::load[] (related to feature
4709: #1042)
4710:
4711: 2016-07-27 moko
4712:
4713: * tests/: 340.html, results/340.processed: test for
4714: transcode_text_result=false added (related to issue #1042)
4715:
4716: 2016-07-26 moko
4717:
4718: * src/types/pa_vfile.C: file name should not be empty (if file path
4719: is folder and ends with /) (related to feature #1042)
4720:
4721: * src/main/pa_http.C: whitespace optimizaion
4722:
4723: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4724: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4725: multiple headers, ^file::load supports headers transcoding
4726: (implements feature #1042)
4727:
4728: 2016-07-25 moko
4729:
4730: * src/include/pa_common.h: PA_DEFAULT added
4731:
4732: 2016-07-22 moko
4733:
4734: * tests/: 338.html, results/338.processed: test for
4735: $date.field(value) added (related to feature #1066)
4736:
4737: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4738: $date.field(value) now supported for y/m/d/h/m/s (implements
4739: feature #1066)
4740:
1.105 moko 4741: 2016-07-21 moko
4742:
4743: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4744: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4745: arguments removed; image.C - absolute path shown in exception
4746: (implements feature #1071)
4747:
4748: * tests/: 235.html, results/235.processed: test and test result
4749: updated after static boundary in mail and Errors-To: mail header
4750: removed (related to feature #1047)
4751:
4752: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4753: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4754: used, static boundary in mail removed, Errors-To: mail header
4755: removed (implements feature #1047)
4756:
4757: 2016-07-20 moko
4758:
4759: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4760: equest.classes(): Value -> VStateless_class, part 3 (related to
4761: issue #1051)
4762:
4763: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4764: request.classes(): Value -> VStateless_class, part 2 (related to
4765: issue #1051)
4766:
4767: * tests/results/: 224.processed, 323.processed: classes without
4768: methods should not be methoded (related to issue #1051)
4769:
4770: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4771: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4772: -> VStateless_class, part 1 (related to issue #1051)
4773:
4774: * tests/: 337.html, results/337.processed: test for
4775: ^reflection:fields_reference[] and VHashReference class added
4776: (related to feature #1072)
4777:
4778: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4779: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4780: and VHashReference added, allowing ^reflection:fields_reference[]
4781: implementation (closes feature #1072)
4782:
4783: 2016-07-19 moko
4784:
4785: * tests/: 323.html, results/323.processed: we want to see
4786: "methoded"
4787:
4788: * tests/: 336.html, results/336.processed: test for $BASE:property
4789: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4790: #1059)
4791:
4792: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4793: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4794: somebody_entered_some_class, $BASE:property works again,
4795: ^BASE:method[] bugs fixed (fixes bug #1059)
4796:
4797: 2016-07-14 moko
4798:
4799: * tests/: 335.html, results/335.processed: test for feature #1055
4800: added
4801:
4802: * src/classes/hash.C: bugfix: $._default was not copied if empty
4803: feature: ^hash.contains[_default] added (implements feature
4804: #1055)
4805:
4806: 2016-07-13 moko
4807:
4808: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4809: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4810:
4811: 2016-07-05 moko
4812:
4813: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4814: in ^hash.foreach (related to feature #1073)
4815:
4816: 2016-07-04 moko
4817:
4818: * tests/: 134.html, 281.html, results/134.processed,
4819: results/281.processed: tests updated after hash blocking removed
4820: (related to feature #1073)
4821:
4822: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4823: no longer blocks on change during foreach (implements feature
4824: #1073)
4825:
4826: 2016-06-17 moko
4827:
4828: * tests/: 330.html, results/330.processed: try exception source
4829: test added (related to bug in #1062)
4830:
4831: * tests/: 334.html, results/334.processed: Exception stack trace
4832: test added (related to bug in $1062)
4833:
4834: * src/classes/op.C: Exception trace now correctly restored and
4835: errors reported (related to bug #1062)
4836:
1.104 moko 4837: 2016-05-25 moko
4838:
4839: * src/main/compile.y: minor cleanup + beauty
4840:
4841: 2016-05-24 moko
4842:
4843: * tests/: 333.html, results/333.processed: more exceptions testing
4844:
4845: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4846: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4847: features #1056, #1026)
4848:
4849: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4850: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4851: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4852: (implements feature #1056)
4853:
4854: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4855: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4856: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4857: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4858: feature #1026)
4859:
4860: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4861: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4862: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4863: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4864: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4865: feature #1026)
4866:
4867: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4868: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4869: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4870: SYMBOLS_CACHING define implemented (related to feature #1026)
4871:
4872: * src/main/main.vcproj: + ps_symbols
4873:
4874: * src/: include/Makefile.am, include/pa_string.h,
4875: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4876: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4877: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4878: types/pa_vstateless_class.C: initial implementation for symbols
4879: cache (related to feature #1026)
4880:
4881: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4882:
4883: * src/main/pa_globals.C: minor cleanup
4884:
4885: 2016-05-19 moko
4886:
4887: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4888: (related to feature #1046)
4889:
4890: * tests/: 331.html, results/331.processed: test for
4891: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4892: (related to feature #1051)
4893:
4894: * src/main/compile.y:
4895: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4896: (implements feature #1054)
4897:
4898: 2016-05-18 moko
4899:
4900: * src/types/pa_vtable.C, tests/results/324.processed: no more
4901: "column not found" exception for ^table.no-such-method[] (related
4902: to feature #1046)
4903:
4904: * tests/: 261.html, results/261.processed: test added and updated
4905: after feature #1046 implementation
4906:
4907: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4908: types/pa_vvoid.h: $string.anything works for whitespace strings,
4909: ^string.contains added for hash compatibility, $string.method no
4910: longer returns stting method (implements feature #1046)
4911:
4912: 2016-05-12 moko
4913:
4914: * src/classes/curl.C: content-type response header no longer
4915: ignored (fixes issue #1045)
4916:
4917: * tests/: 330.html, results/330.processed: test for incomplete
4918: finally execution when break occures added (related to issue
4919: #1077)
4920:
4921: * src/classes/op.C: bugfix: Request::skip reset is called before
4922: executing catch and finally code (fixes issue #1062)
4923:
4924: 2016-05-11 moko
4925:
4926: * tests/: 329.html, results/329.processed: test for invalid
4927: ^break[] behavour added (bug #1077)
4928:
4929: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4930:
4931: 2016-04-24 moko
4932:
4933: * src/types/pa_vstateless_class.h: warning war
4934:
4935: 2016-04-17 moko
4936:
4937: * tests/: 328.html, results/328.processed: test for
4938: ^break(condition) and ^continue(condition) (related to feature
4939: #1063)
4940:
4941: * src/classes/op.C: ^break(condition) and ^continue(condition)
4942: implemented (feature #1063)
4943:
4944: 2016-04-12 moko
4945:
4946: * tests/results/280.processed: ordered hash now used for class
4947: methods and properties (test results updated for feature #1069)
4948:
4949: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4950: to xdoc.C as under FreeBSD it was inited after and inheritance
4951: failed (related to issue #1051)
4952:
4953: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4954: are printed to check inheritance (related to feature #1051)
4955:
1.103 moko 4956: 2016-04-09 moko
4957:
4958: * tests/results/320.processed: ordered hash now used for class
4959: methods and properties (test results updated for feature #1069)
4960:
4961: * src/types/pa_vstateless_class.h: ordered hash now used for class
4962: methods and properties (implements feature #1069)
4963:
4964: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4965: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4966: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4967: feature #1051)
4968:
4969: 2016-04-07 moko
4970:
4971: * src/main/execute.C: returned Value in .CLASS case for VJunction
4972: (related to feature #1051)
4973:
4974: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4975: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4976: string constants deduplication (related to feature #1051)
4977:
4978: * tests/results/224.processed: test result updated (related to
4979: feature #1051)
4980:
4981: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4982: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4983: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4984: types/pa_vstatus.h: classes hash now contains only
4985: VStateless_class derived objects, .CLASS is also allways
4986: VStateless_class derived object (related to feature #1051).
4987:
4988: 2016-04-06 moko
4989:
4990: * tests/results/323.processed: test result updated after feature
4991: #1051 implementation
4992:
4993: * src/: classes/classes.h, classes/op.C, classes/response.C,
4994: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4995: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4996: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4997: types/pa_vresponse.C, types/pa_vresponse.h,
4998: types/pa_vstateless_class.h: base -> methoded_donor for static
4999: classes, type() moved from VStateless_class to VClass and
5000: Methoded (implements feature #1051)
5001:
5002: 2016-04-04 moko
5003:
5004: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5005: beauty: put_class added (related to feature #1051)
5006:
5007: 2016-04-01 moko
5008:
5009: * tests/results/: 175.processed, 192.processed, 224.processed,
5010: 229.processed, 244.processed, 246.processed, 316.processed: test
5011: results updated as class.type() removed from error messages, only
5012: type() left (related to feature #1051)
5013:
5014: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5015: classes/op.C, classes/reflection.C, main/compile.y,
5016: main/compile_tools.h, main/execute.C, main/pa_request.C,
5017: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5018: types/pa_vmethod_frame.h, types/pa_vobject.h,
5019: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5020: from VStateless_class, type() is used instead (related to feature
5021: #1051)
5022:
5023: * src/classes/mail.C: old logic restored.
5024:
5025: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5026: classes/classes.h, classes/curl.C, classes/date.C,
5027: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5028: classes/hashfile.C, classes/image.C, classes/inet.C,
5029: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5030: classes/memcached.C, classes/memory.C, classes/reflection.C,
5031: classes/regex.C, classes/response.C, classes/string.C,
5032: classes/table.C, classes/xdoc.C, classes/xnode.C,
5033: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5034: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5035: feature #1051)
5036:
5037: 2016-03-30 moko
5038:
5039: * tests/: 327.html, results/224.processed, results/327.processed:
5040: test for TZ specification in ^date::create[], TZ is kept during
5041: ^date::create[$dt] (related to feature #1048)
5042:
5043: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5044: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5045: feature #1048)
5046:
5047: 2016-03-29 moko
5048:
5049: * tests/: 315.html, results/315.processed: test for timezone format
5050: +HHmm added (related to feature #1065)
5051:
5052: * src/classes/date.C: timezone format +HHmm now supported
5053: (implements feature #1065)
5054:
5055: 2016-03-28 moko
5056:
5057: * tests/: 202.html, results/131.processed, results/202.processed,
5058: results/224.processed, results/256.processed,
5059: results/315.processed: test results updated after %.2d now
5060: default for hours offset in iso-string (was %2d), test for
5061: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5062: added (related to feature #1065)
5063:
5064: 2016-03-27 moko
5065:
5066: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5067: feature #1065)
5068:
5069: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5070: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5071: added (implements feature #1065)
5072:
5073: 2016-03-24 moko
5074:
5075: * tests/: 202.html, results/202.processed: test $date.week added
5076: (related to bug #1067)
5077:
5078: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5079: date (fix for bug #1067)
5080:
5081: 2016-03-10 moko
5082:
5083: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5084:
1.102 moko 5085: 2015-12-07 moko
5086:
5087: * tests/: 326.html, results/326.processed: test for .CLASS &
5088: .CLASS_NAME optimization added (related to feature #844)
5089:
5090: 2015-11-17 moko
5091:
5092: * tests/: 323.html, results/323.processed: order added
5093:
5094: * tests/: 325.html, results/325.processed: double range test added
5095: (related to bug #1049)
5096:
5097: 2015-11-16 moko
5098:
5099: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5100: added to disallow NaN and Infinity (fixes bug #1049)
5101:
5102: 2015-11-11 moko
5103:
5104: * tests/324.html: parser 3.4.3 execution support added (related to
5105: feature #1017)
5106:
5107: * tests/: 324.html, results/324.processed: test for
5108: GET_ELEMENT4CALL feature added (feature #1017)
5109:
1.101 moko 5110: 2015-10-29 moko
5111:
1.211 moko 5112: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5113:
5114: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5115:
5116: * src/main/pa_exec.C: get_exit_status implemented for Windows
5117: (related to bug #1043)
5118:
5119: 2015-10-28 moko
5120:
5121: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5122: hangup during ^file::exec (fixes bug #1043)
5123:
1.100 moko 5124: 2015-10-27 moko
5125:
5126: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5127:
1.99 moko 5128: 2015-10-26 moko
5129:
1.100 moko 5130: * tests/322.html, src/classes/reflection.C: arguments reorder
5131: (related to issue #1041)
5132:
5133: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5134: Copyright year updated
5135:
1.99 moko 5136: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5137: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5138: classes/form.C, classes/hash.C, classes/hashfile.C,
5139: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5140: classes/mail.C, classes/math.C, classes/memcached.C,
5141: classes/memory.C, classes/op.C, classes/reflection.C,
5142: classes/regex.C, classes/response.C, classes/string.C,
5143: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5144: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5145: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5146: include/pa_config_fixed.h, include/pa_config_includes.h,
5147: include/pa_dictionary.h, include/pa_dir.h,
5148: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5149: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5150: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5151: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5152: include/pa_request_charsets.h, include/pa_request_info.h,
5153: include/pa_sapi.h, include/pa_socks.h,
5154: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5155: include/pa_stack.h, include/pa_string.h,
5156: include/pa_stylesheet_connection.h,
5157: include/pa_stylesheet_manager.h, include/pa_table.h,
5158: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5159: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5160: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5161: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5162: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5163: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5164: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5165: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5166: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5167: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5168: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5169: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5170: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5171: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5172: main/pa_string.C, main/pa_stylesheet_connection.C,
5173: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5174: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5175: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5176: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5177: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5178: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5179: targets/isapi/parser3isapi.C, types/pa_junction.h,
5180: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5181: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5182: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5183: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5184: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5185: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5186: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5187: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5188: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5189: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5190: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5191: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5192: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5193: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5194: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5195: types/pa_vresponse.C, types/pa_vresponse.h,
5196: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5197: types/pa_vstateless_object.h, types/pa_vstatus.C,
5198: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5199: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5200: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5201: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5202: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5203:
5204: * src/targets/cgi/parser3.C: year updated
5205:
5206: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5207: issue #1041)
5208:
5209: * tests/: 323.html, results/323.processed: test for base classes
5210: added
5211:
5212: * tests/: 261.html, results/261.processed: updated after better
5213: error reporting done for $string.key exception
5214:
5215: * src/types/pa_vstring.h: better error report for $string.key
5216: exception
5217:
5218: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5219: copied as VObject::get_element4call to remove extra virtual call
5220:
5221: * tests/: 322.html, results/322.processed: test for
5222: ^reflection:is[] added (related to feature #1041)
5223:
5224: * src/classes/reflection.C: ^reflection:is empty value is void
5225: (related to feature #1041)
5226:
5227: * src/classes/reflection.C:
5228: ^reflection:is[class_name|code|method;[context;]element_name]
5229: added (implements feature #1041)
5230:
5231: 2015-10-24 moko
5232:
5233: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5234:
1.98 moko 5235: 2015-10-22 moko
5236:
5237: * tests/: 321.html, results/321.processed: test for
5238: ^reflection:method_info[] file detection added
5239:
5240: * tests/: 320.html, results/320.processed: test for
5241: ^reflection:class_by_name[class_name] added (related to feature
5242: #993)
5243:
5244: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5245: added (implements feature #993)
5246:
5247: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5248: (related to feature #1017)
5249:
5250: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5251: added (related to issue #1039)
5252:
5253: * src/main/pa_request.C: ^throw origin fixed (related to feature
5254: #1039)
5255:
5256: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5257: for VDate
5258:
5259: * tests/results/182.processed: updated after feature #1038
5260: implemented
5261:
5262: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5263: compile-time exception origin added (test for feature #1039)
5264:
5265: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5266: main/pa_request.C: exception unification: compile-time exceptions
5267: now have origin, @USE origins also tracked (implements feature
5268: #1039)
5269:
5270: 2015-10-20 moko
5271:
5272: * src/main/pa_request.C: cleanup
5273:
5274: 2015-10-15 moko
5275:
5276: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5277:
5278: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5279: types/pa_vtable.C: new feature: no more $table.method and
5280: $hash.method, aliases for _at, _count, _key (related to feature
5281: #1017)
5282:
1.97 moko 5283: 2015-10-14 moko
5284:
1.98 moko 5285: * tests/: 317.html, results/317.processed: test for
5286: ^string.unescape[] added (related to feature #120)
5287:
1.97 moko 5288: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5289: defined" bug (described in issue #1036)
5290:
5291: * tests/: 247.html, results/247.processed: test for checkBOM added
5292: (test for bug #1037)
5293:
5294: * src/: include/pa_charsets.h, main/pa_charsets.C,
5295: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5296: it's not enforced, skips BOM signature if it complies charset
5297: (fixes bug #1037)
5298:
5299: 2015-10-13 moko
5300:
5301: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5302: linking
5303:
5304: * src/classes/inet.C: vs2003 compilation fix
5305:
5306: * src/classes/math.C: warning war
5307:
5308: * src/lib/punycode/pa_punycode.c: warning war
5309:
5310: 2015-10-12 moko
5311:
5312: * src/lib/punycode/pa_punycode.c: warning war
5313:
5314: * parser3.sln: moved parser3 first, to make it default startup
5315: project
5316:
5317: * buildall: parser "mirror" now used for external libs sources
5318: (implements feature #1036)
5319:
5320: * buildall: most external libs are updated to their current
5321: versions (related to feature #1036)
5322:
5323: * src/classes/image.C: more tags added
5324:
5325: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5326:
5327: 2015-10-11 moko
5328:
5329: * src/classes/curl.C: minor optimization (related to feature #1035)
5330:
5331: 2015-10-09 moko
5332:
5333: * src/classes/curl.C: pa_strdup added for strings from curl
5334: (related to feature #1035)
5335:
5336: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5337: ULLONG_MAX definition
5338:
5339: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5340: (implements feature #1035)
5341:
5342: * src/main/pa_charset.C: String::Body(String::C) used
5343:
5344: * src/main/pa_charset.C: exceptions unified
5345:
5346: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5347: unified
5348:
5349: * src/: classes/file.C, classes/image.C, classes/mail.C,
5350: classes/op.C, classes/xdoc.C, classes/xnode.C,
5351: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5352: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5353: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5354: String::Body(String::C) constructor added (related to bug #957)
5355:
5356: * src/classes/file.C: minor optimization
5357:
5358: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5359: Cord(char*) autocreation (related to bug #957)
5360:
5361: * src/: classes/string.C, main/untaint.C: minor optimizations
5362:
5363: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5364: String(char*, Lang, length) removed, String(C(), Lang) used
5365: instead (related to bug #957)
5366:
5367: 2015-10-08 moko
5368:
5369: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5370: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5371: main/untaint.C: Now char * is converted to CORD only using
5372: AS_CORD() to check for empty cord bug (fixes bug #957)
5373:
5374: * src/include/pa_hash.h: fixed compilation without
5375: HASH_CODE_CACHING
5376:
5377: * src/classes/string.C:
5378: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5379: feature #120)
5380:
5381: * src/main/pa_common.C: reduce js flags checks count (related to
5382: feature #120)
5383:
1.96 moko 5384: 2015-10-07 moko
5385:
5386: * tests/: 275.html, results/275.processed: test modified after
5387: unsigned long long int support implemented (feature #1034)
5388:
5389: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5390: pa_atoul added for unsigned long long int support
5391:
5392: 2015-10-06 moko
5393:
5394: * src/types/pa_vdate.C: INT_MAX used
5395:
5396: 2015-10-03 moko
5397:
5398: * tests/: 302.html, results/302.processed: test for bug #1023
5399: (\u2028, \u2029 escaping) added
5400:
5401: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5402: json:string[] (fixes bug #1023)
5403:
5404: 2015-09-29 moko
5405:
5406: * tests/305.html: try-catch added for OS without ipv6 support
5407:
5408: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5409: compilation
5410:
5411: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5412: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5413: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5414: implemented to distinguish ^hash.method from $hash.field
5415: (implements feature #1017)
5416:
5417: * src/lib/punycode/pa_punycode.c: warning war
5418:
5419: * src/include/pa_config_includes.h: warning war
5420:
5421: * src/include/pa_config_includes.h: pragma warning actualized a bit
5422:
5423: * src/include/pa_config_includes.h: warning war
5424:
5425: * src/include/pa_hash.h: clang compilation fix
5426:
5427: 2015-09-27 moko
5428:
5429: * src/main/compile.tab.C: Bison 3 is now default
5430:
5431: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5432:
5433: 2015-09-25 moko
5434:
5435: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5436: works with undefined HASH_ORDER (related to feature #196)
5437:
5438: 2015-09-24 moko
5439:
5440: * tests/: 027.html, results/027.processed: test modified to test
5441: ^hash.sort (feature #196)
5442:
5443: * src/: classes/hash.C, include/pa_hash.h:
5444: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5445: added (implements feature #196)
5446:
5447: * tests/: 316.html, results/316.processed: Added test for bug #1025
5448: (exception handling in non-cached ^cache), plus for "it does not
5449: have logical value" and "$exception.handled value must be either
5450: boolean or string 'cache'" exceptions.
5451:
5452: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5453: code (fixes bug #1025)
5454:
1.95 moko 5455: 2015-09-23 moko
5456:
5457: * src/classes/table.C: warning war
5458:
5459: * src/: classes/math.C, types/pa_vcookie.C: warning war
5460:
5461: * src/classes/file.C: warning war
5462:
5463: * src/: include/pa_table.h, main/pa_table.C: warning war
5464:
5465: * src/: main/pa_request.C, classes/date.C: warning war
5466:
5467: * src/: types/pa_vdate.C, classes/op.C: warning war
5468:
5469: * tests/: 122.html, results/122.processed: win sync: to remove
5470: differences with OS that doesn't keep timezone change history
5471:
5472: * src/types/pa_vdate.C: tzset() should be called in Windows after
5473: TZ change (related to feature #36)
5474:
5475: * tests/: 075.html, results/075.processed: win sync: to remove
5476: differences with OS that doesn't keep timezone change history
5477:
5478: * tests/: 315.html, results/315.processed: win sync: to remove
5479: differences with OS that doesn't keep timezone change history
5480:
5481: * tests/: 256.html, results/256.processed: win sync: to remove
5482: differences with OS that doesn't keep timezone change history
5483:
5484: * tests/: 124.html, results/124.processed: win results sync: to
5485: avoid hitting time change hole.
5486:
5487: * src/types/pa_vdate.C: static returned. :)
5488:
5489: 2015-09-22 moko
5490:
5491: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5492:
5493: * tests/results/131.processed: more tests for feature #1032
5494:
5495: * src/classes/date.C: minor fix related to feature #1032
5496:
1.211 moko 5497: * operators.ru.txt, operators.txt: ISO date creation documented
5498: (related to feature #1032)
1.95 moko 5499:
1.211 moko 5500: * operators.ru.txt, operators.txt: iso-string documented (related
5501: to feature #1032)
1.95 moko 5502:
5503: * tests/: 315.html, results/315.processed: more tests added
5504: (related to feature #1032)
5505:
5506: * tests/: 131.html, results/131.processed: date range checks
5507: updated (related to feature #36)
5508:
5509: * tests/: 315.html, results/057.processed, results/315.processed:
5510: test added for ISO date support (related to issue #315)
5511:
5512: * src/classes/date.C: more readable exceptions in date creation
5513: (related to ticket #1032)
5514:
5515: 2015-09-18 moko
5516:
5517: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5518: added (related to issue #1032)
5519:
5520: * tests/results/256.processed, src/classes/json.C: iso-string
5521: documented (related to issue #1032)
5522:
5523: * tests/: 256.html, results/256.processed: ISO date check added
5524: (related to issue #1032)
5525:
5526: * tests/: 057.html, results/057.processed, results/224.processed:
5527: tests results updated after ISO date support implemented (related
5528: to feature #1032)
5529:
5530: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5531: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5532: ^date::create[string] constructor formalized, ^date.iso-string[]
5533: added (implements feature #1032)
5534:
5535: 2015-09-05 moko
5536:
1.211 moko 5537: * operators.ru.txt, operators.txt: actualized
1.95 moko 5538:
1.211 moko 5539: * operators.ru.txt, operators.txt: date changes documented (related
5540: to ticket #36)
1.95 moko 5541:
5542: 2015-09-04 moko
5543:
5544: * src/types/pa_vdate.C: warning war
5545:
5546: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5547:
5548: 2015-09-03 moko
5549:
5550: * tests/results/096.processed: test result updated for 0..9999 year
5551: date range support (related to feature #36)
5552:
5553: * tests/: 314.html, results/314.processed: test for
5554: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5555: bug #1031)
5556:
5557: * src/classes/string.C: Static calls fixed for ^string:base64[],
5558: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5559:
1.116 moko 5560: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5561: configure.in -> configure.ac
1.95 moko 5562:
1.116 moko 5563: * configure, configure.in, src/include/pa_config_auto.h.in: more
5564: correct timezone check for FreeBSD Warning war: configure.in ->
5565: configure.ac
1.95 moko 5566:
5567: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5568: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5569: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5570: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5571: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5572: src/main/Makefile.am, src/targets/apache/Makefile.am,
5573: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5574: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5575: check added
5576:
5577: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5578:
5579: * tests/results/: 124.processed, 224.processed: test resuls updated
5580: for new date implementation (related to feature #36)
5581:
5582: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5583: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5584: types/pa_vdate.h: new double date implementation with internal
5585: support for extended 0..9999 year range, default timezone support
5586: (related to feature #36)
5587:
5588: 2015-08-28 moko
5589:
5590: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5591: (fixes bug #1030)
5592:
5593: 2015-08-21 moko
5594:
5595: * src/classes/inet.C: snprintf size "bug" commented
5596:
5597: * src/main/pa_common.C: snprintf comments updated
5598:
5599: 2015-08-16 moko
5600:
5601: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5602:
5603: 2015-08-11 moko
5604:
5605: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5606: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5607: can be null (fixes bug #1029)
5608:
5609: 2015-08-06 moko
5610:
1.116 moko 5611: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5612: pa_vdate.C added
1.95 moko 5613:
5614: 2015-08-05 moko
5615:
5616: * tests/: 313.html, results/313.processed: test for
5617: ^table.count[columns] and ^table.flip[] with nameless tables
5618: (feature #1003)
5619:
5620: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5621: max_cell added, now ^table.count[columns] and ^table.flip[] works
5622: correctly for nameless tables (implements feature #1003)
5623:
5624: 2015-08-03 moko
5625:
5626: * tests/312.html: test for ^table.append[$hash] and
5627: ^table.insert[$hash] added (related to feature #1028)
5628:
5629: * src/classes/table.C: ^table.append[$hash] and
5630: ^table.insert[$hash] now supported (implements feature #1028)
5631:
5632: * tests/: 312.html, results/312.processed: test row copy in
5633: ^table.hash[; $.type[table] ] added (related to feature #1016)
5634:
5635: * src/classes/table.C: row copy now created in ^table.hash[;
5636: $.type[table] ] (related to feature #1016)
5637:
5638: 2015-07-29 moko
5639:
5640: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5641: added (related to feature #1016)
5642:
5643: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5644: ^table.delete[] added to delete current row (related to feature
5645: 1016)
5646:
5647: 2015-07-28 moko
5648:
5649: * tests/: 312.html, results/312.processed: test for
5650: $table.column[value] and ^table.insert{row} (related to feature
5651: #1016)
5652:
5653: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5654: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5655: ^table.insert{row} are now implemented (feature #1016)
5656:
5657: * src/include/pa_array.h: Optimization: bool reverse removed from
5658: append(), insert() added, memmove arguments order in remove()
5659: fixed (related to feature #1016)
5660:
5661: 2015-07-23 moko
5662:
5663: * src/classes/json.C: tainted json and empty json exception added
5664: (implements feature #1015)
5665:
5666: * tests/: 311.html, results/311.processed: empty json and tainted
5667: json exception test added (related to issue #1015)
5668:
5669: 2015-07-22 moko
5670:
5671: * tests/: 311.html, results/311.processed: test for UTF-8
5672: processing added
5673:
5674: * tests/: 311.html, results/311.processed: test for
5675: json_exception_with_source added (related to issue #394)
5676:
5677: * src/classes/json.C: json_exception_with_source added (implements
5678: feature #394)
5679:
5680: 2015-06-29 moko
5681:
5682: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5683: directories are now correctly determined if _d_type == DT_UNKNOWN
5684: (closes bug #1027)
5685:
5686: 2015-06-10 moko
5687:
5688: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5689: error if libxml has LIBXML_ICU_ENABLED.
5690:
5691: 2015-06-04 moko
5692:
5693: * tests/099.html: ups, reverting
5694:
5695: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5696: results/310.processed: tests for $response:body[ $.file[] ] and
5697: $response:last-modified added
5698:
5699: * src/main/pa_request.C: last-modified check fixed
5700:
5701: 2015-06-03 moko
5702:
5703: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5704: results/205.processed, results/293.processed: $response:headers
5705: logging added (tests for feature #1007)
5706:
5707: * src/: include/pa_common.h, include/pa_request.h,
5708: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5709: $response:headers are now in uppercase (closes feature #1007)
5710:
5711: 2015-06-02 moko
5712:
5713: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5714: build errors reverted for clang compatibility
5715:
5716: 2015-06-01 moko
5717:
5718: * src/include/pa_memory.h: -pedantic build errors fixed
5719:
5720: * src/classes/math.C: -pedantic build error fixed
5721:
5722: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5723:
5724: 2015-05-31 moko
5725:
5726: * src/classes/table.C: USE_STRINGSTREAM optimized
5727:
5728: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5729: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5730: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5731: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5732: types/pa_vxnode.h: warning war (-pedantic flag)
5733:
5734: 2015-05-28 moko
5735:
5736: * tests/: 308.html, results/308.processed: test for
5737: ^table::create[$t;], etc work added (related to bug #975)
5738:
5739: * src/classes/table.C: check_option_param removed,
5740: ^table::create[$t;], etc now works (fixes bug #975)
5741:
5742: 2015-05-27 moko
5743:
5744: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5745: (Debian jessie) fixed (closes issue #1024)
5746:
5747: * tests/Makefile: sort added as in Debian jessie list become
5748: unsorted
5749:
5750: 2015-05-18 moko
5751:
5752: * tests/: 201.html, results/201.processed: test for
5753: ^string.trim[what] feature #1022
5754:
5755: * src/classes/string.C: ^string.trim[what] now supported,
5756: implements feature #1022
5757:
5758: 2015-05-17 moko
5759:
5760: * tests/results/185.processed: test result updated as feature #1021
5761: implemented (left/right accept negative parameter)
5762:
5763: * src/classes/string.C: left/right now accept negative parameter
5764: (implements feature #1021)
5765:
5766: 2015-05-08 moko
5767:
5768: * src/classes/math.C: isalnum -> pa_isalnum
5769:
5770: * src/main/execute.C: optimization in getter-junction processing
5771: (related to issue #997)
5772:
5773: 2015-05-07 moko
5774:
5775: * tests/: 307.html, results/307.processed: test for issue #997
5776: added
5777:
5778: * src/main/execute.C: process_getter result now checked if junction
5779: returned (closes issue #997)
5780:
5781: * tests/: 305.html, results/305.processed: sort added to ignore
5782: different order
5783:
5784: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5785: assignment (closes issue #994)
5786:
5787: * tests/: 306.html, results/306.processed: test for issue #994
5788: added
5789:
5790: * tests/: 303.html, results/303.processed: two more errors tested
5791:
5792: 2015-05-06 moko
5793:
5794: * tests/: 305.html, results/305.processed: test for name2ip &
5795: ip2name added (related to feature #992)
5796:
5797: * tests/: 303.html, 304.html, results/303.processed,
5798: results/304.processed: tests for idna conversion added (related
5799: to issue #849)
5800:
5801: 2015-05-02 moko
5802:
5803: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5804: implemented
5805:
5806: 2015-04-30 moko
5807:
5808: * src/main/pa_http.C: idna_host added, related to issue #849
5809:
5810: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5811: (related to issue #849)
5812:
5813: 2015-04-24 moko
5814:
5815: * src/types/pa_vjunction.C: warning war
5816:
5817: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5818: unification
5819:
5820: * src/lib/punycode/pa_idna.c: warning war
5821:
5822: 2015-04-22 moko
5823:
5824: * src/main/main.vcproj: punycode include path added
5825:
5826: * src/lib/punycode/pa_idna.c: windows compile error fixed
5827:
5828: * src/lib/punycode/pa_idna.c: warning war
5829:
5830: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5831: project file added
5832:
5833: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5834:
5835: * src/include/pa_memory.h: warning war
5836:
5837: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5838: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5839: implemented (related to feature #849)
5840:
5841: * configure.in, src/main/Makefile.am,
5842: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5843: libpunycode added in Unix
5844:
5845: 2015-04-21 moko
5846:
5847: * configure.in: large files support
5848:
5849: 2015-04-15 moko
5850:
5851: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5852: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5853: pa_punycode.h: initial version for punycode/idna support library
5854: (ticket #849)
5855:
5856: 2015-04-08 moko
5857:
5858: * src/: classes/curl.C, classes/date.C, classes/file.C,
5859: classes/image.C, classes/mail.C, classes/reflection.C,
5860: classes/string.C, classes/xnode.C, include/pa_request.h,
5861: include/pa_string.h, include/pa_stylesheet_connection.h,
5862: main/compile.y, main/compile_tools.h, main/execute.C,
5863: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5864: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5865: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5866: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5867: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5868: clang compiler warnings (closes issue #1018)
5869:
5870: * src/include/pa_string.h: String::Body comparation operators with
5871: char * added (related to issue #958)
5872:
5873: 2015-04-07 moko
5874:
5875: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5876: pa_malloc/pa_free to remove system malloc/free usage (related to
5877: issue #1018)
5878:
5879: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5880: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5881: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5882: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5883: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5884: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5885: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5886: malloc/strdup/free replaced with pa_ version and checks for
5887: accidental use of non-pa_ version added (related to issue #1018)
5888:
5889: 2015-04-03 moko
5890:
5891: * buildall: pcre-8.33 -> pcre-8.36
5892:
5893: * src/: main/compile.y, classes/form.C, classes/mail.C,
5894: classes/op.C, classes/string.C, main/compile.tab.C,
5895: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5896: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5897: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5898: ticket #958)
5899:
5900: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5901: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5902: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5903: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5904: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5905: $request:headers, $request:method added (implements feature
5906: #1007)
5907:
5908: 2015-03-17 misha
5909:
5910: * tests/302.html: - test for
5911: ^json:string[...;$._default[method-name]]
5912:
5913: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5914: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5915: option $._default[method-name] is specified in ^json:string[], a
5916: method with specified name will be called for classes/objects
5917: serialization ( new feature: #982 )
5918:
5919: 2015-03-16 misha
5920:
5921: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5922: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5923: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5924: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5925: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5926: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5927: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5928: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5929: types/pa_vrequest.h, types/pa_vstateless_class.C,
5930: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5931: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5932: $var.CLASS_NAME now have special opcodes. This can be switched
5933: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5934: on pa_opcode.h ( new feature: #844 )
5935:
5936: 2015-03-15 misha
5937:
5938: * tests/075.html: - test for $response:header[]
5939:
5940: * src/types/pa_vresponse.C: - $response:header[] deletes header
5941: that was set earlie ( new feature: #1001 )
5942:
5943: 2015-03-12 misha
5944:
5945: * tests/246.html: - more tests for ^hash._at[]
5946:
5947: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5948: accepts second param [key|value|hash] ( new feature: #1012 )
5949:
5950: 2015-03-09 moko
5951:
5952: * src/types/pa_vmail.C: exception for everything but
5953: $mail:received, closes issue #1011
5954:
5955: 2015-02-20 moko
5956:
5957: * tests/: 275.html, results/275.processed: hex detection in
5958: pa_atoui fix test (closes issue #1010)
5959:
5960: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5961: issue #1010)
5962:
5963: 2015-02-17 moko
5964:
5965: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5966: tainted.
5967:
5968: 2015-02-03 misha
5969:
5970: * tests/301.html: - test for ^json:string($double) causes
5971: exception. bugfix: #1008
5972:
5973: * src/classes/json.C: - ^json:string($double) causes exception.
5974: bugfix: #1008
5975:
5976: * tests/014.html: - updated for work with ^hash.delete[]
5977:
5978: 2015-01-12 misha
5979:
5980: * src/: classes/form.C, include/pa_common.h,
5981: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5982: types/pa_vform.h: - supports body with PUT method as well ( new
5983: feature: #1006 )
5984:
5985: * src/classes/file.C: - warnings war
5986:
5987: 2015-01-11 misha
5988:
5989: * tests/300.html: - test for ^hash.delete[] is added
5990:
5991: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5992: feature: #989 ) - tiny optimization in intersects
5993:
5994: 2015-01-06 moko
5995:
5996: * src/types/pa_vmail.C: file names transcode added, to and cc added
5997: with transcode, attachments detection fixed
5998:
5999: * src/main/pa_request.C: filling mail received after cgi/auto.p
6000: load to allow charset switch (related to issue #996)
6001:
6002: 2014-12-31 moko
6003:
6004: * src/types/pa_vmail.C: from and subject now transcoded if not
6005: UTF-8 source charset (fixes issue 996)
6006:
6007: * src/main/pa_exception.C: fixed string from stack bug (closes
6008: issue #1000)
6009:
6010: 2014-12-11 misha
6011:
6012: * src/types/pa_vhashfile.C: - check if key is not empty before
6013: access ( bug fix: #1005 )
6014:
6015: 2014-11-13 misha
6016:
6017: * src/main/compile.y: - PC.append does not reset to false while
6018: creating a new class. bugfix: #990
6019:
6020: * tests/299.html: - test for creation class after working with
6021: partial class (create+append)
6022:
6023: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6024: #995
6025:
6026: * tests/232.html: - test for @get[def] added
6027:
6028: 2014-10-12 moko
6029:
6030: * src/lib/pcre/pcre_internal.vcproj: correct path
6031:
6032: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6033: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6034: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6035: targets/apache/ApacheModuleParser3.vcproj,
6036: targets/apache/ApacheModuleParser3Core.vcproj,
6037: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6038: types/types.vcproj: project GUID inserted in *.vcproj for correct
6039: conversion in newer VS versions
6040:
6041: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6042: pcre_internal.vcproj added
6043:
6044: 2014-08-28 moko
6045:
6046: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6047: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6048: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6049:
6050: 2014-06-30 misha
6051:
6052: * tests/298.html: - tests for ^reflection:def[class;className]
6053: added
6054:
6055: * src/classes/reflection.C: - ^reflection:def[class;className]
6056: added ( new feature: #918 )
6057:
6058: 2014-06-29 misha
6059:
6060: * src/classes/table.C: - ^table::create[unsupported data] -
6061: exception comment changed to "body must be table or code" ( bug
6062: fix: #951 )
6063:
6064: * tests/: 261.html, results/261.processed: - tests for
6065: ^json:string[...;$.void[null|string]] added
6066:
6067: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6068: option $.void[string|null] added to ^json:string[...] ( new
6069: feature: #952 )
6070:
6071: 2014-06-28 moko
6072:
6073: * src/classes/curl.C: $.charset now processed before other curl
6074: options (closes issue #980)
6075:
6076: 2014-05-23 misha
6077:
6078: * src/classes/json.C: - bug fix: #987
6079:
6080: 2014-05-04 misha
6081:
6082: * tests/: 253.html, 253_json.txt: - test for
6083: ^json:parse[$.int(false)] is added
6084:
6085: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6086: default true). The option is similar to $.double(bool) but for
6087: integers.
6088:
6089: 2014-05-01 moko
6090:
6091: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6092: #12 )
6093:
6094: 2014-04-16 moko
6095:
6096: * src/main/pa_http.C: response-charset option should finally work
6097: now (fix for issue #867)
6098:
6099: * src/main/pa_http.C: response-charset option should work now (fix
6100: for issue #867)
6101:
6102: 2014-03-07 moko
6103:
6104: * buildall: libgc moved
6105:
6106: * buildall: libgc moved
6107:
6108: 2013-12-29 moko
6109:
6110: * src/classes/string.C: ^string:js-unescape result now tainted,
6111: closes issue #966
6112:
6113: * tests/: 186.html, results/186.processed: ^string:js-unescape
6114: result now tainted, issue #966
6115:
6116: 2013-12-03 moko
6117:
6118: * src/: classes/memcached.C, types/pa_vmemcached.C,
6119: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6120: option was added for http://www.parser.ru/forum/?id=79343
6121:
6122: * src/classes/file.C: bugfix for
6123: http://www.parser.ru/forum/?id=79337
6124:
6125: 2013-11-05 moko
6126:
6127: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6128:
6129: * src/main/pa_globals.C: spelling fixed
6130:
6131: 2013-10-29 moko
6132:
6133: * src/lib/json/json.vcproj: json.c -> pa_json.C
6134:
6135: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6136: #892
6137:
6138: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6139: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6140: exceptions to be thrown thougth json library), related to issue
6141: #892
6142:
6143: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6144: related to issue #896
6145:
6146: 2013-10-24 moko
6147:
6148: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6149:
6150: 2013-10-23 moko
6151:
6152: * README: actualization
6153:
6154: 2013-10-22 moko
6155:
6156: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6157: compatibility patch from Sergey Kirpichev
6158:
6159: * tests/: 297.html, results/297.processed: non-working getter fix
6160: test for issue #948
6161:
6162: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6163: called when saving value of $match variable in ^string.match[] to
6164: increase compatibility (related to issue #948).
6165:
6166: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6167: usage optimization
6168:
6169: 2013-10-21 moko
6170:
6171: * tests/: 182.html, results/182.processed: local path removed for
6172: compatibility
6173:
6174: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6175: results/244.processed, results/253.processed,
6176: results/254.processed, results/275.processed,
6177: results/281.processed: try_catch -> try-catch
6178:
6179: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6180: results/294.processed, results/296.processed: try_catch ->
6181: try-catch
6182:
6183: 2013-10-20 moko
6184:
6185: * tests/: 296.html, results/296.processed: test for xsl exception
6186: for issue #938 added.
6187:
6188: * src/: include/pa_xml_exception.h,
6189: main/pa_stylesheet_connection.C: forgotten to be replaced
6190: XmlException is now replaced (once again closes issue #938)
6191:
6192: 2013-10-18 moko
6193:
6194: * buildall: disable clock_gettime detection to avoid librt linking
6195: (which in turn depends on libpthread), related to issue #943
6196:
6197: 2013-10-18 misha
6198:
6199: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6200: lib/smtp/smtp.vcproj, main/main.vcproj,
6201: targets/apache/ApacheModuleParser3Core.vcproj,
6202: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6203: types/types.vcproj: - new locations for libxml2 includes where
6204: added to vcproj files
6205:
6206: 2013-10-18 moko
6207:
6208: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6209: fix
6210:
6211: * tests/: 295.html, results/295.processed: test for issue #948
6212: updated
6213:
6214: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6215: :)
6216:
6217: * tests/: 295.html, results/295.processed: test for issue #948
6218: added
6219:
6220: * src/: classes/hash.C, classes/string.C, classes/table.C,
6221: include/pa_request.h, types/pa_method.h: for getters and setters
6222: to be executed request.put_element should be called, not
6223: context.put_element (fixes issue #948)
6224:
6225: 2013-10-17 moko
6226:
6227: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6228: LIBXML2_NEW_BUFFER check (closes issue #943)
6229:
6230: * buildall: libxml 2.9.1 build is broken --without-reader.
6231:
6232: 2013-10-16 moko
6233:
6234: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6235:
6236: * tests/: 294.html, results/294.processed: test for issue #938
6237:
6238: * src/: classes/xdoc.C, classes/xnode.C,
6239: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6240: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6241:
6242: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6243: libxslt-1.1.26 -> libxslt-1.1.28
6244:
6245: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6246: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6247: to '?', related to issue #938
6248:
6249: 2013-10-15 moko
6250:
6251: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6252: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6253: minor optimizations (closes issue #896)
6254:
6255: * tests/results/: 292.processed, 293.processed: results updated to
6256: comply with issue #896
6257:
6258: * tests/: 292.html, 293.html, results/292.processed,
6259: results/293.processed: tests for json escaping
6260:
6261: 2013-10-14 moko
6262:
6263: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6264: and cleanup, code moved from .h to .C, no changes in code
6265:
6266: 2013-10-12 moko
6267:
6268: * tests/results/119.processed: updated test result commited
6269:
6270: * tests/: 291.html, results/291.processed: test for issue #894
6271: added
6272:
6273: * src/types/pa_wcontext.h: base methods call support function
6274: get_somebody_entered_some_class should not be true forever, as
6275: wcontext can have many get_elements calls (fixes issue #894)
6276:
6277: 2013-10-11 moko
6278:
6279: * tests/: 290.html, results/290.processed: test for junction GPF
6280: issue #942 added
6281:
6282: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6283: to native method fixed (closes issue #942)
6284:
6285: * tests/: 158.html, results/158.processed: test for csv-string[]
6286: added
6287:
6288: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6289: feature #907)
6290:
6291: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6292: feature #907)
6293:
6294: 2013-10-09 moko
6295:
6296: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6297: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6298: types/pa_vstateless_class.C: GET_default, SET_default now works
6299: properly not only in objects, but in classes as well (closes
6300: issue #903)
6301:
6302: * tests/: 289.html, results/289.processed: GET/SET_default now
6303: works in classes, not only objects, test case added, related to
6304: issue #903
6305:
6306: * tests/: 288.html, results/288.processed: test for endless
6307: recursion bug added (related to issue #903)
6308:
6309: 2013-10-05 moko
6310:
6311: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6312: classes/table.C, main/execute.C, types/pa_method.h,
6313: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6314: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6315: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6316: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6317: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6318: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6319: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6320: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6321: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6322: optimization: put_element no longer has "bool areplace" argument,
6323: related to issue #903
6324:
6325: 2013-10-03 moko
6326:
6327: * tests/results/182.processed: result for $.replace(false) test
6328: commited
6329:
6330: * src/classes/date.C: ^date::create(number) processed correctly
6331: (fixes issue #901)
6332:
6333: * src/classes/image.C: as_no_junction removed, as param can be
6334: expression (closes issue #931)
6335:
6336: * tests/233.html: test for issue #931 added
6337:
6338: 2013-10-02 moko
6339:
6340: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6341: modified, test for $.replace(false) added
6342:
6343: * src/main/compile_tools.h: forgotten class replace returned. :)
6344:
6345: 2013-09-30 moko
6346:
6347: * tests/: 141.html, results/141.processed: md5 tainting test added
6348:
6349: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6350: main/compile_tools.h, main/pa_request.C: allow_class_replace
6351: implemented; $.replace option added to ^process and ^use
6352:
6353: 2013-08-27 moko
6354:
6355: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6356: cstr_to_string_body_untaint should be called with charsets for
6357: possible uri language and connection for possible sql language.
6358: related to issue #857
6359:
6360: * buildall: and -> or fixed
6361:
6362: 2013-08-26 moko
6363:
6364: * buildall: prepare_ functions logic changed to support
6365: gc-7.2d.tar.gz extracting to gc-7.2 directory
6366:
6367: 2013-08-23 moko
6368:
6369: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6370: statically
6371:
6372: 2013-08-22 moko
6373:
6374: * src/classes/string.C: String::Empty used (related to issue #912)
6375: append_know_length removed (related to old GPF bug)
6376:
6377: 2013-08-21 moko
6378:
6379: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6380:
6381: * src/classes/math.C: ^math:digest[...;$file] support added
6382: (related to ticket #857
6383:
6384: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6385: implemented
6386:
6387: * src/types/pa_vhashfile.h: warning war
6388:
6389: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6390: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6391: anti_endless_json_string_recoursion removed from request;
6392: json_string_recoursion added to json_options; $.indent[indent
6393: value] now supported and passed within recoursion closes feature
6394: #937
6395:
6396: * tests/: 287.html, results/287.processed: test for feature #937
6397:
6398: 2013-07-31 moko
6399:
6400: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6401: compilation having #define _S
6402:
6403: * src/main/pa_globals.C: cleanup
6404:
6405: 2013-07-30 moko
6406:
6407: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6408: main/pa_common.C: vs2003 warning war
6409:
6410: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6411:
6412: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6413:
6414: * src/lib/md5/pa_sha2.c: warning war
6415:
6416: 2013-07-29 moko
6417:
6418: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6419: patches from github
6420:
6421: * src/: classes/bool.C, classes/double.C, classes/int.C,
6422: classes/memcached.C, include/pa_config_includes.h,
6423: types/pa_vfile.C, types/pa_vfile.h: warning war
6424:
6425: * src/lib/json/json.vcproj: C++ -> C
6426:
6427: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6428:
6429: * src/lib/json/: json.c, pa_json.C: windows compatibility
6430:
6431: * src/lib/json/: json.c, pa_json.C: windows compatibility
6432:
6433: * src/lib/json/: json.c, pa_json.C: warning war
6434:
6435: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6436:
6437: * src/include/pa_config_fixed.h: uint16_t added
6438:
6439: * configure.in: uint16_t check added
6440:
6441: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6442: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6443: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6444: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6445: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6446:
6447: 2013-07-25 moko
6448:
6449: * parser3.sln: dependencies added
6450:
6451: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6452: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6453: module support
6454:
6455: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6456:
6457: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6458:
6459: 2013-07-23 moko
6460:
6461: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6462: PA_DEBUG_GC_MEMORY removed
6463:
6464: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6465: PA_DEBUG_DISABLE_GC compilation fix
6466:
6467: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6468: main/pa_request.C: outdated RESOURCES_DEBUG removed
6469:
6470: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6471: garbage cleanup
6472:
6473: * src/main/pa_common.C: warning war
6474:
6475: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6476:
6477: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6478: minor cleanup
6479:
6480: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6481: uses cygwin, not WIN32 implementation
6482:
6483: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6484: able to exec shell scripts
6485:
6486: * src/classes/math.C: ifdef WIN32 cleanup
6487:
6488: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6489:
6490: * src/classes/curl.C: LT_MODULE_EXT used
6491:
6492: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6493:
6494: 2013-07-22 moko
6495:
6496: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6497: includes fix
6498:
6499: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6500:
6501: * configure.in, src/include/pa_config_includes.h,
6502: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6503: src/main/pa_exec.C: includes cleanup
6504:
6505: * src/targets/cgi/parser3.C: 2012->2013
6506:
6507: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6508:
6509: * configure.in, src/include/pa_config_includes.h,
6510: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6511: src/main/pa_random.C, src/main/pa_socks.C,
6512: src/types/pa_vstatus.C: cygwin support cleanup
6513:
6514: * configure.in: dirent.h check added
6515:
6516: * src/: include/pa_config_includes.h, include/pa_dir.h,
6517: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6518: not copied
6519:
6520: 2013-07-21 moko
6521:
6522: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6523:
6524: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6525: parser3.vcproj: unused getopt.h / getopt.c removed
6526:
1.211 moko 6527: * operators.ru.txt, operators.txt, src/classes/file.C,
6528: tests/022.html, tests/results/022.processed:
6529: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6530:
6531: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6532: src/main/pa_dir.C: ^file:list[] now has dir column and when
6533: $.stat(true) it has size/*date columns modified patch from misha@
6534: that closes issue #914.
6535:
6536: * src/: include/pa_config_includes.h, main/pa_globals.C:
6537: PA_RELEASE_ASSERTS removed
6538:
6539: * src/lib/md5/pa_md5c.c: minor cleanup
6540:
6541: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6542: localeconv()->decimal_point usage remoed (related to issue #934)
6543:
6544: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6545: cordprnt.c removed
6546:
6547: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6548: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6549: pa-include/pa_strings.h: includes cleanup
6550:
6551: * src/lib/md5/pa_md5c.c: headers cleanup
6552:
6553: 2013-07-20 moko
6554:
6555: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6556: cleanup
6557:
6558: 2013-07-19 moko
6559:
6560: * src/classes/math.C: extern "C" added for crypt
6561:
6562: 2013-07-18 moko
6563:
6564: * src/classes/math.C: fix redhat7.2 build
6565:
6566: 2013-07-17 moko
6567:
6568: * configure.in, src/include/pa_config_includes.h,
6569: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6570: added for uint8/32/64_t)
6571:
6572: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6573: pa_config_includes.h used for uint32/64_t
6574:
6575: 2013-07-16 moko
6576:
6577: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6578: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6579: war
6580:
6581: * src/main/compile.tab.C: compile.y was updated
6582:
6583: * src/main/compile.y: warning war
6584:
6585: * src/: include/pa_exception.h, main/pa_exception.C,
6586: main/pa_xml_exception.C: warning war
6587:
6588: * src/: include/pa_common.h, main/pa_common.C: warning war
6589:
6590: * configure.in: beauty :)
6591:
6592: * tests/: 141.html, results/141.processed: sha256/512 added
6593:
6594: 2013-07-13 moko
6595:
6596: * src/lib/md5/md5.vcproj: sha2 added
6597:
6598: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6599: classes/math.C: sha2 support (sha256/sha512 digest)
6600:
6601: 2013-07-08 moko
6602:
6603: * src/classes/image.C: directory read or other read problem message
6604: fixed (related to issue #933)
6605:
6606: 2013-07-07 moko
6607:
6608: * AUTHORS: + misha + moko. :)
6609:
6610: 2013-07-06 moko
6611:
6612: * src/: classes/curl.C, include/pa_globals.h,
6613: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6614: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6615: for lt_dlinit to be called once and lt_dlexit called at right
6616: place (related to issue #925)
6617:
6618: 2013-07-04 moko
6619:
6620: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6621: VString::as_vfile now uses vfile.set_binary_string to avoid
6622: content-type to be set, as it brokes badly designed logic in
6623: response output. This hopefully finishes issue #928.
6624:
6625: * tests/results/: 256.processed, 286.processed: file now displayed
6626: as name, size, mode, content-type
6627:
6628: * src/main/pa_common.C: read error now reported cottectly (fixes
6629: issue #933
6630:
6631: 2013-06-28 moko
6632:
6633: * tests/: 286.html, results/286.processed: test extended
6634:
6635: * tests/: 286.html, results/286.processed: Test for issue #928
6636: added. it tests default content-type change.
6637:
6638: * src/types/pa_vfile.C: closes issue #928 - default content-type
6639: now updated
6640:
6641: 2013-06-25 moko
6642:
6643: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6644: content-type for text/binary files without name added;
6645: ^file::create[$f;...] options now works properly and $f
6646: properties are default (fixes issue #928)
6647:
6648: 2013-05-16 misha
6649:
6650: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6651: added
6652:
6653: * src/main/pa_table.C: - a tiny memory optimisation while creating
6654: table if specified limit is bigger than source rows count
6655:
6656: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6657: added ( new feature: #858 )
6658:
6659: 2013-04-29 moko
6660:
6661: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6662: $.ipresolve(0|1|2) added (closes issue #891)
6663:
6664: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6665:
6666: 2013-04-24 moko
6667:
6668: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6669: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6670: types/pa_vmemcached.h: ^memcache.release[] added, calls
6671: memcached_quit (refs #893)
6672:
6673: 2013-04-22 moko
6674:
6675: * src/: include/pa_string.h, main/pa_common.C: no more double
6676: slashes in file path (fixes bug #872)
6677:
6678: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6679: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6680: #739)
6681:
6682: * tests/results/266.processed: $.max_params added (feature #915)
6683:
6684: * src/: include/pa_common.h, main/pa_http.C: response-charset
6685: option added to file::load (closes issue #867)
6686:
6687: 2013-04-20 misha
6688:
6689: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6690: commited
6691:
6692: 2013-03-15 misha
6693:
6694: * src/classes/: hash.C, table.C: - Optimisation: do not create
6695: multiple empty strings while ::sql. uae String::Empty instead
6696:
6697: 2013-03-14 misha
6698:
6699: * src/classes/reflection.C: - for user classes
6700: ^reflection:method_info[] returns $.max_params and $.extra_param
6701: with $.call_type if they available ( new feature: #915 )
6702:
6703: * src/classes/file.C: - ^file:delete[] now supports an option
6704: $.exception(false) that suppress any exception while deleting
6705: file ( new feature: #916 )
6706:
6707: * src/classes/curl.C: - parsing cookies after curl:load now should
6708: work :)
6709:
6710: 2013-03-12 misha
6711:
6712: * src/types/pa_vfile.C: - if specified file_name is empty string
6713: set default name for the file
6714:
6715: 2013-03-11 misha
6716:
6717: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6718: also available in $f.cookies
6719:
6720: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6721: moved to a separate method
6722:
6723: 2013-03-10 moko
6724:
6725: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6726: added
6727:
6728: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6729: removed (declared by autoconf)
6730:
6731: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6732: uint32_t define
6733:
6734: 2013-03-10 misha
6735:
6736: * src/classes/file.C: ^file:delete and ^file:move now support
6737: option $.keep-empty-dirs(true) ( new feature: #884 )
6738:
6739: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6740: empty dirs is added
6741:
6742: 2013-03-10 moko
6743:
6744: * src/classes/: bool.C, double.C, int.C: default can be present,
6745: but default check removed from ^int/double/bool.int/double/bool
6746: for string.int/double/bool compatibility (related to issue #913)
6747:
6748: * src/classes/string.C: ^string.int/dobule/bool no longer
6749: internally throws exception if default is present (closes issue
6750: #913)
6751:
6752: 2013-03-09 misha
6753:
6754: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6755: optimisations ( #845 )
6756:
6757: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6758:
6759: 2013-03-08 moko
6760:
6761: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6762: creates correct table (fixes issue #910)
6763:
6764: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6765: use outside of 'connect' operator (fixes issue #911)
6766:
6767: * tests/results/: 096.processed, 122.processed: test results
6768: updated as doubles now printed with 15 significant digits, not 5
6769: (fixes issue #882)
6770:
6771: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6772: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6773:
6774: 2013-02-21 moko
6775:
6776: * src/classes/table.C: _locate_name_value does not check arguments
6777: count, so we check it in advance (fixes issue #905)
6778:
6779: 2012-10-23 moko
6780:
6781: * buildall: old shell for and echo compatibility (for six)
6782:
6783: 2012-10-19 moko
6784:
6785: * buildall: --strip added --disable-safe-mode listed in usage
6786:
6787: 2012-10-17 misha
6788:
6789: * src/classes/op.C: - apply-taint should not throw "outside
6790: connect" exception with sql lang now
6791:
6792: 2012-10-17 moko
6793:
6794: * src/main/pa_request.C: bugfix: safe mode should be inited for
6795: each request (for apache module)
6796:
6797: 2012-09-26 moko
6798:
6799: * src/doc/doxygen.cfg: png -> svg
6800:
6801: 2012-09-25 moko
6802:
6803: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6804: test added
6805:
6806: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6807: double use when key is long
6808:
6809: 2012-09-16 moko
6810:
6811: * src/classes/math.C: Format -> Method Encode -> Format
6812:
6813: * tests/: 141.html, results/141.processed: math:digest hmac test
6814: added
6815:
6816: 2012-09-14 moko
6817:
6818: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6819: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6820: implementation added
6821:
6822: 2012-09-12 moko
6823:
6824: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6825: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6826: targets.dox and string.dox slightly actualized
6827:
6828: 2012-08-31 moko
6829:
6830: * ChangeLog: now generated with patched cvs2cl.pl
6831:
6832: 2012-07-29 moko
6833:
6834: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6835: result should be pushed after VMethodFrame destructor is called,
6836: as it deletes junctions from stack params (fixes issue #868)
6837:
6838: 2012-07-23 moko
6839:
6840: * INSTALL, README: buildall script usage documented, other outdated
6841: info updated.
6842:
6843: * buildall-with-xml, buildall-without-xml: replaced by buildall
6844:
6845: 2012-07-21 moko
6846:
6847: * buildall: glib does not compile when threads are disabled...
6848:
6849: * src/types/pa_vmail.C: g_assertion fixes for empty input
6850:
6851: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6852: unref, can't unref nested objects)
6853:
6854: * src/types/pa_vmail.C: another check added
6855:
6856: 2012-07-19 moko
6857:
6858: * buildall: usage added
6859:
6860: * buildall: new buildall script that unites buildall-with-xml,
6861: buildall-without-xml, --with-apache and --with-mailreceive
6862:
6863: * configure.in: support for static gmime and dynamic glib linking.
6864: fixes for FreeBSD
6865:
6866: 2012-07-17 moko
6867:
6868: * configure.in: --with-mailreceive replaced
6869: --with-static-mailreceive and --with-shared-mailreceive pathlink
6870: removed
6871:
6872: 2012-07-16 moko
6873:
6874: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6875: capitalized, content now decoded and text content converted to
6876: $request:charset. all properties are accessed by functions, this
6877: ready for dynamic load.
6878:
6879: 2012-06-28 moko
6880:
1.116 moko 6881: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6882: 32 bit
1.95 moko 6883:
6884: 2012-06-27 moko
6885:
6886: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6887: passive ftp
6888:
6889: * src/lib/ltdl/ltdl.vcproj: release build fixed
6890:
6891: * configure.in: 3.4.2 RC -> 3.4.2
6892:
6893: 2012-06-22 moko
6894:
6895: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6896: #815)
6897:
6898: * tests/: 284.html, results/284.processed: output options test
6899: (feature #265)
6900:
6901: 2012-06-22 misha
6902:
6903: * tests/215.html: - little changes
6904:
6905: 2012-06-21 moko
6906:
6907: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6908: types/pa_vxdoc.h: output_options returned and used (bugfix for
6909: feature #265)
6910:
6911: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6912: breaks long .*, default 10M restored. (issue #216)
6913:
6914: * tests/: 283.html, results/283.processed: test for issue #815
6915: added
6916:
6917: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6918: again, cstrm not required.
6919:
6920: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6921: Win32 and broken FreeBSD (issue #45)
6922:
6923: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6924:
6925: * src/main/pa_string.C: warnings war
6926:
6927: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6928: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6929: main/pa_socks.C, targets/apache/pa_threads.C,
6930: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6931: types/pa_vstatus.C: compilation under cygwin fixed
6932:
6933: 2012-06-19 moko
6934:
6935: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6936: Windows fixed
6937:
6938: * parser3.sln: removed antique pcre_ctype
6939:
6940: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6941:
6942: * src/include/pa_config_fixed.h: undefined reference to
6943: __imp__pcre_* fix for Windows
6944:
6945: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6946: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6947: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6948: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6949: define fixed
1.95 moko 6950:
6951: 2012-06-18 moko
6952:
6953: * src/classes/memcached.C: flush -> clear
6954:
6955: * src/classes/memcached.C: memcached does not support quotes even
6956: in server name
6957:
6958: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6959: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6960: called on open to check servers existance. $.key(true) syntax
6961: now supported
6962:
6963: 2012-06-17 moko
6964:
6965: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6966: cleanup
6967:
6968: * src/classes/table.C, tests/282.cfg, tests/282.html,
6969: tests/results/282.processed: encloser at the EOF bug fixed,
6970: incorrectly enclosed data now processed more logicaly (fixes
6971: #339)
6972:
6973: 2012-06-15 moko
6974:
6975: * buildall-without-xml: sync with buildall-with-xml
6976:
6977: * buildall-with-xml: download auto-detected between fetch and curl
6978:
6979: * configure.in: --with-gc and --with-pcre now also processed
6980: correctly
6981:
1.116 moko 6982: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6983: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6984: should be run on rol1 using automake / aclocal (GNU automake)
6985: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6986:
6987: * configure.in: new PARSER_VERSION logic
6988:
6989: * src/include/pa_version.h: new pa_version.h logic
6990:
6991: * src/: classes/curl.C, classes/file.C, classes/image.C,
6992: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6993: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6994: feols_normalized -> fis_text_content set_binary added
6995:
6996: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6997:
6998: 2012-06-15 misha
6999:
7000: * src/: classes/curl.C, classes/file.C, classes/image.C,
7001: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7002: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7003: ^file::create[text;content] EOLs in content now is normalized. (
7004: new feature: #815 )
7005:
7006: 2012-06-15 moko
7007:
7008: * configure.in: --disable-version-update added to disable version
7009: update with host information (for debian package) whitespace
7010: optimized
7011:
7012: * configure.in: version changed to 3.4.2 RC no-pic added for
7013: libtool
7014:
7015: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7016: it.
7017:
7018: 2012-06-14 moko
7019:
7020: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7021: tests/results/281.processed: "hash flocked" error removed for
7022: safe operations like ^h._count[] ( new feature: #335 )
7023:
1.116 moko 7024: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7025:
7026: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7027:
7028: * configure.in: --with-static/shared xml replaced with --with-xml,
7029: xml compilation check added
7030:
7031: * configure.in: --with-static/shared-gc, --with-static-pcre are
7032: replaced with --with-gc and --with-pcre test for pcre linking
7033: added
7034:
7035: 2012-06-13 moko
7036:
7037: * configure.in: apxs2 check optimized
7038:
7039: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7040: .la, includes optimized
7041:
7042: * buildall-with-xml: --with-pic looks better for -fPIC
7043:
7044: * configure.in: switched to convenience library in static linking
7045:
7046: * src/targets/apache/Makefile.am: switched to convenience library
7047: usage to avoid libtool warnings
7048:
7049: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7050: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7051: smtp/Makefile.am: switched to convenience library usage
7052:
7053: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7054:
7055: * src/targets/apache/Makefile.am: updated for libtool usage
7056:
7057: * buildall-without-xml: --with-included-ltdl added
7058:
7059: * buildall-without-xml: sync with buildall-with-xml
7060:
7061: * buildall-with-xml: --with-included-ltdl added $cflags added for
7062: -fPIC for x64 $download added for wget success check added
7063:
7064: * buildall-without-xml: --with-dynamic-stdcpp removed
7065:
7066: * configure.in: disable-static returned
7067:
7068: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7069: LIBTOOLFLAGS
7070:
7071: 2012-06-12 moko
7072:
7073: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7074: compatible with LIBTOOLFLAGS for unknown reasons
7075:
7076: * buildall-with-xml: --with-dynamic-stdcpp removed
7077:
7078: * configure.in: static/dynamic -lstdc++ linking option removed
7079: apxs2 check added
7080:
7081: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7082: option removed
7083:
7084: 2012-06-10 moko
7085:
7086: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7087: added
7088:
7089: * src/targets/cgi/pp3.cmd: old PAF stuff
7090:
1.116 moko 7091: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7092: beauty
1.95 moko 7093:
7094: * depcomp: from libtool 2.4.2
7095:
7096: * configure.in: ltdl directory removed, it has correct Makefile.in
7097:
7098: 2012-06-09 moko
7099:
1.116 moko 7100: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7101: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7102: autogenerated files updated after libtool update
7103:
1.116 moko 7104: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7105: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7106: config_auto.h.in, config_fixed.h, configure, configure.ac,
7107: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7108: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
7109: config/compile, config/config.guess, config/config.sub,
7110: config/depcomp, config/install-sh, config/ltmain.sh,
7111: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
7112: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
7113: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
7114: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
7115: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
7116: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
7117: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
7118: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7119:
7120: * configure.in: preparation for new libtool
7121:
7122: * configure.in: Some beauty added :)
7123:
7124: * src/targets/apache/Makefile.am: := -> =
7125:
7126: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7127: again. :)
7128:
7129: * src/include/pa_config_includes.h, configure.in: limits.h added,
7130: previously was taken from pcre_internal.h. :)
7131:
7132: * src/lib/pcre/Makefile.am: config.h returned
7133:
7134: * src/lib/pcre/config.h: still need this. :)
7135:
7136: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7137:
7138: * configure.in: --with-charsets removed; --with-mysql-client & co
7139: removed
7140:
7141: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7142: now in parser tree, no need to copy
7143:
7144: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7145: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7146: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7147: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7148: extracts now used old trash removed
7149:
7150: * etc/parser3.charsets/Makefile.am: charsets now in share
7151: (debian/patches/104_automake.patch) + all charsets are copied
7152:
7153: * buildall-with-xml, buildall-without-xml: curl option removed +
7154: extra arguments now supported
7155:
7156: 2012-06-08 misha
7157:
7158: * src/classes/table.C: - one params.as_hash usage was rolled back:
7159: the 2nd option in ^table.hash[] could be hash or table so
7160: .as_hash will throw an exception when table option is specified
7161:
7162: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7163: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7164: classes/table.C, classes/void.C, classes/xdoc.C,
7165: include/pa_exception.h, types/pa_vmethod_frame.C,
7166: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7167: and improved (whitespaces are allowed as empty options) -
7168: MethodParams::as_table is added - above methods are used for
7169: parsing methods' options ( new feature: #9 )
7170:
7171: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7172: to vclass. now class fields can be accessible as a hash:
7173: $h[^hash::create[$asd:CLASS]]
7174:
7175: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7176: have get_fields method so their fields can be accessed with
7177: ^reflection:fields[...] & ^reflection:field[...]
7178:
7179: 2012-06-06 misha
7180:
7181: * tests/280.html: - tests for
7182: ^reflection:method[obj-or-class;method],
7183: ^reflection:field[obj-or-class;field] and
7184: ^reflection:fields[obj-or-class] are added
7185:
7186: 2012-06-05 misha
7187:
7188: * src/classes/reflection.C: - ^reflection:method[class or
7189: object;method name] and ^reflection:field[class or object;field
7190: name] are added
7191:
7192: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7193: is used
7194:
7195: * src/types/pa_method.h: - Method::as_vjunction method is added
7196:
7197: 2012-06-05 moko
7198:
1.116 moko 7199: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7200:
7201: * src/classes/memcached.C: flish ttl fixed
7202:
7203: 2012-06-04 moko
7204:
7205: * src/classes/json.C, src/classes/op.C, tests/279.html,
7206: tests/results/279.processed: ^json:parse[] now supports $.taint
7207: option (new feature #833)
7208:
7209: 2012-06-04 misha
7210:
7211: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7212: - search_stop method was moved from pa_vcookie.C to pa_common.C
7213:
7214: 2012-06-03 misha
7215:
7216: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7217: cookies are parced and stored into $.cookies ( new feature: #31 )
7218:
7219: 2012-05-30 misha
7220:
7221: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7222: incomplete class into a scope while @USE is found
7223:
7224: * src/main/compile.y: - add incomplete class into a scope while
7225: @USE and @CLASS instructions are found ( bugfix: #838 )
7226:
7227: 2012-05-30 moko
7228:
7229: * src/types/pa_vclass.C, tests/278.html,
7230: tests/results/278.processed: removed "property has no getter
7231: method" exception when GET_DEFAULT present (fixes #269)
7232:
7233: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7234: $._default
7235:
7236: 2012-05-29 moko
7237:
7238: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7239: uninitialized values usage (new feature: #154)
7240:
7241: 2012-05-28 moko
7242:
7243: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7244: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7245: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7246: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7247: src/types/pa_vobject.C, src/types/pa_vobject.h,
7248: src/types/pa_vstring.h, src/types/pa_vtable.C,
7249: tests/results/277.processed, src/types/pa_vtable.h,
7250: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7251: ^json:string[$o; $.default[$method]] implemented for VObject (new
7252: feature #803)
7253:
7254: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7255: tests/results/277.processed: json numbers are now treated as
7256: double ( new feature: #834 )
7257:
7258: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7259: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7260: added for out of range checks, zero division in vint/vdouble
7261: check added ( fixes #832 )
7262:
7263: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7264: ( fixes #832 )
7265:
7266: 2012-05-28 misha
7267:
7268: * buildall-with-xml: - --without-lzma option is added to libxml2
7269: configure
7270:
7271: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7272: added - tests for unsupported values for options $.file, $.table
7273: and $.date are added
7274:
7275: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7276: accepts "stat" $.file[] option's value in addition to existed
7277: "text" and "base64" ( new feature: #835 )
7278:
7279: * tests/276.html: - test for
7280: ^reflection:delete[$object-or-class;field-name]
7281:
7282: * src/classes/reflection.C: -
7283: ^reflection:delete[$object-or-class;field-name] is added ( new
7284: feature: #268 )
7285:
7286: 2012-05-27 misha
7287:
7288: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7289:
7290: 2012-05-24 misha
7291:
7292: * src/include/pa_common.h: - method lastposafter was removed
7293:
7294: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7295: lastposafter - ^file:dirname[] & Co proper handle windows file
7296: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7297: work as *nix commands
7298:
7299: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7300:
7301: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7302: rskipchars were added
7303:
7304: * tests/270.html: - more tests for ^file:find[]
7305:
7306: * tests/065.html: - more tests for ^file:dirname[] & Co
7307:
7308: * src/include/pa_version.h: - must be "win32" here. it is
7309: auto-generated on *nix
7310:
7311: 2012-05-24 moko
7312:
7313: * src/classes/math.C: ^math:convert[] now supports uint32 and
7314: throws overflow exception ( new feature: #830 )
7315:
7316: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7317: uint32 support and overflow added ( new feature: #830 )
7318:
7319: 2012-05-23 moko
7320:
7321: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7322: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7323: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7324: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7325: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7326: types/pa_vregex.h, types/pa_vstateless_class.C,
7327: types/pa_vstateless_class.h, types/pa_vstring.h,
7328: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7329: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7330: "return string as-is" removed from as_expr_result. ( new feature:
7331: #831 )
7332:
7333: * tests/results/244.processed: test changed after bug #782 fix
7334: commited
7335:
7336: * tests/results/229.processed: test results for bug #782 commited
7337:
7338: * tests/: 254.html, results/254.processed: uid now just compared,
7339: not printed. :)
7340:
7341: 2012-05-20 moko
7342:
7343: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7344: feature: #341 )
7345:
7346: * tests/: 254.html, results/254.processed: test for
7347: ^reflection:uid[] added
7348:
7349: * tests/: 254.html, results/254.processed: test for
7350: ^reflection:uid[$obj] added
7351:
7352: 2012-05-17 misha
7353:
7354: * src/main/untaint.C: - do not replace ' char by _26 while
7355: exploding filespec-tainting ( new feature: #829 )
7356:
7357: 2012-05-12 moko
7358:
7359: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7360: not.
7361:
7362: 2012-05-08 moko
7363:
7364: * src/types/pa_vmethod_frame.h: bug #782 fixed
7365:
7366: * tests/229.html: test for bug #782
7367:
7368: * tests/results/259.processed, src/main/pa_request.C,
7369: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7370: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7371: src/types/pa_vvoid.h: feature #154 - first empty param now
7372: string; defined locals are empty strings; $STRICT-VARS(true)
7373: added
7374:
7375: 2012-04-27 moko
7376:
1.116 moko 7377: * src/targets/apache/Makefile.am:
1.95 moko 7378: ../../lib/memcached/libmemcached.a added
7379:
7380: 2012-04-27 misha
7381:
7382: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7383: ( #827 )
7384:
7385: 2012-04-25 moko
7386:
7387: * src/: classes/json.C, classes/memcached.C,
7388: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7389: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7390: implemented.
7391:
7392: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7393:
7394: 2012-04-23 moko
7395:
7396: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7397: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7398: types/pa_vmemcached.h: open allows options hash for new
7399: memcached(options) function
7400:
7401: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7402: not appended
7403:
7404: 2012-04-21 moko
7405:
7406: * src/classes/curl.C: '' added. :)
7407:
7408: * src/classes/classes.vcproj: new curl.h location
7409:
7410: * src/classes/curl.C: verbose output redirection from stderr to
7411: file curl option added
7412:
7413: 2012-04-20 moko
7414:
7415: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7416: contains what we need from curl, #ifdef HAVE_CURL removed
7417:
1.116 moko 7418: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7419: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7420: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7421: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7422: configure option
7423:
7424: 2012-04-19 moko
7425:
7426: * src/: classes/double.C, classes/inet.C, classes/int.C,
7427: classes/string.C, lib/gc/include/gc_allocator.h,
7428: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7429: options from sql_result_string removed. (closes issue #468)
7430:
7431: * src/types/pa_vmemcached.C: empty string fix
7432:
7433: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7434: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7435: pa_vmemcached.C
7436:
7437: 2012-04-18 moko
7438:
7439: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7440: apache2-mpm-prefork" error displayed in threaded mpm.
7441:
7442: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7443: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7444: installed (issue #354)
7445:
7446: 2012-04-16 moko
7447:
7448: * src/types/pa_vmemcached.C: call to memcached_result_create and
7449: memcached_result_free removed
7450:
7451: 2012-04-14 moko
7452:
7453: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7454:
7455: * src/types/pa_vmemcached.C: check_key added and used
7456:
7457: 2012-04-13 moko
7458:
7459: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7460: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7461: Serialization_data now added and used, VString now serialized
7462: with languages into memcached.
7463:
7464: 2012-03-28 moko
7465:
7466: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7467: lib/memcached/pa_memcached.h: result lengths added
7468:
7469: 2012-03-27 moko
7470:
7471: * src/types/pa_vmemcached.C: strdup added
7472:
7473: 2012-03-24 moko
7474:
7475: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7476: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7477: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7478:
7479: 2012-03-20 moko
7480:
1.116 moko 7481: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7482:
7483: * src/targets/cgi/Makefile.am: cleanup
7484:
7485: * src/: types/Makefile.am, types/pa_vmemcached.C,
7486: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7487:
7488: * src/: classes/Makefile.am, classes/memcached.C,
7489: lib/memcached/Makefile.am, lib/memcached/constants.h,
7490: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7491: lib/memcached/types.h, lib/Makefile.am: memcached initial
7492:
7493: 2012-03-16 moko
7494:
7495: * src/main/execute.C: ident now works under Linux + ident displays
7496: filenames (closes issue #818)
7497:
1.116 moko 7498: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7499: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7500: pa_vmethod_frame_local.h removed
7501:
7502: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7503: classes/classes.h, classes/curl.C, classes/date.C,
7504: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7505: classes/hashfile.C, classes/image.C, classes/inet.C,
7506: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7507: classes/memory.C, classes/op.C, classes/reflection.C,
7508: classes/regex.C, classes/response.C, classes/string.C,
7509: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7510: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7511: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7512: include/pa_config_fixed.h, include/pa_config_includes.h,
7513: include/pa_dictionary.h, include/pa_dir.h,
7514: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7515: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7516: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7517: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7518: include/pa_request_charsets.h, include/pa_request_info.h,
7519: include/pa_sapi.h, include/pa_socks.h,
7520: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7521: include/pa_stack.h, include/pa_string.h,
7522: include/pa_stylesheet_connection.h,
7523: include/pa_stylesheet_manager.h, include/pa_table.h,
7524: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7525: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7526: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7527: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7528: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7529: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7530: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7531: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7532: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7533: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7534: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7535: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7536: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7537: main/pa_string.C, main/pa_stylesheet_connection.C,
7538: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7539: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7540: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7541: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7542: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7543: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7544: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7545: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7546: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7547: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7548: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7549: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7550: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7551: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7552: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7553: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7554: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7555: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7556: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7557: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7558: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7559: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7560: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7561: types/pa_vresponse.h, types/pa_vstateless_class.C,
7562: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7563: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7564: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7565: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7566: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7567: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7568: ident now works under Linux + ident displays filenames (closes
7569: issue #818) Copyright updated
7570:
7571: 2012-03-13 moko
7572:
7573: * src/main/pa_string.C: compilation fix for feature #741
7574:
7575: 2012-03-09 misha
7576:
7577: * tests/193.html: - tests for ^string:base64[encoded] are updated
7578:
7579: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7580: now detects invalid base64 chars in the middle of encoded stricg
7581: ( new feature: #55 )
7582:
7583: * src/include/pa_exception.h: - new exception type for base64
7584: decoding is added
7585:
7586: 2012-03-06 misha
7587:
7588: * tests/274.html: - tests for ^date::today[] and
7589: ^date.sql-string[datetime|date|time] are added
7590:
7591: * src/classes/date.C: - constructor ^date::today[] is added ( new
7592: feature: #811 ) - ^date.sql-string[] now can accept one param --
7593: strings "datetime", "date" or "time" - comments tidying up
7594:
7595: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7596: date and time
7597:
7598: 2012-03-03 misha
7599:
7600: * tests/193.html: - tests for
7601: ^string:base64[encoded;$.strict(true)] are added
7602:
7603: * tests/results/auto.p: - try-catch operator is added
7604:
7605: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7606: main/pa_common.C: - $.strict(true|false) option is added to
7607: base64 decode methods ( new feature: #55 )
7608:
7609: * src/main/pa_common.C: - base64 decode memory usage was decreased
7610: ( new feature: #819 )
7611:
7612: 2012-02-28 moko
7613:
7614: * src/classes/hash.C: ident test
7615:
7616: 2012-02-27 misha
7617:
7618: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7619:
7620: 2012-01-08 misha
7621:
7622: * tests/273.html: - tests for ^string.replace[from;to] are added
7623:
7624: * src/: classes/string.C, include/pa_dictionary.h,
7625: main/pa_dictionary.C, main/pa_string.C: -
7626: ^string.replace[from;to] is added ( new feature: #741 ) -
7627: ^string.replace[one subst here] is slightly optimized
7628:
7629: 2011-12-07 misha
7630:
7631: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7632: named table with one empty column ( bugfix: #63 )
7633:
7634: 2011-11-30 misha
7635:
7636: * src/classes/json.C: - it's possible to set user's method for
7637: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7638: #763 )
7639:
7640: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7641:
7642: 2011-11-23 misha
7643:
7644: * src/: classes/curl.C, classes/file.C, classes/image.C,
7645: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7646: types/pa_vfile.h, types/pa_vform.C: - constructor
7647: ^file::create[mode;filename;content[;options]] now accepts binary
7648: mode and file-content - new constructor's format:
7649: ^file::create[string-or-file-content[;$.name[filename]
7650: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7651: feature: #65 )
7652:
7653: * src/: include/pa_request.h, main/pa_request.C: - new method
7654: mime_type_of(const String*) is added
7655:
7656: * src/include/pa_exception.h: - new exception constant
7657: FILE_NAME_MUST_BE_SPECIFIED is added
7658:
7659: * src/classes/table.C: - bug with negative offset transformed into
7660: a feature. it means pointing to a row from the end of the table (
7661: new feature: #810 )
7662:
7663: 2011-11-19 misha
7664:
7665: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7666: â ìåòîäå _select ( new feature: #810 )
7667:
7668: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7669: options were specified together is simplified
7670:
7671: 2011-11-12 misha
7672:
7673: * src/main/pa_request.C: - forgotten fix for escaping filename in
7674: HTTP content-disposition header (a part of bug #361 )
7675:
7676: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7677: checks for ancestors' classes as well ( new feature: #456 )
7678:
7679: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7680: "without cycle" now have types "parser.break" and
7681: "parser.continue" instead of "parser.runtime" ( new feature: #799
7682: )
7683:
7684: 2011-11-11 misha
7685:
7686: * tests/results/: 099.processed, 100.processed, 205.processed,
7687: 237.processed: - since bug #361 was fixed the content of filename
7688: in HTTP headers is quoted
7689:
7690: * tests/results/270.processed: - result for test 270
7691:
7692: * tests/: 065.html, results/065.processed: - more tests for
7693: ^file:basename[] & Co were added
7694:
7695: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7696:
7697: * tests/270.html: - tests for ^file:find[] are added
7698:
7699: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7700: using option $.charset. option $.engoding is still supported but
7701: these options can not be specified together
7702:
7703: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7704: comparation charset name with string "UTF-8" ( bugfix: #759 )
7705:
7706: 2011-10-11 misha
7707:
7708: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7709: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7710: #622)
7711:
7712: 2011-09-30 misha
7713:
7714: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7715: exception "saving stat-ed file" ( bugfix: #395 )
7716:
7717: 2011-05-30 misha
7718:
7719: * src/classes/string.C: - fixed bug which was added with
7720: params.as_hash into string:sql
7721:
7722: 2011-05-29 misha
7723:
7724: * src/types/pa_value.C: - filename in content-disposition header
7725: must be quoted ( bugfix: #361 )
7726:
7727: 2011-05-27 misha
7728:
7729: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7730: created file
7731:
7732: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7733: usage
7734:
7735: * src/include/pa_exception.h: - one more string for exception was
7736: added
7737:
7738: 2011-05-25 misha
7739:
7740: * tests/269.html: - tests for checking input params in some dom
7741: methods
7742:
7743: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7744: was added. it isn't possible not wo create xdoc with invalid
7745: tagName. ( bugfix: #160 )
7746:
7747: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7748: string "data must be string" was mover from pa_exception.h to
7749: pa_xml_exception.h
7750:
7751: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7752: as_xmlncname, as_xmlname and as_xmlnsuri were added
7753:
7754: * src/main/pa_xml_exception.C: - XmlException accepts more options
7755:
7756: * src/include/pa_xml_exception.h: - XmlException accepts more
7757: options - XML-related exception's strings were added
7758:
7759: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7760: output_options were removed)
7761:
7762: 2011-05-19 misha
7763:
7764: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7765: params.as_hash is used more while parsing methods hash-options
7766:
7767: 2011-05-18 misha
7768:
1.211 moko 7769: * operators.ru.txt, operators.txt: - info about json-serialization
7770: of xdoc was added
1.95 moko 7771:
7772: * tests/256.html: - tests for json-serialization xdoc were added
7773:
7774: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7775:
7776: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7777: classes/json.C, classes/xdoc.C: - now json:string can serialize
7778: xdoc-objects. options (the same as ^xdoc.string[]) could be
7779: specified in $.xdoc[] ( new feature: #265 )
7780:
7781: 2011-05-15 misha
7782:
7783: * tests/268.html: - tests for ^table.count[with options] were added
7784:
7785: * src/classes/table.C: - method ^table.count[] now can accept
7786: options ( new feature: #93 ): ^table.count[column] returns number
7787: of columns for named table; ^table.count[cells] returns number of
7788: cells in the current row; ^table.count[] & ^table.count[rows]
7789: return number of rows in a table.
7790:
7791: * tests/267.html: - test for checking switch/case in boolean mode
7792: was added
7793:
7794: * src/classes/op.C: - if switch's or case's value is bool, they are
7795: compared as bool values, not as double values: new feature: #351
7796:
7797: 2011-05-06 misha
7798:
7799: * tests/242.html: - EOL before EOF was added
7800:
7801: * tests/169.html: - tests for splitting empty string and void were
7802: added
7803:
7804: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7805: returned table with one empty cell)
7806:
7807: 2011-04-03 misha
7808:
7809: * src/include/pa_version.h, configure.in: - version in head was
7810: changed to 3.4.2b
7811:
7812: 2011-03-30 misha
7813:
7814: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7815: as well ( new feature #294 )
7816:
7817: 2011-03-29 misha
7818:
7819: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7820: limited to approx. 6 MB. previous limits were too big for real
7821: life. bugfix: #216
7822:
7823: 2011-03-04 moko
7824:
7825: * etc/parser3.charsets/cp866.cfg: Conforms to
7826: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7827:
7828: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7829: vlalek@
7830:
7831: 2011-02-22 misha
7832:
1.211 moko 7833: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7834: methods mustn't be under #ifdef XML or parser can't be compiled
7835: without xml support
1.95 moko 7836:
7837: 2011-02-21 misha
7838:
1.116 moko 7839: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7840: ApacheModuleParser3.vcproj was removed
7841:
7842: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7843: removed)
7844:
7845: 2011-02-20 misha
7846:
7847: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7848: $.overridden in ^reflection:method_info[...] were added
7849:
7850: * src/classes/reflection.C: - beautifying result of
7851: ^reflection:method_info[] ($.overridden/inherited)
7852:
7853: 2011-02-18 misha
7854:
7855: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7856: and pa_isalnum instead of isalpha and isalnum - bug with
7857: redundand quoting lowercased latin chars while building email
7858: body was fixed
7859:
7860: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7861: added (they check for latin chars only)
7862:
7863: 2011-02-16 misha
7864:
7865: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7866: string size for transcoding gave too small value (should ever
7867: look for availability char in dest charset inspite of the char
7868: size)
7869:
7870: 2011-02-04 moko
7871:
7872: * tests/223.html: header values now not url-encoded (issue #195)
7873:
7874: 2011-02-01 misha
7875:
7876: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7877:
7878: 2011-01-31 misha
7879:
7880: * src/main/pa_request.C: - throw exception if param file_name in
7881: use_file is empty
7882:
7883: 2011-01-08 moko
7884:
7885: * src/classes/curl.C: compilations errors fixed
7886:
7887: 2010-12-29 moko
7888:
7889: * tests/: 265.html, results/265.processed: test for issue #200
7890: added
7891:
7892: * src/main/pa_string.C: empty regex result check added (fixes issue
7893: #200)
7894:
7895: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7896:
7897: * tests/results/223.processed: header values now not url-encoded
7898: (issue #195)
7899:
7900: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7901: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7902: pa_http_safe_header_name added for headers names (fixes bug #195)
7903:
7904: 2010-12-18 misha
7905:
7906: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7907: => pa-include
7908:
7909: 2010-11-28 moko
7910:
7911: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7912:
7913: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7914: -> pa
7915:
7916: * configure.in: apr -> pa
7917:
7918: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7919:
7920: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7921: classes/Makefile.am, types/Makefile.am: apr -> pa
7922:
7923: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7924: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7925: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7926: pa-include/pa_apr.h, pa-include/pa_errno.h,
7927: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7928: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7929: module apr name conflict resolved)
7930:
7931: 2010-11-27 misha
7932:
7933: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7934: libbz2
7935:
7936: 2010-11-26 misha
7937:
7938: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7939: warnings removed
7940:
7941: 2010-11-25 moko
7942:
1.211 moko 7943: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 7944:
1.211 moko 7945: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 7946:
1.211 moko 7947: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 7948:
7949: * buildall-with-xml: libxml2-2.7.8 + with-apache
7950:
7951: 2010-11-24 moko
7952:
1.116 moko 7953: * configure: apxs support
1.95 moko 7954:
7955: * configure.in: apxs support -Bstatic gc removed for OS X
7956:
7957: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7958:
7959: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7960: THREAD_LOCAL usage
7961:
7962: * src/: classes/curl.C, include/pa_config_includes.h,
7963: main/pa_globals.C: THREAD_LOCAL defined and used
7964:
7965: 2010-11-23 moko
7966:
7967: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7968: should be passed to pa_sleep, and only fractional part (bugfix:
7969: #188)
7970:
7971: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7972:
7973: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7974: GC_dont_gc=1, as in cgi version
7975:
7976: * src/targets/apache/mod_parser3.c: warning war
7977:
7978: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7979: pa_httpd.h: version removed, some trash removed
7980:
7981: * src/targets/apache/mod_parser3.c: version removed (we don't want
7982: to show it), warning war
7983:
7984: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7985: pa_httpd.h: parser_status_allowed removed + merge config
7986: functions removed (override is the default) + beauty
7987:
7988: * src/: include/pa_request.h, main/pa_request.C,
7989: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7990: hide $status used in apache module removed
7991:
7992: 2010-11-18 moko
7993:
1.211 moko 7994: * operators.ru.txt, operators.txt: $.table[compact] added for
7995: ^json:string[]
1.95 moko 7996:
7997: 2010-11-16 moko
7998:
7999: * src/targets/apache/mod_parser3.c: some cleanup done
8000:
8001: * src/main/untaint.C: bugfix: first, second String::Body argument
8002: is hashcode; second, info.fragment_begin is original, not
8003: resulting length
8004:
8005: * src/classes/file.C: new feature: $.stdin now untainted
8006:
8007: * tests/results/264.processed: new feature: $.stdin[] now untainted
8008:
8009: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8010:
8011: * src/classes/op.C: ^apply-taint[] method added
8012:
8013: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8014: added; $.stdin untaint test added
8015:
8016: 2010-11-15 moko
8017:
8018: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8019: removed
8020:
8021: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8022: pa_httpd.h: 2x2 calculated under apache2. :)
8023:
8024: 2010-11-13 moko
8025:
8026: * src/targets/apache/mod_parser3.c: initial changes to build module
8027: with apache 2.x includes
8028:
8029: * src/targets/apache/: Makefile.am, mod_parser3.c,
8030: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8031: united apache 1.3 / apache 2.x DSO module
8032:
8033: 2010-11-09 moko
8034:
8035: * src/types/pa_method.h: check added to dissallow @method[name;*]
8036: syntax
8037:
8038: * tests/: 263.html, results/263.processed: test from method[*args]
8039: added
8040:
8041: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8042: number of params can now be passed to a method declared with *arg
8043:
8044: 2010-11-06 moko
8045:
8046: * src/classes/table.C: formating fixed. :)
8047:
8048: * src/classes/table.C: closes #4: ^table.select now supports
8049: $.limit(), $.offset, $.reverse() options
8050:
8051: * tests/: 262.html, results/262.processed: test for ^table:select
8052: with options added (feature #4)
8053:
8054: * src/include/pa_array.h: remove function added
8055:
8056: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8057: object in get_element/put_element, using static one.
8058:
8059: 2010-11-04 moko
8060:
8061: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8062: options is passed
8063:
8064: * tests/: 256.html, results/256.processed: $.table[compact] feature
8065: now tested; k and p in handler now tested.
8066:
8067: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8068: $.table[compact] feature added
8069:
8070: * src/classes/json.C: key is now passed to handler in
8071: value_json_string; ^json:string result now process tainting
8072: inside and returns clean string, related to issue #153
8073:
8074: * src/main/untaint.C: bugfix: charset can be null (in
8075: ^string:save[] as example), thus check is added
8076:
8077: 2010-10-31 moko
8078:
8079: * src/classes/string.C: error message changed (fixes issue #149)
8080:
8081: 2010-10-29 moko
8082:
8083: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8084: port is not default (fixes issue #155); exception on invalid port
8085: added.
8086:
8087: * src/main/untaint.C: '*' is now not urlencoded to allow header
8088: "Accept: */*" to be passed
8089:
8090: 2010-10-28 moko
8091:
8092: * src/classes/curl.C: bugfix: detect_charset() was throwing
8093: exception on unknown charset even if response_charset was
8094: specified
8095:
8096: 2010-10-27 moko
8097:
8098: * src/classes/string.C: ^string.append removed for void
8099: compatibility
8100:
8101: 2010-10-26 moko
8102:
8103: * src/classes/json.C: libjson supports array at top level, we too
8104: (GPF fixed)
8105:
8106: 2010-10-25 moko
8107:
8108: * tests/: 253.html, results/253.processed: libjson supports array
8109: at top level, parser now supports it as well.
8110:
8111: * tests/261.html, tests/results/261.processed,
8112: src/types/pa_vstring.h: empty string is now void compatible
8113: (allows $empty.key)
8114:
8115: 2010-10-22 misha
8116:
8117: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8118: while adding additional expires checkout)
8119:
8120: * tests/030.html: - test for session cookie was added
8121:
8122: 2010-10-21 moko
8123:
8124: * src/: classes/string.C, classes/void.C, main/execute.C,
8125: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8126: string (feature #111)
8127:
8128: * tests/: 261.html, results/261.processed: checks void from string
8129: inheritance (feature #111)
8130:
8131: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8132: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8133: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8134: now true by default
8135:
8136: 2010-10-17 moko
8137:
8138: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8139: upload now uses binary blocks instead of L_FILE_POST tainting.
8140: (bugfix: #128)
8141:
8142: * tests/: 223.html, results/223.processed: binary file upload test
8143: added, GPF (issue #128) also checked in this test
8144:
8145: 2010-10-13 misha
8146:
8147: * tests/260.html: - test for math:convert
8148:
8149: * src/classes/math.C: - error in math:convert was fixed
8150:
1.211 moko 8151: * operators.ru.txt, operators.txt: - info about
1.95 moko 8152: ^math:convert[number](from-base;to-base) was added
8153:
8154: * src/classes/math.C: - method
8155: ^math:convert[number](from-base;to-base) for converting number
8156: represention from one base to another was added ( new feature:
8157: #23 )
8158:
8159: 2010-10-13 moko
8160:
8161: * src/main/compile.tab.C: [] now is empty string, not void
8162:
8163: * src/main/compile.y: [] now is empty string, not void
8164:
8165: * src/types/pa_vvoid.h: void now passed as parameter
8166:
8167: * tests/: 259.html, results/259.processed: to test difference
8168: between void and empty string (see ticket #111)
8169:
8170: * tests/results/152.processed: $sEmpty[] is now empty string, not
8171: void
8172:
8173: * tests/256.html: $s[$void] is no longer empty string
8174:
8175: * tests/254.html: empty string is no longer void
8176:
8177: 2010-10-12 misha
8178:
8179: * src/types/pa_vcookie.C: - check if $.expires value can be
8180: converted to date during cookies set up ( bugfix: #104 )
8181:
8182: * tests/041.html: - more tests for ^table.locate were added
8183:
8184: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8185: work ( bugfix: #129 ) - exception comment for incorrect options
8186: ^table.locate[field;value;options] was fixed
8187:
8188: 2010-10-10 moko
8189:
8190: * src/: classes/reflection.C, main/execute.C: constructor returning
8191: another object feature returned
8192:
8193: * tests/results/258.processed: test result updated as constructor
8194: returning another object feature returned
8195:
8196: * tests/: 258.html, results/258.processed: test for constructor
8197: returning another object
8198:
8199: 2010-10-08 misha
8200:
8201: * tests/257.html: - whitespaces after @METACOMMANDS and their
8202: options shouldn't cause exceptions any longer
8203:
8204: 2010-10-06 moko
8205:
8206: * src/classes/: hash.C, table.C: length from sql server is now
8207: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8208:
8209: 2010-10-02 misha
8210:
1.211 moko 8211: * operators.ru.txt, operators.txt: - the X mark was removed from
8212: ^cache[file]. it is usable to delete cache file.
1.95 moko 8213:
8214: 2010-10-02 moko
8215:
8216: * tests/: 253.html, results/253.processed: hook_key added for key
8217: checking
8218:
8219: * src/classes/json.C: null key bug fixed
8220:
8221: 2010-09-29 misha
8222:
8223: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8224:
8225: 2010-09-25 moko
8226:
8227: * src/classes/json.C: small fixed
8228:
8229: * tests/results/: 253.processed, 255.processed: just updated
8230:
8231: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8232: results/255.processed: charset transcode test added for
8233: json:parse
8234:
8235: 2010-09-24 moko
8236:
8237: * src/types/pa_value.h: warning war :)
8238:
8239: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8240: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8241: ^json:string
8242:
8243: 2010-09-22 moko
8244:
8245: * src/main/pa_charset.C: parser charset tables declare only
8246: white-space before 0x20, thus adding the missing chars
8247:
8248: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8249: to http://unicode.org/Public/MAPPINGS/VENDORS/
8250:
8251: 2010-09-21 misha
8252:
8253: * src/main/compile.y: - some semicolons were added (VS2010 don't
8254: want to compile grammar if they are absent)
8255:
8256: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8257:
8258: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8259:
8260: * src/main/main.vcproj: - path to bison is changed
8261:
8262: 2010-09-21 moko
8263:
1.116 moko 8264: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8265: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8266: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8267:
8268: 2010-09-20 misha
8269:
8270: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8271:
8272: * src/classes/json.C: - add EOL while json-serializing hash
8273:
8274: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8275: compilers don't like 'ES'.
8276:
8277: 2010-09-17 misha
8278:
1.211 moko 8279: * operators.ru.txt, operators.txt: - info about json class was
8280: added
1.95 moko 8281:
8282: * src/classes/json.C: - ^json:string[object]
8283:
8284: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8285: preventing infinite recursion while executing json:string was
8286: added
8287:
8288: * src/include/pa_string.h: - method append_quoted was added
8289:
8290: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8291: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8292: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8293: was added to Value & Co
8294:
8295: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8296: were used
8297:
8298: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8299: were added
8300:
8301: 2010-09-10 moko
8302:
8303: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8304: die_or_abort (backport from 3.4.1)
8305:
8306: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8307: die_or_abort (bugfix: #106)
8308:
8309: 2010-09-09 moko
8310:
8311: * src/classes/json.C: warning war. :)
8312:
8313: 2010-09-08 misha
8314:
8315: * src/lib/json/Makefile.am: - additional include directories were
8316: added (for pa_memory.h and gc.h)
8317:
8318: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8319: compile as C++ instead default - additional include directory was
8320: added (for gc.h)
8321:
8322: * src/types/pa_vform.C: - little code reformating
8323:
8324: * src/classes/file.C: - $.content-type option now can be specified
8325: in ^file::create ( new feature: #102 )
8326:
8327: 2010-09-08 moko
8328:
8329: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8330: pa_malloc/pa_free
8331:
8332: 2010-09-07 moko
8333:
8334: * tests/results/254.processed: VStateless_class:put_element
8335: exception was fixed
8336:
8337: * src/types/: pa_value.h, pa_vstateless_class.h: now
8338: VStateless_class:put_element barks self.type, not this.type
8339: (bugfix: #105)
8340:
8341: 2010-09-06 moko
8342:
8343: * src/classes/reflection.C: bugfix: new String() is required for
8344: exception handling
8345:
8346: * tests/: 254.html, results/254.processed: test modified
8347:
8348: 2010-09-05 moko
8349:
8350: * tests/: 254.html, results/254.processed: ^reflection:copy test
8351: added
8352:
8353: * src/: classes/reflection.C, include/pa_request.h:
8354: ^reflection:copy implemented (new feature: #100)
8355:
8356: 2010-09-03 moko
8357:
8358: * src/lib/json/JSON_parser.C: c++ compatiblity
8359:
8360: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8361: option testing added
8362:
8363: 2010-09-02 moko
8364:
8365: * src/classes/json.C: $.distinct[first|last|all] added
8366:
8367: 2010-09-01 moko
8368:
8369: * tests/results/253.processed: json test result
8370:
8371: * tests/: 253.html, 253_json.txt: json test added
8372:
8373: * src/classes/json.C: json.C update to actual version + hash key
8374: creation bugfix
8375:
8376: 2010-08-31 misha
8377:
8378: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8379: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8380: src/lib/Makefile.am, src/classes/Makefile.am,
8381: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8382: json library was added
8383:
8384: 2010-08-30 moko
8385:
8386: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8387: types/pa_vobject.C: cosmetic optimization in
8388: request:execute_method usage
8389:
8390: * src/: include/pa_charset.h, main/pa_charset.C: small
8391: optimization, just to decrease number of lines. :)
8392:
8393: 2010-08-27 misha
8394:
8395: * src/classes/op.C: - taint[json] was added
8396:
8397: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8398: were added
8399:
8400: * src/main/pa_exec.C: - warning fix was rolled back.
8401:
8402: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8403: include/pa_string.h: - taint[json] was added - escaping was
8404: slightly modified
8405:
8406: 2010-08-25 misha
8407:
8408: * src/classes/file.C: - typo in file:sql exception was fixed
8409:
8410: * src/main/pa_exec.C: - warning about declared and not used
8411: variable forced_allow was removed
8412:
8413: 2010-08-14 misha
8414:
8415: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8416: were removed
8417:
8418: 2010-08-11 moko
8419:
8420: * tests/: 249.html, results/249.processed: default setter and
8421: anti-recursive default getter test added
8422:
8423: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8424: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8425: types/pa_vobject.h, types/pa_vstateless_class.C,
8426: types/pa_vstateless_class.h: default setter support +
8427: anti-recursive default getter support ( new feature: #13 )
8428:
8429: * src/include/pa_hash.h: optimization: threshold member removed
8430: from hash, reducing sizeof(hash)
8431:
8432: 2010-08-10 misha
8433:
8434: * tests/196.html: - junction-method was added to the test
8435:
8436: * tests/248.html: - ups. typo :)
8437:
8438: * tests/248.html: - test for checking .match with 4 params
8439:
8440: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8441: 247_windows1251.txt: - test for "transcode file from utf-8 to
8442: $request:charset during loading if the BOM code is detected"
8443:
8444: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8445: $request:charset during loading if the BOM code is detected ( new
8446: feature: #98 )
8447:
8448: 2010-08-05 misha
8449:
8450: * src/classes/image.C: - ^image.replace now can accept only 2
8451: params. in this case the whole image is affected ( new feature:
8452: #95 )
8453:
8454: 2010-08-04 misha
8455:
8456: * tests/246.html: - test tor ^hash._at[] was added
8457:
8458: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8459: #53 )
8460:
8461: * src/include/pa_hash.h: - methods for accessing the first and the
8462: last values of ordered hash were added (first_value and
8463: last_value)
8464:
8465: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8466: (similar to others file's methods):
8467: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8468: #68 )
8469:
8470: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8471:
8472: 2010-08-01 moko
8473:
8474: * src/classes/op.C: to correctly process $result[] in code, called
8475: from ^process
8476:
8477: * tests/245.html: $result in ^process[] test added
8478:
8479: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8480: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8481: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8482: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8483: caller, self) op_call(VMethodFrame &frame, bool constructing)
8484: removed, construct(class,method) added
8485:
8486: * tests/results/: 192.processed, 244.processed: request::construct
8487: added
8488:
8489: * tests/: 244.html, 245.html, results/244.processed,
8490: results/245.processed: object creation exceptions and ^process
8491: tests added
8492:
8493: 2010-07-28 misha
8494:
8495: * tests/make_tests.cmd: - win32 EOLs
8496:
8497: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8498: tests on Win32 were added (The system timezone should be GMT+3)
8499:
8500: 2010-07-26 misha
8501:
8502: * tests/: 212.html, results/212.processed: - sizes were removed
8503: mecause they could be different on different OSs
8504:
8505: * tests/065.html: - make it "win32 friendly"
8506:
8507: 2010-07-25 misha
8508:
8509: * src/main/compile.y: - all EOLs between methods are removed during
8510: compilation ( new feature: #47 )
8511:
8512: * tests/results/149.processed: - prepare tests to trim trailing
8513: methods' EOLs
8514:
8515: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8516:
8517: * tests/: results/006.processed, results/014.processed, 006.html,
8518: 014.html, 022.html: - prepare tests to trim trailing methods'
8519: EOLs
8520:
8521: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8522: results/071.processed, results/022.processed: - prepare tests to
8523: trim trailing methods' EOLs
8524:
8525: * tests/: results/073.processed, results/109.processed,
8526: results/142.processed, results/144.processed,
8527: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8528: 144.html: - prepare tests to trim trailing methods' EOLs
8529:
8530: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8531: 149.html, 152.html, results/096.processed, results/107.processed,
8532: results/109.processed, results/142.processed,
8533: results/144.processed: - prepare tests to trim trailing methods'
8534: EOLs
8535:
8536: 2010-07-24 moko
8537:
8538: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8539: the hash order in this test
8540:
8541: * tests/014.html: to check hash order, hash no is longer sorted
8542: before print
8543:
8544: * src/include/pa_hash.h: hash copy constructor now keeps order
8545: (bugfix: #54)
8546:
8547: 2010-07-23 moko
8548:
8549: * tests/results/224.processed: @auto[] is no longer inherited
8550:
8551: * src/types/pa_vstateless_class.C, tests/227.html,
8552: tests/results/227.processed: @auto[] is no longer inherited
8553: (bugfix: #57)
8554:
8555: 2010-07-22 misha
8556:
8557: * src/classes/table.C: - don't skip comment lines during
8558: table::load if encloser or separator is set as '#' ( new feature:
8559: #30 )
8560:
8561: * src/targets/cgi/parser3.C: - don't run as cgi if
8562: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8563: #12 )
8564:
8565: * src/classes/file.C: - set PARSER_VARSION env before external
8566: script executing
8567:
8568: 2010-07-13 misha
8569:
8570: * tests/058.html: - test for suppressing @border was added - test
8571: for user attribute was added
8572:
8573: * tests/results/186.processed: unescaping from \uXXXX
8574:
8575: * tests/186.html: unescaping from \uXXXX
8576:
8577: * tests/: 239.html, results/239.processed: method call type
8578:
8579: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8580: $junction_method.CLASS_NAME (+CLASS)
8581:
8582: 2010-07-07 misha
8583:
8584: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8585: *nix
8586:
8587: 2010-07-05 misha
8588:
8589: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8590: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8591: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8592: comment strings "options must be hash", "options must be hash,
8593: not code" and "called with invalid option" were replaced by
8594: constatns - exception comment string "invalid option passed" was
8595: replaced by "called with invalid option" (now in different
8596: methods are the same exception comment string)
8597:
8598: * src/include/pa_exception.h: - more exception strings were defined
8599:
8600: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8601: types/pa_vstateless_class.h: - now we can define possible
8602: method's call type ( new feature: #5 ) 1.
8603: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8604: methods 2. @static:method[params] (only static keyword could be
8605: used here) -- for specified methods
8606:
8607: * src/main/pa_common.C: - junction points should not be deleted on
8608: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8609: cleanup
8610:
8611: 2010-07-03 misha
8612:
8613: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8614: results/158.processed, results/160.processed,
8615: results/161.processed, results/162.processed,
8616: results/163.processed: - prepare tests to trim trailing methods'
8617: EOLs
8618:
8619: * tests/results/169.processed: - prepare tests to trim trailing
8620: methods' EOLs
8621:
8622: * tests/results/: 168.processed, 169.processed: - prepare tests to
8623: trim trailing methods' EOLs
8624:
8625: * tests/: results/170.processed, results/167.processed,
8626: results/168.processed, results/169.processed, 167.html, 168.html,
8627: 169.html: - prepare tests to trim trailing methods' EOLs
8628:
8629: * tests/: results/170.processed, results/171.processed,
8630: results/172.processed, results/173.processed,
8631: results/174.processed, results/175.processed, 170.html, 171.html,
8632: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8633: trailing methods' EOLs
8634:
8635: * tests/: results/176.processed, results/180.processed,
8636: results/184.processed, results/185.processed,
8637: results/191.processed, results/192.processed,
8638: results/196.processed, results/197.processed,
8639: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8640: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8641: to trim trailing methods' EOLs
8642:
8643: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8644: results/199.processed, results/208.processed,
8645: results/209.processed, results/213.processed,
8646: results/214.processed: - prepare tests to trim trailing methods'
8647: EOLs
8648:
8649: 2010-06-29 misha
8650:
8651: * tests/: 220.html, 218.html, results/218.processed,
8652: results/215.processed, results/217.processed, 215.html, 217.html:
8653: - prepare tests to trim trailing methods' EOLs
8654:
8655: * tests/: results/224.processed, 224.html, 223.html,
8656: results/223.processed, results/220.processed: - prepare tests to
8657: trim trailing methods' EOLs
8658:
8659: * tests/results/: 226.processed, 230.processed: - prepare tests to
8660: trim trailing methods' EOLs
8661:
8662: * tests/: 229.html, results/229.processed: - prepare tests to trim
8663: trailing methods' EOLs
8664:
8665: * tests/: 232.html, 235.html, results/232.processed,
8666: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8667: results/226.processed, results/227.processed,
8668: results/228.processed, results/230.processed: - prepare tests to
8669: trim trailing methods' EOLs
8670:
8671: 2010-06-16 moko
8672:
8673: * tests/: 229.html, results/229.processed: elseif now supported in
8674: ^if
8675:
8676: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8677:
8678: 2010-06-03 misha
8679:
8680: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8681: instead of memcopy for overlaped regions
8682:
8683: 2010-05-25 misha
8684:
8685: * src/main/pa_common.C: - wanring about unused vars was removed
8686:
8687: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8688: get_method_filename was moved to execute.C
8689:
8690: 2010-05-23 misha
8691:
8692: * src/main/pa_request.C: - more accurate detection of method's file
8693:
8694: 2010-05-22 misha
8695:
8696: * src/classes/reflection.C: - bugfix: core during detection of
8697: .file if filespec isn't detected successfully
8698:
8699: 2010-05-20 misha
8700:
8701: * src/main/pa_request.C: - fix in get_method_filename
8702:
8703: * src/include/pa_request.h: - new feature: #24 -- searching
8704: included file in @USE/^use is changed. if its filespec doesn't
8705: start from '/' it will be searched in caller file directory
8706:
8707: * src/classes/reflection.C: - ^reflection:method_info returns file
8708: where the method is defined
8709:
8710: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8711: classes/op.C: - new feature: #24 -- searching included file in
8712: @USE/^use is changed. if its filespec doesn't start from '/' it
8713: will be searched in caller file directory
8714:
8715: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8716: is moved to pa_common.h
8717:
8718: 2010-05-18 misha
8719:
8720: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8721: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8722: cookie parser decode \uXXXX as well as %uXXXX
8723:
8724: 2010-05-17 misha
8725:
8726: * src/classes/curl.C: beauty: - unused param is removed in method
8727: _curl_version_action - some spaces were removed or replaced by
8728: tabs
8729:
8730: * src/classes/table.C: - bugfix: #72 core with empty value during
8731: ^table.hash[...;name_of_the_last_column][$.type[string]]
8732:
8733: 2010-05-16 misha
8734:
8735: * src/classes/curl.C: new: #61 more curl options were added
8736: (contributed by Sumo)
8737:
8738: 2010-04-29 pretender
8739:
8740: * src/main/pa_string.C: fixes #63 Split result from empty string
8741: now empty string.
8742:
8743: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8744: string type.
8745:
8746: 2010-04-28 pretender
8747:
8748: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8749: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8750: macrodefinition removed
8751:
8752: 2010-04-19 pretender
8753:
8754: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8755: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8756:
8757: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8758: fixes #64 Now file.missing exception generates in unsafe mode to.
8759:
8760: * src/classes/file.C: fixes #48 Now not throw "not save environment
8761: variable" exception in grpunlim version.
8762:
8763: 2010-04-05 misha
8764:
8765: * src/classes/string.C: - new feature: 4th param was added to
8766: match. if specified its value is returned in case of nothing was
8767: found
8768:
8769: 2010-04-01 misha
8770:
8771: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8772: multiple execution of /a/b/auto.p
8773:
8774: 2010-03-19 misha
8775:
8776: * src/main/execute.C: - core in $table1.$table2 was fixed
8777:
8778: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8779:
8780: 2010-01-27 misha
8781:
8782: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8783: trying to open file by path /existing-file/non-exixting-file
8784:
8785: 2010-01-26 misha
8786:
8787: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8788: was added (returns file)
8789:
8790: 2009-12-22 misha
8791:
8792: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8793: now parser doesn't have class curl if it was built without it
8794:
8795: 2009-12-15 misha
8796:
8797: * configure.in: - little cheat with curl include dir was added
8798:
8799: 2009-12-05 misha
8800:
8801: * src/classes/curl.C: - some fixes
8802:
8803: 2009-12-04 misha
8804:
8805: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8806: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8807: buildall-with-xml, buildall-without-xml, configure.in: - curl
8808: class was added
8809:
8810: * src/include/pa_hash.h: - hash-iterator was added
8811:
8812: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8813: was added to pcre
8814:
8815: 2009-11-27 misha
8816:
8817: * src/classes/image.C: - don't add @border attribute to output of
8818: ^image.html[] if it was specified by user with empty value
8819:
8820: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8821: root element and we are trying to access .documentElement
8822:
8823: 2009-11-11 misha
8824:
8825: * src/classes/table.C: - in ^table.flip[] look at number of columns
8826: instead of number of items in first row for named tables
8827:
8828: 2009-11-10 misha
8829:
1.211 moko 8830: * operators.ru.txt, operators.txt: - info about hash-options in
8831: ^file::create was added
1.95 moko 8832:
8833: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8834: added
8835:
8836: 2009-11-09 misha
8837:
8838: * buildall-with-xml: - moving to libxml 2.7.6
8839:
8840: * tests/236.html: - tests for comparations cords with functions
8841: were added
8842:
8843: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8844: added
8845:
8846: * src/main/pa_http.C: - little optimisation
8847:
8848: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8849: GPF mallocs + stringstream (table.save)
8850:
8851: * src/classes/file.C: - file::create now accepts 4th param: options
8852: with $.charset
8853:
8854: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8855: bug in cord (comparation cords with functions was buggy)
8856:
8857: 2009-11-06 misha
8858:
8859: * src/main/pa_string.C: - bugfix: calculation string.length
8860: sometimes was buggy
8861:
8862: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8863: destroyed if exception occured during match/replace
8864:
8865: * src/: main/pa_charset.C, include/pa_charset.h: - method
8866: lengthUTF8Char was added
8867:
8868: * src/classes/op.C: - clean tainting lang was added for user's
8869: usage
8870:
8871: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8872: fixed: checkouts are required after GC_MALLOC
8873:
8874: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8875:
1.211 moko 8876: * operators.ru.txt, operators.txt: - actually, there is no
8877: ^untaint[xml] in file::create
1.95 moko 8878:
8879: 2009-10-15 misha
8880:
8881: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8882: were added
8883:
8884: * tests/234.html: - more tests for checking ^taint[uri] escaping
8885: were added
8886:
8887: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8888: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8889: hacking: for dealing with transcoding+^taint[uri]
8890: transcode_and_untaint was replaced by untaint_and_transcode
8891:
8892: 2009-10-13 misha
8893:
8894: * tests/: 121.html, results/121.processed: - test transcoding +
8895: url-escaping now
8896:
8897: * tests/results/auto.p: - more helpers' methods were added
8898:
8899: * src/main/pa_globals.C: - die instead of abort
8900:
8901: 2009-10-06 misha
8902:
8903: * src/main/pa_common.C: - don't allocate memory during
8904: capitalization if input string is already capitalized
8905:
8906: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8907:
8908: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8909: use format function because it calls malloc
8910:
8911: * src/include/pa_common.h: - more capitalized headers were added
8912:
8913: * src/main/pa_common.C: - in safe mode clear executable bits during
8914: file writing
8915:
8916: 2009-10-05 misha
8917:
8918: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8919:
8920: 2009-10-03 misha
8921:
8922: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8923: ^img.text[] & ^img.length[] can work in utf-8 now
8924:
8925: * src/: include/pa_charset.h, main/pa_charset.C: - class
8926: UTF8_string_iterator was added
8927:
8928: * src/classes/image.C: - respect utf-8 when calculate alphabet
8929: length
8930:
8931: * src/classes/mail.C: - check from before get message.cstr
8932:
8933: 2009-10-02 misha
8934:
8935: * tests/233.html: - test for image.font, image.length, image.text
8936: with text in utf-8 were added
8937:
8938: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8939:
8940: * buildall-with-xml, buildall-without-xml: - comment about gc
8941: version for freebsd 4 was added
8942:
8943: 2009-10-01 misha
8944:
8945: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8946: terminator) - read_pipe were slightly optimized
8947:
8948: 2009-09-28 misha
8949:
8950: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8951: removed
8952:
8953: * src/types/pa_vmail.C: - forgot about space after ':'
8954:
8955: * src/types/pa_vmail.C: - escape filenames while preparing mail
8956: body - small simplifications
8957:
8958: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8959: inout params like pa_base64
8960:
8961: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8962: option $.debug-print(1) was added to mail:send - changes for
8963: using uue_encode which uses less memory
8964:
8965: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8966:
8967: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8968: memory now
8969:
8970: 2009-09-26 misha
8971:
8972: * src/types/pa_vmail.C: - default encoding now is base64
8973:
8974: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8975:
8976: 2009-09-25 misha
8977:
8978: * src/types/pa_vmail.C: - capitalization of headers was added to
8979: sending mail as well
8980:
8981: * buildall-with-xml: - catalog package was removed from libxml
8982:
8983: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8984: win32 absolute path
8985:
8986: * src/include/pa_common.h: - one more capitalized header was added
8987:
8988: 2009-09-22 misha
8989:
8990: * INSTALL: - comment about building just httpd binary while
8991: building apache module was added
8992:
8993: 2009-09-21 misha
8994:
8995: * buildall-with-xml: - moving to the latest versions of xml libs:
8996: libxml 2.7.4 and libxslt 1.1.25
8997:
8998: 2009-09-19 misha
8999:
9000: * tests/231.html: - test for encoding cookie in win-1251
9001:
9002: 2009-09-18 misha
9003:
9004: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9005: object] were added
9006:
1.211 moko 9007: * operators.ru.txt, operators.txt: - info about method
9008: ^reflection:fields[class or object] was added
1.95 moko 9009:
9010: * src/classes/reflection.C: - method ^reflection:fields[class or
9011: object] was added
9012:
9013: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9014: methods get_fields were added
9015:
9016: * tests/232.html: - tests for @GET[name]
9017:
9018: * src/classes/table.C: - some changes in handling hash-options for
9019: creare, join and locate
9020:
9021: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9022: defined with option: the type of requested value
9023:
9024: 2009-09-17 misha
9025:
9026: * tests/212.html: - tests for .pattern and .options were added
9027:
9028: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9029: $regex.options were added
9030:
9031: 2009-09-11 misha
9032:
9033: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9034: rewrited. it checks not just one case of sending cookies during
9035: file::load[http], but also sending headers and fields (including
9036: files)
9037:
9038: 2009-09-10 misha
9039:
9040: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9041: was removed => now parser can open files with Russian 'r' in
9042: filename
9043:
9044: * src/main/untaint.C: - bugfix: client charset whould be analized
9045: while escaping cookies but now source charset
9046:
9047: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9048: ^tainted[uri] so it was possible to make request with incorrect
9049: http header
9050:
9051: * src/main/pa_http.C: - capitalization of http headers during
9052: file::load[http was slightly changes - bugfix: all headers which
9053: parser sends during file::load[http should be transcoded and only
9054: then escaped
9055:
9056: * src/main/untaint.C: - a bit more comments were added
9057:
9058: * src/classes/: file.C, string.C: - types where changes (minus 2
9059: warnings)
9060:
9061: * src/include/pa_common.h: - 2 capitalized strings for making http
9062: headers during file::load[http were added
9063:
9064: 2009-09-08 misha
9065:
1.211 moko 9066: * operators.ru.txt, operators.txt: - changes in file.save and
9067: string.save were added
1.95 moko 9068:
9069: * tests/: 230.html, 230.txt: - tests for checking options in
9070: file.save and string.save were added
9071:
9072: * src/main/pa_request.C: - http headers names, which are passed to
9073: SAPI::add_header_attribute are lowercased now (it'll be
9074: capitalized in that method)
9075:
9076: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9077: classes/string.C: - file_write accepts Request_charsets and asked
9078: charset and cound transcode content before writing - string.save
9079: and file.save have option $.charset now
9080:
9081: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9082: classes/xdoc.C: - file_write accepts Request_charsets and asked
9083: charset and cound transcode content before writing
9084:
9085: * src/include/pa_exception.h: - new exception comment string was
9086: defined
9087:
9088: 2009-09-07 misha
9089:
9090: * src/main/compile.y: - grammar $name\ name stops now for regex
9091: sub-pattern\s
9092:
9093: 2009-09-04 misha
9094:
9095: * src/main/pa_http.C: - capitalization of http headers during
9096: file::load[http was implemented
9097:
9098: 2009-09-03 misha
9099:
9100: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9101: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9102: types/pa_vmail.C, targets/cgi/parser3.C,
9103: targets/isapi/parser3isapi.C: - back to storing response http
9104: headers in lowercase - capitalize them during output
9105:
9106: 2009-08-31 misha
9107:
9108: * src/classes/table.C: - allow call with any brackets (it could be
9109: useful in methods with explict result declaration)
9110:
9111: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9112: correctly if $request:charset==koi8-r
9113:
9114: 2009-08-30 misha
9115:
9116: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9117: changed: content-type => Content-type and so on
9118:
9119: * src/classes/file.C, src/include/pa_common.h,
9120: src/include/pa_request.h, src/main/pa_http.C,
9121: src/main/pa_request.C, src/types/pa_vcookie.C,
9122: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9123: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9124: tests/results/002.processed, tests/results/003.processed,
9125: tests/results/004.processed, tests/results/005.processed,
9126: tests/results/006.processed, tests/results/007.processed,
9127: tests/results/008.processed, tests/results/009.processed,
9128: tests/results/010.processed, tests/results/011.processed,
9129: tests/results/012.processed, tests/results/013.processed,
9130: tests/results/014.processed, tests/results/015.processed,
9131: tests/results/016.processed, tests/results/017.processed,
9132: tests/results/018.processed, tests/results/019.processed,
9133: tests/results/020.processed, tests/results/021.processed,
9134: tests/results/022.processed, tests/results/023.processed,
9135: tests/results/024.processed, tests/results/025.processed,
9136: tests/results/026.processed, tests/results/027.processed,
9137: tests/results/028.processed, tests/results/029.processed,
9138: tests/results/030.processed, tests/results/031.processed,
9139: tests/results/032.processed, tests/results/033.processed,
9140: tests/results/034.processed, tests/results/035.processed,
9141: tests/results/036.processed, tests/results/037.processed,
9142: tests/results/038.processed, tests/results/039.processed,
9143: tests/results/040.processed, tests/results/041.processed,
9144: tests/results/042.processed, tests/results/043.processed,
9145: tests/results/044.processed, tests/results/045.processed,
9146: tests/results/046.processed, tests/results/047.processed,
9147: tests/results/048.processed, tests/results/049.processed,
9148: tests/results/050.processed, tests/results/051.processed,
9149: tests/results/052.processed, tests/results/053.processed,
9150: tests/results/054.processed, tests/results/055.processed,
9151: tests/results/056.processed, tests/results/057.processed,
9152: tests/results/058.processed, tests/results/059.processed,
9153: tests/results/060.processed, tests/results/061.processed,
9154: tests/results/062.processed, tests/results/063.processed,
9155: tests/results/064.processed, tests/results/065.processed,
9156: tests/results/066.processed, tests/results/067.processed,
9157: tests/results/068.processed, tests/results/069.processed,
9158: tests/results/070.processed, tests/results/071.processed,
9159: tests/results/072.processed, tests/results/073.processed,
9160: tests/results/074.processed, tests/results/075.processed,
9161: tests/results/076.processed, tests/results/077.processed,
9162: tests/results/078.processed, tests/results/079.processed,
9163: tests/results/080.processed, tests/results/081.processed,
9164: tests/results/082.processed, tests/results/083.processed,
9165: tests/results/084.processed, tests/results/085.processed,
9166: tests/results/086.processed, tests/results/087.processed,
9167: tests/results/088.processed, tests/results/089.processed,
9168: tests/results/090.processed, tests/results/091.processed,
9169: tests/results/092.processed, tests/results/093.processed,
9170: tests/results/094.processed, tests/results/095.processed,
9171: tests/results/096.processed, tests/results/097.processed,
9172: tests/results/098.processed, tests/results/099.processed,
9173: tests/results/100.processed, tests/results/101.processed,
9174: tests/results/102.processed, tests/results/103.processed,
9175: tests/results/104.processed, tests/results/105.processed,
9176: tests/results/106.processed, tests/results/107.processed,
9177: tests/results/108.processed, tests/results/109.processed,
9178: tests/results/110.processed, tests/results/111.processed,
9179: tests/results/112.processed, tests/results/113.processed,
9180: tests/results/114.processed, tests/results/115.processed,
9181: tests/results/116.processed, tests/results/117.processed,
9182: tests/results/118.processed, tests/results/119.processed,
9183: tests/results/120.processed, tests/results/121.processed,
9184: tests/results/122.processed, tests/results/123.processed,
9185: tests/results/124.processed, tests/results/125.processed,
9186: tests/results/126.processed, tests/results/127.processed,
9187: tests/results/128.processed, tests/results/129.processed,
9188: tests/results/130.processed, tests/results/131.processed,
9189: tests/results/132.processed, tests/results/133.processed,
9190: tests/results/134.processed, tests/results/135.processed,
9191: tests/results/136.processed, tests/results/138.processed,
9192: tests/results/139.processed, tests/results/140.processed,
9193: tests/results/141.processed, tests/results/142.processed,
9194: tests/results/143.processed, tests/results/144.processed,
9195: tests/results/145.processed, tests/results/146.processed,
9196: tests/results/147.processed, tests/results/148.processed,
9197: tests/results/149.processed, tests/results/150.processed,
9198: tests/results/151.processed, tests/results/152.processed,
9199: tests/results/153.processed, tests/results/154.processed,
9200: tests/results/155.processed, tests/results/156.processed,
9201: tests/results/157.processed, tests/results/158.processed,
9202: tests/results/159.processed, tests/results/160.processed,
9203: tests/results/161.processed, tests/results/162.processed,
9204: tests/results/163.processed, tests/results/164.processed,
9205: tests/results/165.processed, tests/results/166.processed,
9206: tests/results/167.processed, tests/results/168.processed,
9207: tests/results/169.processed, tests/results/170.processed,
9208: tests/results/171.processed, tests/results/172.processed,
9209: tests/results/173.processed, tests/results/174.processed,
9210: tests/results/175.processed, tests/results/176.processed,
9211: tests/results/177.processed, tests/results/178.processed,
9212: tests/results/179.processed, tests/results/180.processed,
9213: tests/results/181.processed, tests/results/182.processed,
9214: tests/results/183.processed, tests/results/184.processed,
9215: tests/results/185.processed, tests/results/186.processed,
9216: tests/results/187.processed, tests/results/188.processed,
9217: tests/results/189.processed, tests/results/190.processed,
9218: tests/results/191.processed, tests/results/192.processed,
9219: tests/results/193.processed, tests/results/194.processed,
9220: tests/results/195.processed, tests/results/196.processed,
9221: tests/results/197.processed, tests/results/198.processed,
9222: tests/results/199.processed, tests/results/200.processed,
9223: tests/results/201.processed, tests/results/202.processed,
9224: tests/results/203.processed, tests/results/204.processed,
9225: tests/results/205.processed, tests/results/206.processed,
9226: tests/results/207.processed, tests/results/208.processed,
9227: tests/results/209.processed, tests/results/210.processed,
9228: tests/results/211.processed, tests/results/212.processed,
9229: tests/results/213.processed, tests/results/214.processed,
9230: tests/results/215.processed, tests/results/216.processed,
9231: tests/results/217.processed, tests/results/218.processed,
9232: tests/results/219.processed, tests/results/220.processed,
9233: tests/results/221.processed, tests/results/222.processed,
9234: tests/results/223.processed, tests/results/224.processed,
9235: tests/results/225.processed, tests/results/226.processed,
9236: tests/results/227.processed, tests/results/228.processed,
9237: tests/results/229.processed: - http headers were changed:
9238: content-type => Content-type and so on
9239:
9240: 2009-08-27 misha
9241:
9242: * src/: main/pa_random.C, include/pa_random.h,
9243: targets/cgi/parser3.C: - year was updated :)
9244:
9245: 2009-08-26 misha
9246:
9247: * tests/: 224.html, 224.p: - test for creating of parser object
9248: using constructor without params - little bugfix in test
9249:
9250: * src/main/compile_tools.h: - bugfix: should't call autouse while
9251: checking existed class while processing partial option
9252:
9253: * src/classes/reflection.C: - bugfix: core when creating object
9254: with reflection and constructor doesn't have params
9255:
9256: 2009-08-24 misha
9257:
9258: * tests/229.html: - tests for checking the number of parameters
9259: were added
9260:
9261: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9262: number of method's parameters wasn't checked correctly (the bug
9263: was introduced in 3.4.0)
9264:
9265: 2009-08-22 misha
9266:
9267: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9268: transcoded, but tainted pieces are escaped only when
9269: content-type==url-encoding
9270:
9271: * tests/228.html: - test for checking
9272: ^file::load[http://...;$.body[]]
9273:
9274: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9275: post charset was too early (charsets is empty at this moment)
9276:
9277: 2009-08-21 misha
9278:
9279: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9280: main/untaint.C: - some fixes with transcode+untaint
9281:
9282: 2009-08-15 misha
9283:
9284: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9285: was increaced to 100 (was 50)
9286:
9287: * tests/227.html: - test for checking overriding properties in
9288: static classes was added
9289:
9290: * tests/: 226.html, 226.p: - test for @autoload[] was added
9291:
9292: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9293: main/execute.C, main/pa_request.C, classes/reflection.C: -
9294: autouse was implemented
9295:
9296: 2009-08-14 misha
9297:
9298: * src/classes/reflection.C: - outdated checkout was removed
9299:
9300: * src/classes/reflection.C: - optimization - method ^dynamical was
9301: added.
9302:
9303: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9304: types/pa_vstateless_class.h, main/execute.C: - optimization
9305:
9306: * src/types/pa_vclass.C: - exception if base on sytem class
9307:
9308: 2009-08-12 misha
9309:
9310: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9311: pa_vstateless_class.h: - little optimisation
9312:
9313: 2009-08-11 misha
9314:
9315: * tests/224.html: - method_params => method_info - checking for
9316: $.inherited
9317:
1.211 moko 9318: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9319: method method_params was renamed to method_info and now it
9320: returns class name, if method was defined in ancestor
1.95 moko 9321:
9322: * tests/225.html: - tests for cheching properties in hierarhical
9323: classes were added
9324:
9325: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9326: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9327: main/compile.y, main/execute.C, classes/classes.C: - problems
9328: with properties in new classes implementation were fixed
9329:
9330: 2009-08-10 misha
9331:
9332: * src/main/execute.C: - now constructor shouldn't be defined in
9333: class. it could be defined in parent.
9334:
9335: 2009-08-09 misha
9336:
9337: * src/classes/reflection.C: - ^reflection:methods doesn't return
9338: base's methods
9339:
9340: 2009-08-08 misha
9341:
9342: * src/: classes/classes.h, classes/date.C, classes/file.C,
9343: classes/form.C, classes/hash.C, classes/hashfile.C,
9344: classes/image.C, classes/mail.C, classes/op.C,
9345: classes/reflection.C, classes/regex.C, classes/string.C,
9346: classes/table.C, classes/xdoc.C, classes/xnode.C,
9347: classes/xnode.h, include/pa_hash.h, main/execute.C,
9348: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9349: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9350: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9351: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9352: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9353: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9354: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9355: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9356: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9357: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9358: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9359: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9360: types/pa_vresponse.C, types/pa_vresponse.h,
9361: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9362: types/pa_vstateless_object.h, types/pa_vstatus.C,
9363: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9364: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9365: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9366: types/pa_wwrapper.h, types/types.vcproj: - new classes
9367: implementation
9368:
9369: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9370: USE_MUNMAP is used. so it is disabled as a workaround.
9371:
9372: 2009-08-05 misha
9373:
9374: * src/: main/pa_common.C, include/pa_common.h: - not needed
9375: parameter was removed
9376:
9377: * src/main/pa_http.C: - bugfix: error was during detecting
9378: content-type of file which was loaded by http
9379:
9380: 2009-08-01 misha
9381:
9382: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9383: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9384: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9385: can't be disabled with defines any longer
9386:
9387: 2009-07-29 misha
9388:
9389: * src/classes/reflection.C, tests/results/224.processed: - for
9390: native methods with any call type now returned empty call_type
9391: value
9392:
9393: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9394: classes/table.C, include/pa_hash.h, include/pa_request.h,
9395: main/pa_request.C: - break in cycles was optimized
9396:
9397: * INSTALL: - more defines were described
9398:
9399: 2009-07-28 misha
9400:
1.211 moko 9401: * operators.ru.txt, operators.txt: - some changes in information
9402: about reflection class
1.95 moko 9403:
9404: * tests/: 224.html, 224.p: - tests for reflection class
9405:
9406: * src/classes/reflection.C: - some bugs were fixed, method classes
9407: was added, refactoring
9408:
9409: 2009-07-26 misha
9410:
9411: * src/classes/classes.vcproj: - reflection class wass added to
9412: project
9413:
1.211 moko 9414: * operators.ru.txt, operators.txt: - information about reflection
9415: class was added
1.95 moko 9416:
9417: * src/classes/reflection.C: - class was redesigned
9418:
9419: 2009-07-24 misha
9420:
9421: * src/classes/: Makefile.am, reflection.C: - class reflection was
9422: added
9423:
9424: * src/types/pa_vstateless_class.h: - method for reflection method's
9425: in classes was added
9426:
9427: 2009-07-22 misha
9428:
9429: * src/main/compile_tools.h: - bugfix: $object.$var was
9430: over-optimized. it failed if $object1.$object2.field
9431:
9432: 2009-07-16 misha
9433:
9434: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9435: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9436: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9437: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9438: one more arg: length of cord
9439:
9440: 2009-07-15 misha
9441:
9442: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9443: tainted in ^file::load[http://...;$.cookies[]]
9444:
9445: * src/classes/: op.C, regex.C, string.C: - new string with
9446: exception was used
9447:
9448: * src/include/pa_exception.h: - new string with exception was added
9449:
9450: * tests/223.html: - test for checking cookie-encoding during
9451: ^file::load[http was added
9452:
9453: * tests/: 221.html, 222.html: - tests for checking type of
9454: $table.fields.field were added
9455:
9456: * src/types/pa_vtable.C: - not used var decl was removed
9457:
9458: * src/include/pa_string.h: - use cached string length in Body::mid.
9459: it improves speed of match with brackets in pattern
9460:
9461: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9462: outside
9463:
9464: 2009-07-14 misha
9465:
9466: * src/types/pa_vtable.C: - $table.fields.a return string even if
9467: column is empty (sometime returned void) - $table.fields was
9468: added for nameless tables
9469:
9470: * src/targets/cgi/getopt.c: - one warning resolved
9471:
9472: * src/main/pa_string.C: - potentian bug fixed
9473:
9474: * src/classes/op.C: - small optimization in taint/untaint
9475:
9476: 2009-07-13 misha
9477:
9478: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9479: added
9480:
9481: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9482: souldn't add the attribut to output
9483:
9484: 2009-07-11 misha
9485:
9486: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9487: stack size was increaced to 2MB (default=1MB)
9488:
9489: 2009-07-08 misha
9490:
9491: * src/main/pa_string.C: - link to UTF-8 description was added
9492:
9493: * src/include/pa_hash.h: - hash keeps element's order in more
9494: places (ex: ._keys[])
9495:
9496: * tests/220.html: - test for checking order of elements in hash in
9497: foreach was added
9498:
9499: * tests/172.html: - small changes in printing hash
9500:
9501: * tests/129.html: - small changes in printing hash
9502:
9503: * src/: include/pa_common.h, include/pa_hash.h,
9504: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9505: types/pa_vmethod_frame.h: - hash now keeps order of elements
9506:
9507: * tests/014.html: - small changes in printing hash
9508:
9509: 2009-07-07 misha
9510:
9511: * src/classes/op.C: - new taint language "parser-code" was added
9512:
9513: * tests/219.html: - test for auto untaint parser code in process
9514: was added
9515:
9516: * src/classes/op.C: - tainted pieces in body of process are
9517: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9518:
9519: * src/: include/pa_string.h, main/untaint.C: - new language
9520: L_PARSER_CODE for auto-untaint in process was added
9521:
9522: * src/: classes/file.C, classes/hash.C, classes/image.C,
9523: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9524: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9525: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9526: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9527: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9528: code cleanup
9529:
9530: 2009-07-06 misha
9531:
9532: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9533: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9534: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9535:
9536: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9537: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9538: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9539: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9540: should be used
9541:
9542: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9543: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9544: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9545: untaint_cstr[m] should be used
9546:
9547: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9548: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9549:
9550: * tests/218.html: - test for checking automatic file-spec-taint was
9551: added
9552:
9553: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9554: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9555: classes/file.C, classes/hash.C, classes/image.C,
9556: classes/string.C, classes/table.C, classes/void.C,
9557: classes/xdoc.C: - optimizations and simplification of
9558: string.cstr(...)
9559:
9560: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9561: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9562: - optimizations and simplification of string.cstr(...)
9563:
9564: 2009-07-04 misha
9565:
9566: * tests/217.html: - test for recursion detection was added
9567:
9568: * src/: types/types.vcproj, main/main.vcproj,
9569: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9570: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9571: from .vcproj
9572:
9573: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9574:
9575: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9576: uploading files and case-insensitive http-method were added
9577:
9578: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9579: tainted pattern in ^file:list[] was added
9580:
9581: 2009-07-03 misha
9582:
9583: * src/: classes/classes.vcproj, main/main.vcproj,
9584: types/types.vcproj, targets/cgi/parser3.vcproj,
9585: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9586: for dynamic_cast) - little options changes
9587:
9588: * src/main/pa_http.C: - file::load[http works now with uploading
9589: files _and_ changing $.charset
9590:
9591: 2009-06-29 misha
9592:
9593: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9594: while creating pattern
9595:
9596: 2009-06-25 misha
9597:
1.211 moko 9598: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9599: names for ^image.font were changed to $.space, $.width and
9600: $spacing - default space width now == gif's width
1.95 moko 9601:
9602: 2009-06-24 misha
9603:
9604: * tests/215.html: - tests for $file.mode were added
9605:
1.211 moko 9606: * operators.ru.txt, operators.txt: - added info about $file.mode
9607: and changes in ^image.font[
1.95 moko 9608:
9609: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9610: param now could be omited - third param now could be hash (with
9611: all widths options: $.space-width, $.letter-width) - it's
9612: possible to specify tracking ($.letter-space)
9613:
9614: * src/classes/file.C: - file objects now could have mode field
9615: (text|binary)
9616:
9617: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9618:
9619: 2009-06-23 misha
9620:
9621: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9622: trim can work with utf-8 chars now
9623:
9624: 2009-06-20 misha
9625:
9626: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9627: was implemented
9628:
9629: * src/classes/table.C: - string length cacheing was implemented
9630:
9631: * src/include/pa_string.h: - string length cacheing was implemented
9632:
9633: 2009-06-17 misha
9634:
9635: * src/main/execute.C: - value param was removed from
9636: WContext::WContext
9637:
9638: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9639: pa_wwrapper.h: - value param was removed from WContext::WContext
9640: - field wcontext was removed from VCodeFrame (using fparent
9641: instead)
9642:
9643: * tests/214.html: - test with hash copying
9644:
9645: 2009-06-16 misha
9646:
9647: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9648: strings doesn't work in expression anymore
9649:
9650: * src/main/execute.C: - less calls for get_constructing() - little
9651: refactoring
9652:
9653: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9654: include/pa_request.h: - less calls for get_constructing()
9655:
9656: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9657: introduced with OPTIMIZE_SINGLE_STRING optimization
9658:
9659: 2009-06-14 misha
9660:
9661: * src/: classes/date.C, classes/file.C, classes/hash.C,
9662: classes/hashfile.C, classes/image.C, classes/regex.C,
9663: classes/table.C, classes/xdoc.C, classes/xnode.h,
9664: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9665: types/pa_vstateless_class.h, main/execute.C: - create object for
9666: storing object's fields only for parser objects
9667:
9668: 2009-06-13 misha
9669:
9670: * buildall-with-xml, buildall-without-xml: - new option was added
9671: for building GC (it slightly reduces memory usage)
9672:
9673: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9674: single string write
9675:
9676: * src/main/execute.C: - bytecode optimization of ^class:constructor
9677: - optimization of single string write
9678:
9679: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9680: - bytecode optimization of ^class:constructor
9681:
9682: 2009-06-09 misha
9683:
9684: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9685: main (better compatibility)
9686:
9687: 2009-06-08 misha
9688:
9689: * src/main/compile.y: - I've forgot to commit it :(
9690:
9691: 2009-06-07 misha
9692:
9693: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9694: WITH_READ and WITH_ROOT
9695:
9696: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9697: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9698: WITH_ROOT - little refactoring
9699:
9700: 2009-06-06 misha
9701:
9702: * tests/213.html: - tests for 3rd match string-param were added
9703:
9704: * src/classes/string.C: - 3rd match param could be string now
9705:
9706: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9707: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9708: GET_OBJECT_ELEMENT
9709:
9710: 2009-06-05 misha
9711:
9712: * src/main/pa_http.C: - bugfix: content-length was not calculated
9713: if $.body was specified
9714:
9715: 2009-06-04 misha
9716:
9717: * src/classes/op.C: - optimizing write_assign_lang in connect
9718:
9719: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9720:
9721: * src/main/execute.C: - little refactoring - optimizing
9722: write_assign_lang in taint/untaint
9723:
9724: * src/include/pa_opcode.h: - little refactoring
9725:
9726: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9727: main/compile_tools.h, main/execute.C: - optimizations for
9728: $self.field, ^self.method, $self.field[...] and $self.field(...)
9729: were added
9730:
9731: 2009-06-03 misha
9732:
9733: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9734:
9735: 2009-06-02 misha
9736:
9737: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9738: include/pa_opcode.h: - refactoring in last optimizations
9739: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9740: now but code is much easy and it is ready for further
9741: improvements.
9742:
9743: 2009-05-27 misha
9744:
9745: * src/: types/pa_junction.h, types/pa_vjunction.C,
9746: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9747: changed in destructing junctions
9748:
9749: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9750: String:Body
9751:
9752: 2009-05-26 misha
9753:
9754: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9755: one method detect_charset was deleted - bug was fixed in this
9756: method (error while detecting charset in content_type withot last
9757: ';')
9758:
9759: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9760: once
9761:
9762: 2009-05-25 misha
9763:
9764: * src/classes/file.C: - bugfix: file::exec didn't work after
9765: optimizing of helper_length
9766:
9767: 2009-05-24 misha
9768:
9769: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9770: were added - little refactoring
9771:
9772: * src/main/execute.C: - core while printing in debug log
9773: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9774: optimisations were added
9775:
9776: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9777: were added
9778:
9779: 2009-05-23 misha
9780:
9781: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9782: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9783: CORD_cat optimization
9784:
9785: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9786: - call constr optimisation under separate define now
9787:
9788: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9789: in $b should be string, not void
9790:
9791: * src/main/compile.y: - little fix for rem-cut optimisation
9792:
9793: * src/: include/pa_opcode.h, main/compile_tools.C,
9794: main/compile_tools.h, main/execute.C: - optimisations for
9795: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9796:
9797: * INSTALL: - description of some #defined were added
9798:
9799: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9800: before 1st access (memory usage is reduced if don't access to
9801: .text field)
9802:
9803: * src/include/pa_array.h: - array grows step now not static (it
9804: reduces numbers of reallocs)
9805:
9806: 2009-05-20 misha
9807:
9808: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9809: $.b(2), $c[d] and $.e[f] was added
9810:
9811: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9812: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9813: $.e[f] was added
9814:
9815: * src/main/execute.C: - debug printing moved in defines
9816:
9817: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9818: and little refactoring for OP_GET_OBJECT_ELEMENT +
9819: OP_GET_OBJECT_VAR_ELEMENT optimisation
9820:
9821: 2009-05-19 misha
9822:
9823: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9824: execute.C: - $a.$b & ^a.$b bytecode optimisation
9825:
9826: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9827: ^a.$b optimisation)
9828:
9829: * src/main/compile.y: - compiler now generate new opcodes:
9830: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9831: ^a.b - compiler now cut off ^rem{ with all content ; any number
9832: of params }
9833:
9834: * src/main/execute.C: - code for handle new opcodes
9835: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9836:
9837: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9838: added for LA2V and LA2S
9839:
9840: * src/include/pa_opcode.h: - new defines which can be used for
9841: disable some bytecode optimisation and new opcodes were added
9842:
9843: 2009-05-17 misha
9844:
9845: * src/lib/cord/cordxtra.c: - bugfix.
9846:
9847: * tests/212.html: - .size[] and .study_size[] were added to tests
9848:
1.211 moko 9849: * operators.ru.txt, operators.txt: - info about regex class was
9850: added
1.95 moko 9851:
9852: * tests/212.html: - tests for regex class were added
9853:
9854: 2009-05-16 misha
9855:
9856: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9857: gc7.1
9858:
9859: * tests/022.html: - test for ^file:list[path;] (empty second param)
9860: was added
9861:
9862: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9863: param) should work
9864:
9865: 2009-05-15 misha
9866:
9867: * src/classes/table.C: - automatically disable stringstream usage
9868: on freebsd4
9869:
9870: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9871: scope
9872:
9873: * tests/211.html: - test with different types of access to hash was
9874: added
9875:
9876: * tests/210.html: - test which checks for loosing tainting in
9877: hash's keys was added
9878:
9879: * tests/208.html: - some parser work added. or stime == 0 %-)
9880:
9881: * src/lib/cord/cordbscs.c: - little hack was added to cord
9882:
9883: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9884:
9885: * src/include/pa_version.h, configure.in: - moko have made a lot of
9886: optimisations for increacing version number more dramatically :)
9887:
9888: * src/classes/date.C: - little refactoring: use constructor which
9889: accepts formated string
9890:
9891: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9892: which can print formatted string was added
9893:
9894: 2009-05-14 misha
9895:
9896: * src/include/pa_string.h: - type was fixed
9897:
9898: * src/: classes/hashfile.C, classes/op.C,
9899: include/pa_cache_managers.h, include/pa_charset.h,
9900: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9901: include/pa_request.h, include/pa_sql_driver_manager.h,
9902: include/pa_string.h, include/pa_stylesheet_manager.h,
9903: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9904: main/pa_charsets.C, main/pa_string.C,
9905: main/pa_stylesheet_connection.C, types/pa_value.h,
9906: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9907: types/pa_vobject.C, types/pa_vstateless_class.C,
9908: types/pa_vstateless_class.h: - hash_code caching was implemented
9909: (seaches should be faster now)
9910:
9911: * src/: classes/file.C, classes/hash.C, classes/image.C,
9912: classes/string.C, classes/table.C, include/pa_string.h,
9913: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9914: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9915: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9916: types/pa_vrequest.C: - String constructors don't have that stupid
9917: true/false param which means 'tainted'. they accept lang instead.
9918:
9919: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9920: with OPTIMIZE_RESULT
9921:
9922: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9923: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9924:
9925: 2009-05-13 misha
9926:
9927: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9928: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9929: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9930: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9931: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9932: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9933: include/pa_string.h, classes/date.C, classes/file.C,
9934: classes/hash.C, classes/image.C, classes/string.C,
9935: classes/table.C, classes/xdoc.C: - result optimisation -
9936: helper_length parameter removed from string constructors
9937:
9938: 2009-05-11 misha
9939:
9940: * tests/209.html: - tests for ^hash::create[hash] were added
9941:
9942: * tests/208.html: - tests for $status:rusage, $status:memory,
9943: ^memory:compact[] were added
9944:
9945: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9946: log10 were added
9947:
9948: * tests/206.html: - test for try with finally was added
9949:
9950: 2009-05-10 misha
9951:
9952: * tests/205.html: - test for ^file::create[...] was added
9953:
9954: * tests/204.html: - test for ^response:clear[] was added
9955:
9956: * tests/038.html: - tests for trigonometric functions were added
9957:
9958: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9959: added - more tests for .add, .sub, .union, .intersects and
9960: .intersections
9961:
9962: * tests/065.html: - test for ^file:dirname was added
9963:
9964: * tests/030.html: - test for $cookie:fields was added
9965:
9966: * tests/203.html: - test for ^h._keys[column name] was added
9967:
9968: * tests/201.html: - tests for .trim were added
9969:
9970: * tests/202.html: - tests for last-day,
9971: date:calendar[type](YYYY;MM;DD) were added
9972:
9973: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9974: .offset[type](N) were added
9975:
9976: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9977: and .pos[c](N) were added
9978:
9979: * tests/141.html: - test for math:sha1 was added
9980:
9981: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9982:
9983: 2009-05-09 misha
9984:
9985: * src/main/compile.y: - rollback
9986:
9987: 2009-05-05 misha
9988:
9989: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9990: replaced by is_empty()
9991:
9992: * src/: include/pa_string.h, main/pa_charset.C: - little
9993: optimisation: somewhere length() was replaced by is_empty()
9994:
9995: * src/classes/table.C: - little optimisation: somewhere length()
9996: was replaced by is_empty()
9997:
9998: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9999: classes/op.C, classes/table.C, main/pa_exception.C: - little
10000: optimisation: somewhere length() was replaced by is_empty()
10001:
10002: 2009-05-04 misha
10003:
10004: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10005: types/pa_vstateless_class.h, main/execute.C,
10006: include/pa_request.h, classes/hash.C, classes/op.C,
10007: classes/table.C: - more optimisations were added: some operators
10008: don't switch write context anylonger
10009:
10010: 2009-05-01 misha
10011:
10012: * src/main/compile.y: - slightly more opcode optimisations for
10013: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10014:
10015: * src/main/execute.C: - simplifying process for getters
10016:
10017: 2009-04-30 misha
10018:
10019: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10020:
10021: * tests/results/199.processed: - test for checking $result into
10022: ^rem was added
10023:
10024: * tests/199.html: - test for checking $result into ^rem was added
10025:
10026: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10027: some OS it returns list in different order)
10028:
10029: * src/: include/pa_array.h, include/pa_request.h,
10030: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10031: changes in stack impl - get_element() optimisation: 3rd param
10032: removed - bugfix: problems with reading empty input param -
10033: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10034:
10035: * tests/results/198.processed: - test for reading empty local var
10036: was added
10037:
10038: * tests/198.html: - test for reading empty local var was added
10039:
10040: 2009-04-29 misha
10041:
10042: * src/main/compile.y: - bugfix: couldn't compile because
10043: OP_VALUE__GET_ELEMENT should be unde #ifdef
10044:
10045: * src/: include/pa_array.h, include/pa_opcode.h,
10046: include/pa_request.h, main/compile.y, main/execute.C,
10047: main/pa_request.C, types/pa_vmethod_frame.C,
10048: types/pa_vmethod_frame.h: - we can work without opcode
10049: OP_STORE_PARAM, so it was removed
10050:
10051: 2009-04-28 misha
10052:
10053: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10054: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10055: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10056: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10057: 4.
10058: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10059:
10060: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10061:
10062: * src/: main/pa_string.C, classes/string.C: - !length() =>
10063: is_empty()
10064:
10065: 2009-04-27 misha
10066:
10067: * src/types/pa_vregex.h: - back explicit vars initialisation
10068:
10069: 2009-04-24 misha
10070:
10071: * src/classes/string.C: - ups. typo fixed
10072:
10073: * src/main/execute.C: - more replacements '*new VBool' to
10074: 'VBool::get' - checks for ^break[], ^continue[] and
10075: parser.interrupted were optimised
10076:
10077: * src/classes/string.C: - number of params.count() calls was
10078: slightly reduced
10079:
10080: 2009-04-23 misha
10081:
10082: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10083: make it x64 friendly
10084:
10085: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10086: parser is x64 friendly now
10087:
10088: 2009-04-22 misha
10089:
10090: * src/types/pa_vhashfile.C: - coder friendly exception about
10091: exceeding record size was added
10092:
10093: * src/classes/file.C: - use vregex object instead of direct calls
10094: methods from pcre lib
10095:
10096: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10097: classes/string.C: - use vregex object instead of direct calls
10098: methods from pcre lib
10099:
10100: * src/: include/pa_common.h, main/pa_common.C: - method
10101: print_pcre_exec_error_text was moved to class vregex
10102:
10103: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10104: was added
10105:
10106: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10107: - class vregex was added
10108:
10109: 2009-04-21 misha
10110:
10111: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10112:
10113: * src/: types/pa_junction.h, types/pa_value.C,
10114: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10115: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10116: junction-optimisation (destructors)
10117:
10118: * src/include/pa_array.h: - free under if now
10119:
10120: 2009-04-19 misha
10121:
10122: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10123:
10124: 2009-04-18 misha
10125:
10126: * src/include/pa_version.h:
10127: :q :
10128:
10129: CV:
10130: ----------------------------------------------------------------------
10131:
10132: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10133: refactoring
10134:
10135: * src/: include/pa_array.h, include/pa_hash.h,
10136: types/pa_vmethod_frame.h: - destructors under #ifdef now
10137:
10138: * src/include/pa_memory.h: - define for using destructors was added
10139:
10140: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10141: main/execute.C: - some junctions will be cached now
10142:
10143: * src/include/pa_hash.h: - hash destructor frees pairs now
10144:
10145: * src/include/pa_array.h: - inline was added to destructor
10146:
10147: * src/types/pa_method.h: - comment was changed
10148:
10149: 2009-04-17 misha
10150:
10151: * src/: include/pa_array.h, include/pa_hash.h,
10152: types/pa_vmethod_frame.h: - destructors were added
10153:
10154: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10155: renamed to always_use_result
10156:
10157: * src/main/: compile.y, compile_tools.h: - rollback changes in
10158: compiler: full backward compatibility is better
10159:
10160: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10161: result in var's hash
10162:
10163: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10164: optimisation in method_frame
10165:
10166: * src/include/pa_array.h: - optimisation in array (allocate
10167: elements only when needed)
10168:
10169: * src/types/pa_vresponse.C: - check for $response:headers field
10170: before looking at custom fields
10171:
10172: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10173: not needed to check existance var with name 'result' in var's
10174: hash
10175:
10176: * src/main/compile.y: - compiler was changed: now it detects
10177: writings to $result and set flag writo_to_result in method
10178:
10179: * src/classes/string.C: - little optimisation: no needed to write
10180: number with lang
10181:
10182: * src/main/pa_charset.C: - methods readChar and skipChar which is
10183: used for read utf8-strings were renamed - is_escaped was renamed
10184: to isEscaped (to the same name convention)
10185:
10186: * src/: types/pa_method.h, main/compile_tools.h: - flag
10187: write_to_result added. compiler get this info from code.
10188:
10189: 2009-04-16 misha
10190:
10191: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10192: String only before 1st write
10193:
10194: * src/include/pa_string.h: - not needed template removed
10195:
10196: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10197: types/pa_vjunction.C, types/pa_vproperty.C,
10198: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10199: main/pa_request.C, classes/bool.C, classes/double.C,
10200: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10201: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10202: bool objects)
10203:
10204: 2009-04-15 misha
10205:
10206: * src/lib/cord/cordxtra.c: - more optimisation
10207:
10208: * src/: include/pa_string.h, main/untaint.C: - String::append
10209: optimisation
10210:
10211: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10212: then get and can sometime be used)
10213:
10214: * src/main/pa_string.C: - String::length optimisation
10215:
10216: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10217: these methods read different strings
10218:
10219: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10220: fresult_initial_void removed + some optimisation - if $result
10221: defined we don't write to context anymore
10222:
10223: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10224: need just skip char)
10225:
10226: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10227: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10228: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10229:
10230: * src/types/pa_vvoid.h: - added get() method for retreave one
10231: instance
10232:
10233: 2009-04-11 misha
10234:
10235: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10236:
10237: * tests/197.html: - test for parser://test in xml was added
10238:
10239: * src/classes/string.C: - small optimisation
10240:
10241: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10242: optimisation
10243:
10244: 2009-04-10 misha
10245:
10246: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10247: to pcre-7.8
10248:
10249: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10250:
10251: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10252: added
10253:
10254: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10255: $request:CLASS_NAME were added
10256:
10257: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10258: were added
10259:
10260: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10261: $env:CLASS_NAME were added
10262:
10263: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10264: '@todo' now
10265:
10266: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10267: compirer
10268:
10269: * src/main/pa_string.C: - little code cleanup
10270:
10271: * src/main/pa_common.C: - describe one more UTF-8 related error
10272: during PCRE compile/execute
10273:
10274: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10275: normalizing todo-comments: '@todo' now
10276:
10277: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10278:
10279: * src/main/pa_charset.C: - type changed for making compiler happy
10280:
10281: 2009-03-10 misha
10282:
10283: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10284: in main()
10285:
10286: 2009-02-01 misha
10287:
10288: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10289: boundary
10290:
10291: 2009-01-25 misha
10292:
10293: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10294:
10295: * src/classes/file.C: - more changes for parsing different number
10296: of params for file::load
10297:
10298: * tests/193.html: - tests for exception while base64-decode binary
10299: to string was added
10300:
10301: * tests/192.html: - tests for file::load with different number of
10302: options
10303:
10304: * src/classes/math.C: - ups. forgot '+1'
10305:
10306: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10307: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10308: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10309: (new option $.encode[multipart-form/data] should be specified) -
10310: $.method[] option for file::load now is not case-sensitive
10311:
10312: * src/: include/pa_string.h, main/untaint.C: - for file post the
10313: new taint language L_FILE_POST was added
10314:
10315: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10316: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10317: stuff was moved to separate files
10318:
10319: 2009-01-23 misha
10320:
10321: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10322: spaces to tabs were converted
10323:
10324: 2009-01-12 misha
10325:
10326: * src/main/pa_http.C: - value of $.method[] option force uppercased
10327: now
10328:
10329: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10330: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10331: their names
10332:
10333: * src/main/pa_common.C: - changes in formating
10334:
10335: * src/: classes/file.C, main/pa_http.C: - some constants changed
10336: their names
10337:
10338: * src/include/pa_http.h: - some spaces were converted to tabs
10339:
10340: * src/include/pa_common.h: - some constants changed their names
10341:
10342: * src/classes/file.C: - fixed 4-th paramether for file::load -
10343: little code rewriting
10344:
10345: * src/types/pa_vfile.C: - little code rewriting
10346:
10347: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10348: types/pa_value.h: - some formating changes
10349:
10350: * src/include/pa_common.h: - some formating spaces transformed to
10351: tabs
10352:
10353: * src/classes/string.C: - exception while base64-decode binary to a
10354: string
10355:
10356: 2009-01-11 misha
10357:
10358: * configure.in: - version changed to 3.3.1b
10359:
10360: 2008-09-05 misha
10361:
10362: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10363: release_3_3_0 on 2008-09-05 10:59:35 +0000
10364:
10365: 2008-09-04 misha
10366:
10367: * tests/: 130.html, 131.html: - these exceptions not typeless
10368: anymore
10369:
10370: * src/classes/op.C: - exception with 'invalid taint language' not
10371: typeless anylonger
10372:
10373: * src/classes/image.C: - some exceptions while operations with
10374: image not typeless anymore
10375:
10376: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10377: main/pa_exec.C, main/pa_http.C: - some exceptions while
10378: operations with files not typeless anymore
10379:
10380: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10381: types/pa_vdate.h: - exceptions while checking date range not
10382: typeless anymore
10383:
10384: * src/include/pa_exception.h: - exception type string for invalid
10385: date range was added
10386:
10387: 2008-09-03 misha
10388:
10389: * src/: classes/file.C, main/pa_string.C: - exception while pce
10390: operations not typeless anymore
10391:
10392: * src/include/pa_exception.h: - exception type for pce operations
10393: was added
10394:
10395: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10396: and .CLASS_NAME insite classes
10397:
10398: * src/classes/table.C: - don't save table header whiile
10399: ^table.save[append;filename] if file exists
10400:
10401: 2008-09-02 misha
10402:
10403: * src/main/compile.y, src/main/compile_tools.h,
10404: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10405: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10406: renamed to partial and it login changed: we must mark class as
10407: partial for allow their modifications in future.
10408:
10409: 2008-08-29 misha
10410:
10411: * tests/results/022.processed: - testing taint[regex] in mask for
10412: file:list
10413:
10414: * tests/022.html: - testing taint[regex] in mask for file:list
10415:
10416: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10417: for file:list was added
10418:
10419: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10420: file:list
10421:
10422: 2008-08-26 misha
10423:
10424: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10425: last derived object
10426:
10427: * src/classes/image.C: - many strings "image.format" replaced by
10428: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10429: understand some more exif tags
10430:
10431: * src/include/pa_exception.h: - string "image.format" was added
10432:
10433: 2008-08-21 misha
10434:
10435: * src/: main/pa_string.C, classes/file.C: - use method for print
10436: pcre_exec text error
10437:
10438: * src/main/pa_common.C: - method for print pcre_exec text error was
10439: added
10440:
10441: * src/include/pa_common.h: - method declaration for print pcre_exec
10442: text error was added
10443:
10444: 2008-08-19 misha
10445:
10446: * src/main/execute.C: - bugfix: opcodes must be in separate
10447: namespace while debug execution as well
10448:
10449: * tests/: 015.html, results/015.processed: - test for escaping some
10450: parser chars was added
10451:
10452: 2008-08-18 misha
10453:
10454: * tests/: 190.html, 190.p, results/190.processed: - test for
10455: $caller.self.field + default getter in one class was added
10456:
10457: * tests/: 189.html, results/189.processed: - test for
10458: ^date::create[date object]
10459:
10460: * tests/: 188.html, results/188.processed: - tests for match with
10461: UTF-8 strings
10462:
10463: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10464: ^string.match[]
10465:
10466: * ChangeLog: - parser 3.3.0 beta13
10467:
10468: 2008-08-15 misha
10469:
1.116 moko 10470: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10471: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10472: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10473: dftables.c: - old PCRE files removed
1.95 moko 10474:
10475: * src/lib/pcre/config.h: - configuration for PCRE library
10476:
10477: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10478: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10479:
10480: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10481: library and set flag UTF8 if $request:charset is UTF-8
10482:
10483: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10484: include/pa_config_fixed.h: - moved to new PCRE library
10485:
10486: * src/: main/main.vcproj, types/types.vcproj,
10487: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10488: win32\pcre instead of parser3\src\lib\pcre
10489:
10490: * src/: include/pa_opcode.h, include/pa_operation.h,
10491: main/compile.C, main/compile.y, main/compile_tools.C,
10492: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10493: opcodes were moved to separate namespace
10494:
10495: 2008-08-14 misha
10496:
10497: * src/types/pa_vstateless_class.C: - newline at the end missed
10498:
10499: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10500: tainting
10501:
10502: 2008-08-11 misha
10503:
10504: * tests/: 187.html, 187.p, results/187.processed: - tests for
10505: $caller.self, $caller.self.field and $caller.self.field[value]
10506: were added
10507:
10508: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10509: runtime as well (for $caller.self)
10510:
10511: 2008-07-25 misha
10512:
10513: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10514: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10515: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10516: tests with international characters
10517:
10518: 2008-07-23 misha
10519:
10520: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10521: file::load[...;http://
10522:
10523: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10524: now everywhere in separate namespace
10525:
10526: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10527: for vars
10528:
10529: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10530: can be escaped by '^'
10531:
10532: 2008-07-22 misha
10533:
10534: * src/classes/string.C, tests/186.html: - names changes:
10535: escape=>js-escape, unescape=>js-unescape
10536:
10537: 2008-07-21 misha
10538:
10539: * tests/results/186.processed: - test for string escape/unescape
10540:
10541: * tests/186.html: - test for string escape/unescape
10542:
10543: * src/classes/string.C: - string has escape and unescape methods
10544: now
10545:
10546: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10547: added
10548:
10549: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10550: method-layers added (with different params)
10551:
10552: 2008-07-18 misha
10553:
10554: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10555: was added
10556:
10557: * tests/185.html: - test for ^str.pos[sub](offset) added
10558:
1.211 moko 10559: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10560: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10561: accepted now
1.95 moko 10562:
10563: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10564: strings
10565:
10566: 2008-07-17 misha
10567:
10568: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10569: helper length added for mid for small optimisation
10570:
10571: 2008-07-16 misha
10572:
10573: * tests/: 185.html, results/185.processed: - tests for
10574: length/left/right/mid/pos with utf-8 strings
10575:
10576: * src/classes/string.C: - left/right/mid/length/pos works fine for
10577: utf-8 strings
10578:
10579: * src/main/untaint.C: - comments removed
10580:
10581: * src/: include/pa_string.h, main/pa_string.C,
10582: include/pa_charset.h, main/pa_charset.C: - methods for working
10583: with pos/mid for strings in utf-8 were added
10584:
10585: 2008-07-15 misha
10586:
10587: * tests/: 184.html, results/184.processed: - test for case body as
10588: expression: $var(^switch(1){^case(1)(true)..})
10589:
10590: * src/classes/op.C: - case body can be expression now:
10591: $var(^switch(1){^case(1)(true)..})
10592:
10593: * tests/: results/183.processed, 183.html: - added test for testing
10594: new cookie encoding (%uXXXX)
10595:
10596: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10597: decoding for backward compatibility they decoded from %XX in
10598: request:charset too
10599:
10600: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10601: - cookie class now decode cookies before first access after last
10602: request:charset changing (as form class).
10603:
10604: * src/main/pa_charset.C: - added method escape for escaping cookies
10605: as %uXXXX - before transcode calculate required space for dest
10606: string. it reduce mem usage for transcode
10607:
10608: * src/include/pa_charset.h: - added method escape for escaping
10609: cookies as %uXXXX
10610:
10611: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10612: was added. will used for escaping cookies as %uXXXX
10613:
10614: * src/include/pa_common.h: - escape method has new option for skip
10615: converting '+' to a space char
10616:
10617: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10618: transcode - escape method has new option for skip converting '+'
10619: to a space char
10620:
10621: 2008-07-08 misha
10622:
10623: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10624: (no UE if more then 1 case matches anylonger) - optimization:
10625: doing searching.as_string() || searching.as_double() only once
10626:
10627: 2008-07-04 misha
10628:
10629: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10630: now ^date::create[date object] works
10631:
10632: * src/classes/string.C: - left and right added as aliases for start
10633: and end in ^string.trim[]
10634:
10635: 2008-07-03 misha
10636:
10637: * src/classes/file.C: - allow $.limit for file::sql as well
10638:
10639: * src/classes/file.C: - allow $.offset option for file::sql - force
10640: send limit=1 to query for use sql specifics authomatically
10641:
10642: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10643: if $.limit value if empty. autoconvert it as everywere
10644:
10645: 2008-07-02 misha
10646:
10647: * configure.in: - time to change version number to 3.3.0 %-)
10648:
10649: * src/include/pa_version.h: - time to change version number to
10650: 3.3.0 %-)
10651:
10652: 2008-06-26 misha
10653:
10654: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10655: $.limit(0) fixes
10656:
10657: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10658: - $.limit(0) fixes
10659:
10660: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10661: new API)
10662:
10663: * src/: include/pa_sql_driver_manager.h,
10664: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10665: classes/op.C: - document_root added
10666:
10667: * src/main/compile.tab.C: - error message was changed
10668:
10669: 2008-06-25 misha
10670:
10671: * src/main/compile.y: - error message was changed
10672:
10673: 2008-06-24 misha
10674:
10675: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10676:
10677: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10678: tests for @OPTIONS\nappend
10679:
10680: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10681:
10682: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10683:
10684: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10685:
10686: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10687: compile.y
10688:
10689: 2008-06-17 misha
10690:
10691: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10692: compilation: ^if(default){true. it's incorrect. must be
10693: exception}
10694:
10695: 2008-06-16 misha
10696:
10697: * tests/: 181.ent, 181.html, results/181.processed: - test for
10698: checking external reference loading with 'http://localhost'
10699: prefix while creating xdoc
10700:
10701: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10702: ^math:long2ip[] and ^math:ip2long[]
10703:
10704: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10705: added which use scalar stateless class method when user object
10706: used in scalar context - use get_scalar_value when user object
10707: requested in scalar context
10708:
10709: * src/main/pa_common.C: - size must be int but not size_t or we
10710: can't compare with 0 sprintf result
10711:
10712: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10713: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10714: with internal switch between local/global vars
10715:
10716: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10717: specified
10718:
10719: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10720: pa_vstateless_object.h: - stateless class and object now has
10721: private scalar field and getter/setter for working with it
10722:
10723: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10724: moved to inet static class
10725:
10726: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10727: class added (^inet:aton[IP], ^inet:ntoa(number))
10728:
10729: * tests/: 180.html, results/180.processed: - tests for
10730: ^math:long2ip(long) and ^math:ip2long[IP]
10731:
10732: * src/classes/math.C: - ^math:ip2long[IP] added
10733:
10734: 2008-06-11 misha
10735:
10736: * src/main/pa_xml_io.C: - use file_read_text again because of we
10737: need cut BOM code and remove DOS newline chars. but don't
10738: transcode it anyway.
10739:
10740: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10741: main/pa_http.C: - option for disable transcoding while file_read
10742: and file_read_text added
10743:
10744: 2008-06-10 misha
10745:
10746: * tests/: 179.html, 179.p, results/179.processed: - test for many
10747: classes in 1 file
10748:
10749: * src/main/: compile.C, compile_tools.h: - compile return list of
10750: classes now.
10751:
10752: * src/main/: compile.y, compile.tab.C: - compile return list of
10753: classes now. internals.
10754:
10755: * src/main/pa_request.C: - compile return list of classes now. try
10756: call @conf and @auto for each returned class
10757:
10758: * src/include/pa_request.h: - compile return list of classes now
10759:
10760: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10761: return list of classes when compile buf)
10762:
10763: 2008-06-07 misha
10764:
10765: * src/main/pa_request.C: - constructing VRequest object with 3rd
10766: param -- form
10767:
10768: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10769: 3rd param: form. needed for get post_charset
10770:
10771: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10772: added
10773:
10774: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10775: types/pa_vform.C, types/pa_vform.h: - some polish
10776:
10777: 2008-06-06 misha
10778:
10779: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10780: charset and decode chars from it but not from response:charset
10781:
10782: * src/main/pa_http.C: - detect_charset moved out of here
10783:
10784: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10785: methods moved here - unescape_chars accepn one charset now
10786:
10787: * src/main/pa_http.C: - new constants used - don't allow
10788: $.content-type in ^file::load[;http://;$.method[POST]] - add
10789: charset info while ^file::load[;http://;$.method[POST]] - option
10790: $.omit-post-charset(true) added to ^file::load[;http://] for
10791: disabling charset during post
10792:
10793: * src/types/pa_vform.C: - new constants used
10794:
10795: * src/include/pa_common.h: - some constants were added
10796:
10797: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10798: instead of StrEqNc
10799:
10800: * src/main/pa_common.C: - new method for caseless search
10801: c-substring in c-string - use isxdigit instead of is_hex_digit
10802:
10803: * src/include/pa_common.h: - new method for caseless search
10804: c-substring in c-string
10805:
10806: 2008-06-05 misha
10807:
10808: * tests/results/178.processed: - test for testing default getter
10809:
10810: * tests/178.html: - test for testing default getter
10811:
10812: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10813: for test for testing default getter
10814:
10815: * src/main/execute.C: - default getter soul
10816:
10817: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10818: requested objects' field not found
10819:
10820: * src/types/pa_vclass.C: - register default getter if defined - get
10821: default getter if requested field not found
10822:
10823: * src/types/pa_vstateless_object.h: - method get_default_getter was
10824: added
10825:
10826: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10827: pointer to default getter and methods for get/set it were added
10828:
10829: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10830: auto_name field (for default getter)
10831:
10832: 2008-06-04 misha
10833:
10834: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10835: transcoding, no cutting BOM code, no fixing line breaks) and get
10836: it to libxml "as is"
10837:
10838: 2008-06-03 misha
10839:
10840: * src/main/pa_common.C: - use store_Char instead of
10841: transcodeCharFromUTF8
10842:
10843: * src/: include/pa_charset.h, main/pa_charset.C: - method
10844: store_Char added, transcodeCharFromUTF8 -- removed
10845:
10846: 2008-06-02 misha
10847:
10848: * tests/: results/177.processed, 177.html: - test for checking
10849: .[acm]date after local ^file::load[] was added
10850:
10851: * tests/: results/176.processed, 176.html: - test for checking
10852: @OPTION\locals + @method[vars][locals] added
10853:
10854: * tests/results/auto.p: - CLASS_PATH specified for checking use
10855:
10856: 2008-05-30 misha
10857:
10858: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10859: @OPTION\nlocals + @method[vars][;locals;] were added
10860:
10861: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10862: moved to separate method op_code - switch from VMethodFrame to
10863: VMethodFrameGlobal + VMethodFrameLocal
10864:
10865: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10866: was moved to separate method op_code
10867:
10868: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10869: VMethodFrame now
10870:
10871: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10872: all_vars_local as well
10873:
10874: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10875: pa_vmethod_frame_local.h, Makefile.am: - who children for
10876: VMethodFrame were added: one (global) works as VMethodFrame
10877: before and second (local) write all vars in self vars scope
10878:
10879: * src/types/pa_method.h: - method has bool flag all_vars_local now
10880:
10881: 2008-05-29 misha
10882:
10883: * tests/: 129.html, results/129.processed: - more tests for
10884: ^table.hash[]
10885:
10886: * src/classes/hash.C: - ^hash::sql has a new option:
10887: $.type[hash|string|table] as ^table.hash[] one.
10888:
10889: * src/classes/op.C: - ^try has 3rd param now: finally code which
10890: executed anyway after try or catch section
10891:
10892: 2008-05-27 misha
10893:
10894: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10895: must not fail if $.distinct(1) wasn't specified
10896:
10897: 2008-05-26 misha
10898:
10899: * src/classes/op.C: - allow ^throw[my type]
10900:
10901: 2008-05-22 misha
10902:
10903: * configure.in, configure: - version number updated to 3.2.4b
10904:
10905: * src/classes/: op.C, string.C: - trim format string before
10906: eval/format
10907:
10908: * tests/: results/175.processed, 175.html: - more tests for
10909: different format strings in .format[]
10910:
10911: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10912: as well (not only %XX)
10913:
10914: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10915: charset specified - checks for format before print number
10916: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10917: (instead of tabs) removed
10918:
10919: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10920: charset specified
10921:
10922: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10923: char in requested charset from utf code was added
10924:
10925: 2008-05-19 misha
10926:
10927: * tests/: 174.html, results/174.processed: - test for
10928: ^hashfile.cleanup[] added
10929:
10930: * src/classes/hashfile.C: - optimization: don't create any key or
10931: value variable if it's name weren't specified
10932: (^hf.foreach[;v]{...})
10933:
10934: 2008-05-16 misha
10935:
10936: * src/classes/hash.C: - optimization: don't create any key variable
10937: if variable name wasn't specified (^h.foreach[;v]{...})
10938:
10939: 2008-05-15 misha
10940:
10941: * src/classes/op.C: - small changes
10942:
10943: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10944:
10945: * src/classes/hash.C: - calculate var_context once before foreach
10946:
10947: 2008-05-14 misha
10948:
10949: * src/classes/hashfile.C: - incorrect vars context calculation for
10950: ^hashfile.foreach[;]{} fixed
10951:
10952: * src/classes/: hash.C, table.C: - little optimisation
10953:
10954: * src/classes/file.C: - bugfix: double absolute path while loading
10955: file
10956:
10957: * tests/: 174.html, results/174.processed: - tests for hashfile
10958: were added
10959:
10960: * buildall-with-xml: - moving to libxslt 1.1.24
10961:
10962: 2008-04-30 misha
10963:
10964: * src/classes/file.C: - stat file while loading (local only) so
10965: .adate, .mdate and .cdate available without additional ::stat
10966:
10967: 2008-04-28 misha
10968:
10969: * src/classes/file.C: - $.name and $.content-type available for
10970: stated file
10971:
10972: 2008-04-14 misha
10973:
10974: * src/targets/cgi/parser3.C: - new year in copyright %-)
10975:
10976: * src/include/pa_version.h: - new version number in head
10977:
10978: 2008-04-10 misha
10979:
10980: * tests/: 080.html, results/080.processed: - cut '0' from
10981: exponential part because of on diff OS it differ (20 or 020 for
10982: ex)
10983:
10984: * tests/: 119.html, results/119.processed: - check for encoding
10985: while creating xdoc
10986:
10987: 2008-04-09 misha
10988:
10989: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10990:
10991: * src/main/pa_common.C: - comment added
10992:
10993: * src/classes/date.C: - little refactoring
10994:
10995: 2008-04-07 misha
10996:
10997: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10998: style of ^table.save[]: prepare one big string and sabe it at
10999: once. it's safe on freebsd 4.x but use much more memory.
11000:
11001: * buildall-with-xml, buildall-without-xml: - option
11002: --disable-stringstream added (under comment. use it on freebsd
11003: 4.x)
11004:
11005: 2008-02-22 misha
11006:
11007: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11008: specified together in file::load[;http] - get back transcoding
11009: $.body[] in file::load[;http]
11010:
11011: 2008-02-21 misha
11012:
11013: * src/classes/date.C: - ^date.gmt-string[] was added
11014:
11015: * src/types/pa_value.C: - method for output date in RFC 822 format
11016: moved to pa_common.h
11017:
11018: * src/include/pa_common.h: - method for output date in RFC 822
11019: format moved here from pa_value.C
11020:
11021: * src/types/pa_vmail.C: - fixed core in sending mail with
11022: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11023:
11024: 2008-02-20 misha
11025:
11026: * src/main/pa_http.C: - transcode $.headers before escaping into
11027: specified charset while ^file::load[...;http://...] (L_URI
11028: instead of L_HTTP_HEADER) - $.cookies param available in
11029: ^file::load[;http://...] now (but we don't parse set-cookies from
11030: response yet) (cookies not transcoded as common $cookies)
11031:
11032: 2008-02-19 misha
11033:
11034: * src/main/pa_request.C: - rollback: we mustn't force taint
11035: $response:field values because in this case
11036: $response:locateion[http://...] don't works.
11037:
11038: 2008-02-15 misha
11039:
11040: * src/classes/op.C: - little refactoring
11041:
11042: * src/main/pa_http.C: - taint names of $.headers for load[;http
11043:
11044: * src/main/pa_request.C: - force taint values of $response:field
11045:
11046: 2008-02-14 misha
11047:
11048: * src/main/pa_request.C: - $response:field transcoded to
11049: $response:charset before escaping now
11050:
11051: * src/main/pa_http.C: - some outdated comments removed
11052:
11053: * src/classes/date.C: - lastdat -> last-day
11054:
11055: * src/classes/date.C: - ^date:lastday(year;month) and
11056: ^date.lastday[] were added - little code refactoring - comments
11057: changes
11058:
11059: * tests/: 159.html, results/159.processed: - test for number of
11060: days in February
11061:
11062: * src/types/pa_value.C: - fixes in code formatting
11063:
11064: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11065: and comments
11066:
11067: 2008-02-13 misha
11068:
11069: * src/main/pa_common.C: - bugfix for february at leap year
11070:
11071: 2008-01-28 misha
11072:
11073: * tests/: 160.html, results/160.processed: - more test for cache
11074: added
11075:
11076: * src/classes/op.C: - bugfix: cache body executed twice if contains
11077: unhandled exception
11078:
11079: 2008-01-25 misha
11080:
11081: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11082: bug when hashfile became inavailable after memory:compact)
11083:
11084: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11085:
11086: 2008-01-22 misha
11087:
11088: * src/classes/table.C: - little refactiring and exception texts
11089: changes in method ^table.hash[]
11090:
11091: * src/types/pa_vcookie.C: - link to cookie specification changed
11092:
11093: 2008-01-21 misha
11094:
11095: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11096: file::exec/cgi
11097:
11098: * src/classes/file.C: - bugfix: core while processing headers if
11099: executed cgi script don't return content
11100:
11101: 2008-01-18 misha
11102:
11103: * buildall-with-xml: - move to libxml2 version 2.6.31
11104:
11105: * src/include/pa_version.h, configure.in: - version number updated
11106: to '3.2.3b'
11107:
11108: 2007-12-28 misha
11109:
11110: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11111: hash.contains
11112:
11113: 2007-12-27 misha
11114:
11115: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11116: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11117: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11118: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11119: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11120: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11121: src/targets/cgi/parser3.vcproj,
11122: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11123: back to VS2003 because of Apache 1.3 module can't work if it was
11124: built in VS 2005. with cgi all file so VS2003 project files can
11125: be easy converted to the new format.
11126:
11127: 2007-12-04 misha
11128:
11129: * src/types/pa_vcode_frame.h: - changes in comment
11130:
11131: 2007-11-29 misha
11132:
11133: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11134: intercept strings any longer
11135:
11136: * tests/: 173.html, results/173.processed: - tests for
11137: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11138: but not in main code frame
11139:
11140: * tests/: 172.html, results/172.processed: - more tests for pass
11141: objects from code frames
11142:
11143: 2007-11-27 misha
11144:
11145: * tests/: 152.html, results/152.processed: - tests for converting
11146: strings 'true'/'false' to bool were added
11147:
11148: * tests/152.html: - added checks for converting strings
11149: 'true'/'false' to bool
11150:
11151: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11152: not only strings with numbers but with values 'true'/'false' as
11153: well
11154:
11155: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11156: for parser3.log increased
11157:
11158: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11159:
11160: * src/include/pa_common.h: - remove_crlf return cstring size now
11161:
11162: * src/include/pa_types.h: - constant with buffer size for
11163: parser3.log added
11164:
11165: 2007-11-16 misha
11166:
11167: * tests/cat.sh: - script for tests for file::exec/cgi
11168:
11169: * tests/171.html: - tests for file::exec/cgi
11170:
11171: * tests/results/171.processed: - tests results for file::exec/cgi
11172:
11173: 2007-11-15 misha
11174:
11175: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11176:
11177: * src/classes/file.C: - .body must be set before analyzing cgi
11178: headers
11179:
11180: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11181: only if exec/cgi return anything.
11182:
11183: 2007-11-14 misha
11184:
1.211 moko 11185: * operators.ru.txt, operators.txt: - info about new text|binary
11186: option for file::exec/cgi was added
1.95 moko 11187:
11188: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11189: ^file:exec[[text|binary];script;...]
11190:
11191: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11192: classes/string.C, classes/table.C: - more text strings moved to
11193: the one place
11194:
11195: 2007-11-09 misha
11196:
11197: * src/types/pa_vrequest.C: - $request:argv must be taint
11198:
11199: * ChangeLog: - $request:argv [patch from Sumo]
11200:
1.211 moko 11201: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11202:
11203: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11204: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11205:
11206: 2007-10-25 misha
11207:
11208: * buildall-with-xml, buildall-without-xml: - options preparations
11209: for ./configure rewrited
11210:
11211: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11212: error occure in unhandled_exception finally fixed
11213:
11214: 2007-10-23 misha
11215:
11216: * tests/: 170.html, results/170.processed: - test for
11217: @method[][result]
11218:
1.211 moko 11219: * operators.ru.txt, operators.txt: - added info about node.prefix
11220: and node.namespaceURI
1.95 moko 11221:
11222: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11223:
11224: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11225: added for node and attribute
11226:
11227: 2007-10-22 misha
11228:
11229: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11230:
11231: * src/main/pa_request.C: - added const content-transfer-encoding
11232:
11233: * src/include/pa_request.h: - added const content-transfer-encoding
11234: - ups. constants must be in lowercase (for search)
11235:
11236: * src/types/pa_vmail.C: - more constants used -
11237: content-transfer-encoding: 8bit added
11238:
11239: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11240:
11241: * src/include/pa_request.h: - more constants
11242:
11243: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11244: ommit anymore if $.content-disposition was specified - little
11245: refactoring
11246:
11247: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11248:
11249: 2007-10-17 misha
11250:
1.211 moko 11251: * operators.ru.txt, operators.txt: - info about
1.95 moko 11252: table::create[nameless]{data}[>options<] was added
11253:
11254: * src/main/: compile.tab.C, compile.y: - if error occure while
11255: compile method don't put this method in methods table anymore.
11256: in other case the parser coredumped if @unhandled_exception
11257: method can't be compiled because of parser.compile error.
11258:
11259: * src/main/execute.C: - little code reformating
11260:
11261: * src/main/pa_request.C: - little code reformating - comment
11262: changed
11263:
11264: 2007-10-16 misha
11265:
11266: * tests/: 035.html, results/035.processed: - tests
11267: table::create[]{}[options] added
11268:
11269: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11270: options (only $.seperator[] yet)
11271:
11272: 2007-10-10 misha
11273:
11274: * src/classes/table.C: - some contstants moved to pa_common.h -
11275: some code changes
11276:
11277: 2007-10-02 misha
11278:
11279: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11280: then three time as much. but base64 encoding method still use
11281: less memory anyway.
11282:
11283: 2007-09-17 misha
11284:
1.211 moko 11285: * operators.ru.txt, operators.txt: - added info about
11286: $cookie:fields
1.95 moko 11287:
11288: * src/types/pa_vcookie.C: - $cookie:fields available now
11289:
11290: * src/classes/hash.C: - some stuff for use with .for_each moved to
11291: common
11292:
11293: * src/include/pa_common.h: - some stuff for use with .for_each
11294: moved here
11295:
11296: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11297:
11298: 2007-09-14 misha
11299:
11300: * buildall-with-xml: - new xml libs again =)
11301:
11302: 2007-08-28 misha
11303:
1.211 moko 11304: * operators.ru.txt, operators.txt: - texts about
11305: ^table.columns[[column name]] and ^string.split[...][v][column
11306: name] were added
1.95 moko 11307:
11308: * tests/: 168.html, 169.html, results/168.processed,
11309: results/169.processed: - tests for ^table.columns[[column name]]
11310: and ^string.split[...][v][column name] were added
11311:
11312: * src/classes/table.C: - new option ^table.columns[[column name]]
11313: was added
11314:
11315: * src/classes/string.C: - new option ^string.split[...;v;[column
11316: name]]
11317:
11318: * src/include/pa_exception.h: - error text message for
11319: ^hash._keys[], ^table.columns[] and ^string.split[]
11320:
11321: 2007-08-27 misha
11322:
11323: * src/main/untaint.C: - try to fix coredump on unix if print to
11324: body ^taint[sql][something] outside of connect
11325:
11326: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11327: outside of connect
11328:
11329: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11330: added (commented by default)
11331:
11332: 2007-08-20 misha
11333:
1.211 moko 11334: * operators.ru.txt, operators.txt: - comment about new method
11335: ^node.hasAttributes[] was added
1.95 moko 11336:
11337: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11338: duplicated exception text strings were removed
11339:
11340: * src/include/pa_exception.h: - more exception text strings moved
11341: here
11342:
11343: * src/classes/table.C: - some duplicate exceptions' text strings
11344: removed
11345:
11346: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11347: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11348: removed
11349:
11350: * src/include/pa_exception.h: - some exception text strings movet
11351: to pa_exception
11352:
11353: * tests/: 149.html, results/149.processed: - test for
11354: ^xnode.hasAttributes[] was added - some code changes
11355:
11356: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11357: added
11358:
11359: 2007-08-17 misha
11360:
11361: * tests/: results/006.processed, results/059.processed, 006.html,
11362: 059.html: - more tests for match
11363:
11364: * tests/: 129.html, results/129.processed: - tests for
11365: ^table.hash[...][$.type[string|hash|table]] added
11366:
11367: * src/targets/cgi/parser3.C: - little syntax changes
11368:
11369: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11370: syntax changes
11371:
1.211 moko 11372: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11373: annoying 'SIGPIPE' messages in parser3.log switched off by
11374: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11375:
11376: 2007-08-08 misha
11377:
11378: * buildall-with-xml, buildall-without-xml: - remove libs source
11379: files by default since now
11380:
11381: 2007-08-07 misha
11382:
11383: * buildall-without-xml: - some option syntax changes
11384:
11385: * buildall-with-xml: - compile libxml2 without http support - some
11386: option syntax changes
11387:
11388: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11389:
11390: 2007-08-06 misha
11391:
11392: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11393:
11394: * tests/: 160.html, results/160.processed: - cache test was
11395: rewrited
11396:
11397: 2007-07-06 misha
11398:
11399: * tests/: 153.html, results/153.processed: - added test for
11400: ^math:sha1[string]
11401:
11402: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11403: transcoded
11404:
11405: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11406: were added
11407:
11408: 2007-06-28 misha
11409:
11410: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11411: some incorrect chars
11412:
11413: 2007-06-19 misha
11414:
11415: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11416: were moved on top because of gcc 4 had a problems during
11417: building.
11418:
11419: 2007-06-18 misha
11420:
11421: * tests/results/019.processed: - new image commited
11422:
11423: 2007-06-09 misha
11424:
11425: * src/classes/: op.C, table.C: - in while and table.select method
11426: as_expression used now
11427:
11428: * src/types/pa_vmethod_frame.h: - method as_expression was added
11429:
11430: 2007-06-08 misha
11431:
11432: * tests/: 166.html, results/166.processed: - test for
11433: ^match[...][n]
11434:
11435: * tests/: 165.html, results/165.processed: - tests for loops
11436:
11437: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11438: because of no speed/memory optimisation but some proglems with
11439: long cycles occure
11440:
11441: 2007-06-06 misha
11442:
11443: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11444: ^table.select(true) and ^table.select(1) didn't works because of
11445: awaiting junction-param only. fixed.
11446:
11447: 2007-05-24 misha
11448:
11449: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11450: with 0.5 secs interval
11451:
11452: * src/classes/op.C: - cache was rewrited. I hope it works with
11453: locking system now on unix
11454:
11455: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11456: system locks which wait till other threads release it but try get
11457: lock, if fail wait 1 sec and make 10 attempts.
11458:
11459: * src/include/pa_os.h: - consts for blocking locks + some comments
11460: were added
11461:
11462: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11463: opening files
11464:
11465: * src/classes/table.C: - changes in includes. if unclude <sstream>
11466: after our classes on unix it can't be build
11467:
11468: * src/types/pa_vhashfile.C: - not needed code removed
11469:
11470: 2007-05-23 misha
11471:
11472: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11473: include/pa_common.h: - cosmetic changes
11474:
11475: 2007-05-18 misha
11476:
11477: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11478: often. it's give some speed increasing
11479:
11480: * tests/results/160.processed: - returned time corrected
11481:
11482: * tests/160.html: - time increased because on unix 1 mean nothing
11483: :(
11484:
1.211 moko 11485: * operators.ru.txt, operators.txt: - added info about
11486: ^hash.contain[key]
1.95 moko 11487:
11488: * src/classes/hash.C: - added ^hash.contain[key]
11489:
11490: * src/include/pa_hash.h: - added method for checking key exists in
11491: hash
11492:
11493: 2007-05-07 misha
11494:
11495: * src/include/pa_string.h: - was compilation error during build on
11496: freebsd4
11497:
11498: 2007-05-03 misha
11499:
11500: * src/classes/table.C: - option $.type[hash|string|table] was added
11501: for ^table.hash[]
11502:
11503: * src/classes/file.C: - comment removed
11504:
11505: 2007-04-26 misha
11506:
11507: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11508: real files doesn't opened in place anymore
11509:
11510: 2007-04-24 misha
11511:
11512: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11513:
11514: * src/include/pa_exception.h: "static" removed
11515:
11516: 2007-04-23 misha
11517:
11518: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11519:
11520: * src/classes/math.C: added: - ^math:ln(N) (the same as
11521: ^math:log(N)) - ^math:lg(N)
11522:
11523: * tests/: 097.html, results/097.processed: - charsets converstion
11524: during ^file::load[text;http://...] added
11525:
11526: * tests/: 164.html, results/164.processed: - check for set expires
11527: as a date
11528:
11529: * tests/: 164.html, results/164.processed: - test for hashfile
11530:
11531: * src/classes/hashfile.C: - little comment changes
11532:
11533: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11534: access
11535:
11536: * src/: classes/date.C, classes/double.C, classes/file.C,
11537: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11538: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11539: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11540: classes/xnode.h, include/pa_request.h, main/execute.C,
11541: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11542: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11543: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11544: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11545: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11546: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11547: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11548: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11549: "parser.runtime" strings were removed
11550:
11551: * src/classes/hashfile.C: - with .clear[] called files_delete()
11552: now.
11553:
11554: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11555:
11556: * src/include/pa_exception.h: - string constant with
11557: "parser.runtime" text was added
11558:
11559: 2007-04-20 misha
11560:
1.211 moko 11561: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11562:
1.211 moko 11563: * operators.ru.txt, operators.txt: - added info about
11564: .^hashfile.release[], ^hashfile.clenaup[] and new
11565: ^string.match[][>N-option<]
1.95 moko 11566:
11567: * configure: =cheching for unsetenv
11568:
11569: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11570: ^hashfile.release[] were added
11571:
11572: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11573: ^string.match[][] understand new option now: return number of
11574: matches but not table wit results
11575:
11576: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11577: reopen now
11578:
11579: * src/classes/op.C: - bug. must be false
11580:
11581: * configure.in: - checking for unsetenv was added
11582:
11583: * src/types/pa_vform.C: - some comments
11584:
11585: 2007-04-18 misha
11586:
11587: * buildall-with-xml: moving to libxml2-2.6.28
11588:
11589: * buildall-with-xml, buildall-without-xml: added commented lines
11590: with --disable-safe-mode option
11591:
1.211 moko 11592: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11593:
11594: 2007-04-17 misha
11595:
11596: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11597: $form:files was added
11598:
11599: * tests/: 163.html, results/163.processed: removing auto format
11600:
11601: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11602:
11603: 2007-04-16 misha
11604:
11605: * tests/: 163.html, results/163.processed: - test for .int[],
11606: floor, round, ceiling and .format[]
11607:
11608: * src/classes/file.C: - little optimization for getting args in
11609: exec/cgi
11610:
11611: 2007-04-13 misha
11612:
11613: * src/classes/file.C: - arguments for file::exec/cgi can be
11614: specified now as s table with one column
11615:
11616: 2007-03-27 misha
11617:
11618: * tests/: 162.html, results/162.processed: - test for
11619: ^table.select(^condition[$t])
11620:
11621: * tests/results/auto.p: - load windows-1251 charset for some tests
11622:
11623: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11624:
11625: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11626: 161_windows1251.txt: - added test for
11627: ^file::load[text;/local/file.txt;$.charset[...]]
11628:
11629: * tests/: results/013.processed, 013.html: - added test for
11630: checking $._default value while hash modifications
11631:
11632: * tests/: 160.html, results/160.processed: - add test for
11633: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11634:
11635: 2007-03-22 misha
11636:
11637: * src/include/pa_common.h: - "charset" string defined for
11638: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11639:
11640: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11641: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11642: added - not needed transcodes were removed from
11643: ^file::load[...;http://...]
11644:
11645: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11646: added
11647:
11648: * src/classes/date.C: - date.week was fixed
11649:
1.211 moko 11650: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11651:
11652: * tests/: 159.html, results/159.processed: - tests for date.week
11653: and date.weekyear added
11654:
11655: 2007-03-15 misha
11656:
11657: * src/classes/table.C: - enclose column numbers for nameless tables
11658: as well
11659:
11660: 2007-03-14 misha
11661:
11662: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11663:
11664: * src/classes/table.C: - table.save optimization: now required much
11665: less memory
11666:
11667: 2007-03-13 misha
11668:
11669: * tests/results/: 158.processed, 158.processes: - tests for
11670: table.save/table.load
11671:
11672: * tests/: 158.html, results/158.processes: - tests for
11673: table.save/table.load
11674:
11675: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11676:
11677: * buildall-with-xml: - pattern needed now for building
11678:
11679: * tests/results/097.processed: - added test results for xdoc::load
11680: & xdoc::load[http://...]
11681:
11682: * tests/097.html: - added test for xdoc::load
11683:
11684: 2007-03-12 misha
11685:
11686: * tests/: 107.html, results/107.processed: - added test for xpath
11687: '//man'
11688:
11689: 2007-03-01 misha
11690:
11691: * tests/: 097.html, results/097.processed: - added test for
11692: creating xdoc from file
11693:
11694: * tests/: results/157.processed, 157.html: - added test for
11695: file:move
11696:
11697: 2007-02-28 misha
11698:
11699: * src/classes/xdoc.C: - another attempt
11700:
11701: * src/classes/xdoc.C: - roll back last changes for a while
11702:
1.211 moko 11703: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11704: ^xdoc::create[$file] added.
1.95 moko 11705:
11706: * src/classes/file.C: - under lock we create non-exist dir anyway
11707:
11708: * tests/results/099.processed: - ever send content-disposition to
11709: client with file
11710:
11711: * tests/157.html: + test for file:copy
11712:
11713: 2007-02-26 misha
11714:
11715: * src/classes/file.C: - some similar strings moved to #define
11716: instead of to be copy/pasted many times
11717:
11718: * src/types/pa_vfile.h: - class name string ("file") moved to
11719: #define
11720:
11721: 2007-02-20 misha
11722:
11723: * configure.in: - added some strings for sqlite detection
11724:
11725: 2007-02-19 misha
11726:
1.211 moko 11727: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11728:
11729: * buildall-with-xml, buildall-without-xml: - some modifications
11730:
11731: 2007-02-17 misha
11732:
11733: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11734:
11735: * src/main/pa_request.C: - damn, i forgot to commit it while I
11736: change console behaviour
11737:
11738: 2007-02-12 misha
11739:
11740: * src/targets/cgi/parser3.C: - don't print headers if
11741: $console:line[data] was used during cgi execution.
11742:
11743: * src/types/pa_vconsole.h: - console class have bool flag now which
11744: marked as 'true' if class was used.
11745:
11746: * tests/: 152.html, results/152.processed: - more types was added
11747: to test 152
11748:
11749: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11750: adding 'bool' (^if($image){} caused exception)
11751:
11752: 2007-02-09 misha
11753:
11754: * tests/: 152.html, results/152.processed: - test alightly updated
11755:
11756: * tests/: 152.html, results/152.processed: - test rewrited
11757:
11758: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11759: bugfix. I broke xdoc & xnode in expression
11760:
11761: 2007-02-08 misha
11762:
11763: * tests/: 152.html, results/152.processed: - add test for checking
11764: 'def' for void, string, bool, int & double
11765:
11766: 2007-02-07 misha
11767:
1.211 moko 11768: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11769: added
1.95 moko 11770:
11771: * tests/results/153.processed: - result test for
11772: ^file:base64[filespec] was updated
11773:
11774: * tests/153.html: - test for ^file:base64[filespec] was added
11775:
11776: * src/types/pa_vconsole.h: - little optimization
11777:
11778: * src/classes/file.C: - ^file:base64[filespec]
11779:
11780: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11781:
11782: * src/include/pa_common.h: - declarations for
11783: ^file:base64[filespec]
11784:
11785: * src/types/pa_vcookie.C: - little optimization
11786:
11787: 2007-02-06 misha
11788:
11789: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11790: were temporary commented
11791:
11792: * src/types/pa_vbool.h: - bugfix
11793:
11794: * tests/156.html: - added test for bool cookie
11795:
11796: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11797:
11798: * tests/: 155.html, results/155.processed: - added test for check
11799: $.encloser[] option for table save/load
11800:
11801: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11802:
11803: 2007-02-05 misha
11804:
11805: * tests/results/152.processed: - newline at the end was missed
11806:
11807: * tests/results/141.processed: - math:md5 must be lowercased
11808:
11809: * src/targets/cgi/parser3.C: - 2007 in help ;)
11810:
11811: 2007-02-03 misha
11812:
11813: * tests/results/: 150.processed, 151.processed, 152.processed: -
11814: test for bool added and some content length fixes
11815:
11816: * tests/152.html: - test for bool added
11817:
11818: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11819:
1.211 moko 11820: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11821:
1.116 moko 11822: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11823: classes/classes.vcproj, classes/double.C, classes/int.C,
11824: classes/string.C, classes/void.C, classes/xnode.C,
11825: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11826: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11827: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11828: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11829: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11830: types/types.vcproj: - bool class was added
11831:
11832: * src/main/pa_request.C: - fix
11833:
11834: 2007-01-18 misha
11835:
11836: * src/: main/pa_string.C, classes/string.C: - return table during
11837: ^string.match[][] even if no matched found.
11838:
11839: 2006-12-20 misha
11840:
11841: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11842: http://www.parser.ru/forum/?id=55598 ]
11843:
11844: 2006-12-19 misha
11845:
11846: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11847: details: http://www.parser.ru/forum/?id=52359
11848:
11849: * src/main/pa_request.C: - always set content-disposition for
11850: $response:body[hash here]. more details:
11851: http://www.parser.ru/forum/?id=52130
11852:
11853: 2006-12-07 misha
11854:
1.211 moko 11855: * operators.ru.txt, operators.txt: - added info about bool params
11856: in cookie set
1.95 moko 11857:
11858: * src/types/pa_vcookie.C: - bool param in cookies available now
11859: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11860: ]
11861:
11862: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11863: was added
11864:
11865: 2006-12-02 misha
11866:
11867: * src/classes/file.C: - file_block_read used instead of native read
11868:
11869: * src/main/pa_common.C: - added file_block_read with read error
11870: detection - file_block_read used instead of native read
11871:
11872: * src/include/pa_common.h: - added file_block_read declaration
11873:
11874: 2006-12-01 misha
11875:
1.211 moko 11876: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11877: added
1.95 moko 11878:
11879: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11880: $var.CLASS_NAME added
11881:
1.211 moko 11882: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11883:
11884: * src/classes/file.C: - ^file:copy[from;fo] was added
11885:
11886: 2006-11-20 misha
11887:
11888: * src/classes/date.C: - bug fix :)
11889:
11890: 2006-11-17 misha
11891:
11892: * src/include/pa_common.h: - array in crc32 calculation was changed
11893: to static
11894:
11895: * src/main/pa_common.C: - little optimization in getMonthDays -
11896: small changes in crc32 calculation
11897:
11898: * src/classes/date.C: - not needed code was removed
11899:
11900: 2006-11-16 misha
11901:
11902: * src/types/pa_vmail.C: - fix missed brakes
11903:
11904: * src/types/pa_vmail.C: - mail:send now set content-type:
11905: multipart/related instead of multipart/mixed if file have
11906: $.content-id[]
11907:
11908: 2006-11-15 misha
11909:
11910: * src/types/pa_vdouble.h: abs -> fabs
11911:
11912: 2006-11-14 misha
11913:
1.211 moko 11914: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
11915: and ^file:md5[file-name]
1.95 moko 11916:
11917: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11918: added
11919:
11920: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11921: FILE_BUFFER_SIZE
11922:
11923: * src/classes/math.C: - hex_string was moved to pa_common.h
11924:
11925: * src/include/pa_common.h: - hex_string was moved from math.C -
11926: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11927:
11928: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11929: values was fixed
11930:
11931: 2006-11-13 misha
11932:
1.211 moko 11933: * operators.ru.txt, operators.txt: - added info about
11934: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 11935:
11936: * src/classes/math.C: - added ^math:crc32[string]
11937:
11938: * src/classes/file.C: - some comments were changed - added
11939: ^file:crc32[file-name] and ^file.crc32[]
11940:
11941: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11942: crc32 calculation added
11943:
11944: 2006-11-03 misha
11945:
11946: * src/include/pa_array.h: - not needed variable removed
11947:
11948: * tests/: 150.html, 151.html, results/150.processed,
11949: results/151.processed: - 2 tests were added
11950:
11951: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11952: with $.reverse(1) were fixed
11953:
11954: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11955: query converted to $.charset during ^file::load[http://...]
11956:
11957: 2006-11-02 misha
11958:
11959: * src/include/pa_table.h: ups. forget '=' char
11960:
11961: * src/include/pa_table.h: - one more fix in
11962: .locate[...][$.reverse(1)]
11963:
11964: 2006-11-01 misha
11965:
11966: * src/classes/math.C: - bug fix, details:
11967: http://www.parser.ru/forum/?id=53360
11968:
11969: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11970: false for all records )[$.reverse(1)]
11971:
11972: * src/main/pa_http.C: - second param for this mid method is length
11973: but not end_index so this method has error and can't detect
11974: charsets in next content-types: Content-type: text/html;
11975: charset="windows-1251" Content-type: text/html;
11976: charset="windows-1251"; Content-type: text/html;
11977: charset=windows-1251;
11978:
11979: only Content-type: text/html; charset=windows-1251 was fine
11980:
11981: 2006-10-31 misha
11982:
11983: * src/classes/file.C: - empty args in file::exec removed now
11984:
11985: 2006-09-03 paf
11986:
11987: * src/classes/file.C: proper tainting of
11988: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11989:
11990: 2006-06-09 paf
11991:
11992: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11993:
11994: * src/classes/table.C: formatting
11995:
11996: * src/classes/table.C: incorporated patch from misha: Sent:
11997: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11998: ignoring string options for ^table.save[]
11999:
12000: * src/classes/hash.C: incorporated patch from misha Sent:
12001: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12002: $hash._default disappear while
12003:
1.211 moko 12004: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12005: $.value[file] $.format[!uue|!base64] << new base64 option.
12006: default uue ] ]
1.95 moko 12007:
12008: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12009: PM Subject: patch for base64 in ^mail:send[] %-)
12010:
12011: 2006-04-09 paf
12012:
12013: * src/main/compile.tab.C: ` change compiled
12014:
1.211 moko 12015: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12016: src/classes/classes.vcproj, src/classes/file.C,
12017: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12018: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12019: src/classes/xnode.C, src/include/pa_array.h,
12020: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12021: src/include/pa_memory.h, src/include/pa_request.h,
12022: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12023: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12024: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12025: src/lib/pcre/pcre_dftables.vcproj,
12026: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12027: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12028: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12029: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12030: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12031: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12032: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12033: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12034: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12035: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12036: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12037: src/types/pa_value.h, src/types/pa_vcookie.C,
12038: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12039: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12040: src/types/pa_vstatus.C, src/types/types.vcproj,
12041: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12042: ^menu, ^hash/hashfile.foreach
12043:
12044: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12045: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12046: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12047: src/classes/xnode.C, src/include/pa_array.h,
12048: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12049: src/include/pa_memory.h, src/include/pa_request.h,
12050: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12051: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12052: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12053: src/lib/pcre/pcre_dftables.vcproj,
12054: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12055: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12056: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12057: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12058: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12059: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12060: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12061: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12062: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12063: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12064: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12065: src/types/pa_value.h, src/types/pa_vcookie.C,
12066: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12067: src/types/pa_vstatus.C, src/types/types.vcproj,
12068: tests/descript.ion: ! switched to VS2005 (projects and
12069: object<info explicitly typed>.for_each(, info)) +
12070: $response:field[] setting void means removing + grammar $name`
12071: name stops now, for mysql `$field` + started ^break[]
12072: ^continue[], in ^for. TODO: to other iterators (while, menu,
12073: foreach) + all log messages += [uri=, method=, cl=]
12074:
12075: * buildall-with-xml: merged . ftp paths update
12076:
12077: * buildall-with-xml: . ftp paths update
12078:
12079: 2006-03-04 paf
12080:
12081: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12082: checks++ [thanks to Igor Zinkovsky for detailed report]
12083:
12084: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12085: Igor Zinkovsky for detailed report]
12086:
12087: 2006-03-01 paf
12088:
12089: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12090: \n to ' ' in
12091:
12092: 2006-02-18 paf
12093:
12094: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12095: \n to ' ' in
12096:
12097: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12098:
12099: 2006-02-03 paf
12100:
12101: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12102: base64
12103:
12104: * src/main/pa_common.C: ! bugfix: decoding from base64
12105:
12106: 2006-01-20 paf
12107:
12108: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12109: economy fix
12110:
12111: * src/classes/: table.C: merged from HEAD ! bugfix
12112: ^table.save[$.encloser-s now handled properly
12113:
12114: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12115: handled properly
12116:
12117: 2006-01-19 paf
12118:
12119: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12120: libgc:USE_MUNMAP activates merging of free memory blocks which
12121: helps a lot in our case: after transform we want
12122: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12123:
12124: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12125: economy fix
12126:
12127: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12128: activates merging of free memory blocks which helps a lot in our
12129: case: after transform we want CORD(main.result)->cstr[big
12130: malloc]->transcode[big malloc]
12131:
12132: 2006-01-17 paf
12133:
12134: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12135: before reading them. got rid of reallocs = became quicker and
12136: less fragmentated
12137:
12138: 2005-12-29 paf
12139:
1.116 moko 12140: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12141: configure, configure.in, src/include/pa_version.h,
12142: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12143: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12144: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12145: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12146: src/lib/ltdl/missing: . merged from 3.2.1
12147:
1.116 moko 12148: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12149: packaged when 'make dist', so do configure companion files in
12150: src/lib/ltdl
12151:
12152: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12153: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12154: missing: . now config_auto.h is created with configure [were
12155: constant]
1.95 moko 12156:
12157: * INSTALL: . references to documentation and some clarification
12158:
12159: * buildall-with-xml, buildall-without-xml: . farawell doc
12160: indication
12161:
1.116 moko 12162: * Makefile.am: . dist+=buildall*
1.95 moko 12163:
12164: 2005-12-28 paf
12165:
12166: * configure: . 3.2.1
12167:
12168: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12169: simplify build process, see INSTALL
12170:
12171: 2005-12-26 paf
12172:
12173: * configure: ver
12174:
12175: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12176: version
12177:
12178: 2005-12-21 paf
12179:
12180: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12181: compiled with bison 1.875b, it reports unexpected token names
12182:
12183: 2005-12-19 paf
12184:
12185: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12186: holds a link to xmlNode to prevent premature gc(xmlNode)
12187:
12188: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12189: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12190: src/main/main.vcproj, src/main/pa_globals.C,
12191: src/targets/cgi/parser3.vcproj,
12192: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12193: configure, configure.in, src/include/pa_version.h: . killing
12194: gdome [what a relief]
12195:
12196: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12197: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12198: run_parser.sh, results/001.processed, results/002.processed,
12199: results/003.processed, results/004.processed,
12200: results/005.processed, results/006.processed,
12201: results/008.processed, results/009.processed,
12202: results/010.processed, results/011.processed,
12203: results/012.processed, results/013.processed,
12204: results/014.processed, results/015.processed,
12205: results/016.processed, results/017.processed,
12206: results/018.processed, results/020.processed,
12207: results/021.processed, results/022.processed,
12208: results/023.processed, results/024.processed,
12209: results/025.processed, results/026.processed,
12210: results/027.processed, results/028.processed,
12211: results/029.processed, results/030.processed,
12212: results/031.processed, results/032.processed,
12213: results/033.processed, results/034.processed,
12214: results/035.processed, results/036.processed,
12215: results/037.processed, results/038.processed,
12216: results/039.processed, results/040.processed,
12217: results/041.processed, results/042.processed,
12218: results/043.processed, results/044.processed,
12219: results/045.processed, results/046.processed,
12220: results/047.processed, results/048.processed,
12221: results/049.processed, results/050.processed,
12222: results/051.processed, results/052.processed,
12223: results/053.processed, results/054.processed,
12224: results/055.processed, results/056.processed,
12225: results/057.processed, results/058.processed,
12226: results/059.processed, results/060.processed,
12227: results/061.processed, results/062.processed,
12228: results/063.processed, results/064.processed,
12229: results/065.processed, results/066.processed,
12230: results/067.processed, results/068.processed,
12231: results/069.processed, results/070.processed,
12232: results/071.processed, results/072.processed,
12233: results/073.processed, results/074.processed,
12234: results/075.processed, results/076.processed,
12235: results/077.processed, results/078.processed,
12236: results/079.processed, results/080.processed,
12237: results/081.processed, results/082.processed,
12238: results/083.processed, results/084.processed,
12239: results/085.processed, results/086.processed,
12240: results/087.processed, results/088.processed,
12241: results/089.processed, results/090.processed,
12242: results/091.processed, results/092.processed,
12243: results/093.processed, results/094.processed,
12244: results/095.processed, results/096.processed,
12245: results/097.processed, results/099.processed,
12246: results/100.processed, results/101.processed,
12247: results/102.processed, results/104.processed,
12248: results/105.processed, results/106.processed,
12249: results/107.processed, results/108.processed,
12250: results/109.processed, results/110.processed,
12251: results/111.processed, results/112.processed,
12252: results/113.processed, results/114.processed,
12253: results/115.processed, results/117.processed,
12254: results/119.processed, results/120.processed,
12255: results/121.processed, results/122.processed,
12256: results/123.processed, results/124.processed,
12257: results/125.processed, results/126.processed,
12258: results/127.processed, results/128.processed,
12259: results/129.processed, results/130.processed,
12260: results/131.processed, results/132.processed,
12261: results/133.processed, results/134.processed,
12262: results/135.processed, results/136.processed,
12263: results/138.processed, results/139.processed,
12264: results/140.processed, results/141.processed,
12265: results/142.processed, results/143.processed,
12266: results/144.processed, results/145.processed,
12267: results/146.processed, results/147.processed,
12268: results/148.processed, results/149.processed, results/auto.p: .
12269: now works if we turn off default auto.p
12270:
1.116 moko 12271: * configure: . makes
1.95 moko 12272:
12273: * src/types/pa_vxnode.C: . less warnings
12274:
12275: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12276: tests/145.html, tests/149.html, tests/descript.ion,
12277: tests/outputs/d.cmd, tests/results/142.processed,
12278: tests/results/143.processed, tests/results/144.processed,
12279: tests/results/145.processed, tests/results/146.processed,
12280: tests/results/147.processed, tests/results/148.processed,
12281: tests/results/149.processed: . removed .nodeValue from all node
12282: types other than 5 (grabbed piece from gdome)
12283:
12284: * tests/: 137.html, results/137.processed: . not handled this case
12285: yet. code does not hang from inserting parent into child,
12286: considering thing minor issue -- nodes are removed from source
12287: anyway, don't know why shold that be an error after all
12288:
12289: * src/targets/cgi/parser3.C: . style
12290:
12291: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12292: xdoc too [were barking "not element"]
12293:
12294: 2005-12-16 paf
12295:
12296: * tests/: 146.html, 147.html, 148.html: . more tests
12297:
12298: * src/classes/xnode.C: . also bark on possible errors
12299:
12300: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12301: props
12302:
12303: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12304: main/compile.y: merged from HEAD ! fixed overoptimized
12305: ^call(false) case. (confused it with ^call[] case)
12306:
12307: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12308: ^call(false) case. (confused it with ^call[] case)
12309:
12310: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12311:
12312: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12313: results/001.processed, results/002.processed,
12314: results/003.processed, results/004.processed,
12315: results/005.processed, results/006.processed,
12316: results/008.processed, results/009.processed,
12317: results/010.processed, results/011.processed,
12318: results/012.processed, results/013.processed,
12319: results/014.processed, results/015.processed,
12320: results/016.processed, results/017.processed,
12321: results/018.processed, results/019.processed,
12322: results/020.processed, results/021.processed,
12323: results/022.processed, results/023.processed,
12324: results/024.processed, results/025.processed,
12325: results/026.processed, results/027.processed,
12326: results/028.processed, results/029.processed,
12327: results/030.processed, results/031.processed,
12328: results/032.processed, results/033.processed,
12329: results/034.processed, results/035.processed,
12330: results/036.processed, results/037.processed,
12331: results/038.processed, results/039.processed,
12332: results/040.processed, results/041.processed,
12333: results/042.processed, results/043.processed,
12334: results/044.processed, results/045.processed,
12335: results/046.processed, results/047.processed,
12336: results/048.processed, results/049.processed,
12337: results/050.processed, results/051.processed,
12338: results/052.processed, results/053.processed,
12339: results/054.processed, results/055.processed,
12340: results/056.processed, results/057.processed,
12341: results/058.processed, results/059.processed,
12342: results/060.processed, results/061.processed,
12343: results/062.processed, results/063.processed,
12344: results/064.processed, results/065.processed,
12345: results/066.processed, results/067.processed,
12346: results/068.processed, results/069.processed,
12347: results/070.processed, results/071.processed,
12348: results/072.processed, results/073.processed,
12349: results/074.processed, results/075.processed,
12350: results/076.processed, results/077.processed,
12351: results/078.processed, results/079.processed,
12352: results/080.processed, results/081.processed,
12353: results/082.processed, results/083.processed,
12354: results/084.processed, results/085.processed,
12355: results/086.processed, results/087.processed,
12356: results/088.processed, results/089.processed,
12357: results/090.processed, results/091.processed,
12358: results/092.processed, results/093.processed,
12359: results/094.processed, results/095.processed,
12360: results/096.processed, results/097.processed,
12361: results/099.processed, results/101.processed,
12362: results/102.processed, results/104.processed,
12363: results/105.processed, results/106.processed,
12364: results/107.processed, results/108.processed,
12365: results/109.processed, results/110.processed,
12366: results/111.processed, results/112.processed,
12367: results/113.processed, results/114.processed,
12368: results/115.processed, results/116.processed,
12369: results/117.processed, results/118.processed,
12370: results/119.processed, results/120.processed,
12371: results/121.processed, results/122.processed,
12372: results/123.processed, results/124.processed,
12373: results/125.processed, results/126.processed,
12374: results/127.processed, results/128.processed,
12375: results/129.processed, results/130.processed,
12376: results/131.processed, results/132.processed,
12377: results/133.processed, results/134.processed,
12378: results/135.processed, results/136.processed,
12379: results/137.processed, results/138.processed,
12380: results/139.processed, results/140.processed,
12381: results/141.processed: . refreshed old tests, made them work
12382: without auto.p (in utf8) . things noted: . gif got encoded
12383: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12384: some strange year)
12385:
12386: * INSTALL: . revived linux libgc fix
12387:
12388: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12389: glib/gdome in INSTALL and patches]
12390:
12391: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12392: include/pa_charset.h, include/pa_config_includes.h,
12393: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12394: include/pa_xml_exception.h, lib/cord/Makefile.am,
12395: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12396: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12397: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12398: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12399: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12400: types/pa_vxnode.h: . started killing gdome
12401:
12402: 2005-12-13 paf
12403:
12404: * src/main/: pa_request.C: merged from HEAD ! when code in
12405: @unhandled_exception thrown another exception, print correct
12406: origin (earlier code in catch of exception inside of
12407: @unhandled_exception grabbed parent_frame(original_exception)
12408: origin and printed it, instead of true origin)
12409:
12410: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12411: another exception, print correct origin (earlier code in catch of
12412: exception inside of @unhandled_exception grabbed
12413: parent_frame(original_exception) origin and printed it, instead
12414: of true origin)
12415:
12416: 2005-12-09 paf
12417:
12418: * INSTALL: . updated INSTALL doc to work around linux stack base
12419: detection problem, due to change in gc6.4 code
12420:
12421: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12422: ignored in ^string.matched :(
12423:
12424: * src/main/pa_string.C: ! regex tainting were ignored in
12425: ^string.matched :(
12426:
12427: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12428: src/include/pa_config_fixed.h, src/include/pa_version.h,
12429: src/main/compile.y, src/main/compile_tools.h,
12430: src/main/pa_charset.C, src/main/pa_common.C,
12431: src/main/pa_globals.C, src/main/pa_string.C,
12432: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12433: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12434:
12435: 2005-12-08 paf
12436:
12437: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12438: 500 chars now handled OK [were wrapped on 500th char according to
12439: rfc, but sendmail failed to unwrap it properly]
12440:
12441: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12442: handled OK [were wrapped on 500th char according to rfc, but
12443: sendmail failed to unwrap it properly]
12444:
12445: * src/targets/isapi/parser3isapi.C: . less warnings
12446:
12447: * src/targets/isapi/parser3isapi.C: . undone some strange change
12448: since 3.1.5
12449:
12450: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12451: link fixes
12452:
12453: * src/: classes/date.C, include/pa_config_fixed.h,
12454: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12455: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12456: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12457:
12458: * src/include/pa_config_fixed.h: . removed outdated string origins
12459: [in current storage scheme there's no place for them. someday we
12460: can add third CORD to store origins and special version of parser
12461: which stores origins there [separate binary]]
12462:
12463: 2005-12-07 paf
12464:
12465: * src/targets/isapi/parser3isapi.C: . now links in release mode
12466:
12467: * src/include/pa_version.h: makefiles
12468:
12469: * src/include/pa_version.h: . not beta
12470:
12471: * configure, configure.in, src/include/pa_version.h: not beta
12472:
12473: 2005-12-06 paf
12474:
12475: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12476: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12477: decided to undo the change ^call[$void] passes void. now it will
12478: pass empty string again.
12479:
12480: * src/main/: compile.tab.C, compile.y: . version readded
12481:
12482: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12483: = ^switch[void] problem
12484:
12485: 2005-12-01 paf
12486:
12487: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12488: caused ^case[string] to be coerced to double since searching
12489: value were not string (it was vvoid)
12490:
12491: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12492: ^case[string] to be coerced to double since searching value were
12493: not string (it was vvoid)
12494:
12495: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12496: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12497:
12498: 2005-11-30 paf
12499:
12500: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12501: win32 must putenv("TZ="), on unix works only putenv("TZ")
12502:
12503: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12504: putenv("TZ="), on unix works only putenv("TZ")
12505:
12506: * INSTALL: . xml libs versions updated
12507:
12508: * src/main/pa_globals.C: //20051130 trying to remove this, author
12509: claims that fixed a lot there // 20040920 for now both
12510: workarounds needed. wait for new libxml/xsl versions
12511:
12512: 2005-11-28 paf
12513:
12514: * src/classes/table.C: merged from HEAD: ! nameless table has
12515: columns==0
12516:
12517: * src/classes/table.C: ! nameless table has columns==0
12518:
12519: * src/main/pa_http.C: merged from HEAD: ! status line check made
12520: earlier [was totally wrong]
12521:
12522: * src/main/pa_http.C: ! status line check made earlier [was totally
12523: wrong]
12524:
12525: 2005-11-25 paf
12526:
12527: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12528: undoing for now...
12529:
12530: * src/include/pa_version.h: -this reduces speed(table::load),
12531: strange. undoing
12532:
12533: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12534:
12535: * src/classes/op.C: + ^while(){}[SEPARATOR]
12536:
12537: * src/include/pa_array.h: + optimistics added: all arrays (table
12538: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12539: this speeds things up and saves memory a LOT! (not noticed
12540: negative effect on syntetic tests, future will tell...)
12541:
12542: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12543: changed gc_malloc implementation, which obscured profiling
12544:
12545: * src/classes/table.C: merged from HEAD: + optimized
12546: table::load/sql, now row ArrayString-s allocated with
12547: columns.count() elements and don't always grow from
12548: count=3[realloc,realloc]
12549:
12550: * src/classes/table.C: + optimized table::load/sql, now row
12551: ArrayString-s allocated with columns.count() elements and don't
12552: always grow from count=3[realloc,realloc]
12553:
12554: * src/classes/table.C: merged from HEAD: . ^table.save unused
12555: buffer after save
12556:
12557: * src/classes/table.C: . ^table.save unused buffer after save
12558:
12559: 2005-11-24 paf
12560:
12561: * configure.in: . merged glib2-config patch
12562:
12563: * configure.in: + trying to find glib2-config
12564:
12565: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12566: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12567: file/dir_readable to simple file/dir_exist, this would help in
12568: situations "class not found because .p file has bad rights" << in
12569: that case error would be explicit "access denied to 'this' file"
12570:
1.116 moko 12571: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12572:
12573: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12574: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12575: to simple file/dir_exist, this would help in situations "class
12576: not found because .p file has bad rights" << in that case error
12577: would be explicit "access denied to 'this' file"
12578:
12579: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12580: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12581: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12582: ^file::exec/cgi[script;$.charset[changed]
12583: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12584: encoded in $.charset charset
12585:
12586: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12587: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12588: encoded in $.charset charset
12589:
12590: * src/: include/Makefile.am, include/pa_common.h,
12591: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12592: main/pa_common.C, main/pa_http.C: . extracted http:// into
12593: separate file [preparation for
12594: ^file::cgi[script;$.form[$.field1[]
12595:
12596: 2005-11-22 paf
12597:
12598: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12599:
12600: * acinclude.m4, configure.in: . merged underquting fixes
12601:
1.116 moko 12602: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12603:
12604: * src/classes/op.C: . overmerged a little
12605:
12606: * src/main/compile.tab.C: Makefile
12607:
12608: * src/main/: pa_common.C: . less gcc warnings
12609:
12610: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12611: now reports original exception if we have no old cache
12612:
12613: * src/classes/op.C: + $exception.handled[cache] now reports
12614: original exception if we have no old cache
12615:
12616: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12617: from HEAD: + ^taint/untaint[regex] << escapes these:
12618: \^$.[]|()?*+{}
12619:
12620: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12621: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12622:
12623: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12624: getenv-ed variable, which does not work both on win32&unix.
12625: copied old TZ value now
12626:
12627: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12628: stored pointer to getenv-ed variable, which does not work both on
12629: win32&unix. copied old TZ value now
12630:
12631: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12632: getenv-ed variable, which does not work both on win32&unix.
12633: copied old TZ value now
12634:
12635: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12636: access to internal hash
12637:
12638: * src/types/pa_vresponse.C: + $response:headers access to internal
12639: hash
12640:
12641: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12642: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12643: isapi] this reduces number of "GC Warning: Repeated allocation of
12644: very large block" messages to only important onces
12645:
12646: * src/targets/isapi/parser3isapi.C: +
12647: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12648: isapi] this reduces number of "GC Warning: Repeated allocation of
12649: very large block" messages to only important onces
12650:
12651: * src/classes/string.C: merged from HEAD: + removed limitation on
12652: ^string/int/double:sql{}[$.default[({param style})] ]
12653:
12654: * src/classes/string.C: + removed limitation on
12655: ^string/int/double:sql{}[$.default[({param style})] ]
12656:
12657: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12658: with ?params or $.form option" limitation
12659:
12660: * src/main/pa_common.C: + removed "use either uri with ?params or
12661: $.form option" limitation
12662:
12663: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12664: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12665: ^file::base64[encoded] decode
12666:
12667: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12668: main/pa_common.C: + ^file.base64[] encode +
12669: ^file::base64[encoded] decode
12670:
12671: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12672: ^string:base64[encoded] decode
12673:
12674: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12675: ^string:base64[in] encode + ^string.base64[] decode
12676:
12677: 2005-11-21 paf
12678:
12679: * src/classes/file.C: + merged from HEAD:
12680: ^file::create[text;file.xml;^untaint[xml]{data}]
12681:
12682: * src/classes/file.C: +
12683: ^file::create[text;file.xml;^untaint[xml]{data}]
12684:
12685: * src/main/pa_request.C: ! merged: $response:body[file] now
12686: differes from :download, it does not return content-disposition
12687: at all now [previusely it returned valueless content-disposition]
12688:
12689: * src/main/pa_request.C: ! $response:body[file] now differes from
12690: :download, it does not return content-disposition at all now
12691: [previusely it returned valueless content-disposition]
12692:
12693: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12694: literals, reverted to just vvod, recreating empty array with each
12695: void_value token. that's absolutely needed, since that array
12696: grows
12697:
12698: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12699: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12700: types/pa_vmethod_frame.h: + merged: expression literals:
12701: true/false. ^format[$.indent(true)]
12702:
12703: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12704: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12705: types/pa_vmethod_frame.h: + expression literals: true/false.
12706: ^format[$.indent(true)]
12707:
12708: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12709: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12710: i386-pc-win32)"
12711:
12712: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12713: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12714: i386-pc-win32)"
12715:
12716: 2005-11-18 paf
12717:
12718: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12719: null}[$.default(123)] will now return default value
12720:
12721: * src/classes/op.C: + merged ^cache[] << returns current cache
12722: expiration time
12723:
12724: * src/classes/op.C: + ^cache[] << returns current cache expiration
12725: time
12726:
12727: * src/classes/table.C: ! merged ^table::create[not'nameless';
12728: failed << Exception.problem_source pointed to local var!
12729:
12730: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12731: Exception.problem_source pointed to local var!
12732:
12733: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12734: now loads VFile.ptr!=0, so such files can be saved now
12735:
12736: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12737: loads VFile.ptr!=0, so such files can be saved now
12738:
12739: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12740: only . and .. now removed from list [were removed all .*]
12741:
12742: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12743: .. now removed from list [were removed all .*]
12744:
12745: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12746: open error now checked, were not :( [stole that piece from apache
12747: 1.3 sources]
12748:
12749: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12750: checked, were not :( [stole that piece from apache 1.3 sources]
12751:
12752: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12753: untainting of @main result if returned by $result or
12754: $response:body
12755:
12756: * src/main/pa_request.C: ! ensured proper untainting of @main
12757: result if returned by $result or $response:body
12758:
12759: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12760: issue: now tries to guess content-length and allocates one big
12761: piece if possible [regretfully gc_realloc works as malloc+free,
12762: leaving lots of holes behind]
12763:
12764: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12765: fixed file load memory issue: now tries to guess content-length
12766: and allocates one big piece if possible [regretfully gc_realloc
12767: works as malloc+free, leaving lots of holes behind]
12768:
12769: 2005-11-16 paf
12770:
12771: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12772: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12773: table::save with enclosers now doubles them: "->"" !
12774: table::save/load do not remove elements from options hash
12775:
12776: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12777: [were overoptimized ^if(double_literal), compiler confused
12778: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12779:
12780: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12781: [were overoptimized ^if(double_literal), compiler confused
12782: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12783:
12784: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12785: main/pa_common.C: ! table::save with enclosers now doubles them:
12786: "->"" ! table::save/load do not remove elements from options hash
12787:
12788: 2005-11-03 paf
12789:
1.116 moko 12790: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12791: compilation, not all makefiles liked that
1.95 moko 12792:
12793: 2005-08-30 paf
12794:
12795: * src/classes/op.C: merge . speedup check of [DEFAULT]
12796:
12797: * src/classes/op.C: . speedup check of [DEFAULT]
12798:
12799: 2005-08-26 paf
12800:
12801: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12802:
12803: * src/: classes/date.C, types/pa_vdate.h: + date.week
12804:
12805: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12806: complains about bad!=nameless
12807:
12808: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12809: about bad!=nameless
12810:
12811: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12812: optional options were allowed to be empty. were checked
12813: if(is_string), changed to !defined||is_string to allow void
12814:
12815: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12816: classes/string.C, classes/table.C, classes/void.C: ! optional
12817: options were allowed to be empty. were checked if(is_string),
12818: changed to !defined||is_string to allow void
12819:
12820: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12821: as_junction where they needed as_int/double, so failed with
12822: recent "(const) now no junction" optimization
12823:
12824: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12825: merged ! many classes/* used as_junction where they needed
12826: as_int/double, so failed with recent "(const) now no junction"
12827: optimization
12828:
12829: * src/: classes/double.C, classes/int.C, classes/math.C,
12830: classes/op.C, classes/string.C, classes/table.C,
12831: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12832: used as_junction where they needed as_int/double, so failed with
12833: recent "(const) now no junction" optimization
12834:
12835: 2005-08-24 paf
12836:
12837: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12838: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12839: stripped it
12840:
12841: 2005-08-09 paf
12842:
12843: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12844: not cleared
12845:
12846: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12847: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12848: classes/hashfile.C, classes/image.C, classes/int.C,
12849: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12850: classes/response.C, classes/string.C, classes/table.C,
12851: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12852: include/pa_array.h, include/pa_cache_managers.h,
12853: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12854: include/pa_config_fixed.h, include/pa_config_includes.h,
12855: include/pa_dictionary.h, include/pa_dir.h,
12856: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12857: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12858: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12859: include/pa_request_charsets.h, include/pa_request_info.h,
12860: include/pa_sapi.h, include/pa_socks.h,
12861: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12862: include/pa_stack.h, include/pa_string.h,
12863: include/pa_stylesheet_connection.h,
12864: include/pa_stylesheet_manager.h, include/pa_table.h,
12865: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12866: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12867: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12868: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12869: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12870: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12871: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12872: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12873: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12874: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12875: main/pa_sql_driver_manager.C, main/pa_string.C,
12876: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12877: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12878: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12879: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12880: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12881: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12882: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12883: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12884: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12885: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12886: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12887: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12888: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12889: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12890: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12891: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12892: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12893: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12894: types/pa_vresponse.C, types/pa_vresponse.h,
12895: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12896: types/pa_vstateless_object.h, types/pa_vstatus.C,
12897: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12898: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12899: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12900: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12901: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12902:
12903: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12904: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12905: speedup consequent checks in vmethod_frame
12906:
12907: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12908: not cleared
12909:
12910: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12911: params: 50 max (were 10)
12912:
12913: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12914: params: 50 max (were 10)
12915:
12916: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12917: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12918: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12919: empty string) ! simplified (double) speedup consequent checks in
12920: vmethod_frame
12921:
12922: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12923: optimized constants in expressions vstring->vdouble + optimized
12924: ^call(vdouble), no junction creation, no calls later
12925:
12926: 2005-08-08 paf
12927:
12928: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12929: compile_tools.h: merged + optimized constants in expressions
12930: vstring->vdouble + optimized ^call(vdouble), no junction
12931: creation, no calls later
12932:
12933: * src/types/pa_vdouble.h: merged . double values without fractional
12934: part now default printed as %.0f instead of %g
12935:
12936: * src/types/pa_vdouble.h: . double values without fractional part
12937: now default printed as %.0f instead of %g
12938:
12939: * src/classes/hashfile.C: . merged ! second hashfile::open would
12940: cause an exception
12941:
12942: * src/classes/hashfile.C: ! second hashfile::open would cause an
12943: exception
12944:
12945: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12946: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12947: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12948: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12949: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12950: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12951: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12952: types/pa_vresponse.h, types/pa_vstateless_class.C,
12953: types/pa_vstateless_object.h, types/pa_vvoid.h,
12954: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12955: merged VJunction(new Junction) optimization from 3.1.4
12956:
12957: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12958: types/pa_vstateless_class.C: + optimized new VJunction(new
12959: Junction(params)) to new VJunction(params), thousands of mallocs
12960: removed
12961:
12962: 2005-08-05 paf
12963:
12964: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12965: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12966: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12967: creation, no calls later
12968:
12969: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12970: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12971: classes/hashfile.C, classes/image.C, classes/int.C,
12972: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12973: classes/response.C, classes/string.C, classes/table.C,
12974: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12975: include/pa_array.h, include/pa_cache_managers.h,
12976: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12977: include/pa_config_fixed.h, include/pa_config_includes.h,
12978: include/pa_dictionary.h, include/pa_dir.h,
12979: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12980: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12981: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12982: include/pa_request_charsets.h, include/pa_request_info.h,
12983: include/pa_sapi.h, include/pa_socks.h,
12984: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12985: include/pa_stack.h, include/pa_string.h,
12986: include/pa_stylesheet_connection.h,
12987: include/pa_stylesheet_manager.h, include/pa_table.h,
12988: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12989: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12990: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12991: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12992: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12993: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12994: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12995: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12996: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12997: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12998: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12999: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13000: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13001: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13002: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13003: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13004: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13005: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13006: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13007: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13008: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13009: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13010: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13011: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13012: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13013: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13014: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13015: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13016: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13017: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13018: types/pa_vstateless_object.h, types/pa_vstatus.C,
13019: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13020: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13021: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13022: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13023: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13024:
13025: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13026: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13027: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13028: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13029: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13030: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13031: optimized constants in expressions vstring->vdouble
13032:
13033: 2005-07-29 paf
13034:
13035: * src/types/pa_vclass.C: . shaped up error messages a bit
13036:
13037: * src/types/pa_vclass.C: + property getter can now be overridden
13038:
13039: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13040: bug fix: static parent fields were not replaced in case
13041: $derived:field[put] + property setter can now be overridden
13042:
13043: 2005-07-28 paf
13044:
13045: * configure, configure.in, src/classes/classes.h,
13046: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13047: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13048: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13049: src/classes/xnode.h, src/include/pa_hash.h,
13050: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13051: src/types/Makefile.am, src/types/pa_method.h,
13052: src/types/pa_value.h, src/types/pa_vclass.C,
13053: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13054: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13055: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13056: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13057: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13058: src/types/pa_vobject.C, src/types/pa_vobject.h,
13059: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13060: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13061: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13062: src/types/pa_vstateless_class.h,
1.95 moko 13063: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13064: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13065: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13066: dynamic_fields_join
13067:
13068: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13069: classes/xnode.C, include/pa_hash.h, main/execute.C,
13070: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13071: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13072: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13073: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13074: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13075: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13076: types/pa_vresponse.h, types/pa_vstateless_object.h,
13077: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13078: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13079: restored its checks in vobject.put_element->static fields |
13080: dynamic properties
13081:
13082: 2005-07-27 paf
13083:
13084: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13085: is some old code containing @set_name $name
13086:
13087: * src/types/pa_vobject.h: . fixed warning
13088:
13089: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13090: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13091:
13092: * src/: classes/xnode.C, include/pa_hash.h,
13093: types/pa_vstateless_class.C: ! new asserts were all false.
13094: regretfully reverted them all to checks
13095:
13096: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13097: classes/op.C, main/execute.C, types/pa_method.h,
13098: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13099: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13100: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13101: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13102: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13103: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13104: types/pa_vstateless_object.h, types/pa_vvoid.h,
13105: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13106: joined_dynamic_fields: removed unused param from put_method
13107: (returned to 3 params)
13108:
13109: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13110: joined_dynamic_fields: dynamic get/set works with overriding
13111: props [alpha2]
13112:
13113: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13114: works [alfa]
13115:
13116: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13117: classes/op.C, include/pa_hash.h, main/execute.C,
13118: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13119: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13120: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13121: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13122: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13123: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13124: types/pa_vresponse.h, types/pa_vstateless_class.C,
13125: types/pa_vstateless_object.h, types/pa_vvoid.h,
13126: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13127: joined_dynamic_fields: just compiled
13128:
13129: * src/: classes/date.C, classes/file.C, classes/hash.C,
13130: classes/hashfile.C, classes/image.C, classes/table.C,
13131: classes/xdoc.C, classes/xnode.h, main/execute.C,
13132: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13133: types/pa_vstateless_class.h: joined_dynamic_fields: started
13134:
13135: * src/types/pa_vobject.C: . object setters [only started, does not
13136: work yet]
13137:
13138: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13139: object setters [only started, does not work yet]
13140:
13141: 2005-07-26 paf
13142:
13143: * src/: include/pa_request.h, main/execute.C: . properties: set
13144: works [alpha2]. for classes. todo: for objects
13145:
13146: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13147: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13148: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13149: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13150: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13151: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13152: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13153: types/pa_vstateless_object.h, types/pa_vvoid.h,
13154: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13155: properties: set works [alpha1]
13156:
13157: 2005-07-25 paf
13158:
13159: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13160: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13161: properties: started, get works [alpha1, other approach]
13162:
13163: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13164: properties: started, get works [alpha2]
13165:
13166: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13167: pa_vstateless_class.h: . properties: started, get works [alpha]
13168:
13169: 2005-07-15 paf
13170:
13171: * src/: classes/classes.h, classes/op.C, main/execute.C,
13172: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13173: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13174: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13175: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13176: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13177: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13178: types/pa_vresponse.C, types/pa_vresponse.h,
13179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13180: types/pa_vstateless_object.h, types/pa_vvoid.h,
13181: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13182: types/pa_wwrapper.h, types/types.vcproj: + started property
13183: [getters work but think of changing them too to precaching]
13184:
13185: 2005-07-08 paf
13186:
13187: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13188: gpf
13189:
13190: 2005-06-28 paf
13191:
13192: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13193: in passing empty strings to file::exec/cgi environment
13194:
13195: 2005-06-06 paf
13196:
13197: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13198: ^table:sql ^hash:sql now DO process $.bind option
13199:
13200: 2005-05-24 paf
13201:
13202: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13203: $.limit] now work again [support was broken in 3.1.4]
13204:
13205: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13206: ALL_INTERIOR_POINTERS
13207:
13208: 2005-05-12 paf
13209:
13210: * configure: 3.1.5beta
13211:
13212: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13213:
13214: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13215: $.limit] now work again [support was broken in 3.1.4]
13216:
13217: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13218: line-width [was refusing to fill if line-width >1, thanks to
13219: Seras <seras@pinxit.lt> for repro case
13220:
13221: 2005-04-25 paf
13222:
13223: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13224: correctly
13225:
13226: 2005-04-19 paf
13227:
13228: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13229: in VString violating invariant!!
13230:
13231: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13232: getenv("TZ")==null
13233:
13234: 2005-04-08 paf
13235:
13236: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13237: bugfix: when there is no char in charset one byte produces 6
13238: (ÿ <<max). increased buffer size!
13239:
13240: 2005-03-23 paf
13241:
13242: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13243: ^date.sql-string now takes TZ into account
13244:
13245: 2005-03-16 paf
13246:
13247: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13248: gcc 3.4
13249:
13250: * src/types/pa_vhash.C: . warning about eof eol
13251:
13252: 2005-02-17 paf
13253:
1.211 moko 13254: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13255: ^sleep(double seconds)
1.95 moko 13256:
13257: 2005-02-02 paf
13258:
13259: * src/classes/xnode.C: beauty: removed needless includes
13260:
13261: 2005-01-31 paf
13262:
13263: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13264: $.partNoNumber now alias to $.part1
13265:
13266: * src/types/pa_vmail.C: change: incoming letter part contains
13267: "content-disposition" header with any value? now considering that
13268: part to be "file#" [for text/plain text/html were $.text#
13269: $.html#]
13270:
13271: * INSTALL: updatet to latest working versions available
13272:
13273: 2005-01-20 paf
13274:
13275: * configure.in, src/include/pa_version.h: version
13276:
13277: 2005-01-19 paf
13278:
1.116 moko 13279: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13280: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13281: couple warnings in parser3.C
1.95 moko 13282:
13283: 2004-12-23 paf
13284:
13285: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13286:
13287: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13288: dir to directory of script (when shbang used), not to directory
13289: of its interpreter
13290:
13291: * src/include/pa_version.h: compiled on win32...
13292:
13293: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13294: we need more hspace
13295:
13296: * configure, configure.in, src/include/pa_version.h: configured
13297: host to pa_version. will be displayed everywhere
13298:
13299: * src/main/pa_request.C: new: @unhandled_exception can prevent
13300: exception from being logged by setting $exception.handled(1)
13301:
1.211 moko 13302: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13303: ^file::sql{query}[[options]] options: $.name[file name]
13304: $.content-type[application/what]
13305:
13306: * src/: include/pa_common.h, main/pa_common.C,
13307: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13308: new file
13309:
13310: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13311: bugfix: table->hash now regards _default
13312:
13313: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13314: created by accessing $name_of_method it acquired bad self=closest
13315: methodframe; instead of proper self (current class)
13316:
13317: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13318: hashfile produced bad cord
13319:
13320: 2004-12-10 paf
13321:
13322: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13323: subsequent failures though defined in .h
13324:
13325: * src/main/pa_common.C: comment on volatile
13326:
13327: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13328: alarm function were not used since the beginning due to stupid
13329: error [setsigjmp were not checked in configure.in]
13330:
13331: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13332: unix too
13333:
13334: * src/main/pa_common.C: http: exception status of send/recv errors
13335: change to most probable http.timeout
13336:
13337: * src/main/pa_common.C: win32: http connection $.timeout option now
13338: works [setsockopt on send/receive]
13339:
13340: 2004-12-08 paf
13341:
13342: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13343: cstr-ed knowing mail charset, and untainting uri lang now knows
13344: proper charset
13345:
13346: 2004-11-24 paf
13347:
13348: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13349:
13350: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13351: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13352:
13353: 2004-11-12 paf
13354:
13355: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13356: [since 3.0.4]
13357:
13358: 2004-11-09 paf
13359:
13360: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13361: writes basics to c:\parser3.log
13362:
13363: 2004-10-21 paf
13364:
13365: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13366: tainted strings [were returning clean onces]
13367:
13368: 2004-10-15 paf
13369:
13370: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13371: cycles(i=1; i=2), which was wrong, now does ONE
13372:
13373: 2004-10-12 paf
13374:
13375: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13376:
13377: 2004-10-07 paf
13378:
13379: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13380: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13381: release asserts
13382:
13383: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13384: String.dump() to stdout in detailed form [were String.v() in
13385: short form]
13386:
13387: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13388: \t\r\n as @#| and truncates long char sequences less
13389:
13390: 2004-10-06 paf
13391:
13392: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13393: win32 beauty: socket errors properly decoded
13394:
13395: 2004-10-05 paf
13396:
13397: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13398: request::configure_user/admin done always, even if no
13399: file-to-process useful in @unhandled_exception [say, if they
13400: would want to mail by SMTP something]
13401:
13402: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13403: now performed prior to file loading [and @auto executing] thus
13404: making $cookie:value available in @auto and in
13405: @unhandled_exception when IIS is configured to run interpreter
13406: even if no file exist
13407:
13408: 2004-09-20 paf
13409:
13410: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13411: somewhere where it should have called xmlMalloc and it calls
13412: xmlFree when it should have not called it. inserted two
13413: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13414: xmlFree just ignored. put away a testcase, maybe someday libxml
13415: author would fix all that. until that day: we have SLOW garbage
13416: collecting when many xml objects are alive hint: do
13417: ^memory:compact[] before xdoc::create
13418:
13419: 2004-09-17 paf
13420:
13421: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13422: error from 3.0.8 version]
13423:
13424: 2004-09-14 paf
13425:
13426: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13427: part bugfix: hashfile.foreach iterated only part if hashfile were
13428: modified inside
13429:
13430: 2004-09-13 paf
13431:
13432: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13433: [were as octal]
13434:
13435: * src/types/pa_vhashfile.C: beauty: not reproduced
13436: $hashfile.key[$novalue] bug [reported by motorin], inserted
13437: safety-check
13438:
13439: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13440: [not something obscure from sdbm lib]
13441:
13442: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13443: = strerror now returnes something and we can properly report that
13444: to client
13445:
13446: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13447: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13448:
13449: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13450: [tainted as-is] this helps //[space][newline] to remain as-is and
13451: not be unnecessary optimized away [ruining javascript]
13452:
13453: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13454: [tainted as-is]
13455:
13456: * src/classes/mail.C: bugfix: typo error
13457:
13458: 2004-09-09 paf
13459:
13460: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13461: separators bugfix: loads header with endings \r\n\r\n and \n\n
13462: (bloody yandex.server)
13463:
13464: 2004-09-06 paf
13465:
13466: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13467: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13468: encoded
13469:
13470: 2004-09-01 paf
13471:
13472: * src/types/pa_vmail.C: change: multipart/mixed changed to
13473: multipart/related outlook express have no problems showing
13474: unrelated attachments. todo: someday figure out a way of
13475: multipart/mixed multipart/related text/html
13476: image/xxx application/octet-stream << true attachments
13477:
13478: * src/types/pa_vmail.C: new:
13479: ^mail:send[$.file[$.content-disposition can be overriden new:
13480: empty mail header fields removed from letter
13481:
13482: * src/: classes/mail.C, include/pa_config_fixed.h,
13483: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13484: ^mail:send[ $.file[ $.any[header]
13485:
13486: 2004-08-30 paf
13487:
13488: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13489: warnings
13490:
13491: * src/main/pa_common.C: beauty: do not bother with charset
13492: detection when ^file::load[binary
13493:
13494: 2004-08-27 paf
13495:
13496: * src/main/pa_common.C: hack: for yandex.server http server
13497:
13498: 2004-08-18 paf
13499:
13500: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13501: possibly-chunked response
13502:
13503: 2004-08-17 paf
13504:
13505: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13506: $f.content-type now = that of http response
13507:
13508: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13509: $f.content-type now = that of http response
13510:
13511: 2004-07-30 paf
13512:
13513: * src/: include/pa_request.h, main/pa_request.C,
13514: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13515: win32: system&parser exceptions in release mode reported properly
13516: parser exception in exception handler WERE mistakenly reported as
13517: system exception, without details [in apache & isapi] +some
13518: beauty in exception text
13519:
13520: * src/: include/pa_exception.h, main/pa_request.C,
13521: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13522: release mode reported properly parser exception in exception
13523: handler WERE mistakenly reported as system exception, without
13524: details
13525:
13526: * src/main/execute.C: beauty: simplified system exception handling
13527:
13528: 2004-07-29 paf
13529:
13530: * src/classes/table.C: bugfix:
13531: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13532: were ignored, and \t used unconditionally]
13533:
13534: * src/types/Makefile.am: added vhash.c
13535:
13536: 2004-07-28 paf
13537:
13538: * src/: classes/date.C, classes/image.C, classes/math.C,
13539: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13540: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13541: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13542: failed on russian letters
13543:
13544: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13545: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13546: letters
13547:
13548: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13549: as 'currentDirectory' parameter to CreateProcess
13550:
13551: 2004-07-27 paf
13552:
13553: * src/targets/cgi/parser3.vcproj: beauty: win32:
13554: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13555: from release somewhere [to help searching for unhandled system
13556: exceptions]
13557:
13558: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13559: TZ shift
13560:
13561: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13562: but also in ctor
13563:
13564: 2004-07-26 paf
13565:
1.211 moko 13566: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13567: src/main/pa_common.C, src/main/pa_request.C,
13568: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13569: src/types/types.vcproj: new: $response:body/download[
13570: $.file[name on disk] $.name[of file for user]
13571: $.mdate[date of last-modified. default from directory] ]
13572:
13573: * src/classes/file.C: moving file:send somewhere else..
13574:
13575: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13576: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13577: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13578: $response:download[ $.filename[filename] $.option[] ,, ]
13579:
13580: * src/classes/file.C: beauty: invalid mode thoroughly reported
13581:
13582: 2004-07-21 paf
13583:
13584: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13585: to several lines
13586:
13587: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13588:
13589: note: ms outlook[!express] shows only first 255 characters of
13590: subject
13591:
13592: 2004-07-15 paf
13593:
13594: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13595: off]
13596:
13597: 2004-07-14 paf
13598:
13599: * src/classes/table.C: bugfix: $.bind values now got untainted
13600: according to lang [were: as-is]
13601:
13602: 2004-07-07 paf
13603:
13604: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13605: checked that
13606:
13607: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13608: now untainted according to their languages. were: as-is.
13609: EVERYWHERE
13610:
13611: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13612: environment string now untainted according to their languages.
13613: were: as-is. EVERYWHERE
13614:
13615: * src/main/pa_exec.C: bufix: on unix environment string now
13616: untainted according to their languages. were: as-is. on win32:
13617: ok
13618:
13619: * parser3.vssscc: ...would not go unnoticed
13620:
13621: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13622: fails. in case on input appears nonutf, those bytes will be
13623: printed in %HH form. that can be easily decoded/recovered.
13624:
13625: this form is quite noticable, and hopefully would not go noticed
13626:
13627: 2004-07-06 paf
13628:
13629: * src/main/pa_exec.C: bufix: on unix environment string now
13630: untainted according to their languages. were: as-is. on win32:
13631: ok
13632:
13633: 2004-07-01 paf
13634:
13635: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13636: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13637: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13638: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13639: main/main.vcproj, targets/cgi/parser3.vcproj,
13640: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13641: option: global optimization ON
13642:
13643: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13644: to do xdoc::create{invalid chars} standard disables chars less
13645: then \x20, except tab, cr, lf.
13646:
13647: changed tainting so that those become '!'
13648:
13649: 2004-06-25 paf
13650:
13651: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13652: int on odd address [prev bugfix failed due to superwize
13653: optimizer, which turned memcpy into same 'ld' asm command]
13654:
13655: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13656: int on odd address
13657:
13658: 2004-06-22 paf
13659:
13660: * src/sql/pa_sql_driver.h: note: about possible optimization
13661:
1.211 moko 13662: * operators.ru.txt, operators.txt, src/classes/hash.C,
13663: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13664: src/classes/void.C, src/include/pa_config_includes.h: new:
13665: ^void:sql{call paf(:a)}[ $.bind[
13666: $.a[2] ] ] output variables work. todo:
13667: check in out variables
1.95 moko 13668:
13669: 2004-06-18 paf
13670:
13671: * src/: classes/file.C, classes/hash.C, classes/string.C,
13672: classes/table.C, classes/void.C, include/pa_globals.h,
13673: include/pa_sql_connection.h, main/compile.tab.C,
13674: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13675: $.bind[ $.a[2] ]
13676: ] input variables work. todo:output
13677:
13678: * src/targets/cgi/parser3.C: bugfix: iis specific
13679: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13680: /_bug.html?404;http://hpsv/test/
13681: --------------------------------------------------------------------------------
13682: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13683: --------------------------------------------------------------------------------
13684: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13685:
13686: 2004-06-16 paf
13687:
13688: * src/targets/cgi/parser3.C: new: iis specific
13689: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13690: $request:query
13691: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13692: $form:fields IIS-STATUS="404"
13693: IIS-DOCUMENT="http://server/_bug.html" f="v"
13694:
13695: todo: isapi too
13696:
13697: 2004-05-26 paf
13698:
13699: * src/include/pa_version.h: 3.1.3
13700:
1.211 moko 13701: * operators.ru.txt, operators.txt: beauty: removed outdated level
13702: 'table'
1.95 moko 13703:
13704: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13705:
13706: * src/main/pa_string.C: beauty: removed 3 warnings
13707:
13708: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13709: classes/op.C: beauty: removed outdated level 'table'
13710:
13711: 2004-05-25 paf
13712:
13713: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13714: implementation. mistery: how anything worked
13715:
13716: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13717: changed, it is now safe to use url if pointers to it are stored
13718: to gc mem
13719:
13720: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13721: unknown errors reported and not cause SIGSEGV now
13722:
13723: 2004-05-24 paf
13724:
13725: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13726: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13727: less memory: CORD_chars_block originally intended to ... it was
13728: good that CORD_chars_block were not used: it consumes more memory
13729: [and, might be slow too] undoing that. [and removed that func so
13730: that it would not confuse parser developer in future]
13731:
13732: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13733: less memory: CORD_chars_block originally intended to
13734: speedup/reduce mem usage were forgotten, and were used stupid
13735: CORD_chars
13736:
13737: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13738:
13739: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13740: BIGENDIAN processors space-conserving mech failed, causing
13741: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13742: (1|2|3));
13743:
13744: 2004-05-14 paf
13745:
13746: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13747: bugfix: void now has vfile value, and $response:body[] works OK
13748:
13749: 2004-05-12 paf
13750:
13751: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13752: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13753: sources to use is_defined() {return as_bool();} along VBool
13754:
13755: 2004-05-11 paf
13756:
13757: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13758: referencing to local objects
13759:
13760: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13761: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13762: left intact
13763:
13764: 2004-04-15 paf
13765:
13766: * src/classes/date.C: merged: beauty: unused var removed
13767:
13768: * src/classes/date.C: beauty: unused var removed
13769:
13770: * src/include/: pa_exec.h: bugfix: interface without pointer
13771: provoked bug
13772:
13773: 2004-04-09 paf
13774:
13775: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13776:
13777: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13778:
13779: 2004-04-08 paf
13780:
13781: * src/classes/date.C: new: ^date::create[y-m-d
13782: h-M-s>>.milliseconds<<] now allowed, ignored so far
13783:
13784: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13785:
13786: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13787: to consult default catalog [usually, that file belongs to other
13788: user/group]
13789:
13790: 2004-04-06 paf
13791:
13792: * src/main/pa_common.C: beauty: gcc warning removed
13793:
13794: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13795: accept that trick, trying other
13796:
13797: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13798: explicit result problem
13799:
13800: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13801: explicit result problem
13802:
13803: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13804: explicit result problem
13805:
1.211 moko 13806: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13807: ^string.append[string]
1.95 moko 13808:
13809: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13810: main/execute.C: attempt_check_call_in_explicit_result_mode:
13811: failed
13812:
13813: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13814: http://i.p.a.ddress gethostbyaddr added [on some platforms
13815: gethostbyname failed with such 'domains'] now checked properly,
13816: were: needless reverse/forward dns lookup
13817:
13818: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13819: http://i.p.a.ddress gethostbyaddr added [on some platforms
13820: gethostbyname failed with such 'domains'] now checked properly,
13821: were: needless reverse/forward dns lookup
13822:
13823: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13824: @method[][result] means "no string output here" moved to lexical
13825: level [on grammar level it were too difficult]
13826:
1.211 moko 13827: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13828: src/main/compile.tab.C, src/main/compile.y,
13829: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13830: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13831: string output here", implemented part of that idea: compiler
13832: throws away string literal generation code. and barks
13833: nonwhitespace chars
1.95 moko 13834:
1.211 moko 13835: * operators.ru.txt, operators.txt: truth: removed comment about
13836: $ORIGIN
1.95 moko 13837:
13838: 2004-04-05 paf
13839:
13840: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13841: src/include/pa_version.h, src/main/pa_common.C,
13842: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13843:
13844: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13845: Konstantin Tomashevitch [mailto:konst@design.ru]
13846:
13847: * src/doc/html2chm.cmd: beauty: no need in bg here
13848:
13849: * src/doc/sources2html.cmd: beauty: same window, in bg it
13850: interfered with FAR console
13851:
13852: * configure, configure.in: 3.1.3
13853:
13854: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13855:
13856: * src/main/pa_common.C: removed warning
13857:
13858: * src/include/pa_version.h: 3.1.3
13859:
13860: 2004-04-02 paf
13861:
13862: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13863:
13864: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13865: allows to specify where to put parser log file
13866:
13867: 2004-04-01 paf
13868:
13869: * src/classes/table.C: bugfix: bugfix: table::load last line
13870: without tab and enter were ignored
13871:
13872: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13873: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13874: main/pa_socks.C, targets/cgi/parser3.C,
13875: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13876: bugfix: sql connections now are disconnected
13877:
13878: 2004-03-30 paf
13879:
13880: * src/classes/table.C: bugfix: table::load last line without tab
13881: and enter were ignored
13882:
13883: * src/classes/table.C: bufix: if last table lines were commented,
13884: gpfed
13885:
13886: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13887: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13888: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13889: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13890: doc/methoded.dox, doc/object.dox, doc/string.dox,
13891: doc/targets.dox, doc/value.dox, include/pa_version.h,
13892: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13893: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13894: bugfixes from 3.1.2, changed version to 3.1.3beta
13895:
13896: 2004-03-29 paf
13897:
13898: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13899: causes gpf
13900:
13901: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13902: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13903: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13904: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13905: value.dox: translated to english
13906:
13907: 2004-03-25 paf
13908:
13909: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13910: parser3project dependency removed
13911:
13912: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13913: bugfix: refused to compile without xml
13914:
13915: * src/types/pa_vform.C: beauty: removed warning
13916:
13917: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13918: any folder [removed last ;) folder dependency]
13919:
13920: * src/classes/classes.vcproj: bugfix: now all compiles in any
13921: folder [removed last ;) folder dependency]
13922:
13923: * src/include/pa_version.h: release
13924:
13925: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13926:
13927: * src/classes/table.C: beauty: comment& more meaningful error
13928: message
13929:
13930: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13931: $.hash[$.column_value1(true) ... ] [were producing some strang
13932: thing]
13933:
13934: 2004-03-23 paf
13935:
13936: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13937: and http status line parsing checked number of columns in table
13938: [user reported an assert]
13939:
1.211 moko 13940: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 13941:
13942: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13943: bugfix: junction reattach now actually reattaches a junction to
13944: new wcontext [were only assigning it to junction, which caused
13945: junction tracking to loose junction, and it's context were not
13946: killed, and it tried to process in invalid context, gpf]
13947:
13948: * src/targets/cgi/parser3.C: debug helper added
13949:
13950: 2004-03-19 paf
13951:
13952: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13953: "type(type)" in braces
13954:
13955: 2004-03-10 paf
13956:
1.211 moko 13957: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
13958: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
13959: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
13960: src/types/pa_vxnode.h: new: refined solution to
13961: search-in-namespaces problem:
1.95 moko 13962: $xdoc.search-namespaces.x[http://pif.design.ru/]
13963: $nodes[^xdoc.select[//x:second]]
13964:
1.211 moko 13965: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
13966: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
13967: search for info in namespaces
1.95 moko 13968:
13969: $nodes[^xdoc.select[//x:second][
13970: $.x[http://pif.design.ru/] ]]
13971:
13972: 2004-03-09 paf
13973:
1.211 moko 13974: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 13975: ^file::load[...][options] $.form[
13976: !$.field1[string]
13977: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13978: ] !$.body[string]
13979:
13980: GET ?here notGET(POST, HEAD, others) in content-type:
13981: application/x-www-form-urlencoded
13982:
13983: todo: upload files ability
13984:
13985: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13986: properly, done
13987:
13988: 2004-03-05 paf
13989:
1.211 moko 13990: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
13991: file::load[;http:// GET/POST $.form[$.fields started, not tested
13992: yet todo:$.field[table] for multiple values
1.95 moko 13993:
1.211 moko 13994: * operators.ru.txt, operators.txt: new: http:// options $.user
13995: $.password basic authorization
1.95 moko 13996:
13997: * src/main/pa_common.C: beauty: link to rtf added
13998:
1.211 moko 13999: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14000: src/main/pa_common.C: new: http:// options $.user $.password
14001: basic authorization
1.95 moko 14002:
14003: * src/main/pa_common.C: beauty: removed needless vars
14004:
1.211 moko 14005: * operators.ru.txt, operators.txt: new: pgsql option [like that
14006: recently added to oracle driver]
14007: ClientCharset=parser-charset << charset in which parser thinks
14008: client works
14009:
14010: * operators.ru.txt, operators.txt: new: odbc option [like that
14011: recently added to oracle driver]
14012: ClientCharset=parser-charset << charset in which parser thinks
14013: client works
1.95 moko 14014:
14015: * src/sql/pa_sql_driver.h: beauty: important warning added
14016:
14017: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14018: char!
14019:
14020: * etc/parser3.charsets/windows-1251.cfg: typo
14021:
14022: 2004-03-04 paf
14023:
14024: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14025: cached, sql transcoding now goes faster
14026:
1.211 moko 14027: * operators.ru.txt, operators.txt: new: mysql option [like that
14028: recently added to oracle driver]
14029: ClientCharset=parser-charset << charset in which parser thinks
14030: client works
1.95 moko 14031:
14032: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14033: typo error
14034:
14035: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14036: chars commented
14037:
14038: 2004-03-03 paf
14039:
14040: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14041: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14042:
14043: 2004-03-02 paf
14044:
1.211 moko 14045: * operators.ru.txt, operators.txt: new[update typo]:
14046: !^void.left(n) nothing !^void.right(n) nothing
14047: !^void.mid(p[;n]) nothing
14048:
14049: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14050: !^void.left(n) nothing !^void.right(n) nothing
14051: !^void.pos(p[;n]) nothing
1.95 moko 14052:
1.211 moko 14053: * operators.ru.txt, operators.txt, src/classes/file.C,
14054: src/include/pa_string.h: new:
1.95 moko 14055: ^file::sql[[name_to_become_$.name]]{} query result must be one
14056: row with columns: first: data second: file name third:
14057: content-type
14058:
1.211 moko 14059: * operators.ru.txt, operators.txt, src/classes/file.C:
14060: ^file.sql-string[] inside ^connect gets properly escaped string,
14061: which can be passed to request now this for mysql only. it's up
14062: to parser sql driver to fix zeros properly
1.95 moko 14063:
14064: * INSTALL: note: added on building apache with this option:
14065: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14066:
14067: 2004-03-01 paf
14068:
14069: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14070: extension memory:compact befor processingrequest
14071:
1.211 moko 14072: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14073: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14074:
1.211 moko 14075: * operators.ru.txt, operators.txt, src/classes/image.C,
14076: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14077: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14078:
14079: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14080: beauty: image -- less checks [were ugly impl]
14081:
14082: * src/classes/string.C: bugfix: ^string.left/right/mid with
14083: negative values now considered bad
14084:
14085: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14086:
14087: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14088: options now have unified defaults [after transform
14089: indent/omit-xml-declaration/standalone 'default' erroreously
14090: meant 'true']
14091:
14092: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14093: added [on some platforms gethostbyname failed with such
14094: 'domains']
14095:
14096: * src/include/pa_config_auto.h.in: no select check, no define
14097:
14098: * src/classes/string.C: feature: ^string.trim both parameters may
14099: be empty-strings, meaning kind=both chars=whitespaces
14100:
14101: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14102: exist
14103:
14104: * src/classes/string.C: check: trim 'chars' must not be empty,
14105: exception if it is
14106:
14107: * src/classes/string.C: changed: ^string.trim [] << both,
14108: whitespaces [start|both|end] << kind, whitespaces
14109: [start|both|end;chars] full
14110:
14111: 2004-02-27 paf
14112:
1.211 moko 14113: * operators.ru.txt, operators.txt, src/classes/string.C,
14114: src/main/pa_string.C: new method:
14115: ^string.trim[start|both|end[;chars]] default 'chars' --
14116: whitespace chars finished
1.95 moko 14117:
1.211 moko 14118: * operators.ru.txt, operators.txt, src/classes/string.C,
14119: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14120: ^string.trim[start|both|end[;chars]] default 'chars' --
14121: whitespace chars started, only start works
14122:
14123: * src/main/compile.C: bugfix: line numbers after
14124: ^process{}[$.line(-10]] can be negative, allowed to print they as
14125: signed
14126:
14127: * src/main/untaint.C: speed: there's no \n chars in output
14128: [normally], so no need to optimize them they could be retrived
14129: from databases, though. but 1. should be replaced 2. if not
14130: optimized, no harm done
14131:
14132: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14133: ^file::exec/cgi could return invalid status & zombie child can
14134: remain for short period until process exists [very bad in
14135: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14136:
14137: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14138: malicious SMTP server to attack as by returning too long status
14139: responses http://i2/tasks/edit/?id=4629448401140924947
14140:
14141: 2004-02-26 paf
14142:
1.211 moko 14143: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14144: has options] which are $.main[to what to rename @main]
1.95 moko 14145: $.file[file, from which (user says) goes that CODE]
14146: $.lineno(line number in that file, where CODE starts. may be
14147: negative)
14148:
1.211 moko 14149: * operators.ru.txt, operators.txt, src/classes/op.C,
14150: src/include/pa_request.h, src/main/compile.C,
14151: src/main/compile_tools.h, src/main/pa_request.C: feature:
14152: ^process...{CODE}[now has options] which are $.main[to
14153: what to rename @main] $.file[file, from which (user says)
14154: goes that CODE] $.lineno(line number in that file, where
14155: CODE starts. may be negative)
14156:
1.95 moko 14157: 2004-02-25 paf
14158:
1.116 moko 14159: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14160: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14161:
14162: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14163: produces hash of column=>1
14164:
14165: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14166: with incomplete errno constants set
14167:
14168: 2004-02-24 paf
14169:
14170: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14171: "man select"
14172:
14173: * src/main/pa_os.C: beauty: <0 better then ==-1
14174:
14175: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14176:
14177: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14178:
1.116 moko 14179: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14180:
14181: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14182: unix: steps to work on unix [extracted 'to']
14183:
14184: * src/classes/mail.C: smtp on unix: steps to work on unix
14185:
14186: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14187:
1.116 moko 14188: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14189: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14190: unix [testing on solaris]
1.95 moko 14191:
14192: 2004-02-20 paf
14193:
14194: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14195: pointing that out
14196:
14197: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14198: fixed again [same solution, mistanenly removed one line]
14199:
14200: 2004-02-19 paf
14201:
14202: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14203: date::create from bad datetime in spring daylightsaving hole now
14204: OK for all platforms [on some platforms it failed]
14205:
14206: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14207: in daylightsaving hole] now throws error
14208:
14209: * src/classes/date.C: comment: mistake fixed
14210:
14211: 2004-02-18 paf
14212:
14213: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14214: now renderes in $request:charset, but in header puts
14215: $response:charset todo: make that default only so that coder
14216: could override that
14217:
14218: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14219: turns off omit-xml-declaration
14220:
14221: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14222: /.xsl for sample
14223:
14224: 2004-02-17 paf
14225:
14226: * src/classes/xdoc.C: beauty: needless helper class removed
14227:
14228: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14229: copied extra time
14230:
14231: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14232: part of libxml
14233:
14234: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14235: libxml to do the work] <xsl:output method="html"
14236: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14237: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14238: />
14239:
14240: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14241:
14242: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14243: caused assertion
14244:
14245: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14246: could hang. now such add does nothing, sub clears $hash
14247:
14248: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14249: not made quoted-printable
14250:
14251: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14252: string invariant
14253:
14254: 2004-02-16 paf
14255:
14256: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14257: cleared [were not cleared properly]
14258:
14259: 2004-02-13 paf
14260:
1.116 moko 14261: * src/include/pa_version.h: prerelease
1.95 moko 14262:
14263: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14264: used, introducing dependencies timestamp check
14265:
14266: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14267: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14268: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14269: .xsl.stamp now not used, introducing dependencies timestamp check
14270:
1.150 moko 14271: * configure.in: auto.p: @conf made relative
1.95 moko 14272:
14273: 2004-02-12 paf
14274:
14275: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14276: ruined empty <input type=file> submits. parser thought there were
14277: nameless empty file and $form:field got value of type 'file'
14278:
14279: * INSTALL: --without-threads
14280:
14281: * src/include/pa_sapi.h: 2004
14282:
14283: 2004-02-11 paf
14284:
14285: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14286: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14287: classes/hashfile.C, classes/image.C, classes/int.C,
14288: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14289: classes/response.C, classes/string.C, classes/table.C,
14290: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14291: include/pa_array.h, include/pa_cache_managers.h,
14292: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14293: include/pa_config_fixed.h, include/pa_config_includes.h,
14294: include/pa_dictionary.h, include/pa_dir.h,
14295: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14296: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14297: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14298: include/pa_request_charsets.h, include/pa_request_info.h,
14299: include/pa_socks.h, include/pa_sql_connection.h,
14300: include/pa_sql_driver_manager.h, include/pa_stack.h,
14301: include/pa_string.h, include/pa_stylesheet_connection.h,
14302: include/pa_stylesheet_manager.h, include/pa_table.h,
14303: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14304: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14305: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14306: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14307: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14308: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14309: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14310: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14311: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14312: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14313: main/pa_sql_driver_manager.C, main/pa_string.C,
14314: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14315: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14316: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14317: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14318: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14319: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14320: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14321: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14322: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14323: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14324: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14325: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14326: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14327: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14328: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14329: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14330: types/pa_vresponse.h, types/pa_vstateless_class.C,
14331: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14332: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14333: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14334: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14335: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14336: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14337:
14338: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14339: debug version of gc.dll
14340:
14341: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14342: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14343: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14344: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14345: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14346: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14347: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14348: processes
14349:
14350: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14351: main/pa_globals.C, targets/cgi/parser3.vcproj,
14352: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14353: changes to reflect libxml xsl new folders
14354:
14355: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14356: lib/smtp/smtp.vcproj, main/main.vcproj,
14357: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14358: to reflect libxml xsl new folders
14359:
14360: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14361: lib/smtp/smtp.vcproj, main/main.vcproj,
14362: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14363: types/types.vcproj: started changes to reflect libxml xsl new
14364: folders
14365:
14366: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14367: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14368: src/main/compile.tab.C, src/main/main.vcproj,
14369: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14370: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14371: started changes to reflect libxml xsl new folders
14372:
14373: 2004-02-10 paf
14374:
14375: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14376: compile. recommened latest libxml up to date
14377:
14378: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14379: pattern compilation errors", on which spent 4 hours worktime. use
14380: versions higher than that. recommended now latest up to date
14381:
14382: 2004-02-06 paf
14383:
14384: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14385: beauty: unified destructing style
14386:
14387: * src/main/untaint.C: beauty: removed old def/ifdef
14388:
14389: * src/main/untaint.C: beauty: coredump @unknown untaint language
14390: now
14391:
14392: 2004-02-03 paf
14393:
14394: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14395: targets/isapi/parser3isapi.C, types/pa_value.C,
14396: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14397: then %ld/%lu
14398:
14399: * src/main/pa_common.C: typo: %l -> %u
14400:
14401: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14402: in attributes or documents-results of transform now not xx;
14403:
14404: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14405:
14406: * src/main/pa_charset.C: bugfix: forgot to undo some
14407:
14408: * src/main/pa_charset.C: beauty: uncomment
14409: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14410: libraries
14411:
14412: 2004-02-02 paf
14413:
14414: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14415: $cookie:example[ $.value[value] $.path[/there/] ]
14416:
14417: $cookie:example[ $.value[] $.expires[session]
14418: $.path[/there/] $.domain[test.com] ]
14419:
14420: * src/types/pa_vform.C: bugfix: empty values with
14421: enctype=multipart/form-data now produce entries in $form:tables
14422: <form method=post enctype=multipart/form-data> <input type=hidden
14423: name=a> <input type=hidden name=b>
14424:
14425: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14426: <hr> <pre>$request:body
14427:
14428: 2004-01-30 paf
14429:
14430: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14431: or documents-results of transform now not xx;
14432:
14433: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14434: produce exception.
14435:
14436: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14437: bugfix: ^date::create[invalid fields now produce exception.
14438:
14439: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14440: year] now produces exception. todo: check other fields
14441:
14442: 2004-01-29 paf
14443:
14444: * src/include/pa_memory.h: typo error
14445:
14446: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14447: more byte then specified, then zeroed it << useless and
14448: potentially harmful(could gpf)
14449:
14450: 2004-01-22 paf
14451:
14452: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14453:
14454: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14455: optimization
14456:
14457: * src/main/untaint.C: bugfix: whitespace now optimized properly
14458: [were bug: ^taint[1 & 2]="1 &2"
14459:
14460: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14461: errors
14462:
14463: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14464: overflow
14465:
14466: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14467: error-reporting code * in parser-error reporting code [when no
14468: @unhandled_exception defined]
14469:
14470: fixed in one place: my *snprintf override
14471:
14472: 2004-01-13 paf
14473:
1.211 moko 14474: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14475:
14476: 2003-12-25 paf
14477:
14478: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14479: garbled [pieces after zero bytes were removed]
14480:
14481: 2003-12-22 paf
14482:
1.116 moko 14483: * src/include/Makefile.am: bugfix: removed from dist:
14484: src/include/pa_config_auto.h which were configured for
1.95 moko 14485: make-dist-platform and badly updated proper config file in target
14486: [when .tar used for updating existing source tree]
14487:
1.211 moko 14488: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14489: src/include/pa_sql_connection.h,
14490: src/include/pa_sql_driver_manager.h,
14491: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14492: feature: sql introducing ability to transcode charsets
14493:
14494: 2003-12-19 paf
14495:
14496: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14497: error message
14498:
14499: * src/main/pa_charset.C: bugfix: memory for charsethandler
14500: structure for libxml now allocated properly
14501:
14502: 2003-12-17 paf
14503:
14504: * src/types/pa_vfile.C: beauty: removed outdated cast
14505:
14506: * src/main/pa_common.C: bugfix: empty http response caused gpf
14507:
14508: * src/include/pa_string.h: bugfix: removed too strong a assert
14509:
14510: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14511: unreported xmlGenericErrors]
14512:
14513: 2003-12-15 paf
14514:
14515: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14516: works}
14517:
14518: 2003-12-11 paf
14519:
1.211 moko 14520: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14521: !$status:pid process id
1.95 moko 14522: !$status:tid thread id
14523:
14524: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14525: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14526: bugfix(solaris): removed dependency on object initialization
14527: order [one more place]
14528:
14529: * src/: classes/file.C, classes/mail.C, classes/op.C,
14530: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14531: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14532: understand that
14533:
14534: * src/: classes/file.C, classes/mail.C, classes/op.C,
14535: classes/xdoc.C, include/pa_cache_managers.h,
14536: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14537: include/pa_stylesheet_manager.h, main/pa_request.C,
14538: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14539: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14540: ctor call [relying on implicit String::Body(cstr) call]
14541:
14542: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14543: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14544: object initialization order [two places]
14545:
14546: 2003-12-10 paf
14547:
14548: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14549: << time now ok
14550:
1.211 moko 14551: * operators.ru.txt, operators.txt,
14552: src/main/pa_sql_driver_manager.C,
1.95 moko 14553: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14554: operational
14555:
1.211 moko 14556: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14557: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14558: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14559: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14560: back operational
14561:
14562: 2003-12-02 paf
14563:
14564: * src/types/pa_vmail.C: bugfix:
14565: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14566: as-is forced]
14567:
14568: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14569: exceptions out of libxml callbacks: reimplemented error handling
14570: of http://localhost, parser://method and safemode check callbacks
14571:
14572: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14573: [merged from HEAD]
14574:
14575: * src/classes/image.C: nothing: comment removed
14576:
14577: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14578: addresses to int
14579:
14580: 2003-12-01 paf
14581:
14582: * src/main/pa_xml_io.C: bugfix: typo
14583:
14584: * src/main/pa_globals.C: bugfix: win32: compile prob
14585:
14586: * src/classes/xdoc.C: bugfix: typo
14587:
14588: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14589: exception
14590:
14591: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14592:
14593: 2003-11-28 paf
14594:
14595: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14596: all xml documents read
14597:
14598: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14599:
14600: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14601: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14602: replaced original open mech of xdoc::create & co to use libxml
14603: open, so that this would work for root document todo: safe mode
14604: checks to libxml: ideally to some 1 point
14605:
14606: * src/main/pa_xml_io.C: comment
14607:
1.211 moko 14608: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14609: in http://parser[abscent params]
1.95 moko 14610:
1.211 moko 14611: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14612: src/main/pa_xml_io.C: works. todo: maybe replace original open
14613: mech of xdoc::create & co to use libxml open, so that this would
14614: work for root document
1.95 moko 14615:
14616: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14617: "parser://method/params/here"> <test> &test^; </test> }]
14618:
14619: ^taint[^xdoc.string[]]
14620:
14621: @method[param] <!ENTITY test
14622: "test-entity-value+$form:user+$param!">
14623:
14624: 2003-11-27 paf
14625:
14626: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14627:
14628: * src/classes/date.C: bugfix: typo error
14629:
14630: 2003-11-26 paf
14631:
1.211 moko 14632: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14633: src/include/pa_globals.h, src/main/Makefile.am,
14634: src/main/main.vcproj, src/main/pa_globals.C,
14635: src/main/pa_request.C, src/include/pa_xml_io.h,
14636: src/main/pa_xml_io.C: simplification: xml errors to
14637: hash<thread_id,error> reorganization: xml io moved to
14638: pa_xml_io.C/h
1.95 moko 14639:
14640: * src/types/pa_value.h: warnings: --
14641:
14642: 2003-11-25 paf
14643:
14644: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14645: whatever)
14646:
14647: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14648: a, (c?x:y, z)
14649:
14650: * src/main/untaint.C: bugfix: consequences of not reading this
14651: comment: CORD_pos_chars_left /* Number of characters in cache.
14652: <= 0 ==> none */
14653:
14654: * src/include/pa_array.h: removed needless checks
14655:
14656: 2003-11-24 paf
14657:
14658: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14659: removed limit: now $form:xxx can be accessed anytime, even in
14660: @auto/conf [and request/response:charset still can be changed
14661: anytime]
14662:
14663: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14664: now not transcodes response body
14665:
1.211 moko 14666: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14667: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14668: $tn[^xdoc.createTextNode[text node value]]
14669: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14670: $xdoc.firstChild.firstChild.nodeValue[different]
14671: ^taint[^xdoc.string[]]
14672:
14673: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14674: workaround: static Hash::allocates -> static Hash_allocates
14675:
14676: 2003-11-21 paf
14677:
1.116 moko 14678: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14679: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14680: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14681:
14682: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14683:
14684: * src/classes/mail.C: bugfix: typo
14685:
14686: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14687: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14688: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14689: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14690: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14691: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14692:
14693: * src/main/pa_exec.C: bug in safe mode
14694:
14695: * src/include/Makefile.am: pa_xml_exception.h
14696:
14697: * src/targets/isapi/parser3isapi.C: more warnings --
14698:
14699: 2003-11-20 paf
14700:
14701: * src/: classes/math.C, classes/op.C, classes/string.C,
14702: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14703: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14704: --
14705:
14706: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14707: more warnings --
14708:
14709: * src/classes/xdoc.C: more warnings --
14710:
14711: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14712:
14713: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14714: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14715:
14716: * src/: classes/date.C, classes/file.C, classes/hash.C,
14717: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14718: classes/table.C, include/pa_cache_managers.h,
14719: include/pa_stylesheet_connection.h, main/pa_request.C,
14720: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14721: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14722: --
14723:
14724: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14725: can't report problem (undefined @unhandled_exception) problem
14726: source string were not reported
14727:
14728: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14729: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14730: classes/hashfile.C, classes/image.C, classes/int.C,
14731: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14732: classes/response.C, classes/string.C, classes/table.C,
14733: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14734: include/pa_array.h, include/pa_cache_managers.h,
14735: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14736: include/pa_config_fixed.h, include/pa_dictionary.h,
14737: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14738: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14739: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14740: include/pa_request.h, include/pa_request_charsets.h,
14741: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14742: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14743: include/pa_stack.h, include/pa_string.h,
14744: include/pa_stylesheet_connection.h,
14745: include/pa_stylesheet_manager.h, include/pa_table.h,
14746: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14747: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14748: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14749: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14750: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14751: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14752: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14753: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14754: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14755: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14756: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14757: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14758: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14759: targets/isapi/parser3isapi.C, types/pa_junction.h,
14760: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14761: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14762: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14763: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14764: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14765: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14766: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14767: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14768: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14769: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14770: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14771: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14772: types/pa_vresponse.h, types/pa_vstateless_class.C,
14773: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14774: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14775: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14776: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14777: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14778: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14779: const IDENT
14780:
14781: * src/: include/pa_array.h, include/pa_pool.h,
14782: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14783: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14784: types/pa_wcontext.h: more warnings --
14785:
14786: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14787: classes/file.C, classes/hash.C, classes/hashfile.C,
14788: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14789: classes/memory.C, classes/op.C, classes/string.C,
14790: classes/table.C, classes/xdoc.C, classes/xnode.C,
14791: include/pa_config_includes.h, include/pa_operation.h,
14792: include/pa_sql_connection.h, include/pa_table.h,
14793: include/pa_types.h, lib/ltdl/config_fixed.h,
14794: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14795: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14796: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14797: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14798: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14799: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14800: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14801: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14802: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14803: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14804: types/pa_vmail.C, types/pa_vobject.C,
14805: types/pa_vstateless_class.h, types/pa_vtable.C,
14806: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14807: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14808: on all projects (except libltdl=off & libsdbm=level3) found
14809: several unitialized vars
14810:
14811: 2003-11-19 paf
14812:
14813: * src/classes/op.C: more ansi C++ comp
14814:
1.211 moko 14815: * operators.ru.txt, operators.txt, src/classes/op.C,
14816: src/include/pa_request.h, src/main/pa_request.C:
14817: ^cache[...]{body}{catch block with $exception.handled[cache]
14818: meaning "get expired cache, if any. else error"}
1.95 moko 14819:
14820: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14821: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14822: ^cache[...]{body}{catch code with $exception.cache field}
14823:
14824: 2003-11-12 paf
14825:
14826: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14827: [copy/paste bug]
14828:
14829: 2003-11-11 paf
14830:
14831: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14832: failed]
14833:
14834: 2003-11-10 paf
14835:
14836: * src/types/pa_vconsole.h: flush
14837:
1.211 moko 14838: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14839: src/types/Makefile.am, src/types/types.vcproj,
14840: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14841:
1.211 moko 14842: * operators.ru.txt, operators.txt: mysql: transaction support:
14843: ?autocommit=0
1.95 moko 14844:
1.211 moko 14845: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14846:
14847: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14848: serialize version and exipire now removes entries
14849:
1.211 moko 14850: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14851: altogether [and dir, if could]
1.95 moko 14852:
14853: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14854: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14855: removes files altogether [and dir, if could]
14856:
14857: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14858: nonexistent pair. .c coded that that was error. fixed
14859:
14860: * src/types/pa_vhashfile.C: sdbm: exception type change to
14861: file.access [regretfull can't split it to different exceptions
14862: without modifying sdbm source wich would prefer not to]
14863:
14864: 2003-11-07 paf
14865:
14866: * src/: classes/date.C, classes/file.C, classes/hash.C,
14867: classes/hashfile.C, classes/image.C, classes/table.C,
14868: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14869: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14870: main/execute.C, main/main.vcproj, main/pa_pool.C,
14871: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14872: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14873: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14874: destructing objects at request processing end
14875:
14876: 2003-11-06 paf
14877:
14878: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14879: updates
14880:
14881: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14882: to include sdbm
14883:
1.116 moko 14884: * src/include/: pa_config_includes.h, pa_version.h: our
14885: replacements of max& co only for cpp
1.95 moko 14886:
14887: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14888: upper dir, .am updated
14889:
14890: * tests/todo.txt: hashfile: done
14891:
1.211 moko 14892: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
14893: hashfile: clear & expiration [time in value. todo: move time to
14894: key]
1.95 moko 14895:
14896: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14897:
14898: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14899: to do that in foreach, no errors, but surely wrong]
14900:
1.211 moko 14901: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 14902: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14903:
1.211 moko 14904: * operators.ru.txt, operators.txt, src/classes/hash.C,
14905: src/classes/hashfile.C, src/types/pa_vhashfile.C,
14906: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 14907:
14908: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 14909: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
14910: hashfile: hash
1.95 moko 14911:
1.211 moko 14912: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
14913: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14914: tests/todo.txt: hashfile: delete
1.95 moko 14915:
14916: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14917: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14918: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14919: get/put [raw]
14920:
14921: * src/: classes/op.C, main/pa_os.C: just linked
14922:
14923: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14924: XmlException changes
14925:
14926: * src/: include/pa_charset.h, include/pa_globals.h,
14927: include/pa_stylesheet_connection.h, main/pa_exception.C:
14928: XmlException changes
14929:
14930: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14931:
14932: * src/: include/pa_common.h, include/pa_exception.h,
14933: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14934: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14935: main/pa_xml_exception.C: locking move to pa_os [along with
14936: pa_sleep] apr-impl locking done
14937:
1.211 moko 14938: * configure, configure.in, operators.ru.txt, operators.txt,
14939: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 14940: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14941: src/include/pa_exception.h, src/include/pa_globals.h,
14942: src/include/pa_memory.h, src/include/pa_version.h,
14943: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14944: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14945: src/main/compile.tab.C, src/main/main.vcproj,
14946: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14947: src/types/Makefile.am, src/types/pa_vhash.C,
14948: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14949: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14950: again with sdbm from apache
14951:
14952: 2003-11-05 paf
14953:
14954: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14955: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14956: \parser3project dir anymore
14957:
14958: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14959: thoughtlessly from xalan]
14960:
14961: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14962: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14963: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14964:
14965: * src/main/helpers/CaseFolding.txt:
14966: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14967:
14968: 2003-11-04 paf
14969:
1.211 moko 14970: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 14971:
14972: * src/classes/table.C: compiled on unix
14973:
1.116 moko 14974: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14975:
14976: * src/classes/mail.C: compiled on unix
14977:
1.211 moko 14978: * operators.ru.txt, operators.txt, src/classes/mail.C,
14979: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 14980: $.options[unix: string to append to sendmail command
14981: line]
14982:
1.211 moko 14983: * operators.ru.txt, operators.txt, src/classes/table.C,
14984: src/main/pa_string.C, tests/todo.txt: ^table.save[...
14985: $.separator[^#09] $.encloser["] <nothing> by default
14986:
14987: * operators.ru.txt, operators.txt, src/classes/table.C,
14988: tests/todo.txt: ^table::load !$.separator[^#09]
14989: !$.encloser["] <nothing> by default
1.95 moko 14990:
14991: 2003-11-03 paf
14992:
1.211 moko 14993: * operators.ru.txt, operators.txt, src/classes/table.C,
14994: src/main/pa_common.C: ^table::load[; options:
14995: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 14996:
1.211 moko 14997: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 14998: src/types/pa_vrequest.C: $request:document-root
14999:
15000: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15001: [already included into uri=xxx]
15002:
1.211 moko 15003: * operators.ru.txt, operators.txt, src/classes/image.C,
15004: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15005:
15006: * src/classes/date.C: minor precaution
15007:
1.211 moko 15008: * operators.ru.txt, operators.txt, src/classes/date.C:
15009: !^date::unix-timestamp()
1.95 moko 15010: !^date.unix-timestamp[]
15011:
15012: 2003-10-30 paf
15013:
1.211 moko 15014: * operators.ru.txt, operators.txt, src/classes/date.C,
15015: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15016: $date.hour
1.95 moko 15017:
15018: * src/classes/: date.C, image.C: improvement diagnostics:
15019: $now[^date::create[$undefined]] now is error
15020:
15021: * src/main/pa_common.C: read errors would now be reported 'actually
15022: read -1 bytes'
15023:
15024: 2003-10-24 paf
15025:
15026: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15027: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15028: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15029: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15030:
15031: 2003-10-22 paf
15032:
15033: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15034:
15035: 2003-10-21 paf
15036:
1.211 moko 15037: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15038: src/main/pa_string.C: fixed: string.match[g] without <'> option
15039: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15040:
15041: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15042: recoursion' message with intensive throw-catches fixed: incorrect
15043: name and line (one name upper then needed) in error message about
15044: problems inside try block
15045:
15046: 2003-10-10 paf
15047:
15048: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15049: check offset argument for validity did that in String::Body::pos
15050: myself http://i2/tasks/edit/?id=4577425257580789777
15051:
15052: 2003-10-07 paf
15053:
15054: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15055: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15056:
15057: 2003-10-03 paf
15058:
15059: * parser3.sln, src/include/pa_dictionary.h,
15060: src/main/pa_dictionary.C, src/main/pa_string.C,
15061: src/targets/cgi/parser3.vcproj: dictionary optimized by
15062: precalculating cstr&length
15063:
15064: 2003-10-02 paf
15065:
15066: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15067: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15068: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15069: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15070:
15071: 2003-09-30 paf
15072:
15073: * src/main/pa_string.C: string::replace bug fix [were ignoring
15074: occurrances after lang-mismatched
15075:
15076: 2003-09-29 paf
15077:
15078: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15079: helper
15080:
15081: * src/main/pa_string.C: string::serialize bug fix with
15082: zero-terminator
15083:
15084: * src/classes/table.C: ^nameless_table.save column row now has no
15085: \t at the end
15086:
15087: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15088: @postprocess now takes $response:body/download
15089:
15090: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15091: error message
15092:
15093: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15094:
15095: * src/classes/table.C: bugfix: flip: must produce nameless
15096: http://i2/tasks/edit/?id=4573405524674081244
15097:
15098: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15099: main/helpers/simple_folding.pl: utf-8 upper/lower
15100:
15101: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15102: to typo error http://i2/tasks/edit/?id=4573354650786434584
15103:
15104: 2003-09-26 paf
15105:
15106: * src/main/untaint.C: removed needless field
15107:
15108: * src/main/untaint.C: removed needless const
15109:
15110: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15111: String.for_each bug fixed [omited one-char cases]
15112:
15113: * src/include/pa_stack.h: bugfix: before collecting garbage,
15114: runtime-executor stack were cleared... BADLY
15115:
15116: * src/main/pa_string.C: ^stirng.replace code used old
15117: param-convention on langs.append, fixed that search fo the like,
15118: found none
15119:
15120: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15121: string::serialize/deserialize implemented Language enum assigned
15122: meaningful letters [more convinient for debugging. read warning
15123: before adding/changing anything]
15124:
15125: 2003-09-25 paf
15126:
15127: * src/: include/pa_string.h, include/pa_version.h,
15128: main/pa_string.C, main/untaint.C: templates and anonymous unions
15129: differences on unix
15130:
15131: * parser3.sln, src/classes/file.C, src/classes/image.C,
15132: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15133: src/classes/xdoc.C, src/classes/xnode.C,
15134: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15135: src/include/pa_charsets.h, src/include/pa_common.h,
15136: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15137: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15138: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15139: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15140: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15141: src/main/compile_tools.h, src/main/pa_charset.C,
15142: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15143: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15144: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15145: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15146: src/types/pa_vmail.C, src/types/pa_vmath.C,
15147: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15148: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15149:
15150: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15151: functions aligned to that of eeparser3 look
15152:
15153: * src/lib/cord/cordprnt.c: removed warnings
15154:
15155: 2003-09-24 paf
15156:
15157: * src/: classes/file.C, classes/image.C, classes/mail.C,
15158: classes/op.C, classes/xdoc.C, classes/xnode.C,
15159: include/pa_cache_managers.h, include/pa_charset.h,
15160: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15161: include/pa_sql_driver_manager.h, include/pa_string.h,
15162: include/pa_stylesheet_manager.h, include/pa_table.h,
15163: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15164: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15165: main/pa_sql_driver_manager.C, main/pa_string.C,
15166: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15167: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15168: types/pa_vstateless_class.h, types/pa_vstatus.C,
15169: types/pa_vxnode.C: v() functions of String::Body,
15170: String::Languages and String itself StringBody->String::Body
15171:
15172: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15173: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15174: never optimized anything. todo: somehow speed up harder cases:
15175: concatenationA+concatenationB when last block of A and first of B
15176: contain same letters
15177:
15178: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15179: lib/cord/include/cord.h: langs: speed up by joining adjucent
15180: blocks of same char [CORD_append_block]
15181:
15182: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15183: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15184: save space by extending blocks when appending block with c ==
15185: lastblock.c
15186:
15187: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15188: working yet :( but more working &understood :)
15189:
15190: * src/: classes/table.C, include/pa_string.h,
15191: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15192:
15193: 2003-09-23 paf
15194:
15195: * src/main/untaint.C: $a[ok!] $a works!
15196:
15197: * src/main/untaint.C: something even more works :)
15198:
15199: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15200: something more works :)
15201:
15202: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15203: lib/cord/cordxtra.c: something already works :)
15204:
15205: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15206: serialize&deserialize
15207:
15208: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15209: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15210: main/untaint.C: main idea implemented, details left
15211:
15212: 2003-09-22 paf
15213:
15214: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15215:
15216: * src/classes/xnode.C: copy/paste comment bugfix
15217:
15218: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15219: allocator returns 0, just die.
15220: http://i2/tasks/edit/?id=4570798492410259445
15221:
15222: * src/classes/xdoc.C: copy/paste comment bugfix
15223:
15224: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15225: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15226: xnode: getAttributeNS setAttributeNS removeAttributeNS
15227: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15228:
15229: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15230: chars due to bitwise operation signed-char error]
15231:
15232: 2003-09-19 paf
15233:
15234: * src/types/pa_wcontext.C: output message: more practical
15235: suggestion
15236:
1.211 moko 15237: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15238: $f[^file::load[binary;http://...]] $f.tables
15239:
15240: 2003-09-02 paf
15241:
15242: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15243: flush stdout without referencing 'stdout' symbol. to hell with
15244: non-ansi libraries without 'stdout' symbol
15245:
15246: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15247: unix (users reported problems with some old libc)
15248:
15249: * src/types/pa_vdate.h: forgot initializer
15250:
15251: 2003-09-01 paf
15252:
15253: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15254: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15255: zone]
15256:
15257: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15258:
15259: 2003-08-19 paf
15260:
15261: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15262: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15263: simplified a little
15264:
15265: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15266: [lost fix from 3.0.8]
15267:
15268: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15269: visible here }
15270:
15271: bug fix
15272:
15273: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15274:
15275: * src/main/compile.tab.C: initialized couple of variables about
15276: which user reported runtime problems when parser were compiled
15277: with VC7, warning level4. study shows that later in bison
15278: they've fixed that. would migrate to latest bison someday
15279:
15280: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15281: recoding headers)
15282:
15283: * src/types/pa_vmail.C: works as before, same charset problems:
15284: gmime recodes to UTF-8 only headers, not body. so not recoding
15285: anything for now
15286:
15287: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15288: problems with body
15289:
15290: * src/types/pa_vmail.C: mail_receive just compiled
15291:
15292: 2003-08-18 paf
15293:
15294: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15295: main/main.vcproj, types/types.vcproj: win32: continued process
15296: detaching from \parser3project directory
15297:
15298: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15299: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15300: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15301: src/lib/pcre/pcre_dftables.dsp,
15302: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15303: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15304: src/types/types.dsp: moved to MSVC 7
15305:
15306: * gnu.vcproj.vspscc, parser3.vssscc,
15307: src/classes/classes.vcproj.vspscc,
15308: src/lib/cord/cord.vcproj.vspscc,
15309: src/lib/ltdl/libltdl.vcproj.vspscc,
15310: src/lib/md5/md5.vcproj.vspscc,
15311: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15312: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15313: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15314: src/targets/isapi/parser3isapi.vcproj.vspscc,
15315: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15316: moved to MSVC 7
15317:
15318: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15319: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15320: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15321: src/lib/pcre/pcre_dftables.vcproj,
15322: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15323: src/targets/cgi/parser3.vcproj,
15324: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15325: new VS project files
15326:
15327: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15328: .NET to detect Jalindi Igloo capabilities.
15329:
15330: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15331: src/classes/classes.awk, src/doc/footer.htm,
15332: src/include/pa_config_fixed.h, src/include/pa_version.h,
15333: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15334: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15335: src/types/pa_vmail.C: merged 3.1.0 latest changes
15336:
15337: 2003-08-15 paf
15338:
15339: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15340: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15341:
15342: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15343: non-ascii <yyy> now encoded correctly
15344:
15345: 2003-07-29 paf
15346:
1.116 moko 15347: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15348: dist
1.95 moko 15349:
15350: * src/types/pa_vmail.C: just started --with-mail-receive
15351:
15352: 2003-07-28 paf
15353:
1.116 moko 15354: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15355: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15356:
15357: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15358:
15359: 2003-07-25 paf
15360:
15361: * src/doc/footer.htm: year
15362:
15363: 2003-07-24 paf
15364:
15365: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15366: fix
15367:
15368: * src/include/pa_version.h: release
15369:
1.116 moko 15370: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15371:
15372: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15373: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15374: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15375: getting rid of win32xml pseudo project
15376:
15377: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15378:
1.116 moko 15379: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15380: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15381: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15382: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15383: src/classes/classes.C, src/classes/classes.awk,
15384: src/classes/classes.dsp, src/classes/classes.h,
15385: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15386: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15387: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15388: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15389: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15390: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15391: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15392: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15393: src/include/pa_array.h, src/include/pa_cache_managers.h,
15394: src/include/pa_charset.h, src/include/pa_charsets.h,
15395: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15396: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15397: src/include/pa_dictionary.h, src/include/pa_dir.h,
15398: src/include/pa_exception.h, src/include/pa_exec.h,
15399: src/include/pa_globals.h, src/include/pa_hash.h,
15400: src/include/pa_memory.h, src/include/pa_opcode.h,
15401: src/include/pa_operation.h, src/include/pa_pool.h,
15402: src/include/pa_pragma_pack_begin.h,
1.95 moko 15403: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15404: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15405: src/include/pa_sapi.h, src/include/pa_socks.h,
15406: src/include/pa_sql_connection.h,
15407: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15408: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15409: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15410: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15411: src/include/pa_uue.h, src/lib/Makefile.am,
15412: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15413: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15414: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15415: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15416: src/lib/cord/include/ec.h,
15417: src/lib/cord/include/private/Makefile.am,
15418: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15419: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15420: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15421: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15422: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15423: src/main/compile_tools.C, src/main/compile_tools.h,
15424: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15425: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15426: src/main/pa_charsets.C, src/main/pa_common.C,
15427: src/main/pa_dictionary.C, src/main/pa_dir.C,
15428: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15429: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15430: src/main/pa_request.C, src/main/pa_socks.C,
15431: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15432: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15433: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15434: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15435: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15436: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15437: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15438: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15439: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15440: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15441: src/targets/isapi/parser3isapi.dsp,
15442: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15443: src/types/pa_junction.h, src/types/pa_method.h,
15444: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15445: src/types/pa_vclass.C, src/types/pa_vclass.h,
15446: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15447: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15448: src/types/pa_vdouble.h, src/types/pa_venv.h,
15449: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15450: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15451: src/types/pa_vimage.C, src/types/pa_vimage.h,
15452: src/types/pa_vint.h, src/types/pa_vjunction.h,
15453: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15454: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15455: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15456: src/types/pa_vobject.C, src/types/pa_vobject.h,
15457: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15458: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15459: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15460: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15461: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15462: src/types/pa_vstring.h, src/types/pa_vtable.C,
15463: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15464: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15465: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15466: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15467: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15468: HEAD
15469:
15470: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15471: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15472: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15473: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15474: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15475: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15476: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15477: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15478: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15479: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15480: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15481: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15482: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15483: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15484: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15485: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15486: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15487: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15488: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15489: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15490: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15491: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15492: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15493: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15494: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15495: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15496: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15497: outputs/create-dir, results/001.processed, results/002.processed,
15498: results/003.processed, results/004.processed,
15499: results/005.processed, results/006.processed,
15500: results/007.processed, results/008.processed,
15501: results/009.processed, results/010.processed,
15502: results/011.processed, results/012.processed,
15503: results/013.processed, results/014.processed,
15504: results/015.processed, results/016.processed,
15505: results/017.processed, results/018.processed,
15506: results/019.processed, results/020.processed,
15507: results/021.processed, results/022.processed,
15508: results/023.processed, results/024.processed,
15509: results/025.processed, results/026.processed,
15510: results/027.processed, results/028.processed,
15511: results/029.processed, results/030.processed,
15512: results/031.processed, results/032.processed,
15513: results/033.processed, results/034.processed,
15514: results/035.processed, results/036.processed,
15515: results/037.processed, results/038.processed,
15516: results/039.processed, results/040.processed,
15517: results/041.processed, results/042.processed,
15518: results/043.processed, results/044.processed,
15519: results/045.processed, results/046.processed,
15520: results/047.processed, results/048.processed,
15521: results/049.processed, results/050.processed,
15522: results/051.processed, results/052.processed,
15523: results/053.processed, results/054.processed,
15524: results/055.processed, results/056.processed,
15525: results/057.processed, results/058.processed,
15526: results/059.processed, results/060.processed,
15527: results/061.processed, results/062.processed,
15528: results/063.processed, results/064.processed,
15529: results/065.processed, results/066.processed,
15530: results/067.processed, results/068.processed,
15531: results/069.processed, results/070.processed,
15532: results/071.processed, results/072.processed,
15533: results/073.processed, results/074.processed,
15534: results/075.processed, results/076.processed,
15535: results/077.processed, results/078.processed,
15536: results/079.processed, results/080.processed,
15537: results/081.processed, results/082.processed,
15538: results/083.processed, results/084.processed,
15539: results/085.processed, results/086.processed,
15540: results/087.processed, results/088.processed,
15541: results/089.processed, results/090.processed,
15542: results/091.processed, results/092.processed,
15543: results/093.processed, results/094.processed,
15544: results/095.processed, results/096.processed,
15545: results/097.processed, results/098.processed,
15546: results/099.processed, results/100.processed,
15547: results/101.processed, results/102.processed,
15548: results/103.processed, results/104.processed,
15549: results/105.processed, results/106.processed,
15550: results/107.processed, results/108.processed,
15551: results/109.processed, results/110.processed,
15552: results/111.processed, results/112.processed,
15553: results/113.processed, results/114.processed,
15554: results/115.processed, results/116.processed,
15555: results/117.processed, results/118.processed,
15556: results/119.processed, results/120.processed,
15557: results/121.processed, results/122.processed,
15558: results/123.processed, results/124.processed,
15559: results/125.processed, results/126.processed,
15560: results/127.processed, results/128.processed,
15561: results/129.processed, results/130.processed,
15562: results/131.processed, results/132.processed,
15563: results/133.processed, results/134.processed,
15564: results/135.processed, results/136.processed,
15565: results/137.processed, results/138.processed,
15566: results/139.processed, results/140.processed,
15567: results/141.processed: merged(copied) to HEAD from template_gc
15568:
15569: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15570: towards \parser3project not having to be in root
15571:
15572: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15573: module compiled [were minor unnecessary changes in lib/md5
15574: interface]
15575:
15576: * src/include/pa_version.h: release
15577:
15578: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15579:
15580: * src/classes/math.C: merged uuid bugfix
15581:
15582: * tests/: 141.html, results/141.processed: fixed bug with
15583: too-small-a-buffer
15584:
15585: * src/classes/math.C: uuid bugfix
15586:
15587: * tests/: 141.html, Makefile, results/005.processed,
15588: results/030.processed, results/075.processed,
15589: results/078.processed: to reflect date format change (were -
15590: become ' ')
15591:
15592: * src/classes/math.C: uuid bugfix
15593:
15594: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15595: debug/release changes
15596:
15597: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15598:
15599: 2003-07-23 paf
15600:
15601: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15602: renamed a little [to move to comman naming conv]
15603:
1.116 moko 15604: * src/targets/Makefile.am: apache13 splitted to simplify apache
15605: build
1.95 moko 15606:
15607: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15608: main/pa_request.C, main/pa_sql_driver_manager.C,
15609: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15610: stack top_index() fixed
15611:
15612: * src/main/pa_globals.C: minor style changes
15613:
15614: * src/: classes/op.C, include/pa_sql_connection.h: connection
15615: closing/caching fixed [connections were not closed/put to cache]
15616:
15617: 2003-07-22 paf
15618:
15619: * INSTALL: gc part updated stightly
15620:
15621: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15622: new sapi interface
15623:
15624: * src/classes/file.C: comment on OS
15625:
15626: * src/main/pa_string.C: removed reduntant invariant check [there is
15627: one deeper in cord lib]
15628:
15629: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15630:
15631: * src/main/pa_memory.C: out of memory is no longer coredump
15632:
15633: * INSTALL: disable-threads adviced
15634:
15635: 2003-07-21 paf
15636:
1.116 moko 15637: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15638:
15639: * src/classes/file.C: file::exec/cgi environment variables now must
15640: be UPPERCASE and A-Z 0-9 _-
15641:
15642: * src/classes/file.C: env passing fixed
15643:
15644: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15645:
15646: * src/main/pa_common.C: http:// CRLF now
15647:
15648: 2003-07-02 paf
15649:
1.211 moko 15650: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15651: $memory:status fields to reflect their real meaning
1.95 moko 15652:
15653: 2003-06-27 paf
15654:
15655: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15656: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15657: file::exec/cgi .charset
15658:
15659: 2003-06-26 paf
15660:
15661: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15662: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15663: src/classes/table.C: fixed several uninitialized local
15664: structures. notably ^hash.foreach now inserts delimiters
15665: properly [were inserting it before first body]
15666:
15667: 2003-06-24 paf
15668:
15669: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15670:
15671: 2003-06-20 paf
15672:
1.211 moko 15673: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15674: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15675: $f[^file::load[binary;http://...]] $f.tables
15676:
15677: 2003-06-06 paf
15678:
15679: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15680: table. [were method lookup: inconsistent]
15681:
15682: 2003-06-02 paf
15683:
15684: * src/include/pa_memory.h: empty string clone fixed to return
15685: writable memory
15686:
15687: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15688: were not appended] which violated string invariant
15689:
15690: 2003-05-30 paf
15691:
15692: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15693: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15694:
15695: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15696: GMT ; RFC 822, updated by RFC 1123
15697:
15698: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15699: targets/isapi/parser3isapi.C: initialized request_info properly
15700:
15701: * src/classes/xnode.C: found minor bug, commended for future
15702:
15703: 2003-05-28 paf
15704:
15705: * src/classes/form.C: request_info.content_length can't be <0,
15706: size_t for some time
15707:
15708: 2003-05-26 paf
15709:
15710: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15711: forgotten <0 changed to !=STRING_NOT_FOUND
15712:
15713: * src/classes/math.C: merged ffffu from HEAD
15714:
15715: 2003-05-11 paf
15716:
15717: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15718:
15719: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15720: premature doc free. transformed document had xmlDoc reference
15721: stored to non-gc-memory (libgdome) added holding-reference
15722:
15723: 2003-04-29 paf
15724:
15725: * src/main/pa_globals.C: started digging on double free. on win32
15726: found that that's perfectly normal.
15727:
15728: 2003-04-25 paf
15729:
15730: * src/classes/table.C: table.join bug fix [bad limit check]
15731:
15732: * src/classes/math.C: merged from HEAD: simpiler hash_string
15733:
15734: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15735: print anything. changed to quicker and simplier code
15736:
15737: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15738: strict a check]
15739:
15740: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15741:
15742: 2003-04-24 paf
15743:
15744: * src/include/pa_table.h: too strict assert loosened
15745:
15746: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15747: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15748: report
15749:
15750: 2003-04-21 paf
15751:
1.116 moko 15752: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15753:
15754: * src/main/pa_globals.C: pcre memory management changed to use GC
15755: memory
15756:
15757: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15758: xmlMallocAtomic [author agreed to my suggestion], used that
15759:
15760: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15761:
15762: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15763: types/pa_vmail.C: attributed_meaning_to_string added
15764: L_UNSPECIFIED piece which was sortof OK, but violated string
15765: invariant [assertion barked on that] changed to L_PASS_APPEND,
15766: made that param obligatory
15767:
15768: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15769: fixed [assert helped]
15770:
15771: * src/include/pa_string.h: assert added [looking for bug]
15772:
15773: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15774: names on Win32 considered disk-global
15775:
15776: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15777: considered disk-global
15778:
15779: 2003-04-18 paf
15780:
15781: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15782: filenames
15783:
15784: * src/main/untaint.C: enabled '~' letter in filenames
15785:
15786: 2003-04-16 paf
15787:
15788: * src/classes/file.C: small bug introduced in autoptr times fixed
15789:
15790: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15791: HEAD
15792:
1.116 moko 15793: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15794:
15795: 2003-04-15 paf
15796:
1.211 moko 15797: * operators.ru.txt, operators.txt, src/classes/math.C,
15798: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15799: tests/results/141.processed: merged from head ^math:uuid[]
15800: ^math:uid64[] ^math:md5[string]
15801:
15802: test added: 141.html
15803:
1.211 moko 15804: * operators.ru.txt, operators.txt, src/classes/math.C:
15805: ^math:uid64[]
1.95 moko 15806:
15807: * src/classes/math.C: ^math:uuid[]
15808:
1.211 moko 15809: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15810:
1.211 moko 15811: * operators.ru.txt, operators.txt, src/classes/math.C,
15812: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15813: 16-byte digest
15814:
15815: * operators.ru.txt, operators.txt, src/classes/file.C,
15816: src/include/pa_common.h, src/include/pa_config_fixed.h,
15817: src/main/pa_common.C: ^file::load[mode;name; $.offset
15818: $.limit
1.95 moko 15819:
15820: 2003-04-14 paf
15821:
15822: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15823: started ^math:md5
15824:
15825: * src/classes/table.C, src/include/pa_array.h,
15826: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15827: tests/results/140.processed: table $.reverse option works in
15828: create&co table $.distinct[tables] bug fix merged
15829:
15830: * src/: classes/table.C, include/pa_table.h: table
15831: $.distinct[tables] bug fixed
15832:
15833: * src/classes/table.C: more warnings
15834:
15835: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15836: removed checks in table::set_current, moved them back to
15837: table::locate implemented table::create/join ñ $.reverse
15838:
15839: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15840: removed checks in table::set_current, moved them back to
15841: table::locate
15842:
15843: 2003-04-11 paf
15844:
1.211 moko 15845: * operators.ru.txt, operators.txt, src/classes/date.C,
15846: src/classes/table.C, src/include/pa_array.h,
15847: src/include/pa_common.h, src/include/pa_config_includes.h,
15848: src/include/pa_string.h, src/include/pa_table.h,
15849: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15850: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15851: before_append_array_limit_sense_change to
15852: after_append_array_limit_sense_change
15853:
15854: * src/classes/table.C: typo
15855:
1.211 moko 15856: * operators.ru.txt, operators.txt, src/classes/date.C,
15857: src/classes/table.C, src/include/pa_array.h,
15858: src/include/pa_common.h, src/include/pa_config_includes.h,
15859: src/include/pa_globals.h, src/include/pa_table.h,
15860: src/main/pa_array.C, src/main/pa_globals.C,
15861: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15862: src/main/pa_string.C, src/main/pa_table.C:
15863: append_array_limit_sense_change locate accepts options same as
15864: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15865:
15866: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15867: (stat xxx,
15868:
15869: * src/classes/: table.C: typo
15870:
15871: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15872: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15873: results/130.processed, results/131.processed,
15874: results/132.processed, results/133.processed,
15875: results/134.processed, results/135.processed,
15876: results/136.processed, results/137.processed,
15877: results/138.processed, results/139.processed: added few mustfail
15878: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15879: date/time 132.html mustfail: access to junction outside of
15880: context 133.html mustfail: access to junction outside of context,
15881: case version 134.html mustfail: hash: adding a key inside of
15882: foreach 135.html mustfail: modifying system class 136.html
15883: mustfail: $.name outside of $hash[here] 137.html mustfail:
15884: appendChild without import 138.html mustfail: invalid encoding
15885: inside of xml 139.html mustfail: bad XPath
15886:
1.211 moko 15887: * operators.ru.txt, operators.txt, src/classes/table.C,
15888: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
15889: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15890: tests/results/126.processed, tests/results/127.processed,
15891: tests/results/128.processed, tests/results/129.processed: merged
15892: from HEAD ^table.hash[key][$.distinct[tables]]
15893:
15894: maked appropriate tests [changed one old nonconforming]
15895:
1.211 moko 15896: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 15897: ^table.hash[key][$.distinct[tables]]
15898:
15899: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15900: merged fix for found very old xml (dom) bug: were passing
15901: domString objects and later ERROREOUSLY freed them
15902:
15903: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15904: src/main/pa_charset.C: re-added libgdome patch. regretfully
15905: libgdome bug can not be worked around
15906:
15907: 2003-04-10 paf
15908:
15909: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15910: found very old xml (dom) bug: were passing domString objects and
15911: later ERROREOUSLY freed them
15912:
15913: * src/doc/string.dox, src/include/pa_memory.h,
15914: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15915: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15916: tests/123.html, tests/124.html, tests/results/001.processed,
15917: tests/results/002.processed, tests/results/003.processed,
15918: tests/results/004.processed, tests/results/005.processed,
15919: tests/results/006.processed, tests/results/008.processed,
15920: tests/results/009.processed, tests/results/010.processed,
15921: tests/results/011.processed, tests/results/012.processed,
15922: tests/results/013.processed, tests/results/014.processed,
15923: tests/results/015.processed, tests/results/016.processed,
15924: tests/results/017.processed, tests/results/018.processed,
15925: tests/results/020.processed, tests/results/021.processed,
15926: tests/results/022.processed, tests/results/023.processed,
15927: tests/results/024.processed, tests/results/025.processed,
15928: tests/results/026.processed, tests/results/027.processed,
15929: tests/results/028.processed, tests/results/029.processed,
15930: tests/results/030.processed, tests/results/031.processed,
15931: tests/results/032.processed, tests/results/033.processed,
15932: tests/results/034.processed, tests/results/035.processed,
15933: tests/results/036.processed, tests/results/037.processed,
15934: tests/results/038.processed, tests/results/039.processed,
15935: tests/results/040.processed, tests/results/041.processed,
15936: tests/results/042.processed, tests/results/043.processed,
15937: tests/results/044.processed, tests/results/045.processed,
15938: tests/results/046.processed, tests/results/047.processed,
15939: tests/results/048.processed, tests/results/049.processed,
15940: tests/results/050.processed, tests/results/051.processed,
15941: tests/results/052.processed, tests/results/053.processed,
15942: tests/results/054.processed, tests/results/055.processed,
15943: tests/results/056.processed, tests/results/057.processed,
15944: tests/results/058.processed, tests/results/059.processed,
15945: tests/results/060.processed, tests/results/061.processed,
15946: tests/results/062.processed, tests/results/063.processed,
15947: tests/results/064.processed, tests/results/065.processed,
15948: tests/results/066.processed, tests/results/067.processed,
15949: tests/results/068.processed, tests/results/069.processed,
15950: tests/results/070.processed, tests/results/071.processed,
15951: tests/results/072.processed, tests/results/073.processed,
15952: tests/results/074.processed, tests/results/075.processed,
15953: tests/results/076.processed, tests/results/077.processed,
15954: tests/results/078.processed, tests/results/079.processed,
15955: tests/results/080.processed, tests/results/081.processed,
15956: tests/results/082.processed, tests/results/083.processed,
15957: tests/results/084.processed, tests/results/085.processed,
15958: tests/results/086.processed, tests/results/087.processed,
15959: tests/results/088.processed, tests/results/089.processed,
15960: tests/results/090.processed, tests/results/091.processed,
15961: tests/results/092.processed, tests/results/093.processed,
15962: tests/results/094.processed, tests/results/095.processed,
15963: tests/results/096.processed, tests/results/097.processed,
15964: tests/results/101.processed, tests/results/102.processed,
15965: tests/results/104.processed, tests/results/105.processed,
15966: tests/results/106.processed, tests/results/107.processed,
15967: tests/results/108.processed, tests/results/109.processed,
15968: tests/results/110.processed, tests/results/111.processed,
15969: tests/results/112.processed, tests/results/113.processed,
15970: tests/results/114.processed, tests/results/115.processed,
15971: tests/results/116.processed, tests/results/117.processed,
15972: tests/results/118.processed, tests/results/119.processed,
15973: tests/results/120.processed, tests/results/121.processed,
15974: tests/results/122.processed, tests/results/123.processed,
15975: tests/results/124.processed: new convention: char* never 0.
15976: assert in cord on that
15977:
15978: * src/main/pa_charset.C: couple more asserts
15979:
15980: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15981: speedup
15982:
15983: * src/main/pa_charset.C: couple assertions on fantastic situations
15984: added [may be those is the case now?]
15985:
15986: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15987: that's memory from gc_malloc, not from g_malloc :(, but would
15988: hope]
15989:
15990: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15991: that's memory from gc_malloc, not from g_malloc :(, but would
15992: hope]
15993:
15994: * src/main/pa_charset.C: checked custom malloc for returning 0
15995:
15996: 2003-04-09 paf
15997:
15998: * src/classes/date.C: merged ^date.roll changes
15999:
16000: * src/classes/date.C: ^date.roll bug fix
16001:
16002: * src/classes/date.C: ^date.roll now throws less errors: month
16003: shifts handles end of month situation by reducing day number
16004: hour-hole shift reduces hour to recover
16005:
16006: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16007: Sort by function time
16008:
1.211 moko 16009: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16010: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16011:
16012: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16013: added [after volatile fix. passes on win&intel-solaris]
16014:
16015: 2003-04-08 paf
16016:
16017: * src/: classes/file.C, classes/op.C, classes/table.C,
16018: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16019: include/pa_common.h, include/pa_request_charsets.h,
16020: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16021: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16022: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16023: types/pa_vresponse.C: started http:// $.charset[] param and
16024: http response charset detection just compiled. todo:test
16025:
16026: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16027:
16028: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16029: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16030: types/pa_vmail.C: changed transcode param converntion along with
16031: string creating convention -- all strings are zero-terminated,
16032: this allowed to fix one remaining String("123", 2) case
16033:
16034: * src/: classes/date.C, classes/file.C, classes/hash.C,
16035: classes/op.C, classes/string.C, classes/table.C,
16036: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16037: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16038: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16039: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16040: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16041: violated String::invariant. started fixing [not compiled now]
16042:
16043: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16044: main/compile.tab.C, main/compile.y, main/pa_string.C,
16045: main/untaint.C, targets/cgi/parser3.C: number of string style
16046: improvements & optimizations
16047:
16048: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16049: :(]
16050:
16051: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16052: [for it's a pointer really]
16053:
16054: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16055: 'n' param. worked that around
16056:
16057: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16058: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16059: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16060: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16061: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16062:
16063: Thanks for the bug report and patch.
16064:
16065: I hadn't looked at this code in a while. Reading it now, it
16066: seems to me that the tests should also be ">= MAX_DEPTH" to
16067: comply with the invariant, though that may not matter a lot. I
16068: changed that, too.
16069:
16070: Hans
16071:
16072: 2003-04-07 paf
16073:
16074: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16075: merged from head:safe mode error message now includes numbers
16076:
16077: * src/main/execute.C: n-th attempt to make a=a work with double.
16078: problem: as_double returns it's result in fp-register compiler
16079: optimizes access to that register after b->as_double, and just
16080: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16081: from memory. _SAME_ double values do not match here. when
16082: forced to REload fp-register, values do match.
16083:
16084: tried to make them volatile.
16085:
16086: * src/main/execute.C: n-th attempt to make a=a work with double.
16087: problem: as_double returns it's result in fp-register compiler
16088: optimizes access to that register after b->as_double, and just
16089: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16090: from memory. _SAME_ double values do not match here. when
16091: forced to REload fp-register, values do match.
16092:
16093: tried to make them volatile.
16094:
16095: * src/types/pa_vobject.h: small style change
16096:
16097: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16098:
16099: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16100: mode error message now includes numbers
16101:
16102: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16103: now causes death
16104:
16105: 2003-04-04 paf
16106:
16107: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16108: incorportated pa_exec patch by From: "Victor Fedoseev"
16109: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16110: Sent: Thursday, January 23, 2003 9:14 AM
16111:
16112: huge speedup on ^file::cgi with big result
16113:
16114: * src/classes/table.C: sort table with 0 rows bug fixed
16115:
16116: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16117: fix http://i2/tasks/edit/?id=4493701604654042676
16118:
16119: @main[] $with_default[ $.a[1] $._default[default from
16120: with_default] ] ^show[$with_default]
16121:
16122: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16123: =$to_add_to.xxx=<br>
16124:
16125: ^show[$to_add_to]
16126:
16127: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16128: ^show[$cloned]
16129:
16130: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16131:
16132: } <hr>
16133:
16134: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16135: http://i2/tasks/edit/?id=4493701604654042676
16136:
16137: @main[] $with_default[ $.a[1] $._default[default from
16138: with_default] ] ^show[$with_default]
16139:
16140: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16141: =$to_add_to.xxx=<br>
16142:
16143: ^show[$to_add_to]
16144:
16145: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16146: ^show[$cloned]
16147:
16148: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16149:
16150: } <hr>
16151:
16152: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16153: http://i2/tasks/edit/?id=4507350336410850921
16154:
16155: * src/classes/xdoc.C: memory allocation func bugfix
16156: http://i2/tasks/edit/?id=4499303470368629745
16157:
16158: * src/classes/math.C: allowed random 1...
16159:
16160: * src/classes/math.C: allowed random 0..
16161:
16162: * src/main/pa_globals.C: exif mem leak
16163: http://i2/tasks/edit/?id=4480590323629807263
16164:
16165: * src/: classes/classes.dsp, main/main.dsp,
16166: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16167: fix http://i2/tasks/edit/?id=4493946731322521294
16168: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16169:
16170: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16171: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16172: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16173: links to xml libs made relative, no need to unpack parser3project
16174: to /parser3project.
16175:
16176: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16177: column more precise - tab handling bug fixed
16178:
16179: * src/main/: compile.tab.C, compile.y: more understandable error
16180: message in case @CLASS with more then one line inside
16181:
16182: * src/targets/cgi/parser3.C: more understandable error message in
16183: case of errors in @unhandled_exception
16184:
16185: 2003-04-03 paf
16186:
16187: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16188: src/main/compile.tab.C, src/main/compile.y,
16189: src/main/compile_tools.C, src/main/compile_tools.h,
16190: src/main/execute.C, src/main/pa_request.C: debug info format
16191: simplified, now it's: OP_VALUE Operation::Origin << here value*
16192:
16193: higher limits: file number (max: 255) line number (max:
16194: 64535) column number (max: 255)
16195:
16196: * src/classes/math.C: top limit
16197:
16198: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16199: precise parse error position in case of
16200:
16201: ^bug ]
16202:
16203: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16204: changed to realities, and passed [bug fixed]
16205:
16206: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16207: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16208: main/compile_tools.h, main/pa_request.C: introducing
16209: ^process...[main-method-alias]
16210:
16211: * src/: classes/date.C, classes/image.C, classes/op.C,
16212: classes/string.C, classes/table.C, classes/xdoc.C,
16213: types/pa_vmethod_frame.h: MethodParams& now [methods without
16214: params receive zero reference, but they are expected not to look
16215: there]
16216:
1.211 moko 16217: * operators.ru.txt, operators.txt, src/classes/date.C,
16218: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16219: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16220: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16221: src/classes/response.C, src/classes/string.C,
16222: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16223: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16224: src/types/pa_method.h: MethodParams& now [methods without params
16225: receive zero reference, but they are expected not to look there]
16226:
16227: * operators.ru.txt, operators.txt, src/classes/op.C,
16228: src/include/pa_request.h, src/main/pa_request.C,
16229: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16230: better error reporting [file/line/col]
1.95 moko 16231:
16232: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16233: types/pa_vstring.h: slightly improved error messages text: 1. is
16234: '%s', it 2. method undefined in case of ^void[]
16235:
16236: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16237: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16238: handling done. now we have error columns todo: test it
16239:
16240: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16241: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16242:
16243: this makes life easier: were: bad stack order -- were in
16244: exception catch unwind order, which didn't match execution order
16245:
16246: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16247:
16248: @first[] ^throw[a;1]
16249:
16250: showed throw a first throw b try
16251:
16252: which is no good
16253:
16254: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16255: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16256: trace reset after handled exception [old bug fixed]
16257:
16258: * src/main/: compile.tab.C, compile.y: parse position old bug
16259: fixed. position reporting made precise [both, in parse erros and
16260: runtime errors]
16261:
16262: 2003-04-02 paf
16263:
16264: * src/: include/pa_operation.h, include/pa_request.h,
16265: main/compile.C, main/compile.tab.C, main/compile.y,
16266: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16267: main/pa_exception.C, main/pa_request.C: debug info: started
16268: using. todo:complete
16269:
16270: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16271: main/compile.C, main/compile.tab.C, main/compile.y,
16272: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16273: main/pa_request.C: prepared debug info todo:use it
16274:
16275: * src/include/pa_operation.h: strange mistake fixed: forgot to
16276: return Operation class->union after switching from autoptrs.
16277:
16278: * tests/: Makefile, results/108.processed, results/117.processed:
16279: meta considered OK [it's up to coder now to remove it not needed]
16280:
16281: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16282: Dictionary constructor when moved to gc]
16283:
16284: * src/main/pa_common.C: uncommented http:// file loading
16285:
16286: * src/include/pa_array.h, src/main/execute.C,
16287: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16288: fix [gdGrowingBuf]
16289:
16290: * configure.in, src/lib/Makefile.am: removed patches
16291:
16292: * configure, src/include/pa_config_auto.h.in,
16293: src/main/pa_charset.C: --enable-assertions autoconf-ed
16294:
16295: * src/main/pa_common.C: uncommented http:// file loading
16296:
16297: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16298: xdoc::create/load
16299:
16300: * src/: classes/form.C, classes/hash.C, classes/image.C,
16301: classes/string.C, classes/table.C, classes/void.C,
16302: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16303: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16304: String::String(str,helper_length) are checked. found/fixed one
16305: place: $request:body now zero-terminated,
16306:
16307: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16308: main/compile_tools.C, main/execute.C, types/pa_value.h,
16309: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16310: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16311: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16312: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16313: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16314: types/pa_vxnode.h: more locally scoped vars in execute (more
16315: easily optimizable)
16316:
16317: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16318: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16319:
16320: * src/: include/pa_array.h, include/pa_stack.h,
16321: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16322: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16323: become assertion iterator in methodframe filler
16324:
16325: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16326: targets/cgi/parser3.C: array::get/put inlined
16327:
16328: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16329: gc_substitute_memory_management_functions +installed CORD_oom
16330: function
16331:
16332: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16333: src/include/pa_config_includes.h, src/include/pa_string.h,
16334: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16335: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16336: assertions started configure.in --enable-assertions
16337:
16338: 2003-04-01 paf
16339:
16340: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16341: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16342: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16343: gdome uses glib memory, and stores last pointer to xmlDoc there,
16344: gc misses that and collects valid memory fixed by remembering
16345: xmlDoc from dom object in xdoc. todo: do something with
16346: premature free of xdoc with xnodes/node values referring into it
16347:
16348: * src/classes/: mail.C: typo fix
16349:
16350: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16351: changes
16352:
16353: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16354: main/pa_memory.C: moved memory debugging to global level: to
16355: pa_gc_malloc
16356:
16357: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16358: debugging showed no errors. todo: debug parser memory
16359:
16360: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16361: configurations
16362:
16363: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16364: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16365: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16366: types/types.dsp: prepared xml-static configuration
16367:
16368: 2003-03-31 paf
16369:
16370: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16371: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16372: xml lib memory debugging, simple checks failed: it seems that
16373: library does realloc(bad ptr), and recording those ptrs in heap
16374: [for debugging] was bad: heap situation changes = everything
16375: works fine
16376:
16377: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16378: xmlRegisterCharEncodingHandler limitation [currently imposed
16379: limit of 10 user-defined charsets]
16380:
16381: 2003-03-28 paf
16382:
16383: * src/main/execute.C: execution stack copied to local register
16384: variable, removed lots [~2e7) of memory accesses
16385:
16386: 2003-03-27 paf
16387:
16388: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16389: works in debug, but fails in release todo: fix that
16390:
16391: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16392: targets/cgi/parser3.C: forgot to merge XML memory funcs
16393: replacement from gc branch
16394:
16395: * src/main/pa_exec.C: introducing append_help_length [radical
16396: improvement here]
16397:
16398: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16399: 'not recommened' in gc.h, on win32 noticed no difference]
16400:
16401: * src/include/pa_array.h: returned checked array get [were disabled
16402: for debugging] result:not slower [don't understand that, it were
16403: INLINED] todo: find out a way of inlining it!
16404:
16405: * src/: include/pa_string.h, lib/gc/include/gc.h,
16406: lib/gc/include/gc_fake.h, main/compile.tab.C,
16407: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16408: convention changed: all resulting strings are zero-terminated
16409:
16410: * src/: classes/date.C, classes/file.C, classes/hash.C,
16411: classes/string.C, classes/table.C, classes/void.C,
16412: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16413: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16414: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16415: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16416: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16417: types/pa_vfile.C, types/pa_vmail.C: introducing
16418: append_help_length [radical improvement here]
16419:
16420: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16421: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16422: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16423: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16424: even slower
16425:
16426: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16427: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16428: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16429: clients of &get(): most to use non-ref version, some[in tight
16430: places] to get_unchecked_ref
16431:
16432: * src/doc/memory.dox: forgot to add
16433:
16434: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16435: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16436: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16437: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16438: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16439: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16440: targets/cgi/parser3.dsp, types/pa_vmail.C,
16441: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16442: T>>&<< removed after Stack::pop wiping removed [moved to separate
16443: func] other Array & removed
16444:
16445: 2003-03-26 paf
16446:
16447: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16448: classes/table.C, include/pa_array.h, include/pa_charset.h,
16449: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16450: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16451: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16452: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16453: main/pa_exec.C, main/pa_sql_driver_manager.C,
16454: main/pa_stylesheet_manager.C, main/pa_table.C,
16455: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16456: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16457: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16458: pre-evaluated .count() in some places
16459:
16460: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16461: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16462: types/types.dsp: .dsp profiling updated
16463:
16464: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16465: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16466: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16467:
16468: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16469: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16470: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16471: use lib/gc,lib/cord
16472:
1.116 moko 16473: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16474: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16475: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16476: src/include/pa_config_includes.h, src/include/pa_request.h,
16477: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16478: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16479: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16480: src/lib/cord/include/Makefile.am,
1.116 moko 16481: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16482: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16483: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16484: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16485: src/types/pa_vform.h, src/types/pa_vhash.h,
16486: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16487: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16488: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16489: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16490: funcs ported pa_exec
1.95 moko 16491:
16492: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16493:
16494: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16495: bundled gc includes
16496:
16497: * src/: classes/op.C, include/pa_array.h,
16498: include/pa_sql_connection.h, include/pa_string.h,
16499: include/pa_version.h, main/compile.tab.C, main/compile.y,
16500: main/execute.C, main/pa_common.C, main/pa_exception.C,
16501: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16502: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16503: first real site (aval)]
16504:
16505: 2003-03-25 paf
16506:
1.211 moko 16507: * operators.ru.txt, operators.txt,
16508: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16509: $status.memory used free since_compact process
1.95 moko 16510:
16511: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16512: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16513:
16514: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16515:
16516: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16517: src/types/pa_value.h, src/types/pa_vfile.h,
16518: src/types/pa_vobject.C, src/types/pa_vobject.h,
16519: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16520: tests/results/121.processed: untaint.C L_URI
16521:
1.211 moko 16522: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16523: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16524: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16525: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16526:
16527: * tests/results/109.processed: it was a bug in parser. updated 109
16528: test result
16529:
16530: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16531:
16532: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16533: tests/results/107.processed: fixed dom language [values are now
16534: considered tainted. it was a bug in parser. updated 107 test
16535: result
16536:
16537: * src/classes/xdoc.C: fixed transform params
16538:
16539: * src/: include/pa_stylesheet_manager.h,
16540: main/pa_stylesheet_manager.C: fixed stylesheet caching
16541:
16542: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16543: overloads for structure handling
16544:
16545: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16546: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16547: StringBody(0) ambiguilty, introducting static
16548: StringBody::Format(int)
16549:
16550: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16551: linked
16552:
16553: * src/types/pa_vxdoc.C: vxdoc compiled
16554:
16555: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16556: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16557: finalizers isntalled
16558:
16559: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16560: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16561: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16562: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16563: compiled todo: xnode.C / finalizers
16564:
16565: * src/doc/string.dox: updated: new string internals
16566:
16567: 2003-03-24 paf
16568:
16569: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16570: include/pa_charset.h, include/pa_config_fixed.h,
16571: include/pa_request.h, include/pa_stylesheet_connection.h,
16572: include/pa_stylesheet_manager.h, main/pa_charset.C,
16573: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16574: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16575: types/pa_vxnode.h: started XML
16576:
16577: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16578:
16579: * src/: classes/file.C, classes/image.C, classes/mail.C,
16580: include/pa_string.h, main/pa_common.C,
16581: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16582:
16583: * src/: classes/file.C, classes/image.C, classes/mail.C,
16584: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16585: main/pa_request.C, main/pa_sql_driver_manager.C,
16586: types/pa_vimage.h: size_t pos everywhere checks changed to check
16587: for eq STRING_NOT_FOUND
16588:
16589: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16590: optimize bit implemented
16591:
16592: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16593: String::ArrayFragment::append_positions fixed
16594:
16595: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16596: String::this_starts fixed
16597:
16598: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16599:
16600: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16601: hashcode implemented fully, including per-char callback [it can
16602: be - substr CORD node]
16603:
16604: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16605: rewritten to rewalloc with 100byte buf ahead
16606:
16607: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16608: src/include/pa_string.h, src/main/compile.tab.C,
16609: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16610: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16611: CORD_ec [bad] would rewrite as realloc now
16612:
16613: * src/: classes/date.C, classes/file.C, classes/form.C,
16614: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16615: include/pa_cache_managers.h, include/pa_charsets.h,
16616: include/pa_common.h, include/pa_request.h,
16617: include/pa_sql_driver_manager.h, include/pa_table.h,
16618: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16619: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16620: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16621: types/pa_vmail.C, types/pa_vmethod_frame.C,
16622: types/pa_vstateless_class.h: 2*2 worked :)
16623:
16624: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16625: src/include/pa_exec.h, src/include/pa_string.h,
16626: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16627: passed OK
16628:
16629: * src/: classes/hash.C, classes/string.C, classes/table.C,
16630: types/pa_value.C: all linked todo: debug
16631:
16632: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16633: types/pa_vstateless_class.C: all compiled. todo:link
16634:
16635: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16636:
16637: * src/types/pa_vtable.C: pa_vtable.C compiled
16638:
16639: * src/types/pa_vstring.C: pa_vstring.C compiled
16640:
16641: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16642:
16643: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16644: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16645: pa_vstateless_class.C, pa_vstateless_class.h:
16646: pa_vstateless_class.C compiled
16647:
16648: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16649: types/pa_vmath.C: pa_vmail.C compiled
16650:
16651: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16652:
16653: * src/types/pa_vform.C: pa_vform.C compiled
16654:
16655: * src/types/pa_vfile.C: pa_vfile.C compiled
16656:
16657: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16658: pa_vstateless_class.C: pa_vcookie.C compiled
16659:
16660: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16661: types/pa_vhash.h: pa_value.C compiled
16662:
16663: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16664: classes.lib main.lib compiled
16665:
16666: * src/classes/void.C: void.C compiled
16667:
16668: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16669: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16670: compiled
16671:
16672: * src/: classes/string.C, include/pa_request.h,
16673: include/pa_string.h, main/pa_string.C: string.C compiled
16674:
16675: * src/: classes/op.C, classes/string.C, classes/table.C,
16676: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16677: main/pa_request.C, main/pa_string.C: op.C compiled
16678:
16679: * src/classes/: math.C, op.C: math.C compiled
16680:
16681: * src/: classes/mail.C, classes/string.C, classes/table.C,
16682: types/pa_vmail.h: mail.C compiled
16683:
16684: * src/classes/: int.C, table.C: int.C compiled
16685:
16686: * src/: classes/hash.C, classes/image.C, classes/string.C,
16687: classes/table.C, include/pa_memory.h, include/pa_string.h,
16688: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16689: compiled
16690:
16691: * src/: classes/hash.C, classes/string.C, classes/table.C,
16692: classes/void.C, classes/xdoc.C, include/pa_request.h,
16693: include/pa_sql_connection.h: hash.C compiled
16694:
16695: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16696: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16697: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16698: classes/math.C, classes/op.C, classes/response.C,
16699: classes/string.C, classes/table.C, classes/void.C,
16700: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16701: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16702: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16703: file.C table.C compiled
16704:
16705: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16706: main/untaint.C: main.lib compiled
16707:
16708: 2003-03-21 paf
16709:
16710: * src/: classes/op.C, include/pa_cache_managers.h,
16711: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16712: include/pa_stylesheet_manager.h, main/pa_exception.C,
16713: main/pa_globals.C, main/pa_sql_driver_manager.C,
16714: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16715: compiled
16716:
16717: * src/: classes/hash.C, classes/image.C, classes/op.C,
16718: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16719: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16720: main/compile.C, main/pa_common.C, main/pa_request.C,
16721: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16722: pa_request.C compiled
16723:
16724: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16725: include/pa_request.h, main/execute.C, main/pa_request.C,
16726: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16727: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16728: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16729: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16730: compiled
16731:
16732: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16733: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16734: on unix
16735:
16736: * src/: include/pa_charset.h, include/pa_charsets.h,
16737: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16738: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16739: pa_charsets.C compiled
16740:
16741: * src/: classes/image.C, classes/mail.C, classes/op.C,
16742: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16743: main/compile.y, main/execute.C, main/pa_common.C,
16744: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16745: types/pa_vcode_frame.h, types/pa_vimage.h,
16746: types/pa_vmethod_frame.h: execute.C compiled
16747:
16748: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16749: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16750: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16751: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16752: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16753: include/pa_cache_managers.h, include/pa_charsets.h,
16754: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16755: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16756: include/pa_sql_driver_manager.h, include/pa_string.h,
16757: include/pa_stylesheet_connection.h,
16758: include/pa_stylesheet_manager.h, include/pa_table.h,
16759: main/compile.C, main/compile.tab.C, main/compile.y,
16760: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16761: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16762: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16763: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16764: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16765: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16766: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16767: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16768: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16769: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16770: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16771: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16772: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16773: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16774: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16775: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16776: types/pa_vresponse.h, types/pa_vstateless_class.C,
16777: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16778: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16779: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16780: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16781: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16782: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16783: [C++ CORD wrapper]
16784:
16785: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16786:
16787: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16788: $file::exec/cgi[script; $.charset[this is script's charset]
16789:
16790: command line, env values, input got transcoded before call
16791: stdout, stderr got transcoded after call
16792:
16793: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16794: by default. use: ^file::exec[...;$.stdin[$request.body]
16795:
16796: * src/main/pa_common.C: } typo bug fix
16797:
16798: * src/main/pa_common.C: } typo bug fix
16799:
16800: 2003-03-20 paf
16801:
16802: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16803: main/untaint.C: cord bug fix, but still errors todo: clear out
16804:
16805: * src/include/pa_string.h: more tests
16806:
16807: * src/main/pa_string.C: string.pos fixed
16808:
1.116 moko 16809: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16810: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16811: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16812: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16813: replaces
1.95 moko 16814:
16815: * src/: classes/image.C, include/pa_dictionary.h,
16816: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16817: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16818: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16819: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16820:
16821: * src/include/pa_string.h: warning
16822:
16823: * src/include/pa_string.h: this_starts fixed
16824:
16825: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16826: new String ctor & append params convention
16827:
16828: * src/: classes/file.C, classes/hash.C, classes/image.C,
16829: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16830: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16831: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16832: main/pa_exception.C, main/pa_exec.C,
16833: main/pa_sql_driver_manager.C, main/pa_string.C,
16834: main/pa_stylesheet_manager.C, main/untaint.C,
16835: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16836: types/pa_vmail.C: more tests OK
16837:
16838: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16839: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16840: gc/exit runned OK
16841:
16842: * src/types/pa_vmail.C: another naming problem: should not name
16843: vars like that: unpredictable close caused problems with later
16844: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16845: descriptors missing on startup: stdin; Bad file number
16846:
16847: todo: find out why so many filters(stream) here. probably wrong?
16848:
16849: * src/: include/pa_dictionary.h, include/pa_string.h,
16850: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16851: main/untaint.C: test compiled
16852:
16853: * src/: classes/image.C, classes/mail.C, classes/math.C,
16854: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16855: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16856: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16857: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16858: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16859: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16860: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16861: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16862: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16863:
16864: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16865: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16866: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16867: src/include/pa_memory.h, src/include/pa_request.h,
16868: src/include/pa_request_charsets.h,
16869: src/include/pa_sql_connection.h, src/include/pa_string.h,
16870: src/main/compile.tab.C, src/main/execute.C,
16871: src/main/pa_charset.C, src/main/pa_common.C,
16872: src/main/pa_exception.C, src/main/pa_exec.C,
16873: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16874: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16875: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16876: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16877: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16878: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16879: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16880: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16881: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16882: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16883: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16884: pa_common.C [done, without http for now]
16885:
16886: 2003-03-19 paf
16887:
16888: * src/: classes/date.C, classes/form.C, classes/hash.C,
16889: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16890: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16891: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16892: include/pa_string.h, include/pa_table.h, main/compile.C,
16893: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16894: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16895: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16896: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16897: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16898: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16899: types/pa_vstateless_class.h, types/pa_vtable.C,
16900: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16901: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16902: types/pa_wwrapper.h: started test
16903:
1.116 moko 16904: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16905: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16906:
16907: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16908: include/pa_string.h, main/pa_string.C: string compiled todo: test
16909: it
16910:
16911: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16912: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16913: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16914: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16915: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16916: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16917: types/pa_vmethod_frame.h, types/types.dsp: string
16918: reimplementation with cord+array<fragment>: 70%
16919:
16920: 2003-03-18 paf
16921:
16922: * src/: classes/date.C, classes/file.C, classes/form.C,
16923: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16924: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16925: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16926: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16927: can ignore lang in cmp and pos really, but would
16928: split properly!
16929:
16930: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16931: cord part made parser/src/lib: it's not compiled into libgc by
16932: default
16933:
16934: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16935: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16936: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16937: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16938: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16939: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16940: src/classes/xnode.C, src/classes/xnode.h,
16941: src/include/Makefile.am, src/include/pa_cache_managers.h,
16942: src/include/pa_charset.h, src/include/pa_charsets.h,
16943: src/include/pa_common.h, src/include/pa_dictionary.h,
16944: src/include/pa_exception.h, src/include/pa_exec.h,
16945: src/include/pa_globals.h, src/include/pa_hash.h,
16946: src/include/pa_memory.h, src/include/pa_pool.h,
16947: src/include/pa_request.h, src/include/pa_request_charsets.h,
16948: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16949: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16950: src/include/pa_stylesheet_connection.h,
16951: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16952: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16953: src/main/compile.C, src/main/compile.tab.C,
16954: src/main/compile_tools.C, src/main/compile_tools.h,
16955: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16956: src/main/pa_charsets.C, src/main/pa_common.C,
16957: src/main/pa_dictionary.C, src/main/pa_exception.C,
16958: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16959: src/main/pa_pool.C, src/main/pa_request.C,
16960: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16961: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16962: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16963: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16964: src/types/pa_junction.h, src/types/pa_method.h,
16965: src/types/pa_value.C, src/types/pa_value.h,
16966: src/types/pa_vclass.C, src/types/pa_vclass.h,
16967: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16968: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16969: src/types/pa_vdouble.h, src/types/pa_venv.h,
16970: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16971: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16972: src/types/pa_vimage.C, src/types/pa_vimage.h,
16973: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16974: src/types/pa_vmath.C, src/types/pa_vmath.h,
16975: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16976: src/types/pa_vobject.C, src/types/pa_vobject.h,
16977: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16978: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16979: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16980: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16981: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16982: src/types/pa_vstring.h, src/types/pa_vtable.C,
16983: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16984: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16985: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16986: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16987: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16988: gc: PA_Object done lots of replacements also
16989:
16990: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16991: gc logging
16992:
16993: 2003-03-17 paf
16994:
16995: * src/: classes/date.C, classes/file.C, classes/form.C,
16996: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16997: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16998: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16999: include/pa_string.h, include/pa_types.h, main/compile.C,
17000: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17001: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17002: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17003: main/pa_sql_driver_manager.C, main/pa_string.C,
17004: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17005: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17006: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17007: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17008: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17009: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17010: types/pa_vxnode.h: libgc attempt
17011:
17012: 2003-03-13 paf
17013:
17014: * src/: include/pa_sql_driver_manager.h,
17015: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17016: called
17017:
17018: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17019: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17020: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17021: types/pa_value.h, types/pa_vobject.h,
17022: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17023: set_base, set_derived simplified [counter leaks fixed]
17024:
17025: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17026: src/types/types.dsp: incorporated status class patch From:
17027: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17028: 2003 8:14 AM
17029:
17030: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17031: Win32 specific: QuotaPeakNonPagedPoolUsage
17032: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17033:
17034: 2003-03-12 paf
17035:
1.116 moko 17036: * configure, configure.in, src/lib/ltdl/configure,
17037: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17038: lib/ltdl/Makefile now created by /configure.in only [were by
17039: lib/ltdl/configure.in OVERWRITE]
17040:
1.116 moko 17041: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17042: linkage fixed for g++ 3.2.2
1.95 moko 17043:
17044: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17045: on using privately declared class [fixed]
17046:
17047: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17048: 3.2 rightliy complained on using privately declared class [fixed]
17049:
17050: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17051: sigpipe before request constructor now causes death
17052:
17053: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17054: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17055: not cause exception in exception handler
17056:
1.116 moko 17057: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17058: now default links libstdc++ statically. that can be overriden by
17059: --with-dynamic-stdcpp
1.95 moko 17060:
17061: 2003-03-11 paf
17062:
17063: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17064: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17065: necessity of libstdc++
17066:
17067: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17068:
17069: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17070:
17071: 2003-03-08 paf
17072:
17073: * tests/Makefile: make install & co
17074:
17075: * src/: include/pa_request.h, classes/op.C: removing
17076: vclass,object.h -> pa_request.h dependency
17077:
17078: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17079: main/pa_request.C: removing vform,response,cookie.h ->
17080: pa_request.h dependency
17081:
17082: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17083: dependency [testing...]
17084:
17085: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17086: return 0; fixed
17087:
17088: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17089: types/pa_vmail.h: vmail.C received just compiled [not tested]
17090:
17091: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17092:
17093: * src/main/pa_request.C: forgotten: ifdef XML
17094:
17095: * src/main/pa_request.C: forgotten: ifdef XML
17096:
17097: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17098: win32 and run memleak tests again
17099:
17100: * src/targets/cgi/parser3.C: charsets: see some strange things with
17101: old xml lib-- it's internal memory handling has faults
17102:
17103: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17104: problems when transcode from charset A to A.
17105:
17106: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17107: todo: still problems when transcode from charset A to A.
17108:
17109: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17110: classes/table.C, include/pa_array.h,
17111: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17112: started full-scale-site-test [~ http://parser.ru sources]
17113:
17114: some fixes
17115:
17116: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17117: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17118: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17119: results/110.processed, results/111.processed,
17120: results/112.processed, results/113.processed,
17121: results/114.processed, results/115.processed,
17122: results/116.processed, results/117.processed,
17123: results/118.processed, results/119.processed,
17124: results/120.processed: xml: tests 109 dom create/show 110 xpath
17125: selectSingle 111 xdoc.create from tainted & 112
17126: xdoc.create/output with russian attr value 113 xpath
17127: selectString/Number 114 dom attributes.count 115 xpath selectBool
17128: 116 output media-type change 117 transform by dom stylesheet 118
17129: empty transform result 119 dom setAttribute 120 nbsp letter
17130: output
17131:
17132: =END OF PREPARED XML TESTS=
17133:
17134: 2003-03-07 paf
17135:
17136: * src/classes/xdoc.C, src/include/pa_charset.h,
17137: src/include/pa_stylesheet_connection.h, tests/108.html,
17138: tests/108.xsl, tests/results/108.processed: xml: test 108
17139: transform with params [bugs fixed]
17140:
17141: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17142: from copy/paste bug
17143:
17144: * src/classes/xdoc.C, src/include/pa_charset.h,
17145: src/include/pa_request.h, src/main/execute.C,
17146: src/main/pa_charset.C, src/main/pa_exception.C,
17147: src/main/pa_globals.C, src/main/pa_request.C,
17148: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17149: src/types/pa_vxnode.C, tests/107.html,
17150: tests/results/107.processed: xml: test: 107 bug fixes
17151:
17152: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17153: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17154: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17155:
17156: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17157: string
17158:
17159: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17160: mem alloc functions used for different cases [libxml, libxsl]
17161:
17162: * src/classes/classes.C: fixed: prevent system classes from
17163: modification to lock ALL the classes, not only directly used
17164:
17165: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17166: linked
17167:
17168: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17169:
17170: 2003-03-06 paf
17171:
17172: * src/classes/xdoc.C: xdoc.C 50%
17173:
17174: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17175: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17176: main/pa_globals.C, main/pa_request.C,
17177: main/pa_stylesheet_manager.C: xnode.C compiled
17178:
17179: * src/: include/pa_stylesheet_connection.h,
17180: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17181: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17182:
17183: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17184: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17185: xml: stylesheet&manager STARTED
17186:
17187: * src/: include/pa_globals.h, main/pa_charset.C,
17188: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17189:
17190: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17191: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17192: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17193: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17194: charsets
17195:
17196: * tests/023.html: in some cases it rounded up badly. postponing
17197: solution of that problem, making more simple test
17198:
17199: * tests/: 058_paf2000.png, results/058.processed: .png added with
17200: -kb now
17201:
17202: * src/: include/pa_charset.h, include/pa_charsets.h,
17203: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17204: moved to charsets.C
17205:
17206: 2003-03-05 paf
17207:
17208: * src/classes/string.C, src/include/pa_string.h,
17209: src/main/pa_string.C, tests/105.html,
17210: tests/results/105.processed: String::match bug fixed
17211:
17212: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17213: tests/results/104.processed: ^bpt operator added [does int3 in
17214: debug build on win32]
17215:
17216: * tests/: 057.html, results/057.processed: test bug fixed
17217:
1.116 moko 17218: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17219:
17220: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17221: missing
17222:
1.116 moko 17223: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17224: forgotten files added to Makes
1.95 moko 17225:
17226: * ltmain.sh: ltmain.sh added
17227:
17228: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17229: change undone ;(
17230:
17231: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17232: made static
17233:
17234: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17235: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17236: todo:make linker happy
1.95 moko 17237:
17238: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17239: env param made optional
17240:
17241: 2003-03-04 paf
17242:
17243: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17244: types/pa_vimage.h: number of gcc compiler bugs fixed
17245:
17246: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17247: results/103.processed: tests: 103 image.copy transparence test
17248:
17249: * src/main/execute.C, tests/101.html, tests/102.html,
17250: tests/results/101.processed, tests/results/102.processed: tests:
17251: 101 method/variable name conflict test 102 form fields change
17252: should not not change anything [bug fix]
17253:
17254: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17255: results/099.processed, results/100.processed: tests: 57 date
17256: create 2002: added 99,100 response:body/download
17257:
17258: * src/classes/image.C, tests/098.html, tests/098font.gif,
17259: tests/results/098.processed: test: 98 image font text [bug fixed]
17260:
17261: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17262: tests/results/097.processed: test: 97 file::load http:// [bugs
17263: fixed]
17264:
17265: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17266: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17267: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17268: image EXIF [bug fixed]
17269:
17270: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17271: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17272: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17273: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17274: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17275: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17276: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17277: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17278: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17279: tests/094.html, tests/095.html, tests/results/061.processed,
17280: tests/results/062.processed, tests/results/063.processed,
17281: tests/results/064.processed, tests/results/065.processed,
17282: tests/results/066.processed, tests/results/067.processed,
17283: tests/results/068.processed, tests/results/069.processed,
17284: tests/results/070.processed, tests/results/071.processed,
17285: tests/results/072.processed, tests/results/073.processed,
17286: tests/results/074.processed, tests/results/075.processed,
17287: tests/results/076.processed, tests/results/077.processed,
17288: tests/results/078.processed, tests/results/080.processed,
17289: tests/results/081.processed, tests/results/082.processed,
17290: tests/results/083.processed, tests/results/084.processed,
17291: tests/results/085.processed, tests/results/086.processed,
17292: tests/results/087.processed, tests/results/088.processed,
17293: tests/results/089.processed, tests/results/090.processed,
17294: tests/results/091.processed, tests/results/092.processed,
17295: tests/results/093.processed, tests/results/094.processed,
17296: tests/results/095.processed, tests/079.html,
17297: tests/results/079.processed: tests: 61 file::stat size 62
17298: string->int autoconvert 63 double .int,dec,div,mul 64 date
17299: compare 65 file: basename,justname,justext 66 math:crypt 67
17300: string.match simple on long 68 string.match normalized simple on
17301: long 69 string.int 70 file::stat content-type 71 table.join 72
17302: hash parameter conditional pass 73 date daylightsaving,yearday 74
17303: date arithmetics 75 response date values/attributes 76 string.pos
17304: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17305: with local 80 scientific numeric literal in string autoconvert 81
17306: xor: logical and numerical 82 for delims 83 menu delims 84
17307: table.hash distinct 85 long string replace 86 throw+catch
17308: current language preserve 87 bit shifts 88 junction tests +
17309: $caller test 89 hash.foreach selfmodification 90 int/void to int
17310: 91 $caller test 92 junction is + def junction tests 93 $caller
17311: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17312:
17313: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17314: fixed] 60 string eq string [bug fixed]
17315:
17316: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17317: 058.html, 058_paf2000.png, 059.html, 060.html,
17318: results/053.processed, results/054.processed,
17319: results/055.processed, results/056.processed,
17320: results/057.processed, results/058.processed,
17321: results/059.processed, results/060.processed: test: 53
17322: string.replace 54 junctions 55 table.hash 56 call indirect 57
17323: date.create[string] 58 image.measure[png]
17324:
17325: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17326: outputs/051.processed, results/052.processed: test: 52
17327: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17328: task: fix that
17329:
17330: 2003-03-03 paf
17331:
17332: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17333: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17334: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17335: outputs/049.processed, outputs/050.processed,
17336: outputs/051.processed, results/001.processed,
17337: results/002.processed, results/003.processed,
17338: results/005.processed, results/006.processed,
17339: results/008.processed, results/009.processed,
17340: results/011.processed, results/012.processed,
17341: results/013.processed, results/014.processed,
17342: results/015.processed, results/016.processed,
17343: results/017.processed, results/020.processed,
17344: results/021.processed, results/022.processed,
17345: results/024.processed, results/025.processed,
17346: results/026.processed, results/027.processed,
17347: results/028.processed, results/029.processed,
17348: results/030.processed, results/031.processed,
17349: results/049.processed, results/050.processed,
17350: results/051.processed, results/043.processed,
17351: results/044.processed, results/045.processed,
17352: results/046.processed, results/047.processed,
17353: results/048.processed: tests: 43,44,45 date rolls 46
17354: autoevaluating junction 47 table.select 48 name with subvar 49
17355: hash-creating switch 50 process 51 started parent/child, works as
17356: it were but it were NOT GOOD, created separate task to fix that
17357:
17358: * tests/: 042.html, results/042.processed: test: 42
17359: exception.handled
17360:
17361: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17362: expression
17363:
17364: * tests/: 040.html, results/040.processed: test: 39 method result
17365: of type table 40 method param junction auto evaluate
17366:
17367: * tests/: 039.html, results/039.processed: test: 37 method result
17368: of type table
17369:
17370: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17371: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17372: tests/038.html, tests/results/033.processed,
17373: tests/results/034.processed, tests/results/035.processed,
17374: tests/results/036.processed, tests/results/037.processed,
17375: tests/results/038.processed: tests: 33 string.replace 34
17376: string.upper 35 table created 36 local/global vars with juntions
17377: 37 table clone 38 math PI & number formatting
17378:
17379: math class registring typo fixed
17380:
17381: * src/classes/op.C, src/include/pa_request.h,
17382: src/include/pa_string.h, src/main/execute.C,
17383: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17384: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17385: tests/032.html, tests/results/032.processed: uchar changed to
17386: String_UL in all places [was not everywhere] untaint test: 032
17387:
17388: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17389: tests/results/004.processed, tests/parser-cygwin.sh,
17390: tests/parser-unix.sh: removed -H command line key, now testing
17391: using .sh file with SERVER_SOFTWARE=xxx
17392:
17393: 2003-02-26 paf
17394:
17395: * src/main/execute.C, src/types/pa_vstateless_class.h,
17396: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17397: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17398: tests/results/024.processed, tests/results/025.processed,
17399: tests/results/026.processed, tests/results/027.processed,
17400: tests/results/028.processed, tests/results/029.processed,
17401: tests/results/030.processed, tests/results/031.processed: fixed
17402: bug with name_cstr mutable CharPtr more tests
17403:
17404: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17405: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17406: << abort. die now just exits
17407:
17408: * src/classes/classes.awk, src/classes/classes.h,
17409: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17410: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17411: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17412: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17413: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17414: src/classes/xnode.C, src/include/pa_memory.h,
17415: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17416: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17417: src/types/pa_vform.C, tests/015.html, tests/016.html,
17418: tests/017.html, tests/018.html, tests/019.html,
17419: tests/019paf2001.gif, tests/020.html, tests/021.html,
17420: tests/022.html, tests/023.html, tests/022_dir/a.html,
17421: tests/022_dir/b.txt, tests/022_dir/c.htm,
17422: tests/results/015.processed, tests/results/016.processed,
17423: tests/results/017.processed, tests/results/018.processed,
17424: tests/results/019.processed, tests/results/020.processed,
17425: tests/results/021.processed, tests/results/022.processed,
17426: tests/results/023.processed: methoded_array now contains all Mxxx
17427: classes SAPI::get_env now returns info on pool more tests
17428:
17429: * src/include/pa_array.h, src/include/pa_hash.h,
17430: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17431: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17432: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17433: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17434: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17435: tests/results/001.processed, tests/results/002.processed,
17436: tests/results/003.processed, tests/results/004.processed,
17437: tests/results/005.processed, tests/results/006.processed,
17438: tests/results/007.processed, tests/results/008.processed,
17439: tests/results/009.processed, tests/results/010.processed,
17440: tests/results/011.processed, tests/results/012.processed,
17441: tests/results/013.processed, tests/results/014.processed: hash
17442: cloning fixed
17443:
17444: 2003-02-25 paf
17445:
17446: * src/main/pa_common.C: typo fixed
17447:
17448: 2003-02-24 paf
17449:
17450: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17451: [one remained]
17452:
17453: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17454: [should have been get_string(&pool)] todo: check other such calls
17455:
17456: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17457: test10, bad lookups
17458:
17459: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17460: object got destructed, and xxx points to sky
17461:
17462: * ChangeLog, src/classes/string.C: match bug fixed
17463:
17464: * src/types/pa_vmail.C: body [text/html] transcoded to
17465: $.charset[specified] now
17466:
17467: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17468: which failed to handle sigsetjmp+throw: crashed inside of
17469: pre-throw code. rewritten simplier [though duplicating
17470: closesocket code]
17471:
17472: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17473: which failed to handle sigsetjmp+throw: crashed inside of
17474: pre-throw code. rewritten simplier [though duplicating
17475: closesocket code]
17476:
17477: 2003-02-21 paf
17478:
1.211 moko 17479: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17480: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17481: now]]
1.95 moko 17482:
17483: written makefile with regression tests [raw]
17484:
17485: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17486: tests' only [it's not forcing CGI mode now] now use -H to output
17487: CGI header when parser used in command line [useful for tests
17488: also]
17489:
17490: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17491: switches on CGI mode, and is used in regression tests
17492:
17493: * src/: include/pa_request.h, main/pa_request.C,
17494: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17495: fixed
17496:
17497: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17498: handling pa_*
17499:
17500: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17501: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17502: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17503: memory handling files
17504:
17505: * src/main/pa_array.C: pool::format_integer terminator fixed
17506:
17507: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17508: compiles OK test to show benefits of free
17509:
17510: * src/: classes/file.C, classes/image.C, classes/mail.C,
17511: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17512: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17513: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17514: use pool [as the one in ^process]
17515:
17516: * src/classes/op.C: fixed process. sould now check for all cstr's
17517: -- some must use pool [as the one in ^process]
17518:
17519: 2003-02-20 paf
17520:
17521: * src/: classes/date.C, classes/double.C, classes/file.C,
17522: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17523: classes/math.C, classes/op.C, classes/response.C,
17524: classes/string.C, classes/table.C, classes/void.C,
17525: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17526: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17527: string cmp fixed
17528:
17529: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17530: values passed OK now
17531:
17532: 2003-02-19 paf
17533:
17534: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17535: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17536: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17537: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17538: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17539: all remaning leaks resulted from pooled::malloc calls [excluding
17540: in gd -- planning complete rewrite extremely ugly code]
17541:
17542: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17543: files
17544:
17545: 2003-02-17 paf
17546:
17547: * src/: classes/date.C, classes/double.C, classes/file.C,
17548: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17549: classes/response.C, classes/string.C, classes/table.C,
17550: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17551: include/pa_stylesheet_connection.h,
17552: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17553: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17554: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17555: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17556: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17557: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17558: of unitialized simple-typed field
17559:
17560: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17561: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17562: simple-typed field fixed. todo: find&kill all like that one
17563:
17564: * src/: main/execute.C, targets/cgi/pa_pool.C,
17565: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17566: debug output fixed
17567:
17568: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17569: main/pa_request.C: stack-stored items need extra .ref to prevent
17570: object_ptr from delete[them]
17571:
17572: * src/: classes/date.C, classes/op.C, classes/table.C,
17573: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17574: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17575: main/pa_charset.C, main/pa_common.C,
17576: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17577: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17578: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17579: calls
17580:
17581: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17582: couple mem leaks rusulted from old pooled::malloc usage.
17583: todo:find more like those
17584:
17585: * src/main/: compile.C, compile_tools.C: 2*2!
17586:
17587: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17588: stackItem fixed [there were no string on stack before]
17589:
17590: * src/: main/execute.C, main/pa_request.C,
17591: types/pa_vmethod_frame.C: first letters out OK
17592:
17593: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17594: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17595: main/pa_string.C, main/untaint.C, types/pa_value.h,
17596: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17597: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17598: type not initialized with zeros :( while class fields of class
17599: types initialized with default constructors. learn C++
17600:
17601: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17602: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17603: classes/math.C, classes/xdoc.C, classes/xnode.C,
17604: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17605: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17606:
17607: 2003-02-14 paf
17608:
17609: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17610: 13 link errors
17611:
17612: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17613: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17614: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17615: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17616: errors :)
17617:
17618: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17619: classes/hash.C, classes/mail.C, classes/op.C,
17620: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17621: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17622: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17623: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17624:
17625: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17626: classes/table.C, include/pa_common.h, include/pa_globals.h,
17627: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17628: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17629: types/pa_vint.h, types/types.dsp: op compiled
17630:
17631: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17632: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17633: main/untaint.C, types/pa_vtable.h: string, response compiled
17634:
17635: 2003-02-07 paf
17636:
17637: * src/: classes/table.C, types/pa_vtable.h: table compiled
17638:
17639: 2003-02-06 paf
17640:
17641: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17642: mail compiled
17643:
17644: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17645: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17646: types/pa_vfile.h, types/pa_vimage.h: image compiled
17647:
17648: * src/classes/: file.C, form.C: form compiled
17649:
17650: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17651: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17652: types/pa_vfile.C, types/pa_vfile.h: file compiled
17653:
17654: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17655: types/pa_vmath.h: math compiled [win32]
17656:
17657: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17658: types/pa_vstring.h: hash compiled
17659:
17660: 2003-02-04 paf
17661:
17662: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17663: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17664: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17665: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17666: types/pa_vhash.h: hash 50% compiled
17667:
17668: * src/: classes/date.C, classes/file.C, classes/hash.C,
17669: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17670: classes/string.C, classes/table.C, classes/xdoc.C,
17671: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17672: main/pa_string.C: date compiled
17673:
17674: * src/classes/: classes.dsp, double.C: double compiled
17675:
17676: * src/: classes/date.C, classes/double.C, classes/file.C,
17677: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17678: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17679: classes/string.C, classes/table.C, classes/void.C,
17680: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17681: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17682: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17683: compiled
17684:
17685: * src/: classes/date.C, classes/double.C, classes/file.C,
17686: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17687: classes/math.C, classes/op.C, classes/response.C,
17688: classes/string.C, classes/table.C, classes/void.C,
17689: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17690: types/pa_vvoid.h: void compiled :)
17691:
17692: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17693: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17694: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17695: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17696: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17697: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17698: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17699: types/pa_vresponse.C, types/pa_vstateless_class.C,
17700: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17701: types/pa_wcontext.C, types/types.dsp: removed stupid
17702: value_includes.h
17703:
17704: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17705: trying to remove stupid value_includes.h
17706:
17707: * src/main/pa_exec.C: pa_exec compiled on win32
17708:
17709: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17710:
17711: * src/: include/pa_globals.h, include/pa_request.h,
17712: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17713: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17714: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17715: types/pa_vrequest.C, types/pa_vstateless_class.C,
17716: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17717:
17718: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17719: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17720: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17721:
17722: * src/: include/pa_array.h, include/pa_config_includes.h,
17723: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17724: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17725: compiled
17726:
17727: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17728: name conflicts)
17729:
17730: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17731: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17732: yelds "virtual memory exhausted" while trying to compile
17733: execute.C [eating up to 127MB]
17734:
17735: 2003-02-03 paf
17736:
17737: * src/: include/pa_config_includes.h, include/pa_hash.h,
17738: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17739: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17740: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17741: types/pa_vint.h, types/pa_vjunction.h,
17742: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17743: started gcc compiling pa_common compiled
17744:
17745: * src/: include/pa_exception.h, include/pa_pool.h,
17746: main/pa_exception.C: exception gcc change #1
17747:
1.116 moko 17748: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17749: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17750:
17751: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17752:
17753: * src/types/pa_vtable.C: vtable compiled
17754:
17755: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17756:
17757: * src/: include/pa_cache_managers.h, main/pa_request.C,
17758: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17759:
17760: * src/types/pa_vstateless_class.C: vstateless_class compiled
17761:
17762: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17763:
17764: * src/types/pa_vrequest.C: vrequest compiled
17765:
17766: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17767: pa_vobject.C, pa_vobject.h: vobject compiled
17768:
17769: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17770: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17771: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17772: compiled
17773:
17774: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17775:
17776: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17777: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17778: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17779: compiled
17780:
17781: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17782: main.lib - 0 error(s), 0 warning(s)
17783:
17784: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17785: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17786:
17787: 2003-01-31 paf
17788:
17789: * src/: include/pa_array.h, include/pa_operation.h,
17790: include/pa_request.h, main/execute.C, main/main.dsp,
17791: types/pa_vjunction.h: started last file from main library:
17792: execute
17793:
17794: * src/: include/pa_request.h, include/pa_sapi.h,
17795: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17796: main/pa_request.C, targets/cgi/parser3.C,
17797: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17798: types/pa_vhash.h: pa_request compiled
17799:
17800: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17801: include/pa_globals.h, include/pa_request.h,
17802: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17803: main/execute.C, main/main.dsp, main/pa_common.C,
17804: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17805: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17806: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17807: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17808: types/types.dsp: most pa_request compiled
17809:
17810: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17811: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17812: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17813: classes/op.C, classes/response.C, classes/string.C,
17814: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17815: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17816: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17817: include/pa_config_fixed.h, include/pa_config_includes.h,
17818: include/pa_dictionary.h, include/pa_dir.h,
17819: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17820: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17821: include/pa_pool.h, include/pa_request.h,
17822: include/pa_request_charsets.h, include/pa_request_info.h,
17823: include/pa_sapi.h, include/pa_socks.h,
17824: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17825: include/pa_stack.h, include/pa_string.h,
17826: include/pa_stylesheet_connection.h,
17827: include/pa_stylesheet_manager.h, include/pa_table.h,
17828: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17829: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17830: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17831: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17832: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17833: main/compile.C, main/compile.tab.C, main/compile.y,
17834: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17835: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17836: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17837: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17838: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17839: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17840: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17841: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17842: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17843: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17844: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17845: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17846: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17847: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17848: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17849: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17850: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17851: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17852: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17853: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17854: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17855: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17856: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17857: types/pa_vresponse.h, types/pa_vstateless_class.C,
17858: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17859: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17860: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17861: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17862: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17863: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17864:
17865: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17866: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17867: src/include/pa_charsets.h, src/include/pa_common.h,
17868: src/include/pa_dictionary.h, src/include/pa_exception.h,
17869: src/include/pa_exec.h, src/include/pa_pool.h,
17870: src/include/pa_request.h, src/include/pa_sapi.h,
17871: src/include/pa_sql_connection.h,
17872: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17873: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17874: src/main/compile.tab.C, src/main/compile_tools.C,
17875: src/main/compile_tools.h, src/main/main.dsp,
17876: src/main/pa_charset.C, src/main/pa_charsets.C,
17877: src/main/pa_common.C, src/main/pa_dictionary.C,
17878: src/main/pa_exception.C, src/main/pa_exec.C,
17879: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17880: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17881: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17882: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17883: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17884: src/types/pa_vdouble.h, src/types/pa_venv.h,
17885: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17886: src/types/pa_vhash.h, src/types/pa_vimage.C,
17887: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17888: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17889: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17890: src/types/pa_vobject.C, src/types/pa_vobject.h,
17891: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17892: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17893: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17894: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17895: src/types/pa_vstring.h, src/types/pa_vtable.h,
17896: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17897: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17898: died, long live StringPtr
17899:
17900: 2003-01-30 paf
17901:
17902: * src/: include/pa_charset.h, include/pa_request.h,
17903: include/pa_sql_driver_manager.h, main/compile.tab.C,
17904: main/compile.y, main/compile_tools.h, main/pa_request.C,
17905: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17906:
17907: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17908: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17909: types/pa_vhash.h, types/pa_vmethod_frame.h,
17910: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17911: types/types.dsp: vstateless_class compiled
17912:
17913: * src/main/compile.C: compile compiled
17914:
17915: * src/: include/pa_array.h, include/pa_operation.h,
17916: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17917: main/pa_table.C: compile_tools compiled
17918:
17919: * src/: include/pa_operation.h, main/compile.y,
17920: main/compile_tools.C, main/compile_tools.h: started
17921: compile_tools. vagues ideas of how to free compiled code
17922:
17923: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17924: main/main.dsp, types/pa_value.C, types/pa_value.h,
17925: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17926: compiled
17927:
17928: 2003-01-29 paf
17929:
17930: * src/: include/pa_globals.h, include/pa_request.h,
17931: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17932: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17933: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17934: compiled
17935:
17936: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17937: now
17938:
17939: * src/: include/pa_array.h, include/pa_exception.h,
17940: include/pa_pool.h, main/pa_exception.C: gd compiled
17941:
17942: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17943: compiled
17944:
17945: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17946: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17947: types/pa_vfile.h: vfile compiled
17948:
17949: * src/: include/pa_common.h, include/pa_globals.h,
17950: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17951: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17952: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17953:
17954: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17955: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17956: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17957: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17958: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17959:
17960: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17961: main/main.dsp, main/untaint.C: more compiled
17962:
17963: * src/: include/pa_charsets.h, include/pa_request.h,
17964: include/pa_request_info.h, include/pa_string.h,
17965: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17966: types/pa_vresponse.h: vrequest compiled
17967:
17968: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17969: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17970: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17971:
17972: * src/: classes/classes.h, include/pa_charset.h,
17973: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17974: include/pa_request.h, include/pa_string.h, main/main.dsp,
17975: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17976: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17977: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17978: types/pa_vrequest.C, types/pa_vrequest.h,
17979: types/pa_vstateless_class.h, types/pa_vstring.h,
17980: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17981:
17982: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17983: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17984: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17985: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17986: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17987: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17988: types/pa_vobject.h, types/pa_vstateless_class.h,
17989: types/pa_vstateless_object.h, types/pa_vstatus.h,
17990: types/pa_vstring.h, types/types.dsp: vmath compiled
17991:
17992: 2003-01-28 paf
17993:
17994: * src/: classes/classes.h, classes/date.C, classes/file.C,
17995: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17996: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17997: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17998: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17999: compile_tools
18000:
18001: * src/: include/pa_charset.h, include/pa_exception.h,
18002: include/pa_request.h, include/pa_string.h, main/untaint.C:
18003: untaint compiled
18004:
18005: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18006: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18007: more compiled. struck with string::store_to needing to know
18008: source/client charsets
18009:
18010: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18011: types/pa_vfile.h: uue compiled
18012:
18013: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18014: table compiled
18015:
18016: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18017: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18018:
18019: * src/: include/pa_charset.h, main/pa_charset.C,
18020: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18021: introduced]
18022:
18023: * src/: classes/date.C, include/pa_charset.h,
18024: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18025: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18026: pa_charsets compiled
18027:
18028: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18029: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18030:
18031: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18032: common compiled
18033:
18034: * src/: include/pa_charsets.h, main/pa_charsets.C,
18035: main/pa_sql_driver_manager.C: pa_charsets compiled
18036:
18037: * src/: include/pa_array.h, include/pa_charset.h,
18038: include/pa_charsets.h, include/pa_pool.h,
18039: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18040: include/pa_stack.h, include/pa_string.h,
18041: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18042: sql_driver_manager compiled
18043:
18044: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18045: letter i with two dots added to koi, all ukranian letters added
18046: to win1251.
18047:
18048: typographic simbol 0xb9 deleted from win1251 [strange one & were
18049: abscent from koi]
18050:
18051: 2003-01-27 paf
18052:
18053: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18054: include/pa_sql_driver_manager.h, include/pa_string.h,
18055: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18056: sql/pa_sql_driver.h: paused on sql_manager
18057:
18058: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18059: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18060: include/pa_stack.h, main/pa_sql_driver_manager.C,
18061: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18062:
18063: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18064: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18065: include/pa_table.h, main/pa_sql_driver_manager.C,
18066: main/pa_table.C: table compiled
18067:
18068: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18069: cache_managers compiled
18070:
18071: * src/: include/pa_array.h, include/pa_charset.h,
18072: include/pa_pool.h, main/pa_charset.C: charset compiled
18073:
18074: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18075:
18076: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18077: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18078: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18079: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18080: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18081:
18082: 2003-01-24 paf
18083:
18084: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18085: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18086: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18087: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18088: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18089: types/pa_vint.h, types/pa_vjunction.h,
18090: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18091: types/pa_vstatus.h, types/pa_vstring.h: more patched
18092:
18093: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18094: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18095: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18096: main/pa_string.C, main/pa_table.C: string compiled
18097:
18098: * src/: include/pa_array.h, include/pa_common.h,
18099: include/pa_dictionary.h, include/pa_exception.h,
18100: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18101: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18102: main/pa_string.C: dictionary compiled
18103:
18104: 2003-01-23 paf
18105:
18106: * src/: include/pa_array.h, include/pa_common.h,
18107: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18108: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18109: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18110: types/pa_value.h: resurrected pool in new sense: now it's
18111: factory, producing&accounting memory chunks for read[autofree]
18112: buffers
18113:
18114: * src/: include/pa_array.h, include/pa_exception.h,
18115: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18116: main/pa_exception.C, main/pa_table.C: table compiled
18117:
18118: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18119: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18120: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18121: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18122: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18123: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18124: main/pa_table.C: aint that easy
18125:
18126: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18127: main/main.dsp: continued with Hash
18128:
18129: * src/main/pa_common.C: connect_string allocated on heap[wes on
18130: stack] now. and exception can be reported OK now [can be reported
18131: outside of pro c with that stack]
18132:
18133: 2003-01-22 paf
18134:
18135: * src/: include/pa_array.h, include/pa_charset.h,
18136: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18137: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18138: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18139: base: contains references_count. auto_ptr template calls
18140: add_ref/release
18141:
18142: 2003-01-21 paf
18143:
18144: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18145: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18146: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18147: classes/op.C, classes/response.C, classes/string.C,
18148: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18149: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18150: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18151: include/pa_config_fixed.h, include/pa_config_includes.h,
18152: include/pa_dictionary.h, include/pa_dir.h,
18153: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18154: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18155: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18156: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18157: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18158: include/pa_stack.h, include/pa_string.h,
18159: include/pa_stylesheet_connection.h,
18160: include/pa_stylesheet_manager.h, include/pa_table.h,
18161: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18162: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18163: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18164: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18165: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18166: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18167: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18168: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18169: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18170: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18171: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18172: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18173: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18174: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18175: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18176: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18177: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18178: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18179: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18180: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18181: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18182: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18183: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18184: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18185: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18186: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18187: types/pa_vstateless_object.h, types/pa_vstatus.C,
18188: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18189: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18190: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18191: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18192: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18193: 2002->2003
18194:
18195: 2003-01-16 paf
18196:
1.211 moko 18197: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18198: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18199: $.any-status(1)
1.95 moko 18200:
1.211 moko 18201: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18202: src/main/pa_common.C: http request now return status. and not
18203: fail on status!=200
18204:
18205: 2003-01-15 paf
18206:
18207: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18208:
18209: 2003-01-14 paf
18210:
18211: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18212: mkinstalldirs: removed some ancient files [they in / really]
18213:
18214: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18215: regretfully needed patch in two places. in config_fixed.h made
18216: stubs for lib to compile in MSVC
18217:
18218: 2003-01-13 paf
18219:
18220: * config.guess, config.sub, ltmain.sh: removed last piece of
18221: configure.in(libtool) hacks
18222:
1.116 moko 18223: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18224: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18225: ltdl.h: moved to latest libtool (1.4.3)
18226:
18227: 2003-01-10 paf
18228:
18229: * src/lib/ltdl/: configure, configure.in: PROG_NM
18230:
18231: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18232: patches. libxml2 >= 2.5.1
18233: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18234: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18235: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18236:
18237: * INSTALL: moved to latest versions of xml libs libxml2 >=
18238: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18239: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18240: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18241:
18242: 2003-01-09 paf
18243:
18244: * INSTALL: xml,xslt,gdome lib urls updated
18245:
18246: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18247: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18248: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18249: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18250: 1.7.2
1.95 moko 18251:
18252: * depcomp: moving to automake 1.7.2
18253:
18254: 2002-12-27 paf
18255:
18256: * src/include/pa_version.h: 0007
18257:
18258: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18259: outdated parts, made links to language docs
18260:
18261: * src/include/pa_config_auto.h.in: comment
18262:
18263: 2002-12-26 paf
18264:
18265: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18266: not contain trailing / fixed.
18267:
18268: * INSTALL: changing SAFE_MODE politics
18269:
18270: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18271:
18272: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18273:
18274: 2002-12-25 paf
18275:
18276: * src/main/pa_globals.C: optimized-xml
18277:
18278: * src/main/pa_globals.C: optimized-as-is
18279:
18280: 2002-12-24 paf
18281:
18282: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18283: fixed [were really called with zero size when .html?a=&b=]
18284:
18285: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18286: with --with-sendmail
18287:
18288: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18289: fixed]
18290:
18291: 2002-12-23 paf
18292:
18293: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18294: ignoring parameters & were storing only string with default
18295: expires
18296:
18297: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18298: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18299: December 23, 2002 4:22 AM Subject: bug â
18300: Charset::transcode_buf2xchar
18301:
18302: 2002-12-20 paf
18303:
18304: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18305: non-cgi [script] runs
18306:
18307: 2002-12-19 paf
18308:
18309: * INSTALL: --without-iconv recommended [it crashes on some systems
18310: [tested on elik]] moreover, it's not needed there [parser
18311: registers charsets itself]
18312:
18313: * INSTALL: --without-iconv recommended [it crashes on some systems
18314: [tested on elik]]
18315:
1.211 moko 18316: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18317: src/include/pa_request.h, src/main/pa_globals.C,
18318: src/main/pa_request.C: $response:download
18319:
18320: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18321: compiler [win32]].
18322:
18323: 2002-12-18 paf
18324:
18325: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18326:
18327: 2002-12-17 paf
18328:
18329: * src/targets/cgi/parser3.C: merged die&iis changes
18330:
18331: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18332: to exit(1) 2. more flexible iilegal call check
18333:
18334: 2002-12-16 paf
18335:
18336: * ltmain.sh: some automakes silly insist on having this handy
18337:
18338: * src/main/untaint.C: filespec russian small 'r' changed to latin
18339: 'p' bug fix
18340:
18341: 2002-12-15 paf
18342:
18343: * src/main/untaint.C: filespec russian small 'r' changed to latin
18344: 'p'
18345:
18346: * configure.in, src/include/pa_config_auto.h.in,
18347: src/main/compile.C, src/main/pa_common.C: merged small changes
18348: from branch 6 to HEAD
18349:
18350: * src/main/compile.C: removed warning
18351:
18352: * src/main/pa_common.C: ftruncate having checked
18353:
18354: * configure.in, src/include/pa_version.h: new version
18355:
18356: 2002-12-14 paf
18357:
18358: * src/classes/table.C: removed unnecessary code
18359:
18360: * src/sql/pa_sql_driver.h: exception type fixed
18361:
18362: 2002-12-09 paf
18363:
18364: * src/types/pa_vvoid.h: $void.store[now] error
18365:
18366: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18367:
18368: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18369: tries to write core dump
18370:
18371: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18372:
18373: * src/: classes/hash.C, classes/string.C, classes/table.C,
18374: classes/void.C, main/pa_sql_driver_manager.C,
18375: sql/pa_sql_driver.h: changed exception handling mech in sql
18376: handlers #2
18377:
18378: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18379: exception handling mech in sql handlers
18380:
18381: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18382: handlers
18383:
18384: * src/: classes/hash.C, classes/string.C, classes/table.C,
18385: classes/void.C, main/pa_sql_driver_manager.C,
18386: sql/pa_sql_driver.h: changed exception handling mech in sql
18387: handlers
18388:
1.116 moko 18389: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18390: to write makefile which used libtool to install things, which is
18391: not needed
1.95 moko 18392:
18393: 2002-12-06 paf
18394:
1.211 moko 18395: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18396: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18397: more like 'table'
1.95 moko 18398:
18399: 2002-12-05 paf
18400:
18401: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18402: cc/bcc OK now
18403:
18404: * src/main/untaint.C: mail header closed properly
18405:
18406: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18407: header ',' allowed. still bugs in smtp [only one receiptient
18408: works, cc, bcc ignored now, and MAILED ;)]
18409:
18410: [strncpy killed, memnchr used]
18411:
18412: * src/main/pa_table.C: table-copy now current=0
18413:
18414: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18415: lowlevel proc
18416:
18417: * src/targets/cgi/parser3.C: more checks on
18418: http://domain/parser.cgi start [maybe some getenv returns "",
18419: checked that now
18420:
18421: * src/targets/cgi/parser3.C: more checks on
18422: http://domain/parser.cgi start [maybe some getenv returns "",
18423: checked that now
18424:
18425: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18426: out-of-mem errors reached log]
18427:
18428: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18429: mail:send MIME-Version default
18430:
18431: * src/main/main.dsp: pa_version included into main.dsp
18432:
18433: 2002-12-04 paf
18434:
18435: * src/types/pa_vform.C: $form:field string value cut by premature 0
18436:
18437: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18438: lib/libltdl -> lib/ltdl Win32 changes. s
18439:
18440: * src/classes/classes.awk: more strict *.C$
18441:
18442: * gnu.dsp: restored
18443:
1.116 moko 18444: * configure.in, gnu.dsp, src/lib/Makefile.am,
18445: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18446: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18447: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18448: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18449: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18450: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18451: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18452: now created with /configure, not ltdl/configure, so it does have
18453: no problems with automake. ltdl/configure
18454: AC_OUTPUT(Makefile<<removed)
1.95 moko 18455:
18456: 2002-12-02 paf
18457:
1.211 moko 18458: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18459:
18460: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18461: src/main/pa_common.C, src/main/pa_request.C,
18462: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18463: tainted parts becomes http-header
18464:
18465: 2002-11-29 paf
18466:
1.211 moko 18467: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18468: operators.txt: exif dates now objects of type date
1.95 moko 18469:
18470: * src/classes/image.C: file.seek removed [it were used in image.C
18471: only, and for parser user this means that jpeg image has bad
18472: size in fragment's header] now used image.format
18473:
18474: * src/: include/pa_common.h, main/pa_common.C,
18475: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18476: now handled exactly like $response:header values. e.g. can be
18477: hash [can have subattributes] & contain date values.
18478:
18479: * src/main/pa_common.C: http:// param values lang forced URI
18480:
18481: * src/main/pa_common.C: http:// tainted partes now %xx
18482:
18483: 2002-11-28 paf
18484:
1.211 moko 18485: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18486:
18487: * src/classes/image.C: ^image.length now counts interchar space.
18488: plus space after last char
18489:
18490: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18491:
18492: * src/classes/image.C: ^image.font width measurer now scans full
18493: height [were -1]
18494:
18495: * configure.in: stopped double libltdl/Makefile generation
18496:
18497: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18498: chars [one top horizontal line of 1pixel height were missing]
18499:
18500: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18501: 'false' to go into (Hash *) parameter
18502:
18503: 2002-11-27 paf
18504:
18505: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18506: types/pa_vmail.C: response:body[file] if file nows it's name now
18507: returns content-disposition: >>attachment<<
18508:
18509: * src/classes/image.C: ^image.font << bad font file-size now
18510: properly reported
18511:
18512: 2002-11-26 paf
18513:
18514: * src/main/pa_request.C: fixed lang in reponse header
18515:
18516: * src/main/pa_common.C: utf8 prefix ignored @read text
18517:
1.211 moko 18518: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18519: response status!=200 made exception: http.status with source=bad
18520: status#
1.95 moko 18521:
18522: 2002-11-25 paf
18523:
18524: * configure.in, src/classes/image.C,
18525: src/include/pa_config_auto.h.in,
18526: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18527: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18528: const void related probs fixed
1.95 moko 18529:
1.211 moko 18530: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18531: fields now UPPERCASE
1.95 moko 18532:
18533: $file[^file::load[http://there]] $file.SERVER
18534:
18535: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18536: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18537: http options [invalid onces now reported] made default
18538: user-agent: paf
18539:
1.211 moko 18540: * operators.ru.txt, operators.txt, src/classes/file.C,
18541: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18542: src/include/pa_globals.h, src/main/pa_common.C,
18543: src/main/pa_globals.C, src/main/pa_request.C,
18544: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18545: now understand http:// prefix and additional params, sample:
18546: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18547: $.USER-AGENT[parser3] ]]
18548:
18549: 2002-11-22 paf
18550:
18551: * src/classes/image.C, src/include/pa_globals.h,
18552: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18553: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18554: $image.exif support $image.exif.DateTime & co
1.95 moko 18555:
18556: 2002-11-21 paf
18557:
18558: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18559: _PASS_APPENDED)
18560:
18561: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18562: EXIF information [were big block and it's size were considered
18563: negative :(]
18564:
1.211 moko 18565: * operators.ru.txt, operators.txt, src/classes/image.C,
18566: src/include/pa_common.h, src/main/pa_common.C,
18567: src/types/pa_vmail.C: image.measure internals rewritten. no
18568: there's reader.seek, and all's ready for EXIF extraction [now we
18569: fail to measure files with EXIF info]
1.95 moko 18570:
18571: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18572: O_TRUNC truncates even exclusevely write-locked file [thanks to
18573: Igor Milyakov <virtan@rotabanner.com> for discovering]
18574:
18575: 2002-11-20 paf
18576:
18577: * src/targets/cgi/parser3.C: logging @signal += query_string
18578:
18579: * configure.in, src/include/pa_config_auto.h.in,
18580: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18581: comment
18582:
18583: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18584:
18585: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18586: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18587: currently processed document SIGPIPE >> interrupts request
18588: processing [exception = DB rollback]
18589:
18590: * src/main/pa_exec.C: comment
18591:
18592: * src/main/pa_exec.C: pa_exec: data written only if size>0
18593:
1.211 moko 18594: * operators.ru.txt, operators.txt, src/classes/file.C:
18595: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18596:
18597: * src/: include/pa_config_fixed.h, main/pa_common.C,
18598: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18599: pipe read errors now checked
18600:
18601: 2002-11-19 paf
18602:
18603: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18604: CGI: Illegal call
18605:
18606: 2002-11-01 paf
18607:
18608: * src/main/execute.C: comment
18609:
18610: 2002-10-31 paf
18611:
18612: * src/main/execute.C: found out why, checked that for now. todo:
18613: find out a way for that user could do that
18614:
18615: * src/types/pa_vstateless_object.h: object put replaces static
18616: parent if any
18617:
18618: * src/types/pa_vobject.C: object put replaces static parent if any
18619:
18620: * src/: classes/form.C, classes/mail.C, classes/op.C,
18621: classes/xnode.h, main/compile.tab.C, main/execute.C,
18622: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18623: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18624: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18625: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18626: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18627: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18628: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18629: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18630: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18631: types/pa_vstateless_object.h, types/pa_vstatus.C,
18632: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18633: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18634: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18635: types/pa_wwrapper.h: static fix merged
18636:
18637: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18638: $virtual_fields in dynamic, but one can reach derived
18639: static[class] variable from base
18640:
18641: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18642: types/pa_vobject.C, types/pa_vobject.h,
18643: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18644: statics, left $virtual_fields in dynamic
18645:
18646: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18647: one can't remember derivates in base class: there's so many of
18648: them. also there can be no virtual method calls in static
18649: classes
18650:
18651: * src/: classes/form.C, classes/mail.C, classes/op.C,
18652: classes/xnode.h, main/execute.C, main/pa_request.C,
18653: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18654: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18655: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18656: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18657: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18658: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18659: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18660: types/pa_vresponse.C, types/pa_vresponse.h,
18661: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18662: types/pa_vstateless_object.h, types/pa_vstatus.C,
18663: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18664: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18665: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18666: types/pa_wwrapper.h: static call $self fixed
18667:
18668: * src/main/execute.C: comment
18669:
18670: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18671: ^process[$caller.self]{...} now compiles to last derived object
18672: part of that 'self'
18673:
18674: 2002-10-29 paf
18675:
18676: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18677: re-passing [iis to blame]
18678:
18679: * src/classes/string.C: changed string.save to pass current sql
18680: connection to cstr thus one can ^connect[some server]{
18681: $s[insert into table x (x) values (^taint[sql]{value})]
18682: ^s.save[some.sql] } and he'd get in some.sql file code with
18683: properly escaped. [tried in mssql->mysql export->import of
18684: binary data]
18685:
18686: 2002-10-25 paf
18687:
18688: * src/types/pa_vresponse.C: case insensitive response user fields
18689: get/put
18690:
18691: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18692: types/pa_vresponse.C: saving for maybe-future
18693:
18694: 2002-10-23 paf
18695:
1.211 moko 18696: * operators.ru.txt, operators.txt, src/classes/table.C:
18697: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18698:
18699: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18700:
18701: 2002-10-22 paf
18702:
18703: * src/types/: pa_vform.C, pa_vform.h: removed needless
18704: VForm::Append...(...Value)
18705:
18706: * src/main/execute.C: $.name outside of $name[...] checked
18707:
18708: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18709: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18710:
18711: 2002-10-21 paf
18712:
1.211 moko 18713: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18714: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18715:
1.211 moko 18716: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18717: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18718:
1.211 moko 18719: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18720: $form:image-map
1.95 moko 18721:
1.211 moko 18722: * operators.ru.txt, operators.txt, src/classes/file.C:
18723: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18724:
18725: 2002-10-17 paf
18726:
18727: * src/main/: compile.tab.C, compile.y: operators precedence changed
18728: a little: logical not and bitwise negation precedence made
18729: highest, << and >> bitshits precedence made equal [were << higher
18730: than >>]
18731:
18732: * src/classes/op.C: exception handling fixed [were bad with
18733: contexts]
18734:
18735: 2002-10-16 paf
18736:
18737: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18738: main/pa_request.C: Request::self considered equal to
18739: VMethodFrame::self, and removed, Request::get_self() mapped to
18740: VMethodFrame.self()
18741:
18742: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18743: $hash in open field now gives old good error meesage
18744:
18745: 2002-10-15 paf
18746:
18747: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18748: use ^if($junction is junction){was and now true}
18749:
18750: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18751: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18752: types/pa_vxnode.C: xml->parser strings now have origin, which
18753: points to place where value left xml library and came to parser:
18754: place of dom field extraction/call
18755:
18756: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18757: main/compile.tab.C, main/compile.y, main/execute.C,
18758: types/pa_vmethod_frame.h: removed last pieces of old code
18759: allowing $junction.xxx at compile time
18760:
18761: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18762: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18763: objects also considered [were only classes]
18764:
18765: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18766: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18767: with CLASS self. [ (request&method_frame).self temporarily
18768: changed ]
18769:
18770: * src/classes/: hash.C, op.C: method_frame now always changed, with
18771: no exception to native calls. for&foreach changed to use
18772: method_frame.caller for their var's name context
18773:
18774: * src/: main/execute.C, targets/cgi/parser3.C,
18775: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18776: compiling to system classes disabled
18777:
1.211 moko 18778: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18779: ^process[$caller.CLASS]{code-string} added
18780:
1.211 moko 18781: * operators.ru.txt, operators.txt, src/classes/op.C,
18782: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18783: src/main/pa_request.C, src/types/Makefile.am,
18784: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18785: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18786: $junction.get $junction.set[] introducing $caller
1.95 moko 18787:
18788: * src/types/pa_value.h: removed outdated comments. doxygen would
18789: find them lower by inheritance tree
18790:
18791: * src/types/pa_vjunction.C: ident
18792:
18793: 2002-10-14 paf
18794:
18795: * src/classes/op.C: process compiles to code's class class
18796:
18797: * src/: classes/form.C, classes/mail.C, classes/op.C,
18798: include/pa_request.h, main/compile.C, main/compile.tab.C,
18799: main/compile.y, main/execute.C, main/pa_request.C,
18800: types/pa_vstateless_class.h: operators now main-class-methods
18801:
18802: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18803: better stack trace [has "call" & co there]
18804:
18805: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18806: operators @auto now executed in MAIN context
18807:
18808: * src/main/execute.C: operator execution context now = MAIN, not
18809: closest stack frame
18810:
18811: @touchit[] $i[after]
18812:
18813: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18814: were 'after'
18815:
18816: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18817: 'after'
18818:
18819: * src/main/execute.C: comment
18820:
18821: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18822: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18823: action]
18824:
18825: * src/types/pa_vxnode.C: misreplace fixed
18826:
18827: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18828: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18829: $status:rusage.tv_secs/usecs introduced
18830:
18831: 2002-10-09 paf
18832:
18833: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18834: on empty string [or uses (default)]
18835:
18836: 2002-10-08 paf
18837:
18838: * src/main/untaint.C: mail header quoted printable changed after
18839: RFC reread
18840:
1.211 moko 18841: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18842:
18843: * src/types/pa_vxnode.C: misreplace
18844:
18845: 2002-09-24 paf
18846:
1.116 moko 18847: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18848:
18849: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18850: mailreceive would compile on freebsd now
18851:
18852: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18853: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18854: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18855: mailreceive would compile on freebsd now
1.95 moko 18856:
18857: * src/: classes/file.C, main/untaint.C: 1. file spec language
18858: changed: now there are only few chars are untainted: * ? ' " < >
18859: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18860: one should use ^untaint[uri]{...} now]
18861:
18862: 2. $list[^file:list[dir]] now returns simply tainted names in
18863: $list.name, not tainted as filespec
18864:
18865: @russianindex[] #dir with files with russian-lang names
18866: $where[dir]
18867:
18868: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18869: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18870:
18871: 2002-09-23 paf
18872:
18873: * src/types/pa_vdouble.h: double->int round added
18874:
18875: * src/classes/date.C: date bug fix, now
18876: round(floatDays*secondsPerDay)
18877:
18878: * src/classes/date.C: date bug fix, now
18879: round(floatDays*secondsPerDay)
18880:
18881: 2002-09-20 paf
18882:
18883: * src/main/execute.C: code junction calls disabled [before: code
18884: was compiled in such a way, that there were no code-junctions in
18885: OP_CALL]
18886:
18887: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18888:
18889: @badjunctioncallinside[code] ^code[]
18890:
18891: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18892: expanding to include ^junction.method
18893:
18894: * src/main/pa_common.C: -d "DIR/" now true
18895:
18896: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18897: as internal xdoc encoding, and after decoding attributes set by
18898: dom functions now encoded OK, not as digital entities
18899:
18900: * src/classes/xdoc.C: empty transform result, being taken as file
18901: now returns empty file, not raises stupid error about "stat-ed
18902: file"
18903:
18904: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18905: allowed
18906:
18907: * src/types/types.dsp: introducing $junction.get/put(1) one can
18908: write iterators now:
18909:
18910: ^user-foreach[key;value]{$key=$value<br>}
18911:
18912: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18913: $code.value($i*2) $code }
18914:
18915: * src/main/compile_tools.h: mistype
18916:
1.116 moko 18917: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18918: thus taking linking options configure changes into account [were:
18919: ignoring]
1.95 moko 18920:
18921: * src/types/: pa_vjunction.C, Makefile.am: introducing
18922: $junction.get/put(1) one can write iterators now:
18923:
18924: ^user-foreach[key;value]{$key=$value<br>}
18925:
18926: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18927: $code.value($i*2) $code }
18928:
18929: * src/: include/pa_opcode.h, include/pa_request.h,
18930: main/compile.tab.C, main/compile.y, main/execute.C,
18931: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18932: introducing $junction.get/put(1) one can write iterators now:
18933:
18934: ^user-foreach[key;value]{$key=$value<br>}
18935:
18936: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18937: $code.value($i*2) $code }
18938:
18939: 2002-09-19 paf
18940:
1.116 moko 18941: * Makefile.am: new: make commit
1.95 moko 18942:
18943: * aclocal.m4: forced to be older
18944:
18945: 2002-09-18 paf
18946:
18947: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18948: src/main/compile.y, src/main/execute.C: << >> int shifts
18949:
18950: * src/: include/pa_common.h, include/pa_request.h,
18951: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18952: - now this - fatal error
18953:
18954: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18955: that one can pass binary data there
18956:
18957: * src/: classes/date.C, classes/double.C, classes/file.C,
18958: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18959: classes/op.C, classes/response.C, classes/string.C,
18960: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18961: include/pa_request.h: pa_request contexts made privated, plus
18962: get_{self/method_frame} to read. Request_context_saver used in
18963: ^try to save flang too. [were not saved]
18964:
18965: * src/types/pa_vresponse.C: header value chains joined before
18966: output, this should help $.subject[$var $var] from being
18967: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18968:
18969: 2002-09-17 paf
18970:
18971: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18972: removed changes, operators executed with calling self. lots of
18973: code with ^include code relies on defined/defining self variables
18974:
18975: $a[1] ^include[print_a.p] print_a.p: $a
18976:
18977: ^include[set_a.p] a=$a set_a.p: $a[1]
18978:
18979: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18980: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18981: types/pa_vstateless_class.h: operators now executed with MAIN
18982: self. it's for ^include sake, too strong a change
18983:
18984: * src/classes/op.C: made place for ^process to compile it's code to
18985: in case of no self
18986:
18987: * src/main/execute.C: found ancient param to Junction, removed.
18988: allowed passing self to native_code_operators [for ^process to
18989: work, she needs self]
18990:
18991: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18992: types/pa_vstateless_class.h: found ancient param to Junction,
18993: removed. allowed passing self to native_code_operators [for
18994: ^process to work, she needs self]
18995:
18996: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18997: types/pa_value.h, types/pa_vmethod_frame.h,
18998: types/pa_vstateless_class.h: allowed Request.self to be 0,
18999: checked that in VMethodFrame get/put and $self.
19000:
19001: * src/classes/: table.C, xdoc.C: table::sql options table::create
19002: copy options options checked, wrong option now fatal error
19003:
19004: * src/main/pa_string.C: string.replace fixed [were missing words on
19005: pieces boundaries]
19006:
1.150 moko 19007: * configure, configure.in: .so now detected [can be .sl on hpux,
19008: .dll on cygwin, .so in other cases)
1.95 moko 19009:
19010: * configure, configure.in: .so now detected [can be .sl on hpux,
19011: .dll on cygwin, .so in other cases)
19012:
1.211 moko 19013: * operators.ru.txt, operators.txt, src/classes/hash.C,
19014: src/classes/table.C, src/include/pa_globals.h,
19015: src/main/pa_globals.C: table.sql hash::sql flag to allow
19016: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19017:
19018: * src/: classes/hash.C, classes/table.C,
19019: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19020: now errors
19021:
19022: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19023:
19024: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19025: ,2,3]
19026:
19027: 2002-09-16 paf
19028:
19029: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19030: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19031: stdout to be binary. now detected closest header break.
19032:
19033: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19034: closed right
19035:
19036: 2002-09-13 paf
19037:
1.211 moko 19038: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19039: src/main/compile.y, src/main/compile_tools.h: (expression
19040: #comment)
1.95 moko 19041:
19042: (multiline expression #comment line2 #comment )
19043:
19044: (expression #comment with (brackets) comment) << OK
19045:
1.211 moko 19046: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19047: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19048: for expression #comments]
1.95 moko 19049:
19050: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19051: error
19052:
19053: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19054: cheched in pa_socks.C
19055:
1.116 moko 19056: * configure, configure.in, src/include/pa_config_auto.h.in:
19057: HAVE_WINSOCK_H created in configure.in
1.95 moko 19058:
19059: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19060: cookie date now clean [were mistakenly tainted & that worked bad
19061: with opera -- 'happily' that worked OK with msie]
19062:
19063: 2002-09-12 paf
19064:
19065: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19066: VClass get_element now first looks to fields, next to methods &
19067: co todo: the rest reason: more speed
19068:
19069: * src/main/untaint.C: quoted printable encoding stops before
19070: \s*<...>$
19071:
19072: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19073: stops before <...>$
19074:
19075: 2002-09-11 paf
19076:
19077: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19078: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19079: forgot to check users of those funcs. not all were using that
19080: return value convention
19081:
19082: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19083: windows-1254 added
19084:
19085: 2002-09-10 paf
19086:
19087: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19088: VCodeFrame parent param were specified badly
19089:
19090: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19091: WWrapper which used in constructing objects(second param to sql
19092: method) ^...sql{}[$.default{code}] now has parent, wich helps
19093: code in hash to survivi
19094:
19095: * src/: include/pa_request.h, main/execute.C: removed redundant
19096: param to execute [stack said 'thanks']
19097:
19098: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19099: types/pa_value.h, types/pa_vcode_frame.h,
19100: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19101: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19102: responsibility to wcontext
19103:
19104: * src/classes/file.C: decided not to log exec's with stderr, that
19105: could be warnings, and it's up to scritper to log/show them
19106:
19107: * src/: classes/double.C, main/execute.C: double:sql badly called
19108: write_assign_lang, not write_no_lang, thus doing unnecessary
19109: double/string converstion, which were loosing time&precesion
19110:
19111: * src/: main/pa_charset.C, types/pa_vmail.C:
19112: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19113: case of unfinished in buffer processing, causing accidental
19114: transcode stop [in case that source enc != utf-8 & there is
19115: incomplete utf-8 sequence at the end of 16000block iside of
19116: libxml lib] tfm readed & code updated
19117:
19118: 2002-09-04 paf
19119:
19120: * configure: makes with sjlj
19121:
19122: * INSTALL, src/include/pa_config_fixed.h,
19123: src/include/pa_sql_connection.h,
19124: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19125: checked. on win32 it made default
19126:
19127: * src/include/pa_config_auto.h.in: sjlj define
19128:
19129: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19130: can not work with longjump/throw pair, and one must switch that
19131: on there. todo: detect that automatically]
19132:
19133: * src/types/pa_vxnode.C: removed too strong checks of
19134: xnode.elements. now, for instance, if element does not have any
19135: attributes, $xnode.attributes is void, not error
19136:
19137: 2002-09-02 paf
19138:
1.211 moko 19139: * operators.ru.txt, operators.txt, src/main/execute.C,
19140: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19141:
19142: * src/main/execute.C: double_result made to move that var away from
19143: hungry g++ optimizer (-O2), before: it were optimized and
19144: comparison operators worked badly
19145:
19146: * src/types/pa_vdate.h: removed debug
19147:
1.116 moko 19148: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19149:
19150: * src/main/execute.C: fixed numeric < & co so that thay now use
19151: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19152: unknown reason.
19153:
19154: 2002-08-29 paf
19155:
19156: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19157: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19158: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19159: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19160: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19161: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19162: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19163: [called less frequent, allowed to remove ugly
19164: Junction.change_context-s from many places, switch,
19165: mail:send..html{}, ..] request.root renamed to method_frame [more
19166: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19167: [speed up]
19168:
19169: 2002-08-28 paf
19170:
19171: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19172: tainted
19173:
19174: * src/types/pa_vcookie.C: fixed cookie delete when
19175: $cookie:name[$.value[]]
19176:
1.211 moko 19177: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19178: ^string.split[delim[;options]]
19179:
19180: 2002-08-27 paf
19181:
1.116 moko 19182: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19183:
1.211 moko 19184: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19185: src/main/compile.y: # now delimiter
1.95 moko 19186:
19187: * INSTALL: recommended latest gmime 1.0.5
19188:
19189: 2002-08-26 paf
19190:
19191: * configure, configure.in: apache13/hook added to make dist.
19192:
19193: 2002-08-23 paf
19194:
19195: * src/: include/pa_common.h, main/pa_common.C,
19196: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19197: beside binary [cgi, isapi] not accessible [due to bad rights or
19198: whatever] it's error now
19199:
19200: 2002-08-21 paf
19201:
1.116 moko 19202: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19203:
19204: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19205: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19206: class". compiled as if here they named base class
19207:
19208: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19209: cloning constructor]
19210:
19211: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19212:
1.150 moko 19213: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19214: $mail.received.file.value.content-type fixed
19215:
19216: 2002-08-20 paf
19217:
19218: * src/classes/file.C: fixed language of file:file result
19219:
1.211 moko 19220: * operators.ru.txt, operators.txt, src/classes/void.C:
19221: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19222:
1.211 moko 19223: * operators.ru.txt, operators.txt, src/classes/void.C:
19224: ^void.pos[...] = -1
1.95 moko 19225:
1.211 moko 19226: * operators.ru.txt, operators.txt, src/classes/void.C:
19227: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19228:
1.211 moko 19229: * src/classes/void.C, operators.ru.txt, operators.txt:
19230: ^void.length[] = 0
1.95 moko 19231:
19232: 2002-08-19 paf
19233:
19234: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19235: work now
19236:
19237: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19238: error in xnode, which were not catched in xdoc]
19239:
19240: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19241: prepared: // validate each document after load/create (?)
19242: //xmlDoValidityCheckingDefaultValue = 1;
19243:
19244: 2002-08-15 paf
19245:
19246: * src/classes/classes.h: write to static var caused useless
19247: Exception, introduced Methoded::put_element wich consumes those
19248:
1.211 moko 19249: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19250: src/main/pa_common.C, src/types/pa_vcookie.C,
19251: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19252: src/types/pa_vresponse.h: $response:field[date]
19253: $response:field[$.xxx[date]]
1.95 moko 19254:
19255: * src/: classes/hash.C, classes/string.C, classes/table.C,
19256: classes/void.C, include/pa_sql_connection.h: fixed source of
19257: ^hash::sql{bad}
19258:
1.211 moko 19259: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19260: request body
1.95 moko 19261:
19262: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19263:
19264: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19265: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19266:
1.211 moko 19267: * operators.ru.txt, operators.txt, src/classes/form.C,
19268: src/include/pa_pool.h, src/include/pa_request.h,
19269: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19270: planning/preparing_to $request:body r.post_data now const
1.95 moko 19271:
19272: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19273: classes/xnode.C, main/execute.C, types/pa_value.h,
19274: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19275: types/pa_vtable.h: instead of type() checking everywhere used
19276: Value.as now user descendants can be used in params.
19277:
19278: VObject::as_*, is_defined now taken from bases. xtable(table)
19279: ^if($xtable) now OK
19280:
19281: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19282: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19283: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19284:
19285: 2002-08-14 paf
19286:
19287: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19288: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19289: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19290: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19291: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19292: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19293: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19294: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19295: types/pa_vresponse.C, types/pa_vresponse.h,
19296: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19297: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19298: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19299: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19300: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19301: & VClass
19302:
19303: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19304:
19305: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19306: removed fixopt stupidity. on stupid linux use cd /document/root
19307: ../cgi/parser3 script
19308:
19309: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19310: params, splitting them by space, excluding argv[0], argv[argc-1]
19311:
19312: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19313: fixopt.h: fixopt now preprocesses command line params, splitting
19314: them by space, excluding argv[0], argv[argc-1]
19315:
19316: * src/targets/cgi/parser3.C: -f config file
19317:
19318: * src/targets/cgi/parser3.C: fixed .log file dir
19319:
19320: 2002-08-13 paf
19321:
19322: * src/types/pa_vobject.C: allow override parent variables, useful
19323: for form descendants [in vobject too, were in vclass]
19324:
19325: * src/types/pa_vclass.C: allow override parent variables, useful
19326: for form descendants
19327:
19328: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19329: overwritten in derived(table)
19330:
19331: * src/: classes/form.C, classes/mail.C, classes/op.C,
19332: classes/xnode.h, include/pa_request.h, main/execute.C,
19333: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19334: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19335: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19336: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19337: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19338: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19339: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19340: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19341: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19342: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19343: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19344: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19345: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19346: Value::get_element(..., bool looking_down) [needed to exclude
19347: endless recoursion]
19348:
19349: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19350: fix bug with put endless recoursion todo: check 'as'
19351:
19352: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19353: reorganized modules todo: fix bug with put endless recoursion
19354: todo: check 'as'
19355:
19356: * src/types/pa_vobject.h: checked: table fields can be overwritten
19357: in derived(table)
19358:
19359: * src/types/pa_vobject.h: derived classes can have fields of their
19360: own now
19361:
19362: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19363: fixed error message on using non-created table
19364:
19365: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19366: classes/op.C, classes/xnode.h, include/pa_request.h,
19367: main/compile.C, main/compile.tab.C, main/execute.C,
19368: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19369: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19370: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19371: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19372: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19373: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19374: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19375: types/pa_vresponse.C, types/pa_vresponse.h,
19376: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19377: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19378: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19379: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19380: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19381: looking down/up tree todo: fix error message on non-constructed
19382: parents
19383:
19384: 2002-08-12 paf
19385:
19386: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19387: derived OK
19388:
19389: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19390: thorough testing
19391:
19392: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19393: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19394: types/pa_vobject.h, types/pa_vstateless_class.h,
19395: types/pa_vstateless_object.h, types/pa_wcontext.h,
19396: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19397: ^base:create[] dynamic call rewritten todo: thorough testing
19398:
19399: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19400: now instantates base class, remembers it and saves child in
19401: parent VObject.get_class now returns last child = downward
19402: virtual calls OK
19403:
19404: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19405: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19406: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19407: types/pa_vobject.h, types/pa_vresponse.h,
19408: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19409: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19410: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19411: VAliased [redundant], moved $CLASS to VObject only [parser class
19412: instance]
19413:
19414: * src/main/pa_request.C: $response:body[file] content-type check
19415: fixed [were bad when content-type is hash]
19416:
19417: 2002-08-09 paf
19418:
19419: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19420: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19421:
19422: 2002-08-08 paf
19423:
1.211 moko 19424: * operators.ru.txt, operators.txt, src/classes/date.C,
19425: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19426: month calendar [week year]
1.95 moko 19427:
19428: * src/main/execute.C: error reporting on object writes to MAIN
19429: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19430:
1.211 moko 19431: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19432: $date.yearday $date.daylightsaving
1.95 moko 19433:
19434: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19435: use tainted data now. only she must specify the language.
19436:
19437: ^mail:send[ $.from[paf@mail.design.ru]
19438: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19439: $.text[^taint[uri][ìîñêâà]=] ]
19440:
19441: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19442: now prints more precise origin
19443:
19444: * src/include/pa_string.h: String::first_char now not fails on
19445: empty strings ^if(-f '') now ok and in 3 other places.
19446:
1.211 moko 19447: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19448: src/main/pa_string.C: String::first_char now not fails on empty
19449: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19450:
19451: 2002-08-07 paf
19452:
19453: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19454: fixed
19455:
19456: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19457:
19458: * src/: main/execute.C, types/pa_vcode_frame.h,
19459: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19460: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19461: mistakenly not completely transparent to object writes.
19462: $hash[^if(1){$hash}] now works
19463:
1.211 moko 19464: * operators.ru.txt, operators.txt, src/classes/op.C:
19465: ^cache...{...^cache<<to past...} now erasing cache file [there
19466: were bad check on that]
1.95 moko 19467:
19468: * src/: classes/classes.dsp, classes/table.C,
19469: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19470: all Debug dirs in .dsp now named 'Debug'
19471:
1.116 moko 19472: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19473:
1.211 moko 19474: * operators.ru.txt, operators.txt, src/classes/mail.C:
19475: exception_type email.send
1.95 moko 19476:
1.211 moko 19477: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19478: exception_type email.format
1.95 moko 19479:
19480: * src/types/pa_vmail.C: mail:send empty email checked
19481:
19482: 2002-08-06 paf
19483:
1.211 moko 19484: * operators.ru.txt, operators.txt, src/classes/table.C,
19485: src/include/pa_array.h, src/include/pa_table.h,
19486: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19487: ^table::create[$source;$.options] ^table::join[$source;$.options]
19488:
1.211 moko 19489: * operators.ru.txt, operators.txt, src/classes/hash.C,
19490: src/classes/string.C, src/classes/table.C: sql options can be
19491: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19492:
19493: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19494:
19495: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19496: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19497: $file.content-type [instead of .mime-type] now works for
19498: file::stat also
19499:
19500: * src/main/pa_request.C: case insensitive mime_type_of
19501:
19502: 2002-08-05 paf
19503:
19504: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19505:
19506: * src/types/pa_vmail.C: file buffer relocated to parser heap
19507:
1.211 moko 19508: * operators.ru.txt, operators.txt: comment on date:calendar week
19509: column
1.95 moko 19510:
19511: * src/main/pa_common.C: write checked
19512:
19513: * src/main/: pa_common.C: write checked
19514:
19515: * src/classes/date.C: +1 buf size for stupid snprintfs
19516:
19517: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19518: month calendar week column [ISO 8601 Week Numbers]
19519:
19520: 2002-08-02 paf
19521:
19522: * src/: include/pa_config_fixed.h, main/pa_string.C,
19523: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19524: DEBUG*
19525:
19526: * configure, configure.in, src/include/pa_version.h: release
19527: 3_0_0005
19528:
19529: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19530: multipart post fixed
19531:
1.211 moko 19532: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19533: src/types/pa_vform.C: response transcoded source->client only
19534: when text/* or simple onoverridden $response:body
1.95 moko 19535:
19536: 2002-08-01 paf
19537:
19538: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19539: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19540: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19541: classes/op.C, classes/response.C, classes/string.C,
19542: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19543: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19544: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19545: include/pa_config_fixed.h, include/pa_dictionary.h,
19546: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19547: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19548: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19549: include/pa_socks.h, include/pa_sql_connection.h,
19550: include/pa_sql_driver_manager.h, include/pa_stack.h,
19551: include/pa_string.h, include/pa_stylesheet_connection.h,
19552: include/pa_stylesheet_manager.h, include/pa_table.h,
19553: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19554: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19555: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19556: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19557: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19558: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19559: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19560: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19561: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19562: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19563: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19564: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19565: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19566: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19567: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19568: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19569: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19570: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19571: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19572: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19573: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19574: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19575: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19576: types/pa_vmethod_frame.h, types/pa_vobject.h,
19577: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19578: types/pa_vresponse.h, types/pa_vstateless_class.C,
19579: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19580: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19581: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19582: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19583: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19584: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19585:
19586: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19587: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19588: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19589: classes/math.C, classes/op.C, classes/response.C,
19590: classes/string.C, classes/table.C, classes/void.C,
19591: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19592: include/pa_array.h, include/pa_cache_managers.h,
19593: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19594: include/pa_config_fixed.h, include/pa_config_includes.h,
19595: include/pa_dictionary.h, include/pa_dir.h,
19596: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19597: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19598: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19599: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19600: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19601: include/pa_stack.h, include/pa_string.h,
19602: include/pa_stylesheet_connection.h,
19603: include/pa_stylesheet_manager.h, include/pa_table.h,
19604: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19605: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19606: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19607: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19608: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19609: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19610: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19611: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19612: main/pa_sql_driver_manager.C, main/pa_string.C,
19613: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19614: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19615: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19616: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19617: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19618: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19619: targets/isapi/pool_storage.h, types/pa_valiased.C,
19620: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19621: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19622: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19623: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19624: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19625: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19626: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19627: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19628: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19629: types/pa_vresponse.C, types/pa_vresponse.h,
19630: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19631: types/pa_vstateless_object.h, types/pa_vstatus.C,
19632: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19633: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19634: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19635: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19636: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19637: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19638: types/Makefile.am: ident.C* removed
19639:
1.211 moko 19640: * operators.ru.txt, operators.txt, src/classes/file.C,
19641: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19642:
19643: * src/targets/cgi/parser3.C: usage to stdout now
19644:
19645: 2002-07-31 paf
19646:
19647: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19648:
19649: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19650: default "postmaster"
19651:
19652: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19653: -f postmaster now default sendmail key word "postmaster"
19654: replaced to $.from
19655:
19656: 2002-07-30 paf
19657:
1.116 moko 19658: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19659: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19660:
19661: * src/main/pa_charset.C: comment
19662:
19663: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19664: table, &#decimal;
19665:
19666: * src/main/pa_request.C: comment
19667:
19668: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19669: paragraf]
19670:
19671: 2002-07-11 paf
19672:
19673: * src/main/pa_exec.C: build command line badly added params twice
19674: [and first time without ' ']. double wrong. fixed.
19675:
19676: * src/main/pa_exec.C: invalid .exe caused error message with params
19677: wich parser did not provide = reported badly. fixed that.
19678:
19679: * src/classes/mail.C: $MAIL[ # xxx ]
19680:
19681: now ok
19682:
1.211 moko 19683: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19684:
19685: 2002-07-01 paf
19686:
19687: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19688: [MForm.configure_admin were called when request.main_class ==0
19689:
19690: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19691:
19692: * src/classes/form.C: content_length type fix
19693:
19694: 2002-06-30 paf
19695:
19696: * src/classes/mail.C: merged from 4
19697:
19698: * src/classes/mail.C: restored $MAIL
19699:
19700: 2002-06-28 paf
19701:
19702: * configure, configure.in: removed paths.h
19703:
1.116 moko 19704: * configure, src/include/pa_version.h,
1.95 moko 19705: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19706: merged, makes updated
19707:
1.211 moko 19708: * ChangeLog, configure, operators.ru.txt, operators.txt,
19709: src/classes/xdoc.C, src/include/pa_charset.h,
19710: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19711: src/include/pa_version.h, src/main/pa_charset.C,
19712: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19713: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19714: latest updates to head
1.95 moko 19715:
19716: 2002-06-27 paf
19717:
19718: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19719: not error now
19720:
1.211 moko 19721: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19722: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19723: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19724: ^xdoc::create[[uri]]... base uri for document being created,
19725: imports and other relative file names would be relative to this
19726: uri default uri=path_translated
19727:
19728: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19729:
19730: 2002-06-26 paf
19731:
19732: * configure, configure.in, src/include/pa_version.h:
19733: release_3_0_0004
19734:
19735: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19736: 0 now
19737:
19738: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19739:
19740: 2002-06-25 paf
19741:
19742: * src/main/pa_string.C: emtpy string, or string of whitespaces
19743: considered bad number now
19744:
1.211 moko 19745: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19746: ^xdoc.transform[xdoc <<can be now
1.95 moko 19747:
1.211 moko 19748: * operators.ru.txt, operators.txt, src/classes/string.C:
19749: ^string.normalize [old name: optimize
1.95 moko 19750:
19751: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19752: library configured
19753:
19754: * src/main/pa_request.C: configure_admin forced if no @conf
19755:
1.211 moko 19756: * operators.ru.txt, operators.txt, src/classes/math.C,
19757: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19758: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19759:
19760: 2002-06-24 paf
19761:
19762: * INSTALL: --with-static/shared-mailreceive described
19763:
19764: * src/include/pa_config_fixed.h: ssize_t fixed
19765:
1.116 moko 19766: * configure, configure.in, src/include/pa_config_auto.h.in,
19767: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19768: src/types/pa_vmail.C: $mail:received makes update
19769:
19770: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19771: WITH_MAILRECEIVE
19772:
19773: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19774:
19775: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19776: option, for $mail:receive
19777:
19778: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19779: introducting $message:received ^mail:send rewritten with backward
19780: comp
19781:
19782: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19783: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19784: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19785: now
19786:
1.211 moko 19787: * operators.ru.txt, operators.txt, src/classes/mail.C,
19788: src/include/Makefile.am, src/include/pa_charset.h,
19789: src/include/pa_config_fixed.h, src/include/pa_request.h,
19790: src/include/pa_string.h, src/include/pa_uue.h,
19791: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19792: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19793: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19794: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19795: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19796: uue to separate file introducting $message:received ^mail:send
19797: rewritten with backward comp
19798:
19799: 2002-06-21 paf
19800:
1.116 moko 19801: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19802: co changes
1.95 moko 19803:
1.116 moko 19804: * configure, configure.in, src/lib/md5/Makefile.am,
19805: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19806: restructure .in and .am files appropriate changes
1.95 moko 19807:
19808: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19809: pcre to libs/ added libs/md5 which is linked to non-apache
19810: targets ^math:crypt[password;$apr1$salt]
19811:
1.211 moko 19812: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19813: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19814: src/classes/classes.dsp, src/classes/math.C,
19815: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19816: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19817: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19818: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19819: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19820: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19821: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19822: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19823: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19824: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19825: src/lib/pcre/pcre_parser_ctype.dsp,
19826: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19827: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19828: src/main/compile.tab.C, src/main/main.dsp,
19829: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19830: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19831: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19832: to libs/ added libs/md5 which is linked to non-apache targets
19833: ^math:crypt[password;$apr1$salt]
19834:
19835: 2002-06-20 paf
19836:
1.211 moko 19837: * INSTALL, configure, configure.in, operators.ru.txt,
19838: operators.txt, src/classes/file.C, src/classes/op.C,
19839: src/doc/doxygen.cfg, src/include/pa_globals.h,
19840: src/include/pa_request.h, src/main/execute.C,
19841: src/main/pa_request.C, src/targets/cgi/parser3.C,
19842: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19843: marged latest HEAD updates, mainly file:justname&co &
19844: @auto/conf[filespec
1.95 moko 19845:
1.211 moko 19846: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19847: !^file:dirname[/a/some.tar.gz]=/a
19848: !^file:dirname[/a/b/]=/a
19849: !^file:basename[/a/some.tar.gz]=some.tar.gz
19850: !^file:justname[/a/some.tar.gz]=some.tar
19851: !^file:justext[/a/some.tar.gz]=gz
19852:
19853: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19854: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19855: @conf/auto[filespec]
19856:
1.116 moko 19857: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19858:
1.211 moko 19859: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19860: src/doc/doxygen.cfg, src/include/pa_globals.h,
19861: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19862: parser3.conf renamed to auto.p
1.95 moko 19863:
19864: 2002-06-18 paf
19865:
19866: * configure, configure.in, src/include/pa_version.h: version to
19867: configure.in
19868:
19869: * INSTALL: reflected .conf.dist dir change
19870:
1.150 moko 19871: * Makefile.am, configure, configure.in,
1.116 moko 19872: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19873: .in & *.am updated
19874:
19875: * src/classes/file.C: strncasecmp
19876:
19877: * src/classes/file.C: strcasecmp
19878:
1.150 moko 19879: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19880:
19881: * src/classes/file.C: ^file::exec[script;$.bad error case
19882: insensitive check now
19883:
19884: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19885:
19886: * configure, configure.in, src/include/pa_pool.h,
19887: src/include/pa_types.h: pack configure.in detection simplified.
19888: figured out that gcc on sparc not that stupid as thought
19889: previously: on sparc: when it sees packed class it modifies it's
19890: field-access-code to byte operations [stb, ldub] instead of 4byte
19891: operations [st, lduh] so packed must be all parts of packed
19892: class, i.e. it's parents&fields(classes). for now it's only
19893: String that packed and what was wrong is that it's parent -
19894: Pooled, were not packed. fixed that.
19895:
19896: 2002-06-14 paf
19897:
1.211 moko 19898: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 19899:
1.211 moko 19900: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 19901: attribute_node.name/value xnode pi.node.data
19902:
19903: 2002-06-12 paf
19904:
1.116 moko 19905: * configure, configure.in, src/targets/cgi/Makefile.am,
19906: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19907:
1.211 moko 19908: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19909: etc/Makefile.am, src/include/pa_globals.h,
19910: src/include/pa_request.h, src/main/compile.tab.C,
19911: src/main/pa_globals.C, src/main/pa_request.C,
19912: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19913: parser3.conf now one and only
1.95 moko 19914:
19915: * src/classes/mail.C: sendmail -ti [default now]
19916:
19917: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19918: to be strings. for convinient #ing
19919:
19920: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19921: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19922:
19923: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19924: main/pa_globals.C, main/pa_request.C: @conf
19925:
19926: 2002-06-11 paf
19927:
19928: * src/classes/file.C: check simplified
19929:
19930: * src/: classes/file.C, targets/cgi/parser3.dsp,
19931: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19932: valid prefix
19933:
19934: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19935: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19936: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19937:
19938: 2002-06-10 paf
19939:
1.211 moko 19940: * operators.ru.txt, operators.txt, src/classes/op.C,
19941: src/include/pa_common.h, src/main/pa_common.C: lock failures
19942: reported now
1.95 moko 19943:
19944: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19945: string->double @ compile time were not-enough-checking...
19946:
19947: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19948: autoconvert now ignored
19949:
19950: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19951: check
19952:
19953: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19954: $response:body content-type:name
19955:
19956: * configure, configure.in: hpux check, nsl link, no socket
19957:
1.211 moko 19958: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 19959:
19960: * configure, configure.in: pack even address access on sparc&co
19961: arch checked in configure
19962:
19963: * configure, src/include/pa_version.h: makes
19964:
19965: * configure, configure.in, src/include/pa_version.h: makes
19966:
19967: * src/main/untaint.C: (bug#2) mail subject got always prepended
19968: with charset even when all letters were 7bit one
19969:
19970: * src/main/pa_common.C: merged fixed -d (bug)
19971:
19972: * src/main/pa_common.C: fixed -d (bug)
19973:
19974: 2002-06-03 paf
19975:
1.211 moko 19976: * ChangeLog, operators.ru.txt, operators.txt,
19977: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
19978: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 19979: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19980: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19981: .dsp-s along with reorganized cvs modules dirs structure
19982:
19983: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19984: main/pa_globals.C, targets/cgi/parser3.dsp,
19985: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19986: modules
19987:
19988: 2002-05-28 paf
19989:
19990: * src/targets/cgi/parser3.C: info.uri now ""
19991:
19992: 2002-05-17 paf
19993:
19994: * src/classes/: table.C: ^table.save << checked empty
19995: pre/match/post columns
19996:
19997: 2002-05-16 paf
19998:
19999: * src/classes/image.C: image::measure can png now
20000:
20001: 2002-05-15 paf
20002:
1.211 moko 20003: * operators.ru.txt, operators.txt, src/classes/date.C:
20004: ^date::create[%H:%M[:%S]] added
1.95 moko 20005:
20006: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20007:
1.211 moko 20008: * operators.ru.txt, operators.txt, src/classes/date.C:
20009: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20010:
20011: 2002-05-14 paf
20012:
20013: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20014:
20015: 2002-05-07 paf
20016:
20017: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20018: src/include/pa_globals.h, src/include/pa_request.h,
20019: src/include/pa_table.h, src/main/compile.tab.C,
20020: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20021: src/main/pa_request.C, src/main/pa_table.C,
20022: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20023: src/targets/isapi/parser3isapi.dsp,
20024: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20025: name2number field now &. main_method_name now on Request pool
20026: rather on global_pool [Junction+VJunction created on same pool as
20027: name = were created on global pool, causing mem leaks]
20028:
20029: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20030: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20031: main/compile.y, main/main.dsp, main/pa_globals.C,
20032: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20033: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20034: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20035: field now &. main_method_name now on Request pool rather on
20036: global_pool [Junction+VJunction created on same pool as name =
20037: were created on global pool, causing mem leaks]
20038:
20039: 2002-05-06 paf
20040:
20041: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20042: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20043: 100*40 bytes per request memory leak [nonpool malloc in globals]
20044:
20045: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20046: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20047: 100*40 bytes per request memory leak [nonpool malloc in globals]
20048:
20049: 2002-04-30 paf
20050:
20051: * configure, src/include/pa_version.h: version now not b
20052:
20053: * src/targets/cgi/parser3.C: request.uri now never 0
20054:
20055: 2002-04-29 paf
20056:
20057: * configure.in: removed b
20058:
20059: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20060: Exception::comment/type checked in (), no there's no empty
20061: type/comment by default
20062:
20063: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20064: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20065: src/doc/value.dox, src/include/pa_exception.h,
20066: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20067: 0001
20068:
20069: 2002-04-26 paf
20070:
20071: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20072: size reduced
20073:
20074: 2002-04-25 paf
20075:
20076: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20077: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20078: now that took into account
20079:
1.211 moko 20080: * operators.ru.txt, operators.txt, src/classes/date.C:
20081: ^date::create[2002-12-33 01:03:04]
1.95 moko 20082:
1.211 moko 20083: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20084: ^date::create[2002-12-33 01:03:04]
20085:
20086: * ChangeLog: updated changelog
20087:
20088: * src/classes/table.C: removed restriction on column count to
20089: ^table.hash to work, now must be >0 [were >1]
20090:
20091: 2002-04-24 paf
20092:
20093: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20094: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20095: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20096: targets
20097:
20098: 2002-04-23 paf
20099:
1.211 moko 20100: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20101: int/double/string:sql{}[$.default{code}] fixed [were barking:
20102: "junction used outside of context"]
20103:
20104: 2002-04-22 paf
20105:
20106: * types.txt, src/classes/string.C, src/include/pa_string.h,
20107: src/main/pa_string.C, src/types/pa_vstring.C,
20108: src/types/pa_vstring.h: ^string.optimize[]
20109:
20110: * src/: include/pa_globals.h, include/pa_table.h,
20111: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20112: table template
20113:
20114: * src/classes/: string.C: optimize removed from string
20115: .left/right/pos
20116:
20117: * src/main/execute.C: rolled back to
20118: before_killing_userjunction_contexts
20119:
20120: * src/main/execute.C: user junctions context killed
20121:
20122: * src/main/execute.C: junctions to local contexts got
20123: cleanized&checked later
20124:
20125: 2002-04-19 paf
20126:
20127: * src/: classes/string.C, include/pa_request.h,
20128: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20129: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20130: prior to .left .right .mid .pos .match when that is profitable,
20131: and always before .replace when $ORIGINS(1) optimization disabled
20132: economy from not wasting mem on lots of strings which occur by
20133: lots of String:mid calls to get parts of source string between
20134: found_occurances
20135:
20136: * src/classes/file.C: ovector now local economy: 16 bytes per
20137: ^file:list
20138:
20139: * src/: include/pa_globals.h, include/pa_table.h,
20140: main/pa_globals.C, main/pa_string.C: String::match table columns
20141: globalized, not created @ each ^match anymore economy:
20142: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20143:
20144: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20145: removed from each String::match replace iteration, and made
20146: stacked sizeof(VTable)=12bytes economy on each replace code
20147:
20148: * src/doc/footer.htm: 2001,
20149:
20150: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20151: string.match[]['] option enables generation of $match.prematch
20152: .match .postmatch columns
20153:
20154: * src/main/pa_string.C: String::match options analized without
20155: cstr-ing them now
20156:
20157: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20158: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20159: config updated to doxygen 1.2.15, created helper which fixes
20160: minor bugs in chm project files & htm tree. changed extension to
20161: .htm
20162:
20163: 2002-04-18 paf
20164:
20165: * src/doc/doxygen.cfg: .chi generation disabled
20166:
20167: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20168: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20169: fields&methods
20170:
20171: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20172: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20173: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20174: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20175: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20176: types/pa_vresponse.h, types/pa_vstateless_class.h,
20177: types/pa_vstateless_object.h, types/pa_vstatus.h,
20178: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20179: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20180: VStateless_class to VObject
20181:
20182: * src/: main/pa_request.C, types/pa_valiased.h,
20183: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20184: types/pa_vstring.h: VStateless_string_object speicalized light
20185: version of VStateless_object
20186:
20187: * src/classes/op.C: ^throw comment param made optional
20188:
20189: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20190: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20191: and implemented down in VClass, fclass_alias removed,
20192:
20193: * src/types/pa_value.C: forced to cut that from .h because of
20194: VStateless_class usage [undefined in .h]
20195:
20196: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20197: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20198: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20199: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20200: on each CALL]
20201:
20202: * src/: classes/classes.h, classes/date.C, classes/double.C,
20203: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20204: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20205: classes/response.C, classes/string.C, classes/table.C,
20206: classes/void.C, classes/xnode.C, include/pa_globals.h,
20207: include/pa_request.h, main/execute.C, main/pa_globals.C,
20208: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20209: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20210: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20211: types/pa_vstateless_class.h, types/pa_wcontext.C,
20212: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20213: removed Value::fname
20214:
20215: 2002-04-17 paf
20216:
20217: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20218: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20219: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20220: include/pa_pool.h, include/pa_types.h: dox updated to current
20221: state, PTHROW freshen to throw & co
20222:
20223: * src/types/pa_vhash.h: vstring wrong parent fixed
20224:
20225: * src/classes/op.C: taint local result var bug fixed
20226:
20227: 2002-04-16 paf
20228:
20229: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20230: Attic asm.txt as most interesting
20231:
20232: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20233: check, preventing content-length: 0 from appearing
20234:
20235: * src/main/execute.C: $result in @main now taken into account as in
20236: usual functions
20237:
20238: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20239: & @unhandled_exception now taken into account as in usual
20240: functions
20241:
20242: * src/doc/postbuild.txt: instructions on post .html build
20243:
20244: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20245:
20246: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20247: tainted
20248:
20249: * src/main/pa_request.C: uri in error log
20250:
20251: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20252: cheched date:create(days) param for validity [later were assumed
20253: valid and crashed on invalid onces]
20254:
20255: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20256: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20257: and used that for removing VString wrapper
20258:
20259: * src/classes/op.C: exception2vhash file now tainted
20260:
20261: * src/classes/op.C: _process pseudo origin copied from local var to
20262: heap
20263:
20264: * src/classes/op.C: extra check on empty file in origin in _execute
20265:
20266: 2002-04-15 paf
20267:
20268: * src/: main/execute.C, types/pa_value.h: fixed name update
20269:
20270: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20271: functions
20272:
20273: * src/: classes/file.C, classes/hash.C, classes/op.C,
20274: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20275: started dual write_xxx_lang functions, if checked & works
20276:
20277: * src/: classes/date.C, classes/file.C, classes/mail.C,
20278: classes/string.C, classes/xnode.C, include/pa_request.h,
20279: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20280: unnecessary VString shells
20281:
20282: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20283: prev changes]
20284:
20285: * src/: classes/image.C, classes/op.C, classes/string.C,
20286: classes/table.C, include/pa_request.h, main/execute.C,
20287: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20288: StringOrValue wcontext result, now ready for dual writes
20289:
20290: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20291: checked that
20292:
20293: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20294: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20295: changed to OP_WRITE_VALUE in var get cases
20296:
20297: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20298: include/pa_request.h, main/compile.tab.C, main/compile.y,
20299: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20300: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20301: switch in hash constructor fixed [were problems with using of
20302: stacked wwrapper after it's death]
20303:
20304: 2002-04-12 paf
20305:
1.211 moko 20306: * operators.ru.txt, operators.txt, src/classes/table.C:
20307: table.select(expression) 0
1.95 moko 20308:
20309: 2002-04-11 paf
20310:
20311: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20312: Request::process_internal codeFrame & wwrapper stacked [not
20313: wasting heap anymore]
20314:
20315: 2002-04-10 paf
20316:
20317: * src/: classes/double.C, classes/file.C, classes/hash.C,
20318: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20319: classes/string.C, classes/table.C, classes/void.C,
20320: classes/xdoc.C, include/pa_request.h, main/execute.C,
20321: main/pa_string.C: killed Request::process() wrapping
20322: VString(String) in case we need only String
20323:
20324: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20325: killed 8 bytes from String.head
20326:
20327: 2002-04-09 paf
20328:
20329: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20330: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20331: local*/char b[...]; a=b; situations
20332:
1.211 moko 20333: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20334: made literal
1.95 moko 20335:
20336: * src/classes/xdoc.C: xslt params fixed
20337:
20338: * src/: main/pa_common.C, targets/cgi/parser3.C,
20339: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20340: not pool.malloc(MAX_NUMBER) but really neaded
20341:
1.211 moko 20342: * operators.ru.txt, operators.txt, src/classes/double.C,
20343: src/classes/int.C: int/double.int/double(default)
1.95 moko 20344:
20345: 2002-04-04 paf
20346:
20347: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20348: [when reconstructing pieces were split by
20349: max_integral(piece.size), thus some strings to replace happen to
20350: be split into two = not replaced)
20351:
20352: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20353: standalone version = current dir
20354:
20355: * src/targets/cgi/parser3.C: document root in standalone version =
20356: current dir
20357:
20358: 2002-04-03 paf
20359:
20360: * configure, configure.in: more checks on nonexistent charset
20361:
1.116 moko 20362: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20363:
20364: 2002-04-02 paf
20365:
20366: * src/main/compile.C: parser.compile [exception name more like in
20367: doc]
20368:
20369: 2002-04-01 paf
20370:
20371: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20372: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20373: .content-type.charset, not .charset
20374:
20375: 2002-03-29 paf
20376:
20377: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20378:
1.211 moko 20379: * operators.ru.txt, operators.txt, src/classes/date.C:
20380: ^date::create now may not supply day, default 1. checked 29.03
20381: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20382:
20383: 2002-03-28 paf
20384:
1.211 moko 20385: * operators.ru.txt, operators.txt, src/classes/date.C,
20386: src/classes/op.C, src/include/pa_globals.h,
20387: src/include/pa_hash.h, src/main/pa_globals.C,
20388: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20389: ^cache[date] }
1.95 moko 20390:
20391: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20392: param
20393:
20394: 2002-03-27 paf
20395:
1.211 moko 20396: * operators.ru.txt, operators.txt, src/classes/date.C,
20397: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20398: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20399: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20400: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20401: src/classes/xdoc.C, src/classes/xnode.C,
20402: src/include/pa_exception.h, src/include/pa_request.h,
20403: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20404: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20405: src/main/pa_array.C, src/main/pa_charset.C,
20406: src/main/pa_charsets.C, src/main/pa_common.C,
20407: src/main/pa_dictionary.C, src/main/pa_exception.C,
20408: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20409: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20410: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20411: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20412: src/types/pa_value.h, src/types/pa_vcookie.C,
20413: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20414: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20415: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20416: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20417: src/types/pa_wwrapper.h: assigned exception types
20418:
1.211 moko 20419: * operators.ru.txt, operators.txt, src/classes/op.C,
20420: src/include/pa_config_fixed.h, src/include/pa_request.h,
20421: src/main/execute.C, src/main/pa_request.C: decided agains
20422: resetting exception_trace, just changed name
1.95 moko 20423:
20424: 2002-03-26 paf
20425:
20426: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20427: fixed
20428:
20429: * src/classes/op.C: forced language of $source field of exception
20430: to 'tainted', so that sql-langed-frags could be outputed outside
20431: of connect
20432:
1.211 moko 20433: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20434: offset
1.95 moko 20435:
20436: * src/classes/date.C: removed date.roll limit of +-1 offset
20437:
1.211 moko 20438: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20439: roll on daylightsaving days mktime took into account tm_isdst
20440: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20441:
20442: 2002-03-25 paf
20443:
1.211 moko 20444: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20445: http_site_config_filespec
20446:
20447: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20448: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20449: with any/both --disable-foreign-group-files --disable-execs
20450:
20451: * INSTALL: "--with=sendmail=COMMAND" comment
20452:
20453: * INSTALL, configure, configure.in, src/classes/mail.C,
20454: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20455: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20456: disables execs also. introducing --sendmail
1.95 moko 20457:
1.211 moko 20458: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20459:
20460: * INSTALL: comment on --disable-link-stdcpp
20461:
1.116 moko 20462: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20463: libstdc++ link skipping configure option
1.95 moko 20464:
20465: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20466: with error were put to cache with 'marked_to_rollback' flag, all
20467: consequent even OK requests rolled back
20468:
20469: 2002-03-22 paf
20470:
20471: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20472: false return
20473:
1.211 moko 20474: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20475:
20476: 2002-03-18 paf
20477:
1.211 moko 20478: * operators.ru.txt, operators.txt, src/classes/op.C,
20479: src/include/pa_exception.h, src/include/pa_globals.h,
20480: src/include/pa_request.h, src/include/pa_stack.h,
20481: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20482:
20483: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20484: types/pa_vdouble.h: removed some tested @tests
20485:
20486: 2002-03-15 paf
20487:
1.211 moko 20488: * operators.ru.txt, operators.txt, src/classes/table.C:
20489: ^table.locate(logical expr)
1.95 moko 20490:
20491: 2002-03-13 paf
20492:
20493: * src/main/pa_exception.C: checked not-pooled malloc
20494:
20495: 2002-03-11 paf
20496:
20497: * INSTALL, configure, configure.in,
20498: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20499:
20500: * src/main/pa_common.C: --disable-foreign-group-files
20501:
20502: * INSTALL: --disable-execs
20503:
20504: * src/main/pa_exec.C: --disable-execs
20505:
20506: * configure, configure.in, src/include/pa_config_auto.h.in:
20507: --disable-execs
20508:
20509: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20510:
20511: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20512: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20513:
20514: 2002-03-05 paf
20515:
1.211 moko 20516: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20517: calendar columns named
1.95 moko 20518:
1.211 moko 20519: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20520: calendar columns named
1.95 moko 20521:
20522: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20523: requires headers to be terminated with \r\n manually [refuses to
20524: separate header/body itself]
20525:
20526: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20527: targets/isapi/parser3isapi.C: isapi site config beside .dll
20528:
20529: 2002-03-04 paf
20530:
20531: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20532: in PASS language
20533:
20534: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20535: deserialize checks on broken file
20536:
20537: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20538: parser3isapi.dsp: isapi updated
20539:
20540: 2002-03-01 paf
20541:
20542: * src/main/pa_exec.C: execle -> execve, now argc OK
20543:
20544: 2002-02-28 paf
20545:
20546: * src/main/untaint.C: removed some debug comments
20547:
20548: * src/main/pa_charsets.C: when placing charset to cache using
20549: global name now [were request]
20550:
20551: * configure, configure.in: apache module updated
20552:
20553: * src/main/pa_string.C: origin by first piece preferred before last
20554: piece
20555:
20556: 2002-02-27 paf
20557:
20558: * src/main/pa_charset.C: size_t
20559:
20560: * INSTALL: shared/static-xml with-pathlink
20561:
1.211 moko 20562: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20563:
20564: 2002-02-26 paf
20565:
20566: * src/main/pa_exec.C: more precise names for vars, cosmetic
20567:
20568: * src/classes/xnode.C: in some situation, xpath query returned
20569: result with type NODESET, but empty nodeset member field, checked
20570: that
20571:
20572: 2002-02-22 paf
20573:
20574: * INSTALL: without-zlib comment
20575:
20576: * etc/parser3.charsets/windows-1251.cfg: °
20577:
20578: * configure, configure.in: glib###.a detection fixed
20579:
20580: * INSTALL: hashfile removed from INSTALL
20581:
1.116 moko 20582: * Makefile.am: make update
1.95 moko 20583:
20584: * src/main/pa_string.C: string iterators fixed again, so were
20585: String::join_chain
20586:
20587: * src/main/pa_string.C: string iterators fixed again, so were
20588: String::join_chain
20589:
20590: * src/: include/pa_string.h, main/pa_string.C: string iterators
20591: fixed again, so were String::join_chain
20592:
20593: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20594:
1.211 moko 20595: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20596: "expires=0" = "session"
1.95 moko 20597:
1.116 moko 20598: * configure, configure.in, src/include/pa_config_auto.h.in:
20599: --with-shared-xml --with-static-xml
1.95 moko 20600:
20601: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20602: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20603: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20604: xalan&xml
20605:
20606: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20607:
1.211 moko 20608: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20609: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20610: from sources for now
1.95 moko 20611:
1.116 moko 20612: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20613: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20614: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20615: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20616: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20617: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20618: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20619: src/types/Makefile.am, src/types/pa_vhashfile.C,
20620: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20621:
20622: 2002-02-21 paf
20623:
20624: * src/main/untaint.C: removed debug code, activated commented-for
20625: debug parts
20626:
1.116 moko 20627: * Makefile.am: make cvsupdate
1.95 moko 20628:
20629: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20630: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20631: append_row, not at link zero now string to string appending works
20632:
20633: 2002-02-20 paf
20634:
20635: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20636: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20637: DEBUG_STRING_APPENDS_VS_EXPANDS
20638:
20639: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20640: economy: 22%
20641:
20642: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20643: space uptimized: string::link_row removed
20644:
20645: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20646: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20647: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20648: types/pa_vstring.h: speed uptimized: string::is_empty
20649:
1.211 moko 20650: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20651: src/include/pa_config_fixed.h, src/include/pa_string.h,
20652: src/include/pa_types.h, src/main/compile.tab.C,
20653: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20654: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20655: string append optimiziation idea and estimates
20656:
20657: 2002-02-19 paf
20658:
20659: * src/classes/math.C: not used directly [but erroreously reported
20660: that 'is', thus registering twice&other probs]
20661:
20662: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20663: to node [element]
20664:
20665: * src/main/compile.C: without string_origins parse error
20666: file+line+col possible
20667:
20668: * src/main/: compile.C: without string_origins not worked
20669:
20670: 2002-02-18 paf
20671:
20672: * src/types/pa_vdouble.h: since we have in_expression removed that
20673: trick i've installed into double::as_string
20674:
20675: * src/main/pa_globals.C: extern "C" was removed too fast
20676:
20677: * src/: include/pa_opcode.h, include/pa_request.h,
20678: main/compile.tab.C, main/compile.y, main/execute.C,
20679: types/pa_wcontext.h: in_expression aimed to solve old problem
20680: with string/nonstring values, now in expressions double/int
20681: values are passed as-is, without stupid tostring/fromstring
20682: conversions
20683:
20684: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20685: __cplusplus } #endif
20686:
20687: * src/main/compile.tab.C: bison env set so one could compile
20688: without cygwin installed
20689:
20690: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20691: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20692: gnome xml libs parser .dsp-s changed accordingly
20693:
1.211 moko 20694: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20695: PARSER_ROOT_CONFIG
1.95 moko 20696:
1.211 moko 20697: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20698: [were date::set, with backward comp
1.95 moko 20699:
20700: * src/classes/math.C: math:random range check fixed
20701:
20702: * src/main/: compile.tab.C, compile.y: integer division stops name
20703:
20704: * INSTALL: local install comment
20705:
1.116 moko 20706: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20707:
1.116 moko 20708: * acinclude.m4, aclocal.m4, configure, configure.in,
20709: src/include/pa_config_auto.h.in,
20710: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20711: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20712:
1.211 moko 20713: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20714:
20715: 2002-02-13 paf
20716:
20717: * src/include/pa_config_includes.h: sys/time time both included
20718: now. vaguely remember confilicts on this on some system [not on
20719: six|ablv] so when would see them again would think up proper
20720: check
20721:
1.116 moko 20722: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20723: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20724:
20725: * src/main/pa_common.C: truncation never occured when writing files
20726: on unix [since i've changed cache mech] fix
20727:
20728: * src/main/pa_common.C: strnchr: sanity check added
20729:
20730: * etc/parser3.charsets/windows-1257.cfg: id added
20731:
20732: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20733: baltic charset file generated, in generation script ispunct check
20734: added
20735:
20736: 2002-02-08 paf
20737:
1.116 moko 20738: * src/: include/Makefile.am, sql/Makefile.am,
20739: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20740:
20741: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20742: forgotten
20743:
20744: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20745:
20746: * INSTALL, README: install&others updated
20747:
20748: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20749:
1.116 moko 20750: * Makefile.am, configure, configure.in,
20751: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20752: src/classes/Makefile.am, src/main/Makefile.am,
20753: src/main/pa_status_provider.C, src/targets/Makefile.am,
20754: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20755: works
1.95 moko 20756:
20757: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20758: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20759: classes/hashfile.C, classes/int.C, classes/mail.C,
20760: classes/math.C, classes/op.C, classes/response.C,
20761: classes/string.C, classes/table.C, classes/void.C,
20762: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20763: include/pa_array.h, include/pa_cache_managers.h,
20764: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20765: include/pa_config_fixed.h, include/pa_config_includes.h,
20766: include/pa_db_connection.h, include/pa_db_manager.h,
20767: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20768: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20769: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20770: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20771: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20772: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20773: include/pa_stack.h, include/pa_string.h,
20774: include/pa_stylesheet_connection.h,
20775: include/pa_stylesheet_manager.h, include/pa_table.h,
20776: include/pa_threads.h, include/pa_types.h, main/compile.C,
20777: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20778: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20779: main/pa_db_connection.C, main/pa_db_manager.C,
20780: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20781: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20782: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20783: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20784: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20785: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20786: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20787: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20788: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20789: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20790: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20791: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20792: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20793: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20794: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20795: types/pa_vmethod_frame.h, types/pa_vobject.h,
20796: types/pa_vrequest.h, types/pa_vresponse.h,
20797: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20798: types/pa_vstateless_object.h, types/pa_vstatus.C,
20799: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20800: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20801: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20802: classes/image.C, main/pa_common.C, main/pa_exec.C,
20803: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20804: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20805: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20806: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20807: types/pa_vxnode.C, main/pa_charset.C: name spelling
20808:
20809: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20810: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20811: classes/hashfile.C, classes/image.C, classes/int.C,
20812: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20813: classes/string.C, classes/table.C, classes/void.C,
20814: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20815: include/pa_array.h, include/pa_cache_managers.h,
20816: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20817: include/pa_config_fixed.h, include/pa_config_includes.h,
20818: include/pa_db_connection.h, include/pa_db_manager.h,
20819: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20820: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20821: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20822: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20823: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20824: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20825: include/pa_stack.h, include/pa_string.h,
20826: include/pa_stylesheet_connection.h,
20827: include/pa_stylesheet_manager.h, include/pa_table.h,
20828: include/pa_threads.h, include/pa_types.h, main/compile.C,
20829: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20830: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20831: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20832: main/pa_db_connection.C, main/pa_db_manager.C,
20833: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20834: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20835: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20836: main/pa_socks.C, main/pa_sql_driver_manager.C,
20837: main/pa_status_provider.C, main/pa_string.C,
20838: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20839: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20840: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20841: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20842: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20843: targets/isapi/pool_storage.h, types/pa_valiased.C,
20844: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20845: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20846: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20847: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20848: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20849: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20850: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20851: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20852: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20853: types/pa_vresponse.h, types/pa_vstateless_class.C,
20854: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20855: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20856: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20857: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20858: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20859: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20860:
20861: 2002-02-07 paf
20862:
20863: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20864:
1.116 moko 20865: * configure, configure.in, src/include/pa_config_auto.h.in,
20866: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20867: added yet another locking function: fcntl
1.95 moko 20868:
20869: * config.sub: on cygwin configure passes it with strange i1586
20870: const, hacked it to mean i586
20871:
20872: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20873: disabled $if reference due to conflicts with local variables
20874:
1.211 moko 20875: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20876: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20877: xdoc::create, with both sences
20878:
20879: * operators.ru.txt, operators.txt, src/classes/table.C,
20880: src/include/pa_array.h, src/include/pa_table.h,
20881: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20882: 'set' name obsolete now table clone.
1.95 moko 20883:
1.211 moko 20884: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20885: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20886: ^int/double/string.format now can be called with normal []
20887: brackets, not stupid {} as it were implemented for some strange
20888: reason. retaining backward compatibility due to some
20889: already-implemented servers
20890:
20891: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20892: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20893: operators now detected by check at name_without_curly_rdive_read
20894: rule whether diving code constists only of
20895: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20896: with OP_GET_ELEMENT_OR_OPERATOR to form
20897: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20898:
20899: 2002-02-06 paf
20900:
20901: * configure, configure.in: prefix expanded, grr
20902:
1.211 moko 20903: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
20904: config changed
1.95 moko 20905:
20906: 2002-02-05 paf
20907:
1.211 moko 20908: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 20909:
20910: * src/main/: pa_exec.C: argv0 now correct
20911:
20912: * src/types/pa_vstatus.C: status:rusage 3
20913:
20914: * src/types/pa_vstatus.C: status:rusage 2
20915:
1.211 moko 20916: * operators.ru.txt, operators.txt: status:rusage described int
20917: operators
1.95 moko 20918:
20919: * src/types/pa_vstatus.C: status:rusage 1
20920:
20921: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20922: src/types/types.dsp: status:rusage
20923:
1.211 moko 20924: * configure.in, operators.ru.txt, operators.txt,
20925: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 20926: src/include/pa_config_includes.h, src/main/compile.tab.C,
20927: src/main/pa_common.C: rewritten ^cache to use
20928: non-blocking-exclusive-caches
20929:
20930: * src/main/pa_common.C: text file read mode on win32 adjusted
20931: [speed impact. was off for debugging purpose, but forgotten
20932: afterwards]
20933:
20934: 2002-02-01 paf
20935:
20936: * src/classes/op.C: file_write does EX lock after create, while
20937: file_read does SH after open, so there's a moment after create
20938: but before EX lock when read can sneak into, and read
20939: just-created-for-writing-and-not-yet-locked file, added a check
20940: for that in ^cache...read
20941:
20942: 2002-01-31 paf
20943:
20944: * src/main/: compile.y, compile.tab.C: disabled operator call after
20945: ^xxx:
20946:
20947: * src/main/: compile.tab.C, execute.C: made operators lookup first
20948: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20949:
20950: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20951: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20952: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20953: operators check 6.1 rewritten. now check is done at compile time
20954:
20955: * src/main/execute.C: operators check 5 floated up old error of
20956: staying in 'entered class/object' state after $a($a..) it
20957: prevented operators from being called thereafter
20958:
20959: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20960: main/execute.C: operators check 4 floated up old error of staying
20961: in 'entered object' state after ^a.a(a) it prevented operators
20962: from being called thereafter
20963:
20964: * src/main/execute.C: operators check 3 floated up old error of
20965: staying in 'entered class' state after $a:a(a) it prevented
20966: operators from being called thereafter
20967:
20968: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20969: floated up old error of staying in 'entered class' state after
20970: $a:a[a] it prevented operators from being called thereafter
20971:
20972: * src/main/execute.C: operators check, thay mistakenly seen in
20973: $class:operator $object.operators contexts
20974:
20975: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20976: win32
20977:
1.116 moko 20978: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20979: src/classes/Makefile.am, src/main/Makefile.am,
20980: src/targets/cgi/Makefile.am,
1.95 moko 20981: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20982: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20983:
1.116 moko 20984: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20985: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20986: configure, configure.in, form.txt, ident.awk, install-sh,
20987: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 20988: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
20989: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 20990: etc/parser3.charsets/koi8-r.cfg,
20991: etc/parser3.charsets/windows-1250.cfg,
20992: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20993: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20994: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20995: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20996: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20997: straightened installation scripts procedure made
20998: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20999: change
21000:
21001: 2002-01-30 paf
21002:
21003: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21004: removed] those comments were a mistake, and prevented libltdl
21005: from function properly
21006:
21007: 2002-01-29 paf
21008:
1.116 moko 21009: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21010: creation [modified acinclude.m4 which were creating int into just
21011: assignment LIBTOOL=../libtool] added default system
21012: config&charsetts prepared 'make install', now it installs
21013: targets/cgi/parser3 into bin directory etc/parser3.conf &
21014: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21015: $sysconfdir/parser3.charsets respectively
21016:
21017: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21018: main/pa_globals.C: few forgotten ifdef XML added
21019:
21020: 2002-01-28 paf
21021:
1.116 moko 21022: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21023: removed
21024:
21025: * src/main/pa_exception.C: dom|generic error output fix
21026:
21027: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21028:
21029: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21030:
21031: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21032: [fixed as_node helper func to accept docs]
21033:
21034: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21035: xdoc.importNode 0
21036:
21037: * src/classes/xdoc.C: xdoc::set now untaints OK
21038:
21039: 2002-01-25 paf
21040:
21041: * src/main/: compile.tab.C, compile.y: #comment before @ after
21042: @SPECIAL now works OK
21043:
21044: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21045:
21046: * src/main/pa_exec.C: max arg count now 10, and proper message on
21047: violation that added
21048:
21049: * src/classes/hash.C: unified hash::sql, now
21050: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21051:
21052: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21053: ^file:lock[filename]{code}
21054:
21055: * src/: classes/file.C, classes/op.C, classes/string.C,
21056: classes/table.C, classes/xdoc.C, include/pa_common.h,
21057: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21058: to some pa_common funcs
21059:
21060: * src/: include/pa_charset.h, main/pa_globals.C:
21061: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21062:
21063: * src/: include/pa_charset.h, main/pa_charset.C,
21064: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21065: not stupid illegal define
21066:
21067: 2002-01-24 paf
21068:
21069: * src/include/pa_version.h: changed version number
21070:
21071: * src/: classes/hashfile.C, include/pa_db_table.h,
21072: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21073: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21074: main/pa_db_connection.C, main/pa_db_table.C,
21075: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21076: hashfile without logfiles
21077:
21078: * src/: classes/hashfile.C, include/pa_db_table.h,
21079: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21080: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21081: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21082: DB_INIT_TXN init bits, thus got rid of huge log files, which
21083: cluttered disk without huge need]
21084:
21085: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21086: handy macro, which is strangly abscent in dome lib
21087:
21088: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21089:
21090: * src/classes/xdoc.C: checked empty response
21091:
21092: * src/classes/xnode.C: xdoc.select fixed context node [were always
21093: /, not self node]
21094:
21095: * src/classes/xnode.C: xnode.select returns array always now, in
21096: case 'nothing found' returns empty array
21097:
21098: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21099: be more tender with ctrl/c/v
21100:
21101: 2002-01-23 paf
21102:
21103: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21104: substituted. // 2. when dom tree with entites goes under
21105: transform text nodes // got [erroreosly] cut on first
21106: entity occurance
21107:
21108: * src/types/pa_vdouble.h: double prec. todo: get rid of
21109: twice-converting
21110:
21111: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21112: 'e' in output this is for regretful twice-converting here:
21113: $a(double value) when they write double falue they convert it to
21114: string first, thus %g were losing precesion.
21115:
21116: todo: think up some way to remove double->string string->double
21117: twice-converting
21118:
21119: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21120: %.20E now default float format this is for regretful
21121: twice-converting here: $a(double value) when they write double
21122: falue they convert it to string first, thus %g were losing
21123: precesion.
21124:
21125: todo: think up some way to remove double->string string->double
21126: twice-converting
21127:
21128: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21129: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21130: reasons in comment inside
21131:
21132: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21133: statically linked]
21134:
21135: * src/: include/pa_exception.h, main/compile.tab.C,
21136: main/pa_exception.C: removed exception va_list constructor. 1.
21137: not needed anymore 2. there were a conflict[causing errors]
21138: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21139: never detected an ambiguilty here, compiling ctor(, "hello") into
21140: ctor(, va_list) which, of course, caused gpf
21141:
21142: * src/main/pa_globals.C: removed debug xslt messages
21143:
21144: 2002-01-22 paf
21145:
21146: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21147: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21148: helps compiling stylesheet properly. example: this refused to
21149: work, <b>«<xsl:value-of select="@title"
21150: />»</b> stranly worked only this way:
21151: <b>«<xsl:value-of select="@title" />»</b>
21152:
21153: docs says "set it to 1", never going into details, so I decided
21154: to try NOT to do that
21155:
21156: * src/classes/table.C: join behaived badly in case named tables
21157: structure mismatched: 0 strings sneaked into dest failing
21158: afterwards. replaced them with empty strings
21159:
21160: 2002-01-21 paf
21161:
21162: * src/main/pa_charset.C: checked empty transcoders in
21163: transcode_cstr|buf
21164:
21165: * src/classes/xdoc.C: xdoc::load error source = filespec
21166:
21167: * src/classes/xdoc.C: transform error source now
21168: stylesheet_filespec
21169:
1.116 moko 21170: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21171: include/pa_stylesheet_connection.h, main/pa_charset.C,
21172: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21173: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21174: gnome
1.95 moko 21175:
21176: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21177: include/pa_globals.h, include/pa_stylesheet_connection.h,
21178: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21179: xslt generic error 1
21180:
21181: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21182: xml generic message 1
21183:
21184: * src/classes/table.C: ^table::load empty lines or #comments before
21185: headline
21186:
21187: * src/: include/pa_array.h, include/pa_globals.h,
21188: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21189: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21190: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21191: errors 0
21192:
21193: 2002-01-16 paf
21194:
21195: * src/: classes/hash.C, classes/op.C, classes/string.C,
21196: classes/table.C, classes/void.C, classes/xdoc.C,
21197: include/pa_db_connection.h, include/pa_request.h,
21198: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21199: include/pa_stylesheet_connection.h,
21200: include/pa_stylesheet_manager.h, main/pa_request.C,
21201: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21202: targets/cgi/pool_storage.h: auto closers to sql_connection,
21203: stylesheet_connection auto destroyers to remaining gnome objects
21204:
21205: * src/classes/xdoc.C: few comments
21206:
21207: 2002-01-15 paf
21208:
21209: * src/classes/xdoc.C: xdoc file save string
21210:
21211: ready. todo: error handling
21212:
21213: * src/classes/xdoc.C: xdoc save rewritten using
21214: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21215: result
21216:
21217: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21218: started output options parsing
21219:
21220: 2002-01-14 paf
21221:
21222: * src/classes/xdoc.C: method
21223:
21224: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21225: include/pa_pool.h, include/pa_stylesheet_connection.h,
21226: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21227: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21228: xslt transform0. TODO: use output options handle errors
21229:
21230: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21231:
21232: 2002-01-11 paf
21233:
21234: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21235: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21236: partial logical && || evaluation
21237:
21238: * src/classes/xnode.C: xpath selectNodes
21239:
21240: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21241: string/number/bool
21242:
21243: * src/classes/xnode.C: xpath selectNode 2
21244:
21245: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21246: xpath selectNode 1
21247:
21248: 2002-01-10 paf
21249:
21250: * src/classes/xnode.C: xpath selectNode -100 [just written]
21251:
21252: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21253: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21254: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21255: refcounter]
21256:
21257: 2001-12-29 paf
21258:
21259: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21260: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21261: glib works 0
21262:
21263: 2001-12-28 paf
21264:
21265: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21266: main/pa_exception.C: started glib transcoders
21267:
21268: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21269:
21270: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21271: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21272: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21273: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21274: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21275: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21276: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21277: libs just compiled in. no refcounting no xpath no xslt yet
21278:
21279: 2001-12-27 paf
21280:
21281: * src/: include/pa_charset.h, include/pa_common.h,
21282: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21283: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21284: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21285: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21286: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21287: from xalan&xerces, started the process. globals [initialization
21288: pool [charset update charset [transcodings vxnode vxdoc [DOM
21289: calls
21290:
21291: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21292: anymore
21293:
21294: 2001-12-26 paf
21295:
21296: * src/: include/pa_charset.h, include/pa_charsets.h,
21297: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21298: key globalized [bug]
21299:
21300: 2001-12-25 paf
21301:
21302: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21303: main/pa_string.C: table set & append changed splitting languages,
21304: separators now can be clean AND as-is same to mail command line
21305: $MAIN:MAIL.progX arguments
21306:
21307: 2001-12-24 paf
21308:
21309: * src/classes/mail.C: one parted text messages - no multipart
21310: mime-type anymore. for convinient if $.attach-ments
21311:
21312: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21313: main/pa_string.C: read from cache size check updated
21314:
21315: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21316:
21317: 2001-12-21 paf
21318:
21319: * src/classes/date.C: date:sql-string now returns localtime
21320:
21321: * src/main/pa_request.C: $result in @main actually not working, to
21322: hell with it for now
21323:
21324: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21325: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21326: @postprocess @exception
21327:
21328: * src/main/execute.C: junction evaluation canceled - endless
21329: recursion detected
21330:
21331: 2001-12-19 paf
21332:
21333: * src/main/pa_charset.C: charset->charset transcoding via unicode
21334: intermediate
21335:
21336: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21337:
21338: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21339:
21340: * src/classes/op.C: ^cache keypath now relative
21341:
21342: * src/classes/mail.C: changed weighting prior to sort
21343:
21344: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21345: were missing
21346:
21347: 2001-12-17 paf
21348:
21349: * src/main/pa_charset.C: ifndef XML were bad type
21350:
21351: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21352: outdated unset services_pool
21353:
21354: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21355: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21356: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21357:
21358: * src/main/untaint.C: allowed space in filespec
21359:
21360: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21361:
21362: * src/classes/image.C: no govno
21363:
21364: * src/classes/image.C: govno
21365:
21366: 2001-12-16 paf
21367:
21368: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21369:
21370: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21371: charset_connection&manager replaced by charset&charsets
21372:
21373: * src/main/pa_charset.C: name_cstr 0
21374:
21375: * src/main/untaint.C: uri lang now knows about client/source
21376: charsets
21377:
21378: * src/: classes/file.C, classes/math.C, classes/op.C,
21379: classes/string.C, classes/table.C, classes/xdoc.C,
21380: include/pa_array.h, include/pa_cache_managers.h,
21381: include/pa_charset_connection.h, include/pa_charset_manager.h,
21382: include/pa_common.h, include/pa_db_connection.h,
21383: include/pa_db_manager.h, include/pa_db_table.h,
21384: include/pa_dictionary.h, include/pa_exception.h,
21385: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21386: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21387: include/pa_sapi.h, include/pa_socks.h,
21388: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21389: include/pa_string.h, include/pa_stylesheet_connection.h,
21390: include/pa_stylesheet_manager.h, include/pa_table.h,
21391: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21392: main/pa_charset.C, main/pa_charset_connection.C,
21393: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21394: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21395: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21396: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21397: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21398: types/types.dsp: introducing Charset
21399:
21400: 2001-12-14 paf
21401:
21402: * src/: include/pa_request.h, include/pa_transcoder.h,
21403: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21404: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21405: uri lang
21406:
21407: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21408:
21409: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21410:
21411: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21412: defalts_name global
21413:
21414: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21415: include/pa_request.h, main/main.dsp,
21416: main/pa_charset_connection.C, main/pa_charset_manager.C,
21417: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21418: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21419: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21420: changed charset model. now important: $request:charset
21421: $response:charset while $response:content-type.charset become
21422: unimportant [informational]
21423:
21424: 2001-12-13 paf
21425:
21426: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21427:
21428: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21429: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21430: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21431: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21432: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21433: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21434:
21435: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21436: auto_ptr part other way, because of stupid gcc 2.96
21437: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21438: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21439: FormatterListener] /usr/include/g++-3/memory:48:
21440: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21441: _Tp1 = FormatterListener, _Tp = FormatterListener]
21442:
21443: * src/classes/xdoc.C: removed extra inc
21444:
21445: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21446:
21447: * src/include/pa_types.h: msvc head debugging flag
21448:
21449: * src/classes/xdoc.C: freed up listener
21450:
21451: * src/classes/string.C: change msg '... code is not code'
21452:
21453: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21454: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21455: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21456: [past/future prob]
21457:
21458: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21459: include/pa_config_fixed.h, include/pa_db_manager.h,
21460: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21461: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21462:
21463: * src/: include/pa_config_fixed.h, main/pa_common.C,
21464: main/pa_string.C: removed signed mismatch warnings
21465:
21466: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21467: 'expires' from header outputs
21468:
21469: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21470: row ptr
21471:
21472: * src/classes/file.C: file::cgi bug, request_method were passed to
21473: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21474:
21475: * src/classes/xdoc.C: lang list updated
21476:
21477: 2001-12-10 paf
21478:
21479: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21480:
21481: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21482: erase files like that, knowing their full name introducing //
21483: theoretical problem with, for instance, "_2B" and "." fragments,
21484: // they would yield the same // because
21485: need_file_encode('_')=false // but we need to delete such files
21486: somehow, getting names from ^index
21487:
21488: * src/main/pa_string.C: ^string.replace bug fixed [bad
21489: string::join_chank break]
21490:
21491: 2001-12-07 paf
21492:
21493: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21494: include/pa_common.h, include/pa_config_auto.h.in,
21495: include/pa_config_fixed.h, include/pa_config_includes.h,
21496: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21497: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21498: types/pa_vhashfile.C: merged from r14_simple_cache
21499:
21500: * src/main/pa_string.C: stupid sparc architecture failed to access
21501: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21502: lduh [ %i2 + 1 ], %l0
21503:
21504: bus error, fixed that
21505:
21506: * src/main/pa_string.C: strange string deserialize bug on
21507: client[pmts], a bit shortened,
21508:
21509: * src/include/pa_config_auto.h.in: makes
21510:
21511: * src/: include/pa_common.h, include/pa_config_fixed.h,
21512: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21513: file write shared lock file read
21514:
21515: * src/: classes/op.C, include/pa_common.h,
21516: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21517:
21518: 2001-12-06 paf
21519:
21520: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21521: main/pa_request.C: #ifdef RESOURCES_DEBUG
21522:
21523: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21524: info
21525:
21526: * src/classes/hashfile.C: removed transaction from ^cache
21527:
21528: 2001-12-05 paf
21529:
21530: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21531: IIS5 there were a prob with illegal call check
21532:
21533: 2001-12-04 paf
21534:
21535: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21536: main/pa_request.C: measures to log
21537:
21538: 2001-11-23 paf
21539:
21540: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21541: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21542: types/pa_vhashfile.C: merged from _0014, 1
21543:
21544: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21545: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21546: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21547: ^cache(33) would change
21548:
21549: 0660 bits in file_write & hashfile create
21550:
21551: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21552: after pa_string optimization]
21553:
21554: 2001-11-22 paf
21555:
21556: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21557: table.offset[whence]
21558:
21559: * src/classes/op.C: process cstr(,connection)
21560:
21561: * src/classes/op.C: process now gets its body on current language,
21562: not as-is
21563:
21564: * src/main/untaint.C: ORIGINS mode removed UHTML
21565:
21566: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21567: bit
21568:
1.116 moko 21569: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21570:
21571: 2001-11-21 paf
21572:
21573: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21574: <xsl:output output options made identical to xsl:output
21575: attributes exclusion: cdata-section-elements what xalan can do
21576: but that not used now: it can escape and remove CDATA sections
21577:
21578: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21579: produced by xslt
21580:
21581: * src/targets/cgi/parser3.C: removed debug cgi||1
21582:
21583: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21584:
21585: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21586: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21587: default language for {code}, it happen to change it's language
21588: from CLEAN, so later refused to split by CLEAN \t
21589:
21590: 2001-11-20 paf
21591:
1.116 moko 21592: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21593: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21594: bottom of dependeces, so that errors would popup quicklier, fixed
21595: line numbering in table::sql
21596:
21597: 2001-11-19 paf
21598:
21599: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21600: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21601: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21602: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21603: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21604: at wcontext.write
21605:
1.116 moko 21606: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21607: _set_new_handler
21608:
1.116 moko 21609: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21610: set_new_handler in apache&isapi
1.95 moko 21611:
21612: 2001-11-16 paf
21613:
21614: * src/targets/cgi/parser3.C: pool debug @ die
21615:
21616: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21617: removed 8 bytes from String, 2 bytes from
21618: string::chunk::row::item
21619:
21620: * src/main/pa_string.C: removed 1+4 bytes from String
21621:
21622: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21623: types/pa_vstring.C: removed 1+4 bytes from String
21624:
21625: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21626: 0
21627:
21628: * src/: include/pa_globals.h, include/pa_string.h,
21629: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21630: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21631: targets/cgi/parser3.C: introducing estimating
21632: String::cstr_bufsize, 0
21633:
21634: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21635:
21636: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21637:
21638: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21639: include/pa_pool.h: die in pool::fail
21640:
21641: 2001-11-15 paf
21642:
21643: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21644: main/pa_exception.C, targets/cgi/parser3.C: exception with
21645: dynamic buffer re-back now with counter
21646:
21647: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21648: static buffer back
21649:
21650: * src/targets/cgi/parser3.C: std::
21651:
21652: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21653: include/pa_config_includes.h: setnewhandler check
21654:
1.116 moko 21655: * src/include/pa_config_auto.h.in: makes
1.95 moko 21656:
21657: * src/targets/cgi/parser3.C: set_new_handler started
21658:
21659: 2001-11-14 paf
21660:
21661: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21662: was wrong
21663:
21664: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21665: was wrong
21666:
21667: * src/main/pa_request.C: z
21668:
21669: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21670: full returns win32 -1 solaris >buffer_size
21671:
21672: checked all that
21673:
21674: * src/classes/op.C: ^untaint{body} as-is default now
21675:
21676: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21677: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21678: with no_bad_constructors_try
21679:
21680: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21681: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21682: this: $bred[^string::length[]] $bred[^response::clear[]]
21683: $bred[^int::int[]]
21684:
21685: now VObject creation moved into overriden
21686: VClass::create_new_value, thus 0 from create_new_value means that
21687: class has no ctors
21688:
21689: 2001-11-13 paf
21690:
21691: * src/classes/classes.C: returned accedently removed if in foreach
21692: callbacks [when hash no-0-restructure]
21693:
21694: 2001-11-12 paf
21695:
21696: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21697: passed as-is to method, xalan makes & into & itself
21698:
21699: * src/classes/date.C: date.roll parser2 alg used
21700:
21701: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21702: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21703: main/pa_dictionary.C, main/pa_hash.C,
21704: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21705: now does not containt 0 values. put 0 actullay removes. no check
21706: on 0 value in foreach now required
21707:
21708: 2001-11-11 paf
21709:
21710: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21711:
21712: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21713:
21714: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21715: driver initialize not const
21716:
21717: 2001-11-10 paf
21718:
21719: * src/main/pa_exec.C: doc
21720:
21721: 2001-11-09 paf
21722:
21723: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21724: param properly
21725:
21726: * src/classes/string.C: string.save now does untainting before
21727: saving
21728:
21729: * src/main/pa_common.C: line endings fixing fixed last piece[was
21730: still cstr oriented]
21731:
21732: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21733: line endings fixing got rid of cstr, now must work ok with post
21734: multipart
21735:
21736: * src/types/pa_vform.C: line endings fixed at post / multipart /
21737: not file also now
21738:
21739: 2001-11-08 paf
21740:
21741: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21742: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21743: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21744: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21745: main/pa_stylesheet_manager.C: restructured Cache manager to be
21746: simple parent, not second parent [gcc 2.96 strangly refused to
21747: call virtual from second parent]
21748:
1.116 moko 21749: * src/: include/pa_common.h, main/Makefile.am,
21750: targets/cgi/pa_pool.C: makes
1.95 moko 21751:
21752: * src/: include/pa_request.h, main/pa_request.C,
21753: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21754: 'status' class enabler
21755:
21756: <Location /parser-status.html> ParserStatusAllowed </Location>
21757:
21758: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21759: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21760: include/pa_stylesheet_manager.h, main/main.dsp,
21761: main/pa_cache_managers.C, main/pa_charset_manager.C,
21762: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21763: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21764: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21765: todo: apache 'status' class enabler
21766:
21767: 2001-11-05 paf
21768:
21769: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21770: debug to normal
21771:
21772: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21773: hence i removed skipping 0 values in hash::for_each-es we need to
21774: check cleaned cache items manually. few more checks.
21775:
21776: expiring to 0 time was wrong, changed to 'now' time
21777:
21778: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21779: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21780: on apache already done :)
21781:
21782: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21783: skipping 0 values in hash::for_each-es we need to check cleaned
21784: cache items manually
21785:
21786: * src/main/: pa_db_connection.C, pa_db_table.C:
21787: parser_multithreaded check was wrong
21788:
21789: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21790: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21791: classes/hashfile.C, classes/image.C, classes/int.C,
21792: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21793: classes/string.C, classes/table.C, classes/void.C,
21794: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21795: include/pa_array.h, include/pa_charset_connection.h,
21796: include/pa_charset_manager.h, include/pa_common.h,
21797: include/pa_config_fixed.h, include/pa_config_includes.h,
21798: include/pa_db_connection.h, include/pa_db_manager.h,
21799: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21800: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21801: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21802: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21803: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21804: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21805: include/pa_stack.h, include/pa_string.h,
21806: include/pa_stylesheet_connection.h,
21807: include/pa_stylesheet_manager.h, include/pa_table.h,
21808: include/pa_threads.h, include/pa_types.h, main/compile.C,
21809: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21810: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21811: main/pa_charset_manager.C, main/pa_common.C,
21812: main/pa_db_connection.C, main/pa_db_manager.C,
21813: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21814: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21815: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21816: main/pa_socks.C, main/pa_sql_driver_manager.C,
21817: main/pa_status_provider.C, main/pa_string.C,
21818: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21819: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21820: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21821: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21822: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21823: targets/isapi/pool_storage.h, types/pa_valiased.C,
21824: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21825: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21826: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21827: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21828: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21829: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21830: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21831: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21832: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21833: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21834: types/pa_vstateless_object.h, types/pa_vstatus.h,
21835: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21836: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21837: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21838: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21839: $status:db fixed used not initialized in db_connection & db_table
21840:
21841: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21842: $status:charset
21843:
21844: * src/: classes/xdoc.C, include/pa_db_connection.h,
21845: include/pa_stylesheet_connection.h,
21846: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21847: types/pa_vstatus.h: $status:stylesheet
21848:
21849: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21850: include/pa_request.h, include/pa_sql_connection.h,
21851: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21852: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21853: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21854: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21855: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21856: types/pa_vxnode.C, types/types.dsp: started status parser class
21857:
21858: 2001-11-01 paf
21859:
21860: * src/include/pa_config_auto.h.in: makes
21861:
21862: * src/main/pa_hash.C: removed old extra include
21863:
21864: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21865: checks [for hp, there are such in math.h]
21866:
21867: * src/classes/op.C: ^for endless loop check strightened
21868:
21869: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21870: behavior in native calls. it left unchanged, so ^for ^foreach &
21871: co can use r.root to write their i & key,value there
21872:
21873: * src/classes/op.C: detected for var storage bug, fixed.
21874: todo:foreach
21875:
21876: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21877: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21878: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21879: changing of hash inside of foreach
21880:
21881: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21882: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21883: were hash.foreach
21884:
21885: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21886: types/pa_vstring.C, types/pa_vstring.h:
21887: ^foreach[key|value]{body}[[separator]|{separator}]
21888:
21889: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21890: types/pa_vcookie.C: ^hash.delete[key]
21891:
21892: 2001-10-31 paf
21893:
21894: * src/main/: compile.C, pa_common.C: completely empty file now
21895: considered "read", not ignored [not perfect trick used]
21896:
21897: * src/main/pa_common.C: simplier common ifdefs
21898:
21899: * src/main/pa_common.C: typing bug in common - bad ifdeff
21900:
21901: * src/main/pa_db_connection.C: z
21902:
21903: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21904: lockdetector flags
21905: dbenv.lk_detect=DB_LOCK_RANDOM;
21906:
21907: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21908: from accidental show [imagine user forgot @exception]
21909:
21910: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21911:
21912: * src/: classes/file.C, classes/image.C, classes/mail.C,
21913: classes/string.C, classes/xnode.C, include/pa_common.h,
21914: main/pa_common.C: ^string.save[[append;]path]
21915:
21916: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21917: main/execute.C: \ in expression: int divide 10/3=3
21918:
21919: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21920: inside of ^cache
21921:
21922: * src/: include/pa_threads.h, main/pa_db_connection.C,
21923: main/pa_db_table.C, targets/cgi/pa_threads.C,
21924: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21925: needed
21926:
21927: 2001-10-30 paf
21928:
21929: * src/: classes/classes.dsp, main/main.dsp,
21930: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21931: types/types.dsp: enabled debug incremental compile
21932:
21933: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21934: form post data line endings not reformatted now.
21935:
21936: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21937: now required [had bug when file= has no value]
21938:
21939: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21940: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21941: cstr(asis) default param removed
21942:
21943: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21944:
21945: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21946:
21947: * src/include/pa_dir.h: LOAD_DIR fixed
21948:
21949: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21950: was broken} fix_line_breaks
21951:
21952: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21953: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21954: packed with #pragma pack
21955:
1.116 moko 21956: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21957:
21958: 2001-10-29 paf
21959:
21960: * src/types/pa_wcontext.h: bitfield syntax stricter
21961:
21962: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21963: string hash.puts
21964:
21965: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21966:
21967: * src/include/pa_sql_connection.h: there were one wrong
21968: SQL_CONNECTION_FUNC_GUARDED [failed]
21969:
21970: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21971: param.someday either ifdef or remove it
21972:
21973: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21974:
21975: * src/main/untaint.C: optimizing returned after debugging
21976:
21977: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21978: main/untaint.C: memory hunging #pragma pack(1)
21979:
21980: 16 419 844 13 169 394
21981:
21982: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21983: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21984: places [todo:Array]
21985:
21986: * src/: main/execute.C, targets/cgi/pa_pool.C,
21987: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21988: types/pa_wwrapper.h: debugging memory WContext flags to bits
21989:
21990: total 5 652 652/158731 total 5 469 332/158731
21991:
21992: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21993: Array:: without cache in get/put now
21994:
21995: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21996: 18:25:27 2001] total 5 652 652/158731
21997:
21998: * src/: include/pa_string.h, main/pa_string.C,
21999: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22000: now
22001:
22002: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22003: 18:11:53 2001] total 5796092/158731
22004:
22005: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22006: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22007: key ref now
22008:
22009: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22010: 17:11:17 2001] total 16867948/202658
22011:
22012: * src/: classes/file.C, classes/image.C, classes/string.C,
22013: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22014: main/execute.C, main/pa_array.C, main/pa_common.C,
22015: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22016: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22017: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22018: string::as_int/double now usually uses stack, not heap [200K out
22019: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22020:
22021: * src/main/pa_sql_driver_manager.C: ping to have services [old
22022: hiding bug]
22023:
22024: * src/Makefile.am: .am order
22025:
22026: * src/: include/pa_array.h, include/pa_charset_manager.h,
22027: include/pa_db_connection.h, include/pa_db_manager.h,
22028: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22029: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22030: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22031: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22032: required "friend class"
22033:
22034: ../include/pa_request.h:51: friend declaration requires
22035: class-key, i.e. `friend class Temp_lang'
22036:
22037: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22038: main/pa_exception.C, main/pa_sql_driver_manager.C,
22039: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22040:
22041: the idea is to #1 jump to C++ some function to main body, where
22042: every function stack frame has exception unwind information and
22043: from there... #2 propagate_exception()
22044:
22045: 2001-10-28 paf
22046:
22047: * src/main/pa_db_connection.C: removed old consts
22048:
22049: * src/main/pa_db_connection.C: expire table [was accidently pasted
22050: with wrong type/cast]
22051:
22052: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22053: translation
22054:
1.116 moko 22055: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22056: remember to build DB2 with -fexceptions!!!
22057:
22058: * src/main/pa_db_table.C: DB_RMW defed
22059:
22060: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22061: include/pa_db_connection.h, include/pa_db_manager.h,
22062: include/pa_db_table.h, main/pa_db_connection.C,
22063: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22064:
22065: 2001-10-27 paf
22066:
22067: * src/: classes/hashfile.C, include/pa_db_connection.h,
22068: include/pa_db_table.h, main/pa_db_connection.C,
22069: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22070: types/pa_vhashfile.C: DB2 ifdefs
22071:
1.116 moko 22072: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22073: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22074: makes with DB2
22075:
1.116 moko 22076: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22077: types/Makefile.am: makes db
1.95 moko 22078:
22079: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22080: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22081: globals.C
22082:
22083: * src/: classes/hashfile.C, include/pa_db_connection.h,
22084: include/pa_db_table.h, main/pa_db_connection.C,
22085: main/pa_db_table.C: ^hashfile.clear[]
22086:
22087: * src/classes/classes.awk: no $ in var names
22088:
22089: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22090: connection&table [forgotten calls]
22091:
22092: 2001-10-26 paf
22093:
22094: * src/main/pa_db_connection.C: db checkpoints
22095:
22096: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22097: checkpoints
22098:
22099: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22100: default. but entities still reparsed. todo: tothink
22101:
22102: * src/main/pa_db_connection.C: db recover mech 2
22103:
22104: * src/: classes/hashfile.C, include/pa_db_connection.h,
22105: include/pa_db_manager.h, include/pa_db_table.h,
22106: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22107: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22108: types/pa_vhashfile.h: db connections & tables now cached at
22109: create time & multithreaded
22110:
22111: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22112: parsed_source
22113:
22114: * src/main/pa_db_connection.C: about to remove connection from
22115: vhashfile
22116:
22117: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22118: transaction commit/rollback responsibility left to parent [as it
22119: sould - else there were a bug with double free]
22120:
22121: * src/include/pa_db_table.h: db: child transaction commit/rollback
22122: responsibility left to parent [as it sould - else there were a
22123: bug with double free]
22124:
22125: 2001-10-25 paf
22126:
22127: * src/: classes/hashfile.C, include/pa_common.h,
22128: include/pa_db_connection.h, include/pa_db_manager.h,
22129: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22130: types/pa_vhashfile.C, types/pa_vhashfile.h,
22131: include/pa_db_table.h, main/pa_db_table.C: started db_home
22132: [multiple, cached] todo: autorecover [tried, but not succeded,
22133: yet]
22134:
22135: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22136:
22137: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22138: transaction parent passed
22139:
22140: 2001-10-24 parser
22141:
1.116 moko 22142: * src/classes/Makefile.am: makes
1.95 moko 22143:
22144: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22145: isapi/pool_storage.h: pool_storage fixed
22146:
22147: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22148: types/pa_vform.h: form fix_line_breaks
22149:
1.116 moko 22150: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22151:
22152: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22153: targets/cgi/pool_storage.h: makes
22154:
22155: * src/sql/pa_sql_driver.h: version
22156:
22157: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22158: types/pa_vform.C, types/pa_vform.h: .am
22159:
22160: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22161: this: DB_RMW Acquire write locks instead of read locks when doing
22162: the retrieval. Setting this flag may decrease the likelihood of
22163: deadlock during a read-modify-write cycle by immediately
22164: acquiring the write lock during the read part of the cycle so
22165: that another thread of control acquiring a read lock for the same
22166: item, in its own read-modify-write cycle, will not result in
22167: deadlock
22168:
22169: * src/targets/isapi/parser3isapi.dsp: doc
22170:
22171: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22172:
22173: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22174:
22175: * src/: classes/hashfile.C, include/pa_db_connection.h,
22176: main/pa_db_connection.C: hashfile expired deleted from db when
22177: get & iterate
22178:
22179: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22180: expiring 1
22181:
22182: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22183:
22184: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22185: db_connection not bothers with key when not returning expired
22186: data
22187:
22188: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22189: types/pa_vhashfile.C: db_cursor constructor public now
22190:
22191: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22192: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22193: stamped, todo: put_element analize
22194:
22195: * src/: include/pa_db_connection.h, include/pa_string.h,
22196: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22197: serialize. todo stamp
22198:
22199: 2001-10-23 parser
22200:
22201: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22202: classes/image.C, classes/mail.C, classes/response.C,
22203: classes/string.C, classes/table.C, classes/xdoc.C,
22204: include/pa_config_fixed.h, include/pa_db_connection.h,
22205: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22206: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22207: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22208: types/pa_vtable.C: ^hashfile.hash[]
22209:
22210: * src/: classes/hashfile.C, classes/xdoc.C,
22211: include/pa_config_fixed.h, main/pa_db_manager.C,
22212: main/pa_globals.C: ifdefs so it compiled without db
22213:
22214: * src/: classes/hashfile.C, include/pa_db_connection.h,
22215: include/pa_db_manager.h, main/pa_db_connection.C,
22216: main/pa_db_manager.C, types/pa_vhashfile.h:
22217: ^hashfile.transaction{code} ^hashfile:clear[filename]
22218: ^hashfile.delete[key]
22219:
22220: 2001-10-22 parser
22221:
22222: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22223: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22224:
22225: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22226: classes/xnode.C, include/pa_charset_connection.h,
22227: include/pa_db_connection.h, include/pa_db_manager.h,
22228: include/pa_exception.h, include/pa_sapi.h,
22229: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22230: include/pa_stylesheet_connection.h,
22231: include/pa_stylesheet_manager.h,
22232: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22233: main/pa_db_connection.C, main/pa_db_manager.C,
22234: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22235: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22236: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22237: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22238: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22239: types/types.dsp: hashfile 0
22240:
22241: * src/types/pa_vhashfile.C: z
22242:
22243: * src/: classes/classes.dsp, classes/hashfile.C,
22244: include/pa_config_fixed.h, main/execute.C,
22245: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22246: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22247:
22248: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22249:
22250: * src/: include/pa_exception.h, include/pa_request.h,
22251: main/execute.C, main/pa_exception.C, main/pa_request.C,
22252: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22253: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22254:
22255: 2001-10-19 parser
22256:
22257: * src/include/pa_pool.h: header
22258:
22259: * src/main/pa_pool.C: auto compiled on gcc
22260:
22261: * src/classes/image.C: comment
22262:
1.116 moko 22263: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22264:
22265: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22266: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22267: types/pa_vxnode.h: xnode clone got freed
22268:
22269: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22270: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22271: can free up xalandomstring resulting from pool::transcode
22272:
22273: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22274: include/pa_config_fixed.h, include/pa_exception.h,
22275: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22276: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22277: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22278: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22279: from non-xml compile
22280:
22281: * src/main/pa_request.C: pool:: context - get_context
22282:
22283: * src/: classes/classes.h, classes/date.C, classes/double.C,
22284: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22285: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22286: classes/string.C, classes/table.C, classes/void.C,
22287: include/pa_config_fixed.h, include/pa_exception.h,
22288: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22289: main/compile.C, main/compile_tools.C, main/execute.C,
22290: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22291: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22292: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22293: main/pa_string.C, main/pa_table.C, main/untaint.C,
22294: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22295: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22296: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22297: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22298: types/pa_vstateless_class.h, types/pa_vtable.C,
22299: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22300: exceptions 0
22301:
22302: * src/classes/classes.awk: $ removed
22303:
22304: 2001-10-18 parser
22305:
22306: * src/types/pa_vcookie.C: cookie:CLASS
22307:
22308: * src/main/main.dsp: project
22309:
22310: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22311: set_document & ctor question "who owns document" solved
22312:
22313: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22314:
22315: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22316: main/pa_pool.C: encoding in dom creating funcs
22317:
22318: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22319: be transformed now
22320:
22321: * src/classes/xdoc.C: dom created by create can be transformed now
22322:
22323: * src/classes/xdoc.C: z
22324:
22325: * src/classes/xdoc.C: comment
22326:
22327: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22328: create now uses XercesDocumentBridge, appendChild&co now works
22329:
22330: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22331: @ recompile
22332:
22333: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22334: $origin @exception[
22335:
22336: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22337: tag names forced to XML lang
22338:
22339: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22340: leechy-found bugs in code&doc fixed
22341:
22342: 2001-10-17 parser
22343:
22344: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22345: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22346: n functionality preserved
22347:
22348: * src/types/pa_vimage.h: removed unused vimage::save
22349:
22350: 2001-10-16 parser
22351:
22352: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22353:
22354: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22355:
22356: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22357:
22358: * src/classes/image.C: image.copy tolerance
22359:
22360: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22361: ineffective, but works for small paleted image
22362:
22363: * src/types/pa_vimage.C: comment
22364:
22365: * src/classes/image.C: gd size/resize bugfix
22366:
22367: * src/: classes/classes.dsp, main/main.dsp,
22368: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22369: types/types.dsp: ident >nul 2>&1
22370:
22371: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22372: systems
22373:
22374: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22375: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22376:
22377: 2001-10-15 parser
22378:
22379: * src/main/execute.C: z
22380:
22381: * src/classes/: xdoc.C: !::create{qualifiedName}
22382:
22383: * src/types/pa_vxnode.C: document_type_node.
22384: !readonly attribute DOMString name
22385: !notation_node.
22386: !readonly attribute DOMString publicId
22387: !readonly attribute DOMString systemId
22388:
1.116 moko 22389: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22390: ::write badly passed string too transparently [failed to
22391: intercept it]
1.95 moko 22392:
22393: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22394: include/pa_request.h, main/pa_sql_driver_manager.C,
22395: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22396: types/pa_vxnode.h: DOM1 major addtion, only few
22397: attributes/methods left
22398:
22399: 2001-10-13 parser
22400:
22401: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22402: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22403: in main handler
22404:
22405: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22406: cleanups & frees order
22407:
22408: * src/types/pa_vcode_frame.h: couple comments
22409:
22410: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22411: transparent enough to handle hash if creation&passing
22412:
22413: * src/: include/pa_config_fixed.h, main/execute.C,
22414: main/pa_exception.C: noticed that vcodeframe not transparent
22415: enough, would change now
22416:
22417: 2001-10-12 parser
22418:
22419: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22420: fixed. initialization&free on each thread!
22421:
22422: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22423: handling changed: now type of default param analized always, not
22424: only at problem time, thus helping early problem spotting
22425:
22426: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22427: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22428: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22429: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22430: multithread bug fixed. initialization&free on each thread!
22431:
22432: 2001-10-11 parser
22433:
22434: * src/classes/xnode.C: xnode.selectSingle now
22435:
22436: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22437: include/pa_pool.h, include/pa_stylesheet_connection.h,
22438: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22439: convertors out of Pool into Exception
22440:
22441: * src/main/pa_string.C: const
22442:
22443: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22444: linked pieces of same language together prior to String::replace
22445:
22446: * src/classes/hash.C: !^hash.add[addme]
22447: !^hash.sub[subme]
22448: !^a.union[b] = new
22449: !^a.intersection[b] = new
22450: !^a.intersects[b] = bool
22451:
22452: * src/classes/hash.C: !^hash::append[append_from]
22453:
22454: * src/: classes/hash.C, types/pa_vhash.h:
22455: !^hash::create[[copy_from]]
22456:
22457: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22458: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22459: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22460: fixed. got rid of empty_string, which caused errors - it hasnt
22461: exception but somebody[value.bark] tried to throw it on it's pool
22462:
1.116 moko 22463: * src/include/pa_config_auto.h.in: makes
1.95 moko 22464:
22465: 2001-10-10 parser
22466:
22467: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22468:
22469: * src/main/: compile.tab.C, compile.y: ^a[
22470:
22471: @next_method << now unclosed ] would be reported here
22472:
22473: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22474: compile error
22475:
22476: 2001-10-09 parser
22477:
1.116 moko 22478: * src/: classes/Makefile.am, main/Makefile.am,
22479: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22480:
22481: * src/classes/Makefile.am: makes
22482:
22483: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22484: win32 errors intercepted [xalan transformer patched and
22485: incorporated]
22486:
22487: * src/: classes/classes.dsp, classes/xdoc.C,
22488: include/pa_stylesheet_connection.h, main/main.dsp,
22489: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22490: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22491: patches starting
22492:
22493: * src/classes/: string.C, table.C: ^string.save[file]
22494:
22495: * src/classes/: date.C, table.C: calendar moved to date
22496:
22497: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22498: string/table] now
22499:
22500: * src/classes/: op.C, table.C: z
22501:
22502: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22503: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22504: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22505: be code [be string..]
22506:
22507: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22508: table.C: lots of
22509: params->as_int/double/as_string/as_junction/as_no_junction
22510: messages added
22511:
22512: 2001-10-08 parser
22513:
22514: * src/: classes/date.C, classes/image.C, classes/string.C,
22515: classes/table.C, classes/void.C, include/pa_request.h:
22516: params->as_int/double message added
22517:
22518: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22519:
22520: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22521: image:sector removed image:html internal "line-*" attribs
22522:
22523: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22524: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22525:
22526: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22527: way
22528:
22529: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22530: main/untaint.C: header untainting to UL_HTTP_HEADER,
22531: UL_MAIL_HEADER made nonforced [only tainted pieces]
22532:
22533: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22534: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22535: @ SAPI::log
22536:
22537: * src/main/untaint.C: \r to ' ' in origins mode
22538:
22539: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22540: set]
22541:
22542: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22543: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22544: nonstandard liaison freed up
22545:
22546: 2001-10-07 parser
22547:
22548: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22549: project
22550:
22551: 2001-10-05 parser
22552:
22553: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22554: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22555: from outputing to cerr. lots of "todos"
22556:
22557: * src/main/untaint.C: http_header tainting more gentle with
22558: enquoting now
22559:
22560: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22561: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22562: xml errorhandler. fixed string.replace a little, read @test
22563:
22564: * src/main/pa_string.C: found replace bug - first_that_starts(char
22565: *) does not have limit, and looks further eos, fixing....
22566:
22567: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22568:
22569: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22570:
22571: * src/main/: pa_charset_connection.C: ctype another mem clear
22572: bugfix
22573:
1.116 moko 22574: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22575: $result[^[$p^]z] now works fine
1.95 moko 22576:
22577: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22578: wrong. fixed it
22579:
22580: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22581: of totable appered to be vital
22582:
22583: 2001-10-04 parser
22584:
22585: * src/classes/image.C: ^image.length[text]
22586:
22587: 2001-10-03 parser
22588:
22589: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22590:
22591: * src/main/pa_request.C: restored pcre defaulting in request
22592: [mindlessly "optimized" yesterday] comment left
22593:
22594: 2001-10-02 parser
22595:
22596: * src/: main/pa_charset_manager.C,
22597: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22598: needed
22599:
22600: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22601: forgot non-xml pool.*charset needed
22602:
22603: * src/classes/table.C: # config comments fixed
22604:
22605: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22606: charset_connection #comment now
22607:
22608: * src/: classes/classes.dsp, types/types.dsp: release projects
22609: options fixed to use release msvcrt lib
22610:
22611: * src/main/pa_charset_connection.C: pcre tables now const inside
22612: removed default - pcre handles that internally fixed bug on
22613: not-cleaning tables [previously was calloced, now member]
22614:
22615: * src/: include/pa_request.h, main/pa_charset_connection.C,
22616: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22617: inside removed default - pcre handles that internally fixed bug
22618: on not-cleaning tables [previously was calloced, now member]
22619:
22620: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22621: tested charset reload on file change @ apache version = OK tested
22622: freeing up prev encoding on adding new = OK
22623:
22624: 2001-10-01 parser
22625:
22626: * src/main/pa_charset_connection.C: removed entitify external hack
22627: [internal installed]
22628:
1.116 moko 22629: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22630:
22631: * src/: include/pa_charset_connection.h,
22632: include/pa_charset_manager.h,
22633: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22634: main/pa_charset_connection.C, main/pa_charset_manager.C,
22635: main/pa_request.C: charset loading & caching mech 0
22636:
22637: * src/: include/pa_stylesheet_connection.h,
22638: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22639: main/pa_globals.C, main/pa_request.C: would make charset loading
22640: & caching mech now
22641:
22642: 2001-09-30 parser
22643:
22644: * src/main/pa_request.C: forgot to fill toTable
22645:
22646: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22647: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22648: failed on win32 for now..
22649:
22650: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22651: now charsets table configuration variable is: CHARSETS
22652:
22653: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22654: ctype with unicode 1. todo: no П entities on output somehow
22655:
22656: * src/: classes/file.C, classes/op.C, classes/string.C,
22657: include/pa_request.h, main/pa_request.C: started ctype with
22658: unicode values
22659:
22660: 2001-09-28 parser
22661:
22662: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22663: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22664: string passed AS-IS now
22665:
22666: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22667: way of user-configuring... todo: implement
22668:
22669: 2001-09-27 parser
22670:
22671: * src/classes/table.C: table.sort changed to sort table itself
22672:
22673: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22674: X^.getElementsByTagName[tagname] = array of xnode
22675: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22676: nodes removed - regretfully not supported @ xalan. maybe someday
22677: would reimplement, if needed.
22678:
22679: win32build system: solved long waiting anti-non-started-apache
22680: problem
22681:
22682: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22683: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22684: types/types.dsp: win32 ident make system so not to rebuild
22685: library [ident.C.new]
22686:
22687: 2001-09-26 parser
22688:
22689: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22690: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22691: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22692: types/pa_vxnode.C, types/types.dsp: z
22693:
22694: * src/classes/classes.C: forgot one non-xml check
22695:
1.116 moko 22696: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22697: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22698:
22699: * src/targets/cgi/parser3.C: z
22700:
22701: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22702: targets/isapi/parser3isapi.C: #ifdef SMTP
22703:
22704: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22705: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22706: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22707: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22708: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22709: types/types.dsp: xdoc&xnode now
22710:
22711: * src/: classes/classes.C, classes/classes.awk,
22712: classes/classes.dsp, classes/classes.h, classes/date.C,
22713: classes/dnode.C, classes/dnode.h, classes/dom.C,
22714: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22715: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22716: classes/op.C, classes/response.C, classes/string.C,
22717: classes/table.C, classes/void.C, include/pa_array.h,
22718: include/pa_common.h, include/pa_config_fixed.h,
22719: include/pa_config_includes.h, include/pa_dictionary.h,
22720: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22721: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22722: include/pa_socks.h, include/pa_sql_connection.h,
22723: include/pa_sql_driver_manager.h, include/pa_stack.h,
22724: include/pa_string.h, include/pa_stylesheet_connection.h,
22725: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22726: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22727: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22728: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22729: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22730: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22731: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22732: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22733: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22734: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22735: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22736: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22737: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22738: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22739: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22740: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22741: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22742: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22743: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22744: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22745: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22746: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22747: types/pa_vmethod_frame.h, types/pa_vobject.h,
22748: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22749: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22750: types/pa_vstateless_object.h, types/pa_vstring.C,
22751: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22752: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22753: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22754: main.dsp splitted to main+classes+types along to .am
22755:
22756: * src/classes/Makefile.am: removed useless var
22757:
22758: * src/: classes/classes.cmd, main/main.dsp,
22759: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22760: main.dsp
22761:
22762: 2001-09-25 parser
22763:
22764: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22765: 1251 though, todo ICU
22766:
1.116 moko 22767: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22768: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22769: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22770: types/pa_vdom.h: xml configure makes
1.95 moko 22771:
22772: 2001-09-24 parser
22773:
1.116 moko 22774: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22775: types/Makefile.am: makes
1.95 moko 22776:
1.116 moko 22777: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22778:
22779: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22780: started unix makes update
22781:
22782: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22783: started unix makes update
22784:
22785: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22786:
22787: * src/types/pa_value.h: z
22788:
22789: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22790: bugs with usinge hash/table in expressions
22791:
22792: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22793: resolved conflicts fixed [const]
22794:
22795: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22796: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22797: main/compile.C, main/compile.tab.C, main/compile.y,
22798: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22799: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22800: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22801: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22802: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22803: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22804: with before_xml [merge2 actually didn't happen - i've created
22805: tags on wrong branch. so this merge is in fact re-merge]
22806:
22807: 2001-09-21 parser
22808:
22809: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22810: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22811: produced "" in make file and sadly wrong interpreted on load]
22812:
1.116 moko 22813: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22814: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22815: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22816: include/pa_sql_driver_manager.h, include/pa_string.h,
22817: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22818: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22819: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22820:
22821: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22822: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22823: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22824: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22825: main/pa_pool.C, main/pa_request.C,
22826: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22827: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22828: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22829: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22830: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22831: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22832: types/pa_vrequest.C, types/pa_vresponse.h,
22833: types/pa_vstateless_class.C, types/pa_vstring.C,
22834: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22835: created new projects for sql drivers [planning to remove sql
22836: drivers from main cvs project] first, will join latest changes
22837:
22838: * src/classes/: dom.C: defaulted dom writing methods encoding to
22839: pool.get_charset
22840:
22841: * src/classes/dom.C: defaulted dom writing methods encoding to
22842: pool.get_charset
22843:
22844: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22845: pool.get_charset
22846:
22847: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22848: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22849: methods encoding to pool.get_charset
22850:
22851: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22852: transcoder were created right "unsupported encoding" message.
22853: not @ set time, but @ use time, so until xml output functions
22854: .string, .file, .save used - no encoding name check occur
22855:
22856: reduced transcode buffer size to 60 fixed pool cleanup - no
22857: registration needed, pools are officially destructured
22858:
22859: 2001-09-20 parser
22860:
22861: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22862:
22863: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22864: $MAIN:DEFAULTS.content-type[$.charset[here]]
22865:
22866: * src/: classes/dnode.C, classes/dom.C,
22867: include/pa_config_includes.h, include/pa_globals.h,
22868: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22869: main/pa_pool.C, targets/cgi/parser3.dsp,
22870: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22871: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22872: Pool::transcode 0
22873:
22874: * src/classes/dom.C: dom. string save file moved output xml options
22875: to last param and made it optional
22876:
22877: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22878: dnodes
22879: !$attributenode.specified = boolean
22880: true if the attribute received its value explicitly
22881: in the XML document,
22882: or if a value was assigned programatically with the
22883: setValue function.
22884: false if the attribute value came from the default value
22885: declared in the document's DTD.
22886: !$pinode.target = target of this processing instruction
22887: XML defines this as being the first token following the
22888: markup
22889: that begins the processing instruction.
22890: XPath:
22891: !^node.select[xpath/query/expression] = hash of 0->node0
22892: 1->node1
22893: !^node.select-single[xpath/query/expression] = first node if
22894: any
22895:
22896: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22897: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22898: some 'const's added
22899:
22900: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22901: expression context now, there value = size and boolean value
22902: size!=0
22903:
22904: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22905: can be used in expression context now, there value = size and
22906: boolean value size!=0
22907:
22908: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22909: types/pa_vstring.h: dnode .file .string .save moved back to dom
22910: due to strange xalan bug
22911:
22912: 2001-09-18 parser
22913:
22914: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22915: classes/image.C, classes/op.C, classes/table.C,
22916: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22917: include/pa_sql_driver_manager.h, main/compile.C,
22918: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22919: main/execute.C, main/pa_common.C, main/pa_request.C,
22920: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22921: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22922: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22923: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22924: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22925: before_xml branch ^if(def $hash) now true only when
22926: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22927:
22928: * src/: classes/op.C, main/execute.C: operators self changed to
22929: root ^for variable context changed to self
22930:
22931: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22932: dnode 1
22933:
22934: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22935: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22936:
22937: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22938: poly* fixed
22939:
22940: 2001-09-17 parser
22941:
22942: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22943: types/pa_vdom.h: started dnode+dom
22944:
22945: dnode DOM methods: $node.name $node.value
22946: ...others...
22947:
22948: ^node.xpath[/rates/USD] = hash
22949: $hash[
22950: $.0[node0]
22951: $.1[node1]
22952: ]
22953:
22954: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22955: applies to all linear primitives
22956:
22957: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22958: include/pa_stylesheet_connection.h, main/main.dsp,
22959: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22960: types/pa_vimage.h: started dnode DOM: $node.name
22961: $node.value ...others... ^node.xpath[/rates/USD] = hash
22962: dom(dnode)
22963:
22964: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22965: main/compile.y, main/compile_tools.h, main/execute.C,
22966: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22967: in expression compound($aa.zz.xx) names now can have minus '-' in
22968: name after '.'
22969:
22970: 2001-09-15 parser
22971:
22972: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22973: image: $line-width ^line(...)[**** style]
22974:
22975: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22976: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22977: pool_storage - cleanups first, allocations second. apache wisely
22978: does just like that
22979:
22980: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22981: rewritten using template, no bugs now
22982:
22983: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22984: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22985: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22986: poorly started isapi pool_storage, would rewrite using template
22987: now
22988:
22989: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22990: include/pa_stylesheet_connection.h, main/main.dsp,
22991: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22992: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22993: xalan objects freed up [introducing Pool::register_cleanup]
22994:
22995: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22996: comments
22997:
22998: 2001-09-14 parser
22999:
23000: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23001: z
23002:
23003: * src/: classes/dom.C, classes/file.C, classes/image.C,
23004: classes/mail.C, include/pa_common.h,
23005: include/pa_sql_driver_manager.h, include/pa_string.h,
23006: include/pa_stylesheet_connection.h,
23007: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23008: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23009: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23010: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23011: compiled&cached
23012:
23013: 2001-09-13 parser
23014:
23015: * src/: classes/dom.C, classes/file.C, classes/image.C,
23016: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23017:
23018: * src/classes/dom.C: dom:file content-type(.method)
23019:
23020: * src/: include/pa_common.h, include/pa_globals.h,
23021: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23022: string now more informative error messages
23023:
23024: * src/: include/pa_globals.h, include/pa_request.h,
23025: main/pa_request.C, targets/cgi/parser3.C,
23026: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23027: ParserSiteConfig .../parser3.conf
23028:
23029: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23030:
23031: 2001-09-12 parser
23032:
23033: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23034: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23035: precise error reporting: "connection string must start with
23036: protocol://" now
23037:
23038: * src/main/compile.tab.C: fixed - subname code parts actually []
23039: braced
23040:
23041: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23042: lexer on LS_USER level did [] matching without setting nestage,
23043: introduced special LS_NAME_SQUARE_PART state
23044:
23045: 2001-09-11 parser
23046:
23047: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23048: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23049: languages+=xml
23050:
23051: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23052:
23053: * src/classes/dom.C: ^dom:save/string/file[output options] output
23054: options: $.method[xml|html|text] detection fixed
23055:
23056: * src/types/pa_vdom.h: messages
23057:
23058: * src/classes/dom.C: ^dom:save/string/file[output options] output
23059: options: $.method[xml|html|text] detection fixed
23060:
23061: 2001-09-10 parser
23062:
23063: * src/classes/dom.C: ^dom:save/string/file[output options] output
23064: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23065:
23066: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23067: added]
23068:
23069: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23070: ^dom.xslt[stylesheet filename] 0
23071:
23072: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23073: ^dom.xslt[stylesheet filename] -1 doc is lying
23074:
23075: * src/classes/dom.C: ^dom.file[encoding] = file
23076:
23077: * src/classes/: dom.C: ^dom.string[encoding] 1
23078: ^dom.save[encoding;filename]
23079:
23080: * src/classes/dom.C: ^dom.string[] 0
23081:
23082: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23083:
23084: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23085: types/pa_vform.h: ^dom.save[b.xml] 0
23086:
23087: 2001-09-08 parser
23088:
23089: * src/types/pa_vform.C: $form:tables.name.field
23090:
23091: 2001-09-07 parser
23092:
23093: * src/classes/table.C: table:empty removed, superceded by ^if(def
23094: $table)...
23095:
23096: * src/targets/cgi/parser3.C: z
23097:
23098: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23099: from '' to int/double is 0]
23100:
23101: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23102: $table) is false when table is empty
23103:
23104: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23105: !$form:tables $atable[$form:tables.a]
23106: ^atable.menu{a=$atable.element}[,]
23107:
23108: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23109: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23110:
1.116 moko 23111: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23112: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23113: of dom
23114:
23115: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23116: types/pa_vform.C, types/pa_vform.h: z
23117:
23118: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23119: element [not last]
23120:
1.116 moko 23121: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23122: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23123:
23124: 2001-09-06 parser
23125:
23126: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23127: table with one column 'element' and two rows: 1 and 2
23128:
23129: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23130: table with one column 'element' and two rows: 1 and 2
23131:
23132: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23133: bad int/double conversions, and now $form:nonexistent.int(88)
23134: would return 88
23135:
23136: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23137: types/pa_vhash.h: now there's special hash key '_default'
23138: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23139: $._default[xx] ] $hash.c
23140:
23141: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23142: fixed [thanks, fif], ^; were treated there non-literally
23143:
23144: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23145: doxygen
23146:
23147: * src/: classes/image.C, classes/op.C, classes/string.C,
23148: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23149: types/pa_vtable.C: few #ifndef DOXYGEN
23150:
23151: 2001-09-05 parser
23152:
23153: * src/classes/: string.C, table.C: sql options can be void [same as
23154: image:html the other day]
23155:
23156: * src/targets/cgi/Makefile.am: .am undo
23157:
23158: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23159: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23160: macro expantion on param, simply qoutes whatever passed, undone
23161:
23162: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23163: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23164: STRINGIZE(name) #name invented
23165:
23166: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23167: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23168: MAIN_SQL_DRIVERS_NAME "drivers"
23169:
23170: moved to be availible to all users
23171:
23172: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23173: SQL_DRIVER_CREATE_FUNC_NAME
23174:
23175: * src/classes/mail.C: MAIN:MAIL check fixed
23176:
23177: 2001-09-04 parser
23178:
23179: * src/classes/image.C: image.html now can accept void params
23180:
23181: * src/targets/isapi/parser3isapi.C: z
23182:
23183: * src/targets/cgi/parser3.C: full_file_spec bug
23184:
23185: * src/targets/cgi/parser3.C: getenvcheck
23186:
23187: * src/targets/cgi/parser3.C: zz
23188:
23189: * src/targets/cgi/parser3.C: zzz
23190:
23191: * src/classes/date.C: date
23192:
23193: * src/classes/date.C: date:sql-string is now without ''
23194:
1.116 moko 23195: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23196: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23197: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23198:
1.116 moko 23199: * src/include/pa_config_auto.h.in: makes
1.95 moko 23200:
23201: 2001-09-03 parser
23202:
23203: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23204:
23205: 2001-09-01 parser
23206:
23207: * src/classes/image.C: letter_spacing
23208:
23209: * src/classes/image.C: image: font params changed
23210:
23211: * src/classes/image.C: image: as_int as_string used
23212:
23213: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23214: analized
23215:
23216: 2001-08-31 parser
23217:
23218: * src/targets/cgi/parser3.C: z
23219:
1.116 moko 23220: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23221: cygwin
1.95 moko 23222:
23223: * src/classes/void.C: void:int/double += (default)
23224:
23225: * src/classes/image.C: image:font added space param image:font
23226: changed charwidth alg, added kerning const[for now]
23227:
23228: * src/classes/: string.C, table.C: string:int/double (defaults)
23229:
23230: 2001-08-29 parser
23231:
23232: * src/main/pa_exception.C: exception redundant debug info
23233:
23234: 2001-08-28 parser
23235:
23236: * src/classes/image.C: image error msgs
23237:
23238: * src/classes/image.C: image: gifsize little endian
23239:
23240: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23241: doxygeneration
23242:
23243: * src/: classes/Makefile.am, main/Makefile.am,
23244: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23245:
23246: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23247: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23248:
23249: * src/main/compile.C: NO_STRING_ORIGIN check2
23250:
23251: * src/classes/table.C: NO_STRING_ORIGIN check
23252:
23253: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23254: storage class specifiers invalid in friend function declarations
23255:
23256: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23257: main/untaint.C, targets/cgi/parser3.C,
23258: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23259: case of limit
23260:
23261: * src/: classes/file.C, main/pa_common.C: file:move
23262: autocreate/remove dest/src dir
23263:
23264: * src/: classes/string.C, include/pa_dictionary.h,
23265: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23266: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23267: to directory constructor. string:replace
23268:
23269: 2001-08-27 parser
23270:
23271: * src/classes/image.C: fixed jpgsize alg
23272:
23273: * src/classes/image.C: fixed jpgsize alg
23274:
23275: * src/main/pa_exception.C: z
23276:
23277: * src/main/pa_common.C: removed debug info from pa_common
23278:
23279: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23280: [auto.p from current dir loading]
23281:
1.116 moko 23282: * src/: main/pa_common.C, main/pa_exception.C,
23283: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23284: for solaris -lsocket
1.95 moko 23285:
23286: 2001-08-24 parser
23287:
23288: * src/targets/cgi/parser3.C: not cgi extra \n 3
23289:
23290: * src/targets/cgi/parser3.C: not cgi extra \n 2
23291:
23292: * src/targets/cgi/parser3.C: not cgi extra \n
23293:
23294: * src/main/pa_sql_driver_manager.C: z
23295:
23296: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23297: sql* removed services from disconnect - cross-request ideological
23298: probs.
23299:
23300: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23301: cross-request ideological probs. oracle - fixed bug: cs
23302: allocated on request.pool and got freed before disconnect
23303:
23304: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23305: mallocs fixed
23306:
23307: 2001-08-23 parser
23308:
23309: * src/classes/file.C: minor bug in file:save fixed
23310:
23311: * src/main/pa_sql_driver_manager.C: oracle: dlink
23312:
23313: 2001-08-22 parser
23314:
23315: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23316: types/pa_vfile.h: file:load|save[text|binary;
23317:
23318: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23319:
23320: 2001-08-21 parser
23321:
23322: * src/classes/: file.C, table.C: ^file:list
23323:
23324: 2001-08-20 parser
23325:
23326: * src/: main/compile.tab.C, main/compile.y,
23327: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23328: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23329: recousively caused problems: inc incremeted 123 literal!! fixed
23330:
23331: 2001-08-10 parser
23332:
23333: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23334:
23335: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23336: added
23337:
23338: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23339: added
23340:
23341: * src/classes/table.C: table:sort restored [it was bad test :(]
23342:
23343: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23344: ''
23345:
23346: * src/main/: pa_request.C: wanted to make const int
23347: MAX_EXECUTE_SECONDS=1;
23348:
23349: but couldnt, set_callback_and_alarm appeared to be not exported
23350: :(
23351:
23352: * src/main/pa_string.C: string.match hanged on. there were a hang
23353: check but it weren't wise enough
23354:
23355: @parse[dateString][tmp]
23356: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23357: #end
23358:
23359: @main[] ^parse[2001-02-03]
23360:
23361: * src/classes/: table.C: table:sort now default desc
23362:
23363: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23364: table.sort now creates new sorted table
23365:
23366: 2001-08-09 parser
23367:
23368: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23369:
23370: * src/classes/hash.C: hash:_default now [was hash:default]
23371:
23372: * src/classes/op.C: case without switch check added
23373:
23374: * src/types/pa_vcookie.C: cookie name&value origins added, more
23375: precise $ORIGINS(1)
23376:
23377: * src/main/Makefile.am: .am
23378:
23379: * src/classes/void.C: void: int double copy/paste from int: bug
23380: fixed
23381:
23382: * src/classes/void.C: void: int double copy/paste from int: bug
23383: fixed
23384:
23385: 2001-08-07 parser
23386:
23387: * src/: classes/double.C, classes/int.C, classes/string.C,
23388: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23389: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23390: string, table
23391:
23392: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23393: srand made working
23394:
23395: 2001-08-06 parser
23396:
23397: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23398: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23399: main/compile.tab.C, main/compile.y, main/pa_array.C,
23400: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23401: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23402:
23403: * src/main/pa_exec.C: exec win32 real filename
23404:
23405: * src/classes/file.C: exec stderr out
23406:
23407: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23408:
23409: 2001-08-03 parser
23410:
23411: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23412:
23413: 2001-08-02 parser
23414:
23415: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23416: main/execute.C, main/pa_exec.C: introducing Array_iter
23417:
23418: * src/main/execute.C: detected quick_get recursion bug. changed to
23419: get@execute, but needs array iterator, separate from array to
23420: avoid it & use caching
23421:
23422: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23423: bug fixed
23424:
23425: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23426: main/execute.C, main/pa_globals.C: found another multithread bug
23427: in op.C (last, last global var killed) :)
23428:
23429: 2001-08-01 parser
23430:
23431: * src/: include/pa_dictionary.h, include/pa_globals.h,
23432: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23433: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23434: main/untaint.C: speeded up typo-html replacements. introducing
23435: Dictionary with first-char caching
23436:
23437: 2001-07-31 parser
23438:
23439: * src/types/Makefile.am: pa_vtable.C added to .am
23440:
23441: * src/main/compile.tab.C: added, so that could be compiled even on
23442: non-bison-enabled platforms
23443:
23444: 2001-07-28 parser
23445:
23446: * src/classes/table.C: table:hash always produces hash, when can't
23447: - empty
23448:
23449: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23450: skipped \n
23451:
23452: 2001-07-27 parser
23453:
23454: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23455: on int/double/string :sql without result and default
23456:
23457: 2001-07-26 parser
23458:
23459: * src/classes/op.C: fixed bad multithread bug with strangly global
23460: OP
23461:
23462: * src/main/compile.y: $man[$.age[zzz]] 0
23463:
23464: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23465: creation syntax problem persists. restored $: for a while.
23466: thinking of $man[$.age[zzz]] syntax now
23467:
23468: * src/: classes/double.C, classes/int.C, classes/string.C,
23469: include/pa_opcode.h, main/compile.C, main/compile.y,
23470: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23471: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23472: types/pa_wwrapper.h: fixing :: realization #1
23473:
23474: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23475: main/compile_tools.h, main/execute.C, main/pa_request.C,
23476: types/pa_vmethod_frame.h: introducing :: this is constructor call
23477: prefix. ordinary : remains for static accesses
23478:
23479: 2001-07-25 parser
23480:
23481: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23482: fields 2. methods 3. columns
23483:
23484: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23485: quote. optimized double&int tostring-s
23486:
23487: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23488: whitespace before first method decl
23489:
23490: * src/classes/table.C: allowed nontable result in table:sql,
23491: results in empty table
23492:
23493: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23494: lines before first method decl
23495:
23496: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23497: types/pa_vtable.h: ^table.record[] now $table.fields
23498:
23499: * src/main/compile.y: $var[] is now empty string, not void
23500:
23501: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23502: void
23503:
23504: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23505: main/pa_globals.C: match replace code context moved to implicit
23506: $match context
23507:
23508: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23509: main/compile_tools.h, main/execute.C: with killed, code storage
23510: introduced with former 'with' syntax
23511:
23512: 2001-07-24 parser
23513:
23514: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23515: types/pa_value.h: first get_element, next get operator
23516:
23517: * src/main/compile.y: removed @end handling
23518:
23519: * src/main/: compile.C, compile.y: @end handling method2
23520:
23521: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23522: file:move
23523:
23524: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23525: fixed
23526:
23527: 2001-07-23 parser
23528:
23529: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23530: driver
23531:
23532: * src/classes/hash.C: changed sql driver query interface
23533:
23534: * src/: classes/hash.C, classes/string.C, classes/table.C,
23535: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23536: changed sql driver query interface
23537:
23538: 2001-07-20 parser
23539:
23540: * src/types/pa_vrequest.C: X!$browser:type
23541:
23542: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23543: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23544: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23545: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23546: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23547: types/pa_vobject.h, types/pa_vrequest.C,
23548: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23549: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23550: BASE element globally removed
23551:
23552: 2001-07-18 parser
23553:
23554: * src/classes/file.C: file:exec/cgi msg
23555:
23556: * src/classes/file.C: $file:exit-code renamed to 'status'
23557:
23558: * src/: classes/file.C, main/pa_exec.C: file:exec
23559:
1.116 moko 23560: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23561: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23562: removed $id from *.in *.am
1.95 moko 23563:
23564: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23565: abbrevations
23566:
23567: * src/: classes/date.C, classes/mail.C, classes/math.C,
23568: classes/string.C, classes/table.C, include/pa_globals.h,
23569: include/pa_string.h, main/execute.C, main/pa_globals.C,
23570: main/pa_request.C, main/pa_string.C, main/untaint.C,
23571: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23572: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23573: $ORIGINS(1) output tracing mode
23574:
23575: 2001-07-13 parser
23576:
23577: * src/: classes/double.C, classes/int.C, classes/string.C,
23578: include/pa_request.h, main/execute.C, main/pa_request.C:
23579: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23580: second would not call first @auto
23581:
23582: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23583: wrong, fixed
23584:
23585: 2001-07-12 parser
23586:
23587: * src/types/pa_value.h: pa_value.putelement modification of system
23588: classes prevented
23589:
23590: 2001-07-11 parser
23591:
23592: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23593: table $piece
23594:
23595: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23596: types/pa_vstateless_class.h: $file created by file:state +=
23597: .atime .mtime .ctime +found&fixed bug with exceptions on
23598: get_junction-created objects [they were on wrong pool]
23599:
23600: 2001-07-09 parser
23601:
23602: * src/main/untaint.C: qp wrong name
23603:
23604: * src/: classes/date.C, classes/string.C, classes/table.C,
23605: main/compile.y: date format 0
23606:
23607: 2001-07-07 parser
23608:
23609: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23610: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23611: roll table calendar
23612:
23613: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23614: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23615: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23616: include/pa_request.h, main/main.dsp, types/pa_value.h,
23617: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23618: string. todo: sql, calendar
23619:
23620: 2001-07-06 parser
23621:
23622: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23623: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23624:
23625: 2001-07-03 parser
23626:
23627: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23628: classes/random.C, main/main.dsp: class random renamed to math,
23629: operators became methods
23630:
23631: * src/classes/op.C: pow sqrt
23632:
23633: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23634:
23635: 2001-07-02 parser
23636:
23637: * src/classes/table.C: ^table.columns column renamed from 'name' to
23638: 'column'
23639:
23640: * src/classes/hash.C: ^hash.keys[]
23641:
23642: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23643:
23644: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23645: 'strings'
23646:
23647: 2001-06-29 parser
23648:
23649: * src/main/: execute.C: /0 %0 checkes ver 2
23650:
23651: * src/main/execute.C: /0 %0 checke
23652:
23653: * src/classes/Makefile.am: nothing - void
23654:
23655: * src/classes/table.C: empty strings @ sql
23656:
23657: 2001-06-28 parser
23658:
23659: * src/: classes/double.C, classes/file.C, classes/form.C,
23660: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23661: classes/op.C, classes/random.C, classes/response.C,
23662: classes/string.C, classes/table.C, classes/void.C,
23663: main/compile.C, main/compile_tools.C, main/execute.C,
23664: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23665: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23666: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23667: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23668: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23669: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23670: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23671: $";
23672:
23673: * src/: classes/double.C, classes/file.C, classes/form.C,
23674: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23675: classes/op.C, classes/random.C, classes/response.C,
23676: classes/string.C, classes/table.C, classes/void.C,
23677: main/compile.C, main/compile.y, main/compile_tools.C,
23678: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23679: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23680: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23681: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23682: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23683: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23684:
23685: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23686: $class:name: == ${class:name}:
23687:
23688: * src/classes/string.C: exactly one
23689:
23690: 2001-06-27 parser
23691:
23692: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23693: types/pa_vvoid.h: nothing renamed to void
23694:
23695: * src/classes/op.C: ^switch ^case
23696:
23697: * src/main/compile.y: nothing renamed to void
23698:
23699: * src/: classes/hash.C, classes/table.C, main/compile.y,
23700: main/execute.C, main/main.dsp, main/pa_request.C,
23701: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23702: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23703: void
23704:
23705: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23706:
23707: 2001-05-28 parser
23708:
23709: * src/doc/html2chm.cmd: removed >a
23710:
23711: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23712: project options [some bugs]
23713:
23714: * src/doc/sources2html.cmd: z
23715:
23716: * src/: classes/classes.C, main/compile.C, main/compile.y,
23717: main/execute.C: operators are not in root class again
23718:
23719: 2001-05-24 parser
23720:
23721: * src/targets/cgi/parser3.dsp: project file
23722:
23723: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23724: ^log ^exp
23725:
23726: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23727: conversions in @exception[params]
23728:
23729: * src/main/pa_request.C: // no _ conversions in @exception[params]
23730:
23731: 2001-05-23 parser
23732:
23733: * src/main/pa_string.C: string cmp bug
23734:
23735: * src/classes/: mail.C, op.C: rem max 1000
23736:
23737: * src/: classes/op.C, main/compile.y: allow one empty line before
23738: LS_DEF_NAME
23739:
23740: 2001-05-22 parser
23741:
23742: * src/classes/op.C: if params code-required
23743:
23744: 2001-05-21 parser
23745:
23746: * src/types/pa_vstring.C: eoleof
23747:
23748: * src/classes/Makefile.am: .AM
23749:
23750: * src/classes/nothing.C: resultless ^sql moved to nothing:
23751:
23752: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23753:
23754: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23755: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23756: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23757: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23758: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23759: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23760: 'nothing'
23761:
23762: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23763: vstring::set_string
23764:
23765: * src/classes/: double.C, int.C, string.C: int,double;sql
23766:
23767: * src/: classes/hash.C, classes/int.C, classes/string.C,
23768: classes/table.C, include/pa_string.h, main/pa_string.C,
23769: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23770:
23771: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23772: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23773: hash:sql moved to main trunc. operators.txt updated
23774:
23775: * src/classes/: hash.C, op.C, table.C: hash:sql
23776:
23777: * src/classes/op.C: z
23778:
23779: * src/: main/compile.C, classes/classes.C: 1
23780:
23781: * src/: classes/classes.C, main/compile.C, main/compile.y,
23782: main/execute.C: 0
23783:
23784: * src/main/execute.C: z
23785:
23786: * src/targets/cgi/parser3.C: z
23787:
23788: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23789: site_auto_path "." in that case
23790:
23791: * src/targets/cgi/: parser3.C: z
23792:
23793: * src/main/pa_request.C: .am
23794:
23795: * src/: main/pa_request.C, targets/cgi/parser3.C:
23796: pcre_tables=pcre_default_tables;
23797:
23798: 2001-05-19 parser
23799:
23800: * src/main/pa_string.C: z
23801:
23802: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23803: introducing String::cstr_bufsize, returns just size+1 for as_is
23804: target.
23805:
23806: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23807: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23808: used, 4* mem wasted
23809:
23810: * src/classes/string.C: root context in match replace body now
23811: unchanged
23812:
23813: * src/types/pa_value.h: parameter # 1 based
23814:
23815: * src/main/pa_common.C: common: actual filename '%s'
23816:
23817: * src/classes/string.C: z
23818:
23819: * src/classes/Makefile.am: classes/.am
23820:
23821: * src/classes/: Makefile.am: classes/.am
23822:
23823: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23824: targets/cgi/pa_pool.C: classes/.am
23825:
23826: 2001-05-18 parser
23827:
1.116 moko 23828: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23829: pa_threads.C ins
1.95 moko 23830:
23831: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23832:
23833: 2001-05-17 parser
23834:
23835: * src/: classes/string.C, include/pa_config_fixed.h,
23836: include/pa_config_includes.h, main/compile.y,
23837: main/compile_tools.h, main/execute.C, main/pa_array.C,
23838: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23839: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23840: types/pa_vform.C: #include "pa_config_includes.h" removed from
23841: most .C
23842:
23843: * src/doc/html2chm.cmd: z
23844:
23845: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23846: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23847:
23848: * src/main/pa_sql_driver_manager.C: moved expiration to
23849: get_connection_from_cache
23850:
23851: * src/main/pa_sql_driver_manager.C: cache expiration bf
23852:
23853: * src/: classes/classes.h, include/pa_sql_connection.h,
23854: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23855: cache expiration[use SQL_Driver::disconnect]
23856:
23857: * src/main/pa_table.C: table.locate current restored on "not found"
23858:
23859: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23860: line no
23861:
23862: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23863: ANTI_ENDLESS_EXECUTE_RECOURSION
23864:
23865: * src/: classes/op.C, include/pa_sql_connection.h,
23866: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23867: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23868: 1driver and set_services fight for driver::fservices. before fix
23869:
23870: * src/: classes/op.C, include/pa_config_fixed.h,
23871: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23872: main/pa_sql_driver_manager.C: found problem at last: 2connections
23873: own 1driver and set_services fight for driver::fservices. before
23874: fix
23875:
23876: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23877: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23878: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23879: pa_threads.C
23880:
23881: * src/include/pa_threads.h: removed targets/parser
23882:
23883: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23884: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23885: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23886: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23887: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23888: headers
23889:
23890: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23891: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23892: order prevented sqlmanager to see MULTYTHREAD define
23893:
23894: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23895: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23896: put/gets
23897:
23898: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23899: from hash.h
23900:
23901: * src/: classes/op.C, include/pa_sql_connection.h,
23902: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23903: from cache ->set_services(&services);
23904:
23905: 2001-05-16 parser
23906:
23907: * src/targets/cgi/parser3.C: z
23908:
23909: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23910: debug, #ifdefed some. would debug later, on more precise sample
23911: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23912: $name.$tail[$tail!] $name.$tail } ok3
23913:
23914: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23915: removed array debug. before vstring rebasing
23916:
23917: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23918: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23919: array debugged; adjusted
23920:
23921: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23922: SQL_Driver_manager line no for connect/charset errors
23923:
23924: 2001-05-15 parser
23925:
23926: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23927: main/pa_string.C: string+array made linear grows
23928:
23929: * src/: include/pa_string.h, main/pa_string.C,
23930: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23931: grow lineary, not exponentialy
23932:
23933: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23934: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23935: with fullchunk cmps
23936:
23937: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23938: 70041= 81
23939:
23940: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23941: targets/cgi/parser3.C: detected huge mem allocation: size/times
23942: malloc 27809390/368771, calloc 3232/83. would test now
23943:
23944: * src/: classes/random.C, main/compile.y, main/execute.C,
23945: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23946: numbered params had wrong name - for instance: bad error message
23947: in ^for[] bad body type. fixed
23948:
23949: 2001-05-14 parser
23950:
23951: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23952: main/untaint.C: ^string.upper|lower[]
23953:
23954: 2001-05-11 parser
23955:
23956: * src/: classes/double.C, classes/image.C, classes/op.C,
23957: classes/string.C, classes/table.C, classes/unknown.C,
23958: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23959: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23960: types/pa_vunknown.h: op: MAX_LOOPS as_int
23961:
23962: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23963: .dsp for win32tools
23964:
23965: 2001-05-11 paf
23966:
23967: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23968: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23969: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23970: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23971:
23972: 2001-05-10 paf
23973:
23974: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23975: for C++, that's all
23976:
1.116 moko 23977: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23978: pa_config_includes.h: inline wonders
1.95 moko 23979:
23980: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23981: doc/doxygen.cmd: hash.C added
23982:
23983: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23984:
23985: * src/main/compile.y: @end grammar: allowed zero strings in control
23986: menthod
23987:
23988: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23989: pa_vstateless_object.h: changed priority: field before method
23990: lookup in vclass & vobject
23991:
23992: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23993: grammar: priorities changes [lowerd && prior] vobject: now first
23994: fields, next methods
23995:
23996: 2001-05-08 paf
23997:
23998: * src/main/pa_table.C: table columnname2item on nameless ignored
23999: bark=false. fixed
24000:
24001: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24002: types/pa_vmethod_frame.h: hash:default works at last!
24003:
24004: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24005: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24006: hash:default
24007:
24008: * src/classes/table.C: z
24009:
24010: * src/classes/table.C: table:hash always hash of hash now
24011:
24012: * src/classes/table.C: table:empty return bool now
24013:
24014: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24015: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24016: types/pa_vtable.h: table:hash
24017:
24018: * src/classes/table.C: table:record have name
24019:
24020: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24021: returns vunknown
24022:
24023: * src/classes/: double.C, int.C, op.C, string.C:
24024: int,double,string:int[] double[] string:length[] results now have
24025: hames
24026:
24027: * src/: classes/op.C, classes/table.C, main/main.dsp,
24028: types/pa_vtable.h: removed table:find. table:locate and op:eval
24029: now return bool
24030:
24031: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24032: in method checkparams again. fixed
24033:
24034: 2001-05-07 paf
24035:
24036: * src/doc/chm.cmd: cmd
24037:
24038: * src/: classes/image.C, classes/mail.C, classes/string.C,
24039: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24040: types/pa_value.h: method reported errors on wrong pool
24041:
24042: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24043: now
24044:
24045: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24046: include/code.h, include/pa_opcode.h, main/compile.C,
24047: main/compile_tools.h, main/execute.C, types/pa_value.h,
24048: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24049: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24050: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24051: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24052: types/pa_vmethod_frame.h, types/pa_vobject.h,
24053: types/pa_vrequest.h, types/pa_vresponse.h,
24054: types/pa_vstateless_class.h, types/pa_vstring.h,
24055: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24056: types/pa_wwrapper.h: pa_code.h
24057:
24058: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24059:
24060: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24061: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24062: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24063: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24064: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24065: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24066: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24067: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24068: types/pa_vtable.h: dox, split by not clean parts also
24069:
24070: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24071: types/pa_vtable.h: table: fields, then methods. so to enable
24072: 'dir' fields & co. more
24073:
24074: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24075: so to enable 'dir' fields & co.
24076:
24077: * src/main/compile.y: grammar: @end
24078:
24079: 2001-05-04 paf
24080:
24081: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24082: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24083:
24084: * src/: classes/classes.h, classes/double.C, classes/file.C,
24085: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24086: classes/op.C, classes/random.C, classes/response.C,
24087: classes/string.C, classes/table.C, classes/unknown.C,
24088: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24089: method dox
24090:
24091: 2001-05-03 paf
24092:
24093: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24094: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24095: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24096: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24097: doc/string.dox, doc/targets.dox, doc/value.dox,
24098: main/pa_request.C: dox splitted .dox files and added some
24099:
24100: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24101:
24102: 2001-05-02 paf
24103:
24104: * src/classes/: image.C, table.C: table:dir result are not tainted
24105: by file_name language now
24106:
24107: 2001-04-28 paf
24108:
24109: * src/classes/classes.inc: removed classes.inc
24110:
24111: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24112: from .am
24113:
24114: * src/classes/classes.awk: skipped classes in .awk
24115:
24116: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24117: classes/classes.inc, classes/double.C, classes/file.C,
24118: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24119: classes/string.C, classes/table.C, classes/unknown.C,
24120: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24121: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24122: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24123: pa_methoded back to classes/classes.h
24124:
24125: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24126:
24127: * src/: classes/Makefile.am, classes/classes.awk,
24128: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24129: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24130:
24131: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24132: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24133: classes/response.C, classes/string.C, classes/table.C,
24134: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24135: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24136: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24137: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24138: include|main/pa_methoded
24139:
24140: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24141: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24142:
24143: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24144: moved some configured data to request::classes_conf moved some
24145: string crations from globals to M... [works]
24146:
24147: * src/: classes/form.C, classes/mail.C, classes/op.C,
24148: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24149: main/pa_request.C: moved some configured data to
24150: request::classes_conf moved some string crations from globals to
24151: M...
24152:
24153: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24154: about to move configured data to special request hash
24155:
24156: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24157: classes/form.C, classes/mail.C, include/pa_request.h,
24158: main/pa_request.C: configure started
24159:
24160: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24161: 2. todo: methoded-configure
24162:
24163: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24164: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24165: classes/_random.h, classes/_response.h, classes/_string.h,
24166: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24167: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24168: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24169: classes/random.C, classes/response.C, classes/string.C,
24170: classes/table.C, classes/unknown.C, include/pa_globals.h,
24171: include/pa_request.h, main/compile.y, main/execute.C,
24172: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24173: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24174: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24175: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24176: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24177: types/pa_vrequest.h, types/pa_vresponse.h,
24178: types/pa_vstateless_class.h, types/pa_vstring.h,
24179: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24180: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24181: methoded-configure
24182:
24183: * src/: classes/file.C, classes/table.C, main/compile.y,
24184: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24185: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24186: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24187:
24188: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24189: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24190: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24191: classes/random.C, classes/response.C, classes/string.C,
24192: classes/table.C, classes/unknown.C, include/pa_request.h,
24193: main/compile.y, main/execute.C, main/pa_globals.C,
24194: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24195: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24196: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24197: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24198: beautifying just compiled. todo: debug, configure
24199:
24200: 2001-04-27 paf
24201:
24202: * src/: classes/file.C, classes/image.C, classes/table.C,
24203: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24204: beautifying -99
24205:
24206: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24207: classes/_response.h, classes/_unknown.h, classes/classes.C,
24208: classes/classes.h, classes/double.C, classes/file.C,
24209: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24210: classes/op.C, classes/random.C, classes/response.C,
24211: classes/string.C, include/pa_globals.h, main/main.dsp,
24212: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24213: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24214: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24215: types/pa_vunknown.h: beautifying -100
24216:
24217: * src/main/compile.y: serge@ found @CLASS bug. fixed
24218:
24219: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24220: classes/_op.h, classes/_random.h, classes/_table.h,
24221: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24222: classes/op.C, classes/random.C, classes/response.C,
24223: classes/string.C, classes/table.C, classes/unknown.C,
24224: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24225: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24226: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24227: beautifying
24228:
24229: 2001-04-26 paf
24230:
24231: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24232:
24233: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24234: documentation ++
24235:
24236: * src/: classes/_exec.h, doc/doxygen.cfg,
24237: include/pa_config_fixed.h, include/pa_config_includes.h,
24238: targets/cgi/pa_pool.C: code documentation ++
24239:
24240: * src/: classes/_image.h, classes/op.C, classes/random.C,
24241: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24242: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24243: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24244: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24245: types/pa_vmethod_frame.h, types/pa_vobject.h,
24246: types/pa_vrequest.C, types/pa_vrequest.h,
24247: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24248: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24249: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24250: code documentation ++
24251:
24252: * src/: classes/image.C, classes/mail.C, classes/string.C,
24253: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24254: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24255: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24256: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24257: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24258: types/pa_vobject.h, types/pa_vstateless_class.h,
24259: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24260:
24261: * src/main/: pa_request.C, pa_string.C: z
24262:
24263: * src/: include/pa_common.h, include/pa_types.h,
24264: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24265: connection caching fixed. request-pooled-url were stored into
24266: global connectioncache
24267:
24268: 2001-04-25 paf
24269:
24270: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24271: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24272:
24273: * src/: include/code.h, include/pa_common.h, main/compile.y,
24274: main/execute.C, main/pa_common.C: -d
24275:
24276: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24277: illegal call check a bit improved, but still under iis no mapping
24278: of dir with parser allowed!
24279:
24280: 2001-04-24 paf
24281:
24282: * src/targets/Makefile.am: apache module lib .am
24283:
24284: * src/main/pa_exec.C: windows32 buildCommand
24285:
24286: 2001-04-23 paf
24287:
24288: * src/targets/cgi/Makefile.am: win32 conditional
24289:
24290: * src/targets/cgi/Makefile.am: win32 conditional
24291:
24292: * src/targets/cgi/Makefile.am: liblink
24293:
24294: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24295: vfile fields return type
24296:
24297: * src/types/pa_vfile.h: vfile fields return type
24298:
24299: * src/include/pa_config_auto.h.in: .h.in
24300:
24301: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24302: types/Makefile: makefiles removed
24303:
24304: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24305: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24306:
24307: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24308: [tested: i & g ]
24309:
24310: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24311: @test noticed series in isapi, check how initialize_random_class
24312: is called! [must be called only once]
24313:
24314: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24315: would not be 'unknown column'
24316:
24317: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24318: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24319:
24320: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24321: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24322: [now doesnt]
24323:
24324: * src/targets/cgi/parser3.C: cgi cmdline ver
24325:
24326: * src/targets/cgi/parser3.C: cgi /// @test disable
24327: /cgi-bin/parser3/auto.p
24328:
24329: * src/main/untaint.C: untaint without charset
24330:
24331: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24332: main/pa_common.C: common: file_write /// @test mkdirs
24333: file_delete rmdirs
24334:
24335: * src/main/untaint.C: mail header only once to =?
24336:
24337: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24338: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24339: main/untaint.C: untaint - @test optimize whitespaces for
24340: all but 'html'
24341:
24342: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24343: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24344: main/untaint.C: untaint - @test mail-header
24345:
24346: 2001-04-20 paf
24347:
24348: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24349: include/pa_request.h, include/pa_string.h, main/compile.y,
24350: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24351: targets/cgi/parser3.C: $MAIN:LOCALE
24352:
24353: * src/main/untaint.C: z
24354:
24355: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24356:
24357: 2001-04-19 paf
24358:
24359: * src/main/compile_tools.h: $a$b bugfix
24360:
24361: * src/targets/cgi/parser3.C: z
24362:
24363: * src/classes/file.C: z
24364:
24365: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24366: done: header to $fields. waits for header '\' tricks
24367:
24368: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24369: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24370: changed urlencode here and in untaint.C to HTTP standard's " and
24371: \" mech
24372:
24373: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24374: http://alx/~paf/ doesnt load /auto.p
24375:
24376: 2001-04-18 paf
24377:
24378: * src/main/pa_request.C: 1
24379:
24380: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24381: linux @alx
24382:
24383: 2001-04-17 paf
24384:
24385: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24386: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24387: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24388: enabled
24389:
24390: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24391: classes/_exec.h, classes/_file.h, classes/_form.h,
24392: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24393: classes/_random.h, classes/_response.h, classes/_string.h,
24394: classes/_table.h, classes/_unknown.h, classes/file.C,
24395: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24396: include/pa_config_fixed.h, include/pa_config_includes.h,
24397: include/pa_hash.h, include/pa_sql_driver_manager.h,
24398: include/pa_version.h, main/Makefile.am, main/compile.y,
24399: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24400: main/pa_sql_driver_manager.C, sql/Makefile.am,
24401: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24402: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24403: types/pa_vform.C, types/pa_vimage.h: exec @jav
24404:
24405: * src/: include/pa_sql_driver_manager.h,
24406: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24407: types/pa_vimage.h: sql driver interface now has initialize(client
24408: .so)
24409:
24410: 2001-04-16 paf
24411:
24412: * src/Makefile.am: compile2 cygwin
24413:
24414: * src/: include/pa_config_includes.h, main/pa_exec.C,
24415: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24416:
24417: * src/targets/cgi/Makefile.am: compile0 jav
24418:
24419: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24420: classes/_exec.h, classes/_file.h, classes/_form.h,
24421: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24422: classes/_random.h, classes/_response.h, classes/_string.h,
24423: classes/_table.h, classes/_unknown.h, classes/image.C,
24424: classes/mail.C, classes/op.C, classes/random.C,
24425: include/pa_config_fixed.h, include/pa_config_includes.h,
24426: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24427: main/compile.y, main/pa_common.C, main/pa_exec.C,
24428: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24429: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24430: compile-1
24431:
24432: 2001-04-15 paf
24433:
24434: * src/classes/op.C: z
24435:
24436: * src/classes/table.C: table:empty +=process
24437:
24438: * src/types/pa_value.h: MethodParams !junction
24439:
24440: * src/: classes/_string.h, classes/double.C, classes/file.C,
24441: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24442: classes/random.C, classes/response.C, classes/string.C,
24443: classes/table.C, classes/unknown.C, main/pa_request.C:
24444: MethodParams everywhere
24445:
24446: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24447: types/pa_vmethod_frame.h: MethodParams in op.C
24448:
24449: 2001-04-12 paf
24450:
24451: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24452:
24453: * src/: classes/_unknown.h, classes/unknown.C,
24454: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24455: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24456:
24457: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24458:
24459: * src/classes/image.C: image:gif now does not have params
24460:
24461: * src/classes/image.C:
24462: image:line/fill/rectangle/bar/replace/polygon/polybar
24463:
24464: * src/: classes/image.C, classes/op.C, main/execute.C,
24465: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24466: for var now written not to r.wcontext, but to r.root cleared
24467: "entered_object" state
24468:
24469: 2001-04-11 paf
24470:
24471: * src/classes/image.C: image:create image:load
24472:
24473: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24474: just compiled
24475:
24476: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24477: todo: gif without file
24478:
24479: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24480: started porting to Pooled descendant
24481:
24482: * src/: classes/image.C, main/execute.C, main/main.dsp,
24483: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24484: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24485: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24486:
24487: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24488: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24489: end. switching to python imaging lib
24490:
24491: * src/main/main.dsp: gd+smtp made separate libs
24492:
24493: * src/: include/pa_globals.h, include/pa_string.h,
24494: main/pa_common.C, main/pa_request.C, main/untaint.C,
24495: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24496: length
24497:
24498: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24499: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24500: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24501: UL_FILE_NAME of posted file name
24502:
24503: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24504: post [broke when moved post read to core]
24505:
24506: 2001-04-10 paf
24507:
24508: * src/classes/image.C: image:html done
24509:
24510: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24511:
24512: * src/classes/image.C: z
24513:
24514: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24515: forgotten!
24516:
24517: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24518: main/pa_request.C, main/pa_string.C, main/untaint.C,
24519: types/pa_vimage.h: image:measure -90
24520:
24521: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24522: classes/_int.h, classes/_mail.h, classes/_op.h,
24523: classes/_random.h, classes/_response.h, classes/_string.h,
24524: classes/_table.h, classes/file.C, classes/mail.C,
24525: include/pa_common.h, include/pa_globals.h, main/execute.C,
24526: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24527: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24528: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24529: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24530: compiled
24531:
24532: * src/classes/mail.C: minor bug with unclear from/to
24533:
24534: * src/classes/mail.C: sendmail unix skipping defaults
24535:
24536: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24537: sendmail unix added defaults
24538:
24539: * src/classes/mail.C: unix sendmail compiled. todo:testing
24540:
24541: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24542:
24543: 2001-04-09 paf
24544:
24545: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24546: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24547: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24548: targets/isapi/parser3isapi.dsp: all targets exec
24549:
24550: * src/: include/pa_sapi.h, include/pa_string.h,
24551: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24552: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24553: args in apache:util.script
24554:
24555: * src/include/pa_string.h: written but not tested exec with env for
24556: unix
24557:
24558: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24559: targets/cgi/parser3.C: exec win32 env
24560:
24561: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24562: 0
24563:
24564: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24565: main/execute.C, main/main.dsp, main/pa_globals.C,
24566: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24567: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24568:
24569: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24570: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24571:
24572: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24573: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24574:
24575: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24576: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24577: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24578: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24579: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24580: exec class just compiled. moved post read to request core
24581:
24582: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24583: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24584: main/pa_globals.C, targets/cgi/parser3.C,
24585: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24586: are already read by vform
24587:
24588: 2001-04-08 paf
24589:
24590: * src/: classes/file.C, classes/mail.C, classes/string.C,
24591: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24592: uuencode. string<<
24593:
24594: 2001-04-07 paf
24595:
24596: * src/classes/mail.C: z
24597:
24598: * src/classes/mail.C: z
24599:
24600: * src/classes/mail.C: ^mail[$attach
24601:
24602: * src/classes/mail.C: ^attach dead end
24603:
24604: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24605: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24606: targets/isapi/parser3isapi.C: mail:send 1
24607:
24608: * src/: classes/mail.C, main/pa_request.C: z
24609:
24610: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24611: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24612: compiled
24613:
24614: * src/classes/mail.C: +=
24615:
24616: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24617: prepared
24618:
24619: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24620: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24621: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24622: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24623:
24624: 2001-04-06 paf
24625:
24626: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24627: main/pa_string.C: table:dir 1
24628:
24629: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24630: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24631:
24632: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24633: classes/root.C, include/pa_globals.h, include/pa_request.h,
24634: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24635: main/pa_request.C: renamed 'root' to 'op'
24636:
24637: * src/classes/: _op.h, op.C: renamed from 'root'
24638:
24639: * src/types/pa_valiased.C: another root inherititance skipped
24640:
24641: * src/main/: compile.C, compile.y, execute.C: operators are now not
24642: root methods of parent class. just 'ROOT' class
24643:
24644: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24645: @office
24646:
24647: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24648:
24649: 2001-04-05 paf
24650:
24651: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24652: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24653: constructor flag dropped at get_method_frame and remembered into
24654: method_frame
24655:
24656: * src/: classes/file.C, classes/root.C, classes/string.C,
24657: classes/table.C, main/pa_request.C: junction to code&expression
24658: in errors
24659:
24660: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24661: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24662: $LOCALE:ctype[Russian_Russia.1251]
24663:
24664: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24665: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24666: main/pa_table.C: hash now not thread-safe.
24667:
24668: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24669: main/untaint.C: z
24670:
24671: * src/: classes/random.C, classes/root.C, classes/table.C,
24672: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24673: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24674: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24675: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24676:
24677: * src/: classes/table.C, include/pa_sql_connection.h,
24678: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24679:
24680: * src/classes/table.C: select * from hren error contains statement
24681:
24682: * src/: classes/table.C, include/pa_sql_connection.h,
24683: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24684: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24685:
24686: * src/: classes/root.C, include/pa_sql_connection.h,
24687: include/pa_sql_driver.h, main/main.dsp,
24688: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24689: services for conv memory & error reporting
24690:
24691: 2001-04-04 paf
24692:
24693: * src/doc/doxygen.cfg: z
24694:
24695: * src/include/pa_sql_driver.h: mysql connect
24696:
24697: * src/include/pa_sql_driver.h: mysql info
24698:
24699: * src/: classes/root.C, include/pa_sql_driver.h,
24700: include/pa_sql_driver_manager.h, main/main.dsp,
24701: main/pa_sql_driver_manager.C: more manager&connection&driver
24702:
24703: * src/sql/Makefile.am: forgot to add mysql client
24704:
24705: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24706: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24707: [forgot to add libltdl, added]
24708:
24709: * src/: Makefile.am, classes/root.C, classes/string.C,
24710: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24711: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24712: include/pa_string.h, include/pa_table.h, main/main.dsp,
24713: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24714: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24715: -1000 just compiled
24716:
24717: * src/: classes/random.C, classes/root.C, classes/table.C,
24718: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24719: main/pa_request.C, types/pa_vclass.h: sql frame -10
24720:
24721: 2001-04-03 paf
24722:
24723: * src/types/pa_vform.C: z
24724:
24725: * src/: classes/string.C, types/pa_vform.C: string:match replace
24726: assigned lang
24727:
24728: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24729: {}[]< empty []
24730:
24731: * src/: classes/file.C, classes/string.C, classes/table.C,
24732: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24733: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24734:
24735: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24736: string:match replace strange matches
24737:
24738: * src/classes/string.C: string:match replace 0
24739:
24740: * src/: classes/string.C, main/pa_string.C: string:match replace
24741: prepared 2
24742:
24743: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24744: string:match replace prepared
24745:
24746: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24747: string:match replace -11
24748:
24749: * src/: classes/string.C, include/pa_globals.h,
24750: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24751: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24752:
24753: * src/: classes/string.C, include/pa_globals.h,
24754: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24755: main/pa_string.C: string:match [search] -1 just compiled
24756:
24757: * src/types/pa_vstring.C: z
24758:
24759: * src/: classes/double.C, classes/file.C, classes/form.C,
24760: classes/int.C, classes/response.C, classes/root.C,
24761: classes/string.C, classes/table.C, include/pa_string.h,
24762: main/pa_string.C: string:match -10 [frame]
24763:
24764: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24765: main/pa_request.C: z
24766:
24767: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24768: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24769: todo/tests
24770:
24771: * src/include/pa_common.h: z
24772:
24773: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24774: main/pa_request.C, targets/cgi/parser3.C,
24775: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24776: content-disposition
24777:
24778: * src/: include/pa_common.h, include/pa_globals.h,
24779: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24780: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24781:
24782: * src/: include/pa_common.h, include/pa_request.h,
24783: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24784: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24785: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24786: response:body
24787:
24788: * src/classes/table.C: table:append now uses string::split
24789:
24790: * src/classes/table.C: z
24791:
24792: * src/: classes/file.C, classes/root.C, classes/string.C,
24793: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24794: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24795: include/pa_string.h, main/execute.C, main/pa_string.C,
24796: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24797: string::pos & cmp & piece bugs fixed. string::split new
24798: table:load separated from set table:set implemented with clean \n
24799: \t searches
24800:
24801: 2001-04-02 paf
24802:
24803: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24804: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24805: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24806: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24807: it in table:set/load
24808:
24809: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24810: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24811:
24812: * src/classes/random.C: random:generate 1
24813:
24814: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24815: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24816: types/pa_value.h: random:generate
24817:
24818: 2001-03-30 paf
24819:
24820: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24821: todo: table flip and append. string::pos
24822:
24823: * src/: classes/double.C, classes/file.C, classes/int.C,
24824: classes/response.C, classes/root.C, classes/string.C,
24825: classes/table.C, main/compile.y, main/execute.C,
24826: types/pa_value.h, types/pa_vstateless_class.C,
24827: types/pa_vstateless_class.h: static|dynamic|any method
24828: registration
24829:
24830: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24831: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24832: table:flip
24833:
24834: 2001-03-29 paf
24835:
24836: * src/classes/string.C: string:xsplit forgot that they must result
24837: in 1 row N column [not vice versa]
24838:
24839: * src/classes/string.C: z
24840:
24841: * src/classes/string.C: string: rsplit
24842:
24843: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24844: string: lsplit
24845:
24846: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24847: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24848: lsplit -1
24849:
24850: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24851: string: pos
24852:
24853: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24854: string: pos -1
24855:
24856: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24857: main/compile.y, main/pa_request.C, main/pa_string.C,
24858: main/untaint.C: string: left right mid
24859:
24860: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24861: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24862: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24863: and [;] are different now.
24864:
24865: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24866: main/untaint.C: pool.request undone
24867:
24868: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24869: main/untaint.C: pool.request
24870:
24871: 2001-03-28 paf
24872:
24873: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24874: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24875: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24876: $request:browser [.type .version]; unknown.get_double now = 0.
24877:
24878: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24879: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24880: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24881: types/pa_vform.C: file:load autodetection of mime-type by
24882: user-file-name
24883:
24884: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24885: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24886: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24887:
24888: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24889: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24890: write. must be self.set
24891:
24892: * src/: classes/file.C, classes/root.C, classes/table.C,
24893: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24894:
24895: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24896: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24897: types/pa_vtable.h: table:locate just compiled
24898:
24899: 2001-03-27 paf
24900:
24901: * src/main/: execute.C, pa_common.C: fixed r/w context of
24902: code-params2, fixed ntfs hardlink slow dir update
24903:
24904: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24905: types/pa_wcontext.h: fixed r/w context of code-params
24906:
24907: * src/: classes/table.C, main/execute.C: about to change junction
24908: rcontext!!
24909:
24910: * src/: classes/double.C, classes/int.C, classes/root.C,
24911: classes/string.C, classes/table.C, main/compile_tools.C,
24912: main/execute.C, main/pa_request.C, main/untaint.C,
24913: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24914: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24915: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24916: types/pa_vunknown.h: sort 0
24917:
24918: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24919: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24920: renamed to are_static_calls_disabled
24921:
24922: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24923: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24924: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24925: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24926:
24927: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24928:
24929: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24930: started table:sort fixed minor bug in #...^{
24931:
24932: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24933: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24934: decided to have as it were. stepped back. grammar: added 'in'
24935: 'is' 'lt'&co follow-space check
24936:
24937: 2001-03-26 paf
24938:
24939: * src/: classes/file.C, classes/root.C, classes/table.C,
24940: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24941: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24942: main/pa_table.C: moved ::save to pa_table. disabled @auto
24943: invocation in ^process
24944:
24945: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24946:
24947: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24948: main/pa_array.C: table:record
24949:
24950: * src/: main/untaint.C, targets/cgi/parser3.C,
24951: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24952: targets/isapi/pool_storage.h, types/pa_valiased.h,
24953: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24954: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24955: types/pa_vtable.h: z
24956:
24957: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24958: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24959: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24960: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24961: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24962: method realisations on 'self' validity - they now can simply
24963: assume that 'self' is V{Proper} .
24964:
24965: 2001-03-25 paf
24966:
24967: * src/main/untaint.C: z
24968:
24969: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24970: lowlevel - it initialization could be skipped if failed in @auto.
24971: so that exception report would use some table
24972:
24973: * src/main/pa_request.C: table empty lines ignored. system-default
24974: content type assigned in output:result [can fail in main:auto and
24975: skipped normal defaults extraction]
24976:
24977: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24978: bug
24979:
24980: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24981: processing to table [except preliminary \r\n \r \n replacements
24982: to "\n"]
24983:
24984: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24985: move all the processing to table
24986:
24987: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24988: main/pa_table.C, main/untaint.C: returned table originating.
24989: useful for reporting typo table problems origin. think would be
24990: useful somewhere else
24991:
24992: * src/main/untaint.C: typo \r \r\n \n properly handled
24993:
24994: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24995: include/pa_table.h, main/compile.y, main/compile_tools.C,
24996: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24997: main/pa_string.C, main/pa_table.C, main/untaint.C,
24998: types/pa_vcookie.h: typo & typo-default
24999:
25000: 2001-03-24 paf
25001:
25002: * src/main/pa_common.C: z
25003:
25004: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25005: targets/cgi/parser3.C: html-typo 2
25006:
25007: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25008: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25009: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25010: main/execute.C, main/pa_array.C, main/pa_globals.C,
25011: main/pa_request.C, main/pa_string.C, main/untaint.C,
25012: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25013: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25014: noticed double default content-type prob. run cgi.cmd tomorrow
25015: first html-typo sample. detected << problem: they become ltlt too
25016: fast
25017:
25018: * src/main/compile.y: z
25019:
25020: * src/main/: compile.y, compile_tools.h: #comment
25021:
25022: * src/: classes/file.C, classes/root.C, classes/table.C,
25023: include/pa_common.h, include/pa_request.h, main/compile.y,
25024: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25025: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25026: stringified
25027:
25028: * src/types/pa_valiased.C: decided to String-ify file_read
25029:
25030: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25031: isapi/parser3isapi.dsp: cgi: sapi::log
25032:
25033: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25034: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25035: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25036: error log experiments failed - cgi under iis got no access to
25037: log. registereventsource simply failed with 5(illegal call) code,
25038: while worked OK as standalone executable. isapi: used
25039: HSE_APPEND_LOG_PARAMETER feature
25040:
25041: * src/: include/pa_common.h, include/pa_globals.h,
25042: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25043: targets/isapi/parser3isapi.C: fixed default content-type
25044: allocation storage
25045:
25046: * src/: include/pa_globals.h, include/pa_request.h,
25047: main/pa_globals.C, main/pa_request.C: z
25048:
25049: * src/: include/pa_array.h, include/pa_hash.h,
25050: include/pa_request.h, main/compile.y, main/pa_array.C,
25051: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25052: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25053: content-type
25054:
25055: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25056: sanity
25057:
25058: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25059: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25060: away freeze mech. no danger now for you can't do
25061: ^request:process[@new-method[] body] trick anymore. still
25062: remains $some_instance.process[@new-method[] possibility] but
25063: would leave it as a feature. see index for sample
25064:
25065: * src/: include/pa_common.h, main/pa_common.C,
25066: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25067: monkey every target
25068:
25069: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25070: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25071: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25072:
25073: 2001-03-23 paf
25074:
25075: * src/: include/pa_pool.h, main/pa_request.C,
25076: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25077: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25078: targets/isapi/pool_storage.h: isapi: dumb pool storage
25079:
25080: * src/targets/isapi/pa_pool.C: decided to continue with extension
25081:
25082: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25083: it would be better to rewrite as filter then to deal with pool
25084:
25085: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25086: now like in cgi, not from APPL_PHYSICAL_PATH
25087:
25088: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25089: include/pa_config_fixed.h, include/pa_config_includes.h,
25090: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25091: include/pa_version.h, main/compile.y, main/execute.C,
25092: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25093: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25094: main/untaint.C, targets/cgi/parser3.C,
25095: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25096: cgi: reinvent document_root and request_uri under iis. autoconf
25097: updated. introducing ap_config_includes
25098:
25099: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25100:
25101: * src/targets/cgi/parser3.C: cgi: only one pool now
25102:
25103: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25104: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25105: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25106: types/pa_venv.h, types/pa_vform.C: sapi made object
25107:
25108: * src/: include/pa_globals.h, main/pa_request.C,
25109: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25110: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25111: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25112:
25113: * src/: main/pa_request.C, targets/cgi/parser3.C,
25114: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25115: isapi minor env beauty
25116:
25117: * src/: main/pa_request.C, targets/cgi/parser3.C,
25118: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25119: isapi document_root 0
25120:
25121: 2001-03-22 paf
25122:
25123: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25124:
25125: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25126: isapi/parser3isapi.C: z
25127:
25128: * src/: include/pa_pool.h, main/pa_request.C,
25129: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25130:
25131: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25132: kill.pl: isapi added utils
25133:
25134: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25135: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25136: types/pa_vform.C: isapi 0
25137:
25138: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25139: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25140: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25141: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25142: started isapi
25143:
25144: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25145: some comments
25146:
25147: * src/: include/pa_globals.h, include/pa_request.h,
25148: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25149: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25150: parser_root_auto_path parser_site_auto_path
25151:
25152: * src/types/pa_vcookie.C: cookie attr decoded
25153:
25154: 2001-03-21 paf
25155:
25156: * src/targets/cgi/parser3.C: z
25157:
25158: * src/include/pa_globals.h: post. todo: config of auto.p path
25159:
25160: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25161: types/pa_venv.h: in cookie & env. todo:post
25162:
25163: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25164: classes/root.C, classes/table.C, include/pa_array.h,
25165: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25166: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25167: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25168: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25169: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25170: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25171: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25172: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25173: shifted apache branch on main trunc
25174:
25175: * src/: include/pa_common.h, include/pa_globals.h,
25176: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25177: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25178: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25179: starting mod_parser3
25180:
25181: * src/targets/cgi/parser3.C: starting mod_parser3
25182:
25183: 2001-03-20 paf
25184:
25185: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25186: targets/cgi/parser3.C: automake compiled and works. todo:make
25187: win32 ifdefs work and add ifdef unistd
25188:
25189: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25190: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25191: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25192: z
25193:
25194: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25195: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25196: locking
25197:
25198: * src/: classes/Makefile.am, types/Makefile.am: z
25199:
25200: * src/: Makefile.am, classes/file.C, classes/root.C,
25201: classes/table.C, include/pa_array.h, include/pa_request.h,
25202: include/pa_string.h, main/Makefile.am, main/execute.C,
25203: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25204: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25205: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25206: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25207:
25208: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25209: main/pa_request.C, types/pa_vfile.h: ^table:save
25210:
25211: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25212: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25213: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25214: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25215: types/pa_vform.h: z
25216:
25217: * src/include/pa_string.h: z
25218:
25219: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25220: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25221: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25222: :Value
25223:
25224: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25225: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25226: :VStateless_object
25227:
25228: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25229: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25230: :VStateless_object
25231:
25232: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25233: types/pa_valiased.C, types/pa_vform.h: commented VForm
25234:
25235: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25236: types/pa_valiased.h, types/pa_value.h,
25237: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25238: types/pa_vstateless_object.h: moved common get_element part from
25239: stateless object&class into VAliased
25240:
25241: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25242: classes/table.C, main/execute.C, main/main.dsp,
25243: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25244: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25245: now :Value
25246:
25247: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25248: main/execute.C, main/main.dsp, main/pa_globals.C,
25249: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25250:
25251: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25252: doxx
25253:
25254: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25255: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25256: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25257: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25258: and ^file:save
25259:
25260: 2001-03-19 paf
25261:
25262: * src/types/pa_vfile.C: z
25263:
25264: * src/: classes/file.C, classes/request.C, classes/table.C,
25265: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25266: main/pa_request.C, main/untaint.C, types/pa_value.h,
25267: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25268:
25269: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25270: include/pa_string.h, include/pa_table.h, main/main.dsp,
25271: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25272: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25273: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25274: classes/_file.h, classes/file.C, types/pa_vfile.C,
25275: types/pa_vfile.h: file class just compiled
25276:
25277: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25278: include/pa_table.h, include/pa_types.h, main/execute.C,
25279: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25280: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25281: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25282:
25283: * src/include/pa_pool.h: z
25284:
25285: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25286: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25287: Hash::Value to Val so to doxygen would finlly stop confusing
25288: those Value-s
25289:
25290: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25291: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25292: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25293: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25294: include/pa_types.h, main/compile.C, main/compile.y,
25295: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25296: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25297: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25298: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25299: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25300:
25301: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25302: derivates somehow unlinked. don't know why yet
25303:
25304: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25305: include/pa_string.h, include/pa_threads.h, main/compile.C,
25306: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25307: main/execute.C, main/pa_array.C, main/pa_common.C,
25308: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25309: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25310: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25311:
25312: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25313: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25314: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25315: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25316: types/pa_vrequest.h: doc: detected Value derivates prob
25317:
25318: * src/include/pa_globals.h: z
25319:
25320: * src/: classes/_request.h, classes/request.C, include/code.h,
25321: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25322: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25323: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25324: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25325: main/execute.C, main/pa_pool.C, main/pa_request.C,
25326: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25327: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25328:
25329: 2001-03-18 paf
25330:
25331: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25332: cookie: allowed access to hash-assigned
25333:
25334: * src/targets/cgi/parser3.C: z
25335:
25336: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25337: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25338: include/pa_types.h, main/main.dsp, main/pa_common.C,
25339: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25340: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25341: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25342: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25343: types/pa_vunknown.h: cookie class
25344:
25345: * src/main/pa_request.C: zero length output allowed
25346:
25347: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25348: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25349:
25350: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25351: lang switch
25352:
25353: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25354: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25355: types/pa_value.h, types/pa_vhash.h:
25356: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25357:
25358: * src/main/execute.C: z
25359:
25360: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25361: targets/cgi/parser3.C: taint[uri
25362:
25363: * src/: classes/request.C, classes/response.C, classes/root.C,
25364: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25365: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25366: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25367:
25368: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25369: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25370: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25371: types/pa_vstateless_class.C: convinient string(pool, char *src,
25372: bool tainted) ctor
25373:
25374: * src/: include/pa_hash.h, include/pa_request.h,
25375: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25376: main/pa_request.C, main/pa_string.C, main/untaint.C,
25377: targets/cgi/parser3.C: proper @exceptions params tainting
25378:
25379: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25380: response fields to header
25381:
25382: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25383: z
25384:
25385: * src/: classes/_response.h, classes/response.C,
25386: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25387: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25388: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25389: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25390: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25391: $response: 0 request::core exception rethrow
25392:
25393: 2001-03-16 paf
25394:
25395: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25396: types/pa_vrequest.h: native method' class call with less params
25397: then needed error reporting
25398:
25399: * src/: classes/_request.h, classes/request.C,
25400: include/pa_globals.h, include/pa_request.h, main/execute.C,
25401: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25402: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25403: types/pa_vrequest.h: $request : query :uri
25404:
25405: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25406: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25407: types/pa_wcontext.h: $result
25408:
25409: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25410:
25411: * src/: classes/double.C, include/code.h, main/compile.y,
25412: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25413: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25414:
25415: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25416: main/compile.y, main/execute.C, types/pa_value.h,
25417: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25418: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25419: wcontext conflict
25420:
25421: * src/: main/execute.C, types/pa_value.h,
25422: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25423: $string.field
25424:
25425: 2001-03-15 paf
25426:
25427: * src/main/pa_request.C: news sample
25428:
25429: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25430: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25431:
25432: * src/main/: compile.y, execute.C: z
25433:
25434: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25435: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25436: pre pre works
25437:
25438: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25439: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25440: fillfields just compiled
25441:
25442: 2001-03-14 paf
25443:
25444: * src/: include/pa_request.h, main/pa_request.C,
25445: targets/cgi/parser3.C: z
25446:
25447: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25448: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25449: types/pa_vstring.h: limits -1
25450:
25451: * src/: include/pa_globals.h, include/pa_request.h,
25452: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25453: main/pa_request.C, targets/cgi/parser3.C,
25454: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25455: request_info -1
25456:
25457: * src/: include/pa_globals.h, main/pa_globals.C,
25458: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25459: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25460: vform_fields_fill
25461:
25462: * src/targets/cgi/parser3.C: # if MSVC
25463:
25464: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25465: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25466:
25467: * src/targets/cgi/parser3.C: z
25468:
25469: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25470: include/pa_string.h, include/pa_types.h, main/compile.y,
25471: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25472: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25473: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25474: types/pa_vunknown.h: global handler, exceptions in parser3
25475:
25476: 2001-03-13 paf
25477:
25478: * src/: classes/form.C, main/compile.y, main/core.C,
25479: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25480: types/pa_vform.h, types/pa_vstateless_class.C,
25481: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25482: instead
25483:
25484: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25485: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25486: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25487: started cgi target
25488:
25489: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25490: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25491: before error show with parser
25492:
25493: * src/: classes/_form.h, classes/form.C, include/core.h,
25494: include/pa_request.h, main/core.C, main/pa_request.C,
25495: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25496:
25497: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25498:
25499: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25500: parser3.C: renamed targets/ parser to cgi
25501:
25502: * src/: classes/double.C, classes/env.C, classes/int.C,
25503: classes/root.C, classes/string.C, classes/table.C,
25504: include/pa_request.h, types/pa_vhash.h: z
25505:
25506: * src/: classes/_env.h, classes/env.C, classes/root.C,
25507: include/core.h, include/pa_pool.h, include/pa_request.h,
25508: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25509: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25510: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25511: [historical moment :)]
25512:
25513: * src/: include/code.h, include/pa_string.h, main/compile.y,
25514: main/execute.C, main/pa_string.C: 'value is type' expr operator
25515:
25516: * src/types/pa_venv.h: $ENV 1
25517:
25518: * src/main/execute.C: z
25519:
25520: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25521: future methods of ENV constructor if
25522:
25523: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25524: class
25525:
25526: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25527: classes/_root.h, classes/_string.h, classes/_table.h,
25528: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25529: classes/string.C, classes/table.C, include/pa_request.h,
25530: main/compile.C, main/compile_tools.h, main/core.C,
25531: main/execute.C, main/main.dsp, main/pa_request.C,
25532: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25533: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25534: types/pa_vobject.h, types/pa_vstateless_class.C,
25535: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25536: types/pa_wcontext.h: $ENV: re 0, stateless classes
25537:
25538: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25539: classes/_root.h, classes/_string.h, classes/_table.h,
25540: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25541: classes/string.C, classes/table.C, include/pa_request.h,
25542: main/compile.C, main/compile_tools.h, main/core.C,
25543: main/execute.C, main/main.dsp, main/pa_request.C,
25544: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25545: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25546: types/pa_vobject.h, types/pa_vstateless_class.C,
25547: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25548: types/pa_wcontext.h: $ENV: re 0, stateless classes
25549:
25550: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25551: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25552: yesterdays bad decision on execute_static_method
25553:
25554: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25555:
25556: * src/: classes/double.C, classes/int.C, classes/root.C,
25557: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25558:
25559: * src/main/pa_request.C: z
25560:
25561: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25562: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25563:
25564: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25565: include/pa_pool.h, main/pa_request.C:
25566: restructure_exceptions_dead_end
25567:
25568: * src/: classes/root.C, main/compile.y: ^if required junctions.
25569: allowed ; inside {} to break params
25570:
25571: * src/classes/root.C: ^eval
25572:
25573: * src/: classes/_string.h, classes/double.C, classes/int.C,
25574: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25575: string ^format
25576:
25577: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25578: 'bad' but not 'enough'
25579:
25580: * src/: classes/double.C, classes/root.C, classes/table.C,
25581: include/pa_common.h, include/pa_types.h, main/compile.y,
25582: main/pa_common.C, main/pa_request.C, main/untaint.C,
25583: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25584: types/pa_wwrapper.h: think constructing flag as is is bad
25585:
25586: * src/: classes/double.C, classes/int.C, classes/root.C,
25587: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25588: types/pa_vint.h: ^for
25589:
25590: 2001-03-12 paf
25591:
25592: * src/classes/table.C: table ^empty
25593:
25594: * src/: classes/table.C, include/pa_table.h: table ^menu
25595:
25596: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25597: ^offset ^line ^count
25598:
25599: * src/classes/root.C: ^round() ^floor() ^ceiling()
25600: ^abs() ^sign()
25601:
25602: * src/classes/: root.C, table.C: ^use
25603:
25604: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25605: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25606: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25607: ^while. switched off wcontext.constructing after write(value) or
25608: auto-vhash-constructing
25609:
25610: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25611: main/pa_request.C: fail_if_junction_ helper func
25612:
25613: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25614: include/pa_request.h, main/execute.C, main/main.dsp,
25615: main/pa_common.C, main/pa_request.C: ^process error point by
25616: actual method_name, not source. ^load
25617:
25618: * src/types/pa_vtable.h: table: no, better with string in cells...
25619:
25620: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25621: classes/_table.h, classes/table.C, main/untaint.C: z
25622:
25623: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25624: include/pa_table.h, main/core.C, main/execute.C,
25625: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25626: types/pa_value.h: table:set 0
25627:
25628: * src/: classes/root.C, include/core.h, include/pa_array.h,
25629: include/pa_request.h, include/pa_table.h, main/core.C,
25630: main/main.dsp, main/pa_request.C, main/pa_table.C,
25631: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25632: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25633: types/pa_vstring.h: freeze, ^table:create[] -1
25634:
25635: * src/: classes/root.C, types/pa_value.h: z
25636:
25637: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25638: get_method in couple places optimizing them
25639:
25640: * src/classes/root.C: z
25641:
25642: * src/: classes/root.C, types/pa_vclass.h: process temp main
25643: zeroing
25644:
25645: * src/: classes/double.C, classes/int.C, classes/root.C,
25646: classes/string.C, include/pa_common.h, include/pa_request.h,
25647: include/pa_string.h, include/pa_types.h, main/compile.C,
25648: main/compile.y, main/compile_tools.h, main/execute.C,
25649: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25650: types/pa_vmframe.h: ^process. actual names to store param and
25651: check_actual_numbered_params for better place diagnostics
25652:
25653: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25654: method-junctions bug fixed
25655:
25656: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25657: pa_vstateless_object.h, pa_vstring.h: stateless_object
25658:
25659: 2001-03-11 paf
25660:
25661: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25662: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25663: VDouble VInt base now VObject_base - without fields
25664:
25665: * src/: classes/root.C, include/core.h, main/core.C: z
25666:
25667: * src/: classes/double.C, classes/int.C, classes/root.C,
25668: classes/string.C, include/core.h, include/pa_hash.h,
25669: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25670: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25671:
25672: * src/: classes/double.C, classes/int.C, classes/root.C,
25673: include/pa_request.h, main/execute.C: intercept_string
25674:
25675: * src/: classes/double.C, classes/int.C, classes/root.C,
25676: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25677:
25678: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25679: ^inc-s(expr)
25680:
25681: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25682: classes/_root.h, classes/_string.h, classes/double.C,
25683: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25684: include/code.h, include/core.h, include/pa_array.h,
25685: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25686: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25687: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25688: include/pa_types.h, main/compile.C, main/compile.y,
25689: main/compile_tools.C, main/compile_tools.h, main/core.C,
25690: main/execute.C, main/pa_array.C, main/pa_common.C,
25691: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25692: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25693: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25694: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25695: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25696: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25697: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25698: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25699:
25700: * src/: main/pa_request.C, types/pa_vhash.h: z
25701:
25702: * src/: include/core.h, include/pa_request.h, main/core.C,
25703: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25704:
25705: * src/: include/pa_valiased.h, include/pa_value.h,
25706: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25707: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25708: include/pa_vjunction.h, include/pa_vmframe.h,
25709: include/pa_vobject.h, include/pa_vstring.h,
25710: include/pa_vunknown.h, include/pa_wcontext.h,
25711: include/pa_wwrapper.h, main/compile.y, main/core.C,
25712: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25713: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25714: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25715: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25716: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25717: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25718: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25719: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25720: include/
25721:
25722: 2001-03-10 paf
25723:
25724: * src/: include/core.h, include/pa_request.h, main/core.C,
25725: main/pa_request.C: run+auto=run
25726:
25727: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25728:
25729: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25730: classes/_root.h, classes/_string.h, classes/double.C,
25731: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25732: include/code.h, include/core.h, include/pa_array.h,
25733: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25734: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25735: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25736: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25737: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25738: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25739: include/pa_vjunction.h, include/pa_vmframe.h,
25740: include/pa_vobject.h, include/pa_vstring.h,
25741: include/pa_vunknown.h, include/pa_wcontext.h,
25742: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25743: main/compile_tools.C, main/compile_tools.h, main/core.C,
25744: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25745: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25746: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25747: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25748: main/pa_wcontext.C: sources header
25749:
25750: * src/main/pa_request.C: auto..
25751:
25752: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25753: main/pa_request.C: auto tree0
25754:
25755: * src/: include/core.h, include/pa_request.h, main/compile.y,
25756: main/core.C, main/pa_request.C: names to core.C
25757:
25758: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25759: include/pa_request.h, main/core.C, main/execute.C,
25760: main/pa_common.C, main/pa_request.C: root auto.p loaded
25761:
25762: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25763: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25764: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25765: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25766:
25767: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25768: @auto[] realised. auto.p scan togo
25769:
25770: * src/: include/pa_request.h, main/execute.C: autocalc
25771: code-junctions result now have names
25772:
25773: * src/: classes/double.C, classes/int.C, classes/root.C,
25774: classes/string.C, include/pa_request.h, include/pa_string.h,
25775: include/pa_wcontext.h, main/compile.y, main/execute.C,
25776: main/pa_string.C, main/pa_wcontext.C: tainting 0
25777:
25778: * src/classes/env.C: env:file/line
25779:
25780: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25781: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25782: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25783: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25784: main/compile_tools.C, main/compile_tools.h, main/core.C,
25785: main/execute.C, main/main.dsp, main/pa_cframe.C,
25786: main/pa_request.C, main/pa_wcontext.C: const fight finished
25787:
25788: * src/include/pa_vclass.h: const fight to go
25789:
25790: * src/: classes/_env.h, classes/env.C, classes/root.C,
25791: include/pa_request.h, include/pa_vclass.h, main/core.C,
25792: main/main.dsp: env0
25793:
25794: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25795: classes/_string.h, classes/double.C, classes/int.C,
25796: classes/root.C, classes/string.C, include/pa_request.h,
25797: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25798: include/pa_wcontext.h, main/core.C, main/main.dsp,
25799: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25800: main/pa_wcontext.C: ^lang prepare0
25801:
25802: 2001-03-09 paf
25803:
25804: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25805: construct proper naming
25806:
25807: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25808: classes/double.C, classes/int.C, classes/root.C,
25809: classes/string.C, include/code.h, include/pa_value.h,
25810: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25811: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25812: main/compile.y, main/compile_tools.C, main/core.C,
25813: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25814: and ^double[]. fixed expr type
25815:
25816: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25817: ^string.length[]
25818:
25819: 2001-03-08 paf
25820:
25821: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25822:
25823: * src/: include/pa_vclass.h, include/pa_vstring.h,
25824: include/pa_wcontext.h, main/compile.y, main/core.C,
25825: main/execute.C, main/main.dsp: dead end: vstring can't be
25826: derivated from vobject
25827:
25828: * src/: include/pa_vclass.h, include/pa_vhash.h,
25829: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25830:
25831: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25832: remained clone conseqs
25833:
25834: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25835:
25836: * src/main/pa_vclass.C: wow! vclass were out of vcs
25837:
25838: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25839: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25840: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25841: include/pa_vobject.h, include/pa_vstring.h,
25842: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25843: main/execute.C: withoud cloning. didn't need it actually, params
25844: got passed from out unnamed ewpool
25845:
25846: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25847: include/pa_vjunction.h, include/pa_vobject.h,
25848: include/pa_vunknown.h, main/compile.y: cloning dead end
25849:
25850: * src/: include/pa_bool.h, include/pa_double.h,
25851: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25852: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25853: include/pa_vjunction.h, include/pa_vmframe.h,
25854: include/pa_vobject.h, include/pa_vstring.h,
25855: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25856: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25857: to give params proper names
25858:
25859: * src/main/pa_wcontext.C: z
25860:
25861: * src/: include/pa_vmframe.h, main/execute.C: added names to
25862: unknown values in get_element and unfilled params. removed wrong
25863: name change in get_element
25864:
25865: * src/main/execute.C: z
25866:
25867: * src/main/execute.C: fixed problems calling operators in
25868: constructors
25869:
25870: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25871: detected problems calling operators in constructors
25872:
25873: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25874: autocalc def to string
25875:
25876: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25877: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25878:
25879: * src/classes/root.C: added root.c
25880:
25881: * src/: include/pa_request.h, include/pa_value.h,
25882: include/pa_vcframe.h, include/pa_vmframe.h,
25883: include/pa_wcontext.h, main/compile.C, main/compile.y,
25884: main/core.C, main/execute.C, main/pa_cframe.C,
25885: main/pa_wcontext.C: 'if' just compiled
25886:
25887: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25888: include/pa_vjunction.h, include/pa_vmframe.h,
25889: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25890: main/pa_wcontext.C: z
25891:
25892: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25893: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25894: with parameter names in operator methods
25895:
25896: * src/main/compile.y: minor renamings in .y
25897:
25898: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25899: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25900: @BASE. changed 'RUN' assignment mech
25901:
25902: * src/main/execute.C: z
25903:
25904: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25905: main/compile_tools.h, main/execute.C: made class: dynamic, not
25906: static. so to enable runtime ^use
25907:
25908: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25909:
25910: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25911: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25912:
25913: * src/main/execute.C: root root in code-junction
25914:
25915: 2001-03-07 paf
25916:
25917: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25918: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25919:
25920: * src/: include/pa_stack.h, include/pa_value.h,
25921: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25922: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25923: fixed rwcontext of {} params up
25924:
25925: * src/main/: compile.y, compile_tools.h: ^func(params)
25926:
25927: * src/main/compile.y: .y priorities syntax shaped up a bit
25928:
25929: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25930: include/pa_vunknown.h, main/compile.y, main/execute.C,
25931: main/pa_hash.C: expr def in -f
25932:
25933: * src/main/: compile.y, execute.C: expr calls
25934:
25935: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25936: fixed
25937:
25938: * src/main/compile.y: expr quoted code
25939:
25940: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25941: support0
25942:
25943: * src/main/compile.y: expr string comparisons 0
25944:
25945: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25946: main/pa_string.C: just compiled lt&co
25947:
25948: * src/main/execute.C: ^var.menu{$field} problem detected. that
25949: $field not a $var.field
25950:
25951: 2001-03-06 paf
25952:
25953: * src/main/compile.y: .y expr visible-shorter
25954:
25955: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25956: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25957: logical
25958:
25959: * src/: include/pa_vstring.h, main/compile.y: problems with
25960: skipping whitespace in yylex
25961:
25962: * src/include/pa_vbool.h: forgot this
25963:
25964: * src/: include/code.h, main/compile.y, main/execute.C: without
25965: string ops in expressions 0
25966:
25967: * src/: include/pa_value.h, include/pa_vdouble.h,
25968: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25969: main/execute.C, main/main.dsp: !~
25970:
25971: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25972: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25973: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25974: include/pa_vunknown.h, include/pa_wcontext.h,
25975: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25976: main/compile_tools.h, main/execute.C: +-*/
25977:
25978: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25979: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25980:
25981: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25982: main/execute.C: expr grammar-1 2*2=4.000000 :)
25983:
25984: * src/main/compile.y: expr grammar-1
25985:
25986: * src/main/compile.y: expr lexx1
25987:
25988: * src/main/: compile.y, execute.C, main.dsp: z
25989:
25990: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25991: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25992: main/execute.C: expr lex0 exec-1
25993:
25994: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25995:
25996: 2001-02-26 paf
25997:
25998: * src/main/compile.y: max_string in yyerror bug fix
25999:
26000: 2001-02-25 paf
26001:
26002: * src/: include/pa_value.h, include/pa_vmframe.h,
26003: include/pa_wcontext.h, main/execute.C: VAliased3
26004:
26005: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26006:
26007: * src/main/execute.C: VAliased1
26008:
26009: * src/: include/pa_request.h, include/pa_value.h,
26010: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26011: VAliased0
26012:
26013: * src/: include/pa_pool.h, include/pa_request.h,
26014: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26015: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26016: VAliased just compiled
26017:
26018: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26019: include/pa_vobject.h, main/execute.C: alias dead end
26020:
26021: * src/: include/pa_value.h, include/pa_vclass.h,
26022: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26023: main/main.dsp: no not get fields into interm VFielded class.
26024: fields & staticfields 1
26025:
26026: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26027: include/pa_vobject.h, include/pa_wcontext.h,
26028: include/pa_wwrapper.h, main/core.C, main/execute.C,
26029: main/main.dsp: would now get fields into interm VFielded class
26030:
26031: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26032: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26033: include/pa_wcontext.h, main/compile.y, main/core.C,
26034: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26035: main/pa_wcontext.C: virtuals2
26036:
26037: * src/main/compile.y: : 1
26038:
26039: * src/main/compile.y: rethought to $class:static.field.subfield
26040:
26041: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26042: $class:element
26043:
26044: * src/: include/pa_value.h, include/pa_vmframe.h,
26045: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26046: main/pa_wcontext.C: before execute class calls rewrite
26047:
26048: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26049: name RUN, also alias
26050:
26051: * src/main/compile.y: escaping bug
26052:
26053: * src/: include/pa_request.h, include/pa_value.h,
26054: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26055: main/core.C, main/execute.C, main/pa_common.C: vobject1
26056:
26057: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26058: include/pa_vmframe.h, include/pa_vobject.h,
26059: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26060: main/compile_tools.h, main/execute.C: ^class:method() just
26061: compiled
26062:
26063: 2001-02-24 paf
26064:
26065: * src/main/main.dsp: no bison -d
26066:
26067: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26068: class' err msg wrong
26069:
26070: * src/main/compile.y: z
26071:
26072: * src/main/: compile.y, core.C: yylex need some @special lines adj
26073:
26074: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26075: main/compile.y, main/compile_tools.h, main/core.C: modules0
26076:
26077: * src/: include/pa_vclass.h, main/core.C: z
26078:
26079: * src/: include/pa_value.h, include/pa_vclass.h,
26080: include/pa_vobject.h, main/main.dsp: vobject00
26081:
26082: * src/main/pa_array.C: minor bug in expanding very small arrays.
26083: 60% from 1 were 0
26084:
26085: * src/: include/pa_value.h, include/pa_wcontext.h,
26086: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26087: as bad as you've named it: wcontext.value() was not a perfect
26088: idea
26089:
26090: * src/main/execute.C: codeframe1
26091:
26092: * src/: include/pa_value.h, include/pa_vcframe.h,
26093: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26094: include/pa_vjunction.h, include/pa_vmframe.h,
26095: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26096: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26097: just compiled
26098:
26099: * src/: include/pa_vframe.h, main/compile.y: found junction
26100: ideology @: ^x{$a()) must construct current wcontext element, so
26101: smart wcontext handling needed
26102:
26103: * src/main/compile.y: fixed grammar bugs in constructor/params
26104: klinch
26105:
26106: * src/main/: compile.y, execute.C: fixed empty constructor
26107: optimized empty case. failed on calls - produced empty string
26108: param
26109:
26110: * src/main/compile.y: fixed last \n macrotemplate strip bug
26111:
26112: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26113: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26114: main/compile_tools.C, main/compile_tools.h, main/core.C,
26115: main/execute.C: code junctions0. something wrong with last \n
26116: macrotemplate strip
26117:
26118: * src/: include/pa_value.h, main/compile.C, main/core.C,
26119: main/pa_value.C: minor error reporting format beautifyings
26120:
26121: * src/: include/pa_value.h, include/pa_vclass.h,
26122: include/pa_vframe.h, main/core.C, main/execute.C,
26123: main/pa_value.C: get_method RIP. junctions everywhere. call with
26124: junctions0
26125:
26126: 2001-02-23 paf
26127:
26128: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26129: pa_wwrapper.h: lara came, can't work, sorry :(
26130:
26131: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26132: junction
26133:
26134: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26135: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26136: main/execute.C, main/main.dsp, main/pa_value.C: call0
26137:
26138: * src/: include/pa_hash.h, include/pa_value.h,
26139: include/pa_wcontext.h, main/core.C, main/execute.C,
26140: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26141: done
26142:
26143: * src/include/pa_wcontext.h: z
26144:
26145: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26146: wrong grammar in complex constructor case
26147:
26148: * src/main/: compile.y, execute.C: empty constructor bug fixed
26149:
26150: * src/main/execute.C: with result rwpool
26151:
26152: * src/: include/pa_value.h, main/core.C, main/execute.C,
26153: main/main.dsp: value named
26154:
26155: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26156: strign 2 value in 2 places in execute
26157:
26158: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26159: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26160: wcontext.put_element when wcontext fvalue==0
26161:
26162: 2001-02-22 paf
26163:
26164: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26165: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26166: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26167:
26168: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26169: erroreos checkout
26170:
26171: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26172:
26173: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26174: main/compile_tools.h, main/pa_array.C: $self.get
26175:
26176: * src/main/: compile.C, compile.y, compile_tools.C: z
26177:
26178: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26179: bit. finished now.
26180:
26181: * src/main/compile.y: $: finished
26182:
26183: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26184:
26185: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26186: main/execute.C: OP_STRING better then some xxx _VALUE
26187:
26188: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26189: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26190: string to vstring it .y all
26191:
26192: * src/: include/pa_request.h, include/pa_stack.h,
26193: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26194: all
26195:
26196: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26197: precise parse error line:col
26198:
26199: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26200: main/pa_hash.C, main/pa_pool.C: TRY...
26201:
26202: * src/: include/pa_exception.h, include/pa_pool.h,
26203: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26204: main/compile.C, main/compile.y, main/compile_tools.C,
26205: main/core.C, main/pa_array.C, main/pa_exception.C,
26206: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26207: main/pa_table.C: removed exception from request
26208:
26209: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26210: some forgotten
26211:
26212: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26213: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26214: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26215: get/put simple vars to VClass works0
26216:
26217: * src/: include/pa_array.h, include/pa_wcontext.h,
26218: main/pa_string.C: in process, but found that exceptions are too
26219: global
26220:
26221: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26222: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26223: main/execute.C, main/pa_string.C: write_value write_string 0 it
26224: seems wcontext must write strings regardles of fvalue!=0
26225:
26226: 2001-02-21 paf
26227:
26228: * src/main/execute.C: tired :)
26229:
26230: * src/main/: compile.C, compile.y, execute.C: store0
26231:
26232: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26233: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26234: include/pa_wcontext.h, main/compile.C, main/compile.y,
26235: main/execute.C, main/main.dsp, main/pa_array.C,
26236: main/pa_request.C: get put -1 [just compiled]
26237:
26238: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26239: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26240: main/main.dsp, main/pa_request.C: request core methods0
26241:
26242: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26243: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26244: execute
26245:
26246: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26247: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26248: methods and one_big_piece. now compile returns array<method*>
26249:
26250: * src/main/compile.y: more straightforward yylex[end]
26251:
26252: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26253: string.operator==(char*)
26254:
26255: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26256: main/execute.C, main/pa_array.C: after array.const get wonders
26257:
26258: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26259: pa_string.h, pa_value.h: struck with const array.gets
26260:
26261: * src/main/: execute.C: z
26262:
26263: * src/main/: compile.y, execute.C: z
26264:
26265: * src/main/: compile.C, compile.y, compile_tools.h: error
26266: processing in eval & yyerror so it wouldn't cause memleaks.
26267:
26268: * src/main/: compile.C, compile.y: failed to add absolute precies
26269: parse error positions. leaving RIGHTMOST position as
26270: @file[line:col]
26271:
26272: * src/: include/compile.h, main/compile.C, main/compile.y,
26273: main/compile_tools.h: line numbers needed. would add them to .y
26274: now internally. externally it's not as precise as needed
26275:
26276: * src/: include/code.h, include/pa_types.h, main/compile.C,
26277: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26278: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26279: compiler works ok
26280:
26281: 2001-02-20 paf
26282:
26283: * src/main/: compile.C, compile.y, compile_tools.C,
26284: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26285: not perfect
26286:
26287: * src/: include/code.h, include/compile.h, include/execute.h,
26288: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26289: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26290: main/compile.C, main/compile.y, main/compile_tools.C,
26291: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26292: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26293: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26294: compiled. execute=dump for now
26295:
26296: * src/main/core.C: core rewrite using yacc investigations now will
26297: be compile[yacc]/execute[opcodes]
26298:
26299: 2001-02-15 paf
26300:
26301: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26302: rewrite as turing machine? for it seems it would be it's too many
26303: ifs with this syntax now
26304:
26305: 2001-02-14 paf
26306:
26307: * src/main/core.C: get_params 1
26308:
26309: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26310: :( ]
26311:
26312: * src/main/core.C: varios breaks
26313:
26314: * src/main/core.C: get names 3
26315:
26316: * src/main/core.C: get names 2
26317:
26318: * src/main/core.C: get names 1
26319:
26320: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26321: names 0
26322:
26323: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26324: text repassing2 operator static vars
26325:
26326: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26327: main/pa_string.C: process text repassing
26328:
26329: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26330: module:calls changes
26331:
26332: 2001-02-13 paf
26333:
26334: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26335: ^class:calls[] started
26336:
26337: * src/: include/pa_value.h, main/core.C: z
26338:
26339: * src/main/core.C: operators : and self. prefixes
26340:
26341: * src/main/core.C: z
26342:
26343: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26344: tested
26345:
26346: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26347: optimized
26348:
26349: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26350: would change privates to better support optimization
26351:
26352: * src/: include/pa_string.h, main/pa_string.C:
26353: String_iterator::skip_to todo:optimize
26354:
26355: 2001-02-12 paf
26356:
26357: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26358: String_iterator
26359:
26360: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26361: comments
26362:
26363: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26364: self/methodref joined
26365:
26366: 2001-02-11 paf
26367:
26368: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26369: main/main.dsp: core started. core.C, context&value .h
26370:
26371: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26372: include/pa_string.h, main/main.dsp, main/pa_array.C,
26373: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26374:
26375: 2001-01-30 paf
26376:
26377: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26378: comments
26379:
26380: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26381: main/pa_pool.C: moved pa_pool.C to be target specific
26382:
26383: * src/: include/pa_exception.h, include/pa_pool.h,
26384: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26385: to & changes
26386:
26387: * src/: include/pa_exception.h, include/pa_pool.h,
26388: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26389: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26390: re-associated. that's much better even removed 'die' necessety
26391:
26392: * src/: include/pa_error.h, include/pa_exception.h,
26393: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26394: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26395: targets/Makefile.am: lowered targets/parser into subdir, added
26396: parser_Pool(Pool) failed to add. would think..
26397:
26398: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26399: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26400: main/pa_string.C, main/pa_table.C: Table more like C++ style
26401: hence lots of 'const'
26402:
26403: * src/: include/pa_error.h, include/pa_request.h,
26404: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26405: main/pa_table.C: Error fixed
26406:
26407: 2001-01-29 paf
26408:
26409: * src/: include/pa_array.h, include/pa_common.h,
26410: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26411: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26412: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26413: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26414:
26415: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26416: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26417: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26418: main/pa_string.C, main/pa_table.C: Request Error Table
26419:
26420: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26421: templates"
26422:
26423: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26424: main/main.dsp, main/pa_array.C: templates failed no template
26425: specializations [VC6], no library auto instantation [VC6, GNU c++
26426: 2.95.2-6 from latest cygwin]
26427:
26428: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26429: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26430: main/main.dsp, main/pa_array.C, main/pa_string.C,
26431: main/pa_table.C: Table started would test template Array now
26432:
26433: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26434: String originating
26435:
26436: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26437: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26438: SYNCHRONIZED(thread_safe)
26439:
26440: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26441: parts to top
26442:
26443: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26444: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26445: see: needed only in global Hash now, made Hash:: put/get
26446: SYNCHRONIZED
26447:
26448: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26449: main/pa_threads.C: added pa_threads
26450:
26451: Mutex
26452:
26453: * src/include/pa_hash.h: some comments
26454:
26455: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26456: Array& operator += (Array& src)
26457:
26458: * src/main/pa_array.C: expand not convinient, would rewrite
26459:
26460: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26461: (Array& src)
26462:
26463: rethought, would change now
26464:
26465: 2001-01-27 paf
26466:
26467: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26468: caching
26469:
26470: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26471: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26472: cache rethought to chunk caching
26473:
26474: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26475: include/pa_string.h, main/main.dsp, main/pa_array.C,
26476: main/pa_hash.C, main/pa_string.C: Array 0
26477:
26478: * src/main/pa_string.C: String::operator ==
26479:
26480: * src/main/pa_hash.C: String(&String)
26481:
26482: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26483:
26484: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26485: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26486: pa_hash[forgotten]
26487:
26488: 2001-01-26 paf
26489:
26490: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26491: removed templates [vc++ suxx]
26492:
26493: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26494: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26495:
26496: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26497:
1.119 moko 26498: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26499:
1.119 moko 26500: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26501: check
26502:
26503: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26504: dynamic row_count
26505:
26506: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26507: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26508: targets/Makefile.am: Initial revision
26509:
26510: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26511: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26512: targets/Makefile.am: creating parser3 module
26513:
E-mail: