Annotation of parser3/ChangeLog, revision 1.215
1.213 moko 1: 2025-01-10 moko
2:
1.215 ! moko 3: * tests/results/320.processed: test result updated after syslog
! 4: added
! 5:
1.214 moko 6: * src/classes/op.C: minor MSVC fixes
7:
8: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
9:
1.213 moko 10: * operators.ru.txt, operators.txt: +
11: ^syslog[ident;message[;info|warning|error|debug]]
12:
13: * src/classes/op.C: +
14: ^syslog[ident;message[;info|warning|error|debug]] (implelents
15: feature #1270)
16:
17: * configure, configure.ac, src/include/pa_config_auto.h.in,
18: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
19:
20: 2025-01-06 moko
21:
22: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
23: 2^n) calculated and used
24:
25: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
26: https://www.hadrons.org/software/libmd/
27:
1.212 moko 28: 2024-12-28 moko
29:
30: * tests/httpd/run_tests.sh: for FreeBSD compatibility
31:
32: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
33: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
34: $request:uri and $request:path tests added (related to feature
35: #1269)
36:
37: * operators.ru.txt, operators.txt: + $request:path documented
38: (related to feature #1269)
39:
40: * tests/: 065.html, results/065.processed: $request:path,
41: $request:uri tested
42:
43: * src/types/pa_vrequest.C: $request:path default is empty string to
44: match an empty URI in console mode (related to feature #1269)
45:
46: * etc/auto.p.in: $request:path used (related to feature #1269)
47:
48: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
49: (implements feature #1269)
50:
51: 2024-12-26 moko
52:
53: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
54: 3.5.0
55:
56: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
57: pa-include/pa_errno.h, pa-include/pa_file_info.h,
58: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
59: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
60: pa_strcat
61:
62: * tests/results/223.processed: apache upgraded @parser.ru
63:
64: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
65: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
66: pa-include/pa_errno.h, pa-include/pa_file_info.h,
67: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
68: pa-include/pa_strings.h: sdbm updated from version included in
69: apache 2.0.43 to version included in apache 2.0.65
70:
71: 2024-12-24 moko
72:
73: * etc/auto.p.in: to avoid patching Debian package
74:
75: * src/main/: pa_exec.C, pa_http.C: final fixes for
76: --with-build-warnings (dangling-reference warnings can be
77: ignored)
78:
79: 2024-12-23 moko
80:
81: * src/: classes/file.C, classes/hash.C, classes/op.C,
82: include/pa_common.h, main/pa_http.C, main/pa_request.C,
83: types/pa_vcookie.C, types/pa_vform.C: more fixes for
84: --with-build-warnings
85:
86: * src/: classes/date.C, classes/inet.C, classes/op.C,
87: classes/reflection.C, include/pa_array.h,
88: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
89: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
90: --with-build-warnings
91:
1.211 moko 92: 2024-12-21 moko
93:
94: * Makefile.am: +operators.ru.txt
95:
96: * operators.ru.txt, operators.txt: typo fixed
97:
98: 2024-12-20 moko
99:
100: * operators.txt: whitespace synced
101:
102: * operators.ru.txt, operators.txt: curl added
103:
104: * operators.ru.txt, operators.txt: logically sorted
105:
106: * operators.ru.txt: id added
107:
108: * operators.txt: ID added
109:
110: * operators.txt: translated
111:
112: * operators.ru.txt, operators.txt: operators.txt translated to
113: english, synced format with operators.ru.txt
114:
115: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
116: formatted
117:
118: * operators.ru.txt, operators.txt: formatted, actualized, oracle
119: info moved to separate file
120:
121: 2024-12-19 moko
122:
123: * src/targets/cgi/parser3.C: avoid parser version requests logging
124: in parser3.log
125:
126: 2024-12-18 moko
127:
128: * buildall: preventing --with-system-mailreceive linking with
129: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
130: to feature #1199)
131:
1.210 moko 132: 2024-12-16 moko
133:
1.211 moko 134: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 135:
136: * src/classes/table.C: exception text fixed
137:
138: 2024-12-15 moko
139:
140: * tests/: 102.html, results/102.processed: tests updated after
141: $form:fields not editable again (related to feature #1254)
142:
143: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
144: be edited (related to feature #1254)
145:
146: * src/types/pa_vform.C: reverted that
147: $form:fields/tables/files/imap can be edited (related to feature
148: #1254) for backward compatibility
149:
150: 2024-12-14 moko
151:
1.211 moko 152: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 153:
154: * tests/results/auto.p: avoid $mac execution unless on OS X
155:
156: * tests/388-sql.html: more OS support
157:
158: 2024-12-13 moko
159:
160: * tests/388-sql.html: sql tests under OS X now fixed
161:
162: * tests/results/auto.p: curl test under OS X now works
163:
164: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
165: no dll name under Windows, hiding
166:
167: * tests/: 379-curl.html, results/379-curl.processed: some curl
168: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
169:
170: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
171: 389.html, results/030.processed, results/212.processed,
172: results/219.processed, results/273.processed,
173: results/320.processed, results/346-curl.processed,
174: results/389.processed, results/auto.p: ^try-catch-filtered added
175: and used
176:
177: * tests/: 347-curl.html, results/347-curl.processed: support for
178: different error messages
179:
180: * src/classes/curl.C: several curl libraries supported,
181: ^curl:options[ $.library[] ] resets to default
182:
183: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
184: removed as depends on curl version
185:
186: * tests/results/: 223-curl.processed, 394-curl.processed: curl
187: fixed bug with \n in file names, test result updated
188:
189: * tests/388-sql.html: +libmysqlclient.so
190:
191: * etc/auto.p.in: +libmariadb
192:
193: 2024-12-12 moko
194:
195: * tests/: 388-sql.html, results/429-sql.processed: test results
196: updated after test changed
197:
198: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
199: for newer MariaDB compatibility
200:
201: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
202: results/429-sql.processed: key -> id for new MariaDB
203: compatibility
204:
205: * src/types/pa_vmethod_frame.h: warning war
206:
207: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
208: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
209: including for Debian package
210:
211: 2024-12-11 moko
212:
213: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
214: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
215: $status:log-filename added (related to feature #1262)
216:
217: * tests/: 440.html, results/440.processed: test for row is checked
218: before accessing when table is modified during select (related to
219: bug #1258)
220:
221: * src/: classes/table.C, include/pa_table.h: row should be checked
222: before accessing as table can be modified during select (related
223: to bug #1258)
224:
225: * src/types/pa_vmail.C: $mail:received tables -> elements array
226: (related to feature #1226)
227:
228: * src/: classes/file.C, classes/image.C, classes/table.C,
229: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
230: better messages (related to feature #1267)
231:
232: * tests/results/: 065.processed, 246.processed, 337.processed,
233: 342.processed, 352.processed, 356.processed, 364.processed,
234: 372.processed, 373.processed, 389.processed, 404.processed,
235: 406.processed, 414.processed, 430.processed, 432.processed,
236: 442.processed: tests updated after params.as_string error
237: reporting was improved (related to feature #1267)
238:
239: * src/classes/reflection.C: error messages optimized (related to
240: feature #1267)
241:
242: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
243: error reporing for params.as_* (related to feature #1267)
244:
245: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
246: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
247: #1267)
248:
249: * tests/results/: 246.processed, 414.processed, 432.processed:
250: tests updated after params.as_string error reporting was improved
251: (related to feature #1267)
252:
253: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
254: reporing for params.as_string (implements feature #1267)
255:
256: * tests/: 065.html, results/065.processed: tests for file methods
257: accepting file as filename added (related to feature #1265)
258:
259: * src/: classes/file.C, include/pa_exception.h,
260: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
261: methods now accept file as path specification (adopted Sumo patch
262: implements feature #1265)
263:
264: * tests/: 400.html, results/400.processed: tests for result
265: optimization "locks" after first method call (related to feature
266: #1266)
267:
268: 2024-12-10 moko
269:
270: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
271: result_optimization comments (related to feature #1266)
272:
273: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
274: $result now stored in my_result, not in local variables hash
275: (implements feature #1266)
276:
1.209 moko 277: 2024-12-09 moko
278:
1.210 moko 279: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
280: set_my_variable in preparation for $result optimization (related
281: to feature #1266)
282:
1.209 moko 283: * tests/results/119.processed: newline corrected for some OS
284:
285: * tests/: 441.html, results/441.processed: Debian-specific test
286: commented
287:
288: * buildall: pcre2 10.42 -> 10.44
289:
290: 2024-12-08 moko
291:
292: * buildall: external links fixed
293:
294: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
295:
296: * src/include/pa_table.h: some clang versions compilation fix
297:
298: * configure.ac: 3.4.7b -> 3.5.0rc
299:
300: 2024-12-07 moko
301:
302: * tests/: 443.html, 444.html, results/443.processed,
303: results/444.processed: tests for named params (related to feature
304: #1205)
305:
306: * src/: classes/reflection.C, types/pa_method.h: named_params
307: support in reflection (related to feature #1205)
308:
309: * src/types/pa_vmethod_frame.h: extra_params and named params
310: should be also inited in ^method[] call (related to feature
311: #1205)
312:
313: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
314: support using @method[arg;.named_arg;.named_arg2] syntax
315: (implements feature #1205)
316:
317: * tests/: 443.html, results/443.processed: test for *args inited
318: added (related to bug #1264)
319:
320: * src/types/pa_vmethod_frame.h: *args are now inited even if not
321: specified (fixes bug #1264)
322:
323: * tests/: 442.html, results/442.processed: tests for
324: params.as_file_name(N) with empty file name added (related to
325: feature #1121)
326:
327: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
328: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
329: include/pa_exception.h, types/pa_vmethod_frame.h:
330: params.as_file_name(N) added and used instead of
331: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
332: (implements feature #1121)
333:
334: * src/: classes/file.C, classes/image.C, classes/op.C,
335: classes/table.C, include/pa_exception.h: filename is everywhere
336: params.as_string, unify exception and remove
337: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
338:
339: * tests/: 141.html, results/141.processed: test for
340: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
341: to feature #1263)
342:
343: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
344: $.format[file] ] now supported (implements feature #1263)
345:
346: 2024-12-06 moko
347:
348: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
349: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
350: (cgi/console/mail/httpd/apache/isapi) added (related to feature
351: #1262)
352:
353: 2024-12-05 moko
354:
355: * src/targets/cgi/parser3.C: more correct arguments processing to
356: block -fl config.file log.file logic (related to feature #1262)
357:
358: 2024-12-04 moko
359:
360: * src/targets/cgi/parser3.C: now only one log location is selected
361: and tried. -l - supported for stderr specification (related to
362: feature #1262)
363:
364: 2024-12-03 moko
365:
366: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
367: results/010.processed, results/415.processed: tests for
368: $.(expression)[value], $a.(expression), ^v.(expression)[args]
369: added (related to feature #1064)
370:
371: * src/main/compile.y: $.(expression)[value], $a.(expression),
372: ^v.(expression)[args] now supported (implements feature #1064)
373:
374: 2024-12-02 moko
375:
376: * src/targets/cgi/parser3.C: -l /path/to/log options added
377: (implements feature #1262)
378:
1.208 moko 379: 2024-12-01 moko
380:
381: * tests/: 010.html, results/010.processed: some tests related to
382: bug #1149 added
383:
384: * src/main/compile.y: the check pc.pos.col > 1 is not required
385: because we can't be here without a '$' before. The begin == end
386: check was incorrect since $[a]{b} fits this condition (fixes bug
387: #1149)
388:
389: 2024-11-29 moko
390:
391: * src/classes/array.C: warning war
392:
393: 2024-11-26 moko
394:
395: * tests/: 441.html, results/441.processed: a bit more testing
396: (related to bug #1238)
397:
398: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
399:
400: * src/main/pa_exec.C: simplification arg_quote added (related to
401: bug #1229)
402:
1.207 moko 403: 2024-11-25 moko
404:
405: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
406: bug #1239)
407:
408: 2024-11-24 moko
409:
410: * src/main/pa_exec.C: added cmd.exe specific
411:
412: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
413: tests for ^file::exec env and args tainting tests (related to bug
414: #1239)
415:
416: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
417:
418: * src/include/pa_config_includes.h: added recommendations for
419: libxslt.a and and libexslt.a compilation under cygwin
420:
421: * tests/results/102.processed: $form:fields.value is now writable,
422: as $form:value (related to feature #1254)
423:
424: * src/include/pa_config_includes.h: cigwin compilation fixes
425:
426: 2024-11-23 moko
427:
428: * tests/httpd/site/run_server.sh: to simplify testing
429:
430: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
431: site/form.html: $form:files and $form:elements tests added, tests
432: with curl supported (related to feature #1254)
433:
434: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
435: types/pa_vform.h: $form:elements implemented, VForm::get_element
436: uses faster SYMBOLS_EQ, hashes no longer copied when using
437: $form:fields/tables/files/imap and can be edited (implements
438: feature #1254)
439:
440: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
441: bug #1261)
442:
1.206 moko 443: 2024-11-17 moko
444:
445: * tests/: 440.html, results/440.processed: tests for
446: ^table.array[], offset restoration, iterators robust tests
447: (related to bug #1258, features #1259 and #1260)
448:
449: * tests/: 439.html, results/439.processed: array and hash iterators
450: robust tests (related to feature #1260)
451:
452: * src/: classes/array.C, classes/table.C, include/pa_array.h,
453: include/pa_table.h: Array_robust_iterator added and used in cases
454: where array can be modified during iteration (implements feature
455: #1260)
456:
457: * src/classes/table.C: ^table.array[], ^table.array[column name],
458: ^table.array{code} added (implements feature #1259)
459:
460: 2024-11-16 moko
461:
462: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
463: table current row restoration after exception and table changes
464: (fixes bug #1258)
465:
466: 2024-11-13 moko
467:
468: * src/classes/table.C: minor optimization
469:
470: * src/main/pa_string.C: \r added to default ^string.trim chars list
471: (https://www.parser.ru/forum/?id=86648)
472:
1.205 moko 473: 2024-11-11 moko
474:
1.206 moko 475: * src/classes/classes.C: set_base commented
476:
477: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
478: deleted
479:
480: * src/classes/classes.vcproj: no more classes.awk and classes.inc
481:
482: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
483: classes.inc
484:
485: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
486: main/pa_globals.C: classes.awk is useless, preparing to delete it
487:
1.205 moko 488: * src/classes/classes.h: temp fix
489:
490: 2024-11-10 moko
491:
492: * src/: classes/date.C, classes/file.C, classes/image.C,
493: classes/op.C, main/pa_string.C: minor optimization
494:
495: * src/: classes/date.C, classes/file.C, classes/image.C,
496: classes/op.C, main/pa_string.C: typo fixed
497:
498: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
499: classes/file.C, classes/image.C, classes/op.C,
500: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
501: memory allocation befor main(). Only 3 allocations in chatsets
502: left (implements feature #1257)
503:
504: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
505: minor naming convention fix
506:
507: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
508: results/436.processed, results/437.processed,
509: results/438.processed: tests for @unhandled_exception processing
510: (related to feature #1256)
511:
512: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
513: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
514: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
515: are now processed in request::core for correct logging and
516: reporting (feature #1256)
517:
518: * src/: include/pa_sapi.h, main/pa_request.C,
519: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
520: targets/isapi/parser3isapi.C: unhandled exception now called if
521: exception occures during $response:download processing (related
522: to bug #1255)
523:
524: * etc/auto.p.in: better 404 error reporting
525:
526: 2024-11-09 moko
527:
528: * src/main/pa_memory.C: more detailed usage comment
529:
530: * src/main/pa_memory.C: usage commented
531:
532: * src/main/pa_memory.C: minor cleanup
533:
534: * src/types/: pa_varray.h, pa_vregex.h: warnings war
535:
536: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
537: httpd/site/029.html, results/436.processed: test for exception in
538: $response:download[] added
539:
540: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
541: and avoid exit status 1 on die
542:
543: * tests/results/: 007.processed, 019.processed, 098.processed,
544: 103.processed, 233.processed: windows headers matter for binary
545: files
546:
547: * tests/httpd/ok.log: tests results updated as extra headers now
548: cleared on error (related to bug #1255)
549:
550: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
551: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
552: targets/isapi/parser3isapi.C: headers buffering to avoid extra
553: headers in errors, custom send_error in cgi/httpd mode to avoid
554: memory allocations (fixes bug #1255)
555:
556: 2024-11-07 moko
557:
558: * tests/: 264.html, results/264.processed: tests updated to test
559: removal of only trailing empty arguments for backward
560: compatibility (related to feature #1252)
561:
562: * src/classes/file.C: remove trailing empty arguments for backward
563: compatibility (related to feature #1252)
564:
565: 2024-11-05 moko
566:
567: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
568: low memory case, when static initialization failed even before
569: main() start
570:
571: 2024-11-04 moko
572:
573: * configure, src/include/pa_config_auto.h.in,
574: src/include/pa_config_fixed.h: _locking no longer used
575:
576: * configure.ac: _locking no longer used (related to bug #1231)
577:
578: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
579:
580: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
581:
582: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
583: unused
584:
585: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
586: be used on locking errors (related to bug #1231)
587:
588: * src/main/pa_os.C: GetLastError used as errno is not set (related
589: to bug #1231)
590:
591: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
592: allowing shared lock to work (fixes bug #1231)
593:
594: * INSTALL: actualized, minor fixes
595:
596: * etc/auto.p.in: default LIMITS added
597:
598: * AUTHORS: links actualized
599:
600: * src/: classes/array.C, classes/bool.C, classes/classes.C,
601: classes/classes.awk, classes/classes.h, classes/curl.C,
602: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
603: classes/hash.C, classes/hashfile.C, classes/image.C,
604: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
605: classes/math.C, classes/memcached.C, classes/memory.C,
606: classes/op.C, classes/reflection.C, classes/regex.C,
607: classes/response.C, classes/string.C, classes/table.C,
608: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
609: include/pa_array.h, include/pa_base64.h,
610: include/pa_cache_managers.h, include/pa_charset.h,
611: include/pa_charsets.h, include/pa_common.h,
612: include/pa_config_fixed.h, include/pa_config_includes.h,
613: include/pa_dictionary.h, include/pa_dir.h,
614: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
615: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
616: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
617: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
618: include/pa_request_charsets.h, include/pa_request_info.h,
619: include/pa_sapi.h, include/pa_socks.h,
620: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
621: include/pa_stack.h, include/pa_string.h,
622: include/pa_stylesheet_connection.h,
623: include/pa_stylesheet_manager.h, include/pa_symbols.h,
624: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
625: include/pa_uue.h, include/pa_xml_exception.h,
626: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
627: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
628: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
629: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
630: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
631: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
632: main/compile.tab.C, main/compile.y, main/compile_tools.C,
633: main/compile_tools.h, main/execute.C, main/pa_base64.C,
634: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
635: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
636: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
637: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
638: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
639: main/pa_sql_driver_manager.C, main/pa_string.C,
640: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
641: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
642: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
643: main/untaint.C, sql/pa_sql_driver.h,
644: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
645: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
646: targets/isapi/parser3isapi.C, types/pa_junction.h,
647: types/pa_method.h, types/pa_property.h, types/pa_value.C,
648: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
649: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
650: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
651: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
652: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
653: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
654: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
655: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
656: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
657: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
658: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
659: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
660: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
661: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
662: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
663: types/pa_vresponse.C, types/pa_vresponse.h,
664: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
665: types/pa_vstateless_object.h, types/pa_vstatus.C,
666: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
667: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
668: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
669: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
670: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
671:
1.203 moko 672: 2024-10-28 moko
673:
1.204 moko 674: * src/classes/array.C: avoid invalidate()
675:
676: * src/: classes/array.C, types/pa_varray.h: minor optimization for
677: fused to survive in ^array::copy[$a] (related to feature #930)
678:
679: * src/types/pa_varray.h: minor optimization as last element is
680: allways defined if present
681:
1.203 moko 682: * tests/: 435.html, results/435.processed: tests for
683: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
684: for array added (related to feature #1253)
685:
686: * src/classes/array.C: typo fixed
687:
688: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
689: ^hash.set([-+]index)[value], and same for array added (implements
690: feature #1253)
691:
692: * tests/results/: 246.processed, 298.processed, 342.processed,
693: 389.processed, 397.processed, 430.processed, 432.processed: tests
694: results update after minor exceptions texts fixes
695:
696: 2024-10-27 moko
697:
698: * src/: classes/array.C, classes/hash.C, classes/math.C,
699: classes/reflection.C, classes/string.C, classes/table.C,
700: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
701: types/pa_vmethod_frame.h: handy as_index() added, several
702: exceptions texts fixed (related to feature #930)
703:
704: * src/: classes/array.C, types/pa_varray.h: non-working
705: $array.fields removed, ^array.delete[index] supported (related to
706: feature #930)
707:
708: * tests/: 431.html, results/431.processed: tests updated after
709: ^a.delete[3] supported
710:
711: * tests/: 431.html, 434.html, results/434.processed: tests for last
712: element used, push/pop, exceptions during arguments processing
713: and used caching (related to feature #930)
714:
715: * src/: classes/array.C, types/pa_varray.h: change_used added for
716: better used caching and now no issues if exception occures during
717: append arguments processing (related to feature #930)
718:
719: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
720: ^array.pop[] added, last element is allways used (related to
721: feature #930)
722:
723: 2024-10-26 moko
724:
725: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
726: types/pa_varray.h: confirm_all_used added where possible (related
727: to feature #930)
728:
729: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
730: small array optimizations (related to feature #930)
731:
732: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
733:
734: * tests/: 431.html, results/431.processed: test for
735: ^array.compact[undef] added
736:
737: * src/classes/array.C: ^array.compact[] now have optional 'undef'
738: argument to also compact undefined elements (related to feature
739: #930)
740:
741: 2024-10-24 moko
742:
743: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
744: VArray::hash is used rarery, no longer caching the result
745:
746: * tests/results/432.processed: testing removed from tests
747:
748: 2024-10-23 moko
749:
750: * tests/: 431.html, results/431.processed: ^array.compact[] test
751: added
752:
753: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
754:
755: * tests/: 432.html, results/432.processed: testing ^array.at[] for
756: both "solid" and "sparse" arrays
757:
758: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
759:
760: 2024-10-22 moko
761:
762: * tests/results/264.processed: spelling
763:
764: * src/classes/file.C: spelling
765:
766: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
767: tests updated after ^file::exec[cmd;;$array] implemented and
768: empty arguments not skipped (related to feature #1252)
769:
770: * src/classes/file.C: ^file::exec[cmd;;$array] supported
771: (implements feature #1252) bugfix: empty arguments no longer
772: skipped
773:
1.205 moko 774: 2024-10-21 moko
775:
776: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
777: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
778: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
779: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
780: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
781: site/index.html, site/test.txt: httpd tests added
782:
1.202 moko 783: 2024-10-20 moko
784:
785: * src/classes/string.C: warnings war
786:
787: * src/: main/pa_string.C, classes/array.C: warnings war
788:
789: * src/classes/json.C: warnings war
790:
791: * src/classes/image.C: warnings war
792:
793: * src/: classes/table.C, types/pa_varray.C: warnings war
794:
795: * src/classes/array.C: warning war
796:
797: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
798:
799: * src/main/main.vcproj: warnings war
800:
801: 2024-10-19 moko
802:
803: * tests/427.html: test updated after constructors renamed
804:
805: 2024-10-18 moko
806:
807: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
808: results/421.processed, results/430.processed,
809: results/431.processed: test updated after constructors renamed
810:
811: * src/classes/array.C: create -> copy, new -> create according to
812: https://www.parser.ru/forum/?id=86603 discussion (related to
813: feature #930)
814:
815: 2024-10-16 moko
816:
817: * src/classes/json.C: $json:array[array or hash] added to provide
818: more backward compatibility (implements feature #1251)
819:
820: 2024-10-15 moko
821:
822: * tests/: 421.html, results/421.processed: test results updated
823: after missing constuctor error check added and array is_index
824: check added
825:
826: * src/main/execute.C: absent constructor message fixed
827:
1.201 moko 828: 2024-10-13 moko
829:
830: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
831: with is_index() before calling index() for better error reporting
832: in method name typo (was invalid number, not method not found
833: exception).
834:
835: 2024-10-08 moko
836:
837: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
838:
839: * src/include/pa_array.h: warnings war
840:
1.200 moko 841: 2024-10-05 moko
842:
843: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
844: returns current row cells array (implements feature #1250)
845:
846: * tests/: 405.html, results/169.processed, results/405.processed:
847: tests updated after ^string.split[;a] implemented (related to
848: feature #1249)
849:
850: * src/classes/string.C: ^string.split[] - 'a' option added for
851: splitting into an array (implements feature #1249)
852:
853: 2024-10-04 moko
854:
855: * tests/: 431.html, results/431.processed: final code coverage
856: array tests
857:
858: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
859: array: confirm_all_used() added and used where possible, expand()
860: now expends faster
861:
862: 2024-10-03 moko
863:
864: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
865:
866: * tests/: 256.html, results/256.processed: test for
867: $.date[unix-timestamp] handling large dates
868:
869: * src/: classes/file.C, classes/op.C, classes/reflection.C,
870: classes/string.C, classes/table.C, include/pa_common.h,
871: main/pa_common.C, main/pa_http.C, main/pa_request.C,
872: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
873: format replaced with pa_uitoa where applicable,
874: $.date[unix-timestamp] fixed for handling large dates
875:
876: * tests/: 433.html, results/433.processed: more tests, including
877: test for possible endless recursion in ^o.GET[]
878:
879: * src/types/pa_vobject.C: bugfix: detecting possible endless
880: recursion in get_scalar_value inside ^o.GET[]
881:
882: * src/: classes/json.C, include/pa_request.h, main/execute.C,
883: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
884: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
885: $LIMITS.max_recursion
886:
887: 2024-10-02 moko
888:
889: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
890: results/253.processed, results/287.processed,
891: results/430.processed, results/433.processed: more tests for full
892: array and json code coverage
893:
894: * tests/: 433.html, results/433.processed: tests for hash functions
895: with array param
896:
897: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
898:
899: * tests/: 432.html, results/432.processed: modified ^hash.at tests
900: in 246.html used to test ^array.at, same result produced
901:
902: * tests/: 430.html, 431.html, results/430.processed,
903: results/431.processed: more array tests for 100% code coverage
904: (related to feature #930)
905:
906: * tests/: 427.html, 430.html, results/427.processed,
907: results/430.processed: first portion of array tests added
908: (related to feature #930)
909:
910: * src/classes/array.C: allow only whitespace string as argument for
911: add and join
912:
913: * src/classes/array.C: add behavour for array synced with hash
914:
915: 2024-09-30 moko
916:
917: * tests/: 429-sql.html, results/429-sql.processed: code coverage
918: tests added
919:
920: * src/classes/array.C: $.distinct should not be used unless
921: $.sparse(true)
922:
923: * tests/: 429-sql.html, results/388-sql.processed,
924: results/429-sql.processed: tests for ^array::sql{}, including
925: multi_statements mode (related to feature #930)
926:
1.199 moko 927: 2024-09-29 moko
928:
929: * src/classes/array.C: synced ^array::sql multi_statements logic
930: with ^hash::sql new behavour
931:
932: 2024-09-28 moko
933:
934: * tests/: 428-sql.html, results/388-sql.processed,
935: results/428-sql.processed: tests updated after column names were
936: fixed in multi_statements mode (related to feature #1197)
937:
938: * src/classes/hash.C: column names are fixed for most cases in
939: multi_statements mode (related to feature #1197)
940:
941: * tests/: 428-sql.html, results/195.processed,
942: results/224.processed, results/239.processed,
943: results/254.processed, results/261.processed,
944: results/306.processed, results/333.processed,
945: results/341.processed, results/343.processed,
946: results/344.processed, results/348.processed,
947: results/364.processed, results/389.processed,
948: results/390.processed, results/415.processed,
949: results/420.processed, results/421.processed: tests results
950: updated after error messages spelling minor fixes
951:
952: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
953: spelling
954:
955: * src/: classes/curl.C, classes/file.C, classes/hash.C,
956: classes/image.C, classes/math.C, classes/string.C,
957: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
958: main/execute.C, main/pa_charset.C, main/pa_common.C,
959: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
960: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
961: types/pa_vmail.C, types/pa_vobject.C,
962: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
963: types/pa_vxdoc.C: minor error messages spelling fixes
964:
965: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
966: implementation (related to feature #930)
967:
968: * tests/: 388-sql.html, results/388-sql.processed: test results
969: updated after rows number ^file::sql{} check added
970:
971: * src/classes/file.C: rows number now checked in ^file::sql{}
972:
973: * tests/: 428-sql.html, results/428-sql.processed: more tests
974:
975: * tests/: 428-sql.html, results/428-sql.processed: more
976: multi_statements testing before bugfix
977:
978: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
979: results/428-sql.processed: support for multiple sql test files
980: added
981:
982: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
983:
984: * src/classes/hash.C: more accurate one_bool_column processing
985:
986: * tests/: 427.html, results/427.processed: Constructors as methods
987: behavour documented in test
988:
989: * src/classes/hash.C: HashStringValue::Iterator used for options
990:
991: * tests/: 388-sql.html, results/388-sql.processed: even more tests
992:
993: * tests/: 388-sql.html, results/388-sql.processed: a bit more
994: testing
995:
996: * tests/results/367-curl.processed: test result updated after
997: server charset changed
998:
999: * tests/results/347-curl.processed: error messages updated
1000:
1001: * tests/results/: 346-curl.processed, 379-curl.processed,
1002: 394-curl.processed: tests results updated after Type -> Exception
1003: type replacement
1004:
1005: * tests/results/388-sql.processed: tests result updated after Type
1006: -> Exception type
1007:
1008: 2024-09-27 moko
1009:
1010: * src/classes/hash.C: minor simplification
1011:
1012: 2024-09-24 moko
1013:
1014: * src/main/pa_string.C: atoui error messages improved
1015:
1016: * tests/: 165.html, 312.html, results/165.processed,
1017: results/312.processed, results/379.processed: tests updated after
1018: default endless loop limit increased, atoi error messages
1019: improved
1020:
1021: * src/classes/hash.C: VBool::get used, unification
1022:
1.198 moko 1023: 2024-09-22 moko
1024:
1025: * src/classes/array.C: minor simplification
1026:
1027: * src/classes/array.C: ^array.left(N),
1028: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1029:
1030: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1031: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1032: added, default 1000000 (related to feature #930)
1033:
1034: * tests/: 426.html, results/426.processed: test for negative limit
1035: and offset processing for table options added
1036:
1037: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1038: bugfix: negative limit and offset processing for table options
1039: fixed
1040:
1041: 2024-09-21 moko
1042:
1043: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1044: ^for added that also iterates holes; ^remove added (related to
1045: feature #930)
1046:
1047: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1048: $.offset(M) ] added (related to feature #930)
1049:
1050: 2024-09-20 moko
1051:
1052: * src/: classes/array.C, types/pa_varray.h: array:
1053: +foreach[value]{code}, + add[hash with numeric keys] (related to
1054: feature #930)
1055:
1056: 2024-09-19 moko
1057:
1058: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1059: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1060: support $a[v1;v2;...] syntax (related to feature #930)
1061:
1062: 2024-09-17 moko
1063:
1064: * src/: classes/reflection.C, include/pa_request.h,
1065: main/compile_tools.h, main/pa_request.C:
1066: ^reflection:class_alias[existing class name;alias class name]
1067: added. The array class can now be redefined regardless of the
1068: $.replace(bool) option value (related to feature #930)
1069:
1070: * src/main/: compile.y, compile_tools.h: class_add return value
1071: inverted to add it to request class
1072:
1073: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1074: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1075: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1076: resize if required. spared array - added fused, append.
1077:
1.197 moko 1078: 2024-09-16 moko
1079:
1080: * src/types/pa_varray.h: get moved to where it belongs
1081:
1082: 2024-09-15 moko
1083:
1084: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1085: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1086:
1087: * tests/: 421.html, results/323.processed, results/421.processed:
1088: tests updated after 'spared-array' class renamed to 'array'
1089: following a discussion on the forum (related to feature #930)
1090:
1091: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1092: types/pa_vmail.C: initial SparseArray separation from Array,
1093: parser class now 'array'
1094:
1095: 2024-09-14 moko
1096:
1097: * tests/: 030.html, results/030.processed: out of range expires
1098: check added
1099:
1100: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1101: checking expires time using VDate
1102:
1103: 2024-09-13 moko
1104:
1105: * src/: classes/array.C, classes/curl.C, classes/date.C,
1106: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1107: classes/memcached.C, classes/op.C, classes/regex.C,
1108: classes/string.C, classes/xdoc.C, classes/xnode.C,
1109: main/execute.C, main/pa_http.C, main/pa_request.C,
1110: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1111: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1112: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1113: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1114: removed as dynamic_cast is faster, Value::is() is still required
1115: for is operator.
1116:
1117: 2024-09-12 moko
1118:
1119: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1120: classes/table.C, classes/xnode.C, include/pa_array.h,
1121: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1122: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1123: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1124: templated pa_itoa/pa_uitoa added to work with any integer type,
1125: String::Body::Format removed
1126:
1127: 2024-09-10 moko
1128:
1129: * src/classes/array.C: append and insert methods added to
1130: sparse-array (related to feature #930)
1131:
1132: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1133: tests updated after sparse-array was added to avoid ^json:parse[]
1134: using it in old tests (related to feature #930)
1135:
1136: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1137: types/pa_varray.h: sparse-array class added (initial feature #930
1138: implementation)
1139:
1140: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1141: for sparse-array class files (related to feature #930)
1142:
1143: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1144: types/pa_vhash.h: VArray support functions without actual VArray
1145: files (related to feature #930)
1146:
1.196 moko 1147: 2024-09-07 moko
1148:
1149: * src/: classes/curl.C, classes/string.C, classes/table.C,
1150: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1151: main/pa_http.C, main/pa_sql_driver_manager.C,
1152: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1153: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1154: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1155: with Hash::Iterator, has_next() replaced with operator bool
1156: (related to feature #930)
1157:
1158: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1159: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1160: types/pa_vstateless_class.C: Array class extended,
1161: Array::Iterator added and used (related to feature #930)
1162:
1.195 moko 1163: 2024-08-26 moko
1164:
1165: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1166: should be used on argv[0] as well to match document root.
1167:
1.194 moko 1168: 2024-08-25 moko
1169:
1170: * src/main/pa_request.C: be more specific
1171:
1172: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1173: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1174: (fixes bug #1244)
1175:
1176: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1177: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1178: rsplit(..., '\\') is not correct when / and \ are mixed in path
1179:
1180: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1181:
1.193 moko 1182: 2024-07-24 moko
1183:
1184: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1185: main/execute.C, main/pa_string.C: Warning war: clang changed
1186: -Wdeprecated-register warning to -Wregister, it's easier to
1187: remove all register vars then continue this fight. :)
1188:
1189: * src/main/: compile.y, compile.tab.C: warning war: register
1190: removed
1191:
1.192 moko 1192: 2024-07-14 moko
1193:
1194: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1195: checking the HTTP request environment; if the variable is not
1196: present, checking the web server process environment (implements
1197: feature #1242)
1198:
1.191 moko 1199: 2024-05-26 moko
1200:
1201: * tests/: 195.html, 229.html, results/096.processed,
1202: results/097.processed, results/158.processed,
1203: results/186.processed, results/273.processed,
1204: results/293.processed, results/317.processed,
1205: results/389.processed, results/402.processed: tests updated as
1206: single quote now escaped with ' in HTML tainting mode
1207: (related to feature #1241)
1208:
1209: * src/main/untaint.C: single quote now escaped with ' in HTML
1210: tainting mode (implements feature #1241)
1211:
1212: * tests/results/: 020.processed, 021.processed, 026.processed,
1213: 042.processed, 043.processed, 057.processed, 110.processed,
1214: 115.processed, 116.processed, 117.processed, 118.processed,
1215: 119.processed, 120.processed, 125.processed, 126.processed,
1216: 128.processed, 130.processed, 131.processed, 132.processed,
1217: 133.processed, 135.processed, 136.processed, 138.processed,
1218: 139.processed, 140.processed, 145.processed, 150.processed,
1219: 151.processed, 165.processed, 174.processed, 181.processed,
1220: 182.processed, 192.processed, 193.processed, 201.processed,
1221: 213.processed, 224.processed, 226.processed, 230.processed,
1222: 239.processed, 240.processed, 244.processed, 253.processed,
1223: 254.processed, 261.processed, 264.processed, 269.processed,
1224: 274.processed, 275.processed, 288.processed, 294.processed,
1225: 296.processed, 303.processed, 306.processed, 307.processed,
1226: 308.processed, 311.processed, 312.processed, 314.processed,
1227: 315.processed, 316.processed, 320.processed, 323.processed,
1228: 324.processed, 325.processed, 328.processed, 330.processed,
1229: 332.processed, 333.processed, 337.processed, 338.processed,
1230: 341.processed, 342.processed, 343.processed, 344.processed,
1231: 345.processed, 348.processed, 352.processed, 356.processed,
1232: 357.processed, 363.processed, 364.processed, 368.processed,
1233: 372.processed, 373.processed, 376.processed, 378.processed,
1234: 379.processed, 385.processed, 386.processed, 387.processed,
1235: 389.processed, 390.processed, 395.processed, 397.processed,
1236: 398.processed, 399.processed, 404.processed, 406.processed,
1237: 413.processed, 414.processed, 420.processed, 421.processed,
1238: 424.processed, auto.p: Type -> Exception type for readability
1239:
1240: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1241: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1242: results/119.processed, results/165.processed,
1243: results/175.processed, results/192.processed,
1244: results/213.processed, results/217.processed,
1245: results/230.processed, results/240.processed,
1246: results/298.processed, results/380.processed,
1247: results/415.processed: try-catch, try-catch-comment used
1248:
1249: 2024-05-21 moko
1250:
1251: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1252: results/180.processed, results/195.processed,
1253: results/224.processed, results/auto.p: @try-catch-comment added
1254: and used
1255:
1256: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1257: 415.html, results/269.processed, results/283.processed,
1258: results/auto.p: more tests are updated to prepare for apostrophe
1259: escaping in HTML tainting
1260:
1261: * tests/results/: 181.processed, 294.processed, 296.processed,
1262: 315.processed, 379.processed, 389.processed, auto.p:
1263: $exception.comment printed as-is for whitespace reporting and to
1264: prepare for apostrophe escaping in HTML mode
1265:
1.190 moko 1266: 2024-05-11 moko
1267:
1268: * tests/: 099.html, 100.html, results/099.processed,
1269: results/100.processed: a test for non-UTF-8 filename* added
1270: (related to feature #1240)
1271:
1272: * tests/: 293.html, results/293.processed: tainting modes tests
1273: added
1274:
1275: * tests/results/: 099.processed, 100.processed, 205.processed,
1276: 309.processed, 310.processed, 419.processed: tests results
1277: updated after filename* added (related to feature #1240)
1278:
1279: * src/: include/pa_common.h, main/pa_request.C: The filename*
1280: parameter was added to the Content-Disposition header to conform
1281: with RFC 6266, with code provided by Sumo (implements feature
1282: #1240)
1283:
1284: 2024-05-10 moko
1285:
1286: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1287: positive performance effect in our case
1288:
1.189 moko 1289: 2024-03-27 moko
1290:
1291: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1292: (related to feature #1236)
1293:
1294: 2024-03-15 moko
1295:
1296: * tests/: 413.html, results/413.processed: test for object still
1297: can be used as file parameter (related to bug #1218)
1298:
1299: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1300: still can be used in file context (fixes bug #1218)
1301:
1302: 2024-03-14 moko
1303:
1304: * src/include/pa_string.h: ArrayString get() null result assert
1305: also added (related to bug #1238)
1306:
1307: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1308: VString::empty() used instead of new VString()
1309:
1310: 2024-03-12 moko
1311:
1312: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1313: results/379.processed: test added for cookie without value
1314: (related to bug #1238)
1315:
1316: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1317: values are now required to be non-null (related to bug #1238)
1318:
1319: * src/main/pa_http.C: cookies without value are now parsed
1320: correctly (fixed bug #1238)
1321:
1322: 2024-03-11 moko
1323:
1324: * tests/run_parser.sh: for better error reporting
1325:
1.188 moko 1326: 2023-12-30 moko
1327:
1328: * tests/: 038.html, results/038.processed: test for atan2 added
1329:
1330: 2023-12-29 moko
1331:
1332: * src/classes/math.C: atan2(y,x) math function added
1333:
1.187 moko 1334: 2023-12-14 moko
1335:
1336: * tests/212.html: pcre2 compatibility (related to feature #1236)
1337:
1338: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1339: exceptions and behavour added (related to feature #1236)
1340:
1341: 2023-12-13 moko
1342:
1343: * buildall: by default parser is now bundled with pcre2 10.42,
1344: --without-pcre2 option added to build with pcre-8.45 (related to
1345: feature #1236)
1346:
1347: 2023-12-12 moko
1348:
1349: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1350: support added (implements feature #1236)
1351:
1352: * src/: include/pa_charset.h, include/pa_config_includes.h,
1353: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1354: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1355: types/pa_vregex.h: Adopted patch from Yavor Doganov
1356: <yavor@gnu.org> to add pcre2 library support (implements feature
1357: #1236)
1358:
1.186 moko 1359: 2023-11-28 moko
1360:
1361: * src/include/pa_config_includes.h: warnings war continues
1362:
1363: * src/include/pa_config_includes.h: warning war
1364:
1365: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1366: number strings, whitespace and sign in exception messages
1367: (related to bug #1234)
1368:
1.185 moko 1369: 2023-11-26 moko
1370:
1371: * tests/: 274.html, results/224.processed, results/274.processed:
1372: tests for date double, int, bool added (related to feature #1235)
1373:
1374: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1375: added for date class (implements feature #1235)
1376:
1377: 2023-11-23 moko
1378:
1379: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1380: and '-' strings are no longer can be treated as number 0,
1381: exception thrown (fixes bug #1234)
1382:
1.184 moko 1383: 2023-11-18 moko
1384:
1385: * src/include/pa_types.h: minor
1386:
1387: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1388:
1389: * tests/: 389.html, results/389.processed: error messages for some
1390: OS differs a bit, reducing failing tests for them
1391:
1392: 2023-11-17 moko
1393:
1394: * tests/: 423.html, results/423.processed: test for optional
1395: @auto[] inheritance added (related to feature #1233)
1396:
1397: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1398: types/pa_vstateless_class.C: optional @auto[] inheritance
1399: implemented if defined with two args (path, class name)
1400: (implements feature #1233)
1401:
1402: * src/: classes/double.C, classes/int.C, classes/math.C,
1403: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1404: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1405: sync double->int overflow behavour under different architectures
1406: (fixes bug #1232)
1407:
1408: * tests/: 422.html, results/422.processed: int clipping added
1409:
1410: 2023-11-16 moko
1411:
1412: * tests/: 422.html, results/422.processed: test for int and uint
1413: overflow in ^n.format[d/u/x]
1414:
1415: * src/classes/math.C: bugfix: crc32 should not be negative (under
1416: Apple M1 when negative double converts to uint the result is 0)
1417: and crc32 should be 32 bits
1418:
1419: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1420: on Apple M1 it's 0
1421:
1422: * src/classes/file.C: bugfix: crc32 should not be negative (under
1423: Apple M1 when negative double converts to uint the result is 0)
1424: and crc32 should be 32 bits
1425:
1.183 moko 1426: 2023-10-07 moko
1427:
1428: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1429: behavour with other OP_NUM_*, related to bug #1230
1430:
1431: 2023-10-06 moko
1432:
1433: * tests/: 338.html, results/338.processed: test for bug #1230 added
1434:
1435: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1436: be converted to double to avoid 80 bit operations in x87 mode
1437: (fixes bug #1230)
1438:
1439: 2023-10-05 moko
1440:
1441: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1442: compatibility
1443:
1444: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1445:
1446: * tests/: 421.html, results/421.processed: test to cover all
1447: classes and objects nonexistent method and field exceptions
1448: (related to feature #1080 and #1227)
1449:
1450: * tests/results/: 182.processed, 324.processed: undefined method ->
1451: <type> method not found exception (related to feature #1080)
1452:
1453: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1454: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1455: "element can not be fetched from" for them, "field not found" for
1456: all other types (related to bug #1227)
1457:
1458: 2023-10-03 moko
1459:
1460: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1461: <type> method not found" exception now thrown for static calls
1462: instead of "undefined method" without class name (related to
1463: feature #1080)
1464:
1465: 2023-10-02 moko
1466:
1467: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1468: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1469: <method name>, Comment: <type> method not found" exception now
1470: thrown for all dynamic objects instead of "undefined method"
1471: without class name (implements feature #1080)
1472:
1.182 moko 1473: 2023-10-01 moko
1474:
1475: * src/classes/json.C: we don't have a dynamic json object.
1476:
1477: 2023-09-28 moko
1478:
1479: * tests/: 420.html, results/261.processed, results/420.processed:
1480: tests updated after bug #1228 fix reverted
1481:
1482: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1483: whitespace string is hash compatible, so we don't want $s.key to
1484: return a junction
1485:
1486: * tests/: 261.html, 420.html, results/261.processed,
1487: results/420.processed: test for bug #1227 added, test updated
1488: after bug #1228 fixed
1489:
1490: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1491: now throws exception as $non-empty-string.field (fixes bug #1227)
1492:
1493: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1494: #1228)
1495:
1496: 2023-09-26 moko
1497:
1498: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1499: src/classes/classes.C, src/classes/classes.awk,
1500: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1501: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1502: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1503: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1504: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1505: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1506: src/classes/regex.C, src/classes/response.C,
1507: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1508: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1509: src/include/pa_array.h, src/include/pa_base64.h,
1510: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1511: src/include/pa_charsets.h, src/include/pa_common.h,
1512: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1513: src/include/pa_dictionary.h, src/include/pa_dir.h,
1514: src/include/pa_exception.h, src/include/pa_exec.h,
1515: src/include/pa_globals.h, src/include/pa_hash.h,
1516: src/include/pa_http.h, src/include/pa_memory.h,
1517: src/include/pa_opcode.h, src/include/pa_operation.h,
1518: src/include/pa_os.h, src/include/pa_pool.h,
1519: src/include/pa_random.h, src/include/pa_request.h,
1520: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1521: src/include/pa_sapi.h, src/include/pa_socks.h,
1522: src/include/pa_sql_connection.h,
1523: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1524: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1525: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1526: src/include/pa_table.h, src/include/pa_threads.h,
1527: src/include/pa_types.h, src/include/pa_uue.h,
1528: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1529: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1530: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1531: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1532: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1533: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1534: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1535: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1536: src/main/compile.tab.C, src/main/compile.y,
1537: src/main/compile_tools.C, src/main/compile_tools.h,
1538: src/main/execute.C, src/main/pa_base64.C,
1539: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1540: src/main/pa_charsets.C, src/main/pa_common.C,
1541: src/main/pa_dictionary.C, src/main/pa_dir.C,
1542: src/main/pa_exception.C, src/main/pa_exec.C,
1543: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1544: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1545: src/main/pa_request.C, src/main/pa_socks.C,
1546: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1547: src/main/pa_stylesheet_connection.C,
1548: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1549: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1550: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1551: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1552: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1553: src/targets/apache/mod_parser3_core.C,
1554: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1555: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1556: src/types/pa_method.h, src/types/pa_property.h,
1557: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1558: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1559: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1560: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1561: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1562: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1563: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1564: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1565: src/types/pa_vhash.C, src/types/pa_vhash.h,
1566: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1567: src/types/pa_vimage.C, src/types/pa_vimage.h,
1568: src/types/pa_vint.h, src/types/pa_vjunction.C,
1569: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1570: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1571: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1572: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1573: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1574: src/types/pa_vobject.h, src/types/pa_vregex.C,
1575: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1576: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1577: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1578: src/types/pa_vstateless_class.h,
1579: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1580: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1581: src/types/pa_vstring.h, src/types/pa_vtable.C,
1582: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1583: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1584: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1585: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1586: src/types/pa_wwrapper.h: copyright, authors actualized
1587:
1.181 moko 1588: 2023-08-20 moko
1589:
1590: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1591: commited (related to feature #1219)
1592:
1593: 2023-08-16 moko
1594:
1595: * src/main/pa_random.C: replaced clock precision with monotonicity
1596: counter, good for Windows version with low clock frequency
1597: (related to feature #1229)
1598:
1599: 2023-08-15 moko
1600:
1601: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1602: fixes related to feature #1229
1603:
1604: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1605: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1606: (implements feature #1229)
1607:
1.180 moko 1608: 2023-08-02 moko
1609:
1610: * tests/: results/417.processed, 417.html: test for empty string
1611: match after last char added (related to bug #1224)
1612:
1613: * src/main/pa_string.C: avoid prestart++ after last char on zero
1614: length match (related to bug #1224)
1615:
1.179 moko 1616: 2022-11-22 moko
1617:
1618: * tests/: 419.html, results/419.processed: test for L_URI and path
1619: removeal from filename added (related to bug #1204)
1620:
1621: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1622: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1623: attribute value, L_URI should be used
1624:
1.178 moko 1625: 2022-09-21 moko
1626:
1627: * src/targets/cgi/parser3.C: more clear error messages
1628:
1629: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1630: SAPI_Info will return 0 in read_post and post_size !=
1631: content_length will be thrown
1632:
1.177 moko 1633: 2022-08-23 moko
1634:
1635: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1636: header value
1637:
1638: 2022-08-22 moko
1639:
1640: * tests/: 418.html, results/418.processed: test for
1641: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1642: to #1225)
1643:
1644: * src/classes/hash.C: keep old behavoir by default
1645:
1646: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1647: $.order[self|arg] ] added (implements #1215)
1648:
1.176 moko 1649: 2022-03-21 moko
1650:
1651: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1652: xmlInitCharEncodingHandlers is called in libxml static
1653: initializers before gc_substitute_memory_management_functions in
1654: pa_globals and thus gc may not see reference to our
1655: xmlCharEncodingHandler and free it.
1656:
1.175 moko 1657: 2022-01-26 moko
1658:
1659: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1660:
1.174 moko 1661: 2021-12-28 moko
1662:
1663: * tests/: 417.html, results/417.processed: test for empty string
1664: match added (related to bug #1224)
1665:
1666: * src/main/pa_string.C: empty string match now works (fixes bug
1667: #1224)
1668:
1.173 moko 1669: 2021-12-24 moko
1670:
1671: * tests/: 415_dir/29.p, results/415.processed: yet another test
1672:
1673: 2021-12-23 moko
1674:
1675: * src/: classes/table.C, main/pa_request.C: warnings war
1676:
1677: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1678: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1679:
1680: 2021-12-21 moko
1681:
1682: * tests/: 416.html, results/416.processed: test for ^break[] in
1683: ^hash/table.select[] (related to feature #1222)
1684:
1685: * src/classes/: hash.C, table.C: ^break[] support for
1686: ^hash/table.select[] (implements feature #1222)
1687:
1.172 moko 1688: 2021-11-30 moko
1689:
1690: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1691: 0.5 sec
1692:
1.171 moko 1693: 2021-11-10 moko
1694:
1695: * tests/results/415.processed: more syntax errors tests added
1696:
1697: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1698: 28.p: minor syntax error tests
1699:
1700: * src/main/pa_exception.C: pa_strdup added for compatibility
1701:
1702: * src/classes/curl.C: hint to call ^curl:options[
1703: $.library[correct.libcurl.so.name] ] added if default load fails.
1704:
1705: 2021-11-09 moko
1706:
1707: * src/main/compile.y: error message can be on stack
1708:
1709: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1710:
1711: * src/main/pa_charset.C: memcpy is more correct and efficient in
1712: this case then strncpy
1713:
1714: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1715: instead of strcpy where possible
1716:
1717: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1718: used to avoid MAX_STRING limit in Exception comment
1719:
1720: * tests/results/415.processed: compiler exceptions are no longer
1721: limited to MAX_STRING
1722:
1723: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1724: char * instead of fixed buffer
1725:
1726: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1727: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1728: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1729: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1730: results/415.processed: tests for parser.compile exceptions added
1731:
1732: 2021-11-08 moko
1733:
1734: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1735: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1736: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1737: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1738: drawbacks
1739:
1.170 moko 1740: 2021-11-06 moko
1741:
1742: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1743: (implements feature #1219)
1744:
1745: * tests/: 414.html, results/414.processed: test for
1746: ^hash.rename[from;to] added (related to feature #1144)
1747:
1748: 2021-11-05 moko
1749:
1750: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1751: (related to feature #1144)
1752:
1753: 2021-11-04 moko
1754:
1755: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1756: added (implements feature #1144)
1757:
1.169 moko 1758: 2021-10-19 moko
1759:
1760: * tests/: 413.html, results/413.processed: test for hash no longer
1761: is accepted as file parameter (related to bug #1218)
1762:
1763: * src/: classes/curl.C, classes/file.C, classes/image.C,
1764: classes/math.C, classes/xdoc.C, types/pa_value.C,
1765: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1766: longer is accepted as file parameter (fixes bug #1218)
1767:
1.168 moko 1768: 2021-07-19 moko
1769:
1770: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1771: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1772:
1.167 moko 1773: 2021-04-16 moko
1774:
1775: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1776: processing it leads to assertions.
1777:
1.166 moko 1778: 2021-03-25 moko
1779:
1780: * tests/: 412.html, results/412.processed: test to demonstrate bug
1781: #1213
1782:
1.165 moko 1783: 2021-02-12 moko
1784:
1785: * tests/: 360.html, results/360.processed, results/363.processed:
1786: parser method call in expression mode no longer differs from call
1787: in string mode (related to feature #1211)
1788:
1789: 2021-02-11 moko
1790:
1791: * src/types/pa_vmail.C: mail parsing with Windows line endings
1792: fixed (bug #1212)
1793:
1794: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1795: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1796: strings in both calls (implements feature #1211)
1797:
1.164 moko 1798: 2021-01-28 moko
1799:
1800: * buildall, etc/auto.p.in: to remove last patch in debian package
1801:
1802: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1803: 3.4.7b
1804:
1.162 moko 1805: 2021-01-21 moko
1806:
1807: * src/main/pa_http.C: no alarm() in file::load when web server mode
1808: is MULTITHREADED
1809:
1.157 moko 1810: 2021-01-20 moko
1811:
1.161 moko 1812: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1813: 'a2enmod mpm_prefork'
1814:
1.160 moko 1815: * src/targets/apache/mod_parser3.c: prefork name is now
1816: 'libapache2-mpm-itk'
1817:
1818: * src/targets/apache/mod_parser3_core.C: last regular malloc
1819: removed
1820:
1.159 moko 1821: * src/targets/isapi/Makefile.am: -pa_threads.C
1822:
1.158 moko 1823: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1824: 3.4.6
1825:
1.157 moko 1826: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1827:
1828: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1829: /httpd.p
1830:
1831: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1832: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1833: #1203)
1834:
1835: 2021-01-19 moko
1836:
1837: * buildall: --disable-parallel-mark added to avoid "number of
1838: processors" threads creation for heap marking as it conflicts
1839: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1840: limits threads)
1841:
1.156 moko 1842: 2021-01-16 moko
1843:
1844: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1845: main/pa_globals.C, main/pa_memory.C,
1846: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1847: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1848: feature #1209)
1849:
1850: 2021-01-15 moko
1851:
1852: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1853: 3.4.6rc
1854:
1855: * src/classes/json.C: get_delim added for delimiter caching (10%
1856: faster on large json)
1857:
1858: 2021-01-14 moko
1859:
1.211 moko 1860: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1861:
1862: * tests/results/224.processed: test result modified after
1863: today(shift) implemented
1864:
1865: * tests/: 407.html, results/407.processed: test for ^hash.select
1866: option $.default(bool) added (related to feature #1172)
1867:
1868: * src/classes/hash.C: ^hash.select option $.default(bool) added
1869: (related to feature #1172)
1870:
1871: * tests/: 141.html, results/141.processed: test modified for
1872: feature #1185.
1873:
1874: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1875: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1876: options $.lower(bool) (implements feature #1185)
1877:
1878: 2021-01-11 moko
1879:
1880: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1881: #1192)
1882:
1883: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1884: added (related to feature #1192)
1885:
1.155 moko 1886: 2021-01-05 moko
1887:
1888: * tests/: 270.html, results/270.processed: test modified to work
1889: under Windows
1890:
1891: * tests/: 390.html, 395.html, results/395.processed: tests updated
1892: 4 windows
1893:
1894: * tests/: 410.html, results/410.processed: test for
1895: $CLASS-GETTER-PROTECTED(false) added
1896:
1897: 2021-01-04 moko
1898:
1899: * tests/: 409.html, results/409.processed, results/auto.p: test for
1900: $MAIN:LOCALS(true) added
1901:
1.154 moko 1902: 2021-01-03 moko
1903:
1904: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1905: types/pa_vclass.h, types/pa_vstateless_class.C,
1906: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1907: +LOCALS. $main -> $MAIN in exception texts (implements feature
1908: #1207)
1909:
1910: 2021-01-02 moko
1911:
1912: * etc/auto.p.in: minor
1913:
1914: * src/main/pa_request.C: sending headers only after opening file to
1915: allow error reporting if file was not opened (foreign group,
1916: etc).
1917:
1918: 2020-12-31 moko
1919:
1920: * src/: include/pa_request.h, main/pa_request.C,
1921: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1922:
1923: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1924: main/pa_request.C: get_class_ref added and used
1925:
1926: * etc/auto.p.in: @CLASS httpd added
1927:
1928: * etc/auto.p.in: @auto[] is now first
1929:
1930: 2020-12-30 moko
1931:
1932: * tests/: 408.html, results/408.processed: test for bug #1166
1933: (windows only) added
1934:
1935: * src/main/pa_common.C: create_dir_for_file should not create dir
1936: for trailing / (fixes bug #1166)
1937:
1938: * tests/: 341.html, results/341.processed: tests for
1939: ^nameless_table.hash[] added (related to feature #1138)
1940:
1941: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1942: (implements feature #1138), extra fields in named tables no
1943: longer ignored (implements feature #1138)
1944:
1945: * tests/results/390.processed: updated after exception text change
1946:
1947: 2020-12-29 moko
1948:
1949: * tests/: 407.html, results/407.processed: +$._default check
1950:
1951: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1952:
1953: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1954: and ^hash.reverse[] added (releated to feature #1172)
1955:
1956: * src/classes/hash.C:
1957: ^hash.select[key;value](bool-condition)[options hash] +
1958: ^hash.reverse[] added (implements feature #1172)
1959:
1960: * src/types/pa_vtable.h: warning war
1961:
1962: * src/include/pa_config_fixed.h: win32 fix
1963:
1.153 moko 1964: 2020-12-27 moko
1965:
1966: * tests/: 406.html, results/406.processed: test results updated
1967:
1968: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1969: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1970: spelling
1971:
1972: 2020-12-26 moko
1973:
1974: * tests/: 406.html, results/406.processed: tests for
1975: ^table.rename[] added (related to feature #1148)
1976:
1977: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1978: ^table.rename[column name from;column name to], ^table.rename[
1979: $.[column name from][column name to] ... ] added (implements
1980: feature #1148)
1981:
1982: 2020-12-25 moko
1983:
1984: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1985: request_info now on stack to avoid yet another THREAD_LOCAL
1986: memory deallocation issue (now with cookies), explained in #1203
1987:
1988: * src/types/pa_vcookie.C: fields should be inited
1989:
1990: 2020-12-24 moko
1991:
1992: * src/include/pa_stylesheet_connection.h: looks like
1993: xsltFreeStylesheet leads to memory double-free. If so, it's for
1994: sure libxml bug, but we have GC anyway, so we just remove this
1995: call and see...
1996:
1997: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1998: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1999: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2000: abort.c:65:8 frame #3: 0x00000000004da663
2001: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2002: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2003: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2004: malloc.c:617:9 frame #5: 0x0000000000577f0c
2005: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2006: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2007: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2008: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2009: frame #8: 0x000000000050d35c
2010: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2011: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2012: frame #10: 0x00000000004436e5
2013: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2014: [inlined]
2015: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2016: pa_stylesheet_connection.h:62:3
2017:
2018: 2020-12-23 moko
2019:
2020: * src/classes/image.C: ^image::measure[; $.video() ] option added
2021:
2022: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2023: ^image::measure[; $.video(true) ] added
2024:
2025: * src/main/pa_exec.C: not cleared automatically in multithreaded
2026: httpd mode for unknown reasons
2027:
2028: 2020-12-22 moko
2029:
2030: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2031: error_log uri of currently processed document", but never used
2032: and conflicts with how libgc stops threads on FreeBSD (#define
2033: SIG_SUSPEND SIGUSR1), thus removed.
2034:
2035: 2020-12-21 moko
2036:
2037: * src/main/pa_request.C: +comment
2038:
1.151 moko 2039: 2020-12-20 moko
2040:
1.152 moko 2041: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2042: it is more safe to have versions of pa_strdup with one and two
2043: arguments, as helper_length=0 not always mean that strlen()
2044: should be called, but means zero.
2045:
2046: * src/targets/isapi/parser3isapi.C: minor
2047:
2048: * src/main/pa_http.C: +valid_http_method
2049:
1.151 moko 2050: * src/: include/pa_http.h, main/pa_http.C,
2051: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2052:
2053: 2020-12-17 moko
2054:
2055: * tests/: 405.html, results/405.processed: test for split by regex
2056: added (related to feature #1160)
2057:
2058: * src/classes/string.C: split by regex implemented (feature #1160)
2059:
2060: * src/classes/string.C: minor
2061:
2062: * tests/: 404.html, results/404.processed: test for whitespace
2063: string is now OK for table argument (related to feature #1169)
2064:
2065: * src/: classes/image.C, classes/string.C, classes/table.C,
2066: types/pa_vmethod_frame.C: whitespace string is now OK for table
2067: argument (as with hash) (implements feature #1169)
2068:
2069: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2070: limit for comment (fixes bug #1102)
2071:
2072: * src/targets/cgi/parser3.C: +HAVE_TLS check
2073:
2074: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2075:
2076: * src/include/pa_config_includes.h: HAVE_TLS used
2077:
2078: * configure.ac: +TLS check
2079:
2080: * src/main/pa_http.C: content logging added
2081:
2082: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2083: clear_response_headers added
2084:
2085: 2020-12-16 moko
2086:
2087: * buildall: as we now use threads, libatomic_ops still required for
2088: some OS.
2089:
2090: * src/main/pa_request.C: whitespace
2091:
2092: * src/: include/pa_request.h, main/pa_request.C:
2093: Request::Exception_trace::table extracted and used
2094:
2095: * src/main/pa_request.C: moving output_result call outside of try
2096: as network exceptions should not be handled by parser code
2097:
2098: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2099: logging network exchange
2100:
2101: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2102: via network if it was network write error.
2103:
2104: * src/targets/cgi/parser3.C: log -> pa_log
2105:
2106: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2107:
2108: * src/main/pa_threads.C: getpid() if no gettid() found
2109:
2110: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2111: we need to ignore "void" connections from browsers (browsers open
2112: connections in advance and they will be empty if user does not
2113: request more pages)
2114:
2115: 2020-12-15 moko
2116:
2117: * src/targets/cgi/parser3.C: avoid previous uri in logs
2118:
2119: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2120: RequestController not needed in httpd mode
2121:
2122: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2123: classes/classes.h, classes/curl.C, classes/date.C,
2124: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2125: classes/hashfile.C, classes/image.C, classes/inet.C,
2126: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2127: classes/memcached.C, classes/memory.C, classes/op.C,
2128: classes/reflection.C, classes/regex.C, classes/response.C,
2129: classes/string.C, classes/table.C, classes/void.C,
2130: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2131: include/pa_array.h, include/pa_base64.h,
2132: include/pa_cache_managers.h, include/pa_charset.h,
2133: include/pa_charsets.h, include/pa_common.h,
2134: include/pa_config_fixed.h, include/pa_config_includes.h,
2135: include/pa_dictionary.h, include/pa_dir.h,
2136: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2137: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2138: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2139: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2140: include/pa_request_charsets.h, include/pa_request_info.h,
2141: include/pa_sapi.h, include/pa_socks.h,
2142: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2143: include/pa_stack.h, include/pa_string.h,
2144: include/pa_stylesheet_connection.h,
2145: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2146: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2147: include/pa_uue.h, include/pa_xml_exception.h,
2148: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2149: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2150: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2151: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2152: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2153: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2154: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2155: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2156: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2157: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2158: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2159: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2160: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2161: main/pa_sql_driver_manager.C, main/pa_string.C,
2162: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2163: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2164: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2165: main/untaint.C, sql/pa_sql_driver.h,
2166: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2167: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2168: targets/isapi/parser3isapi.C, types/pa_junction.h,
2169: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2170: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2171: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2172: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2173: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2174: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2175: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2176: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2177: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2178: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2179: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2180: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2181: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2182: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2183: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2184: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2185: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2186: types/pa_vstateless_object.h, types/pa_vstatus.C,
2187: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2188: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2189: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2190: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2191: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2192:
2193: * src/main/pa_request.C: old compilers support
2194:
2195: * tests/: 362.html, results/362.processed: test updated after
2196: changes after upgrade to libxml2-2.9.9 were made (related to bug
2197: #1108)
2198:
2199: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2200: removed, as xsltFreeStylesheet has side effects on original doc.
2201: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2202: not updated after xdoc modification (part 3 of test 362).
2203: (related to bug #1108)
2204:
2205: * src/targets/isapi/parser3isapi.C: +pa_strcat
2206:
2207: * src/: classes/memory.C, include/pa_memory.h,
2208: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2209: PA_GC_GCOLLECT used
2210:
2211: * src/include/pa_memory.h: +PA_GC_COLLECT
2212:
2213: * src/targets/cgi/parser3.C: msvs support fixes
2214:
2215: * src/lib/gc/include/gc.h: more cleanup
2216:
2217: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2218:
2219: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2220: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2221:
2222: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2223:
2224: * configure.ac: pthread.h added to checked headers
2225:
2226: * src/classes/table.C: string stream is back :)
2227:
2228: * src/classes/memory.C: GC_generate_random_backtrace no longer
2229: exists
2230:
2231: * src/main/pa_globals.C: GC_dont_gc replaced
2232:
2233: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2234: left to simplify adding new functions. depricated GC_dont_gc
2235: replaced with GC_disable and GC_enable calls.
2236:
2237: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2238: CORD_from_file* not used and thus removed
2239:
2240: * src/lib/gc/include/gc_allocator.h: minor cleanup
2241:
2242: 2020-12-14 moko
2243:
2244: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2245: referenced elsewhere, or GC will collect it.
2246:
2247: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2248: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2249: elsewhere, or GC will collect them (and we'll get GPF in
2250: multithreaded enviroment). May be it can be also fixed by some
2251: GC call, not sure. But this fix costs nothing (but hours of
2252: debugging to find the issue :).
2253:
1.150 moko 2254: 2020-12-11 moko
2255:
2256: * configure.ac: gettid() check added
2257:
2258: * src/main/pa_threads.C: HAVE_GETTID used
2259:
2260: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2261:
2262: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2263: version for isapi/cgi/apache
2264:
2265: * buildall: threads are now required.
2266:
2267: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2268: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2269: main/main.vcproj: pa_threads.C moved to main
2270:
2271: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2272: isapi/pa_threads.C: pa_threads.C moved to main
2273:
2274: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2275: targets/apache/Makefile.am: pa_threads.C moved to main
2276:
2277: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2278:
2279: * src/: include/pa_stylesheet_connection.h,
2280: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2281: and weird GPF in multithreaded httpd is gone
2282:
2283: * src/include/: pa_stylesheet_connection.h,
2284: pa_sql_driver_manager.h: whitespace
2285:
2286: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2287:
2288: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2289: main/pa_stylesheet_manager.C: whitespace, warning war
2290:
2291: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2292: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2293: parser_multithreaded never used
2294:
2295: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2296:
2297: 2020-12-10 moko
2298:
2299: * src/: include/pa_config_includes.h, include/pa_http.h,
2300: main/pa_http.C, targets/cgi/parser3.C: initial support for
2301: MULTITHREADED and PARALLEL httpd server modes
2302:
2303: * src/main/pa_globals.C: GC_java_finalization is depricated
2304:
2305: 2020-12-09 moko
2306:
2307: * etc/auto.p.in: + @httpd-main
2308:
2309: * src/: include/pa_common.h, main/pa_request.C,
2310: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2311: work
2312:
2313: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2314: slow file_read_binary no longer used, send_range added
2315:
2316: 2020-12-08 moko
2317:
2318: * src/main/pa_request.C: >4Gb support
2319:
2320: * src/targets/cgi/parser3.C: msvc warning war
2321:
2322: * src/: include/pa_config_includes.h, main/pa_http.C,
2323: main/pa_request.C: msvc warnings war
2324:
2325: * src/classes/image.C: warning war
2326:
2327: * src/classes/table.C: MSVC warning war
2328:
2329: * src/targets/cgi/parser3.C: msvc warnings war
2330:
2331: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2332: added
2333:
1.149 moko 2334: 2020-12-07 moko
2335:
1.150 moko 2336: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2337: avoid logging beside system-wide auto.p
2338:
2339: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2340:
2341: * configure, configure.ac, src/include/pa_config_auto.h.in:
2342: configure options added:
2343:
2344: --with-system-cfg=FILE to specify system-wide auto.p
2345: --with-system-log=FILE to specify system-wide parser3.log
2346:
2347: * Makefile.am: bin no longer exists
2348:
2349: * configure, configure.ac: auto.p moved to etc to simplify debian
2350: package
2351:
2352: * buildall: auto.p and parser3.charsets moved to their default
2353: location after install
2354:
2355: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2356:
2357: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2358:
1.149 moko 2359: * src/targets/cgi/parser3.C: locate_config call returned to
2360: original place as it requires pa_thread_request() under Windows
2361:
2362: * src/targets/cgi/parser3.C: renaming
2363:
2364: 2020-12-06 moko
2365:
2366: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2367: check added
2368:
2369: 2020-12-04 moko
2370:
2371: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2372: main/pa_request.C: unified uint64_t lseek implemented to support
2373: >4Gb files under x86, including Windows
2374:
2375: 2020-12-02 moko
2376:
2377: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2378: with max_file_size
2379:
2380: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2381: support for processing files sized >4Gb on 32 bit planforms
2382:
2383: * tests/399.html: file moved
2384:
2385: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2386:
2387: * src/targets/cgi/pa_sapi_info.h: warning war
2388:
2389: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2390: warning war
2391:
2392: 2020-12-01 moko
2393:
2394: * src/classes/image.C: mp4 extended size (>4Gb) support added
2395:
2396: * src/classes/image.C: for "size not found" exception to be shown
2397: if size not found until eof
2398:
2399: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2400: bit linux)
2401:
2402: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2403: #1188)
2404:
2405: 2020-11-30 moko
2406:
2407: * src/classes/image.C: definitions moved closer to code
2408:
2409: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2410: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2411: 395_dir/3_VP8X.webp, results/395.processed,
2412: results/396.processed: tests for ^image::measure[] .webp support
2413: added, all image files moved into one directory (related to
2414: feature #1188)
2415:
2416: * src/classes/image.C: ^image::measure[] now supports webp (feature
2417: #1188)
2418:
1.148 moko 2419: 2020-11-29 moko
2420:
2421: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2422: processing, unnessesary defines removed
2423:
2424: 2020-11-24 moko
2425:
2426: * tests/results/: 099.processed, 100.processed, 205.processed,
2427: 309.processed, 310.processed: Content-Disposition: inline
2428: returned
2429:
2430: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2431: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2432: ] added (related to bug #1204)
2433:
2434: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2435: ] supported to avoid Content-Disposition: inline;
2436: filename="<file>.ext" but still set Content-Type for ext (related
2437: to bug #1204)
2438:
1.147 moko 2439: 2020-11-22 moko
2440:
2441: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2442: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2443:
2444: * src/main/pa_request.C: content_disposition_inline returned.
2445:
2446: 2020-11-17 moko
2447:
2448: * src/main/pa_request.C: empty main method name support
2449:
2450: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2451: config_handler added, stdout flush added.
2452:
2453: 2020-11-16 moko
2454:
2455: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2456:
2457: * tests/results/: 099.processed, 205.processed, 237.processed,
2458: 309.processed, 310.processed: Content-Disposition: inline is not
2459: required and should not contain filename="<name>"
2460:
2461: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2462: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2463: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2464:
1.146 moko 2465: 2020-11-14 moko
2466:
2467: * src/targets/cgi/parser3.C: spelling
2468:
2469: * src/targets/cgi/parser3.C: renaming
2470:
2471: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2472: relocated
2473:
2474: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2475: before request processing, which is weired
2476:
2477: 2020-11-13 moko
2478:
2479: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2480: copied in httpd.
2481:
2482: 2020-11-12 moko
2483:
2484: * src/main/pa_http.C: ALARM code unified to be used in httpd
2485:
2486: * src/: include/pa_request.h, main/pa_request.C,
2487: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2488:
2489: * src/main/pa_http.C: URI validation added
2490:
2491: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2492: can't be empty but can be null. httpd-main is now main method
2493: name for httpd mode
2494:
2495: 2020-11-11 moko
2496:
2497: * src/main/pa_request.C: path_translated can be null in httpd mode
2498:
2499: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2500: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2501: classes/xdoc.C, include/pa_request.h, main/execute.C,
2502: main/pa_request.C: r.absolute -> r.full_disk_path
2503:
2504: * src/targets/cgi/parser3.C: if filename to process is not
2505: specified, auto.p should be present.
2506:
1.145 moko 2507: 2020-11-03 moko
2508:
2509: * src/: classes/op.C, include/pa_request.h: unused argument removed
2510:
2511: * src/main/pa_request.C: content_disposition_inline is the default,
2512: not required.
2513:
1.144 moko 2514: 2020-10-29 moko
2515:
2516: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2517: ^use[file; $.main(true) ] implemented for auto.p processing and
2518: path_translated changing to correct relative files path
2519: calculation in httpd mode
2520:
2521: * src/: include/pa_request.h, main/pa_request.C:
2522: fail_on_read_problem removed, as it allways true, as if should
2523: be.
2524:
2525: * src/: include/pa_request.h, main/pa_request.C,
2526: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2527: targets/isapi/parser3isapi.C: clearing config_filespec when
2528: config was not found, thus flag not required and removed.
2529:
2530: 2020-10-28 moko
2531:
2532: * tests/: 402.html, results/402.processed: error reporting test
2533:
2534: * src/main/execute.C: better error reporting when
2535: $result[^hash::create[]] in @main.
2536:
2537: * src/main/: execute.C, pa_request.C: frame.result() should be used
2538: + minor optimization
2539:
2540: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2541: main/pa_xml_io.C: execute_*_method simplified and unified
2542:
2543: 2020-10-27 moko
2544:
2545: * tests/: 306.html, results/306.processed: a bit more testing. :)
2546:
2547: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2548: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2549: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2550: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2551: types/pa_vmethod_frame.h, types/pa_vobject.C,
2552: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2553: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2554: longer used in object-prototype mode
2555:
2556: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2557: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2558: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2559: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2560: $form:name[value] features
2561:
1.143 moko 2562: 2020-10-18 moko
2563:
2564: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2565:
2566: 2020-10-15 moko
2567:
2568: * src/main/pa_http.C: url no longer needed as
2569: ALTER_EXCEPTION_SOURCE is used
2570:
2571: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2572: main/pa_http.C: check_file_size filespec is now optional
2573:
2574: * src/: classes/curl.C, include/pa_exception.h,
2575: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2576: ALTER_EXCEPTION_COMMENT added for better error reporting
2577:
2578: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2579: results/346-curl.processed, results/379-curl.processed,
2580: results/379.processed: test results updated as load now provides
2581: better error reporting + curl responses updated
2582:
2583: 2020-10-14 moko
2584:
2585: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2586: main/pa_string.C, targets/apache/mod_parser3_core.C,
2587: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2588: checked. 10 is now default base, no hex autodetect by default
2589:
2590: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2591: connection socket closing in destructor + accept exception
2592: handling
2593:
2594: * src/targets/cgi/parser3.C: warning war
2595:
2596: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2597: main/pa_request.C, targets/apache/mod_parser3_core.C,
2598: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2599: exception handling unified
2600:
2601: 2020-10-13 moko
2602:
2603: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2604: autodetection
2605:
2606: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2607:
2608: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2609:
2610: * src/main/pa_http.C: warning war
2611:
1.142 moko 2612: 2020-10-12 moko
2613:
1.143 moko 2614: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2615: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2616: unhandled exception code optimization
2617:
2618: * src/targets/cgi/parser3.C: request_info now global variable
2619:
2620: * src/main/pa_http.C: http_read_response moved to HTTP_response
2621: class
2622:
2623: * src/: include/pa_http.h, main/pa_http.C,
2624: targets/cgi/pa_sapi_info.h: read_post implemented
2625:
1.142 moko 2626: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2627: [host:]port syntax support in httpd mode
2628:
2629: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2630: targets/cgi/parser3.C: populate_env added
2631:
2632: * src/include/pa_hash.h: to make get(char *) compiling in
2633: HashStringString
2634:
2635: 2020-10-10 moko
2636:
2637: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2638: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2639:
2640: * src/: include/pa_http.h, include/pa_request_info.h,
2641: main/pa_http.C, main/pa_string.C,
2642: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2643: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2644: types/pa_vrequest.C: initial httpd mode implementation
2645:
1.141 moko 2646: 2020-10-04 moko
2647:
2648: * src/targets/cgi/parser3.C: options together
2649:
2650: 2020-09-30 moko
2651:
2652: * src/main/pa_http.C: renamed
2653:
1.140 moko 2654: 2020-08-14 moko
2655:
2656: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2657: src/targets/cgi/Makefile.am: no httpd as separate library
2658:
2659: 2020-08-13 moko
2660:
2661: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2662: unhandled exception handler to report 500 instead of 200 it was
2663: before.
2664:
2665: * src/targets/apache/mod_parser3_core.C: minor cleanup
2666:
2667: * src/: include/pa_sapi.h, main/untaint.C,
2668: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2669: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2670: thus replaced with SAPI::die and removed
2671:
2672: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2673: cgi/parser3.C: whitespace
2674:
2675: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2676:
2677: 2020-08-12 moko
2678:
2679: * src/targets/cgi/parser3.C: duplicate info in signal logging
2680: removed, whitespace was: SIGPIPE received while executing code.
2681: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2682: cl=0]
2683:
2684: * parser3.sln: + httpd.vcproj
2685:
2686: 2020-08-11 moko
2687:
2688: * src/targets/cgi/Makefile.am: +libhttpd
2689:
2690: * configure.ac, src/lib/Makefile.am: +libhttpd
2691:
1.139 moko 2692: 2020-07-13 moko
2693:
2694: * tests/: 401.html, results/401.processed: test for hash key does
2695: not keep language, but tainted in foreach.
2696:
1.138 moko 2697: 2020-07-01 moko
2698:
2699: * tests/: 235.html, results/235.processed: test result updated as
2700: messages before attachments implemented (feature #1176)
2701:
1.137 moko 2702: 2020-06-27 moko
2703:
2704: * tests/: 400.html, results/400.processed: test updated to check
2705: ^return{code}
2706:
2707: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2708: fixed
2709:
2710: 2020-06-26 moko
2711:
2712: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2713: added (related to https://www.parser.ru/forum/?id=85319)
2714:
2715: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2716: when $result assignment was last statement in the method
2717: (https://www.parser.ru/forum/?id=85319)
2718:
1.136 moko 2719: 2020-05-23 moko
2720:
2721: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2722: whitespace, unused level removed
2723:
2724: 2020-05-19 moko
2725:
2726: * src/types/pa_vmail.C: whitespace
2727:
2728: * src/types/pa_vmail.C: files should be processed last (related to
2729: feature #1176)
2730:
1.135 moko 2731: 2020-05-12 moko
2732:
2733: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2734: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2735:
2736: * configure.ac: FreeBSD1X.X check added to avoid
2737: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2738:
1.134 moko 2739: 2020-02-26 moko
2740:
2741: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2742: compilation issue (related to bug #1201)
2743:
2744: * src/main/pa_common.C: entry_readable -> entry_exists,
2745: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2746: -f and -d now works under Windows in UTF-8 with Russian
2747: filenames.
2748:
2749: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2750: advice (related to feature #1199)
2751:
2752: 2020-02-25 moko
2753:
2754: * buildall: --silent removed
2755:
2756: * configure.ac: gmime-3.0 support
2757:
2758: * buildall: --with-system-mailreceive option added to build with
2759: system libgmime
2760:
2761: * src/types/pa_vmail.C: avoiding
2762: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2763: to feature #1199)
2764:
1.133 moko 2765: 2020-02-18 moko
2766:
2767: * src/classes/op.C: windows x64 debug mode compile fix
2768:
2769: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2770: change (releated to feature #1200)
2771:
2772: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2773: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2774: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2775: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2776: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2777: targets/apache/ApacheModuleParser3.vcproj,
2778: targets/apache/ApacheModuleParser3Core.vcproj,
2779: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2780: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2781: dependency (related to feature #1200)
2782:
1.132 moko 2783: 2020-02-12 moko
2784:
2785: * src/types/pa_vmail.C: minimize diff
2786:
2787: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2788: #1199)
2789:
1.131 moko 2790: 2020-01-18 moko
2791:
2792: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2793:
1.130 moko 2794: 2019-12-28 moko
2795:
2796: * src/targets/cgi/parser3.C: avoid empty ?
2797:
2798: 2019-12-27 moko
2799:
2800: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2801: DOCUMENT_ROOT (related to feature #1164)
2802:
2803: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2804: fcgiwrap setup (implements feature #1164)
2805:
2806: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2807: but no issues found (related to feature #1164)
2808:
2809: * src/targets/cgi/parser3.C: actualized
2810:
2811: 2019-12-26 moko
2812:
2813: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2814: removed
2815:
2816: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2817: removed
2818:
2819: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2820: allocation errors, we don't want default gc warnings (without
2821: timestamp and URI).
2822:
2823: * src/: classes/memory.C, main/pa_globals.C,
2824: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2825: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2826: pa_globals_init
2827:
2828: * src/main/pa_globals.C: setup_hex_value() removed, static array
2829: initialization used (optimization)
2830:
2831: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2832: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2833: pa_socks_init/pa_socks_done moved inside pa_globals_init
2834: (optimization)
2835:
1.129 moko 2836: 2019-12-09 moko
2837:
2838: * src/include/pa_config_fixed.h: warning war
2839:
1.128 moko 2840: 2019-12-08 moko
2841:
2842: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2843: process grammar under Unix.
2844:
2845: 2019-12-07 moko
2846:
2847: * tests/389.html: For Windows XP. :)
2848:
2849: * tests/388-sql.html: Windows compatibility added
2850:
2851: 2019-12-06 moko
2852:
2853: * src/targets/cgi/parser3.C: warning war
2854:
2855: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2856: == sizeof(CORD)) to avoid aligning bugs in future
2857:
2858: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2859: XML_STATIC
2860:
2861: * src/include/pa_request.h: StackItem() not required
2862:
2863: * src/include/pa_stack.h: warning war
2864:
2865: * src/include/pa_config_includes.h: GCC warning silenced
2866:
2867: * src/include/pa_memory.h: warning war: the program should also
2868: define 'void operator delete [](void*, std::size_t)'
2869: [-Wsized-deallocation]
2870:
2871: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2872:
2873: * src/classes/string.C: not reqired cast removed
2874:
2875: * src/classes/string.C: not reqired cast removed
2876:
2877: 2019-12-05 moko
2878:
2879: * src/lib/sdbm/pa_file_io.C: warning war
2880:
2881: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2882: enum Language : size_t - required for VS2015+ to make
2883: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2884: without it (related to feature #1198)
2885:
2886: 2019-12-04 moko
2887:
2888: * src/main/pa_base64.C: unsigned char -> uchar
2889:
2890: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2891: as other libs
2892:
2893: * src/include/pa_version.h: +amd64
2894:
2895: 2019-12-03 moko
2896:
2897: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2898: release
2899:
2900: * src/include/pa_config_includes.h: warning war
2901:
2902: * src/classes/image.C: warning war
2903:
2904: * src/main/pa_globals.C: x64 libs support
2905:
2906: * src/include/pa_config_includes.h: warning war
2907:
2908: * src/types/pa_method.h: warning war
2909:
1.127 moko 2910: 2019-11-28 moko
2911:
2912: * src/classes/math.C: vs2003 compatibility + warning war
2913:
2914: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2915: libxml2-2.9.9 (related to feature #1136)
2916:
2917: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2918: typecast for more compatibility (related to feature #1136)
2919:
2920: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2921: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2922: feature #1136)
2923:
2924: 2019-11-26 moko
2925:
2926: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2927: removed (it was failing in $$var case), condition added
2928:
1.126 moko 2929: 2019-11-25 moko
2930:
2931: * tests/: 397.html, 399.html, results/141.processed,
2932: results/399.processed: base64 options tested
2933:
2934: * src/: classes/math.C, main/pa_http.C: base64 options used
2935:
2936: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2937: implemented (feature #986)
2938:
2939: * src/main/pa_cache_managers.C: whitespace
2940:
2941: * tests/: 397.html, 399.html, results/399.processed: tests for
2942: ^base64 encode options added (related to feature #986)
2943:
2944: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2945: pa_base64_encode(file) removed - more memory, but faster and less
2946: code (related fo feature #986)
2947:
2948: 2019-11-24 moko
2949:
2950: * tests/: 155.html, results/155.processed: limit and offset in
2951: ^table::load[] now supported, thus test added
2952:
2953: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2954: main/pa_common.C: optimization: offset and limit options parsing
2955: moved inside file_load.
2956:
2957: 2019-11-23 moko
2958:
2959: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2960: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2961: optimization: file_read replaced with simplified file_read_binary
2962:
2963: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2964: types/pa_vform.C: whitespace
2965:
2966: * src/: include/pa_common.h, main/pa_common.C: never used params
2967: removed
2968:
2969: 2019-11-21 moko
2970:
2971: * tests/: 193.html, results/193.processed, results/389.processed:
2972: test results updated as now base64 does not discard tail without
2973: padding (related to feature #986)
2974:
2975: 2019-11-20 moko
2976:
2977: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2978: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2979: pa_base64_decode (related to feature #986)
2980:
2981: * tests/398.html: tests for base64 decode added (related to feature
2982: #986)
2983:
2984: * src/main/pa_base64.C: base64_decode rewritten - padding option
2985: support, padding inside base 64 supported (related to feature
2986: #096)
2987:
2988: 2019-11-19 moko
2989:
2990: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2991: FreeBSD 12
2992:
1.125 moko 2993: 2019-11-16 moko
2994:
2995: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2996: support added, step support removed (related to #986)
2997:
2998: 2019-11-15 moko
2999:
3000: * src/classes/math.C: using log since log2 is not present on
3001: FreeBSD < 8.4 (related to feature #1177)
3002:
3003: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3004: pa_base64_size extracted and used for files as well (related to
3005: feature 986)
3006:
3007: 2019-11-14 moko
3008:
3009: * tests/: 397.html, results/397.processed: + content check
3010:
3011: * tests/: 141.html, results/141.processed: make test resuls more
3012: readable
3013:
3014: * tests/: 397.html, results/193.processed, results/397.processed:
3015: test results updated after \x00 character was disabled in
3016: math:convert string mode (related to feature #1177)
3017:
3018: * src/classes/: math.C, string.C: \\x00 character disabled while
3019: converting to string (as in base64, related to feature #1177)
3020:
3021: * src/classes/file.C: more correct arguments separation
3022:
3023: * src/: classes/file.C, classes/math.C, classes/string.C,
3024: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3025: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3026: options added, but not yet implemented (related to feature #986)
3027:
3028: * src/classes/math.C: whitespace
3029:
3030: 2019-11-13 moko
3031:
3032: * tests/: 397.html, results/397.processed: +tainting test (related
3033: to feature #1177)
3034:
3035: * src/classes/math.C: as we now produce not only digits, result
3036: should be tainted (related to feature #1177)
3037:
3038: * src/main/pa_base64.C: whitespace
3039:
3040: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3041: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3042: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3043: implementation moved from pa_common.h and pa_common.C
3044:
3045: 2019-11-12 moko
3046:
3047: * tests/: 275.html, results/275.processed: out of range test fixed,
3048: as ^math:convert now supports arbitrary precision
3049:
3050: 2019-11-11 moko
3051:
3052: * tests/results/389.processed: uctualized error message
3053:
3054: * tests/: 389.html, 397.html, results/397.processed: tests for
3055: ^math:convert added (related to feature #1177)
3056:
3057: * src/classes/math.C: ^math:convert now supports arbitrary
3058: precision, alphabet support added (implements feature #1177)
3059:
1.124 moko 3060: 2019-11-06 moko
3061:
3062: * tests/: 181.html, results/181.processed: entities usage added,
3063: more entites load tests (related to bug #842 discussion)
3064:
3065: 2019-11-05 moko
3066:
3067: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3068: call from xmlFileOpen if http://localhost/<file> was not found
3069: (related to bug #842)
3070:
3071: * src/main/pa_xml_io.C: rename
3072:
3073: * src/main/pa_xml_io.C: +MemoryStream constructor
3074:
3075: * src/main/pa_xml_io.C: whitespace
3076:
1.123 moko 3077: 2019-10-31 moko
3078:
3079: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3080: XML_PARSE_NOENT) added to fix entities load, (related to feature
3081: #1181)
3082:
1.122 moko 3083: 2019-10-25 moko
3084:
3085: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3086: queries tests
3087:
3088: 2019-10-24 moko
3089:
3090: * tests/: 388-sql.html, results/388-sql.processed: support for
3091: pgsql driver test
3092:
3093: * tests/: 388-sql.html, results/388-sql.processed:
3094: multi_statements=1 now tested, mysql test now supported
3095: (connection must be specified in [parser3] section in .my.cnf)
3096: related to issues #1195 and #1194
3097:
1.121 moko 3098: 2019-09-11 moko
3099:
3100: * src/classes/int.C: whitespace
3101:
3102: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3103: exception test
3104:
3105: * tests/results/388-sql.processed: sql queries now shown (related
3106: to feature #1196)
3107:
3108: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3109: with old parser versions.
3110:
3111: * src/: classes/file.C, classes/hash.C, classes/string.C,
3112: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3113: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3114: instead of connect string in query_event_handlers exceptions
3115: (implements feature #1196)
3116:
1.120 moko 3117: 2019-09-06 moko
3118:
3119: * tests/388-sql.html: mysql compat
3120:
3121: * src/: classes/hash.C, classes/string.C, classes/table.C,
3122: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3123: sql_ variables declaration moved to pa_common.h
3124:
1.116 moko 3125: 2019-01-15 moko
3126:
3127: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3128: logically sorted
3129:
3130: 2018-12-27 moko
3131:
3132: * src/include/pa_config_includes.h: warning war:
3133: -Wdeprecated-register added for C++ 17
3134:
3135: 2018-10-15 moko
3136:
3137: * configure.ac: FreeBSD 11.2 can be build with ./configure
3138: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3139: --with-xml=/usr/local/
3140:
3141: 2018-09-24 moko
3142:
3143: * tests/: 396.html, 396.tiff, results/396.processed: test for
3144: ^image::measure[] now supports tiff added (related to feature
3145: #1188)
3146:
3147: * src/classes/image.C: ^image::measure[] now supports tiff
3148: (implements feature #1188)
3149:
3150: 2018-09-20 moko
3151:
3152: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3153: files measure added (related to ticket #1188)
3154:
3155: * src/classes/image.C: measure of bmp files implemented (related to
3156: ticket #1188)
3157:
3158: 2018-09-18 moko
3159:
3160: * tests/: 394-curl.html, results/394-curl.processed,
3161: results/auto.p: test for bug #1187 (max_file_size check for head
3162: requests) added
3163:
3164: 2018-08-24 moko
3165:
3166: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3167: response content-length check is required (fixes bug #1187)
3168:
3169: 2018-05-11 moko
3170:
3171: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3172: $.append(bool) ] option added (related to feature #919)
3173:
3174: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3175: from misha@ patch (implements feature #919)
3176:
3177: 2018-03-22 moko
3178:
3179: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3180: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3181: with 128kb buffer. Now works at least 12 times faster. :) May be
3182: Windows-only problem.
3183:
3184: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3185: build fix)
3186:
3187: 2018-02-03 moko
3188:
3189: * src/main/execute.C: removes irrelevant lines from exception stack
3190: trace when exceptions occurs in assigment (fixes bug #1165)
3191:
3192: * tests/: 393.html, results/393.processed: test for behavour after
3193: "Property can not be created, already exists field with that
3194: name" exception removed (related to feature #1183)
3195:
3196: * src/types/pa_vclass.C: "Property can not be created, already
3197: exists field with that name" exception removed (implements
3198: feature #1183)
3199:
3200: 2018-01-19 moko
3201:
3202: * src/classes/string.C: whitespace
3203:
3204: * src/classes/string.C: whitespace
3205:
3206: * tests/: 392.html, results/392.processed: test for
3207: ^regex::create[$regex] added (related to feature #1135)
3208:
3209: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3210: ^regex::create[$regex] added (implements feature #1135)
3211:
3212: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3213: commented define added (related to feature #1157)
3214:
3215: 2018-01-17 moko
3216:
3217: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3218:
3219: 2018-01-15 moko
3220:
3221: * tests/: 390.html, results/390.processed: real path replaced by
3222: stub
3223:
3224: * tests/: 391.html, results/391.processed: test for feature #1181
3225: (XML_PARSE_HUGE exception) added
3226:
3227: 2018-01-11 moko
3228:
3229: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3230: XML_PARSE_HUGE option passed by default (implements feature
3231: #1181)
3232:
3233: * src/classes/string.C: whitespace
3234:
3235: 2017-12-10 moko
3236:
3237: * tests/: 389.html, 390.html, results/389.processed,
3238: results/390.processed: image code coverage tests added (related
3239: to feature #1125)
3240:
3241: 2017-12-08 moko
3242:
3243: * tests/: 346-curl.html, 388-sql.html, 389.html,
3244: results/346-curl.processed, results/388-sql.processed,
3245: results/389.processed: more code coverage tests
3246:
3247: * tests/: 264.html, results/264.processed: code coverage for
3248: ^file::exec[]
3249:
3250: 2017-12-07 moko
3251:
3252: * tests/: 174.html, 388-sql.html, 389.html,
3253: results/388-sql.processed, results/389.processed,
3254: results/174.processed: more coverage tests
3255:
3256: * src/classes/math.C: exception text actualized
3257:
3258: 2017-12-06 moko
3259:
3260: * tests/388-sql.html: $SQL can be here
3261:
3262: * tests/results/auto.p: $SQL not required here
3263:
3264: * tests/: 388-sql.html, 389.html, Makefile,
3265: results/388-sql.processed, results/389.processed, results/auto.p:
3266: code coverage tests for sql (using sqlite) and int/double/bool
3267: added (related to feature #1125)
3268:
3269: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3270: lib/json/json.vcproj, lib/md5/md5.vcproj,
3271: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3272: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3273: targets/apache/ApacheModuleParser3Core.vcproj,
3274: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3275: types/types.vcproj: gc\include no longer required
3276:
3277: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3278: required
3279:
3280: * src/: classes/Makefile.am, classes/table.C,
3281: include/pa_config_includes.h, include/pa_string.h,
3282: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3283: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3284: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3285: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3286: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3287: used, we now include it directly
3288:
3289: 2017-12-04 moko
3290:
3291: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3292: memcached/memcached.vcproj, punycode/punycode.vcproj,
3293: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3294: where required
3295:
3296: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3297: now can be used to trace memory allocations
3298:
3299: * src/: classes/table.C, include/pa_config_includes.h,
3300: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3301: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3302: method removes, libcord also can work without libgc
3303:
3304: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3305:
3306: 2017-11-29 moko
3307:
3308: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3309: are not present (related to feature #1173)
3310:
3311: * tests/346-curl.html: test updated to test curl content-length bug
3312: (related to feature #1173)
3313:
3314: * tests/results/346-curl.processed: more test for content-length
3315: curl bug (related to feature #1173)
3316:
3317: * tests/results/346-curl.processed: test results updated after
3318: #1173 implemented
3319:
3320: 2017-11-28 moko
3321:
3322: * src/classes/curl.C: another libcurl Content-length bug walkaround
3323: (related to feature #1173)
3324:
3325: 2017-11-27 moko
3326:
3327: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3328: $.http_version[version string] added (implements feature #1173),
3329: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3330: where $post(true) bug existed.
3331:
3332: 2017-11-18 moko
3333:
3334: * src/include/pa_memory.h: warning war (related to feature #1170)
3335:
3336: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3337: feature #1170)
3338:
3339: 2017-11-17 moko
3340:
3341: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3342: std::basic_stringstream used in ^table.csv-string[] is compatible
3343: with delete usage check only under Debian 9 (related to feature
3344: #1170)
3345:
3346: 2017-11-16 moko
3347:
3348: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3349: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3350: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3351: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3352: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3353: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3354: stubs defend from accidental use (implements feature #1170)
3355:
3356: 2017-06-24 moko
3357:
3358: * configure.ac: minor fix: thanks to alx@
3359:
1.115 moko 3360: 2017-05-29 moko
3361:
3362: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3363: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3364: added to avoid cutting of UTF-8 chars (fixed bug #123)
3365:
3366: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3367: ignored, =?UTF-8?Q?= should start in case of leading space
3368: (related to bug #123)
3369:
3370: * buildall: echo -n -> printf for OS X. :)
3371:
3372: 2017-05-25 moko
3373:
3374: * tests/: 288.html, results/288.processed: test updated afted
3375: setting $o.prop without setter exception removed (related to
3376: feature #1157)
3377:
3378: * src/types/pa_vclass.C: no more "this property has no setter
3379: method" when setting $o.prop without setter (implements feature
3380: #1157)
3381:
3382: * buildall: echo \c -> echo -n for FreeBSD
3383:
3384: * configure, configure.ac, src/include/pa_config_auto.h.in,
3385: src/types/pa_vdouble.h: isfinite now checked in configure
3386:
3387: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3388: upgraded to automake 1.15
3389:
3390: 2017-05-23 moko
3391:
3392: * src/types/pa_vdouble.h: finite returned where isfinite not
3393: defined
3394:
3395: 2017-05-22 moko
3396:
3397: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3398:
3399: * buildall: extern CFLAGS setting support
3400:
3401: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3402:
3403: * buildall: http -> https
3404:
3405: * buildall: gc-7.2f -> gc-7.6.0
3406:
3407: 2017-05-20 moko
3408:
3409: * buildall: https, pcre, xml, xslt updated to current versions
3410: (related to feature #1136)
3411:
3412: 2017-05-19 moko
3413:
3414: * tests/097.html: after parser.ru moved to https
3415:
3416: 2017-05-17 moko
3417:
3418: * tests/results/: 175.processed, 372.processed: tests resuls
3419: updated after lintian spelling typos fixed (related to bug #1156)
3420:
3421: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3422: classes/string.C, classes/table.C, main/pa_charset.C,
3423: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3424: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3425: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3426:
3427: * tests/results/096.processed: +XMP
3428:
3429: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3430: $.xmp(true) options tested (test for feature #1154)
3431:
3432: * src/classes/image.C: ^image:measure[] options $.exif(false)
3433: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3434: fetched by default! (implements feature #1154)
3435:
3436: 2017-05-16 moko
3437:
3438: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3439: allowed (related to feature #1154)
3440:
3441: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3442: initial XMP implementation - without options and transcode
3443: (related to feature #1154)
3444:
3445: 2017-05-12 moko
3446:
3447: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3448: image: exif moved to ffields, skipped in ^image.html[] where
3449: iterators now used (preparation for feature #1154)
3450:
3451: 2017-05-05 moko
3452:
3453: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3454: results/387.processed: test for circular class inheritance check
3455: added (related to bug #1150)
3456:
3457: * src/types/pa_vstateless_class.C: circular class inheritance check
3458: added (fixes endless add_derived bug #1150)
3459:
3460: 2017-05-04 moko
3461:
3462: * tests/: 386.html, results/386.processed: test for
3463: $table.value(number) added (related to feature #1152)
3464:
3465: * src/types/pa_vtable.C: table put_element: column value must be
3466: string - > column value must be string compatible to allow
3467: $t.value(1) (implements feature #1152)
3468:
3469: 2017-05-03 moko
3470:
3471: * src/main/pa_request.C: $use[$method] is not possible, reverting
3472: (related to feature #1151)
3473:
3474: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3475: not possible, removing test (related to feature #1151)
3476:
3477: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3478: get_element_method added and used to allow $use[$method] and
3479: $autouse[$method] (implements feature 1151)
3480:
3481: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3482: variable added (related to feature #1151)
3483:
3484: * tests/results/226.processed: actualized after ^try-catch used
3485:
3486: * tests/: 226.html, 385.html, results/385.processed: test for
3487: @autouse in variable added
3488:
3489: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3490:
1.114 moko 3491: 2017-02-27 moko
3492:
3493: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3494:
1.113 moko 3495: 2017-02-20 moko
3496:
1.211 moko 3497: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3498:
3499: 2017-02-16 moko
3500:
3501: * tests/: 384.html, results/384.processed: test for
3502: ^reflection:mixin[; $.name[] ] option added (related to feature
3503: #1089)
3504:
3505: * tests/: 384.html, results/384.processed: test for
3506: ^reflection:mixin[] added (related to feature #1089)
3507:
3508: * src/types/pa_value.h: warning war: virtual ~Value() added
3509:
1.112 moko 3510: 2017-02-15 moko
3511:
3512: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3513: fixed
3514:
3515: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3516: test added (related to feature #1069)
3517:
3518: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3519: compilation without HASH_ORDER fixed
3520:
3521: * src/: classes/reflection.C, include/pa_hash.h:
3522: $.reverse(true/false) added to ^reflection:methods[] (related to
3523: feature #1069)
3524:
3525: 2017-02-14 moko
3526:
3527: * tests/: 152.html, results/152.processed: test for $._default hash
3528: added (related to bug #1131)
3529:
3530: * tests/: 277.html, results/277.processed: test for hash with only
3531: $._default is now defined (related to bug #1131)
3532:
3533: * src/types/pa_vhash.h: hash with only $._default is now defined
3534: (fixed bug #1131)
3535:
3536: 2017-02-13 moko
3537:
3538: * tests/cat-windows.sh: cat-windows added (cygwin required)
3539:
3540: * tests/: 171.html, 264.html, 286.html, 370.html,
3541: results/320.processed, results/375.processed, results/auto.p:
3542: cat-windows.sh support added
3543:
3544: * tests/375.html: Windows support
3545:
3546: * tests/270.html: documented
3547:
3548: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3549: (not backslashes) even under Windows (broke test 270)
3550:
3551: 2017-02-12 moko
3552:
3553: * tests/: descript.ion, todo.txt: cleanup
3554:
3555: 2017-02-09 moko
3556:
3557: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3558: run_tests.cmd: Windows compatibility
3559:
3560: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3561: incorrectly (GMT) if parser is called from cygwin
3562:
1.111 moko 3563: 2017-02-08 moko
3564:
1.211 moko 3565: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3566:
1.211 moko 3567: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3568:
3569: * NEWS, README: minor update
3570:
3571: * src/include/pa_config_includes.h: warning war continues
3572:
3573: * src/: include/pa_config_includes.h, include/pa_memory.h,
3574: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3575: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3576: gcc 6.x issues fixed
3577:
1.111 moko 3578: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3579: classes/classes.h, classes/curl.C, classes/date.C,
3580: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3581: classes/hashfile.C, classes/image.C, classes/inet.C,
3582: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3583: classes/memcached.C, classes/memory.C, classes/op.C,
3584: classes/reflection.C, classes/regex.C, classes/response.C,
3585: classes/string.C, classes/table.C, classes/void.C,
3586: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3587: include/pa_array.h, include/pa_cache_managers.h,
3588: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3589: include/pa_config_fixed.h, include/pa_config_includes.h,
3590: include/pa_dictionary.h, include/pa_dir.h,
3591: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3592: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3593: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3594: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3595: include/pa_request_charsets.h, include/pa_request_info.h,
3596: include/pa_sapi.h, include/pa_socks.h,
3597: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3598: include/pa_stack.h, include/pa_string.h,
3599: include/pa_stylesheet_connection.h,
3600: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3601: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3602: include/pa_uue.h, include/pa_xml_exception.h,
3603: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3604: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3605: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3606: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3607: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3608: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3609: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3610: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3611: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3612: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3613: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3614: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3615: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3616: main/pa_string.C, main/pa_stylesheet_connection.C,
3617: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3618: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3619: main/untaint.C, sql/pa_sql_driver.h,
3620: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3621: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3622: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3623: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3624: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3625: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3626: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3627: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3628: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3629: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3630: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3631: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3632: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3633: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3634: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3635: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3636: types/pa_vmemcached.h, types/pa_vmemory.h,
3637: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3638: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3639: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3640: types/pa_vresponse.C, types/pa_vresponse.h,
3641: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3642: types/pa_vstateless_object.h, types/pa_vstatus.C,
3643: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3644: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3645: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3646: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3647: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3648: 2015->2017
3649:
1.110 moko 3650: 2017-02-07 moko
3651:
3652: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3653:
3654: 2017-02-06 moko
3655:
3656: * src/main/pa_common.C: minor fixes, whitespace
3657:
3658: * src/: classes/curl.C, classes/file.C, classes/image.C,
3659: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3660: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3661: now used (implements feature #1081)
3662:
3663: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3664:
3665: 2017-02-01 moko
3666:
3667: * src/include/pa_request.h: cleanup
3668:
3669: 2017-01-30 moko
3670:
3671: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3672:
3673: 2017-01-29 moko
3674:
3675: * tests/: 383.html, results/383.processed: test for
3676: ^reflection:stack[] added (related to feature #1052)
3677:
3678: * src/classes/reflection.C: else added
3679:
3680: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3681: $.max_file_lock_wait added (implements feature #1128)
3682:
3683: 2017-01-28 moko
3684:
3685: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3686: body and other cases tests added (related to featue #1014)
3687:
3688: * src/classes/curl.C: bug if response is empty fixed (related to
3689: feature #1014)
3690:
3691: 2017-01-27 moko
3692:
3693: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3694: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3695: added (implements feature #1052)
3696:
3697: 2017-01-25 moko
3698:
3699: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3700: method test added
3701:
3702: 2017-01-23 moko
3703:
3704: * src/classes/reflection.C: optimization: options->get replaced by
3705: hash iterator
3706:
3707: * tests/: 381.html, results/381.processed: now -> fixed date
3708:
3709: * src/main/pa_request.C: warning war
3710:
3711: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3712: 5Mb (fixes bug #1058)
3713:
3714: * src/classes/curl.C: warning war
3715:
3716: * tests/: 381.html, results/381.processed: tests for ^json:string
3717: $.one-line(true) option added (related to feature #1124)
3718:
3719: * src/: classes/json.C, types/pa_value.h: $json-string
3720: $.one-line(true|false) options is now supported (implements
3721: feature #1124)
3722:
3723: * tests/: 380.html, results/380.processed: test for modified
3724: $.max_file_size added (related to bug #1014)
3725:
3726: * tests/: 379.html, results/auto.p: tests for rewritten http file
3727: load added (related to bug #1014)
3728:
3729: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3730: main/pa_common.C, main/pa_http.C: check_file_size added and used
3731: in curl / file load from disk and http, http file load rewritten
3732: (related to bug #1014)
3733:
3734: 2017-01-18 moko
3735:
3736: * tests/: 378.html, results/378.processed: tests for ^result[]
3737: added (related to feature #66)
3738:
3739: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3740: Method::CO_WITHOUT_FRAME as frame still added in expression
3741: (related to feature #66)
3742:
3743: 2017-01-17 moko
3744:
3745: * tests/: 377.html, results/377.processed: test for different
3746: combinations of breaks in body and delimiter (related to bug
3747: #1077)
3748:
3749: * tests/: 376.html, results/376.processed: many ^break[] tests
3750: added (related to bug #1077)
3751:
3752: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3753: passed to native method" exception added to avoid bugs due to
3754: WRITE_EXPR_RESULT skipped and native methods execution continues
3755: after ^break[] (related to bug #1077)
3756:
3757: 2017-01-14 moko
3758:
3759: * tests/: 330.html, results/330.processed: test results updated
3760: after ^break[] bugs where fixed (related to bug #1077)
3761:
3762: * tests/: 329.html, results/329.processed: test results updated
3763: after ^break[] bugs where fixed (related to bug #1077)
3764:
3765: * tests/results/320.processed: ^return[] added
3766:
3767: 2017-01-13 moko
3768:
3769: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3770: classes/table.C, include/pa_request.h, main/execute.C,
3771: main/pa_request.C, targets/cgi/parser3.C,
3772: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3773: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3774: checked after each possible process/execute call (fixes bug
3775: #1077)
3776:
3777: 2016-12-29 moko
3778:
3779: * src/main/pa_common.C: warning war
3780:
3781: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3782: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3783: pa_file_size_limit added, ^math:random fixed for upper limit and
3784: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3785: (related to feature #1014)
3786:
3787: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3788: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3789: (related to feature #1014)
3790:
3791: 2016-12-28 moko
3792:
3793: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3794: warning war
3795:
3796: 2016-12-26 moko
3797:
3798: * tests/: 341.html, results/341.processed: test for
3799: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3800:
3801: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3802: (related to feature #1057)
3803:
3804: * src/types/pa_vdate.C: warning war continues...
3805:
3806: * src/: classes/date.C, classes/image.C, classes/table.C,
3807: include/pa_config_includes.h, types/pa_vfile.C: warning war
3808:
3809: * src/lib/gd/gifio.C: warning war / cleanup
3810:
3811: * src/lib/json/pa_json.C: warning war
3812:
3813: * src/classes/hash.C: warning war
3814:
3815: * src/types/pa_vfile.C: warning war
3816:
3817: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3818: -Wall warning war continues
3819:
3820: * configure.ac: --with-build-warnings actualized
3821:
3822: 2016-12-25 moko
3823:
3824: * src/main/pa_exec.C: -wAll warning war
3825:
3826: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3827: -wAll warning war
3828:
3829: * src/: include/pa_common.h, include/pa_sapi.h,
3830: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3831: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3832: -wAll warning war
3833:
3834: 2016-12-23 moko
3835:
3836: * src/lib/ltdl/Makefile.am: extra dist added
3837:
3838: * tests/results/344.processed: test result updated after $file.text
3839: prefetched in ^hash::create[$file] (related to feature #1075)
3840:
3841: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3842: ^hash::create[$file] (related to feature #1075)
3843:
3844: 2016-12-22 moko
3845:
3846: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3847: main/pa_request.C, main/pa_stylesheet_connection.C,
3848: types/pa_vfile.C: file_stat now return 64-bit size (implements
3849: #1014 under 32-bit unix versions)
3850:
3851: 2016-12-21 moko
3852:
3853: * tests/: 375.html, results/375.processed: test for exec returning
3854: stated file added (related to feature #1119)
3855:
3856: * src/classes/file.C: load should not return file with null body
3857: (fixes bug #1119)
3858:
3859: 2016-12-14 moko
3860:
3861: * tests/: 374.html, results/374.processed: test for $method.name
3862: added (related to feature #1117) plus method returning junction
3863: test
3864:
3865: 2016-12-13 moko
3866:
3867: * src/: include/pa_symbols.h, main/pa_symbols.C,
3868: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3869: (implements feature #1117)
3870:
3871: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3872: HEAD and TRACE can't have body (implements feature #1116)
3873:
3874: 2016-12-09 moko
3875:
3876: * tests/: 373.html, results/373.processed: tests for
3877: ^reflection:tainting added (related to feature #1098)
3878:
3879: * src/classes/reflection.C: ^reflection:tainting arguments order
3880: change (related to feature #1098)
3881:
3882: 2016-12-06 moko
3883:
3884: * src/: classes/reflection.C, include/pa_string.h,
3885: main/pa_string.C: ^reflection:tainting[$string] added (implements
3886: feature #1098)
3887:
3888: 2016-12-05 moko
3889:
3890: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3891: (fixes bug #1114)
3892:
3893: 2016-12-04 moko
3894:
3895: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3896: check added
3897:
3898: 2016-12-03 moko
3899:
3900: * tests/: 346-curl.html, results/346-curl.processed: test modified
3901: to test value.as_hash() usage
3902:
3903: * src/classes/curl.C: value.as_hash() used for correct hash
3904: processing
3905:
3906: * src/classes/reflection.C: exceptions texts fixes
3907:
3908: 2016-12-02 moko
3909:
3910: * tests/: 372.html, results/372.processed: tests for
3911: ^reflection:create[ $.class[name] $.constructor[name]
3912: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3913: feature #1094)
3914:
3915: * src/types/pa_vmethod_frame.h: comment added: params should be
3916: declared outside of *_FRAME_ACTION as MethodParams destructor
3917: will be called in ~VNativeMethodFrame
3918:
3919: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3920: ] minor fix
3921:
3922: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3923: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3924: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3925: now supported (implements feature #1094) value::as_hash added
3926: (and should be used everywhere)
3927:
3928: * src/classes/reflection.C: cleanup
3929:
3930: 2016-12-01 moko
3931:
3932: * tests/: 356.html, results/356.processed: test for method
3933: junctions class name added to the resulting hash added (related
3934: to feature #1068)
3935:
3936: * src/classes/reflection.C: for method junctions class name added
3937: to the resulting hash (related to feature #1068)
3938:
3939: 2016-11-30 moko
3940:
3941: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3942: exception (related to bug #1113)
3943:
3944: * src/types/pa_vhashfile.C: whitespace
3945:
3946: * src/main/pa_os.C: errno now returned as it should (fixes bug
3947: #1113)
3948:
3949: * tests/results/: 175.processed, 192.processed, 224.processed,
3950: 229.processed, 239.processed, 244.processed, 246.processed,
3951: 314.processed, 352.processed: tests results updated after method
3952: call exceptions improved as method now keeps its name
3953:
3954: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3955: types/pa_vmethod_frame.h: method call exceptions improved as
3956: method now keeps its name
3957:
3958: * tests/: 224.html, 239.html, results/224.processed,
3959: results/239.processed: tests and tests results updated after
3960: Request::construct exception changed
3961:
3962: * src/: classes/reflection.C, main/execute.C: Request::construct
3963: exception optimized
3964:
3965: * tests/: 371.html, results/371.processed: test for
3966: WWrapper.get_element call in $.name.key[value] code added
3967: (related to feature #1091)
3968:
3969: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3970: in $.name.key[value] code (related to feature #1091)
3971:
3972: 2016-11-29 moko
3973:
3974: * src/classes/op.C: VS warning war
3975:
3976: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3977: C4239: nonstandard extension used : 'return' : conversion from
3978: 'Value' to 'Value &' (related to feature #1020)
3979:
3980: * src/: main/execute.C, types/pa_vmethod_frame.h,
3981: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3982: used : 'return' : conversion from 'Value' to 'Value &' (related
3983: to feature #1020)
3984:
3985: * src/main/execute.C: VS warning war
3986:
3987: * src/targets/cgi/parser3.C: VS compatibility fix
3988:
3989: * src/include/pa_request.h: VS warning war
3990:
3991: * tests/: 370.html, results/370.processed: test for ^file::exec[
3992: ... $.stdin[$binary_file] ] added (related to bug #1044)
3993:
3994: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3995: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3996: $.stdin[$binary_file] (fixes bug #1044)
3997:
3998: 2016-11-28 moko
3999:
4000: * src/main/pa_exec.C: whitespace
4001:
4002: * src/main/pa_request.C: whitespace
4003:
4004: * tests/: 369.html, results/369.processed: test for
4005: $response:status usage added (related to feature #1099)
4006:
4007: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4008: if < 100 (implements feature #1099)
4009:
4010: * src/targets/cgi/parser3.C: whitespace
4011:
4012: * src/targets/cgi/parser3.C: whitespace
4013:
4014: * tests/: 368.html, results/368.processed: test updated after
4015: ^reflection:filename[$method] added (related to feature #1053)
4016:
4017: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4018: main/compile.y, main/execute.C, main/pa_request.C,
4019: types/pa_vclass.h: filename -> filespec,
4020: ^reflection:filename[$method] added (related to feature #1053)
4021:
4022: 2016-11-27 moko
4023:
4024: * tests/: 368.html, results/368.processed: test for
4025: reflection:filename[$class or object] added (related to feature
4026: #1053)
4027:
4028: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4029: types/pa_vstateless_class.h: ^reflection:filename[$class or
4030: object] added (implements feature #1053)
4031:
4032: 2016-11-26 moko
4033:
4034: * src/: include/pa_request_info.h,
4035: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4036: remove_absolute_uri -> strip_absolute_uri
4037:
4038: 2016-11-25 moko
4039:
4040: * src/: include/pa_request_info.h,
4041: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4042: request_info.remove_absolute_uri added to remove possible
4043: http://site.name/ from $request:uri (implements feature #1112)
4044:
4045: 2016-11-24 moko
4046:
4047: * tests/: 367-curl.html, results/367-curl.processed: test for
4048: previous request headers clearing after redirect added (related
4049: to bug #1109)
4050:
4051: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4052: response headers from previous requests are now cleared, only
4053: last request headers are collected (fixes bug #1109)
4054:
4055: * tests/results/: 266.processed, 321.processed, 356.processed:
4056: tests results updated as method name now added to the resulting
4057: hash for new syntax only (Imp1 compatimility fixed, related to
4058: feature #1068)
4059:
4060: * src/classes/reflection.C: method name now added to the resulting
4061: hash for new syntax only (Imp1 compatimility fixed, related to
4062: feature #1068)
4063:
4064: * tests/results/366.processed: test for native and parser
4065: implementation of ^use[] logic (related to feature #1074)
4066:
4067: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4068: for native and parser implementation of ^use[] logic (related to
4069: feature #1074)
4070:
4071: 2016-11-23 moko
4072:
4073: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4074: main/pa_request.C: @USE file now implemented as ^use[file;
4075: $.origin[origin_file] ] (implements feature #1074)
4076:
1.109 moko 4077: 2016-11-21 moko
4078:
1.110 moko 4079: * tests/: 365.html, results/365.processed: test for $caller bugs in
4080: 3.4.4 and $caller.method now tested (related to feature #1110)
4081:
4082: * tests/: 364.html, results/364.processed: $caller usage in
4083: different contexts now tested (related to feature #1110)
4084:
4085: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4086:
4087: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4088:
1.109 moko 4089: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4090: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4091: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4092: used (implements feature #1110)
4093:
4094: 2016-11-20 moko
4095:
4096: * src/types/pa_vdouble.h: whitespace
4097:
4098: 2016-11-11 moko
4099:
4100: * tests/: 363.html, results/363.processed: more tests for feature
4101: #1091 (how parser methods work in expression context)
4102:
4103: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4104: expressions strings are now written as strings, not values by
4105: write_as_string (related to feature #1091)
4106:
4107: * src/classes/op.C: to make more correct behavour in expression
4108: context
4109:
4110: 2016-11-07 moko
4111:
4112: * tests/: 362.html, results/362.processed: test for
4113: xsltParseStylesheetDoc caching as xsl modification after it added
4114: (related to bug #1108)
4115:
4116: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4117: result now cached as xdoc is modified after it (fixes bug #1108)
4118:
4119: 2016-11-06 moko
4120:
4121: * src/types/pa_vxdoc.h: whitespace
4122:
4123: 2016-11-05 moko
4124:
4125: * src/types/pa_vmethod_frame.h: cleanup
4126:
4127: 2016-11-03 moko
4128:
4129: * tests/results/244.processed: more correct exception after method
4130: frames separation
4131:
4132: * src/types/pa_vmethod_frame.h: minor optimizaion
4133:
4134: * src/types/pa_method.h: optimization: params_count added
4135:
4136: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4137: include/pa_request.h, main/execute.C, main/pa_request.C,
4138: types/pa_value.C, types/pa_vmethod_frame.C,
4139: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4140: VMethodFrame now divided into VNativeMethodFrame,
4141: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4142: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4143: and used (related to feature #1104)
4144:
4145: 2016-11-02 moko
4146:
4147: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4148: classes/double.C, classes/file.C, classes/hash.C,
4149: classes/hashfile.C, classes/image.C, classes/inet.C,
4150: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4151: classes/memcached.C, classes/op.C, classes/reflection.C,
4152: classes/regex.C, classes/string.C, classes/table.C,
4153: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4154: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4155: r.write (implements feature #1091)
4156:
4157: * src/main/execute.C: cleanup (related to feature #1104)
4158:
4159: * src/: include/pa_request.h, main/execute.C,
4160: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4161: added, in_expression removed (implements feature #1104)
4162:
4163: 2016-10-31 moko
4164:
4165: * src/types/pa_value.C: whitespace
4166:
4167: 2016-10-28 moko
4168:
4169: * tests/results/244.processed: updated after error reporting fixed
4170: in pa_wcontext.C
4171:
4172: * src/types/pa_wcontext.C: error reporting fixed
4173:
4174: * src/types/pa_wcontext.h: whitespace
4175:
4176: * src/classes/image.C: not fully readed entries are no longer
4177: processed (fixes bug #1106)
4178:
4179: 2016-10-26 moko
4180:
4181: * src/classes/image.C: whitespace
4182:
4183: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4184: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4185: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4186: longer required (related to feature #1091)
4187:
4188: * tests/results/: 264.processed, 350.processed: test results update
4189: reverted (whitespace optimization) after write_no_lang removed :)
4190: (related to feature #1091)
4191:
4192: * src/: classes/file.C, classes/hash.C, classes/op.C,
4193: classes/string.C, classes/table.C, classes/void.C,
4194: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4195: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4196: equal write_pass_lang (related to feature #1091)
4197:
4198: * tests/results/: 264.processed, 350.processed: test results
4199: updated (whitespace optimization) after write_assign_lang removed
4200: (related to feature #1091)
4201:
4202: * tests/: 361.html, results/361.processed: test for non-string
4203: ^untaint added (related to feature #1091)
4204:
4205: * src/: classes/curl.C, classes/date.C, classes/file.C,
4206: classes/hash.C, classes/op.C, classes/string.C,
4207: include/pa_request.h, main/execute.C: optimization:
4208: write_assign_lang removed as not required (first part of feature
4209: #1091 implementation)
4210:
1.108 moko 4211: 2016-10-12 moko
4212:
4213: * tests/: 360.html, results/360.processed: more test code (related
4214: to feature #1104)
4215:
4216: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4217: include/pa_request.h, main/compile.y, main/execute.C: opcode
4218: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4219: WContext is next task (implements feature #1104)
4220:
4221: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4222: / CO_WITHOUT_WCONTEXT
4223:
4224: * tests/: 360.html, results/360.processed: test for in expression
4225: state (related to feature #1104)
4226:
4227: 2016-10-11 moko
4228:
4229: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4230:
4231: * src/classes/op.C: default value removed from initializer
4232:
4233: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4234:
4235: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4236:
4237: 2016-10-10 moko
4238:
4239: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4240: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4241: to feature #42)
4242:
4243: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4244: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4245:
4246: 2016-10-08 moko
4247:
4248: * src/classes/double.C: whitespace
4249:
4250: 2016-10-07 moko
4251:
4252: * src/types/pa_vmethod_frame.h: reorder
4253:
4254: 2016-10-06 moko
4255:
4256: * src/classes/date.C: typo
4257:
4258: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4259:
4260: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4261: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4262: types/pa_vmethod_frame.h: params.get now returns Value&, not
4263: Value*
4264:
4265: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4266:
4267: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4268: removed; first as_* code rewrite
4269:
4270: 2016-10-05 moko
4271:
4272: * src/include/pa_request.h: whitespace
4273:
4274: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4275: intercept_string added (related to feature #1097)
4276:
4277: * src/: classes/image.C, classes/op.C, classes/table.C,
4278: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4279: optimization: intercept_string removed (implements feature #1097)
4280:
4281: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4282:
4283: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4284: from VCodeFrame and WWrapper as not required
4285:
4286: 2016-10-04 moko
4287:
4288: * src/: classes/curl.C, classes/date.C, classes/double.C,
4289: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4290: classes/int.C, classes/json.C, classes/op.C,
4291: classes/reflection.C, classes/string.C, classes/table.C,
4292: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4293: proces_to_value -> process after StringOrValue removed (related
4294: to feature #1020)
4295:
4296: * src/classes/form.C: whitespace
4297:
4298: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4299:
4300: * tests/: 357.html, 358.html, results/357.processed,
4301: results/358.processed, results/auto.p: test for @conf
4302: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4303:
4304: 2016-10-03 moko
4305:
4306: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4307: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4308: supported (implements feature #42)
4309:
4310: * src/types/pa_vregex.h: no reason for VRegex to be
4311: is_evaluated_expr
4312:
4313: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4314: (implements feature #1095)
4315:
4316: 2016-10-01 moko
4317:
4318: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4319: false by default (related to feature #1089)
4320:
4321: 2016-09-30 moko
4322:
4323: * src/types/pa_wcontext.h: cleanup
4324:
4325: 2016-09-29 moko
4326:
4327: * src/main/execute.C: whitespace
4328:
4329: * src/include/pa_request.h: whitespace
4330:
4331: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4332: classes/op.C, classes/table.C, include/pa_request.h,
4333: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4334: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4335: StringOrValue removed as it just slows down and adds complexity
4336: (implements feature #1020)
4337:
4338: 2016-09-28 moko
4339:
4340: * tests/: 356.html, results/266.processed, results/321.processed,
4341: results/356.processed: tests updated after name was added to
4342: method_info hash, test for ^reflection:method_info[junction]
4343: added (related to feature #1068)
4344:
4345: * src/classes/reflection.C: ^reflection:method_info[junction] now
4346: supported, method name added to the resulting hash (implements
4347: feature #1068)
4348:
4349: * tests/: 276.html, results/276.processed: more tests for
4350: ^reflection:delete[]
4351:
4352: * src/classes/reflection.C: fixed bug then ^reflection:delete
4353: didn't work on class and could damage native objects (like file)
4354:
4355: 2016-09-26 moko
4356:
4357: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4358: results/345.processed, results/346-curl.processed,
4359: results/347-curl.processed, results/348.processed: numbers added
4360: to simplify diff analysis
4361:
4362: * tests/: 352.html, results/352.processed: test result updated as
4363: method name used
4364:
4365: * src/classes/reflection.C: method name used
4366:
4367: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4368: its name
4369:
4370: * src/types/pa_method.h: whitespace
4371:
4372: * src/classes/reflection.C: both method and field with one name can
4373: exist.
4374:
4375: * src/classes/reflection.C: ^reflection:mixin added (implements
4376: feature #1089)
4377:
4378: * tests/: 355.html, results/355.processed: property appears in
4379: derived class if added in base test added
4380:
4381: * src/types/pa_vstateless_class.h: get_method declaration +
4382: whitespace
4383:
4384: * tests/: 354.html, results/354.processed: nice test from method
4385: and property with one name in class added
4386:
4387: 2016-09-23 moko
4388:
4389: * src/classes/reflection.C: ^reflection:method usage documented
4390:
4391: 2016-09-22 moko
4392:
4393: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4394: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4395: compile warning and GPF occures on VS2003 (related to feature
4396: #1087)
4397:
4398: * tests/: 350.html, results/350.processed: test added for
4399: $.encloser[] support in ^table::create (related to feature #11)
4400:
4401: * src/classes/table.C: another minor fix (related to feature #11)
4402:
1.107 moko 4403: 2016-09-21 moko
4404:
4405: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4406:
4407: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4408: classes/json.C, classes/string.C, classes/table.C,
4409: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4410: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4411: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4412: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4413: pa_charsets, vs2015 warning war
4414:
4415: * src/classes/table.C: vs2015 warning war
4416:
4417: * src/types/pa_vdate.C: vs2015 warning war
4418:
4419: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4420:
4421: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4422: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4423:
4424: * src/main/pa_common.C: vs2015 compilation fixes
4425:
4426: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4427: vs2015 compilation fixes
4428:
4429: * src/main/pa_charset.C: vs2015 warning war
4430:
4431: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4432:
4433: * src/main/pa_charset.C: vs2015 warning war
4434:
4435: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4436:
4437: * src/types/pa_vdate.C: vs2015 compilation fix
4438:
4439: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4440:
4441: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4442: VS2015 compilation fixes
4443:
4444: * src/classes/table.C: minor fix (related to feature #11)
4445:
4446: * tests/results/282.processed: no longer skipping extra enclosers
4447: (related to feature #11)
4448:
4449: * src/classes/table.C: minor fix + no longer skipping extra
4450: enclosers (related to feature #11)
4451:
4452: * src/classes/table.C: minor optimization (related to feature #11)
4453:
4454: * src/classes/table.C: minor fix and optimization (related to
4455: feature #11)
4456:
4457: 2016-09-20 moko
4458:
4459: * tests/: 353.html, results/353.processed: test for
4460: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4461: added (related to bug #1090)
4462:
4463: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4464: one_big_piece (fixes bug #1090)
4465:
4466: * tests/: 229.html, results/229.processed: code coverage tests
4467:
4468: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4469: body) was called
4470:
4471: * src/classes/op.C: whitespace
4472:
4473: * tests/: 323.html, results/323.processed: test for code junction
4474: should not be returned by ^reflection:class, ^reflection:base
4475:
4476: * src/classes/reflection.C: bugfix: code junction should not be
4477: returned by ^reflection:class, ^reflection:base
4478:
4479: * tests/: 323.html, 352.html, results/352.processed: no more
4480: exception for ^reflection:method[class;no-such-method] (related
4481: to feature #1087)
4482:
4483: * src/classes/reflection.C:
4484: ^reflection:method[class;no-such-method] : exception -> void
4485: (related to feature #1087)
4486:
4487: * src/include/pa_request.h: request::write_value added to allow
4488: write value without convertion (related to issue #1091)
4489:
4490: 2016-09-19 moko
4491:
4492: * src/main/pa_random.C: windows build fix
4493:
4494: * src/types/pa_vhash.h: warning war
4495:
4496: 2016-09-14 moko
4497:
4498: * tests/: 352.html, 552.html, results/352.processed,
4499: results/552.processed: test for ^reflection:method[] extension
4500: added (related to feature #1087)
4501:
4502: * tests/: 552.html, results/552.processed: test for
4503: ^reflection:method[] extension added (related to feature #1087)
4504:
4505: * src/classes/reflection.C: compatibility issue fixed, VClass
4506: dynamic_cast check added (related to feature #1087)
4507:
4508: * tests/: 351.html, results/351.processed: test for @auto[]
4509: inheritance bug diring ^process[] added (related to bug #1088)
4510:
4511: * src/: classes/op.C, main/pa_request.C,
4512: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4513: disable it inheritance during ^process (fixes bug #1088)
4514:
4515: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4516: added (implements feature #1087)
4517:
4518: 2016-09-13 moko
4519:
4520: * tests/: 349.html, results/auto.p: test for objects prototyping
4521: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4522: to feature #1086)
4523:
4524: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4525: types/pa_vobject.C: objects now are not class instances, but have
4526: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4527: in @conf (implements feature #1086)
4528:
4529: 2016-09-08 moko
4530:
4531: * src/: classes/file.C, classes/mail.C, classes/string.C,
4532: classes/table.C, main/pa_http.C, main/pa_string.C,
4533: include/pa_string.h: cleanup: string::split limit argument
4534: removed as no longer required, pos_after no longer reference
4535: (related to feature #11)
4536:
4537: * src/classes/table.C, tests/results/348.processed: now exception
4538: is rised when invalid option is passed to ^table::create[]
4539:
4540: * tests/: 282.cfg, 282.html, results/282.processed: more code
4541: coverage tests
4542:
4543: * tests/: 348.html, results/348.processed: code coverage tests
4544: added
4545:
4546: * tests/: 348.html, results/348.processed: generic ^table::create[]
4547: tests
4548:
4549: * tests/: 035.html, results/035.processed, results/272.processed:
4550: tests updated after $.encloser[] support for ^table::create
4551: implementation (related to feature #11)
4552:
4553: * src/classes/table.C: $.encloser[] support for ^table::create
4554: finally added (implements feature #11)
4555:
4556: 2016-09-07 moko
4557:
4558: * src/include/pa_string.h: added StringSplitHelper as friend
4559: (related to feature #11)
4560:
4561: * src/include/pa_string.h: body and langs now protected, not
4562: private to allow inheritance (related to feature #11)
4563:
4564: * src/classes/table.C: lsplit optimized before cloning for
4565: ^table::create with $.encloser[] (related to feature #11)
4566:
4567: * src/classes/table.C: optimizaion: TableControlChars.separators
4568: added and used (related to feature #11)
4569:
4570: * src/classes/table.C: spelling:
4571:
4572: TableSeparators -> TableControlChars column -> separator
4573: separators -> control_chars
4574:
4575: 2016-09-06 moko
4576:
4577: * src/main/pa_string.C: whitespace
4578:
4579: * src/main/pa_string.C: whitespace
4580:
4581: 2016-09-01 moko
4582:
4583: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4584: results OS-independent
4585:
4586: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4587: compiler (related to feature #1042)
4588:
4589: 2016-08-15 moko
4590:
4591: * src/include/pa_string.h: whitespace
4592:
4593: * src/classes/table.C: whitespace
4594:
1.106 moko 4595: 2016-08-05 moko
4596:
4597: * tests/: 344.html, results/344.processed: test for
4598: ^hash::create[$file] added (related to feature #1075)
4599:
4600: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4601: supported (implements feature #1075)
4602:
4603: 2016-08-04 moko
4604:
4605: * tests/: 341.html, results/341.processed: more code coverage tests
4606:
4607: * tests/: 346-curl.html, results/346-curl.processed: more code
4608: coverage tests for curl
4609:
4610: * tests/: 346-curl.html, results/346-curl.processed: more code
4611: coverage tests for curl
4612:
4613: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4614: results/223.processed: code coverage tests: $.form[ $.table[] ]
4615: test added
4616:
4617: * tests/: 223-curl.html, results/223-curl.processed: more code
4618: coverage tests for curl
4619:
4620: 2016-08-03 moko
4621:
4622: * src/classes/curl.C: dlink(curl_library) now called not once, but
4623: until it will be loaded, allowing to find existing library.
4624:
4625: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4626: results/347-curl.processed: more code coverage tests for curl
4627:
4628: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4629: results/339-curl.processed, results/346-curl.processed: curl
4630: functionality tests
4631:
4632: 2016-08-02 moko
4633:
4634: * tests/: 339.html, results/339.processed: test for tables in
4635: ^file:load[] and ^curl:load[] (commented) added (related to
4636: feature #1042)
4637:
4638: * tests/: 345.html, results/345.processed: code coverage tests for
4639: file class
4640:
4641: * tests/: 344.html, results/344.processed: code coverage tests
4642:
4643: * tests/: 344.html, results/344.processed: mdate removed from
4644: output
4645:
4646: * src/classes/file.C: minor bugfix: is_text should be taked from
4647: fcontent.is_text_mode() if not set (related to feature #1061)
4648:
4649: * tests/: 344.html, results/344.processed: more tests
4650:
4651: * tests/: 343.html, 344.html, results/343.processed,
4652: results/344.processed: tests for ^file::create[ $.from-charset
4653: and $.to-charset ] (related to feature #1061)
4654:
4655: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4656: aset_text_mode argument optimized
4657:
4658: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4659: checkBOM now used in detect_binary_content (related to feature
4660: #1061)
4661:
4662: * src/main/pa_request.C: load_charset no longer required to_upper
4663:
4664: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4665: preserves original file mode (if no $.mode specified)
4666:
4667: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4668: ^file::create now supports $.from-charset[] and $.to-charset
4669: options (implements feature #1061), automatic transcode is done
4670: if text file is created from binary file and charset is detected.
4671:
4672: 2016-07-30 moko
4673:
4674: * src/classes/table.C: ^t.hash[..;] now supported (related to
4675: feature #1057)
4676:
4677: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4678: added (related to feature #1057)
4679:
4680: * tests/: 286.html, results/286.processed: code tests coverage
4681:
4682: 2016-07-29 moko
4683:
4684: * src/classes/table.C: table size should be checked inside menu and
4685: foreach (related to feature #858)
4686:
4687: * src/: classes/curl.C, classes/file.C, classes/string.C,
4688: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4689: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4690: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4691: charsets.get now does str_upper inside (related to feature #1061)
4692:
4693: * tests/: 342.html, results/342.processed: more code coverage tests
4694:
4695: * tests/: 342.html, outputs/342.processed: table menu code coverage
4696: + foreach test added (related to feature #858)
4697:
4698: * tests/: 341.html, results/341.processed: tests for
4699: ^table.hash[]{code} added + code coverage tests (related to
4700: feature #1057)
4701:
4702: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4703: value} support (implements feature #1057)
4704:
4705: * src/classes/table.C: whitespace
4706:
4707: 2016-07-28 moko
4708:
4709: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4710: from URL, if not specified query string removed from url-based
4711: filenames in ^curl:load[] and ^file::load[] (related to feature
4712: #1042)
4713:
4714: 2016-07-27 moko
4715:
4716: * tests/: 340.html, results/340.processed: test for
4717: transcode_text_result=false added (related to issue #1042)
4718:
4719: 2016-07-26 moko
4720:
4721: * src/types/pa_vfile.C: file name should not be empty (if file path
4722: is folder and ends with /) (related to feature #1042)
4723:
4724: * src/main/pa_http.C: whitespace optimizaion
4725:
4726: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4727: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4728: multiple headers, ^file::load supports headers transcoding
4729: (implements feature #1042)
4730:
4731: 2016-07-25 moko
4732:
4733: * src/include/pa_common.h: PA_DEFAULT added
4734:
4735: 2016-07-22 moko
4736:
4737: * tests/: 338.html, results/338.processed: test for
4738: $date.field(value) added (related to feature #1066)
4739:
4740: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4741: $date.field(value) now supported for y/m/d/h/m/s (implements
4742: feature #1066)
4743:
1.105 moko 4744: 2016-07-21 moko
4745:
4746: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4747: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4748: arguments removed; image.C - absolute path shown in exception
4749: (implements feature #1071)
4750:
4751: * tests/: 235.html, results/235.processed: test and test result
4752: updated after static boundary in mail and Errors-To: mail header
4753: removed (related to feature #1047)
4754:
4755: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4756: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4757: used, static boundary in mail removed, Errors-To: mail header
4758: removed (implements feature #1047)
4759:
4760: 2016-07-20 moko
4761:
4762: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4763: equest.classes(): Value -> VStateless_class, part 3 (related to
4764: issue #1051)
4765:
4766: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4767: request.classes(): Value -> VStateless_class, part 2 (related to
4768: issue #1051)
4769:
4770: * tests/results/: 224.processed, 323.processed: classes without
4771: methods should not be methoded (related to issue #1051)
4772:
4773: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4774: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4775: -> VStateless_class, part 1 (related to issue #1051)
4776:
4777: * tests/: 337.html, results/337.processed: test for
4778: ^reflection:fields_reference[] and VHashReference class added
4779: (related to feature #1072)
4780:
4781: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4782: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4783: and VHashReference added, allowing ^reflection:fields_reference[]
4784: implementation (closes feature #1072)
4785:
4786: 2016-07-19 moko
4787:
4788: * tests/: 323.html, results/323.processed: we want to see
4789: "methoded"
4790:
4791: * tests/: 336.html, results/336.processed: test for $BASE:property
4792: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4793: #1059)
4794:
4795: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4796: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4797: somebody_entered_some_class, $BASE:property works again,
4798: ^BASE:method[] bugs fixed (fixes bug #1059)
4799:
4800: 2016-07-14 moko
4801:
4802: * tests/: 335.html, results/335.processed: test for feature #1055
4803: added
4804:
4805: * src/classes/hash.C: bugfix: $._default was not copied if empty
4806: feature: ^hash.contains[_default] added (implements feature
4807: #1055)
4808:
4809: 2016-07-13 moko
4810:
4811: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4812: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4813:
4814: 2016-07-05 moko
4815:
4816: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4817: in ^hash.foreach (related to feature #1073)
4818:
4819: 2016-07-04 moko
4820:
4821: * tests/: 134.html, 281.html, results/134.processed,
4822: results/281.processed: tests updated after hash blocking removed
4823: (related to feature #1073)
4824:
4825: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4826: no longer blocks on change during foreach (implements feature
4827: #1073)
4828:
4829: 2016-06-17 moko
4830:
4831: * tests/: 330.html, results/330.processed: try exception source
4832: test added (related to bug in #1062)
4833:
4834: * tests/: 334.html, results/334.processed: Exception stack trace
4835: test added (related to bug in $1062)
4836:
4837: * src/classes/op.C: Exception trace now correctly restored and
4838: errors reported (related to bug #1062)
4839:
1.104 moko 4840: 2016-05-25 moko
4841:
4842: * src/main/compile.y: minor cleanup + beauty
4843:
4844: 2016-05-24 moko
4845:
4846: * tests/: 333.html, results/333.processed: more exceptions testing
4847:
4848: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4849: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4850: features #1056, #1026)
4851:
4852: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4853: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4854: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4855: (implements feature #1056)
4856:
4857: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4858: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4859: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4860: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4861: feature #1026)
4862:
4863: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4864: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4865: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4866: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4867: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4868: feature #1026)
4869:
4870: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4871: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4872: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4873: SYMBOLS_CACHING define implemented (related to feature #1026)
4874:
4875: * src/main/main.vcproj: + ps_symbols
4876:
4877: * src/: include/Makefile.am, include/pa_string.h,
4878: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4879: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4880: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4881: types/pa_vstateless_class.C: initial implementation for symbols
4882: cache (related to feature #1026)
4883:
4884: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4885:
4886: * src/main/pa_globals.C: minor cleanup
4887:
4888: 2016-05-19 moko
4889:
4890: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4891: (related to feature #1046)
4892:
4893: * tests/: 331.html, results/331.processed: test for
4894: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4895: (related to feature #1051)
4896:
4897: * src/main/compile.y:
4898: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4899: (implements feature #1054)
4900:
4901: 2016-05-18 moko
4902:
4903: * src/types/pa_vtable.C, tests/results/324.processed: no more
4904: "column not found" exception for ^table.no-such-method[] (related
4905: to feature #1046)
4906:
4907: * tests/: 261.html, results/261.processed: test added and updated
4908: after feature #1046 implementation
4909:
4910: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4911: types/pa_vvoid.h: $string.anything works for whitespace strings,
4912: ^string.contains added for hash compatibility, $string.method no
4913: longer returns stting method (implements feature #1046)
4914:
4915: 2016-05-12 moko
4916:
4917: * src/classes/curl.C: content-type response header no longer
4918: ignored (fixes issue #1045)
4919:
4920: * tests/: 330.html, results/330.processed: test for incomplete
4921: finally execution when break occures added (related to issue
4922: #1077)
4923:
4924: * src/classes/op.C: bugfix: Request::skip reset is called before
4925: executing catch and finally code (fixes issue #1062)
4926:
4927: 2016-05-11 moko
4928:
4929: * tests/: 329.html, results/329.processed: test for invalid
4930: ^break[] behavour added (bug #1077)
4931:
4932: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4933:
4934: 2016-04-24 moko
4935:
4936: * src/types/pa_vstateless_class.h: warning war
4937:
4938: 2016-04-17 moko
4939:
4940: * tests/: 328.html, results/328.processed: test for
4941: ^break(condition) and ^continue(condition) (related to feature
4942: #1063)
4943:
4944: * src/classes/op.C: ^break(condition) and ^continue(condition)
4945: implemented (feature #1063)
4946:
4947: 2016-04-12 moko
4948:
4949: * tests/results/280.processed: ordered hash now used for class
4950: methods and properties (test results updated for feature #1069)
4951:
4952: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4953: to xdoc.C as under FreeBSD it was inited after and inheritance
4954: failed (related to issue #1051)
4955:
4956: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4957: are printed to check inheritance (related to feature #1051)
4958:
1.103 moko 4959: 2016-04-09 moko
4960:
4961: * tests/results/320.processed: ordered hash now used for class
4962: methods and properties (test results updated for feature #1069)
4963:
4964: * src/types/pa_vstateless_class.h: ordered hash now used for class
4965: methods and properties (implements feature #1069)
4966:
4967: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4968: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4969: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4970: feature #1051)
4971:
4972: 2016-04-07 moko
4973:
4974: * src/main/execute.C: returned Value in .CLASS case for VJunction
4975: (related to feature #1051)
4976:
4977: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4978: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4979: string constants deduplication (related to feature #1051)
4980:
4981: * tests/results/224.processed: test result updated (related to
4982: feature #1051)
4983:
4984: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4985: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4986: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4987: types/pa_vstatus.h: classes hash now contains only
4988: VStateless_class derived objects, .CLASS is also allways
4989: VStateless_class derived object (related to feature #1051).
4990:
4991: 2016-04-06 moko
4992:
4993: * tests/results/323.processed: test result updated after feature
4994: #1051 implementation
4995:
4996: * src/: classes/classes.h, classes/op.C, classes/response.C,
4997: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4998: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4999: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5000: types/pa_vresponse.C, types/pa_vresponse.h,
5001: types/pa_vstateless_class.h: base -> methoded_donor for static
5002: classes, type() moved from VStateless_class to VClass and
5003: Methoded (implements feature #1051)
5004:
5005: 2016-04-04 moko
5006:
5007: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5008: beauty: put_class added (related to feature #1051)
5009:
5010: 2016-04-01 moko
5011:
5012: * tests/results/: 175.processed, 192.processed, 224.processed,
5013: 229.processed, 244.processed, 246.processed, 316.processed: test
5014: results updated as class.type() removed from error messages, only
5015: type() left (related to feature #1051)
5016:
5017: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5018: classes/op.C, classes/reflection.C, main/compile.y,
5019: main/compile_tools.h, main/execute.C, main/pa_request.C,
5020: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5021: types/pa_vmethod_frame.h, types/pa_vobject.h,
5022: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5023: from VStateless_class, type() is used instead (related to feature
5024: #1051)
5025:
5026: * src/classes/mail.C: old logic restored.
5027:
5028: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5029: classes/classes.h, classes/curl.C, classes/date.C,
5030: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5031: classes/hashfile.C, classes/image.C, classes/inet.C,
5032: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5033: classes/memcached.C, classes/memory.C, classes/reflection.C,
5034: classes/regex.C, classes/response.C, classes/string.C,
5035: classes/table.C, classes/xdoc.C, classes/xnode.C,
5036: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5037: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5038: feature #1051)
5039:
5040: 2016-03-30 moko
5041:
5042: * tests/: 327.html, results/224.processed, results/327.processed:
5043: test for TZ specification in ^date::create[], TZ is kept during
5044: ^date::create[$dt] (related to feature #1048)
5045:
5046: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5047: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5048: feature #1048)
5049:
5050: 2016-03-29 moko
5051:
5052: * tests/: 315.html, results/315.processed: test for timezone format
5053: +HHmm added (related to feature #1065)
5054:
5055: * src/classes/date.C: timezone format +HHmm now supported
5056: (implements feature #1065)
5057:
5058: 2016-03-28 moko
5059:
5060: * tests/: 202.html, results/131.processed, results/202.processed,
5061: results/224.processed, results/256.processed,
5062: results/315.processed: test results updated after %.2d now
5063: default for hours offset in iso-string (was %2d), test for
5064: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5065: added (related to feature #1065)
5066:
5067: 2016-03-27 moko
5068:
5069: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5070: feature #1065)
5071:
5072: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5073: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5074: added (implements feature #1065)
5075:
5076: 2016-03-24 moko
5077:
5078: * tests/: 202.html, results/202.processed: test $date.week added
5079: (related to bug #1067)
5080:
5081: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5082: date (fix for bug #1067)
5083:
5084: 2016-03-10 moko
5085:
5086: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5087:
1.102 moko 5088: 2015-12-07 moko
5089:
5090: * tests/: 326.html, results/326.processed: test for .CLASS &
5091: .CLASS_NAME optimization added (related to feature #844)
5092:
5093: 2015-11-17 moko
5094:
5095: * tests/: 323.html, results/323.processed: order added
5096:
5097: * tests/: 325.html, results/325.processed: double range test added
5098: (related to bug #1049)
5099:
5100: 2015-11-16 moko
5101:
5102: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5103: added to disallow NaN and Infinity (fixes bug #1049)
5104:
5105: 2015-11-11 moko
5106:
5107: * tests/324.html: parser 3.4.3 execution support added (related to
5108: feature #1017)
5109:
5110: * tests/: 324.html, results/324.processed: test for
5111: GET_ELEMENT4CALL feature added (feature #1017)
5112:
1.101 moko 5113: 2015-10-29 moko
5114:
1.211 moko 5115: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5116:
5117: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5118:
5119: * src/main/pa_exec.C: get_exit_status implemented for Windows
5120: (related to bug #1043)
5121:
5122: 2015-10-28 moko
5123:
5124: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5125: hangup during ^file::exec (fixes bug #1043)
5126:
1.100 moko 5127: 2015-10-27 moko
5128:
5129: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5130:
1.99 moko 5131: 2015-10-26 moko
5132:
1.100 moko 5133: * tests/322.html, src/classes/reflection.C: arguments reorder
5134: (related to issue #1041)
5135:
5136: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5137: Copyright year updated
5138:
1.99 moko 5139: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5140: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5141: classes/form.C, classes/hash.C, classes/hashfile.C,
5142: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5143: classes/mail.C, classes/math.C, classes/memcached.C,
5144: classes/memory.C, classes/op.C, classes/reflection.C,
5145: classes/regex.C, classes/response.C, classes/string.C,
5146: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5147: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5148: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5149: include/pa_config_fixed.h, include/pa_config_includes.h,
5150: include/pa_dictionary.h, include/pa_dir.h,
5151: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5152: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5153: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5154: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5155: include/pa_request_charsets.h, include/pa_request_info.h,
5156: include/pa_sapi.h, include/pa_socks.h,
5157: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5158: include/pa_stack.h, include/pa_string.h,
5159: include/pa_stylesheet_connection.h,
5160: include/pa_stylesheet_manager.h, include/pa_table.h,
5161: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5162: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5163: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5164: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5165: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5166: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5167: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5168: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5169: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5170: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5171: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5172: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5173: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5174: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5175: main/pa_string.C, main/pa_stylesheet_connection.C,
5176: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5177: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5178: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5179: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5180: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5181: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5182: targets/isapi/parser3isapi.C, types/pa_junction.h,
5183: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5184: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5185: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5186: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5187: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5188: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5189: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5190: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5191: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5192: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5193: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5194: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5195: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5196: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5197: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5198: types/pa_vresponse.C, types/pa_vresponse.h,
5199: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5200: types/pa_vstateless_object.h, types/pa_vstatus.C,
5201: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5202: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5203: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5204: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5205: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5206:
5207: * src/targets/cgi/parser3.C: year updated
5208:
5209: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5210: issue #1041)
5211:
5212: * tests/: 323.html, results/323.processed: test for base classes
5213: added
5214:
5215: * tests/: 261.html, results/261.processed: updated after better
5216: error reporting done for $string.key exception
5217:
5218: * src/types/pa_vstring.h: better error report for $string.key
5219: exception
5220:
5221: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5222: copied as VObject::get_element4call to remove extra virtual call
5223:
5224: * tests/: 322.html, results/322.processed: test for
5225: ^reflection:is[] added (related to feature #1041)
5226:
5227: * src/classes/reflection.C: ^reflection:is empty value is void
5228: (related to feature #1041)
5229:
5230: * src/classes/reflection.C:
5231: ^reflection:is[class_name|code|method;[context;]element_name]
5232: added (implements feature #1041)
5233:
5234: 2015-10-24 moko
5235:
5236: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5237:
1.98 moko 5238: 2015-10-22 moko
5239:
5240: * tests/: 321.html, results/321.processed: test for
5241: ^reflection:method_info[] file detection added
5242:
5243: * tests/: 320.html, results/320.processed: test for
5244: ^reflection:class_by_name[class_name] added (related to feature
5245: #993)
5246:
5247: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5248: added (implements feature #993)
5249:
5250: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5251: (related to feature #1017)
5252:
5253: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5254: added (related to issue #1039)
5255:
5256: * src/main/pa_request.C: ^throw origin fixed (related to feature
5257: #1039)
5258:
5259: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5260: for VDate
5261:
5262: * tests/results/182.processed: updated after feature #1038
5263: implemented
5264:
5265: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5266: compile-time exception origin added (test for feature #1039)
5267:
5268: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5269: main/pa_request.C: exception unification: compile-time exceptions
5270: now have origin, @USE origins also tracked (implements feature
5271: #1039)
5272:
5273: 2015-10-20 moko
5274:
5275: * src/main/pa_request.C: cleanup
5276:
5277: 2015-10-15 moko
5278:
5279: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5280:
5281: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5282: types/pa_vtable.C: new feature: no more $table.method and
5283: $hash.method, aliases for _at, _count, _key (related to feature
5284: #1017)
5285:
1.97 moko 5286: 2015-10-14 moko
5287:
1.98 moko 5288: * tests/: 317.html, results/317.processed: test for
5289: ^string.unescape[] added (related to feature #120)
5290:
1.97 moko 5291: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5292: defined" bug (described in issue #1036)
5293:
5294: * tests/: 247.html, results/247.processed: test for checkBOM added
5295: (test for bug #1037)
5296:
5297: * src/: include/pa_charsets.h, main/pa_charsets.C,
5298: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5299: it's not enforced, skips BOM signature if it complies charset
5300: (fixes bug #1037)
5301:
5302: 2015-10-13 moko
5303:
5304: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5305: linking
5306:
5307: * src/classes/inet.C: vs2003 compilation fix
5308:
5309: * src/classes/math.C: warning war
5310:
5311: * src/lib/punycode/pa_punycode.c: warning war
5312:
5313: 2015-10-12 moko
5314:
5315: * src/lib/punycode/pa_punycode.c: warning war
5316:
5317: * parser3.sln: moved parser3 first, to make it default startup
5318: project
5319:
5320: * buildall: parser "mirror" now used for external libs sources
5321: (implements feature #1036)
5322:
5323: * buildall: most external libs are updated to their current
5324: versions (related to feature #1036)
5325:
5326: * src/classes/image.C: more tags added
5327:
5328: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5329:
5330: 2015-10-11 moko
5331:
5332: * src/classes/curl.C: minor optimization (related to feature #1035)
5333:
5334: 2015-10-09 moko
5335:
5336: * src/classes/curl.C: pa_strdup added for strings from curl
5337: (related to feature #1035)
5338:
5339: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5340: ULLONG_MAX definition
5341:
5342: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5343: (implements feature #1035)
5344:
5345: * src/main/pa_charset.C: String::Body(String::C) used
5346:
5347: * src/main/pa_charset.C: exceptions unified
5348:
5349: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5350: unified
5351:
5352: * src/: classes/file.C, classes/image.C, classes/mail.C,
5353: classes/op.C, classes/xdoc.C, classes/xnode.C,
5354: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5355: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5356: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5357: String::Body(String::C) constructor added (related to bug #957)
5358:
5359: * src/classes/file.C: minor optimization
5360:
5361: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5362: Cord(char*) autocreation (related to bug #957)
5363:
5364: * src/: classes/string.C, main/untaint.C: minor optimizations
5365:
5366: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5367: String(char*, Lang, length) removed, String(C(), Lang) used
5368: instead (related to bug #957)
5369:
5370: 2015-10-08 moko
5371:
5372: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5373: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5374: main/untaint.C: Now char * is converted to CORD only using
5375: AS_CORD() to check for empty cord bug (fixes bug #957)
5376:
5377: * src/include/pa_hash.h: fixed compilation without
5378: HASH_CODE_CACHING
5379:
5380: * src/classes/string.C:
5381: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5382: feature #120)
5383:
5384: * src/main/pa_common.C: reduce js flags checks count (related to
5385: feature #120)
5386:
1.96 moko 5387: 2015-10-07 moko
5388:
5389: * tests/: 275.html, results/275.processed: test modified after
5390: unsigned long long int support implemented (feature #1034)
5391:
5392: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5393: pa_atoul added for unsigned long long int support
5394:
5395: 2015-10-06 moko
5396:
5397: * src/types/pa_vdate.C: INT_MAX used
5398:
5399: 2015-10-03 moko
5400:
5401: * tests/: 302.html, results/302.processed: test for bug #1023
5402: (\u2028, \u2029 escaping) added
5403:
5404: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5405: json:string[] (fixes bug #1023)
5406:
5407: 2015-09-29 moko
5408:
5409: * tests/305.html: try-catch added for OS without ipv6 support
5410:
5411: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5412: compilation
5413:
5414: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5415: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5416: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5417: implemented to distinguish ^hash.method from $hash.field
5418: (implements feature #1017)
5419:
5420: * src/lib/punycode/pa_punycode.c: warning war
5421:
5422: * src/include/pa_config_includes.h: warning war
5423:
5424: * src/include/pa_config_includes.h: pragma warning actualized a bit
5425:
5426: * src/include/pa_config_includes.h: warning war
5427:
5428: * src/include/pa_hash.h: clang compilation fix
5429:
5430: 2015-09-27 moko
5431:
5432: * src/main/compile.tab.C: Bison 3 is now default
5433:
5434: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5435:
5436: 2015-09-25 moko
5437:
5438: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5439: works with undefined HASH_ORDER (related to feature #196)
5440:
5441: 2015-09-24 moko
5442:
5443: * tests/: 027.html, results/027.processed: test modified to test
5444: ^hash.sort (feature #196)
5445:
5446: * src/: classes/hash.C, include/pa_hash.h:
5447: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5448: added (implements feature #196)
5449:
5450: * tests/: 316.html, results/316.processed: Added test for bug #1025
5451: (exception handling in non-cached ^cache), plus for "it does not
5452: have logical value" and "$exception.handled value must be either
5453: boolean or string 'cache'" exceptions.
5454:
5455: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5456: code (fixes bug #1025)
5457:
1.95 moko 5458: 2015-09-23 moko
5459:
5460: * src/classes/table.C: warning war
5461:
5462: * src/: classes/math.C, types/pa_vcookie.C: warning war
5463:
5464: * src/classes/file.C: warning war
5465:
5466: * src/: include/pa_table.h, main/pa_table.C: warning war
5467:
5468: * src/: main/pa_request.C, classes/date.C: warning war
5469:
5470: * src/: types/pa_vdate.C, classes/op.C: warning war
5471:
5472: * tests/: 122.html, results/122.processed: win sync: to remove
5473: differences with OS that doesn't keep timezone change history
5474:
5475: * src/types/pa_vdate.C: tzset() should be called in Windows after
5476: TZ change (related to feature #36)
5477:
5478: * tests/: 075.html, results/075.processed: win sync: to remove
5479: differences with OS that doesn't keep timezone change history
5480:
5481: * tests/: 315.html, results/315.processed: win sync: to remove
5482: differences with OS that doesn't keep timezone change history
5483:
5484: * tests/: 256.html, results/256.processed: win sync: to remove
5485: differences with OS that doesn't keep timezone change history
5486:
5487: * tests/: 124.html, results/124.processed: win results sync: to
5488: avoid hitting time change hole.
5489:
5490: * src/types/pa_vdate.C: static returned. :)
5491:
5492: 2015-09-22 moko
5493:
5494: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5495:
5496: * tests/results/131.processed: more tests for feature #1032
5497:
5498: * src/classes/date.C: minor fix related to feature #1032
5499:
1.211 moko 5500: * operators.ru.txt, operators.txt: ISO date creation documented
5501: (related to feature #1032)
1.95 moko 5502:
1.211 moko 5503: * operators.ru.txt, operators.txt: iso-string documented (related
5504: to feature #1032)
1.95 moko 5505:
5506: * tests/: 315.html, results/315.processed: more tests added
5507: (related to feature #1032)
5508:
5509: * tests/: 131.html, results/131.processed: date range checks
5510: updated (related to feature #36)
5511:
5512: * tests/: 315.html, results/057.processed, results/315.processed:
5513: test added for ISO date support (related to issue #315)
5514:
5515: * src/classes/date.C: more readable exceptions in date creation
5516: (related to ticket #1032)
5517:
5518: 2015-09-18 moko
5519:
5520: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5521: added (related to issue #1032)
5522:
5523: * tests/results/256.processed, src/classes/json.C: iso-string
5524: documented (related to issue #1032)
5525:
5526: * tests/: 256.html, results/256.processed: ISO date check added
5527: (related to issue #1032)
5528:
5529: * tests/: 057.html, results/057.processed, results/224.processed:
5530: tests results updated after ISO date support implemented (related
5531: to feature #1032)
5532:
5533: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5534: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5535: ^date::create[string] constructor formalized, ^date.iso-string[]
5536: added (implements feature #1032)
5537:
5538: 2015-09-05 moko
5539:
1.211 moko 5540: * operators.ru.txt, operators.txt: actualized
1.95 moko 5541:
1.211 moko 5542: * operators.ru.txt, operators.txt: date changes documented (related
5543: to ticket #36)
1.95 moko 5544:
5545: 2015-09-04 moko
5546:
5547: * src/types/pa_vdate.C: warning war
5548:
5549: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5550:
5551: 2015-09-03 moko
5552:
5553: * tests/results/096.processed: test result updated for 0..9999 year
5554: date range support (related to feature #36)
5555:
5556: * tests/: 314.html, results/314.processed: test for
5557: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5558: bug #1031)
5559:
5560: * src/classes/string.C: Static calls fixed for ^string:base64[],
5561: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5562:
1.116 moko 5563: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5564: configure.in -> configure.ac
1.95 moko 5565:
1.116 moko 5566: * configure, configure.in, src/include/pa_config_auto.h.in: more
5567: correct timezone check for FreeBSD Warning war: configure.in ->
5568: configure.ac
1.95 moko 5569:
5570: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5571: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5572: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5573: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5574: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5575: src/main/Makefile.am, src/targets/apache/Makefile.am,
5576: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5577: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5578: check added
5579:
5580: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5581:
5582: * tests/results/: 124.processed, 224.processed: test resuls updated
5583: for new date implementation (related to feature #36)
5584:
5585: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5586: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5587: types/pa_vdate.h: new double date implementation with internal
5588: support for extended 0..9999 year range, default timezone support
5589: (related to feature #36)
5590:
5591: 2015-08-28 moko
5592:
5593: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5594: (fixes bug #1030)
5595:
5596: 2015-08-21 moko
5597:
5598: * src/classes/inet.C: snprintf size "bug" commented
5599:
5600: * src/main/pa_common.C: snprintf comments updated
5601:
5602: 2015-08-16 moko
5603:
5604: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5605:
5606: 2015-08-11 moko
5607:
5608: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5609: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5610: can be null (fixes bug #1029)
5611:
5612: 2015-08-06 moko
5613:
1.116 moko 5614: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5615: pa_vdate.C added
1.95 moko 5616:
5617: 2015-08-05 moko
5618:
5619: * tests/: 313.html, results/313.processed: test for
5620: ^table.count[columns] and ^table.flip[] with nameless tables
5621: (feature #1003)
5622:
5623: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5624: max_cell added, now ^table.count[columns] and ^table.flip[] works
5625: correctly for nameless tables (implements feature #1003)
5626:
5627: 2015-08-03 moko
5628:
5629: * tests/312.html: test for ^table.append[$hash] and
5630: ^table.insert[$hash] added (related to feature #1028)
5631:
5632: * src/classes/table.C: ^table.append[$hash] and
5633: ^table.insert[$hash] now supported (implements feature #1028)
5634:
5635: * tests/: 312.html, results/312.processed: test row copy in
5636: ^table.hash[; $.type[table] ] added (related to feature #1016)
5637:
5638: * src/classes/table.C: row copy now created in ^table.hash[;
5639: $.type[table] ] (related to feature #1016)
5640:
5641: 2015-07-29 moko
5642:
5643: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5644: added (related to feature #1016)
5645:
5646: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5647: ^table.delete[] added to delete current row (related to feature
5648: 1016)
5649:
5650: 2015-07-28 moko
5651:
5652: * tests/: 312.html, results/312.processed: test for
5653: $table.column[value] and ^table.insert{row} (related to feature
5654: #1016)
5655:
5656: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5657: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5658: ^table.insert{row} are now implemented (feature #1016)
5659:
5660: * src/include/pa_array.h: Optimization: bool reverse removed from
5661: append(), insert() added, memmove arguments order in remove()
5662: fixed (related to feature #1016)
5663:
5664: 2015-07-23 moko
5665:
5666: * src/classes/json.C: tainted json and empty json exception added
5667: (implements feature #1015)
5668:
5669: * tests/: 311.html, results/311.processed: empty json and tainted
5670: json exception test added (related to issue #1015)
5671:
5672: 2015-07-22 moko
5673:
5674: * tests/: 311.html, results/311.processed: test for UTF-8
5675: processing added
5676:
5677: * tests/: 311.html, results/311.processed: test for
5678: json_exception_with_source added (related to issue #394)
5679:
5680: * src/classes/json.C: json_exception_with_source added (implements
5681: feature #394)
5682:
5683: 2015-06-29 moko
5684:
5685: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5686: directories are now correctly determined if _d_type == DT_UNKNOWN
5687: (closes bug #1027)
5688:
5689: 2015-06-10 moko
5690:
5691: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5692: error if libxml has LIBXML_ICU_ENABLED.
5693:
5694: 2015-06-04 moko
5695:
5696: * tests/099.html: ups, reverting
5697:
5698: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5699: results/310.processed: tests for $response:body[ $.file[] ] and
5700: $response:last-modified added
5701:
5702: * src/main/pa_request.C: last-modified check fixed
5703:
5704: 2015-06-03 moko
5705:
5706: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5707: results/205.processed, results/293.processed: $response:headers
5708: logging added (tests for feature #1007)
5709:
5710: * src/: include/pa_common.h, include/pa_request.h,
5711: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5712: $response:headers are now in uppercase (closes feature #1007)
5713:
5714: 2015-06-02 moko
5715:
5716: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5717: build errors reverted for clang compatibility
5718:
5719: 2015-06-01 moko
5720:
5721: * src/include/pa_memory.h: -pedantic build errors fixed
5722:
5723: * src/classes/math.C: -pedantic build error fixed
5724:
5725: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5726:
5727: 2015-05-31 moko
5728:
5729: * src/classes/table.C: USE_STRINGSTREAM optimized
5730:
5731: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5732: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5733: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5734: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5735: types/pa_vxnode.h: warning war (-pedantic flag)
5736:
5737: 2015-05-28 moko
5738:
5739: * tests/: 308.html, results/308.processed: test for
5740: ^table::create[$t;], etc work added (related to bug #975)
5741:
5742: * src/classes/table.C: check_option_param removed,
5743: ^table::create[$t;], etc now works (fixes bug #975)
5744:
5745: 2015-05-27 moko
5746:
5747: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5748: (Debian jessie) fixed (closes issue #1024)
5749:
5750: * tests/Makefile: sort added as in Debian jessie list become
5751: unsorted
5752:
5753: 2015-05-18 moko
5754:
5755: * tests/: 201.html, results/201.processed: test for
5756: ^string.trim[what] feature #1022
5757:
5758: * src/classes/string.C: ^string.trim[what] now supported,
5759: implements feature #1022
5760:
5761: 2015-05-17 moko
5762:
5763: * tests/results/185.processed: test result updated as feature #1021
5764: implemented (left/right accept negative parameter)
5765:
5766: * src/classes/string.C: left/right now accept negative parameter
5767: (implements feature #1021)
5768:
5769: 2015-05-08 moko
5770:
5771: * src/classes/math.C: isalnum -> pa_isalnum
5772:
5773: * src/main/execute.C: optimization in getter-junction processing
5774: (related to issue #997)
5775:
5776: 2015-05-07 moko
5777:
5778: * tests/: 307.html, results/307.processed: test for issue #997
5779: added
5780:
5781: * src/main/execute.C: process_getter result now checked if junction
5782: returned (closes issue #997)
5783:
5784: * tests/: 305.html, results/305.processed: sort added to ignore
5785: different order
5786:
5787: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5788: assignment (closes issue #994)
5789:
5790: * tests/: 306.html, results/306.processed: test for issue #994
5791: added
5792:
5793: * tests/: 303.html, results/303.processed: two more errors tested
5794:
5795: 2015-05-06 moko
5796:
5797: * tests/: 305.html, results/305.processed: test for name2ip &
5798: ip2name added (related to feature #992)
5799:
5800: * tests/: 303.html, 304.html, results/303.processed,
5801: results/304.processed: tests for idna conversion added (related
5802: to issue #849)
5803:
5804: 2015-05-02 moko
5805:
5806: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5807: implemented
5808:
5809: 2015-04-30 moko
5810:
5811: * src/main/pa_http.C: idna_host added, related to issue #849
5812:
5813: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5814: (related to issue #849)
5815:
5816: 2015-04-24 moko
5817:
5818: * src/types/pa_vjunction.C: warning war
5819:
5820: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5821: unification
5822:
5823: * src/lib/punycode/pa_idna.c: warning war
5824:
5825: 2015-04-22 moko
5826:
5827: * src/main/main.vcproj: punycode include path added
5828:
5829: * src/lib/punycode/pa_idna.c: windows compile error fixed
5830:
5831: * src/lib/punycode/pa_idna.c: warning war
5832:
5833: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5834: project file added
5835:
5836: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5837:
5838: * src/include/pa_memory.h: warning war
5839:
5840: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5841: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5842: implemented (related to feature #849)
5843:
5844: * configure.in, src/main/Makefile.am,
5845: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5846: libpunycode added in Unix
5847:
5848: 2015-04-21 moko
5849:
5850: * configure.in: large files support
5851:
5852: 2015-04-15 moko
5853:
5854: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5855: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5856: pa_punycode.h: initial version for punycode/idna support library
5857: (ticket #849)
5858:
5859: 2015-04-08 moko
5860:
5861: * src/: classes/curl.C, classes/date.C, classes/file.C,
5862: classes/image.C, classes/mail.C, classes/reflection.C,
5863: classes/string.C, classes/xnode.C, include/pa_request.h,
5864: include/pa_string.h, include/pa_stylesheet_connection.h,
5865: main/compile.y, main/compile_tools.h, main/execute.C,
5866: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5867: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5868: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5869: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5870: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5871: clang compiler warnings (closes issue #1018)
5872:
5873: * src/include/pa_string.h: String::Body comparation operators with
5874: char * added (related to issue #958)
5875:
5876: 2015-04-07 moko
5877:
5878: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5879: pa_malloc/pa_free to remove system malloc/free usage (related to
5880: issue #1018)
5881:
5882: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5883: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5884: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5885: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5886: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5887: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5888: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5889: malloc/strdup/free replaced with pa_ version and checks for
5890: accidental use of non-pa_ version added (related to issue #1018)
5891:
5892: 2015-04-03 moko
5893:
5894: * buildall: pcre-8.33 -> pcre-8.36
5895:
5896: * src/: main/compile.y, classes/form.C, classes/mail.C,
5897: classes/op.C, classes/string.C, main/compile.tab.C,
5898: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5899: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5900: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5901: ticket #958)
5902:
5903: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5904: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5905: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5906: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5907: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5908: $request:headers, $request:method added (implements feature
5909: #1007)
5910:
5911: 2015-03-17 misha
5912:
5913: * tests/302.html: - test for
5914: ^json:string[...;$._default[method-name]]
5915:
5916: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5917: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5918: option $._default[method-name] is specified in ^json:string[], a
5919: method with specified name will be called for classes/objects
5920: serialization ( new feature: #982 )
5921:
5922: 2015-03-16 misha
5923:
5924: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5925: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5926: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5927: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5928: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5929: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5930: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5931: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5932: types/pa_vrequest.h, types/pa_vstateless_class.C,
5933: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5934: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5935: $var.CLASS_NAME now have special opcodes. This can be switched
5936: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5937: on pa_opcode.h ( new feature: #844 )
5938:
5939: 2015-03-15 misha
5940:
5941: * tests/075.html: - test for $response:header[]
5942:
5943: * src/types/pa_vresponse.C: - $response:header[] deletes header
5944: that was set earlie ( new feature: #1001 )
5945:
5946: 2015-03-12 misha
5947:
5948: * tests/246.html: - more tests for ^hash._at[]
5949:
5950: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5951: accepts second param [key|value|hash] ( new feature: #1012 )
5952:
5953: 2015-03-09 moko
5954:
5955: * src/types/pa_vmail.C: exception for everything but
5956: $mail:received, closes issue #1011
5957:
5958: 2015-02-20 moko
5959:
5960: * tests/: 275.html, results/275.processed: hex detection in
5961: pa_atoui fix test (closes issue #1010)
5962:
5963: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5964: issue #1010)
5965:
5966: 2015-02-17 moko
5967:
5968: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5969: tainted.
5970:
5971: 2015-02-03 misha
5972:
5973: * tests/301.html: - test for ^json:string($double) causes
5974: exception. bugfix: #1008
5975:
5976: * src/classes/json.C: - ^json:string($double) causes exception.
5977: bugfix: #1008
5978:
5979: * tests/014.html: - updated for work with ^hash.delete[]
5980:
5981: 2015-01-12 misha
5982:
5983: * src/: classes/form.C, include/pa_common.h,
5984: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5985: types/pa_vform.h: - supports body with PUT method as well ( new
5986: feature: #1006 )
5987:
5988: * src/classes/file.C: - warnings war
5989:
5990: 2015-01-11 misha
5991:
5992: * tests/300.html: - test for ^hash.delete[] is added
5993:
5994: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5995: feature: #989 ) - tiny optimization in intersects
5996:
5997: 2015-01-06 moko
5998:
5999: * src/types/pa_vmail.C: file names transcode added, to and cc added
6000: with transcode, attachments detection fixed
6001:
6002: * src/main/pa_request.C: filling mail received after cgi/auto.p
6003: load to allow charset switch (related to issue #996)
6004:
6005: 2014-12-31 moko
6006:
6007: * src/types/pa_vmail.C: from and subject now transcoded if not
6008: UTF-8 source charset (fixes issue 996)
6009:
6010: * src/main/pa_exception.C: fixed string from stack bug (closes
6011: issue #1000)
6012:
6013: 2014-12-11 misha
6014:
6015: * src/types/pa_vhashfile.C: - check if key is not empty before
6016: access ( bug fix: #1005 )
6017:
6018: 2014-11-13 misha
6019:
6020: * src/main/compile.y: - PC.append does not reset to false while
6021: creating a new class. bugfix: #990
6022:
6023: * tests/299.html: - test for creation class after working with
6024: partial class (create+append)
6025:
6026: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6027: #995
6028:
6029: * tests/232.html: - test for @get[def] added
6030:
6031: 2014-10-12 moko
6032:
6033: * src/lib/pcre/pcre_internal.vcproj: correct path
6034:
6035: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6036: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6037: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6038: targets/apache/ApacheModuleParser3.vcproj,
6039: targets/apache/ApacheModuleParser3Core.vcproj,
6040: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6041: types/types.vcproj: project GUID inserted in *.vcproj for correct
6042: conversion in newer VS versions
6043:
6044: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6045: pcre_internal.vcproj added
6046:
6047: 2014-08-28 moko
6048:
6049: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6050: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6051: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6052:
6053: 2014-06-30 misha
6054:
6055: * tests/298.html: - tests for ^reflection:def[class;className]
6056: added
6057:
6058: * src/classes/reflection.C: - ^reflection:def[class;className]
6059: added ( new feature: #918 )
6060:
6061: 2014-06-29 misha
6062:
6063: * src/classes/table.C: - ^table::create[unsupported data] -
6064: exception comment changed to "body must be table or code" ( bug
6065: fix: #951 )
6066:
6067: * tests/: 261.html, results/261.processed: - tests for
6068: ^json:string[...;$.void[null|string]] added
6069:
6070: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6071: option $.void[string|null] added to ^json:string[...] ( new
6072: feature: #952 )
6073:
6074: 2014-06-28 moko
6075:
6076: * src/classes/curl.C: $.charset now processed before other curl
6077: options (closes issue #980)
6078:
6079: 2014-05-23 misha
6080:
6081: * src/classes/json.C: - bug fix: #987
6082:
6083: 2014-05-04 misha
6084:
6085: * tests/: 253.html, 253_json.txt: - test for
6086: ^json:parse[$.int(false)] is added
6087:
6088: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6089: default true). The option is similar to $.double(bool) but for
6090: integers.
6091:
6092: 2014-05-01 moko
6093:
6094: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6095: #12 )
6096:
6097: 2014-04-16 moko
6098:
6099: * src/main/pa_http.C: response-charset option should finally work
6100: now (fix for issue #867)
6101:
6102: * src/main/pa_http.C: response-charset option should work now (fix
6103: for issue #867)
6104:
6105: 2014-03-07 moko
6106:
6107: * buildall: libgc moved
6108:
6109: * buildall: libgc moved
6110:
6111: 2013-12-29 moko
6112:
6113: * src/classes/string.C: ^string:js-unescape result now tainted,
6114: closes issue #966
6115:
6116: * tests/: 186.html, results/186.processed: ^string:js-unescape
6117: result now tainted, issue #966
6118:
6119: 2013-12-03 moko
6120:
6121: * src/: classes/memcached.C, types/pa_vmemcached.C,
6122: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6123: option was added for http://www.parser.ru/forum/?id=79343
6124:
6125: * src/classes/file.C: bugfix for
6126: http://www.parser.ru/forum/?id=79337
6127:
6128: 2013-11-05 moko
6129:
6130: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6131:
6132: * src/main/pa_globals.C: spelling fixed
6133:
6134: 2013-10-29 moko
6135:
6136: * src/lib/json/json.vcproj: json.c -> pa_json.C
6137:
6138: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6139: #892
6140:
6141: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6142: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6143: exceptions to be thrown thougth json library), related to issue
6144: #892
6145:
6146: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6147: related to issue #896
6148:
6149: 2013-10-24 moko
6150:
6151: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6152:
6153: 2013-10-23 moko
6154:
6155: * README: actualization
6156:
6157: 2013-10-22 moko
6158:
6159: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6160: compatibility patch from Sergey Kirpichev
6161:
6162: * tests/: 297.html, results/297.processed: non-working getter fix
6163: test for issue #948
6164:
6165: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6166: called when saving value of $match variable in ^string.match[] to
6167: increase compatibility (related to issue #948).
6168:
6169: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6170: usage optimization
6171:
6172: 2013-10-21 moko
6173:
6174: * tests/: 182.html, results/182.processed: local path removed for
6175: compatibility
6176:
6177: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6178: results/244.processed, results/253.processed,
6179: results/254.processed, results/275.processed,
6180: results/281.processed: try_catch -> try-catch
6181:
6182: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6183: results/294.processed, results/296.processed: try_catch ->
6184: try-catch
6185:
6186: 2013-10-20 moko
6187:
6188: * tests/: 296.html, results/296.processed: test for xsl exception
6189: for issue #938 added.
6190:
6191: * src/: include/pa_xml_exception.h,
6192: main/pa_stylesheet_connection.C: forgotten to be replaced
6193: XmlException is now replaced (once again closes issue #938)
6194:
6195: 2013-10-18 moko
6196:
6197: * buildall: disable clock_gettime detection to avoid librt linking
6198: (which in turn depends on libpthread), related to issue #943
6199:
6200: 2013-10-18 misha
6201:
6202: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6203: lib/smtp/smtp.vcproj, main/main.vcproj,
6204: targets/apache/ApacheModuleParser3Core.vcproj,
6205: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6206: types/types.vcproj: - new locations for libxml2 includes where
6207: added to vcproj files
6208:
6209: 2013-10-18 moko
6210:
6211: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6212: fix
6213:
6214: * tests/: 295.html, results/295.processed: test for issue #948
6215: updated
6216:
6217: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6218: :)
6219:
6220: * tests/: 295.html, results/295.processed: test for issue #948
6221: added
6222:
6223: * src/: classes/hash.C, classes/string.C, classes/table.C,
6224: include/pa_request.h, types/pa_method.h: for getters and setters
6225: to be executed request.put_element should be called, not
6226: context.put_element (fixes issue #948)
6227:
6228: 2013-10-17 moko
6229:
6230: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6231: LIBXML2_NEW_BUFFER check (closes issue #943)
6232:
6233: * buildall: libxml 2.9.1 build is broken --without-reader.
6234:
6235: 2013-10-16 moko
6236:
6237: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6238:
6239: * tests/: 294.html, results/294.processed: test for issue #938
6240:
6241: * src/: classes/xdoc.C, classes/xnode.C,
6242: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6243: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6244:
6245: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6246: libxslt-1.1.26 -> libxslt-1.1.28
6247:
6248: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6249: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6250: to '?', related to issue #938
6251:
6252: 2013-10-15 moko
6253:
6254: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6255: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6256: minor optimizations (closes issue #896)
6257:
6258: * tests/results/: 292.processed, 293.processed: results updated to
6259: comply with issue #896
6260:
6261: * tests/: 292.html, 293.html, results/292.processed,
6262: results/293.processed: tests for json escaping
6263:
6264: 2013-10-14 moko
6265:
6266: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6267: and cleanup, code moved from .h to .C, no changes in code
6268:
6269: 2013-10-12 moko
6270:
6271: * tests/results/119.processed: updated test result commited
6272:
6273: * tests/: 291.html, results/291.processed: test for issue #894
6274: added
6275:
6276: * src/types/pa_wcontext.h: base methods call support function
6277: get_somebody_entered_some_class should not be true forever, as
6278: wcontext can have many get_elements calls (fixes issue #894)
6279:
6280: 2013-10-11 moko
6281:
6282: * tests/: 290.html, results/290.processed: test for junction GPF
6283: issue #942 added
6284:
6285: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6286: to native method fixed (closes issue #942)
6287:
6288: * tests/: 158.html, results/158.processed: test for csv-string[]
6289: added
6290:
6291: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6292: feature #907)
6293:
6294: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6295: feature #907)
6296:
6297: 2013-10-09 moko
6298:
6299: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6300: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6301: types/pa_vstateless_class.C: GET_default, SET_default now works
6302: properly not only in objects, but in classes as well (closes
6303: issue #903)
6304:
6305: * tests/: 289.html, results/289.processed: GET/SET_default now
6306: works in classes, not only objects, test case added, related to
6307: issue #903
6308:
6309: * tests/: 288.html, results/288.processed: test for endless
6310: recursion bug added (related to issue #903)
6311:
6312: 2013-10-05 moko
6313:
6314: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6315: classes/table.C, main/execute.C, types/pa_method.h,
6316: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6317: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6318: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6319: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6320: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6321: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6322: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6323: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6324: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6325: optimization: put_element no longer has "bool areplace" argument,
6326: related to issue #903
6327:
6328: 2013-10-03 moko
6329:
6330: * tests/results/182.processed: result for $.replace(false) test
6331: commited
6332:
6333: * src/classes/date.C: ^date::create(number) processed correctly
6334: (fixes issue #901)
6335:
6336: * src/classes/image.C: as_no_junction removed, as param can be
6337: expression (closes issue #931)
6338:
6339: * tests/233.html: test for issue #931 added
6340:
6341: 2013-10-02 moko
6342:
6343: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6344: modified, test for $.replace(false) added
6345:
6346: * src/main/compile_tools.h: forgotten class replace returned. :)
6347:
6348: 2013-09-30 moko
6349:
6350: * tests/: 141.html, results/141.processed: md5 tainting test added
6351:
6352: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6353: main/compile_tools.h, main/pa_request.C: allow_class_replace
6354: implemented; $.replace option added to ^process and ^use
6355:
6356: 2013-08-27 moko
6357:
6358: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6359: cstr_to_string_body_untaint should be called with charsets for
6360: possible uri language and connection for possible sql language.
6361: related to issue #857
6362:
6363: * buildall: and -> or fixed
6364:
6365: 2013-08-26 moko
6366:
6367: * buildall: prepare_ functions logic changed to support
6368: gc-7.2d.tar.gz extracting to gc-7.2 directory
6369:
6370: 2013-08-23 moko
6371:
6372: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6373: statically
6374:
6375: 2013-08-22 moko
6376:
6377: * src/classes/string.C: String::Empty used (related to issue #912)
6378: append_know_length removed (related to old GPF bug)
6379:
6380: 2013-08-21 moko
6381:
6382: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6383:
6384: * src/classes/math.C: ^math:digest[...;$file] support added
6385: (related to ticket #857
6386:
6387: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6388: implemented
6389:
6390: * src/types/pa_vhashfile.h: warning war
6391:
6392: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6393: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6394: anti_endless_json_string_recoursion removed from request;
6395: json_string_recoursion added to json_options; $.indent[indent
6396: value] now supported and passed within recoursion closes feature
6397: #937
6398:
6399: * tests/: 287.html, results/287.processed: test for feature #937
6400:
6401: 2013-07-31 moko
6402:
6403: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6404: compilation having #define _S
6405:
6406: * src/main/pa_globals.C: cleanup
6407:
6408: 2013-07-30 moko
6409:
6410: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6411: main/pa_common.C: vs2003 warning war
6412:
6413: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6414:
6415: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6416:
6417: * src/lib/md5/pa_sha2.c: warning war
6418:
6419: 2013-07-29 moko
6420:
6421: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6422: patches from github
6423:
6424: * src/: classes/bool.C, classes/double.C, classes/int.C,
6425: classes/memcached.C, include/pa_config_includes.h,
6426: types/pa_vfile.C, types/pa_vfile.h: warning war
6427:
6428: * src/lib/json/json.vcproj: C++ -> C
6429:
6430: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6431:
6432: * src/lib/json/: json.c, pa_json.C: windows compatibility
6433:
6434: * src/lib/json/: json.c, pa_json.C: windows compatibility
6435:
6436: * src/lib/json/: json.c, pa_json.C: warning war
6437:
6438: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6439:
6440: * src/include/pa_config_fixed.h: uint16_t added
6441:
6442: * configure.in: uint16_t check added
6443:
6444: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6445: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6446: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6447: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6448: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6449:
6450: 2013-07-25 moko
6451:
6452: * parser3.sln: dependencies added
6453:
6454: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6455: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6456: module support
6457:
6458: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6459:
6460: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6461:
6462: 2013-07-23 moko
6463:
6464: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6465: PA_DEBUG_GC_MEMORY removed
6466:
6467: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6468: PA_DEBUG_DISABLE_GC compilation fix
6469:
6470: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6471: main/pa_request.C: outdated RESOURCES_DEBUG removed
6472:
6473: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6474: garbage cleanup
6475:
6476: * src/main/pa_common.C: warning war
6477:
6478: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6479:
6480: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6481: minor cleanup
6482:
6483: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6484: uses cygwin, not WIN32 implementation
6485:
6486: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6487: able to exec shell scripts
6488:
6489: * src/classes/math.C: ifdef WIN32 cleanup
6490:
6491: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6492:
6493: * src/classes/curl.C: LT_MODULE_EXT used
6494:
6495: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6496:
6497: 2013-07-22 moko
6498:
6499: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6500: includes fix
6501:
6502: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6503:
6504: * configure.in, src/include/pa_config_includes.h,
6505: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6506: src/main/pa_exec.C: includes cleanup
6507:
6508: * src/targets/cgi/parser3.C: 2012->2013
6509:
6510: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6511:
6512: * configure.in, src/include/pa_config_includes.h,
6513: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6514: src/main/pa_random.C, src/main/pa_socks.C,
6515: src/types/pa_vstatus.C: cygwin support cleanup
6516:
6517: * configure.in: dirent.h check added
6518:
6519: * src/: include/pa_config_includes.h, include/pa_dir.h,
6520: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6521: not copied
6522:
6523: 2013-07-21 moko
6524:
6525: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6526:
6527: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6528: parser3.vcproj: unused getopt.h / getopt.c removed
6529:
1.211 moko 6530: * operators.ru.txt, operators.txt, src/classes/file.C,
6531: tests/022.html, tests/results/022.processed:
6532: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6533:
6534: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6535: src/main/pa_dir.C: ^file:list[] now has dir column and when
6536: $.stat(true) it has size/*date columns modified patch from misha@
6537: that closes issue #914.
6538:
6539: * src/: include/pa_config_includes.h, main/pa_globals.C:
6540: PA_RELEASE_ASSERTS removed
6541:
6542: * src/lib/md5/pa_md5c.c: minor cleanup
6543:
6544: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6545: localeconv()->decimal_point usage remoed (related to issue #934)
6546:
6547: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6548: cordprnt.c removed
6549:
6550: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6551: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6552: pa-include/pa_strings.h: includes cleanup
6553:
6554: * src/lib/md5/pa_md5c.c: headers cleanup
6555:
6556: 2013-07-20 moko
6557:
6558: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6559: cleanup
6560:
6561: 2013-07-19 moko
6562:
6563: * src/classes/math.C: extern "C" added for crypt
6564:
6565: 2013-07-18 moko
6566:
6567: * src/classes/math.C: fix redhat7.2 build
6568:
6569: 2013-07-17 moko
6570:
6571: * configure.in, src/include/pa_config_includes.h,
6572: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6573: added for uint8/32/64_t)
6574:
6575: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6576: pa_config_includes.h used for uint32/64_t
6577:
6578: 2013-07-16 moko
6579:
6580: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6581: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6582: war
6583:
6584: * src/main/compile.tab.C: compile.y was updated
6585:
6586: * src/main/compile.y: warning war
6587:
6588: * src/: include/pa_exception.h, main/pa_exception.C,
6589: main/pa_xml_exception.C: warning war
6590:
6591: * src/: include/pa_common.h, main/pa_common.C: warning war
6592:
6593: * configure.in: beauty :)
6594:
6595: * tests/: 141.html, results/141.processed: sha256/512 added
6596:
6597: 2013-07-13 moko
6598:
6599: * src/lib/md5/md5.vcproj: sha2 added
6600:
6601: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6602: classes/math.C: sha2 support (sha256/sha512 digest)
6603:
6604: 2013-07-08 moko
6605:
6606: * src/classes/image.C: directory read or other read problem message
6607: fixed (related to issue #933)
6608:
6609: 2013-07-07 moko
6610:
6611: * AUTHORS: + misha + moko. :)
6612:
6613: 2013-07-06 moko
6614:
6615: * src/: classes/curl.C, include/pa_globals.h,
6616: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6617: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6618: for lt_dlinit to be called once and lt_dlexit called at right
6619: place (related to issue #925)
6620:
6621: 2013-07-04 moko
6622:
6623: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6624: VString::as_vfile now uses vfile.set_binary_string to avoid
6625: content-type to be set, as it brokes badly designed logic in
6626: response output. This hopefully finishes issue #928.
6627:
6628: * tests/results/: 256.processed, 286.processed: file now displayed
6629: as name, size, mode, content-type
6630:
6631: * src/main/pa_common.C: read error now reported cottectly (fixes
6632: issue #933
6633:
6634: 2013-06-28 moko
6635:
6636: * tests/: 286.html, results/286.processed: test extended
6637:
6638: * tests/: 286.html, results/286.processed: Test for issue #928
6639: added. it tests default content-type change.
6640:
6641: * src/types/pa_vfile.C: closes issue #928 - default content-type
6642: now updated
6643:
6644: 2013-06-25 moko
6645:
6646: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6647: content-type for text/binary files without name added;
6648: ^file::create[$f;...] options now works properly and $f
6649: properties are default (fixes issue #928)
6650:
6651: 2013-05-16 misha
6652:
6653: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6654: added
6655:
6656: * src/main/pa_table.C: - a tiny memory optimisation while creating
6657: table if specified limit is bigger than source rows count
6658:
6659: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6660: added ( new feature: #858 )
6661:
6662: 2013-04-29 moko
6663:
6664: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6665: $.ipresolve(0|1|2) added (closes issue #891)
6666:
6667: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6668:
6669: 2013-04-24 moko
6670:
6671: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6672: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6673: types/pa_vmemcached.h: ^memcache.release[] added, calls
6674: memcached_quit (refs #893)
6675:
6676: 2013-04-22 moko
6677:
6678: * src/: include/pa_string.h, main/pa_common.C: no more double
6679: slashes in file path (fixes bug #872)
6680:
6681: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6682: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6683: #739)
6684:
6685: * tests/results/266.processed: $.max_params added (feature #915)
6686:
6687: * src/: include/pa_common.h, main/pa_http.C: response-charset
6688: option added to file::load (closes issue #867)
6689:
6690: 2013-04-20 misha
6691:
6692: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6693: commited
6694:
6695: 2013-03-15 misha
6696:
6697: * src/classes/: hash.C, table.C: - Optimisation: do not create
6698: multiple empty strings while ::sql. uae String::Empty instead
6699:
6700: 2013-03-14 misha
6701:
6702: * src/classes/reflection.C: - for user classes
6703: ^reflection:method_info[] returns $.max_params and $.extra_param
6704: with $.call_type if they available ( new feature: #915 )
6705:
6706: * src/classes/file.C: - ^file:delete[] now supports an option
6707: $.exception(false) that suppress any exception while deleting
6708: file ( new feature: #916 )
6709:
6710: * src/classes/curl.C: - parsing cookies after curl:load now should
6711: work :)
6712:
6713: 2013-03-12 misha
6714:
6715: * src/types/pa_vfile.C: - if specified file_name is empty string
6716: set default name for the file
6717:
6718: 2013-03-11 misha
6719:
6720: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6721: also available in $f.cookies
6722:
6723: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6724: moved to a separate method
6725:
6726: 2013-03-10 moko
6727:
6728: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6729: added
6730:
6731: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6732: removed (declared by autoconf)
6733:
6734: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6735: uint32_t define
6736:
6737: 2013-03-10 misha
6738:
6739: * src/classes/file.C: ^file:delete and ^file:move now support
6740: option $.keep-empty-dirs(true) ( new feature: #884 )
6741:
6742: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6743: empty dirs is added
6744:
6745: 2013-03-10 moko
6746:
6747: * src/classes/: bool.C, double.C, int.C: default can be present,
6748: but default check removed from ^int/double/bool.int/double/bool
6749: for string.int/double/bool compatibility (related to issue #913)
6750:
6751: * src/classes/string.C: ^string.int/dobule/bool no longer
6752: internally throws exception if default is present (closes issue
6753: #913)
6754:
6755: 2013-03-09 misha
6756:
6757: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6758: optimisations ( #845 )
6759:
6760: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6761:
6762: 2013-03-08 moko
6763:
6764: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6765: creates correct table (fixes issue #910)
6766:
6767: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6768: use outside of 'connect' operator (fixes issue #911)
6769:
6770: * tests/results/: 096.processed, 122.processed: test results
6771: updated as doubles now printed with 15 significant digits, not 5
6772: (fixes issue #882)
6773:
6774: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6775: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6776:
6777: 2013-02-21 moko
6778:
6779: * src/classes/table.C: _locate_name_value does not check arguments
6780: count, so we check it in advance (fixes issue #905)
6781:
6782: 2012-10-23 moko
6783:
6784: * buildall: old shell for and echo compatibility (for six)
6785:
6786: 2012-10-19 moko
6787:
6788: * buildall: --strip added --disable-safe-mode listed in usage
6789:
6790: 2012-10-17 misha
6791:
6792: * src/classes/op.C: - apply-taint should not throw "outside
6793: connect" exception with sql lang now
6794:
6795: 2012-10-17 moko
6796:
6797: * src/main/pa_request.C: bugfix: safe mode should be inited for
6798: each request (for apache module)
6799:
6800: 2012-09-26 moko
6801:
6802: * src/doc/doxygen.cfg: png -> svg
6803:
6804: 2012-09-25 moko
6805:
6806: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6807: test added
6808:
6809: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6810: double use when key is long
6811:
6812: 2012-09-16 moko
6813:
6814: * src/classes/math.C: Format -> Method Encode -> Format
6815:
6816: * tests/: 141.html, results/141.processed: math:digest hmac test
6817: added
6818:
6819: 2012-09-14 moko
6820:
6821: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6822: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6823: implementation added
6824:
6825: 2012-09-12 moko
6826:
6827: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6828: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6829: targets.dox and string.dox slightly actualized
6830:
6831: 2012-08-31 moko
6832:
6833: * ChangeLog: now generated with patched cvs2cl.pl
6834:
6835: 2012-07-29 moko
6836:
6837: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6838: result should be pushed after VMethodFrame destructor is called,
6839: as it deletes junctions from stack params (fixes issue #868)
6840:
6841: 2012-07-23 moko
6842:
6843: * INSTALL, README: buildall script usage documented, other outdated
6844: info updated.
6845:
6846: * buildall-with-xml, buildall-without-xml: replaced by buildall
6847:
6848: 2012-07-21 moko
6849:
6850: * buildall: glib does not compile when threads are disabled...
6851:
6852: * src/types/pa_vmail.C: g_assertion fixes for empty input
6853:
6854: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6855: unref, can't unref nested objects)
6856:
6857: * src/types/pa_vmail.C: another check added
6858:
6859: 2012-07-19 moko
6860:
6861: * buildall: usage added
6862:
6863: * buildall: new buildall script that unites buildall-with-xml,
6864: buildall-without-xml, --with-apache and --with-mailreceive
6865:
6866: * configure.in: support for static gmime and dynamic glib linking.
6867: fixes for FreeBSD
6868:
6869: 2012-07-17 moko
6870:
6871: * configure.in: --with-mailreceive replaced
6872: --with-static-mailreceive and --with-shared-mailreceive pathlink
6873: removed
6874:
6875: 2012-07-16 moko
6876:
6877: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6878: capitalized, content now decoded and text content converted to
6879: $request:charset. all properties are accessed by functions, this
6880: ready for dynamic load.
6881:
6882: 2012-06-28 moko
6883:
1.116 moko 6884: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6885: 32 bit
1.95 moko 6886:
6887: 2012-06-27 moko
6888:
6889: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6890: passive ftp
6891:
6892: * src/lib/ltdl/ltdl.vcproj: release build fixed
6893:
6894: * configure.in: 3.4.2 RC -> 3.4.2
6895:
6896: 2012-06-22 moko
6897:
6898: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6899: #815)
6900:
6901: * tests/: 284.html, results/284.processed: output options test
6902: (feature #265)
6903:
6904: 2012-06-22 misha
6905:
6906: * tests/215.html: - little changes
6907:
6908: 2012-06-21 moko
6909:
6910: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6911: types/pa_vxdoc.h: output_options returned and used (bugfix for
6912: feature #265)
6913:
6914: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6915: breaks long .*, default 10M restored. (issue #216)
6916:
6917: * tests/: 283.html, results/283.processed: test for issue #815
6918: added
6919:
6920: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6921: again, cstrm not required.
6922:
6923: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6924: Win32 and broken FreeBSD (issue #45)
6925:
6926: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6927:
6928: * src/main/pa_string.C: warnings war
6929:
6930: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6931: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6932: main/pa_socks.C, targets/apache/pa_threads.C,
6933: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6934: types/pa_vstatus.C: compilation under cygwin fixed
6935:
6936: 2012-06-19 moko
6937:
6938: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6939: Windows fixed
6940:
6941: * parser3.sln: removed antique pcre_ctype
6942:
6943: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6944:
6945: * src/include/pa_config_fixed.h: undefined reference to
6946: __imp__pcre_* fix for Windows
6947:
6948: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6949: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6950: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6951: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6952: define fixed
1.95 moko 6953:
6954: 2012-06-18 moko
6955:
6956: * src/classes/memcached.C: flush -> clear
6957:
6958: * src/classes/memcached.C: memcached does not support quotes even
6959: in server name
6960:
6961: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6962: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6963: called on open to check servers existance. $.key(true) syntax
6964: now supported
6965:
6966: 2012-06-17 moko
6967:
6968: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6969: cleanup
6970:
6971: * src/classes/table.C, tests/282.cfg, tests/282.html,
6972: tests/results/282.processed: encloser at the EOF bug fixed,
6973: incorrectly enclosed data now processed more logicaly (fixes
6974: #339)
6975:
6976: 2012-06-15 moko
6977:
6978: * buildall-without-xml: sync with buildall-with-xml
6979:
6980: * buildall-with-xml: download auto-detected between fetch and curl
6981:
6982: * configure.in: --with-gc and --with-pcre now also processed
6983: correctly
6984:
1.116 moko 6985: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6986: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6987: should be run on rol1 using automake / aclocal (GNU automake)
6988: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6989:
6990: * configure.in: new PARSER_VERSION logic
6991:
6992: * src/include/pa_version.h: new pa_version.h logic
6993:
6994: * src/: classes/curl.C, classes/file.C, classes/image.C,
6995: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6996: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6997: feols_normalized -> fis_text_content set_binary added
6998:
6999: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7000:
7001: 2012-06-15 misha
7002:
7003: * src/: classes/curl.C, classes/file.C, classes/image.C,
7004: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7005: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7006: ^file::create[text;content] EOLs in content now is normalized. (
7007: new feature: #815 )
7008:
7009: 2012-06-15 moko
7010:
7011: * configure.in: --disable-version-update added to disable version
7012: update with host information (for debian package) whitespace
7013: optimized
7014:
7015: * configure.in: version changed to 3.4.2 RC no-pic added for
7016: libtool
7017:
7018: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7019: it.
7020:
7021: 2012-06-14 moko
7022:
7023: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7024: tests/results/281.processed: "hash flocked" error removed for
7025: safe operations like ^h._count[] ( new feature: #335 )
7026:
1.116 moko 7027: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7028:
7029: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7030:
7031: * configure.in: --with-static/shared xml replaced with --with-xml,
7032: xml compilation check added
7033:
7034: * configure.in: --with-static/shared-gc, --with-static-pcre are
7035: replaced with --with-gc and --with-pcre test for pcre linking
7036: added
7037:
7038: 2012-06-13 moko
7039:
7040: * configure.in: apxs2 check optimized
7041:
7042: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7043: .la, includes optimized
7044:
7045: * buildall-with-xml: --with-pic looks better for -fPIC
7046:
7047: * configure.in: switched to convenience library in static linking
7048:
7049: * src/targets/apache/Makefile.am: switched to convenience library
7050: usage to avoid libtool warnings
7051:
7052: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7053: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7054: smtp/Makefile.am: switched to convenience library usage
7055:
7056: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7057:
7058: * src/targets/apache/Makefile.am: updated for libtool usage
7059:
7060: * buildall-without-xml: --with-included-ltdl added
7061:
7062: * buildall-without-xml: sync with buildall-with-xml
7063:
7064: * buildall-with-xml: --with-included-ltdl added $cflags added for
7065: -fPIC for x64 $download added for wget success check added
7066:
7067: * buildall-without-xml: --with-dynamic-stdcpp removed
7068:
7069: * configure.in: disable-static returned
7070:
7071: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7072: LIBTOOLFLAGS
7073:
7074: 2012-06-12 moko
7075:
7076: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7077: compatible with LIBTOOLFLAGS for unknown reasons
7078:
7079: * buildall-with-xml: --with-dynamic-stdcpp removed
7080:
7081: * configure.in: static/dynamic -lstdc++ linking option removed
7082: apxs2 check added
7083:
7084: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7085: option removed
7086:
7087: 2012-06-10 moko
7088:
7089: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7090: added
7091:
7092: * src/targets/cgi/pp3.cmd: old PAF stuff
7093:
1.116 moko 7094: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7095: beauty
1.95 moko 7096:
7097: * depcomp: from libtool 2.4.2
7098:
7099: * configure.in: ltdl directory removed, it has correct Makefile.in
7100:
7101: 2012-06-09 moko
7102:
1.116 moko 7103: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7104: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7105: autogenerated files updated after libtool update
7106:
1.116 moko 7107: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7108: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7109: config_auto.h.in, config_fixed.h, configure, configure.ac,
7110: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7111: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
7112: config/compile, config/config.guess, config/config.sub,
7113: config/depcomp, config/install-sh, config/ltmain.sh,
7114: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
7115: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
7116: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
7117: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
7118: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
7119: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
7120: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
7121: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7122:
7123: * configure.in: preparation for new libtool
7124:
7125: * configure.in: Some beauty added :)
7126:
7127: * src/targets/apache/Makefile.am: := -> =
7128:
7129: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7130: again. :)
7131:
7132: * src/include/pa_config_includes.h, configure.in: limits.h added,
7133: previously was taken from pcre_internal.h. :)
7134:
7135: * src/lib/pcre/Makefile.am: config.h returned
7136:
7137: * src/lib/pcre/config.h: still need this. :)
7138:
7139: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7140:
7141: * configure.in: --with-charsets removed; --with-mysql-client & co
7142: removed
7143:
7144: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7145: now in parser tree, no need to copy
7146:
7147: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7148: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7149: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7150: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7151: extracts now used old trash removed
7152:
7153: * etc/parser3.charsets/Makefile.am: charsets now in share
7154: (debian/patches/104_automake.patch) + all charsets are copied
7155:
7156: * buildall-with-xml, buildall-without-xml: curl option removed +
7157: extra arguments now supported
7158:
7159: 2012-06-08 misha
7160:
7161: * src/classes/table.C: - one params.as_hash usage was rolled back:
7162: the 2nd option in ^table.hash[] could be hash or table so
7163: .as_hash will throw an exception when table option is specified
7164:
7165: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7166: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7167: classes/table.C, classes/void.C, classes/xdoc.C,
7168: include/pa_exception.h, types/pa_vmethod_frame.C,
7169: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7170: and improved (whitespaces are allowed as empty options) -
7171: MethodParams::as_table is added - above methods are used for
7172: parsing methods' options ( new feature: #9 )
7173:
7174: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7175: to vclass. now class fields can be accessible as a hash:
7176: $h[^hash::create[$asd:CLASS]]
7177:
7178: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7179: have get_fields method so their fields can be accessed with
7180: ^reflection:fields[...] & ^reflection:field[...]
7181:
7182: 2012-06-06 misha
7183:
7184: * tests/280.html: - tests for
7185: ^reflection:method[obj-or-class;method],
7186: ^reflection:field[obj-or-class;field] and
7187: ^reflection:fields[obj-or-class] are added
7188:
7189: 2012-06-05 misha
7190:
7191: * src/classes/reflection.C: - ^reflection:method[class or
7192: object;method name] and ^reflection:field[class or object;field
7193: name] are added
7194:
7195: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7196: is used
7197:
7198: * src/types/pa_method.h: - Method::as_vjunction method is added
7199:
7200: 2012-06-05 moko
7201:
1.116 moko 7202: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7203:
7204: * src/classes/memcached.C: flish ttl fixed
7205:
7206: 2012-06-04 moko
7207:
7208: * src/classes/json.C, src/classes/op.C, tests/279.html,
7209: tests/results/279.processed: ^json:parse[] now supports $.taint
7210: option (new feature #833)
7211:
7212: 2012-06-04 misha
7213:
7214: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7215: - search_stop method was moved from pa_vcookie.C to pa_common.C
7216:
7217: 2012-06-03 misha
7218:
7219: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7220: cookies are parced and stored into $.cookies ( new feature: #31 )
7221:
7222: 2012-05-30 misha
7223:
7224: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7225: incomplete class into a scope while @USE is found
7226:
7227: * src/main/compile.y: - add incomplete class into a scope while
7228: @USE and @CLASS instructions are found ( bugfix: #838 )
7229:
7230: 2012-05-30 moko
7231:
7232: * src/types/pa_vclass.C, tests/278.html,
7233: tests/results/278.processed: removed "property has no getter
7234: method" exception when GET_DEFAULT present (fixes #269)
7235:
7236: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7237: $._default
7238:
7239: 2012-05-29 moko
7240:
7241: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7242: uninitialized values usage (new feature: #154)
7243:
7244: 2012-05-28 moko
7245:
7246: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7247: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7248: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7249: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7250: src/types/pa_vobject.C, src/types/pa_vobject.h,
7251: src/types/pa_vstring.h, src/types/pa_vtable.C,
7252: tests/results/277.processed, src/types/pa_vtable.h,
7253: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7254: ^json:string[$o; $.default[$method]] implemented for VObject (new
7255: feature #803)
7256:
7257: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7258: tests/results/277.processed: json numbers are now treated as
7259: double ( new feature: #834 )
7260:
7261: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7262: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7263: added for out of range checks, zero division in vint/vdouble
7264: check added ( fixes #832 )
7265:
7266: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7267: ( fixes #832 )
7268:
7269: 2012-05-28 misha
7270:
7271: * buildall-with-xml: - --without-lzma option is added to libxml2
7272: configure
7273:
7274: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7275: added - tests for unsupported values for options $.file, $.table
7276: and $.date are added
7277:
7278: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7279: accepts "stat" $.file[] option's value in addition to existed
7280: "text" and "base64" ( new feature: #835 )
7281:
7282: * tests/276.html: - test for
7283: ^reflection:delete[$object-or-class;field-name]
7284:
7285: * src/classes/reflection.C: -
7286: ^reflection:delete[$object-or-class;field-name] is added ( new
7287: feature: #268 )
7288:
7289: 2012-05-27 misha
7290:
7291: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7292:
7293: 2012-05-24 misha
7294:
7295: * src/include/pa_common.h: - method lastposafter was removed
7296:
7297: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7298: lastposafter - ^file:dirname[] & Co proper handle windows file
7299: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7300: work as *nix commands
7301:
7302: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7303:
7304: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7305: rskipchars were added
7306:
7307: * tests/270.html: - more tests for ^file:find[]
7308:
7309: * tests/065.html: - more tests for ^file:dirname[] & Co
7310:
7311: * src/include/pa_version.h: - must be "win32" here. it is
7312: auto-generated on *nix
7313:
7314: 2012-05-24 moko
7315:
7316: * src/classes/math.C: ^math:convert[] now supports uint32 and
7317: throws overflow exception ( new feature: #830 )
7318:
7319: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7320: uint32 support and overflow added ( new feature: #830 )
7321:
7322: 2012-05-23 moko
7323:
7324: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7325: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7326: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7327: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7328: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7329: types/pa_vregex.h, types/pa_vstateless_class.C,
7330: types/pa_vstateless_class.h, types/pa_vstring.h,
7331: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7332: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7333: "return string as-is" removed from as_expr_result. ( new feature:
7334: #831 )
7335:
7336: * tests/results/244.processed: test changed after bug #782 fix
7337: commited
7338:
7339: * tests/results/229.processed: test results for bug #782 commited
7340:
7341: * tests/: 254.html, results/254.processed: uid now just compared,
7342: not printed. :)
7343:
7344: 2012-05-20 moko
7345:
7346: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7347: feature: #341 )
7348:
7349: * tests/: 254.html, results/254.processed: test for
7350: ^reflection:uid[] added
7351:
7352: * tests/: 254.html, results/254.processed: test for
7353: ^reflection:uid[$obj] added
7354:
7355: 2012-05-17 misha
7356:
7357: * src/main/untaint.C: - do not replace ' char by _26 while
7358: exploding filespec-tainting ( new feature: #829 )
7359:
7360: 2012-05-12 moko
7361:
7362: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7363: not.
7364:
7365: 2012-05-08 moko
7366:
7367: * src/types/pa_vmethod_frame.h: bug #782 fixed
7368:
7369: * tests/229.html: test for bug #782
7370:
7371: * tests/results/259.processed, src/main/pa_request.C,
7372: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7373: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7374: src/types/pa_vvoid.h: feature #154 - first empty param now
7375: string; defined locals are empty strings; $STRICT-VARS(true)
7376: added
7377:
7378: 2012-04-27 moko
7379:
1.116 moko 7380: * src/targets/apache/Makefile.am:
1.95 moko 7381: ../../lib/memcached/libmemcached.a added
7382:
7383: 2012-04-27 misha
7384:
7385: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7386: ( #827 )
7387:
7388: 2012-04-25 moko
7389:
7390: * src/: classes/json.C, classes/memcached.C,
7391: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7392: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7393: implemented.
7394:
7395: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7396:
7397: 2012-04-23 moko
7398:
7399: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7400: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7401: types/pa_vmemcached.h: open allows options hash for new
7402: memcached(options) function
7403:
7404: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7405: not appended
7406:
7407: 2012-04-21 moko
7408:
7409: * src/classes/curl.C: '' added. :)
7410:
7411: * src/classes/classes.vcproj: new curl.h location
7412:
7413: * src/classes/curl.C: verbose output redirection from stderr to
7414: file curl option added
7415:
7416: 2012-04-20 moko
7417:
7418: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7419: contains what we need from curl, #ifdef HAVE_CURL removed
7420:
1.116 moko 7421: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7422: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7423: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7424: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7425: configure option
7426:
7427: 2012-04-19 moko
7428:
7429: * src/: classes/double.C, classes/inet.C, classes/int.C,
7430: classes/string.C, lib/gc/include/gc_allocator.h,
7431: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7432: options from sql_result_string removed. (closes issue #468)
7433:
7434: * src/types/pa_vmemcached.C: empty string fix
7435:
7436: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7437: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7438: pa_vmemcached.C
7439:
7440: 2012-04-18 moko
7441:
7442: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7443: apache2-mpm-prefork" error displayed in threaded mpm.
7444:
7445: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7446: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7447: installed (issue #354)
7448:
7449: 2012-04-16 moko
7450:
7451: * src/types/pa_vmemcached.C: call to memcached_result_create and
7452: memcached_result_free removed
7453:
7454: 2012-04-14 moko
7455:
7456: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7457:
7458: * src/types/pa_vmemcached.C: check_key added and used
7459:
7460: 2012-04-13 moko
7461:
7462: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7463: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7464: Serialization_data now added and used, VString now serialized
7465: with languages into memcached.
7466:
7467: 2012-03-28 moko
7468:
7469: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7470: lib/memcached/pa_memcached.h: result lengths added
7471:
7472: 2012-03-27 moko
7473:
7474: * src/types/pa_vmemcached.C: strdup added
7475:
7476: 2012-03-24 moko
7477:
7478: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7479: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7480: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7481:
7482: 2012-03-20 moko
7483:
1.116 moko 7484: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7485:
7486: * src/targets/cgi/Makefile.am: cleanup
7487:
7488: * src/: types/Makefile.am, types/pa_vmemcached.C,
7489: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7490:
7491: * src/: classes/Makefile.am, classes/memcached.C,
7492: lib/memcached/Makefile.am, lib/memcached/constants.h,
7493: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7494: lib/memcached/types.h, lib/Makefile.am: memcached initial
7495:
7496: 2012-03-16 moko
7497:
7498: * src/main/execute.C: ident now works under Linux + ident displays
7499: filenames (closes issue #818)
7500:
1.116 moko 7501: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7502: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7503: pa_vmethod_frame_local.h removed
7504:
7505: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7506: classes/classes.h, classes/curl.C, classes/date.C,
7507: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7508: classes/hashfile.C, classes/image.C, classes/inet.C,
7509: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7510: classes/memory.C, classes/op.C, classes/reflection.C,
7511: classes/regex.C, classes/response.C, classes/string.C,
7512: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7513: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7514: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7515: include/pa_config_fixed.h, include/pa_config_includes.h,
7516: include/pa_dictionary.h, include/pa_dir.h,
7517: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7518: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7519: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7520: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7521: include/pa_request_charsets.h, include/pa_request_info.h,
7522: include/pa_sapi.h, include/pa_socks.h,
7523: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7524: include/pa_stack.h, include/pa_string.h,
7525: include/pa_stylesheet_connection.h,
7526: include/pa_stylesheet_manager.h, include/pa_table.h,
7527: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7528: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7529: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7530: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7531: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7532: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7533: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7534: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7535: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7536: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7537: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7538: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7539: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7540: main/pa_string.C, main/pa_stylesheet_connection.C,
7541: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7542: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7543: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7544: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7545: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7546: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7547: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7548: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7549: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7550: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7551: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7552: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7553: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7554: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7555: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7556: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7557: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7558: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7559: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7560: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7561: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7562: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7563: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7564: types/pa_vresponse.h, types/pa_vstateless_class.C,
7565: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7566: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7567: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7568: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7569: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7570: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7571: ident now works under Linux + ident displays filenames (closes
7572: issue #818) Copyright updated
7573:
7574: 2012-03-13 moko
7575:
7576: * src/main/pa_string.C: compilation fix for feature #741
7577:
7578: 2012-03-09 misha
7579:
7580: * tests/193.html: - tests for ^string:base64[encoded] are updated
7581:
7582: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7583: now detects invalid base64 chars in the middle of encoded stricg
7584: ( new feature: #55 )
7585:
7586: * src/include/pa_exception.h: - new exception type for base64
7587: decoding is added
7588:
7589: 2012-03-06 misha
7590:
7591: * tests/274.html: - tests for ^date::today[] and
7592: ^date.sql-string[datetime|date|time] are added
7593:
7594: * src/classes/date.C: - constructor ^date::today[] is added ( new
7595: feature: #811 ) - ^date.sql-string[] now can accept one param --
7596: strings "datetime", "date" or "time" - comments tidying up
7597:
7598: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7599: date and time
7600:
7601: 2012-03-03 misha
7602:
7603: * tests/193.html: - tests for
7604: ^string:base64[encoded;$.strict(true)] are added
7605:
7606: * tests/results/auto.p: - try-catch operator is added
7607:
7608: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7609: main/pa_common.C: - $.strict(true|false) option is added to
7610: base64 decode methods ( new feature: #55 )
7611:
7612: * src/main/pa_common.C: - base64 decode memory usage was decreased
7613: ( new feature: #819 )
7614:
7615: 2012-02-28 moko
7616:
7617: * src/classes/hash.C: ident test
7618:
7619: 2012-02-27 misha
7620:
7621: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7622:
7623: 2012-01-08 misha
7624:
7625: * tests/273.html: - tests for ^string.replace[from;to] are added
7626:
7627: * src/: classes/string.C, include/pa_dictionary.h,
7628: main/pa_dictionary.C, main/pa_string.C: -
7629: ^string.replace[from;to] is added ( new feature: #741 ) -
7630: ^string.replace[one subst here] is slightly optimized
7631:
7632: 2011-12-07 misha
7633:
7634: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7635: named table with one empty column ( bugfix: #63 )
7636:
7637: 2011-11-30 misha
7638:
7639: * src/classes/json.C: - it's possible to set user's method for
7640: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7641: #763 )
7642:
7643: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7644:
7645: 2011-11-23 misha
7646:
7647: * src/: classes/curl.C, classes/file.C, classes/image.C,
7648: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7649: types/pa_vfile.h, types/pa_vform.C: - constructor
7650: ^file::create[mode;filename;content[;options]] now accepts binary
7651: mode and file-content - new constructor's format:
7652: ^file::create[string-or-file-content[;$.name[filename]
7653: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7654: feature: #65 )
7655:
7656: * src/: include/pa_request.h, main/pa_request.C: - new method
7657: mime_type_of(const String*) is added
7658:
7659: * src/include/pa_exception.h: - new exception constant
7660: FILE_NAME_MUST_BE_SPECIFIED is added
7661:
7662: * src/classes/table.C: - bug with negative offset transformed into
7663: a feature. it means pointing to a row from the end of the table (
7664: new feature: #810 )
7665:
7666: 2011-11-19 misha
7667:
7668: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7669: â ìåòîäå _select ( new feature: #810 )
7670:
7671: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7672: options were specified together is simplified
7673:
7674: 2011-11-12 misha
7675:
7676: * src/main/pa_request.C: - forgotten fix for escaping filename in
7677: HTTP content-disposition header (a part of bug #361 )
7678:
7679: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7680: checks for ancestors' classes as well ( new feature: #456 )
7681:
7682: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7683: "without cycle" now have types "parser.break" and
7684: "parser.continue" instead of "parser.runtime" ( new feature: #799
7685: )
7686:
7687: 2011-11-11 misha
7688:
7689: * tests/results/: 099.processed, 100.processed, 205.processed,
7690: 237.processed: - since bug #361 was fixed the content of filename
7691: in HTTP headers is quoted
7692:
7693: * tests/results/270.processed: - result for test 270
7694:
7695: * tests/: 065.html, results/065.processed: - more tests for
7696: ^file:basename[] & Co were added
7697:
7698: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7699:
7700: * tests/270.html: - tests for ^file:find[] are added
7701:
7702: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7703: using option $.charset. option $.engoding is still supported but
7704: these options can not be specified together
7705:
7706: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7707: comparation charset name with string "UTF-8" ( bugfix: #759 )
7708:
7709: 2011-10-11 misha
7710:
7711: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7712: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7713: #622)
7714:
7715: 2011-09-30 misha
7716:
7717: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7718: exception "saving stat-ed file" ( bugfix: #395 )
7719:
7720: 2011-05-30 misha
7721:
7722: * src/classes/string.C: - fixed bug which was added with
7723: params.as_hash into string:sql
7724:
7725: 2011-05-29 misha
7726:
7727: * src/types/pa_value.C: - filename in content-disposition header
7728: must be quoted ( bugfix: #361 )
7729:
7730: 2011-05-27 misha
7731:
7732: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7733: created file
7734:
7735: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7736: usage
7737:
7738: * src/include/pa_exception.h: - one more string for exception was
7739: added
7740:
7741: 2011-05-25 misha
7742:
7743: * tests/269.html: - tests for checking input params in some dom
7744: methods
7745:
7746: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7747: was added. it isn't possible not wo create xdoc with invalid
7748: tagName. ( bugfix: #160 )
7749:
7750: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7751: string "data must be string" was mover from pa_exception.h to
7752: pa_xml_exception.h
7753:
7754: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7755: as_xmlncname, as_xmlname and as_xmlnsuri were added
7756:
7757: * src/main/pa_xml_exception.C: - XmlException accepts more options
7758:
7759: * src/include/pa_xml_exception.h: - XmlException accepts more
7760: options - XML-related exception's strings were added
7761:
7762: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7763: output_options were removed)
7764:
7765: 2011-05-19 misha
7766:
7767: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7768: params.as_hash is used more while parsing methods hash-options
7769:
7770: 2011-05-18 misha
7771:
1.211 moko 7772: * operators.ru.txt, operators.txt: - info about json-serialization
7773: of xdoc was added
1.95 moko 7774:
7775: * tests/256.html: - tests for json-serialization xdoc were added
7776:
7777: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7778:
7779: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7780: classes/json.C, classes/xdoc.C: - now json:string can serialize
7781: xdoc-objects. options (the same as ^xdoc.string[]) could be
7782: specified in $.xdoc[] ( new feature: #265 )
7783:
7784: 2011-05-15 misha
7785:
7786: * tests/268.html: - tests for ^table.count[with options] were added
7787:
7788: * src/classes/table.C: - method ^table.count[] now can accept
7789: options ( new feature: #93 ): ^table.count[column] returns number
7790: of columns for named table; ^table.count[cells] returns number of
7791: cells in the current row; ^table.count[] & ^table.count[rows]
7792: return number of rows in a table.
7793:
7794: * tests/267.html: - test for checking switch/case in boolean mode
7795: was added
7796:
7797: * src/classes/op.C: - if switch's or case's value is bool, they are
7798: compared as bool values, not as double values: new feature: #351
7799:
7800: 2011-05-06 misha
7801:
7802: * tests/242.html: - EOL before EOF was added
7803:
7804: * tests/169.html: - tests for splitting empty string and void were
7805: added
7806:
7807: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7808: returned table with one empty cell)
7809:
7810: 2011-04-03 misha
7811:
7812: * src/include/pa_version.h, configure.in: - version in head was
7813: changed to 3.4.2b
7814:
7815: 2011-03-30 misha
7816:
7817: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7818: as well ( new feature #294 )
7819:
7820: 2011-03-29 misha
7821:
7822: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7823: limited to approx. 6 MB. previous limits were too big for real
7824: life. bugfix: #216
7825:
7826: 2011-03-04 moko
7827:
7828: * etc/parser3.charsets/cp866.cfg: Conforms to
7829: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7830:
7831: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7832: vlalek@
7833:
7834: 2011-02-22 misha
7835:
1.211 moko 7836: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7837: methods mustn't be under #ifdef XML or parser can't be compiled
7838: without xml support
1.95 moko 7839:
7840: 2011-02-21 misha
7841:
1.116 moko 7842: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7843: ApacheModuleParser3.vcproj was removed
7844:
7845: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7846: removed)
7847:
7848: 2011-02-20 misha
7849:
7850: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7851: $.overridden in ^reflection:method_info[...] were added
7852:
7853: * src/classes/reflection.C: - beautifying result of
7854: ^reflection:method_info[] ($.overridden/inherited)
7855:
7856: 2011-02-18 misha
7857:
7858: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7859: and pa_isalnum instead of isalpha and isalnum - bug with
7860: redundand quoting lowercased latin chars while building email
7861: body was fixed
7862:
7863: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7864: added (they check for latin chars only)
7865:
7866: 2011-02-16 misha
7867:
7868: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7869: string size for transcoding gave too small value (should ever
7870: look for availability char in dest charset inspite of the char
7871: size)
7872:
7873: 2011-02-04 moko
7874:
7875: * tests/223.html: header values now not url-encoded (issue #195)
7876:
7877: 2011-02-01 misha
7878:
7879: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7880:
7881: 2011-01-31 misha
7882:
7883: * src/main/pa_request.C: - throw exception if param file_name in
7884: use_file is empty
7885:
7886: 2011-01-08 moko
7887:
7888: * src/classes/curl.C: compilations errors fixed
7889:
7890: 2010-12-29 moko
7891:
7892: * tests/: 265.html, results/265.processed: test for issue #200
7893: added
7894:
7895: * src/main/pa_string.C: empty regex result check added (fixes issue
7896: #200)
7897:
7898: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7899:
7900: * tests/results/223.processed: header values now not url-encoded
7901: (issue #195)
7902:
7903: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7904: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7905: pa_http_safe_header_name added for headers names (fixes bug #195)
7906:
7907: 2010-12-18 misha
7908:
7909: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7910: => pa-include
7911:
7912: 2010-11-28 moko
7913:
7914: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7915:
7916: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7917: -> pa
7918:
7919: * configure.in: apr -> pa
7920:
7921: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7922:
7923: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7924: classes/Makefile.am, types/Makefile.am: apr -> pa
7925:
7926: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7927: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7928: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7929: pa-include/pa_apr.h, pa-include/pa_errno.h,
7930: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7931: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7932: module apr name conflict resolved)
7933:
7934: 2010-11-27 misha
7935:
7936: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7937: libbz2
7938:
7939: 2010-11-26 misha
7940:
7941: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7942: warnings removed
7943:
7944: 2010-11-25 moko
7945:
1.211 moko 7946: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 7947:
1.211 moko 7948: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 7949:
1.211 moko 7950: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 7951:
7952: * buildall-with-xml: libxml2-2.7.8 + with-apache
7953:
7954: 2010-11-24 moko
7955:
1.116 moko 7956: * configure: apxs support
1.95 moko 7957:
7958: * configure.in: apxs support -Bstatic gc removed for OS X
7959:
7960: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7961:
7962: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7963: THREAD_LOCAL usage
7964:
7965: * src/: classes/curl.C, include/pa_config_includes.h,
7966: main/pa_globals.C: THREAD_LOCAL defined and used
7967:
7968: 2010-11-23 moko
7969:
7970: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7971: should be passed to pa_sleep, and only fractional part (bugfix:
7972: #188)
7973:
7974: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7975:
7976: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7977: GC_dont_gc=1, as in cgi version
7978:
7979: * src/targets/apache/mod_parser3.c: warning war
7980:
7981: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7982: pa_httpd.h: version removed, some trash removed
7983:
7984: * src/targets/apache/mod_parser3.c: version removed (we don't want
7985: to show it), warning war
7986:
7987: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7988: pa_httpd.h: parser_status_allowed removed + merge config
7989: functions removed (override is the default) + beauty
7990:
7991: * src/: include/pa_request.h, main/pa_request.C,
7992: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7993: hide $status used in apache module removed
7994:
7995: 2010-11-18 moko
7996:
1.211 moko 7997: * operators.ru.txt, operators.txt: $.table[compact] added for
7998: ^json:string[]
1.95 moko 7999:
8000: 2010-11-16 moko
8001:
8002: * src/targets/apache/mod_parser3.c: some cleanup done
8003:
8004: * src/main/untaint.C: bugfix: first, second String::Body argument
8005: is hashcode; second, info.fragment_begin is original, not
8006: resulting length
8007:
8008: * src/classes/file.C: new feature: $.stdin now untainted
8009:
8010: * tests/results/264.processed: new feature: $.stdin[] now untainted
8011:
8012: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8013:
8014: * src/classes/op.C: ^apply-taint[] method added
8015:
8016: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8017: added; $.stdin untaint test added
8018:
8019: 2010-11-15 moko
8020:
8021: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8022: removed
8023:
8024: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8025: pa_httpd.h: 2x2 calculated under apache2. :)
8026:
8027: 2010-11-13 moko
8028:
8029: * src/targets/apache/mod_parser3.c: initial changes to build module
8030: with apache 2.x includes
8031:
8032: * src/targets/apache/: Makefile.am, mod_parser3.c,
8033: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8034: united apache 1.3 / apache 2.x DSO module
8035:
8036: 2010-11-09 moko
8037:
8038: * src/types/pa_method.h: check added to dissallow @method[name;*]
8039: syntax
8040:
8041: * tests/: 263.html, results/263.processed: test from method[*args]
8042: added
8043:
8044: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8045: number of params can now be passed to a method declared with *arg
8046:
8047: 2010-11-06 moko
8048:
8049: * src/classes/table.C: formating fixed. :)
8050:
8051: * src/classes/table.C: closes #4: ^table.select now supports
8052: $.limit(), $.offset, $.reverse() options
8053:
8054: * tests/: 262.html, results/262.processed: test for ^table:select
8055: with options added (feature #4)
8056:
8057: * src/include/pa_array.h: remove function added
8058:
8059: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8060: object in get_element/put_element, using static one.
8061:
8062: 2010-11-04 moko
8063:
8064: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8065: options is passed
8066:
8067: * tests/: 256.html, results/256.processed: $.table[compact] feature
8068: now tested; k and p in handler now tested.
8069:
8070: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8071: $.table[compact] feature added
8072:
8073: * src/classes/json.C: key is now passed to handler in
8074: value_json_string; ^json:string result now process tainting
8075: inside and returns clean string, related to issue #153
8076:
8077: * src/main/untaint.C: bugfix: charset can be null (in
8078: ^string:save[] as example), thus check is added
8079:
8080: 2010-10-31 moko
8081:
8082: * src/classes/string.C: error message changed (fixes issue #149)
8083:
8084: 2010-10-29 moko
8085:
8086: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8087: port is not default (fixes issue #155); exception on invalid port
8088: added.
8089:
8090: * src/main/untaint.C: '*' is now not urlencoded to allow header
8091: "Accept: */*" to be passed
8092:
8093: 2010-10-28 moko
8094:
8095: * src/classes/curl.C: bugfix: detect_charset() was throwing
8096: exception on unknown charset even if response_charset was
8097: specified
8098:
8099: 2010-10-27 moko
8100:
8101: * src/classes/string.C: ^string.append removed for void
8102: compatibility
8103:
8104: 2010-10-26 moko
8105:
8106: * src/classes/json.C: libjson supports array at top level, we too
8107: (GPF fixed)
8108:
8109: 2010-10-25 moko
8110:
8111: * tests/: 253.html, results/253.processed: libjson supports array
8112: at top level, parser now supports it as well.
8113:
8114: * tests/261.html, tests/results/261.processed,
8115: src/types/pa_vstring.h: empty string is now void compatible
8116: (allows $empty.key)
8117:
8118: 2010-10-22 misha
8119:
8120: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8121: while adding additional expires checkout)
8122:
8123: * tests/030.html: - test for session cookie was added
8124:
8125: 2010-10-21 moko
8126:
8127: * src/: classes/string.C, classes/void.C, main/execute.C,
8128: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8129: string (feature #111)
8130:
8131: * tests/: 261.html, results/261.processed: checks void from string
8132: inheritance (feature #111)
8133:
8134: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8135: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8136: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8137: now true by default
8138:
8139: 2010-10-17 moko
8140:
8141: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8142: upload now uses binary blocks instead of L_FILE_POST tainting.
8143: (bugfix: #128)
8144:
8145: * tests/: 223.html, results/223.processed: binary file upload test
8146: added, GPF (issue #128) also checked in this test
8147:
8148: 2010-10-13 misha
8149:
8150: * tests/260.html: - test for math:convert
8151:
8152: * src/classes/math.C: - error in math:convert was fixed
8153:
1.211 moko 8154: * operators.ru.txt, operators.txt: - info about
1.95 moko 8155: ^math:convert[number](from-base;to-base) was added
8156:
8157: * src/classes/math.C: - method
8158: ^math:convert[number](from-base;to-base) for converting number
8159: represention from one base to another was added ( new feature:
8160: #23 )
8161:
8162: 2010-10-13 moko
8163:
8164: * src/main/compile.tab.C: [] now is empty string, not void
8165:
8166: * src/main/compile.y: [] now is empty string, not void
8167:
8168: * src/types/pa_vvoid.h: void now passed as parameter
8169:
8170: * tests/: 259.html, results/259.processed: to test difference
8171: between void and empty string (see ticket #111)
8172:
8173: * tests/results/152.processed: $sEmpty[] is now empty string, not
8174: void
8175:
8176: * tests/256.html: $s[$void] is no longer empty string
8177:
8178: * tests/254.html: empty string is no longer void
8179:
8180: 2010-10-12 misha
8181:
8182: * src/types/pa_vcookie.C: - check if $.expires value can be
8183: converted to date during cookies set up ( bugfix: #104 )
8184:
8185: * tests/041.html: - more tests for ^table.locate were added
8186:
8187: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8188: work ( bugfix: #129 ) - exception comment for incorrect options
8189: ^table.locate[field;value;options] was fixed
8190:
8191: 2010-10-10 moko
8192:
8193: * src/: classes/reflection.C, main/execute.C: constructor returning
8194: another object feature returned
8195:
8196: * tests/results/258.processed: test result updated as constructor
8197: returning another object feature returned
8198:
8199: * tests/: 258.html, results/258.processed: test for constructor
8200: returning another object
8201:
8202: 2010-10-08 misha
8203:
8204: * tests/257.html: - whitespaces after @METACOMMANDS and their
8205: options shouldn't cause exceptions any longer
8206:
8207: 2010-10-06 moko
8208:
8209: * src/classes/: hash.C, table.C: length from sql server is now
8210: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8211:
8212: 2010-10-02 misha
8213:
1.211 moko 8214: * operators.ru.txt, operators.txt: - the X mark was removed from
8215: ^cache[file]. it is usable to delete cache file.
1.95 moko 8216:
8217: 2010-10-02 moko
8218:
8219: * tests/: 253.html, results/253.processed: hook_key added for key
8220: checking
8221:
8222: * src/classes/json.C: null key bug fixed
8223:
8224: 2010-09-29 misha
8225:
8226: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8227:
8228: 2010-09-25 moko
8229:
8230: * src/classes/json.C: small fixed
8231:
8232: * tests/results/: 253.processed, 255.processed: just updated
8233:
8234: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8235: results/255.processed: charset transcode test added for
8236: json:parse
8237:
8238: 2010-09-24 moko
8239:
8240: * src/types/pa_value.h: warning war :)
8241:
8242: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8243: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8244: ^json:string
8245:
8246: 2010-09-22 moko
8247:
8248: * src/main/pa_charset.C: parser charset tables declare only
8249: white-space before 0x20, thus adding the missing chars
8250:
8251: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8252: to http://unicode.org/Public/MAPPINGS/VENDORS/
8253:
8254: 2010-09-21 misha
8255:
8256: * src/main/compile.y: - some semicolons were added (VS2010 don't
8257: want to compile grammar if they are absent)
8258:
8259: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8260:
8261: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8262:
8263: * src/main/main.vcproj: - path to bison is changed
8264:
8265: 2010-09-21 moko
8266:
1.116 moko 8267: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8268: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8269: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8270:
8271: 2010-09-20 misha
8272:
8273: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8274:
8275: * src/classes/json.C: - add EOL while json-serializing hash
8276:
8277: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8278: compilers don't like 'ES'.
8279:
8280: 2010-09-17 misha
8281:
1.211 moko 8282: * operators.ru.txt, operators.txt: - info about json class was
8283: added
1.95 moko 8284:
8285: * src/classes/json.C: - ^json:string[object]
8286:
8287: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8288: preventing infinite recursion while executing json:string was
8289: added
8290:
8291: * src/include/pa_string.h: - method append_quoted was added
8292:
8293: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8294: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8295: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8296: was added to Value & Co
8297:
8298: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8299: were used
8300:
8301: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8302: were added
8303:
8304: 2010-09-10 moko
8305:
8306: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8307: die_or_abort (backport from 3.4.1)
8308:
8309: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8310: die_or_abort (bugfix: #106)
8311:
8312: 2010-09-09 moko
8313:
8314: * src/classes/json.C: warning war. :)
8315:
8316: 2010-09-08 misha
8317:
8318: * src/lib/json/Makefile.am: - additional include directories were
8319: added (for pa_memory.h and gc.h)
8320:
8321: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8322: compile as C++ instead default - additional include directory was
8323: added (for gc.h)
8324:
8325: * src/types/pa_vform.C: - little code reformating
8326:
8327: * src/classes/file.C: - $.content-type option now can be specified
8328: in ^file::create ( new feature: #102 )
8329:
8330: 2010-09-08 moko
8331:
8332: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8333: pa_malloc/pa_free
8334:
8335: 2010-09-07 moko
8336:
8337: * tests/results/254.processed: VStateless_class:put_element
8338: exception was fixed
8339:
8340: * src/types/: pa_value.h, pa_vstateless_class.h: now
8341: VStateless_class:put_element barks self.type, not this.type
8342: (bugfix: #105)
8343:
8344: 2010-09-06 moko
8345:
8346: * src/classes/reflection.C: bugfix: new String() is required for
8347: exception handling
8348:
8349: * tests/: 254.html, results/254.processed: test modified
8350:
8351: 2010-09-05 moko
8352:
8353: * tests/: 254.html, results/254.processed: ^reflection:copy test
8354: added
8355:
8356: * src/: classes/reflection.C, include/pa_request.h:
8357: ^reflection:copy implemented (new feature: #100)
8358:
8359: 2010-09-03 moko
8360:
8361: * src/lib/json/JSON_parser.C: c++ compatiblity
8362:
8363: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8364: option testing added
8365:
8366: 2010-09-02 moko
8367:
8368: * src/classes/json.C: $.distinct[first|last|all] added
8369:
8370: 2010-09-01 moko
8371:
8372: * tests/results/253.processed: json test result
8373:
8374: * tests/: 253.html, 253_json.txt: json test added
8375:
8376: * src/classes/json.C: json.C update to actual version + hash key
8377: creation bugfix
8378:
8379: 2010-08-31 misha
8380:
8381: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8382: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8383: src/lib/Makefile.am, src/classes/Makefile.am,
8384: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8385: json library was added
8386:
8387: 2010-08-30 moko
8388:
8389: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8390: types/pa_vobject.C: cosmetic optimization in
8391: request:execute_method usage
8392:
8393: * src/: include/pa_charset.h, main/pa_charset.C: small
8394: optimization, just to decrease number of lines. :)
8395:
8396: 2010-08-27 misha
8397:
8398: * src/classes/op.C: - taint[json] was added
8399:
8400: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8401: were added
8402:
8403: * src/main/pa_exec.C: - warning fix was rolled back.
8404:
8405: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8406: include/pa_string.h: - taint[json] was added - escaping was
8407: slightly modified
8408:
8409: 2010-08-25 misha
8410:
8411: * src/classes/file.C: - typo in file:sql exception was fixed
8412:
8413: * src/main/pa_exec.C: - warning about declared and not used
8414: variable forced_allow was removed
8415:
8416: 2010-08-14 misha
8417:
8418: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8419: were removed
8420:
8421: 2010-08-11 moko
8422:
8423: * tests/: 249.html, results/249.processed: default setter and
8424: anti-recursive default getter test added
8425:
8426: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8427: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8428: types/pa_vobject.h, types/pa_vstateless_class.C,
8429: types/pa_vstateless_class.h: default setter support +
8430: anti-recursive default getter support ( new feature: #13 )
8431:
8432: * src/include/pa_hash.h: optimization: threshold member removed
8433: from hash, reducing sizeof(hash)
8434:
8435: 2010-08-10 misha
8436:
8437: * tests/196.html: - junction-method was added to the test
8438:
8439: * tests/248.html: - ups. typo :)
8440:
8441: * tests/248.html: - test for checking .match with 4 params
8442:
8443: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8444: 247_windows1251.txt: - test for "transcode file from utf-8 to
8445: $request:charset during loading if the BOM code is detected"
8446:
8447: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8448: $request:charset during loading if the BOM code is detected ( new
8449: feature: #98 )
8450:
8451: 2010-08-05 misha
8452:
8453: * src/classes/image.C: - ^image.replace now can accept only 2
8454: params. in this case the whole image is affected ( new feature:
8455: #95 )
8456:
8457: 2010-08-04 misha
8458:
8459: * tests/246.html: - test tor ^hash._at[] was added
8460:
8461: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8462: #53 )
8463:
8464: * src/include/pa_hash.h: - methods for accessing the first and the
8465: last values of ordered hash were added (first_value and
8466: last_value)
8467:
8468: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8469: (similar to others file's methods):
8470: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8471: #68 )
8472:
8473: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8474:
8475: 2010-08-01 moko
8476:
8477: * src/classes/op.C: to correctly process $result[] in code, called
8478: from ^process
8479:
8480: * tests/245.html: $result in ^process[] test added
8481:
8482: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8483: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8484: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8485: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8486: caller, self) op_call(VMethodFrame &frame, bool constructing)
8487: removed, construct(class,method) added
8488:
8489: * tests/results/: 192.processed, 244.processed: request::construct
8490: added
8491:
8492: * tests/: 244.html, 245.html, results/244.processed,
8493: results/245.processed: object creation exceptions and ^process
8494: tests added
8495:
8496: 2010-07-28 misha
8497:
8498: * tests/make_tests.cmd: - win32 EOLs
8499:
8500: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8501: tests on Win32 were added (The system timezone should be GMT+3)
8502:
8503: 2010-07-26 misha
8504:
8505: * tests/: 212.html, results/212.processed: - sizes were removed
8506: mecause they could be different on different OSs
8507:
8508: * tests/065.html: - make it "win32 friendly"
8509:
8510: 2010-07-25 misha
8511:
8512: * src/main/compile.y: - all EOLs between methods are removed during
8513: compilation ( new feature: #47 )
8514:
8515: * tests/results/149.processed: - prepare tests to trim trailing
8516: methods' EOLs
8517:
8518: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8519:
8520: * tests/: results/006.processed, results/014.processed, 006.html,
8521: 014.html, 022.html: - prepare tests to trim trailing methods'
8522: EOLs
8523:
8524: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8525: results/071.processed, results/022.processed: - prepare tests to
8526: trim trailing methods' EOLs
8527:
8528: * tests/: results/073.processed, results/109.processed,
8529: results/142.processed, results/144.processed,
8530: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8531: 144.html: - prepare tests to trim trailing methods' EOLs
8532:
8533: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8534: 149.html, 152.html, results/096.processed, results/107.processed,
8535: results/109.processed, results/142.processed,
8536: results/144.processed: - prepare tests to trim trailing methods'
8537: EOLs
8538:
8539: 2010-07-24 moko
8540:
8541: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8542: the hash order in this test
8543:
8544: * tests/014.html: to check hash order, hash no is longer sorted
8545: before print
8546:
8547: * src/include/pa_hash.h: hash copy constructor now keeps order
8548: (bugfix: #54)
8549:
8550: 2010-07-23 moko
8551:
8552: * tests/results/224.processed: @auto[] is no longer inherited
8553:
8554: * src/types/pa_vstateless_class.C, tests/227.html,
8555: tests/results/227.processed: @auto[] is no longer inherited
8556: (bugfix: #57)
8557:
8558: 2010-07-22 misha
8559:
8560: * src/classes/table.C: - don't skip comment lines during
8561: table::load if encloser or separator is set as '#' ( new feature:
8562: #30 )
8563:
8564: * src/targets/cgi/parser3.C: - don't run as cgi if
8565: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8566: #12 )
8567:
8568: * src/classes/file.C: - set PARSER_VARSION env before external
8569: script executing
8570:
8571: 2010-07-13 misha
8572:
8573: * tests/058.html: - test for suppressing @border was added - test
8574: for user attribute was added
8575:
8576: * tests/results/186.processed: unescaping from \uXXXX
8577:
8578: * tests/186.html: unescaping from \uXXXX
8579:
8580: * tests/: 239.html, results/239.processed: method call type
8581:
8582: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8583: $junction_method.CLASS_NAME (+CLASS)
8584:
8585: 2010-07-07 misha
8586:
8587: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8588: *nix
8589:
8590: 2010-07-05 misha
8591:
8592: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8593: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8594: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8595: comment strings "options must be hash", "options must be hash,
8596: not code" and "called with invalid option" were replaced by
8597: constatns - exception comment string "invalid option passed" was
8598: replaced by "called with invalid option" (now in different
8599: methods are the same exception comment string)
8600:
8601: * src/include/pa_exception.h: - more exception strings were defined
8602:
8603: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8604: types/pa_vstateless_class.h: - now we can define possible
8605: method's call type ( new feature: #5 ) 1.
8606: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8607: methods 2. @static:method[params] (only static keyword could be
8608: used here) -- for specified methods
8609:
8610: * src/main/pa_common.C: - junction points should not be deleted on
8611: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8612: cleanup
8613:
8614: 2010-07-03 misha
8615:
8616: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8617: results/158.processed, results/160.processed,
8618: results/161.processed, results/162.processed,
8619: results/163.processed: - prepare tests to trim trailing methods'
8620: EOLs
8621:
8622: * tests/results/169.processed: - prepare tests to trim trailing
8623: methods' EOLs
8624:
8625: * tests/results/: 168.processed, 169.processed: - prepare tests to
8626: trim trailing methods' EOLs
8627:
8628: * tests/: results/170.processed, results/167.processed,
8629: results/168.processed, results/169.processed, 167.html, 168.html,
8630: 169.html: - prepare tests to trim trailing methods' EOLs
8631:
8632: * tests/: results/170.processed, results/171.processed,
8633: results/172.processed, results/173.processed,
8634: results/174.processed, results/175.processed, 170.html, 171.html,
8635: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8636: trailing methods' EOLs
8637:
8638: * tests/: results/176.processed, results/180.processed,
8639: results/184.processed, results/185.processed,
8640: results/191.processed, results/192.processed,
8641: results/196.processed, results/197.processed,
8642: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8643: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8644: to trim trailing methods' EOLs
8645:
8646: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8647: results/199.processed, results/208.processed,
8648: results/209.processed, results/213.processed,
8649: results/214.processed: - prepare tests to trim trailing methods'
8650: EOLs
8651:
8652: 2010-06-29 misha
8653:
8654: * tests/: 220.html, 218.html, results/218.processed,
8655: results/215.processed, results/217.processed, 215.html, 217.html:
8656: - prepare tests to trim trailing methods' EOLs
8657:
8658: * tests/: results/224.processed, 224.html, 223.html,
8659: results/223.processed, results/220.processed: - prepare tests to
8660: trim trailing methods' EOLs
8661:
8662: * tests/results/: 226.processed, 230.processed: - prepare tests to
8663: trim trailing methods' EOLs
8664:
8665: * tests/: 229.html, results/229.processed: - prepare tests to trim
8666: trailing methods' EOLs
8667:
8668: * tests/: 232.html, 235.html, results/232.processed,
8669: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8670: results/226.processed, results/227.processed,
8671: results/228.processed, results/230.processed: - prepare tests to
8672: trim trailing methods' EOLs
8673:
8674: 2010-06-16 moko
8675:
8676: * tests/: 229.html, results/229.processed: elseif now supported in
8677: ^if
8678:
8679: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8680:
8681: 2010-06-03 misha
8682:
8683: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8684: instead of memcopy for overlaped regions
8685:
8686: 2010-05-25 misha
8687:
8688: * src/main/pa_common.C: - wanring about unused vars was removed
8689:
8690: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8691: get_method_filename was moved to execute.C
8692:
8693: 2010-05-23 misha
8694:
8695: * src/main/pa_request.C: - more accurate detection of method's file
8696:
8697: 2010-05-22 misha
8698:
8699: * src/classes/reflection.C: - bugfix: core during detection of
8700: .file if filespec isn't detected successfully
8701:
8702: 2010-05-20 misha
8703:
8704: * src/main/pa_request.C: - fix in get_method_filename
8705:
8706: * src/include/pa_request.h: - new feature: #24 -- searching
8707: included file in @USE/^use is changed. if its filespec doesn't
8708: start from '/' it will be searched in caller file directory
8709:
8710: * src/classes/reflection.C: - ^reflection:method_info returns file
8711: where the method is defined
8712:
8713: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8714: classes/op.C: - new feature: #24 -- searching included file in
8715: @USE/^use is changed. if its filespec doesn't start from '/' it
8716: will be searched in caller file directory
8717:
8718: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8719: is moved to pa_common.h
8720:
8721: 2010-05-18 misha
8722:
8723: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8724: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8725: cookie parser decode \uXXXX as well as %uXXXX
8726:
8727: 2010-05-17 misha
8728:
8729: * src/classes/curl.C: beauty: - unused param is removed in method
8730: _curl_version_action - some spaces were removed or replaced by
8731: tabs
8732:
8733: * src/classes/table.C: - bugfix: #72 core with empty value during
8734: ^table.hash[...;name_of_the_last_column][$.type[string]]
8735:
8736: 2010-05-16 misha
8737:
8738: * src/classes/curl.C: new: #61 more curl options were added
8739: (contributed by Sumo)
8740:
8741: 2010-04-29 pretender
8742:
8743: * src/main/pa_string.C: fixes #63 Split result from empty string
8744: now empty string.
8745:
8746: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8747: string type.
8748:
8749: 2010-04-28 pretender
8750:
8751: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8752: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8753: macrodefinition removed
8754:
8755: 2010-04-19 pretender
8756:
8757: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8758: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8759:
8760: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8761: fixes #64 Now file.missing exception generates in unsafe mode to.
8762:
8763: * src/classes/file.C: fixes #48 Now not throw "not save environment
8764: variable" exception in grpunlim version.
8765:
8766: 2010-04-05 misha
8767:
8768: * src/classes/string.C: - new feature: 4th param was added to
8769: match. if specified its value is returned in case of nothing was
8770: found
8771:
8772: 2010-04-01 misha
8773:
8774: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8775: multiple execution of /a/b/auto.p
8776:
8777: 2010-03-19 misha
8778:
8779: * src/main/execute.C: - core in $table1.$table2 was fixed
8780:
8781: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8782:
8783: 2010-01-27 misha
8784:
8785: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8786: trying to open file by path /existing-file/non-exixting-file
8787:
8788: 2010-01-26 misha
8789:
8790: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8791: was added (returns file)
8792:
8793: 2009-12-22 misha
8794:
8795: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8796: now parser doesn't have class curl if it was built without it
8797:
8798: 2009-12-15 misha
8799:
8800: * configure.in: - little cheat with curl include dir was added
8801:
8802: 2009-12-05 misha
8803:
8804: * src/classes/curl.C: - some fixes
8805:
8806: 2009-12-04 misha
8807:
8808: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8809: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8810: buildall-with-xml, buildall-without-xml, configure.in: - curl
8811: class was added
8812:
8813: * src/include/pa_hash.h: - hash-iterator was added
8814:
8815: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8816: was added to pcre
8817:
8818: 2009-11-27 misha
8819:
8820: * src/classes/image.C: - don't add @border attribute to output of
8821: ^image.html[] if it was specified by user with empty value
8822:
8823: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8824: root element and we are trying to access .documentElement
8825:
8826: 2009-11-11 misha
8827:
8828: * src/classes/table.C: - in ^table.flip[] look at number of columns
8829: instead of number of items in first row for named tables
8830:
8831: 2009-11-10 misha
8832:
1.211 moko 8833: * operators.ru.txt, operators.txt: - info about hash-options in
8834: ^file::create was added
1.95 moko 8835:
8836: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8837: added
8838:
8839: 2009-11-09 misha
8840:
8841: * buildall-with-xml: - moving to libxml 2.7.6
8842:
8843: * tests/236.html: - tests for comparations cords with functions
8844: were added
8845:
8846: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8847: added
8848:
8849: * src/main/pa_http.C: - little optimisation
8850:
8851: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8852: GPF mallocs + stringstream (table.save)
8853:
8854: * src/classes/file.C: - file::create now accepts 4th param: options
8855: with $.charset
8856:
8857: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8858: bug in cord (comparation cords with functions was buggy)
8859:
8860: 2009-11-06 misha
8861:
8862: * src/main/pa_string.C: - bugfix: calculation string.length
8863: sometimes was buggy
8864:
8865: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8866: destroyed if exception occured during match/replace
8867:
8868: * src/: main/pa_charset.C, include/pa_charset.h: - method
8869: lengthUTF8Char was added
8870:
8871: * src/classes/op.C: - clean tainting lang was added for user's
8872: usage
8873:
8874: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8875: fixed: checkouts are required after GC_MALLOC
8876:
8877: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8878:
1.211 moko 8879: * operators.ru.txt, operators.txt: - actually, there is no
8880: ^untaint[xml] in file::create
1.95 moko 8881:
8882: 2009-10-15 misha
8883:
8884: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8885: were added
8886:
8887: * tests/234.html: - more tests for checking ^taint[uri] escaping
8888: were added
8889:
8890: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8891: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8892: hacking: for dealing with transcoding+^taint[uri]
8893: transcode_and_untaint was replaced by untaint_and_transcode
8894:
8895: 2009-10-13 misha
8896:
8897: * tests/: 121.html, results/121.processed: - test transcoding +
8898: url-escaping now
8899:
8900: * tests/results/auto.p: - more helpers' methods were added
8901:
8902: * src/main/pa_globals.C: - die instead of abort
8903:
8904: 2009-10-06 misha
8905:
8906: * src/main/pa_common.C: - don't allocate memory during
8907: capitalization if input string is already capitalized
8908:
8909: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8910:
8911: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8912: use format function because it calls malloc
8913:
8914: * src/include/pa_common.h: - more capitalized headers were added
8915:
8916: * src/main/pa_common.C: - in safe mode clear executable bits during
8917: file writing
8918:
8919: 2009-10-05 misha
8920:
8921: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8922:
8923: 2009-10-03 misha
8924:
8925: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8926: ^img.text[] & ^img.length[] can work in utf-8 now
8927:
8928: * src/: include/pa_charset.h, main/pa_charset.C: - class
8929: UTF8_string_iterator was added
8930:
8931: * src/classes/image.C: - respect utf-8 when calculate alphabet
8932: length
8933:
8934: * src/classes/mail.C: - check from before get message.cstr
8935:
8936: 2009-10-02 misha
8937:
8938: * tests/233.html: - test for image.font, image.length, image.text
8939: with text in utf-8 were added
8940:
8941: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8942:
8943: * buildall-with-xml, buildall-without-xml: - comment about gc
8944: version for freebsd 4 was added
8945:
8946: 2009-10-01 misha
8947:
8948: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8949: terminator) - read_pipe were slightly optimized
8950:
8951: 2009-09-28 misha
8952:
8953: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8954: removed
8955:
8956: * src/types/pa_vmail.C: - forgot about space after ':'
8957:
8958: * src/types/pa_vmail.C: - escape filenames while preparing mail
8959: body - small simplifications
8960:
8961: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8962: inout params like pa_base64
8963:
8964: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8965: option $.debug-print(1) was added to mail:send - changes for
8966: using uue_encode which uses less memory
8967:
8968: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8969:
8970: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8971: memory now
8972:
8973: 2009-09-26 misha
8974:
8975: * src/types/pa_vmail.C: - default encoding now is base64
8976:
8977: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8978:
8979: 2009-09-25 misha
8980:
8981: * src/types/pa_vmail.C: - capitalization of headers was added to
8982: sending mail as well
8983:
8984: * buildall-with-xml: - catalog package was removed from libxml
8985:
8986: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8987: win32 absolute path
8988:
8989: * src/include/pa_common.h: - one more capitalized header was added
8990:
8991: 2009-09-22 misha
8992:
8993: * INSTALL: - comment about building just httpd binary while
8994: building apache module was added
8995:
8996: 2009-09-21 misha
8997:
8998: * buildall-with-xml: - moving to the latest versions of xml libs:
8999: libxml 2.7.4 and libxslt 1.1.25
9000:
9001: 2009-09-19 misha
9002:
9003: * tests/231.html: - test for encoding cookie in win-1251
9004:
9005: 2009-09-18 misha
9006:
9007: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9008: object] were added
9009:
1.211 moko 9010: * operators.ru.txt, operators.txt: - info about method
9011: ^reflection:fields[class or object] was added
1.95 moko 9012:
9013: * src/classes/reflection.C: - method ^reflection:fields[class or
9014: object] was added
9015:
9016: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9017: methods get_fields were added
9018:
9019: * tests/232.html: - tests for @GET[name]
9020:
9021: * src/classes/table.C: - some changes in handling hash-options for
9022: creare, join and locate
9023:
9024: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9025: defined with option: the type of requested value
9026:
9027: 2009-09-17 misha
9028:
9029: * tests/212.html: - tests for .pattern and .options were added
9030:
9031: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9032: $regex.options were added
9033:
9034: 2009-09-11 misha
9035:
9036: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9037: rewrited. it checks not just one case of sending cookies during
9038: file::load[http], but also sending headers and fields (including
9039: files)
9040:
9041: 2009-09-10 misha
9042:
9043: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9044: was removed => now parser can open files with Russian 'r' in
9045: filename
9046:
9047: * src/main/untaint.C: - bugfix: client charset whould be analized
9048: while escaping cookies but now source charset
9049:
9050: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9051: ^tainted[uri] so it was possible to make request with incorrect
9052: http header
9053:
9054: * src/main/pa_http.C: - capitalization of http headers during
9055: file::load[http was slightly changes - bugfix: all headers which
9056: parser sends during file::load[http should be transcoded and only
9057: then escaped
9058:
9059: * src/main/untaint.C: - a bit more comments were added
9060:
9061: * src/classes/: file.C, string.C: - types where changes (minus 2
9062: warnings)
9063:
9064: * src/include/pa_common.h: - 2 capitalized strings for making http
9065: headers during file::load[http were added
9066:
9067: 2009-09-08 misha
9068:
1.211 moko 9069: * operators.ru.txt, operators.txt: - changes in file.save and
9070: string.save were added
1.95 moko 9071:
9072: * tests/: 230.html, 230.txt: - tests for checking options in
9073: file.save and string.save were added
9074:
9075: * src/main/pa_request.C: - http headers names, which are passed to
9076: SAPI::add_header_attribute are lowercased now (it'll be
9077: capitalized in that method)
9078:
9079: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9080: classes/string.C: - file_write accepts Request_charsets and asked
9081: charset and cound transcode content before writing - string.save
9082: and file.save have option $.charset now
9083:
9084: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9085: classes/xdoc.C: - file_write accepts Request_charsets and asked
9086: charset and cound transcode content before writing
9087:
9088: * src/include/pa_exception.h: - new exception comment string was
9089: defined
9090:
9091: 2009-09-07 misha
9092:
9093: * src/main/compile.y: - grammar $name\ name stops now for regex
9094: sub-pattern\s
9095:
9096: 2009-09-04 misha
9097:
9098: * src/main/pa_http.C: - capitalization of http headers during
9099: file::load[http was implemented
9100:
9101: 2009-09-03 misha
9102:
9103: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9104: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9105: types/pa_vmail.C, targets/cgi/parser3.C,
9106: targets/isapi/parser3isapi.C: - back to storing response http
9107: headers in lowercase - capitalize them during output
9108:
9109: 2009-08-31 misha
9110:
9111: * src/classes/table.C: - allow call with any brackets (it could be
9112: useful in methods with explict result declaration)
9113:
9114: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9115: correctly if $request:charset==koi8-r
9116:
9117: 2009-08-30 misha
9118:
9119: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9120: changed: content-type => Content-type and so on
9121:
9122: * src/classes/file.C, src/include/pa_common.h,
9123: src/include/pa_request.h, src/main/pa_http.C,
9124: src/main/pa_request.C, src/types/pa_vcookie.C,
9125: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9126: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9127: tests/results/002.processed, tests/results/003.processed,
9128: tests/results/004.processed, tests/results/005.processed,
9129: tests/results/006.processed, tests/results/007.processed,
9130: tests/results/008.processed, tests/results/009.processed,
9131: tests/results/010.processed, tests/results/011.processed,
9132: tests/results/012.processed, tests/results/013.processed,
9133: tests/results/014.processed, tests/results/015.processed,
9134: tests/results/016.processed, tests/results/017.processed,
9135: tests/results/018.processed, tests/results/019.processed,
9136: tests/results/020.processed, tests/results/021.processed,
9137: tests/results/022.processed, tests/results/023.processed,
9138: tests/results/024.processed, tests/results/025.processed,
9139: tests/results/026.processed, tests/results/027.processed,
9140: tests/results/028.processed, tests/results/029.processed,
9141: tests/results/030.processed, tests/results/031.processed,
9142: tests/results/032.processed, tests/results/033.processed,
9143: tests/results/034.processed, tests/results/035.processed,
9144: tests/results/036.processed, tests/results/037.processed,
9145: tests/results/038.processed, tests/results/039.processed,
9146: tests/results/040.processed, tests/results/041.processed,
9147: tests/results/042.processed, tests/results/043.processed,
9148: tests/results/044.processed, tests/results/045.processed,
9149: tests/results/046.processed, tests/results/047.processed,
9150: tests/results/048.processed, tests/results/049.processed,
9151: tests/results/050.processed, tests/results/051.processed,
9152: tests/results/052.processed, tests/results/053.processed,
9153: tests/results/054.processed, tests/results/055.processed,
9154: tests/results/056.processed, tests/results/057.processed,
9155: tests/results/058.processed, tests/results/059.processed,
9156: tests/results/060.processed, tests/results/061.processed,
9157: tests/results/062.processed, tests/results/063.processed,
9158: tests/results/064.processed, tests/results/065.processed,
9159: tests/results/066.processed, tests/results/067.processed,
9160: tests/results/068.processed, tests/results/069.processed,
9161: tests/results/070.processed, tests/results/071.processed,
9162: tests/results/072.processed, tests/results/073.processed,
9163: tests/results/074.processed, tests/results/075.processed,
9164: tests/results/076.processed, tests/results/077.processed,
9165: tests/results/078.processed, tests/results/079.processed,
9166: tests/results/080.processed, tests/results/081.processed,
9167: tests/results/082.processed, tests/results/083.processed,
9168: tests/results/084.processed, tests/results/085.processed,
9169: tests/results/086.processed, tests/results/087.processed,
9170: tests/results/088.processed, tests/results/089.processed,
9171: tests/results/090.processed, tests/results/091.processed,
9172: tests/results/092.processed, tests/results/093.processed,
9173: tests/results/094.processed, tests/results/095.processed,
9174: tests/results/096.processed, tests/results/097.processed,
9175: tests/results/098.processed, tests/results/099.processed,
9176: tests/results/100.processed, tests/results/101.processed,
9177: tests/results/102.processed, tests/results/103.processed,
9178: tests/results/104.processed, tests/results/105.processed,
9179: tests/results/106.processed, tests/results/107.processed,
9180: tests/results/108.processed, tests/results/109.processed,
9181: tests/results/110.processed, tests/results/111.processed,
9182: tests/results/112.processed, tests/results/113.processed,
9183: tests/results/114.processed, tests/results/115.processed,
9184: tests/results/116.processed, tests/results/117.processed,
9185: tests/results/118.processed, tests/results/119.processed,
9186: tests/results/120.processed, tests/results/121.processed,
9187: tests/results/122.processed, tests/results/123.processed,
9188: tests/results/124.processed, tests/results/125.processed,
9189: tests/results/126.processed, tests/results/127.processed,
9190: tests/results/128.processed, tests/results/129.processed,
9191: tests/results/130.processed, tests/results/131.processed,
9192: tests/results/132.processed, tests/results/133.processed,
9193: tests/results/134.processed, tests/results/135.processed,
9194: tests/results/136.processed, tests/results/138.processed,
9195: tests/results/139.processed, tests/results/140.processed,
9196: tests/results/141.processed, tests/results/142.processed,
9197: tests/results/143.processed, tests/results/144.processed,
9198: tests/results/145.processed, tests/results/146.processed,
9199: tests/results/147.processed, tests/results/148.processed,
9200: tests/results/149.processed, tests/results/150.processed,
9201: tests/results/151.processed, tests/results/152.processed,
9202: tests/results/153.processed, tests/results/154.processed,
9203: tests/results/155.processed, tests/results/156.processed,
9204: tests/results/157.processed, tests/results/158.processed,
9205: tests/results/159.processed, tests/results/160.processed,
9206: tests/results/161.processed, tests/results/162.processed,
9207: tests/results/163.processed, tests/results/164.processed,
9208: tests/results/165.processed, tests/results/166.processed,
9209: tests/results/167.processed, tests/results/168.processed,
9210: tests/results/169.processed, tests/results/170.processed,
9211: tests/results/171.processed, tests/results/172.processed,
9212: tests/results/173.processed, tests/results/174.processed,
9213: tests/results/175.processed, tests/results/176.processed,
9214: tests/results/177.processed, tests/results/178.processed,
9215: tests/results/179.processed, tests/results/180.processed,
9216: tests/results/181.processed, tests/results/182.processed,
9217: tests/results/183.processed, tests/results/184.processed,
9218: tests/results/185.processed, tests/results/186.processed,
9219: tests/results/187.processed, tests/results/188.processed,
9220: tests/results/189.processed, tests/results/190.processed,
9221: tests/results/191.processed, tests/results/192.processed,
9222: tests/results/193.processed, tests/results/194.processed,
9223: tests/results/195.processed, tests/results/196.processed,
9224: tests/results/197.processed, tests/results/198.processed,
9225: tests/results/199.processed, tests/results/200.processed,
9226: tests/results/201.processed, tests/results/202.processed,
9227: tests/results/203.processed, tests/results/204.processed,
9228: tests/results/205.processed, tests/results/206.processed,
9229: tests/results/207.processed, tests/results/208.processed,
9230: tests/results/209.processed, tests/results/210.processed,
9231: tests/results/211.processed, tests/results/212.processed,
9232: tests/results/213.processed, tests/results/214.processed,
9233: tests/results/215.processed, tests/results/216.processed,
9234: tests/results/217.processed, tests/results/218.processed,
9235: tests/results/219.processed, tests/results/220.processed,
9236: tests/results/221.processed, tests/results/222.processed,
9237: tests/results/223.processed, tests/results/224.processed,
9238: tests/results/225.processed, tests/results/226.processed,
9239: tests/results/227.processed, tests/results/228.processed,
9240: tests/results/229.processed: - http headers were changed:
9241: content-type => Content-type and so on
9242:
9243: 2009-08-27 misha
9244:
9245: * src/: main/pa_random.C, include/pa_random.h,
9246: targets/cgi/parser3.C: - year was updated :)
9247:
9248: 2009-08-26 misha
9249:
9250: * tests/: 224.html, 224.p: - test for creating of parser object
9251: using constructor without params - little bugfix in test
9252:
9253: * src/main/compile_tools.h: - bugfix: should't call autouse while
9254: checking existed class while processing partial option
9255:
9256: * src/classes/reflection.C: - bugfix: core when creating object
9257: with reflection and constructor doesn't have params
9258:
9259: 2009-08-24 misha
9260:
9261: * tests/229.html: - tests for checking the number of parameters
9262: were added
9263:
9264: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9265: number of method's parameters wasn't checked correctly (the bug
9266: was introduced in 3.4.0)
9267:
9268: 2009-08-22 misha
9269:
9270: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9271: transcoded, but tainted pieces are escaped only when
9272: content-type==url-encoding
9273:
9274: * tests/228.html: - test for checking
9275: ^file::load[http://...;$.body[]]
9276:
9277: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9278: post charset was too early (charsets is empty at this moment)
9279:
9280: 2009-08-21 misha
9281:
9282: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9283: main/untaint.C: - some fixes with transcode+untaint
9284:
9285: 2009-08-15 misha
9286:
9287: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9288: was increaced to 100 (was 50)
9289:
9290: * tests/227.html: - test for checking overriding properties in
9291: static classes was added
9292:
9293: * tests/: 226.html, 226.p: - test for @autoload[] was added
9294:
9295: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9296: main/execute.C, main/pa_request.C, classes/reflection.C: -
9297: autouse was implemented
9298:
9299: 2009-08-14 misha
9300:
9301: * src/classes/reflection.C: - outdated checkout was removed
9302:
9303: * src/classes/reflection.C: - optimization - method ^dynamical was
9304: added.
9305:
9306: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9307: types/pa_vstateless_class.h, main/execute.C: - optimization
9308:
9309: * src/types/pa_vclass.C: - exception if base on sytem class
9310:
9311: 2009-08-12 misha
9312:
9313: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9314: pa_vstateless_class.h: - little optimisation
9315:
9316: 2009-08-11 misha
9317:
9318: * tests/224.html: - method_params => method_info - checking for
9319: $.inherited
9320:
1.211 moko 9321: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9322: method method_params was renamed to method_info and now it
9323: returns class name, if method was defined in ancestor
1.95 moko 9324:
9325: * tests/225.html: - tests for cheching properties in hierarhical
9326: classes were added
9327:
9328: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9329: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9330: main/compile.y, main/execute.C, classes/classes.C: - problems
9331: with properties in new classes implementation were fixed
9332:
9333: 2009-08-10 misha
9334:
9335: * src/main/execute.C: - now constructor shouldn't be defined in
9336: class. it could be defined in parent.
9337:
9338: 2009-08-09 misha
9339:
9340: * src/classes/reflection.C: - ^reflection:methods doesn't return
9341: base's methods
9342:
9343: 2009-08-08 misha
9344:
9345: * src/: classes/classes.h, classes/date.C, classes/file.C,
9346: classes/form.C, classes/hash.C, classes/hashfile.C,
9347: classes/image.C, classes/mail.C, classes/op.C,
9348: classes/reflection.C, classes/regex.C, classes/string.C,
9349: classes/table.C, classes/xdoc.C, classes/xnode.C,
9350: classes/xnode.h, include/pa_hash.h, main/execute.C,
9351: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9352: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9353: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9354: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9355: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9356: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9357: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9358: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9359: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9360: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9361: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9362: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9363: types/pa_vresponse.C, types/pa_vresponse.h,
9364: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9365: types/pa_vstateless_object.h, types/pa_vstatus.C,
9366: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9367: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9368: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9369: types/pa_wwrapper.h, types/types.vcproj: - new classes
9370: implementation
9371:
9372: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9373: USE_MUNMAP is used. so it is disabled as a workaround.
9374:
9375: 2009-08-05 misha
9376:
9377: * src/: main/pa_common.C, include/pa_common.h: - not needed
9378: parameter was removed
9379:
9380: * src/main/pa_http.C: - bugfix: error was during detecting
9381: content-type of file which was loaded by http
9382:
9383: 2009-08-01 misha
9384:
9385: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9386: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9387: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9388: can't be disabled with defines any longer
9389:
9390: 2009-07-29 misha
9391:
9392: * src/classes/reflection.C, tests/results/224.processed: - for
9393: native methods with any call type now returned empty call_type
9394: value
9395:
9396: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9397: classes/table.C, include/pa_hash.h, include/pa_request.h,
9398: main/pa_request.C: - break in cycles was optimized
9399:
9400: * INSTALL: - more defines were described
9401:
9402: 2009-07-28 misha
9403:
1.211 moko 9404: * operators.ru.txt, operators.txt: - some changes in information
9405: about reflection class
1.95 moko 9406:
9407: * tests/: 224.html, 224.p: - tests for reflection class
9408:
9409: * src/classes/reflection.C: - some bugs were fixed, method classes
9410: was added, refactoring
9411:
9412: 2009-07-26 misha
9413:
9414: * src/classes/classes.vcproj: - reflection class wass added to
9415: project
9416:
1.211 moko 9417: * operators.ru.txt, operators.txt: - information about reflection
9418: class was added
1.95 moko 9419:
9420: * src/classes/reflection.C: - class was redesigned
9421:
9422: 2009-07-24 misha
9423:
9424: * src/classes/: Makefile.am, reflection.C: - class reflection was
9425: added
9426:
9427: * src/types/pa_vstateless_class.h: - method for reflection method's
9428: in classes was added
9429:
9430: 2009-07-22 misha
9431:
9432: * src/main/compile_tools.h: - bugfix: $object.$var was
9433: over-optimized. it failed if $object1.$object2.field
9434:
9435: 2009-07-16 misha
9436:
9437: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9438: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9439: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9440: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9441: one more arg: length of cord
9442:
9443: 2009-07-15 misha
9444:
9445: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9446: tainted in ^file::load[http://...;$.cookies[]]
9447:
9448: * src/classes/: op.C, regex.C, string.C: - new string with
9449: exception was used
9450:
9451: * src/include/pa_exception.h: - new string with exception was added
9452:
9453: * tests/223.html: - test for checking cookie-encoding during
9454: ^file::load[http was added
9455:
9456: * tests/: 221.html, 222.html: - tests for checking type of
9457: $table.fields.field were added
9458:
9459: * src/types/pa_vtable.C: - not used var decl was removed
9460:
9461: * src/include/pa_string.h: - use cached string length in Body::mid.
9462: it improves speed of match with brackets in pattern
9463:
9464: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9465: outside
9466:
9467: 2009-07-14 misha
9468:
9469: * src/types/pa_vtable.C: - $table.fields.a return string even if
9470: column is empty (sometime returned void) - $table.fields was
9471: added for nameless tables
9472:
9473: * src/targets/cgi/getopt.c: - one warning resolved
9474:
9475: * src/main/pa_string.C: - potentian bug fixed
9476:
9477: * src/classes/op.C: - small optimization in taint/untaint
9478:
9479: 2009-07-13 misha
9480:
9481: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9482: added
9483:
9484: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9485: souldn't add the attribut to output
9486:
9487: 2009-07-11 misha
9488:
9489: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9490: stack size was increaced to 2MB (default=1MB)
9491:
9492: 2009-07-08 misha
9493:
9494: * src/main/pa_string.C: - link to UTF-8 description was added
9495:
9496: * src/include/pa_hash.h: - hash keeps element's order in more
9497: places (ex: ._keys[])
9498:
9499: * tests/220.html: - test for checking order of elements in hash in
9500: foreach was added
9501:
9502: * tests/172.html: - small changes in printing hash
9503:
9504: * tests/129.html: - small changes in printing hash
9505:
9506: * src/: include/pa_common.h, include/pa_hash.h,
9507: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9508: types/pa_vmethod_frame.h: - hash now keeps order of elements
9509:
9510: * tests/014.html: - small changes in printing hash
9511:
9512: 2009-07-07 misha
9513:
9514: * src/classes/op.C: - new taint language "parser-code" was added
9515:
9516: * tests/219.html: - test for auto untaint parser code in process
9517: was added
9518:
9519: * src/classes/op.C: - tainted pieces in body of process are
9520: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9521:
9522: * src/: include/pa_string.h, main/untaint.C: - new language
9523: L_PARSER_CODE for auto-untaint in process was added
9524:
9525: * src/: classes/file.C, classes/hash.C, classes/image.C,
9526: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9527: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9528: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9529: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9530: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9531: code cleanup
9532:
9533: 2009-07-06 misha
9534:
9535: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9536: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9537: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9538:
9539: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9540: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9541: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9542: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9543: should be used
9544:
9545: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9546: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9547: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9548: untaint_cstr[m] should be used
9549:
9550: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9551: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9552:
9553: * tests/218.html: - test for checking automatic file-spec-taint was
9554: added
9555:
9556: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9557: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9558: classes/file.C, classes/hash.C, classes/image.C,
9559: classes/string.C, classes/table.C, classes/void.C,
9560: classes/xdoc.C: - optimizations and simplification of
9561: string.cstr(...)
9562:
9563: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9564: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9565: - optimizations and simplification of string.cstr(...)
9566:
9567: 2009-07-04 misha
9568:
9569: * tests/217.html: - test for recursion detection was added
9570:
9571: * src/: types/types.vcproj, main/main.vcproj,
9572: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9573: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9574: from .vcproj
9575:
9576: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9577:
9578: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9579: uploading files and case-insensitive http-method were added
9580:
9581: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9582: tainted pattern in ^file:list[] was added
9583:
9584: 2009-07-03 misha
9585:
9586: * src/: classes/classes.vcproj, main/main.vcproj,
9587: types/types.vcproj, targets/cgi/parser3.vcproj,
9588: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9589: for dynamic_cast) - little options changes
9590:
9591: * src/main/pa_http.C: - file::load[http works now with uploading
9592: files _and_ changing $.charset
9593:
9594: 2009-06-29 misha
9595:
9596: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9597: while creating pattern
9598:
9599: 2009-06-25 misha
9600:
1.211 moko 9601: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9602: names for ^image.font were changed to $.space, $.width and
9603: $spacing - default space width now == gif's width
1.95 moko 9604:
9605: 2009-06-24 misha
9606:
9607: * tests/215.html: - tests for $file.mode were added
9608:
1.211 moko 9609: * operators.ru.txt, operators.txt: - added info about $file.mode
9610: and changes in ^image.font[
1.95 moko 9611:
9612: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9613: param now could be omited - third param now could be hash (with
9614: all widths options: $.space-width, $.letter-width) - it's
9615: possible to specify tracking ($.letter-space)
9616:
9617: * src/classes/file.C: - file objects now could have mode field
9618: (text|binary)
9619:
9620: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9621:
9622: 2009-06-23 misha
9623:
9624: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9625: trim can work with utf-8 chars now
9626:
9627: 2009-06-20 misha
9628:
9629: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9630: was implemented
9631:
9632: * src/classes/table.C: - string length cacheing was implemented
9633:
9634: * src/include/pa_string.h: - string length cacheing was implemented
9635:
9636: 2009-06-17 misha
9637:
9638: * src/main/execute.C: - value param was removed from
9639: WContext::WContext
9640:
9641: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9642: pa_wwrapper.h: - value param was removed from WContext::WContext
9643: - field wcontext was removed from VCodeFrame (using fparent
9644: instead)
9645:
9646: * tests/214.html: - test with hash copying
9647:
9648: 2009-06-16 misha
9649:
9650: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9651: strings doesn't work in expression anymore
9652:
9653: * src/main/execute.C: - less calls for get_constructing() - little
9654: refactoring
9655:
9656: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9657: include/pa_request.h: - less calls for get_constructing()
9658:
9659: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9660: introduced with OPTIMIZE_SINGLE_STRING optimization
9661:
9662: 2009-06-14 misha
9663:
9664: * src/: classes/date.C, classes/file.C, classes/hash.C,
9665: classes/hashfile.C, classes/image.C, classes/regex.C,
9666: classes/table.C, classes/xdoc.C, classes/xnode.h,
9667: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9668: types/pa_vstateless_class.h, main/execute.C: - create object for
9669: storing object's fields only for parser objects
9670:
9671: 2009-06-13 misha
9672:
9673: * buildall-with-xml, buildall-without-xml: - new option was added
9674: for building GC (it slightly reduces memory usage)
9675:
9676: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9677: single string write
9678:
9679: * src/main/execute.C: - bytecode optimization of ^class:constructor
9680: - optimization of single string write
9681:
9682: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9683: - bytecode optimization of ^class:constructor
9684:
9685: 2009-06-09 misha
9686:
9687: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9688: main (better compatibility)
9689:
9690: 2009-06-08 misha
9691:
9692: * src/main/compile.y: - I've forgot to commit it :(
9693:
9694: 2009-06-07 misha
9695:
9696: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9697: WITH_READ and WITH_ROOT
9698:
9699: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9700: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9701: WITH_ROOT - little refactoring
9702:
9703: 2009-06-06 misha
9704:
9705: * tests/213.html: - tests for 3rd match string-param were added
9706:
9707: * src/classes/string.C: - 3rd match param could be string now
9708:
9709: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9710: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9711: GET_OBJECT_ELEMENT
9712:
9713: 2009-06-05 misha
9714:
9715: * src/main/pa_http.C: - bugfix: content-length was not calculated
9716: if $.body was specified
9717:
9718: 2009-06-04 misha
9719:
9720: * src/classes/op.C: - optimizing write_assign_lang in connect
9721:
9722: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9723:
9724: * src/main/execute.C: - little refactoring - optimizing
9725: write_assign_lang in taint/untaint
9726:
9727: * src/include/pa_opcode.h: - little refactoring
9728:
9729: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9730: main/compile_tools.h, main/execute.C: - optimizations for
9731: $self.field, ^self.method, $self.field[...] and $self.field(...)
9732: were added
9733:
9734: 2009-06-03 misha
9735:
9736: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9737:
9738: 2009-06-02 misha
9739:
9740: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9741: include/pa_opcode.h: - refactoring in last optimizations
9742: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9743: now but code is much easy and it is ready for further
9744: improvements.
9745:
9746: 2009-05-27 misha
9747:
9748: * src/: types/pa_junction.h, types/pa_vjunction.C,
9749: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9750: changed in destructing junctions
9751:
9752: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9753: String:Body
9754:
9755: 2009-05-26 misha
9756:
9757: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9758: one method detect_charset was deleted - bug was fixed in this
9759: method (error while detecting charset in content_type withot last
9760: ';')
9761:
9762: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9763: once
9764:
9765: 2009-05-25 misha
9766:
9767: * src/classes/file.C: - bugfix: file::exec didn't work after
9768: optimizing of helper_length
9769:
9770: 2009-05-24 misha
9771:
9772: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9773: were added - little refactoring
9774:
9775: * src/main/execute.C: - core while printing in debug log
9776: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9777: optimisations were added
9778:
9779: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9780: were added
9781:
9782: 2009-05-23 misha
9783:
9784: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9785: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9786: CORD_cat optimization
9787:
9788: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9789: - call constr optimisation under separate define now
9790:
9791: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9792: in $b should be string, not void
9793:
9794: * src/main/compile.y: - little fix for rem-cut optimisation
9795:
9796: * src/: include/pa_opcode.h, main/compile_tools.C,
9797: main/compile_tools.h, main/execute.C: - optimisations for
9798: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9799:
9800: * INSTALL: - description of some #defined were added
9801:
9802: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9803: before 1st access (memory usage is reduced if don't access to
9804: .text field)
9805:
9806: * src/include/pa_array.h: - array grows step now not static (it
9807: reduces numbers of reallocs)
9808:
9809: 2009-05-20 misha
9810:
9811: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9812: $.b(2), $c[d] and $.e[f] was added
9813:
9814: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9815: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9816: $.e[f] was added
9817:
9818: * src/main/execute.C: - debug printing moved in defines
9819:
9820: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9821: and little refactoring for OP_GET_OBJECT_ELEMENT +
9822: OP_GET_OBJECT_VAR_ELEMENT optimisation
9823:
9824: 2009-05-19 misha
9825:
9826: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9827: execute.C: - $a.$b & ^a.$b bytecode optimisation
9828:
9829: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9830: ^a.$b optimisation)
9831:
9832: * src/main/compile.y: - compiler now generate new opcodes:
9833: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9834: ^a.b - compiler now cut off ^rem{ with all content ; any number
9835: of params }
9836:
9837: * src/main/execute.C: - code for handle new opcodes
9838: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9839:
9840: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9841: added for LA2V and LA2S
9842:
9843: * src/include/pa_opcode.h: - new defines which can be used for
9844: disable some bytecode optimisation and new opcodes were added
9845:
9846: 2009-05-17 misha
9847:
9848: * src/lib/cord/cordxtra.c: - bugfix.
9849:
9850: * tests/212.html: - .size[] and .study_size[] were added to tests
9851:
1.211 moko 9852: * operators.ru.txt, operators.txt: - info about regex class was
9853: added
1.95 moko 9854:
9855: * tests/212.html: - tests for regex class were added
9856:
9857: 2009-05-16 misha
9858:
9859: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9860: gc7.1
9861:
9862: * tests/022.html: - test for ^file:list[path;] (empty second param)
9863: was added
9864:
9865: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9866: param) should work
9867:
9868: 2009-05-15 misha
9869:
9870: * src/classes/table.C: - automatically disable stringstream usage
9871: on freebsd4
9872:
9873: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9874: scope
9875:
9876: * tests/211.html: - test with different types of access to hash was
9877: added
9878:
9879: * tests/210.html: - test which checks for loosing tainting in
9880: hash's keys was added
9881:
9882: * tests/208.html: - some parser work added. or stime == 0 %-)
9883:
9884: * src/lib/cord/cordbscs.c: - little hack was added to cord
9885:
9886: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9887:
9888: * src/include/pa_version.h, configure.in: - moko have made a lot of
9889: optimisations for increacing version number more dramatically :)
9890:
9891: * src/classes/date.C: - little refactoring: use constructor which
9892: accepts formated string
9893:
9894: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9895: which can print formatted string was added
9896:
9897: 2009-05-14 misha
9898:
9899: * src/include/pa_string.h: - type was fixed
9900:
9901: * src/: classes/hashfile.C, classes/op.C,
9902: include/pa_cache_managers.h, include/pa_charset.h,
9903: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9904: include/pa_request.h, include/pa_sql_driver_manager.h,
9905: include/pa_string.h, include/pa_stylesheet_manager.h,
9906: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9907: main/pa_charsets.C, main/pa_string.C,
9908: main/pa_stylesheet_connection.C, types/pa_value.h,
9909: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9910: types/pa_vobject.C, types/pa_vstateless_class.C,
9911: types/pa_vstateless_class.h: - hash_code caching was implemented
9912: (seaches should be faster now)
9913:
9914: * src/: classes/file.C, classes/hash.C, classes/image.C,
9915: classes/string.C, classes/table.C, include/pa_string.h,
9916: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9917: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9918: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9919: types/pa_vrequest.C: - String constructors don't have that stupid
9920: true/false param which means 'tainted'. they accept lang instead.
9921:
9922: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9923: with OPTIMIZE_RESULT
9924:
9925: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9926: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9927:
9928: 2009-05-13 misha
9929:
9930: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9931: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9932: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9933: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9934: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9935: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9936: include/pa_string.h, classes/date.C, classes/file.C,
9937: classes/hash.C, classes/image.C, classes/string.C,
9938: classes/table.C, classes/xdoc.C: - result optimisation -
9939: helper_length parameter removed from string constructors
9940:
9941: 2009-05-11 misha
9942:
9943: * tests/209.html: - tests for ^hash::create[hash] were added
9944:
9945: * tests/208.html: - tests for $status:rusage, $status:memory,
9946: ^memory:compact[] were added
9947:
9948: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9949: log10 were added
9950:
9951: * tests/206.html: - test for try with finally was added
9952:
9953: 2009-05-10 misha
9954:
9955: * tests/205.html: - test for ^file::create[...] was added
9956:
9957: * tests/204.html: - test for ^response:clear[] was added
9958:
9959: * tests/038.html: - tests for trigonometric functions were added
9960:
9961: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9962: added - more tests for .add, .sub, .union, .intersects and
9963: .intersections
9964:
9965: * tests/065.html: - test for ^file:dirname was added
9966:
9967: * tests/030.html: - test for $cookie:fields was added
9968:
9969: * tests/203.html: - test for ^h._keys[column name] was added
9970:
9971: * tests/201.html: - tests for .trim were added
9972:
9973: * tests/202.html: - tests for last-day,
9974: date:calendar[type](YYYY;MM;DD) were added
9975:
9976: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9977: .offset[type](N) were added
9978:
9979: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9980: and .pos[c](N) were added
9981:
9982: * tests/141.html: - test for math:sha1 was added
9983:
9984: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9985:
9986: 2009-05-09 misha
9987:
9988: * src/main/compile.y: - rollback
9989:
9990: 2009-05-05 misha
9991:
9992: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9993: replaced by is_empty()
9994:
9995: * src/: include/pa_string.h, main/pa_charset.C: - little
9996: optimisation: somewhere length() was replaced by is_empty()
9997:
9998: * src/classes/table.C: - little optimisation: somewhere length()
9999: was replaced by is_empty()
10000:
10001: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10002: classes/op.C, classes/table.C, main/pa_exception.C: - little
10003: optimisation: somewhere length() was replaced by is_empty()
10004:
10005: 2009-05-04 misha
10006:
10007: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10008: types/pa_vstateless_class.h, main/execute.C,
10009: include/pa_request.h, classes/hash.C, classes/op.C,
10010: classes/table.C: - more optimisations were added: some operators
10011: don't switch write context anylonger
10012:
10013: 2009-05-01 misha
10014:
10015: * src/main/compile.y: - slightly more opcode optimisations for
10016: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10017:
10018: * src/main/execute.C: - simplifying process for getters
10019:
10020: 2009-04-30 misha
10021:
10022: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10023:
10024: * tests/results/199.processed: - test for checking $result into
10025: ^rem was added
10026:
10027: * tests/199.html: - test for checking $result into ^rem was added
10028:
10029: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10030: some OS it returns list in different order)
10031:
10032: * src/: include/pa_array.h, include/pa_request.h,
10033: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10034: changes in stack impl - get_element() optimisation: 3rd param
10035: removed - bugfix: problems with reading empty input param -
10036: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10037:
10038: * tests/results/198.processed: - test for reading empty local var
10039: was added
10040:
10041: * tests/198.html: - test for reading empty local var was added
10042:
10043: 2009-04-29 misha
10044:
10045: * src/main/compile.y: - bugfix: couldn't compile because
10046: OP_VALUE__GET_ELEMENT should be unde #ifdef
10047:
10048: * src/: include/pa_array.h, include/pa_opcode.h,
10049: include/pa_request.h, main/compile.y, main/execute.C,
10050: main/pa_request.C, types/pa_vmethod_frame.C,
10051: types/pa_vmethod_frame.h: - we can work without opcode
10052: OP_STORE_PARAM, so it was removed
10053:
10054: 2009-04-28 misha
10055:
10056: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10057: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10058: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10059: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10060: 4.
10061: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10062:
10063: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10064:
10065: * src/: main/pa_string.C, classes/string.C: - !length() =>
10066: is_empty()
10067:
10068: 2009-04-27 misha
10069:
10070: * src/types/pa_vregex.h: - back explicit vars initialisation
10071:
10072: 2009-04-24 misha
10073:
10074: * src/classes/string.C: - ups. typo fixed
10075:
10076: * src/main/execute.C: - more replacements '*new VBool' to
10077: 'VBool::get' - checks for ^break[], ^continue[] and
10078: parser.interrupted were optimised
10079:
10080: * src/classes/string.C: - number of params.count() calls was
10081: slightly reduced
10082:
10083: 2009-04-23 misha
10084:
10085: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10086: make it x64 friendly
10087:
10088: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10089: parser is x64 friendly now
10090:
10091: 2009-04-22 misha
10092:
10093: * src/types/pa_vhashfile.C: - coder friendly exception about
10094: exceeding record size was added
10095:
10096: * src/classes/file.C: - use vregex object instead of direct calls
10097: methods from pcre lib
10098:
10099: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10100: classes/string.C: - use vregex object instead of direct calls
10101: methods from pcre lib
10102:
10103: * src/: include/pa_common.h, main/pa_common.C: - method
10104: print_pcre_exec_error_text was moved to class vregex
10105:
10106: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10107: was added
10108:
10109: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10110: - class vregex was added
10111:
10112: 2009-04-21 misha
10113:
10114: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10115:
10116: * src/: types/pa_junction.h, types/pa_value.C,
10117: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10118: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10119: junction-optimisation (destructors)
10120:
10121: * src/include/pa_array.h: - free under if now
10122:
10123: 2009-04-19 misha
10124:
10125: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10126:
10127: 2009-04-18 misha
10128:
10129: * src/include/pa_version.h:
10130: :q :
10131:
10132: CV:
10133: ----------------------------------------------------------------------
10134:
10135: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10136: refactoring
10137:
10138: * src/: include/pa_array.h, include/pa_hash.h,
10139: types/pa_vmethod_frame.h: - destructors under #ifdef now
10140:
10141: * src/include/pa_memory.h: - define for using destructors was added
10142:
10143: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10144: main/execute.C: - some junctions will be cached now
10145:
10146: * src/include/pa_hash.h: - hash destructor frees pairs now
10147:
10148: * src/include/pa_array.h: - inline was added to destructor
10149:
10150: * src/types/pa_method.h: - comment was changed
10151:
10152: 2009-04-17 misha
10153:
10154: * src/: include/pa_array.h, include/pa_hash.h,
10155: types/pa_vmethod_frame.h: - destructors were added
10156:
10157: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10158: renamed to always_use_result
10159:
10160: * src/main/: compile.y, compile_tools.h: - rollback changes in
10161: compiler: full backward compatibility is better
10162:
10163: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10164: result in var's hash
10165:
10166: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10167: optimisation in method_frame
10168:
10169: * src/include/pa_array.h: - optimisation in array (allocate
10170: elements only when needed)
10171:
10172: * src/types/pa_vresponse.C: - check for $response:headers field
10173: before looking at custom fields
10174:
10175: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10176: not needed to check existance var with name 'result' in var's
10177: hash
10178:
10179: * src/main/compile.y: - compiler was changed: now it detects
10180: writings to $result and set flag writo_to_result in method
10181:
10182: * src/classes/string.C: - little optimisation: no needed to write
10183: number with lang
10184:
10185: * src/main/pa_charset.C: - methods readChar and skipChar which is
10186: used for read utf8-strings were renamed - is_escaped was renamed
10187: to isEscaped (to the same name convention)
10188:
10189: * src/: types/pa_method.h, main/compile_tools.h: - flag
10190: write_to_result added. compiler get this info from code.
10191:
10192: 2009-04-16 misha
10193:
10194: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10195: String only before 1st write
10196:
10197: * src/include/pa_string.h: - not needed template removed
10198:
10199: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10200: types/pa_vjunction.C, types/pa_vproperty.C,
10201: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10202: main/pa_request.C, classes/bool.C, classes/double.C,
10203: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10204: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10205: bool objects)
10206:
10207: 2009-04-15 misha
10208:
10209: * src/lib/cord/cordxtra.c: - more optimisation
10210:
10211: * src/: include/pa_string.h, main/untaint.C: - String::append
10212: optimisation
10213:
10214: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10215: then get and can sometime be used)
10216:
10217: * src/main/pa_string.C: - String::length optimisation
10218:
10219: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10220: these methods read different strings
10221:
10222: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10223: fresult_initial_void removed + some optimisation - if $result
10224: defined we don't write to context anymore
10225:
10226: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10227: need just skip char)
10228:
10229: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10230: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10231: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10232:
10233: * src/types/pa_vvoid.h: - added get() method for retreave one
10234: instance
10235:
10236: 2009-04-11 misha
10237:
10238: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10239:
10240: * tests/197.html: - test for parser://test in xml was added
10241:
10242: * src/classes/string.C: - small optimisation
10243:
10244: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10245: optimisation
10246:
10247: 2009-04-10 misha
10248:
10249: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10250: to pcre-7.8
10251:
10252: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10253:
10254: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10255: added
10256:
10257: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10258: $request:CLASS_NAME were added
10259:
10260: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10261: were added
10262:
10263: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10264: $env:CLASS_NAME were added
10265:
10266: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10267: '@todo' now
10268:
10269: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10270: compirer
10271:
10272: * src/main/pa_string.C: - little code cleanup
10273:
10274: * src/main/pa_common.C: - describe one more UTF-8 related error
10275: during PCRE compile/execute
10276:
10277: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10278: normalizing todo-comments: '@todo' now
10279:
10280: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10281:
10282: * src/main/pa_charset.C: - type changed for making compiler happy
10283:
10284: 2009-03-10 misha
10285:
10286: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10287: in main()
10288:
10289: 2009-02-01 misha
10290:
10291: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10292: boundary
10293:
10294: 2009-01-25 misha
10295:
10296: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10297:
10298: * src/classes/file.C: - more changes for parsing different number
10299: of params for file::load
10300:
10301: * tests/193.html: - tests for exception while base64-decode binary
10302: to string was added
10303:
10304: * tests/192.html: - tests for file::load with different number of
10305: options
10306:
10307: * src/classes/math.C: - ups. forgot '+1'
10308:
10309: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10310: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10311: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10312: (new option $.encode[multipart-form/data] should be specified) -
10313: $.method[] option for file::load now is not case-sensitive
10314:
10315: * src/: include/pa_string.h, main/untaint.C: - for file post the
10316: new taint language L_FILE_POST was added
10317:
10318: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10319: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10320: stuff was moved to separate files
10321:
10322: 2009-01-23 misha
10323:
10324: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10325: spaces to tabs were converted
10326:
10327: 2009-01-12 misha
10328:
10329: * src/main/pa_http.C: - value of $.method[] option force uppercased
10330: now
10331:
10332: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10333: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10334: their names
10335:
10336: * src/main/pa_common.C: - changes in formating
10337:
10338: * src/: classes/file.C, main/pa_http.C: - some constants changed
10339: their names
10340:
10341: * src/include/pa_http.h: - some spaces were converted to tabs
10342:
10343: * src/include/pa_common.h: - some constants changed their names
10344:
10345: * src/classes/file.C: - fixed 4-th paramether for file::load -
10346: little code rewriting
10347:
10348: * src/types/pa_vfile.C: - little code rewriting
10349:
10350: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10351: types/pa_value.h: - some formating changes
10352:
10353: * src/include/pa_common.h: - some formating spaces transformed to
10354: tabs
10355:
10356: * src/classes/string.C: - exception while base64-decode binary to a
10357: string
10358:
10359: 2009-01-11 misha
10360:
10361: * configure.in: - version changed to 3.3.1b
10362:
10363: 2008-09-05 misha
10364:
10365: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10366: release_3_3_0 on 2008-09-05 10:59:35 +0000
10367:
10368: 2008-09-04 misha
10369:
10370: * tests/: 130.html, 131.html: - these exceptions not typeless
10371: anymore
10372:
10373: * src/classes/op.C: - exception with 'invalid taint language' not
10374: typeless anylonger
10375:
10376: * src/classes/image.C: - some exceptions while operations with
10377: image not typeless anymore
10378:
10379: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10380: main/pa_exec.C, main/pa_http.C: - some exceptions while
10381: operations with files not typeless anymore
10382:
10383: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10384: types/pa_vdate.h: - exceptions while checking date range not
10385: typeless anymore
10386:
10387: * src/include/pa_exception.h: - exception type string for invalid
10388: date range was added
10389:
10390: 2008-09-03 misha
10391:
10392: * src/: classes/file.C, main/pa_string.C: - exception while pce
10393: operations not typeless anymore
10394:
10395: * src/include/pa_exception.h: - exception type for pce operations
10396: was added
10397:
10398: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10399: and .CLASS_NAME insite classes
10400:
10401: * src/classes/table.C: - don't save table header whiile
10402: ^table.save[append;filename] if file exists
10403:
10404: 2008-09-02 misha
10405:
10406: * src/main/compile.y, src/main/compile_tools.h,
10407: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10408: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10409: renamed to partial and it login changed: we must mark class as
10410: partial for allow their modifications in future.
10411:
10412: 2008-08-29 misha
10413:
10414: * tests/results/022.processed: - testing taint[regex] in mask for
10415: file:list
10416:
10417: * tests/022.html: - testing taint[regex] in mask for file:list
10418:
10419: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10420: for file:list was added
10421:
10422: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10423: file:list
10424:
10425: 2008-08-26 misha
10426:
10427: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10428: last derived object
10429:
10430: * src/classes/image.C: - many strings "image.format" replaced by
10431: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10432: understand some more exif tags
10433:
10434: * src/include/pa_exception.h: - string "image.format" was added
10435:
10436: 2008-08-21 misha
10437:
10438: * src/: main/pa_string.C, classes/file.C: - use method for print
10439: pcre_exec text error
10440:
10441: * src/main/pa_common.C: - method for print pcre_exec text error was
10442: added
10443:
10444: * src/include/pa_common.h: - method declaration for print pcre_exec
10445: text error was added
10446:
10447: 2008-08-19 misha
10448:
10449: * src/main/execute.C: - bugfix: opcodes must be in separate
10450: namespace while debug execution as well
10451:
10452: * tests/: 015.html, results/015.processed: - test for escaping some
10453: parser chars was added
10454:
10455: 2008-08-18 misha
10456:
10457: * tests/: 190.html, 190.p, results/190.processed: - test for
10458: $caller.self.field + default getter in one class was added
10459:
10460: * tests/: 189.html, results/189.processed: - test for
10461: ^date::create[date object]
10462:
10463: * tests/: 188.html, results/188.processed: - tests for match with
10464: UTF-8 strings
10465:
10466: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10467: ^string.match[]
10468:
10469: * ChangeLog: - parser 3.3.0 beta13
10470:
10471: 2008-08-15 misha
10472:
1.116 moko 10473: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10474: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10475: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10476: dftables.c: - old PCRE files removed
1.95 moko 10477:
10478: * src/lib/pcre/config.h: - configuration for PCRE library
10479:
10480: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10481: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10482:
10483: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10484: library and set flag UTF8 if $request:charset is UTF-8
10485:
10486: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10487: include/pa_config_fixed.h: - moved to new PCRE library
10488:
10489: * src/: main/main.vcproj, types/types.vcproj,
10490: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10491: win32\pcre instead of parser3\src\lib\pcre
10492:
10493: * src/: include/pa_opcode.h, include/pa_operation.h,
10494: main/compile.C, main/compile.y, main/compile_tools.C,
10495: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10496: opcodes were moved to separate namespace
10497:
10498: 2008-08-14 misha
10499:
10500: * src/types/pa_vstateless_class.C: - newline at the end missed
10501:
10502: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10503: tainting
10504:
10505: 2008-08-11 misha
10506:
10507: * tests/: 187.html, 187.p, results/187.processed: - tests for
10508: $caller.self, $caller.self.field and $caller.self.field[value]
10509: were added
10510:
10511: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10512: runtime as well (for $caller.self)
10513:
10514: 2008-07-25 misha
10515:
10516: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10517: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10518: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10519: tests with international characters
10520:
10521: 2008-07-23 misha
10522:
10523: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10524: file::load[...;http://
10525:
10526: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10527: now everywhere in separate namespace
10528:
10529: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10530: for vars
10531:
10532: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10533: can be escaped by '^'
10534:
10535: 2008-07-22 misha
10536:
10537: * src/classes/string.C, tests/186.html: - names changes:
10538: escape=>js-escape, unescape=>js-unescape
10539:
10540: 2008-07-21 misha
10541:
10542: * tests/results/186.processed: - test for string escape/unescape
10543:
10544: * tests/186.html: - test for string escape/unescape
10545:
10546: * src/classes/string.C: - string has escape and unescape methods
10547: now
10548:
10549: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10550: added
10551:
10552: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10553: method-layers added (with different params)
10554:
10555: 2008-07-18 misha
10556:
10557: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10558: was added
10559:
10560: * tests/185.html: - test for ^str.pos[sub](offset) added
10561:
1.211 moko 10562: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10563: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10564: accepted now
1.95 moko 10565:
10566: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10567: strings
10568:
10569: 2008-07-17 misha
10570:
10571: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10572: helper length added for mid for small optimisation
10573:
10574: 2008-07-16 misha
10575:
10576: * tests/: 185.html, results/185.processed: - tests for
10577: length/left/right/mid/pos with utf-8 strings
10578:
10579: * src/classes/string.C: - left/right/mid/length/pos works fine for
10580: utf-8 strings
10581:
10582: * src/main/untaint.C: - comments removed
10583:
10584: * src/: include/pa_string.h, main/pa_string.C,
10585: include/pa_charset.h, main/pa_charset.C: - methods for working
10586: with pos/mid for strings in utf-8 were added
10587:
10588: 2008-07-15 misha
10589:
10590: * tests/: 184.html, results/184.processed: - test for case body as
10591: expression: $var(^switch(1){^case(1)(true)..})
10592:
10593: * src/classes/op.C: - case body can be expression now:
10594: $var(^switch(1){^case(1)(true)..})
10595:
10596: * tests/: results/183.processed, 183.html: - added test for testing
10597: new cookie encoding (%uXXXX)
10598:
10599: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10600: decoding for backward compatibility they decoded from %XX in
10601: request:charset too
10602:
10603: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10604: - cookie class now decode cookies before first access after last
10605: request:charset changing (as form class).
10606:
10607: * src/main/pa_charset.C: - added method escape for escaping cookies
10608: as %uXXXX - before transcode calculate required space for dest
10609: string. it reduce mem usage for transcode
10610:
10611: * src/include/pa_charset.h: - added method escape for escaping
10612: cookies as %uXXXX
10613:
10614: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10615: was added. will used for escaping cookies as %uXXXX
10616:
10617: * src/include/pa_common.h: - escape method has new option for skip
10618: converting '+' to a space char
10619:
10620: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10621: transcode - escape method has new option for skip converting '+'
10622: to a space char
10623:
10624: 2008-07-08 misha
10625:
10626: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10627: (no UE if more then 1 case matches anylonger) - optimization:
10628: doing searching.as_string() || searching.as_double() only once
10629:
10630: 2008-07-04 misha
10631:
10632: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10633: now ^date::create[date object] works
10634:
10635: * src/classes/string.C: - left and right added as aliases for start
10636: and end in ^string.trim[]
10637:
10638: 2008-07-03 misha
10639:
10640: * src/classes/file.C: - allow $.limit for file::sql as well
10641:
10642: * src/classes/file.C: - allow $.offset option for file::sql - force
10643: send limit=1 to query for use sql specifics authomatically
10644:
10645: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10646: if $.limit value if empty. autoconvert it as everywere
10647:
10648: 2008-07-02 misha
10649:
10650: * configure.in: - time to change version number to 3.3.0 %-)
10651:
10652: * src/include/pa_version.h: - time to change version number to
10653: 3.3.0 %-)
10654:
10655: 2008-06-26 misha
10656:
10657: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10658: $.limit(0) fixes
10659:
10660: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10661: - $.limit(0) fixes
10662:
10663: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10664: new API)
10665:
10666: * src/: include/pa_sql_driver_manager.h,
10667: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10668: classes/op.C: - document_root added
10669:
10670: * src/main/compile.tab.C: - error message was changed
10671:
10672: 2008-06-25 misha
10673:
10674: * src/main/compile.y: - error message was changed
10675:
10676: 2008-06-24 misha
10677:
10678: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10679:
10680: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10681: tests for @OPTIONS\nappend
10682:
10683: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10684:
10685: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10686:
10687: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10688:
10689: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10690: compile.y
10691:
10692: 2008-06-17 misha
10693:
10694: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10695: compilation: ^if(default){true. it's incorrect. must be
10696: exception}
10697:
10698: 2008-06-16 misha
10699:
10700: * tests/: 181.ent, 181.html, results/181.processed: - test for
10701: checking external reference loading with 'http://localhost'
10702: prefix while creating xdoc
10703:
10704: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10705: ^math:long2ip[] and ^math:ip2long[]
10706:
10707: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10708: added which use scalar stateless class method when user object
10709: used in scalar context - use get_scalar_value when user object
10710: requested in scalar context
10711:
10712: * src/main/pa_common.C: - size must be int but not size_t or we
10713: can't compare with 0 sprintf result
10714:
10715: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10716: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10717: with internal switch between local/global vars
10718:
10719: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10720: specified
10721:
10722: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10723: pa_vstateless_object.h: - stateless class and object now has
10724: private scalar field and getter/setter for working with it
10725:
10726: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10727: moved to inet static class
10728:
10729: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10730: class added (^inet:aton[IP], ^inet:ntoa(number))
10731:
10732: * tests/: 180.html, results/180.processed: - tests for
10733: ^math:long2ip(long) and ^math:ip2long[IP]
10734:
10735: * src/classes/math.C: - ^math:ip2long[IP] added
10736:
10737: 2008-06-11 misha
10738:
10739: * src/main/pa_xml_io.C: - use file_read_text again because of we
10740: need cut BOM code and remove DOS newline chars. but don't
10741: transcode it anyway.
10742:
10743: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10744: main/pa_http.C: - option for disable transcoding while file_read
10745: and file_read_text added
10746:
10747: 2008-06-10 misha
10748:
10749: * tests/: 179.html, 179.p, results/179.processed: - test for many
10750: classes in 1 file
10751:
10752: * src/main/: compile.C, compile_tools.h: - compile return list of
10753: classes now.
10754:
10755: * src/main/: compile.y, compile.tab.C: - compile return list of
10756: classes now. internals.
10757:
10758: * src/main/pa_request.C: - compile return list of classes now. try
10759: call @conf and @auto for each returned class
10760:
10761: * src/include/pa_request.h: - compile return list of classes now
10762:
10763: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10764: return list of classes when compile buf)
10765:
10766: 2008-06-07 misha
10767:
10768: * src/main/pa_request.C: - constructing VRequest object with 3rd
10769: param -- form
10770:
10771: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10772: 3rd param: form. needed for get post_charset
10773:
10774: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10775: added
10776:
10777: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10778: types/pa_vform.C, types/pa_vform.h: - some polish
10779:
10780: 2008-06-06 misha
10781:
10782: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10783: charset and decode chars from it but not from response:charset
10784:
10785: * src/main/pa_http.C: - detect_charset moved out of here
10786:
10787: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10788: methods moved here - unescape_chars accepn one charset now
10789:
10790: * src/main/pa_http.C: - new constants used - don't allow
10791: $.content-type in ^file::load[;http://;$.method[POST]] - add
10792: charset info while ^file::load[;http://;$.method[POST]] - option
10793: $.omit-post-charset(true) added to ^file::load[;http://] for
10794: disabling charset during post
10795:
10796: * src/types/pa_vform.C: - new constants used
10797:
10798: * src/include/pa_common.h: - some constants were added
10799:
10800: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10801: instead of StrEqNc
10802:
10803: * src/main/pa_common.C: - new method for caseless search
10804: c-substring in c-string - use isxdigit instead of is_hex_digit
10805:
10806: * src/include/pa_common.h: - new method for caseless search
10807: c-substring in c-string
10808:
10809: 2008-06-05 misha
10810:
10811: * tests/results/178.processed: - test for testing default getter
10812:
10813: * tests/178.html: - test for testing default getter
10814:
10815: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10816: for test for testing default getter
10817:
10818: * src/main/execute.C: - default getter soul
10819:
10820: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10821: requested objects' field not found
10822:
10823: * src/types/pa_vclass.C: - register default getter if defined - get
10824: default getter if requested field not found
10825:
10826: * src/types/pa_vstateless_object.h: - method get_default_getter was
10827: added
10828:
10829: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10830: pointer to default getter and methods for get/set it were added
10831:
10832: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10833: auto_name field (for default getter)
10834:
10835: 2008-06-04 misha
10836:
10837: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10838: transcoding, no cutting BOM code, no fixing line breaks) and get
10839: it to libxml "as is"
10840:
10841: 2008-06-03 misha
10842:
10843: * src/main/pa_common.C: - use store_Char instead of
10844: transcodeCharFromUTF8
10845:
10846: * src/: include/pa_charset.h, main/pa_charset.C: - method
10847: store_Char added, transcodeCharFromUTF8 -- removed
10848:
10849: 2008-06-02 misha
10850:
10851: * tests/: results/177.processed, 177.html: - test for checking
10852: .[acm]date after local ^file::load[] was added
10853:
10854: * tests/: results/176.processed, 176.html: - test for checking
10855: @OPTION\locals + @method[vars][locals] added
10856:
10857: * tests/results/auto.p: - CLASS_PATH specified for checking use
10858:
10859: 2008-05-30 misha
10860:
10861: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10862: @OPTION\nlocals + @method[vars][;locals;] were added
10863:
10864: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10865: moved to separate method op_code - switch from VMethodFrame to
10866: VMethodFrameGlobal + VMethodFrameLocal
10867:
10868: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10869: was moved to separate method op_code
10870:
10871: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10872: VMethodFrame now
10873:
10874: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10875: all_vars_local as well
10876:
10877: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10878: pa_vmethod_frame_local.h, Makefile.am: - who children for
10879: VMethodFrame were added: one (global) works as VMethodFrame
10880: before and second (local) write all vars in self vars scope
10881:
10882: * src/types/pa_method.h: - method has bool flag all_vars_local now
10883:
10884: 2008-05-29 misha
10885:
10886: * tests/: 129.html, results/129.processed: - more tests for
10887: ^table.hash[]
10888:
10889: * src/classes/hash.C: - ^hash::sql has a new option:
10890: $.type[hash|string|table] as ^table.hash[] one.
10891:
10892: * src/classes/op.C: - ^try has 3rd param now: finally code which
10893: executed anyway after try or catch section
10894:
10895: 2008-05-27 misha
10896:
10897: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10898: must not fail if $.distinct(1) wasn't specified
10899:
10900: 2008-05-26 misha
10901:
10902: * src/classes/op.C: - allow ^throw[my type]
10903:
10904: 2008-05-22 misha
10905:
10906: * configure.in, configure: - version number updated to 3.2.4b
10907:
10908: * src/classes/: op.C, string.C: - trim format string before
10909: eval/format
10910:
10911: * tests/: results/175.processed, 175.html: - more tests for
10912: different format strings in .format[]
10913:
10914: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10915: as well (not only %XX)
10916:
10917: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10918: charset specified - checks for format before print number
10919: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10920: (instead of tabs) removed
10921:
10922: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10923: charset specified
10924:
10925: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10926: char in requested charset from utf code was added
10927:
10928: 2008-05-19 misha
10929:
10930: * tests/: 174.html, results/174.processed: - test for
10931: ^hashfile.cleanup[] added
10932:
10933: * src/classes/hashfile.C: - optimization: don't create any key or
10934: value variable if it's name weren't specified
10935: (^hf.foreach[;v]{...})
10936:
10937: 2008-05-16 misha
10938:
10939: * src/classes/hash.C: - optimization: don't create any key variable
10940: if variable name wasn't specified (^h.foreach[;v]{...})
10941:
10942: 2008-05-15 misha
10943:
10944: * src/classes/op.C: - small changes
10945:
10946: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10947:
10948: * src/classes/hash.C: - calculate var_context once before foreach
10949:
10950: 2008-05-14 misha
10951:
10952: * src/classes/hashfile.C: - incorrect vars context calculation for
10953: ^hashfile.foreach[;]{} fixed
10954:
10955: * src/classes/: hash.C, table.C: - little optimisation
10956:
10957: * src/classes/file.C: - bugfix: double absolute path while loading
10958: file
10959:
10960: * tests/: 174.html, results/174.processed: - tests for hashfile
10961: were added
10962:
10963: * buildall-with-xml: - moving to libxslt 1.1.24
10964:
10965: 2008-04-30 misha
10966:
10967: * src/classes/file.C: - stat file while loading (local only) so
10968: .adate, .mdate and .cdate available without additional ::stat
10969:
10970: 2008-04-28 misha
10971:
10972: * src/classes/file.C: - $.name and $.content-type available for
10973: stated file
10974:
10975: 2008-04-14 misha
10976:
10977: * src/targets/cgi/parser3.C: - new year in copyright %-)
10978:
10979: * src/include/pa_version.h: - new version number in head
10980:
10981: 2008-04-10 misha
10982:
10983: * tests/: 080.html, results/080.processed: - cut '0' from
10984: exponential part because of on diff OS it differ (20 or 020 for
10985: ex)
10986:
10987: * tests/: 119.html, results/119.processed: - check for encoding
10988: while creating xdoc
10989:
10990: 2008-04-09 misha
10991:
10992: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10993:
10994: * src/main/pa_common.C: - comment added
10995:
10996: * src/classes/date.C: - little refactoring
10997:
10998: 2008-04-07 misha
10999:
11000: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11001: style of ^table.save[]: prepare one big string and sabe it at
11002: once. it's safe on freebsd 4.x but use much more memory.
11003:
11004: * buildall-with-xml, buildall-without-xml: - option
11005: --disable-stringstream added (under comment. use it on freebsd
11006: 4.x)
11007:
11008: 2008-02-22 misha
11009:
11010: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11011: specified together in file::load[;http] - get back transcoding
11012: $.body[] in file::load[;http]
11013:
11014: 2008-02-21 misha
11015:
11016: * src/classes/date.C: - ^date.gmt-string[] was added
11017:
11018: * src/types/pa_value.C: - method for output date in RFC 822 format
11019: moved to pa_common.h
11020:
11021: * src/include/pa_common.h: - method for output date in RFC 822
11022: format moved here from pa_value.C
11023:
11024: * src/types/pa_vmail.C: - fixed core in sending mail with
11025: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11026:
11027: 2008-02-20 misha
11028:
11029: * src/main/pa_http.C: - transcode $.headers before escaping into
11030: specified charset while ^file::load[...;http://...] (L_URI
11031: instead of L_HTTP_HEADER) - $.cookies param available in
11032: ^file::load[;http://...] now (but we don't parse set-cookies from
11033: response yet) (cookies not transcoded as common $cookies)
11034:
11035: 2008-02-19 misha
11036:
11037: * src/main/pa_request.C: - rollback: we mustn't force taint
11038: $response:field values because in this case
11039: $response:locateion[http://...] don't works.
11040:
11041: 2008-02-15 misha
11042:
11043: * src/classes/op.C: - little refactoring
11044:
11045: * src/main/pa_http.C: - taint names of $.headers for load[;http
11046:
11047: * src/main/pa_request.C: - force taint values of $response:field
11048:
11049: 2008-02-14 misha
11050:
11051: * src/main/pa_request.C: - $response:field transcoded to
11052: $response:charset before escaping now
11053:
11054: * src/main/pa_http.C: - some outdated comments removed
11055:
11056: * src/classes/date.C: - lastdat -> last-day
11057:
11058: * src/classes/date.C: - ^date:lastday(year;month) and
11059: ^date.lastday[] were added - little code refactoring - comments
11060: changes
11061:
11062: * tests/: 159.html, results/159.processed: - test for number of
11063: days in February
11064:
11065: * src/types/pa_value.C: - fixes in code formatting
11066:
11067: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11068: and comments
11069:
11070: 2008-02-13 misha
11071:
11072: * src/main/pa_common.C: - bugfix for february at leap year
11073:
11074: 2008-01-28 misha
11075:
11076: * tests/: 160.html, results/160.processed: - more test for cache
11077: added
11078:
11079: * src/classes/op.C: - bugfix: cache body executed twice if contains
11080: unhandled exception
11081:
11082: 2008-01-25 misha
11083:
11084: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11085: bug when hashfile became inavailable after memory:compact)
11086:
11087: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11088:
11089: 2008-01-22 misha
11090:
11091: * src/classes/table.C: - little refactiring and exception texts
11092: changes in method ^table.hash[]
11093:
11094: * src/types/pa_vcookie.C: - link to cookie specification changed
11095:
11096: 2008-01-21 misha
11097:
11098: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11099: file::exec/cgi
11100:
11101: * src/classes/file.C: - bugfix: core while processing headers if
11102: executed cgi script don't return content
11103:
11104: 2008-01-18 misha
11105:
11106: * buildall-with-xml: - move to libxml2 version 2.6.31
11107:
11108: * src/include/pa_version.h, configure.in: - version number updated
11109: to '3.2.3b'
11110:
11111: 2007-12-28 misha
11112:
11113: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11114: hash.contains
11115:
11116: 2007-12-27 misha
11117:
11118: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11119: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11120: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11121: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11122: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11123: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11124: src/targets/cgi/parser3.vcproj,
11125: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11126: back to VS2003 because of Apache 1.3 module can't work if it was
11127: built in VS 2005. with cgi all file so VS2003 project files can
11128: be easy converted to the new format.
11129:
11130: 2007-12-04 misha
11131:
11132: * src/types/pa_vcode_frame.h: - changes in comment
11133:
11134: 2007-11-29 misha
11135:
11136: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11137: intercept strings any longer
11138:
11139: * tests/: 173.html, results/173.processed: - tests for
11140: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11141: but not in main code frame
11142:
11143: * tests/: 172.html, results/172.processed: - more tests for pass
11144: objects from code frames
11145:
11146: 2007-11-27 misha
11147:
11148: * tests/: 152.html, results/152.processed: - tests for converting
11149: strings 'true'/'false' to bool were added
11150:
11151: * tests/152.html: - added checks for converting strings
11152: 'true'/'false' to bool
11153:
11154: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11155: not only strings with numbers but with values 'true'/'false' as
11156: well
11157:
11158: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11159: for parser3.log increased
11160:
11161: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11162:
11163: * src/include/pa_common.h: - remove_crlf return cstring size now
11164:
11165: * src/include/pa_types.h: - constant with buffer size for
11166: parser3.log added
11167:
11168: 2007-11-16 misha
11169:
11170: * tests/cat.sh: - script for tests for file::exec/cgi
11171:
11172: * tests/171.html: - tests for file::exec/cgi
11173:
11174: * tests/results/171.processed: - tests results for file::exec/cgi
11175:
11176: 2007-11-15 misha
11177:
11178: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11179:
11180: * src/classes/file.C: - .body must be set before analyzing cgi
11181: headers
11182:
11183: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11184: only if exec/cgi return anything.
11185:
11186: 2007-11-14 misha
11187:
1.211 moko 11188: * operators.ru.txt, operators.txt: - info about new text|binary
11189: option for file::exec/cgi was added
1.95 moko 11190:
11191: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11192: ^file:exec[[text|binary];script;...]
11193:
11194: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11195: classes/string.C, classes/table.C: - more text strings moved to
11196: the one place
11197:
11198: 2007-11-09 misha
11199:
11200: * src/types/pa_vrequest.C: - $request:argv must be taint
11201:
11202: * ChangeLog: - $request:argv [patch from Sumo]
11203:
1.211 moko 11204: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11205:
11206: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11207: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11208:
11209: 2007-10-25 misha
11210:
11211: * buildall-with-xml, buildall-without-xml: - options preparations
11212: for ./configure rewrited
11213:
11214: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11215: error occure in unhandled_exception finally fixed
11216:
11217: 2007-10-23 misha
11218:
11219: * tests/: 170.html, results/170.processed: - test for
11220: @method[][result]
11221:
1.211 moko 11222: * operators.ru.txt, operators.txt: - added info about node.prefix
11223: and node.namespaceURI
1.95 moko 11224:
11225: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11226:
11227: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11228: added for node and attribute
11229:
11230: 2007-10-22 misha
11231:
11232: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11233:
11234: * src/main/pa_request.C: - added const content-transfer-encoding
11235:
11236: * src/include/pa_request.h: - added const content-transfer-encoding
11237: - ups. constants must be in lowercase (for search)
11238:
11239: * src/types/pa_vmail.C: - more constants used -
11240: content-transfer-encoding: 8bit added
11241:
11242: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11243:
11244: * src/include/pa_request.h: - more constants
11245:
11246: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11247: ommit anymore if $.content-disposition was specified - little
11248: refactoring
11249:
11250: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11251:
11252: 2007-10-17 misha
11253:
1.211 moko 11254: * operators.ru.txt, operators.txt: - info about
1.95 moko 11255: table::create[nameless]{data}[>options<] was added
11256:
11257: * src/main/: compile.tab.C, compile.y: - if error occure while
11258: compile method don't put this method in methods table anymore.
11259: in other case the parser coredumped if @unhandled_exception
11260: method can't be compiled because of parser.compile error.
11261:
11262: * src/main/execute.C: - little code reformating
11263:
11264: * src/main/pa_request.C: - little code reformating - comment
11265: changed
11266:
11267: 2007-10-16 misha
11268:
11269: * tests/: 035.html, results/035.processed: - tests
11270: table::create[]{}[options] added
11271:
11272: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11273: options (only $.seperator[] yet)
11274:
11275: 2007-10-10 misha
11276:
11277: * src/classes/table.C: - some contstants moved to pa_common.h -
11278: some code changes
11279:
11280: 2007-10-02 misha
11281:
11282: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11283: then three time as much. but base64 encoding method still use
11284: less memory anyway.
11285:
11286: 2007-09-17 misha
11287:
1.211 moko 11288: * operators.ru.txt, operators.txt: - added info about
11289: $cookie:fields
1.95 moko 11290:
11291: * src/types/pa_vcookie.C: - $cookie:fields available now
11292:
11293: * src/classes/hash.C: - some stuff for use with .for_each moved to
11294: common
11295:
11296: * src/include/pa_common.h: - some stuff for use with .for_each
11297: moved here
11298:
11299: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11300:
11301: 2007-09-14 misha
11302:
11303: * buildall-with-xml: - new xml libs again =)
11304:
11305: 2007-08-28 misha
11306:
1.211 moko 11307: * operators.ru.txt, operators.txt: - texts about
11308: ^table.columns[[column name]] and ^string.split[...][v][column
11309: name] were added
1.95 moko 11310:
11311: * tests/: 168.html, 169.html, results/168.processed,
11312: results/169.processed: - tests for ^table.columns[[column name]]
11313: and ^string.split[...][v][column name] were added
11314:
11315: * src/classes/table.C: - new option ^table.columns[[column name]]
11316: was added
11317:
11318: * src/classes/string.C: - new option ^string.split[...;v;[column
11319: name]]
11320:
11321: * src/include/pa_exception.h: - error text message for
11322: ^hash._keys[], ^table.columns[] and ^string.split[]
11323:
11324: 2007-08-27 misha
11325:
11326: * src/main/untaint.C: - try to fix coredump on unix if print to
11327: body ^taint[sql][something] outside of connect
11328:
11329: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11330: outside of connect
11331:
11332: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11333: added (commented by default)
11334:
11335: 2007-08-20 misha
11336:
1.211 moko 11337: * operators.ru.txt, operators.txt: - comment about new method
11338: ^node.hasAttributes[] was added
1.95 moko 11339:
11340: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11341: duplicated exception text strings were removed
11342:
11343: * src/include/pa_exception.h: - more exception text strings moved
11344: here
11345:
11346: * src/classes/table.C: - some duplicate exceptions' text strings
11347: removed
11348:
11349: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11350: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11351: removed
11352:
11353: * src/include/pa_exception.h: - some exception text strings movet
11354: to pa_exception
11355:
11356: * tests/: 149.html, results/149.processed: - test for
11357: ^xnode.hasAttributes[] was added - some code changes
11358:
11359: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11360: added
11361:
11362: 2007-08-17 misha
11363:
11364: * tests/: results/006.processed, results/059.processed, 006.html,
11365: 059.html: - more tests for match
11366:
11367: * tests/: 129.html, results/129.processed: - tests for
11368: ^table.hash[...][$.type[string|hash|table]] added
11369:
11370: * src/targets/cgi/parser3.C: - little syntax changes
11371:
11372: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11373: syntax changes
11374:
1.211 moko 11375: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11376: annoying 'SIGPIPE' messages in parser3.log switched off by
11377: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11378:
11379: 2007-08-08 misha
11380:
11381: * buildall-with-xml, buildall-without-xml: - remove libs source
11382: files by default since now
11383:
11384: 2007-08-07 misha
11385:
11386: * buildall-without-xml: - some option syntax changes
11387:
11388: * buildall-with-xml: - compile libxml2 without http support - some
11389: option syntax changes
11390:
11391: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11392:
11393: 2007-08-06 misha
11394:
11395: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11396:
11397: * tests/: 160.html, results/160.processed: - cache test was
11398: rewrited
11399:
11400: 2007-07-06 misha
11401:
11402: * tests/: 153.html, results/153.processed: - added test for
11403: ^math:sha1[string]
11404:
11405: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11406: transcoded
11407:
11408: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11409: were added
11410:
11411: 2007-06-28 misha
11412:
11413: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11414: some incorrect chars
11415:
11416: 2007-06-19 misha
11417:
11418: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11419: were moved on top because of gcc 4 had a problems during
11420: building.
11421:
11422: 2007-06-18 misha
11423:
11424: * tests/results/019.processed: - new image commited
11425:
11426: 2007-06-09 misha
11427:
11428: * src/classes/: op.C, table.C: - in while and table.select method
11429: as_expression used now
11430:
11431: * src/types/pa_vmethod_frame.h: - method as_expression was added
11432:
11433: 2007-06-08 misha
11434:
11435: * tests/: 166.html, results/166.processed: - test for
11436: ^match[...][n]
11437:
11438: * tests/: 165.html, results/165.processed: - tests for loops
11439:
11440: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11441: because of no speed/memory optimisation but some proglems with
11442: long cycles occure
11443:
11444: 2007-06-06 misha
11445:
11446: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11447: ^table.select(true) and ^table.select(1) didn't works because of
11448: awaiting junction-param only. fixed.
11449:
11450: 2007-05-24 misha
11451:
11452: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11453: with 0.5 secs interval
11454:
11455: * src/classes/op.C: - cache was rewrited. I hope it works with
11456: locking system now on unix
11457:
11458: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11459: system locks which wait till other threads release it but try get
11460: lock, if fail wait 1 sec and make 10 attempts.
11461:
11462: * src/include/pa_os.h: - consts for blocking locks + some comments
11463: were added
11464:
11465: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11466: opening files
11467:
11468: * src/classes/table.C: - changes in includes. if unclude <sstream>
11469: after our classes on unix it can't be build
11470:
11471: * src/types/pa_vhashfile.C: - not needed code removed
11472:
11473: 2007-05-23 misha
11474:
11475: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11476: include/pa_common.h: - cosmetic changes
11477:
11478: 2007-05-18 misha
11479:
11480: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11481: often. it's give some speed increasing
11482:
11483: * tests/results/160.processed: - returned time corrected
11484:
11485: * tests/160.html: - time increased because on unix 1 mean nothing
11486: :(
11487:
1.211 moko 11488: * operators.ru.txt, operators.txt: - added info about
11489: ^hash.contain[key]
1.95 moko 11490:
11491: * src/classes/hash.C: - added ^hash.contain[key]
11492:
11493: * src/include/pa_hash.h: - added method for checking key exists in
11494: hash
11495:
11496: 2007-05-07 misha
11497:
11498: * src/include/pa_string.h: - was compilation error during build on
11499: freebsd4
11500:
11501: 2007-05-03 misha
11502:
11503: * src/classes/table.C: - option $.type[hash|string|table] was added
11504: for ^table.hash[]
11505:
11506: * src/classes/file.C: - comment removed
11507:
11508: 2007-04-26 misha
11509:
11510: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11511: real files doesn't opened in place anymore
11512:
11513: 2007-04-24 misha
11514:
11515: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11516:
11517: * src/include/pa_exception.h: "static" removed
11518:
11519: 2007-04-23 misha
11520:
11521: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11522:
11523: * src/classes/math.C: added: - ^math:ln(N) (the same as
11524: ^math:log(N)) - ^math:lg(N)
11525:
11526: * tests/: 097.html, results/097.processed: - charsets converstion
11527: during ^file::load[text;http://...] added
11528:
11529: * tests/: 164.html, results/164.processed: - check for set expires
11530: as a date
11531:
11532: * tests/: 164.html, results/164.processed: - test for hashfile
11533:
11534: * src/classes/hashfile.C: - little comment changes
11535:
11536: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11537: access
11538:
11539: * src/: classes/date.C, classes/double.C, classes/file.C,
11540: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11541: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11542: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11543: classes/xnode.h, include/pa_request.h, main/execute.C,
11544: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11545: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11546: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11547: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11548: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11549: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11550: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11551: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11552: "parser.runtime" strings were removed
11553:
11554: * src/classes/hashfile.C: - with .clear[] called files_delete()
11555: now.
11556:
11557: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11558:
11559: * src/include/pa_exception.h: - string constant with
11560: "parser.runtime" text was added
11561:
11562: 2007-04-20 misha
11563:
1.211 moko 11564: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11565:
1.211 moko 11566: * operators.ru.txt, operators.txt: - added info about
11567: .^hashfile.release[], ^hashfile.clenaup[] and new
11568: ^string.match[][>N-option<]
1.95 moko 11569:
11570: * configure: =cheching for unsetenv
11571:
11572: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11573: ^hashfile.release[] were added
11574:
11575: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11576: ^string.match[][] understand new option now: return number of
11577: matches but not table wit results
11578:
11579: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11580: reopen now
11581:
11582: * src/classes/op.C: - bug. must be false
11583:
11584: * configure.in: - checking for unsetenv was added
11585:
11586: * src/types/pa_vform.C: - some comments
11587:
11588: 2007-04-18 misha
11589:
11590: * buildall-with-xml: moving to libxml2-2.6.28
11591:
11592: * buildall-with-xml, buildall-without-xml: added commented lines
11593: with --disable-safe-mode option
11594:
1.211 moko 11595: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11596:
11597: 2007-04-17 misha
11598:
11599: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11600: $form:files was added
11601:
11602: * tests/: 163.html, results/163.processed: removing auto format
11603:
11604: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11605:
11606: 2007-04-16 misha
11607:
11608: * tests/: 163.html, results/163.processed: - test for .int[],
11609: floor, round, ceiling and .format[]
11610:
11611: * src/classes/file.C: - little optimization for getting args in
11612: exec/cgi
11613:
11614: 2007-04-13 misha
11615:
11616: * src/classes/file.C: - arguments for file::exec/cgi can be
11617: specified now as s table with one column
11618:
11619: 2007-03-27 misha
11620:
11621: * tests/: 162.html, results/162.processed: - test for
11622: ^table.select(^condition[$t])
11623:
11624: * tests/results/auto.p: - load windows-1251 charset for some tests
11625:
11626: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11627:
11628: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11629: 161_windows1251.txt: - added test for
11630: ^file::load[text;/local/file.txt;$.charset[...]]
11631:
11632: * tests/: results/013.processed, 013.html: - added test for
11633: checking $._default value while hash modifications
11634:
11635: * tests/: 160.html, results/160.processed: - add test for
11636: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11637:
11638: 2007-03-22 misha
11639:
11640: * src/include/pa_common.h: - "charset" string defined for
11641: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11642:
11643: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11644: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11645: added - not needed transcodes were removed from
11646: ^file::load[...;http://...]
11647:
11648: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11649: added
11650:
11651: * src/classes/date.C: - date.week was fixed
11652:
1.211 moko 11653: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11654:
11655: * tests/: 159.html, results/159.processed: - tests for date.week
11656: and date.weekyear added
11657:
11658: 2007-03-15 misha
11659:
11660: * src/classes/table.C: - enclose column numbers for nameless tables
11661: as well
11662:
11663: 2007-03-14 misha
11664:
11665: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11666:
11667: * src/classes/table.C: - table.save optimization: now required much
11668: less memory
11669:
11670: 2007-03-13 misha
11671:
11672: * tests/results/: 158.processed, 158.processes: - tests for
11673: table.save/table.load
11674:
11675: * tests/: 158.html, results/158.processes: - tests for
11676: table.save/table.load
11677:
11678: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11679:
11680: * buildall-with-xml: - pattern needed now for building
11681:
11682: * tests/results/097.processed: - added test results for xdoc::load
11683: & xdoc::load[http://...]
11684:
11685: * tests/097.html: - added test for xdoc::load
11686:
11687: 2007-03-12 misha
11688:
11689: * tests/: 107.html, results/107.processed: - added test for xpath
11690: '//man'
11691:
11692: 2007-03-01 misha
11693:
11694: * tests/: 097.html, results/097.processed: - added test for
11695: creating xdoc from file
11696:
11697: * tests/: results/157.processed, 157.html: - added test for
11698: file:move
11699:
11700: 2007-02-28 misha
11701:
11702: * src/classes/xdoc.C: - another attempt
11703:
11704: * src/classes/xdoc.C: - roll back last changes for a while
11705:
1.211 moko 11706: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11707: ^xdoc::create[$file] added.
1.95 moko 11708:
11709: * src/classes/file.C: - under lock we create non-exist dir anyway
11710:
11711: * tests/results/099.processed: - ever send content-disposition to
11712: client with file
11713:
11714: * tests/157.html: + test for file:copy
11715:
11716: 2007-02-26 misha
11717:
11718: * src/classes/file.C: - some similar strings moved to #define
11719: instead of to be copy/pasted many times
11720:
11721: * src/types/pa_vfile.h: - class name string ("file") moved to
11722: #define
11723:
11724: 2007-02-20 misha
11725:
11726: * configure.in: - added some strings for sqlite detection
11727:
11728: 2007-02-19 misha
11729:
1.211 moko 11730: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11731:
11732: * buildall-with-xml, buildall-without-xml: - some modifications
11733:
11734: 2007-02-17 misha
11735:
11736: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11737:
11738: * src/main/pa_request.C: - damn, i forgot to commit it while I
11739: change console behaviour
11740:
11741: 2007-02-12 misha
11742:
11743: * src/targets/cgi/parser3.C: - don't print headers if
11744: $console:line[data] was used during cgi execution.
11745:
11746: * src/types/pa_vconsole.h: - console class have bool flag now which
11747: marked as 'true' if class was used.
11748:
11749: * tests/: 152.html, results/152.processed: - more types was added
11750: to test 152
11751:
11752: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11753: adding 'bool' (^if($image){} caused exception)
11754:
11755: 2007-02-09 misha
11756:
11757: * tests/: 152.html, results/152.processed: - test alightly updated
11758:
11759: * tests/: 152.html, results/152.processed: - test rewrited
11760:
11761: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11762: bugfix. I broke xdoc & xnode in expression
11763:
11764: 2007-02-08 misha
11765:
11766: * tests/: 152.html, results/152.processed: - add test for checking
11767: 'def' for void, string, bool, int & double
11768:
11769: 2007-02-07 misha
11770:
1.211 moko 11771: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11772: added
1.95 moko 11773:
11774: * tests/results/153.processed: - result test for
11775: ^file:base64[filespec] was updated
11776:
11777: * tests/153.html: - test for ^file:base64[filespec] was added
11778:
11779: * src/types/pa_vconsole.h: - little optimization
11780:
11781: * src/classes/file.C: - ^file:base64[filespec]
11782:
11783: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11784:
11785: * src/include/pa_common.h: - declarations for
11786: ^file:base64[filespec]
11787:
11788: * src/types/pa_vcookie.C: - little optimization
11789:
11790: 2007-02-06 misha
11791:
11792: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11793: were temporary commented
11794:
11795: * src/types/pa_vbool.h: - bugfix
11796:
11797: * tests/156.html: - added test for bool cookie
11798:
11799: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11800:
11801: * tests/: 155.html, results/155.processed: - added test for check
11802: $.encloser[] option for table save/load
11803:
11804: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11805:
11806: 2007-02-05 misha
11807:
11808: * tests/results/152.processed: - newline at the end was missed
11809:
11810: * tests/results/141.processed: - math:md5 must be lowercased
11811:
11812: * src/targets/cgi/parser3.C: - 2007 in help ;)
11813:
11814: 2007-02-03 misha
11815:
11816: * tests/results/: 150.processed, 151.processed, 152.processed: -
11817: test for bool added and some content length fixes
11818:
11819: * tests/152.html: - test for bool added
11820:
11821: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11822:
1.211 moko 11823: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11824:
1.116 moko 11825: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11826: classes/classes.vcproj, classes/double.C, classes/int.C,
11827: classes/string.C, classes/void.C, classes/xnode.C,
11828: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11829: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11830: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11831: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11832: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11833: types/types.vcproj: - bool class was added
11834:
11835: * src/main/pa_request.C: - fix
11836:
11837: 2007-01-18 misha
11838:
11839: * src/: main/pa_string.C, classes/string.C: - return table during
11840: ^string.match[][] even if no matched found.
11841:
11842: 2006-12-20 misha
11843:
11844: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11845: http://www.parser.ru/forum/?id=55598 ]
11846:
11847: 2006-12-19 misha
11848:
11849: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11850: details: http://www.parser.ru/forum/?id=52359
11851:
11852: * src/main/pa_request.C: - always set content-disposition for
11853: $response:body[hash here]. more details:
11854: http://www.parser.ru/forum/?id=52130
11855:
11856: 2006-12-07 misha
11857:
1.211 moko 11858: * operators.ru.txt, operators.txt: - added info about bool params
11859: in cookie set
1.95 moko 11860:
11861: * src/types/pa_vcookie.C: - bool param in cookies available now
11862: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11863: ]
11864:
11865: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11866: was added
11867:
11868: 2006-12-02 misha
11869:
11870: * src/classes/file.C: - file_block_read used instead of native read
11871:
11872: * src/main/pa_common.C: - added file_block_read with read error
11873: detection - file_block_read used instead of native read
11874:
11875: * src/include/pa_common.h: - added file_block_read declaration
11876:
11877: 2006-12-01 misha
11878:
1.211 moko 11879: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11880: added
1.95 moko 11881:
11882: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11883: $var.CLASS_NAME added
11884:
1.211 moko 11885: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11886:
11887: * src/classes/file.C: - ^file:copy[from;fo] was added
11888:
11889: 2006-11-20 misha
11890:
11891: * src/classes/date.C: - bug fix :)
11892:
11893: 2006-11-17 misha
11894:
11895: * src/include/pa_common.h: - array in crc32 calculation was changed
11896: to static
11897:
11898: * src/main/pa_common.C: - little optimization in getMonthDays -
11899: small changes in crc32 calculation
11900:
11901: * src/classes/date.C: - not needed code was removed
11902:
11903: 2006-11-16 misha
11904:
11905: * src/types/pa_vmail.C: - fix missed brakes
11906:
11907: * src/types/pa_vmail.C: - mail:send now set content-type:
11908: multipart/related instead of multipart/mixed if file have
11909: $.content-id[]
11910:
11911: 2006-11-15 misha
11912:
11913: * src/types/pa_vdouble.h: abs -> fabs
11914:
11915: 2006-11-14 misha
11916:
1.211 moko 11917: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
11918: and ^file:md5[file-name]
1.95 moko 11919:
11920: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11921: added
11922:
11923: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11924: FILE_BUFFER_SIZE
11925:
11926: * src/classes/math.C: - hex_string was moved to pa_common.h
11927:
11928: * src/include/pa_common.h: - hex_string was moved from math.C -
11929: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11930:
11931: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11932: values was fixed
11933:
11934: 2006-11-13 misha
11935:
1.211 moko 11936: * operators.ru.txt, operators.txt: - added info about
11937: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 11938:
11939: * src/classes/math.C: - added ^math:crc32[string]
11940:
11941: * src/classes/file.C: - some comments were changed - added
11942: ^file:crc32[file-name] and ^file.crc32[]
11943:
11944: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11945: crc32 calculation added
11946:
11947: 2006-11-03 misha
11948:
11949: * src/include/pa_array.h: - not needed variable removed
11950:
11951: * tests/: 150.html, 151.html, results/150.processed,
11952: results/151.processed: - 2 tests were added
11953:
11954: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11955: with $.reverse(1) were fixed
11956:
11957: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11958: query converted to $.charset during ^file::load[http://...]
11959:
11960: 2006-11-02 misha
11961:
11962: * src/include/pa_table.h: ups. forget '=' char
11963:
11964: * src/include/pa_table.h: - one more fix in
11965: .locate[...][$.reverse(1)]
11966:
11967: 2006-11-01 misha
11968:
11969: * src/classes/math.C: - bug fix, details:
11970: http://www.parser.ru/forum/?id=53360
11971:
11972: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11973: false for all records )[$.reverse(1)]
11974:
11975: * src/main/pa_http.C: - second param for this mid method is length
11976: but not end_index so this method has error and can't detect
11977: charsets in next content-types: Content-type: text/html;
11978: charset="windows-1251" Content-type: text/html;
11979: charset="windows-1251"; Content-type: text/html;
11980: charset=windows-1251;
11981:
11982: only Content-type: text/html; charset=windows-1251 was fine
11983:
11984: 2006-10-31 misha
11985:
11986: * src/classes/file.C: - empty args in file::exec removed now
11987:
11988: 2006-09-03 paf
11989:
11990: * src/classes/file.C: proper tainting of
11991: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11992:
11993: 2006-06-09 paf
11994:
11995: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11996:
11997: * src/classes/table.C: formatting
11998:
11999: * src/classes/table.C: incorporated patch from misha: Sent:
12000: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12001: ignoring string options for ^table.save[]
12002:
12003: * src/classes/hash.C: incorporated patch from misha Sent:
12004: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12005: $hash._default disappear while
12006:
1.211 moko 12007: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12008: $.value[file] $.format[!uue|!base64] << new base64 option.
12009: default uue ] ]
1.95 moko 12010:
12011: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12012: PM Subject: patch for base64 in ^mail:send[] %-)
12013:
12014: 2006-04-09 paf
12015:
12016: * src/main/compile.tab.C: ` change compiled
12017:
1.211 moko 12018: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12019: src/classes/classes.vcproj, src/classes/file.C,
12020: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12021: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12022: src/classes/xnode.C, src/include/pa_array.h,
12023: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12024: src/include/pa_memory.h, src/include/pa_request.h,
12025: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12026: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12027: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12028: src/lib/pcre/pcre_dftables.vcproj,
12029: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12030: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12031: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12032: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12033: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12034: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12035: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12036: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12037: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12038: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12039: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12040: src/types/pa_value.h, src/types/pa_vcookie.C,
12041: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12042: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12043: src/types/pa_vstatus.C, src/types/types.vcproj,
12044: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12045: ^menu, ^hash/hashfile.foreach
12046:
12047: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12048: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12049: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12050: src/classes/xnode.C, src/include/pa_array.h,
12051: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12052: src/include/pa_memory.h, src/include/pa_request.h,
12053: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12054: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12055: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12056: src/lib/pcre/pcre_dftables.vcproj,
12057: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12058: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12059: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12060: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12061: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12062: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12063: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12064: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12065: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12066: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12067: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12068: src/types/pa_value.h, src/types/pa_vcookie.C,
12069: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12070: src/types/pa_vstatus.C, src/types/types.vcproj,
12071: tests/descript.ion: ! switched to VS2005 (projects and
12072: object<info explicitly typed>.for_each(, info)) +
12073: $response:field[] setting void means removing + grammar $name`
12074: name stops now, for mysql `$field` + started ^break[]
12075: ^continue[], in ^for. TODO: to other iterators (while, menu,
12076: foreach) + all log messages += [uri=, method=, cl=]
12077:
12078: * buildall-with-xml: merged . ftp paths update
12079:
12080: * buildall-with-xml: . ftp paths update
12081:
12082: 2006-03-04 paf
12083:
12084: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12085: checks++ [thanks to Igor Zinkovsky for detailed report]
12086:
12087: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12088: Igor Zinkovsky for detailed report]
12089:
12090: 2006-03-01 paf
12091:
12092: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12093: \n to ' ' in
12094:
12095: 2006-02-18 paf
12096:
12097: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12098: \n to ' ' in
12099:
12100: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12101:
12102: 2006-02-03 paf
12103:
12104: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12105: base64
12106:
12107: * src/main/pa_common.C: ! bugfix: decoding from base64
12108:
12109: 2006-01-20 paf
12110:
12111: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12112: economy fix
12113:
12114: * src/classes/: table.C: merged from HEAD ! bugfix
12115: ^table.save[$.encloser-s now handled properly
12116:
12117: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12118: handled properly
12119:
12120: 2006-01-19 paf
12121:
12122: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12123: libgc:USE_MUNMAP activates merging of free memory blocks which
12124: helps a lot in our case: after transform we want
12125: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12126:
12127: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12128: economy fix
12129:
12130: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12131: activates merging of free memory blocks which helps a lot in our
12132: case: after transform we want CORD(main.result)->cstr[big
12133: malloc]->transcode[big malloc]
12134:
12135: 2006-01-17 paf
12136:
12137: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12138: before reading them. got rid of reallocs = became quicker and
12139: less fragmentated
12140:
12141: 2005-12-29 paf
12142:
1.116 moko 12143: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12144: configure, configure.in, src/include/pa_version.h,
12145: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12146: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12147: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12148: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12149: src/lib/ltdl/missing: . merged from 3.2.1
12150:
1.116 moko 12151: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12152: packaged when 'make dist', so do configure companion files in
12153: src/lib/ltdl
12154:
12155: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12156: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12157: missing: . now config_auto.h is created with configure [were
12158: constant]
1.95 moko 12159:
12160: * INSTALL: . references to documentation and some clarification
12161:
12162: * buildall-with-xml, buildall-without-xml: . farawell doc
12163: indication
12164:
1.116 moko 12165: * Makefile.am: . dist+=buildall*
1.95 moko 12166:
12167: 2005-12-28 paf
12168:
12169: * configure: . 3.2.1
12170:
12171: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12172: simplify build process, see INSTALL
12173:
12174: 2005-12-26 paf
12175:
12176: * configure: ver
12177:
12178: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12179: version
12180:
12181: 2005-12-21 paf
12182:
12183: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12184: compiled with bison 1.875b, it reports unexpected token names
12185:
12186: 2005-12-19 paf
12187:
12188: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12189: holds a link to xmlNode to prevent premature gc(xmlNode)
12190:
12191: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12192: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12193: src/main/main.vcproj, src/main/pa_globals.C,
12194: src/targets/cgi/parser3.vcproj,
12195: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12196: configure, configure.in, src/include/pa_version.h: . killing
12197: gdome [what a relief]
12198:
12199: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12200: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12201: run_parser.sh, results/001.processed, results/002.processed,
12202: results/003.processed, results/004.processed,
12203: results/005.processed, results/006.processed,
12204: results/008.processed, results/009.processed,
12205: results/010.processed, results/011.processed,
12206: results/012.processed, results/013.processed,
12207: results/014.processed, results/015.processed,
12208: results/016.processed, results/017.processed,
12209: results/018.processed, results/020.processed,
12210: results/021.processed, results/022.processed,
12211: results/023.processed, results/024.processed,
12212: results/025.processed, results/026.processed,
12213: results/027.processed, results/028.processed,
12214: results/029.processed, results/030.processed,
12215: results/031.processed, results/032.processed,
12216: results/033.processed, results/034.processed,
12217: results/035.processed, results/036.processed,
12218: results/037.processed, results/038.processed,
12219: results/039.processed, results/040.processed,
12220: results/041.processed, results/042.processed,
12221: results/043.processed, results/044.processed,
12222: results/045.processed, results/046.processed,
12223: results/047.processed, results/048.processed,
12224: results/049.processed, results/050.processed,
12225: results/051.processed, results/052.processed,
12226: results/053.processed, results/054.processed,
12227: results/055.processed, results/056.processed,
12228: results/057.processed, results/058.processed,
12229: results/059.processed, results/060.processed,
12230: results/061.processed, results/062.processed,
12231: results/063.processed, results/064.processed,
12232: results/065.processed, results/066.processed,
12233: results/067.processed, results/068.processed,
12234: results/069.processed, results/070.processed,
12235: results/071.processed, results/072.processed,
12236: results/073.processed, results/074.processed,
12237: results/075.processed, results/076.processed,
12238: results/077.processed, results/078.processed,
12239: results/079.processed, results/080.processed,
12240: results/081.processed, results/082.processed,
12241: results/083.processed, results/084.processed,
12242: results/085.processed, results/086.processed,
12243: results/087.processed, results/088.processed,
12244: results/089.processed, results/090.processed,
12245: results/091.processed, results/092.processed,
12246: results/093.processed, results/094.processed,
12247: results/095.processed, results/096.processed,
12248: results/097.processed, results/099.processed,
12249: results/100.processed, results/101.processed,
12250: results/102.processed, results/104.processed,
12251: results/105.processed, results/106.processed,
12252: results/107.processed, results/108.processed,
12253: results/109.processed, results/110.processed,
12254: results/111.processed, results/112.processed,
12255: results/113.processed, results/114.processed,
12256: results/115.processed, results/117.processed,
12257: results/119.processed, results/120.processed,
12258: results/121.processed, results/122.processed,
12259: results/123.processed, results/124.processed,
12260: results/125.processed, results/126.processed,
12261: results/127.processed, results/128.processed,
12262: results/129.processed, results/130.processed,
12263: results/131.processed, results/132.processed,
12264: results/133.processed, results/134.processed,
12265: results/135.processed, results/136.processed,
12266: results/138.processed, results/139.processed,
12267: results/140.processed, results/141.processed,
12268: results/142.processed, results/143.processed,
12269: results/144.processed, results/145.processed,
12270: results/146.processed, results/147.processed,
12271: results/148.processed, results/149.processed, results/auto.p: .
12272: now works if we turn off default auto.p
12273:
1.116 moko 12274: * configure: . makes
1.95 moko 12275:
12276: * src/types/pa_vxnode.C: . less warnings
12277:
12278: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12279: tests/145.html, tests/149.html, tests/descript.ion,
12280: tests/outputs/d.cmd, tests/results/142.processed,
12281: tests/results/143.processed, tests/results/144.processed,
12282: tests/results/145.processed, tests/results/146.processed,
12283: tests/results/147.processed, tests/results/148.processed,
12284: tests/results/149.processed: . removed .nodeValue from all node
12285: types other than 5 (grabbed piece from gdome)
12286:
12287: * tests/: 137.html, results/137.processed: . not handled this case
12288: yet. code does not hang from inserting parent into child,
12289: considering thing minor issue -- nodes are removed from source
12290: anyway, don't know why shold that be an error after all
12291:
12292: * src/targets/cgi/parser3.C: . style
12293:
12294: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12295: xdoc too [were barking "not element"]
12296:
12297: 2005-12-16 paf
12298:
12299: * tests/: 146.html, 147.html, 148.html: . more tests
12300:
12301: * src/classes/xnode.C: . also bark on possible errors
12302:
12303: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12304: props
12305:
12306: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12307: main/compile.y: merged from HEAD ! fixed overoptimized
12308: ^call(false) case. (confused it with ^call[] case)
12309:
12310: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12311: ^call(false) case. (confused it with ^call[] case)
12312:
12313: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12314:
12315: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12316: results/001.processed, results/002.processed,
12317: results/003.processed, results/004.processed,
12318: results/005.processed, results/006.processed,
12319: results/008.processed, results/009.processed,
12320: results/010.processed, results/011.processed,
12321: results/012.processed, results/013.processed,
12322: results/014.processed, results/015.processed,
12323: results/016.processed, results/017.processed,
12324: results/018.processed, results/019.processed,
12325: results/020.processed, results/021.processed,
12326: results/022.processed, results/023.processed,
12327: results/024.processed, results/025.processed,
12328: results/026.processed, results/027.processed,
12329: results/028.processed, results/029.processed,
12330: results/030.processed, results/031.processed,
12331: results/032.processed, results/033.processed,
12332: results/034.processed, results/035.processed,
12333: results/036.processed, results/037.processed,
12334: results/038.processed, results/039.processed,
12335: results/040.processed, results/041.processed,
12336: results/042.processed, results/043.processed,
12337: results/044.processed, results/045.processed,
12338: results/046.processed, results/047.processed,
12339: results/048.processed, results/049.processed,
12340: results/050.processed, results/051.processed,
12341: results/052.processed, results/053.processed,
12342: results/054.processed, results/055.processed,
12343: results/056.processed, results/057.processed,
12344: results/058.processed, results/059.processed,
12345: results/060.processed, results/061.processed,
12346: results/062.processed, results/063.processed,
12347: results/064.processed, results/065.processed,
12348: results/066.processed, results/067.processed,
12349: results/068.processed, results/069.processed,
12350: results/070.processed, results/071.processed,
12351: results/072.processed, results/073.processed,
12352: results/074.processed, results/075.processed,
12353: results/076.processed, results/077.processed,
12354: results/078.processed, results/079.processed,
12355: results/080.processed, results/081.processed,
12356: results/082.processed, results/083.processed,
12357: results/084.processed, results/085.processed,
12358: results/086.processed, results/087.processed,
12359: results/088.processed, results/089.processed,
12360: results/090.processed, results/091.processed,
12361: results/092.processed, results/093.processed,
12362: results/094.processed, results/095.processed,
12363: results/096.processed, results/097.processed,
12364: results/099.processed, results/101.processed,
12365: results/102.processed, results/104.processed,
12366: results/105.processed, results/106.processed,
12367: results/107.processed, results/108.processed,
12368: results/109.processed, results/110.processed,
12369: results/111.processed, results/112.processed,
12370: results/113.processed, results/114.processed,
12371: results/115.processed, results/116.processed,
12372: results/117.processed, results/118.processed,
12373: results/119.processed, results/120.processed,
12374: results/121.processed, results/122.processed,
12375: results/123.processed, results/124.processed,
12376: results/125.processed, results/126.processed,
12377: results/127.processed, results/128.processed,
12378: results/129.processed, results/130.processed,
12379: results/131.processed, results/132.processed,
12380: results/133.processed, results/134.processed,
12381: results/135.processed, results/136.processed,
12382: results/137.processed, results/138.processed,
12383: results/139.processed, results/140.processed,
12384: results/141.processed: . refreshed old tests, made them work
12385: without auto.p (in utf8) . things noted: . gif got encoded
12386: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12387: some strange year)
12388:
12389: * INSTALL: . revived linux libgc fix
12390:
12391: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12392: glib/gdome in INSTALL and patches]
12393:
12394: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12395: include/pa_charset.h, include/pa_config_includes.h,
12396: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12397: include/pa_xml_exception.h, lib/cord/Makefile.am,
12398: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12399: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12400: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12401: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12402: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12403: types/pa_vxnode.h: . started killing gdome
12404:
12405: 2005-12-13 paf
12406:
12407: * src/main/: pa_request.C: merged from HEAD ! when code in
12408: @unhandled_exception thrown another exception, print correct
12409: origin (earlier code in catch of exception inside of
12410: @unhandled_exception grabbed parent_frame(original_exception)
12411: origin and printed it, instead of true origin)
12412:
12413: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12414: another exception, print correct origin (earlier code in catch of
12415: exception inside of @unhandled_exception grabbed
12416: parent_frame(original_exception) origin and printed it, instead
12417: of true origin)
12418:
12419: 2005-12-09 paf
12420:
12421: * INSTALL: . updated INSTALL doc to work around linux stack base
12422: detection problem, due to change in gc6.4 code
12423:
12424: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12425: ignored in ^string.matched :(
12426:
12427: * src/main/pa_string.C: ! regex tainting were ignored in
12428: ^string.matched :(
12429:
12430: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12431: src/include/pa_config_fixed.h, src/include/pa_version.h,
12432: src/main/compile.y, src/main/compile_tools.h,
12433: src/main/pa_charset.C, src/main/pa_common.C,
12434: src/main/pa_globals.C, src/main/pa_string.C,
12435: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12436: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12437:
12438: 2005-12-08 paf
12439:
12440: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12441: 500 chars now handled OK [were wrapped on 500th char according to
12442: rfc, but sendmail failed to unwrap it properly]
12443:
12444: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12445: handled OK [were wrapped on 500th char according to rfc, but
12446: sendmail failed to unwrap it properly]
12447:
12448: * src/targets/isapi/parser3isapi.C: . less warnings
12449:
12450: * src/targets/isapi/parser3isapi.C: . undone some strange change
12451: since 3.1.5
12452:
12453: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12454: link fixes
12455:
12456: * src/: classes/date.C, include/pa_config_fixed.h,
12457: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12458: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12459: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12460:
12461: * src/include/pa_config_fixed.h: . removed outdated string origins
12462: [in current storage scheme there's no place for them. someday we
12463: can add third CORD to store origins and special version of parser
12464: which stores origins there [separate binary]]
12465:
12466: 2005-12-07 paf
12467:
12468: * src/targets/isapi/parser3isapi.C: . now links in release mode
12469:
12470: * src/include/pa_version.h: makefiles
12471:
12472: * src/include/pa_version.h: . not beta
12473:
12474: * configure, configure.in, src/include/pa_version.h: not beta
12475:
12476: 2005-12-06 paf
12477:
12478: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12479: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12480: decided to undo the change ^call[$void] passes void. now it will
12481: pass empty string again.
12482:
12483: * src/main/: compile.tab.C, compile.y: . version readded
12484:
12485: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12486: = ^switch[void] problem
12487:
12488: 2005-12-01 paf
12489:
12490: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12491: caused ^case[string] to be coerced to double since searching
12492: value were not string (it was vvoid)
12493:
12494: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12495: ^case[string] to be coerced to double since searching value were
12496: not string (it was vvoid)
12497:
12498: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12499: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12500:
12501: 2005-11-30 paf
12502:
12503: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12504: win32 must putenv("TZ="), on unix works only putenv("TZ")
12505:
12506: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12507: putenv("TZ="), on unix works only putenv("TZ")
12508:
12509: * INSTALL: . xml libs versions updated
12510:
12511: * src/main/pa_globals.C: //20051130 trying to remove this, author
12512: claims that fixed a lot there // 20040920 for now both
12513: workarounds needed. wait for new libxml/xsl versions
12514:
12515: 2005-11-28 paf
12516:
12517: * src/classes/table.C: merged from HEAD: ! nameless table has
12518: columns==0
12519:
12520: * src/classes/table.C: ! nameless table has columns==0
12521:
12522: * src/main/pa_http.C: merged from HEAD: ! status line check made
12523: earlier [was totally wrong]
12524:
12525: * src/main/pa_http.C: ! status line check made earlier [was totally
12526: wrong]
12527:
12528: 2005-11-25 paf
12529:
12530: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12531: undoing for now...
12532:
12533: * src/include/pa_version.h: -this reduces speed(table::load),
12534: strange. undoing
12535:
12536: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12537:
12538: * src/classes/op.C: + ^while(){}[SEPARATOR]
12539:
12540: * src/include/pa_array.h: + optimistics added: all arrays (table
12541: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12542: this speeds things up and saves memory a LOT! (not noticed
12543: negative effect on syntetic tests, future will tell...)
12544:
12545: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12546: changed gc_malloc implementation, which obscured profiling
12547:
12548: * src/classes/table.C: merged from HEAD: + optimized
12549: table::load/sql, now row ArrayString-s allocated with
12550: columns.count() elements and don't always grow from
12551: count=3[realloc,realloc]
12552:
12553: * src/classes/table.C: + optimized table::load/sql, now row
12554: ArrayString-s allocated with columns.count() elements and don't
12555: always grow from count=3[realloc,realloc]
12556:
12557: * src/classes/table.C: merged from HEAD: . ^table.save unused
12558: buffer after save
12559:
12560: * src/classes/table.C: . ^table.save unused buffer after save
12561:
12562: 2005-11-24 paf
12563:
12564: * configure.in: . merged glib2-config patch
12565:
12566: * configure.in: + trying to find glib2-config
12567:
12568: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12569: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12570: file/dir_readable to simple file/dir_exist, this would help in
12571: situations "class not found because .p file has bad rights" << in
12572: that case error would be explicit "access denied to 'this' file"
12573:
1.116 moko 12574: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12575:
12576: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12577: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12578: to simple file/dir_exist, this would help in situations "class
12579: not found because .p file has bad rights" << in that case error
12580: would be explicit "access denied to 'this' file"
12581:
12582: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12583: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12584: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12585: ^file::exec/cgi[script;$.charset[changed]
12586: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12587: encoded in $.charset charset
12588:
12589: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12590: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12591: encoded in $.charset charset
12592:
12593: * src/: include/Makefile.am, include/pa_common.h,
12594: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12595: main/pa_common.C, main/pa_http.C: . extracted http:// into
12596: separate file [preparation for
12597: ^file::cgi[script;$.form[$.field1[]
12598:
12599: 2005-11-22 paf
12600:
12601: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12602:
12603: * acinclude.m4, configure.in: . merged underquting fixes
12604:
1.116 moko 12605: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12606:
12607: * src/classes/op.C: . overmerged a little
12608:
12609: * src/main/compile.tab.C: Makefile
12610:
12611: * src/main/: pa_common.C: . less gcc warnings
12612:
12613: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12614: now reports original exception if we have no old cache
12615:
12616: * src/classes/op.C: + $exception.handled[cache] now reports
12617: original exception if we have no old cache
12618:
12619: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12620: from HEAD: + ^taint/untaint[regex] << escapes these:
12621: \^$.[]|()?*+{}
12622:
12623: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12624: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12625:
12626: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12627: getenv-ed variable, which does not work both on win32&unix.
12628: copied old TZ value now
12629:
12630: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12631: stored pointer to getenv-ed variable, which does not work both on
12632: win32&unix. copied old TZ value now
12633:
12634: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12635: getenv-ed variable, which does not work both on win32&unix.
12636: copied old TZ value now
12637:
12638: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12639: access to internal hash
12640:
12641: * src/types/pa_vresponse.C: + $response:headers access to internal
12642: hash
12643:
12644: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12645: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12646: isapi] this reduces number of "GC Warning: Repeated allocation of
12647: very large block" messages to only important onces
12648:
12649: * src/targets/isapi/parser3isapi.C: +
12650: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12651: isapi] this reduces number of "GC Warning: Repeated allocation of
12652: very large block" messages to only important onces
12653:
12654: * src/classes/string.C: merged from HEAD: + removed limitation on
12655: ^string/int/double:sql{}[$.default[({param style})] ]
12656:
12657: * src/classes/string.C: + removed limitation on
12658: ^string/int/double:sql{}[$.default[({param style})] ]
12659:
12660: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12661: with ?params or $.form option" limitation
12662:
12663: * src/main/pa_common.C: + removed "use either uri with ?params or
12664: $.form option" limitation
12665:
12666: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12667: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12668: ^file::base64[encoded] decode
12669:
12670: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12671: main/pa_common.C: + ^file.base64[] encode +
12672: ^file::base64[encoded] decode
12673:
12674: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12675: ^string:base64[encoded] decode
12676:
12677: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12678: ^string:base64[in] encode + ^string.base64[] decode
12679:
12680: 2005-11-21 paf
12681:
12682: * src/classes/file.C: + merged from HEAD:
12683: ^file::create[text;file.xml;^untaint[xml]{data}]
12684:
12685: * src/classes/file.C: +
12686: ^file::create[text;file.xml;^untaint[xml]{data}]
12687:
12688: * src/main/pa_request.C: ! merged: $response:body[file] now
12689: differes from :download, it does not return content-disposition
12690: at all now [previusely it returned valueless content-disposition]
12691:
12692: * src/main/pa_request.C: ! $response:body[file] now differes from
12693: :download, it does not return content-disposition at all now
12694: [previusely it returned valueless content-disposition]
12695:
12696: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12697: literals, reverted to just vvod, recreating empty array with each
12698: void_value token. that's absolutely needed, since that array
12699: grows
12700:
12701: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12702: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12703: types/pa_vmethod_frame.h: + merged: expression literals:
12704: true/false. ^format[$.indent(true)]
12705:
12706: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12707: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12708: types/pa_vmethod_frame.h: + expression literals: true/false.
12709: ^format[$.indent(true)]
12710:
12711: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12712: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12713: i386-pc-win32)"
12714:
12715: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12716: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12717: i386-pc-win32)"
12718:
12719: 2005-11-18 paf
12720:
12721: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12722: null}[$.default(123)] will now return default value
12723:
12724: * src/classes/op.C: + merged ^cache[] << returns current cache
12725: expiration time
12726:
12727: * src/classes/op.C: + ^cache[] << returns current cache expiration
12728: time
12729:
12730: * src/classes/table.C: ! merged ^table::create[not'nameless';
12731: failed << Exception.problem_source pointed to local var!
12732:
12733: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12734: Exception.problem_source pointed to local var!
12735:
12736: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12737: now loads VFile.ptr!=0, so such files can be saved now
12738:
12739: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12740: loads VFile.ptr!=0, so such files can be saved now
12741:
12742: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12743: only . and .. now removed from list [were removed all .*]
12744:
12745: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12746: .. now removed from list [were removed all .*]
12747:
12748: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12749: open error now checked, were not :( [stole that piece from apache
12750: 1.3 sources]
12751:
12752: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12753: checked, were not :( [stole that piece from apache 1.3 sources]
12754:
12755: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12756: untainting of @main result if returned by $result or
12757: $response:body
12758:
12759: * src/main/pa_request.C: ! ensured proper untainting of @main
12760: result if returned by $result or $response:body
12761:
12762: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12763: issue: now tries to guess content-length and allocates one big
12764: piece if possible [regretfully gc_realloc works as malloc+free,
12765: leaving lots of holes behind]
12766:
12767: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12768: fixed file load memory issue: now tries to guess content-length
12769: and allocates one big piece if possible [regretfully gc_realloc
12770: works as malloc+free, leaving lots of holes behind]
12771:
12772: 2005-11-16 paf
12773:
12774: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12775: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12776: table::save with enclosers now doubles them: "->"" !
12777: table::save/load do not remove elements from options hash
12778:
12779: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12780: [were overoptimized ^if(double_literal), compiler confused
12781: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12782:
12783: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12784: [were overoptimized ^if(double_literal), compiler confused
12785: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12786:
12787: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12788: main/pa_common.C: ! table::save with enclosers now doubles them:
12789: "->"" ! table::save/load do not remove elements from options hash
12790:
12791: 2005-11-03 paf
12792:
1.116 moko 12793: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12794: compilation, not all makefiles liked that
1.95 moko 12795:
12796: 2005-08-30 paf
12797:
12798: * src/classes/op.C: merge . speedup check of [DEFAULT]
12799:
12800: * src/classes/op.C: . speedup check of [DEFAULT]
12801:
12802: 2005-08-26 paf
12803:
12804: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12805:
12806: * src/: classes/date.C, types/pa_vdate.h: + date.week
12807:
12808: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12809: complains about bad!=nameless
12810:
12811: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12812: about bad!=nameless
12813:
12814: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12815: optional options were allowed to be empty. were checked
12816: if(is_string), changed to !defined||is_string to allow void
12817:
12818: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12819: classes/string.C, classes/table.C, classes/void.C: ! optional
12820: options were allowed to be empty. were checked if(is_string),
12821: changed to !defined||is_string to allow void
12822:
12823: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12824: as_junction where they needed as_int/double, so failed with
12825: recent "(const) now no junction" optimization
12826:
12827: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12828: merged ! many classes/* used as_junction where they needed
12829: as_int/double, so failed with recent "(const) now no junction"
12830: optimization
12831:
12832: * src/: classes/double.C, classes/int.C, classes/math.C,
12833: classes/op.C, classes/string.C, classes/table.C,
12834: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12835: used as_junction where they needed as_int/double, so failed with
12836: recent "(const) now no junction" optimization
12837:
12838: 2005-08-24 paf
12839:
12840: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12841: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12842: stripped it
12843:
12844: 2005-08-09 paf
12845:
12846: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12847: not cleared
12848:
12849: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12850: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12851: classes/hashfile.C, classes/image.C, classes/int.C,
12852: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12853: classes/response.C, classes/string.C, classes/table.C,
12854: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12855: include/pa_array.h, include/pa_cache_managers.h,
12856: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12857: include/pa_config_fixed.h, include/pa_config_includes.h,
12858: include/pa_dictionary.h, include/pa_dir.h,
12859: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12860: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12861: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12862: include/pa_request_charsets.h, include/pa_request_info.h,
12863: include/pa_sapi.h, include/pa_socks.h,
12864: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12865: include/pa_stack.h, include/pa_string.h,
12866: include/pa_stylesheet_connection.h,
12867: include/pa_stylesheet_manager.h, include/pa_table.h,
12868: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12869: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12870: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12871: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12872: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12873: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12874: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12875: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12876: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12877: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12878: main/pa_sql_driver_manager.C, main/pa_string.C,
12879: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12880: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12881: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12882: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12883: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12884: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12885: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12886: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12887: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12888: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12889: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12890: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12891: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12892: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12893: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12894: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12895: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12896: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12897: types/pa_vresponse.C, types/pa_vresponse.h,
12898: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12899: types/pa_vstateless_object.h, types/pa_vstatus.C,
12900: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12901: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12902: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12903: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12904: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12905:
12906: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12907: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12908: speedup consequent checks in vmethod_frame
12909:
12910: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12911: not cleared
12912:
12913: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12914: params: 50 max (were 10)
12915:
12916: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12917: params: 50 max (were 10)
12918:
12919: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12920: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12921: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12922: empty string) ! simplified (double) speedup consequent checks in
12923: vmethod_frame
12924:
12925: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12926: optimized constants in expressions vstring->vdouble + optimized
12927: ^call(vdouble), no junction creation, no calls later
12928:
12929: 2005-08-08 paf
12930:
12931: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12932: compile_tools.h: merged + optimized constants in expressions
12933: vstring->vdouble + optimized ^call(vdouble), no junction
12934: creation, no calls later
12935:
12936: * src/types/pa_vdouble.h: merged . double values without fractional
12937: part now default printed as %.0f instead of %g
12938:
12939: * src/types/pa_vdouble.h: . double values without fractional part
12940: now default printed as %.0f instead of %g
12941:
12942: * src/classes/hashfile.C: . merged ! second hashfile::open would
12943: cause an exception
12944:
12945: * src/classes/hashfile.C: ! second hashfile::open would cause an
12946: exception
12947:
12948: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12949: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12950: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12951: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12952: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12953: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12954: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12955: types/pa_vresponse.h, types/pa_vstateless_class.C,
12956: types/pa_vstateless_object.h, types/pa_vvoid.h,
12957: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12958: merged VJunction(new Junction) optimization from 3.1.4
12959:
12960: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12961: types/pa_vstateless_class.C: + optimized new VJunction(new
12962: Junction(params)) to new VJunction(params), thousands of mallocs
12963: removed
12964:
12965: 2005-08-05 paf
12966:
12967: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12968: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12969: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12970: creation, no calls later
12971:
12972: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12973: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12974: classes/hashfile.C, classes/image.C, classes/int.C,
12975: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12976: classes/response.C, classes/string.C, classes/table.C,
12977: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12978: include/pa_array.h, include/pa_cache_managers.h,
12979: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12980: include/pa_config_fixed.h, include/pa_config_includes.h,
12981: include/pa_dictionary.h, include/pa_dir.h,
12982: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12983: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12984: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12985: include/pa_request_charsets.h, include/pa_request_info.h,
12986: include/pa_sapi.h, include/pa_socks.h,
12987: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12988: include/pa_stack.h, include/pa_string.h,
12989: include/pa_stylesheet_connection.h,
12990: include/pa_stylesheet_manager.h, include/pa_table.h,
12991: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12992: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12993: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12994: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12995: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12996: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12997: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12998: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12999: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13000: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13001: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13002: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13003: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13004: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13005: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13006: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13007: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13008: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13009: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13010: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13011: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13012: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13013: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13014: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13015: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13016: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13017: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13018: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13019: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13020: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13021: types/pa_vstateless_object.h, types/pa_vstatus.C,
13022: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13023: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13024: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13025: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13026: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13027:
13028: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13029: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13030: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13031: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13032: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13033: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13034: optimized constants in expressions vstring->vdouble
13035:
13036: 2005-07-29 paf
13037:
13038: * src/types/pa_vclass.C: . shaped up error messages a bit
13039:
13040: * src/types/pa_vclass.C: + property getter can now be overridden
13041:
13042: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13043: bug fix: static parent fields were not replaced in case
13044: $derived:field[put] + property setter can now be overridden
13045:
13046: 2005-07-28 paf
13047:
13048: * configure, configure.in, src/classes/classes.h,
13049: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13050: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13051: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13052: src/classes/xnode.h, src/include/pa_hash.h,
13053: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13054: src/types/Makefile.am, src/types/pa_method.h,
13055: src/types/pa_value.h, src/types/pa_vclass.C,
13056: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13057: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13058: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13059: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13060: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13061: src/types/pa_vobject.C, src/types/pa_vobject.h,
13062: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13063: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13064: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13065: src/types/pa_vstateless_class.h,
1.95 moko 13066: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13067: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13068: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13069: dynamic_fields_join
13070:
13071: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13072: classes/xnode.C, include/pa_hash.h, main/execute.C,
13073: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13074: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13075: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13076: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13077: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13078: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13079: types/pa_vresponse.h, types/pa_vstateless_object.h,
13080: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13081: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13082: restored its checks in vobject.put_element->static fields |
13083: dynamic properties
13084:
13085: 2005-07-27 paf
13086:
13087: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13088: is some old code containing @set_name $name
13089:
13090: * src/types/pa_vobject.h: . fixed warning
13091:
13092: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13093: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13094:
13095: * src/: classes/xnode.C, include/pa_hash.h,
13096: types/pa_vstateless_class.C: ! new asserts were all false.
13097: regretfully reverted them all to checks
13098:
13099: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13100: classes/op.C, main/execute.C, types/pa_method.h,
13101: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13102: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13103: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13104: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13105: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13106: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13107: types/pa_vstateless_object.h, types/pa_vvoid.h,
13108: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13109: joined_dynamic_fields: removed unused param from put_method
13110: (returned to 3 params)
13111:
13112: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13113: joined_dynamic_fields: dynamic get/set works with overriding
13114: props [alpha2]
13115:
13116: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13117: works [alfa]
13118:
13119: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13120: classes/op.C, include/pa_hash.h, main/execute.C,
13121: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13122: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13123: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13124: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13125: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13126: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13127: types/pa_vresponse.h, types/pa_vstateless_class.C,
13128: types/pa_vstateless_object.h, types/pa_vvoid.h,
13129: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13130: joined_dynamic_fields: just compiled
13131:
13132: * src/: classes/date.C, classes/file.C, classes/hash.C,
13133: classes/hashfile.C, classes/image.C, classes/table.C,
13134: classes/xdoc.C, classes/xnode.h, main/execute.C,
13135: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13136: types/pa_vstateless_class.h: joined_dynamic_fields: started
13137:
13138: * src/types/pa_vobject.C: . object setters [only started, does not
13139: work yet]
13140:
13141: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13142: object setters [only started, does not work yet]
13143:
13144: 2005-07-26 paf
13145:
13146: * src/: include/pa_request.h, main/execute.C: . properties: set
13147: works [alpha2]. for classes. todo: for objects
13148:
13149: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13150: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13151: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13152: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13153: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13154: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13155: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13156: types/pa_vstateless_object.h, types/pa_vvoid.h,
13157: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13158: properties: set works [alpha1]
13159:
13160: 2005-07-25 paf
13161:
13162: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13163: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13164: properties: started, get works [alpha1, other approach]
13165:
13166: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13167: properties: started, get works [alpha2]
13168:
13169: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13170: pa_vstateless_class.h: . properties: started, get works [alpha]
13171:
13172: 2005-07-15 paf
13173:
13174: * src/: classes/classes.h, classes/op.C, main/execute.C,
13175: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13176: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13177: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13178: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13179: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13180: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13181: types/pa_vresponse.C, types/pa_vresponse.h,
13182: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13183: types/pa_vstateless_object.h, types/pa_vvoid.h,
13184: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13185: types/pa_wwrapper.h, types/types.vcproj: + started property
13186: [getters work but think of changing them too to precaching]
13187:
13188: 2005-07-08 paf
13189:
13190: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13191: gpf
13192:
13193: 2005-06-28 paf
13194:
13195: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13196: in passing empty strings to file::exec/cgi environment
13197:
13198: 2005-06-06 paf
13199:
13200: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13201: ^table:sql ^hash:sql now DO process $.bind option
13202:
13203: 2005-05-24 paf
13204:
13205: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13206: $.limit] now work again [support was broken in 3.1.4]
13207:
13208: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13209: ALL_INTERIOR_POINTERS
13210:
13211: 2005-05-12 paf
13212:
13213: * configure: 3.1.5beta
13214:
13215: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13216:
13217: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13218: $.limit] now work again [support was broken in 3.1.4]
13219:
13220: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13221: line-width [was refusing to fill if line-width >1, thanks to
13222: Seras <seras@pinxit.lt> for repro case
13223:
13224: 2005-04-25 paf
13225:
13226: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13227: correctly
13228:
13229: 2005-04-19 paf
13230:
13231: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13232: in VString violating invariant!!
13233:
13234: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13235: getenv("TZ")==null
13236:
13237: 2005-04-08 paf
13238:
13239: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13240: bugfix: when there is no char in charset one byte produces 6
13241: (ÿ <<max). increased buffer size!
13242:
13243: 2005-03-23 paf
13244:
13245: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13246: ^date.sql-string now takes TZ into account
13247:
13248: 2005-03-16 paf
13249:
13250: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13251: gcc 3.4
13252:
13253: * src/types/pa_vhash.C: . warning about eof eol
13254:
13255: 2005-02-17 paf
13256:
1.211 moko 13257: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13258: ^sleep(double seconds)
1.95 moko 13259:
13260: 2005-02-02 paf
13261:
13262: * src/classes/xnode.C: beauty: removed needless includes
13263:
13264: 2005-01-31 paf
13265:
13266: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13267: $.partNoNumber now alias to $.part1
13268:
13269: * src/types/pa_vmail.C: change: incoming letter part contains
13270: "content-disposition" header with any value? now considering that
13271: part to be "file#" [for text/plain text/html were $.text#
13272: $.html#]
13273:
13274: * INSTALL: updatet to latest working versions available
13275:
13276: 2005-01-20 paf
13277:
13278: * configure.in, src/include/pa_version.h: version
13279:
13280: 2005-01-19 paf
13281:
1.116 moko 13282: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13283: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13284: couple warnings in parser3.C
1.95 moko 13285:
13286: 2004-12-23 paf
13287:
13288: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13289:
13290: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13291: dir to directory of script (when shbang used), not to directory
13292: of its interpreter
13293:
13294: * src/include/pa_version.h: compiled on win32...
13295:
13296: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13297: we need more hspace
13298:
13299: * configure, configure.in, src/include/pa_version.h: configured
13300: host to pa_version. will be displayed everywhere
13301:
13302: * src/main/pa_request.C: new: @unhandled_exception can prevent
13303: exception from being logged by setting $exception.handled(1)
13304:
1.211 moko 13305: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13306: ^file::sql{query}[[options]] options: $.name[file name]
13307: $.content-type[application/what]
13308:
13309: * src/: include/pa_common.h, main/pa_common.C,
13310: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13311: new file
13312:
13313: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13314: bugfix: table->hash now regards _default
13315:
13316: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13317: created by accessing $name_of_method it acquired bad self=closest
13318: methodframe; instead of proper self (current class)
13319:
13320: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13321: hashfile produced bad cord
13322:
13323: 2004-12-10 paf
13324:
13325: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13326: subsequent failures though defined in .h
13327:
13328: * src/main/pa_common.C: comment on volatile
13329:
13330: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13331: alarm function were not used since the beginning due to stupid
13332: error [setsigjmp were not checked in configure.in]
13333:
13334: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13335: unix too
13336:
13337: * src/main/pa_common.C: http: exception status of send/recv errors
13338: change to most probable http.timeout
13339:
13340: * src/main/pa_common.C: win32: http connection $.timeout option now
13341: works [setsockopt on send/receive]
13342:
13343: 2004-12-08 paf
13344:
13345: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13346: cstr-ed knowing mail charset, and untainting uri lang now knows
13347: proper charset
13348:
13349: 2004-11-24 paf
13350:
13351: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13352:
13353: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13354: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13355:
13356: 2004-11-12 paf
13357:
13358: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13359: [since 3.0.4]
13360:
13361: 2004-11-09 paf
13362:
13363: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13364: writes basics to c:\parser3.log
13365:
13366: 2004-10-21 paf
13367:
13368: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13369: tainted strings [were returning clean onces]
13370:
13371: 2004-10-15 paf
13372:
13373: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13374: cycles(i=1; i=2), which was wrong, now does ONE
13375:
13376: 2004-10-12 paf
13377:
13378: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13379:
13380: 2004-10-07 paf
13381:
13382: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13383: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13384: release asserts
13385:
13386: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13387: String.dump() to stdout in detailed form [were String.v() in
13388: short form]
13389:
13390: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13391: \t\r\n as @#| and truncates long char sequences less
13392:
13393: 2004-10-06 paf
13394:
13395: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13396: win32 beauty: socket errors properly decoded
13397:
13398: 2004-10-05 paf
13399:
13400: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13401: request::configure_user/admin done always, even if no
13402: file-to-process useful in @unhandled_exception [say, if they
13403: would want to mail by SMTP something]
13404:
13405: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13406: now performed prior to file loading [and @auto executing] thus
13407: making $cookie:value available in @auto and in
13408: @unhandled_exception when IIS is configured to run interpreter
13409: even if no file exist
13410:
13411: 2004-09-20 paf
13412:
13413: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13414: somewhere where it should have called xmlMalloc and it calls
13415: xmlFree when it should have not called it. inserted two
13416: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13417: xmlFree just ignored. put away a testcase, maybe someday libxml
13418: author would fix all that. until that day: we have SLOW garbage
13419: collecting when many xml objects are alive hint: do
13420: ^memory:compact[] before xdoc::create
13421:
13422: 2004-09-17 paf
13423:
13424: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13425: error from 3.0.8 version]
13426:
13427: 2004-09-14 paf
13428:
13429: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13430: part bugfix: hashfile.foreach iterated only part if hashfile were
13431: modified inside
13432:
13433: 2004-09-13 paf
13434:
13435: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13436: [were as octal]
13437:
13438: * src/types/pa_vhashfile.C: beauty: not reproduced
13439: $hashfile.key[$novalue] bug [reported by motorin], inserted
13440: safety-check
13441:
13442: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13443: [not something obscure from sdbm lib]
13444:
13445: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13446: = strerror now returnes something and we can properly report that
13447: to client
13448:
13449: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13450: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13451:
13452: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13453: [tainted as-is] this helps //[space][newline] to remain as-is and
13454: not be unnecessary optimized away [ruining javascript]
13455:
13456: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13457: [tainted as-is]
13458:
13459: * src/classes/mail.C: bugfix: typo error
13460:
13461: 2004-09-09 paf
13462:
13463: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13464: separators bugfix: loads header with endings \r\n\r\n and \n\n
13465: (bloody yandex.server)
13466:
13467: 2004-09-06 paf
13468:
13469: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13470: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13471: encoded
13472:
13473: 2004-09-01 paf
13474:
13475: * src/types/pa_vmail.C: change: multipart/mixed changed to
13476: multipart/related outlook express have no problems showing
13477: unrelated attachments. todo: someday figure out a way of
13478: multipart/mixed multipart/related text/html
13479: image/xxx application/octet-stream << true attachments
13480:
13481: * src/types/pa_vmail.C: new:
13482: ^mail:send[$.file[$.content-disposition can be overriden new:
13483: empty mail header fields removed from letter
13484:
13485: * src/: classes/mail.C, include/pa_config_fixed.h,
13486: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13487: ^mail:send[ $.file[ $.any[header]
13488:
13489: 2004-08-30 paf
13490:
13491: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13492: warnings
13493:
13494: * src/main/pa_common.C: beauty: do not bother with charset
13495: detection when ^file::load[binary
13496:
13497: 2004-08-27 paf
13498:
13499: * src/main/pa_common.C: hack: for yandex.server http server
13500:
13501: 2004-08-18 paf
13502:
13503: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13504: possibly-chunked response
13505:
13506: 2004-08-17 paf
13507:
13508: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13509: $f.content-type now = that of http response
13510:
13511: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13512: $f.content-type now = that of http response
13513:
13514: 2004-07-30 paf
13515:
13516: * src/: include/pa_request.h, main/pa_request.C,
13517: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13518: win32: system&parser exceptions in release mode reported properly
13519: parser exception in exception handler WERE mistakenly reported as
13520: system exception, without details [in apache & isapi] +some
13521: beauty in exception text
13522:
13523: * src/: include/pa_exception.h, main/pa_request.C,
13524: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13525: release mode reported properly parser exception in exception
13526: handler WERE mistakenly reported as system exception, without
13527: details
13528:
13529: * src/main/execute.C: beauty: simplified system exception handling
13530:
13531: 2004-07-29 paf
13532:
13533: * src/classes/table.C: bugfix:
13534: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13535: were ignored, and \t used unconditionally]
13536:
13537: * src/types/Makefile.am: added vhash.c
13538:
13539: 2004-07-28 paf
13540:
13541: * src/: classes/date.C, classes/image.C, classes/math.C,
13542: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13543: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13544: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13545: failed on russian letters
13546:
13547: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13548: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13549: letters
13550:
13551: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13552: as 'currentDirectory' parameter to CreateProcess
13553:
13554: 2004-07-27 paf
13555:
13556: * src/targets/cgi/parser3.vcproj: beauty: win32:
13557: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13558: from release somewhere [to help searching for unhandled system
13559: exceptions]
13560:
13561: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13562: TZ shift
13563:
13564: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13565: but also in ctor
13566:
13567: 2004-07-26 paf
13568:
1.211 moko 13569: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13570: src/main/pa_common.C, src/main/pa_request.C,
13571: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13572: src/types/types.vcproj: new: $response:body/download[
13573: $.file[name on disk] $.name[of file for user]
13574: $.mdate[date of last-modified. default from directory] ]
13575:
13576: * src/classes/file.C: moving file:send somewhere else..
13577:
13578: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13579: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13580: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13581: $response:download[ $.filename[filename] $.option[] ,, ]
13582:
13583: * src/classes/file.C: beauty: invalid mode thoroughly reported
13584:
13585: 2004-07-21 paf
13586:
13587: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13588: to several lines
13589:
13590: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13591:
13592: note: ms outlook[!express] shows only first 255 characters of
13593: subject
13594:
13595: 2004-07-15 paf
13596:
13597: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13598: off]
13599:
13600: 2004-07-14 paf
13601:
13602: * src/classes/table.C: bugfix: $.bind values now got untainted
13603: according to lang [were: as-is]
13604:
13605: 2004-07-07 paf
13606:
13607: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13608: checked that
13609:
13610: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13611: now untainted according to their languages. were: as-is.
13612: EVERYWHERE
13613:
13614: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13615: environment string now untainted according to their languages.
13616: were: as-is. EVERYWHERE
13617:
13618: * src/main/pa_exec.C: bufix: on unix environment string now
13619: untainted according to their languages. were: as-is. on win32:
13620: ok
13621:
13622: * parser3.vssscc: ...would not go unnoticed
13623:
13624: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13625: fails. in case on input appears nonutf, those bytes will be
13626: printed in %HH form. that can be easily decoded/recovered.
13627:
13628: this form is quite noticable, and hopefully would not go noticed
13629:
13630: 2004-07-06 paf
13631:
13632: * src/main/pa_exec.C: bufix: on unix environment string now
13633: untainted according to their languages. were: as-is. on win32:
13634: ok
13635:
13636: 2004-07-01 paf
13637:
13638: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13639: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13640: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13641: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13642: main/main.vcproj, targets/cgi/parser3.vcproj,
13643: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13644: option: global optimization ON
13645:
13646: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13647: to do xdoc::create{invalid chars} standard disables chars less
13648: then \x20, except tab, cr, lf.
13649:
13650: changed tainting so that those become '!'
13651:
13652: 2004-06-25 paf
13653:
13654: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13655: int on odd address [prev bugfix failed due to superwize
13656: optimizer, which turned memcpy into same 'ld' asm command]
13657:
13658: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13659: int on odd address
13660:
13661: 2004-06-22 paf
13662:
13663: * src/sql/pa_sql_driver.h: note: about possible optimization
13664:
1.211 moko 13665: * operators.ru.txt, operators.txt, src/classes/hash.C,
13666: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13667: src/classes/void.C, src/include/pa_config_includes.h: new:
13668: ^void:sql{call paf(:a)}[ $.bind[
13669: $.a[2] ] ] output variables work. todo:
13670: check in out variables
1.95 moko 13671:
13672: 2004-06-18 paf
13673:
13674: * src/: classes/file.C, classes/hash.C, classes/string.C,
13675: classes/table.C, classes/void.C, include/pa_globals.h,
13676: include/pa_sql_connection.h, main/compile.tab.C,
13677: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13678: $.bind[ $.a[2] ]
13679: ] input variables work. todo:output
13680:
13681: * src/targets/cgi/parser3.C: bugfix: iis specific
13682: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13683: /_bug.html?404;http://hpsv/test/
13684: --------------------------------------------------------------------------------
13685: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13686: --------------------------------------------------------------------------------
13687: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13688:
13689: 2004-06-16 paf
13690:
13691: * src/targets/cgi/parser3.C: new: iis specific
13692: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13693: $request:query
13694: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13695: $form:fields IIS-STATUS="404"
13696: IIS-DOCUMENT="http://server/_bug.html" f="v"
13697:
13698: todo: isapi too
13699:
13700: 2004-05-26 paf
13701:
13702: * src/include/pa_version.h: 3.1.3
13703:
1.211 moko 13704: * operators.ru.txt, operators.txt: beauty: removed outdated level
13705: 'table'
1.95 moko 13706:
13707: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13708:
13709: * src/main/pa_string.C: beauty: removed 3 warnings
13710:
13711: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13712: classes/op.C: beauty: removed outdated level 'table'
13713:
13714: 2004-05-25 paf
13715:
13716: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13717: implementation. mistery: how anything worked
13718:
13719: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13720: changed, it is now safe to use url if pointers to it are stored
13721: to gc mem
13722:
13723: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13724: unknown errors reported and not cause SIGSEGV now
13725:
13726: 2004-05-24 paf
13727:
13728: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13729: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13730: less memory: CORD_chars_block originally intended to ... it was
13731: good that CORD_chars_block were not used: it consumes more memory
13732: [and, might be slow too] undoing that. [and removed that func so
13733: that it would not confuse parser developer in future]
13734:
13735: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13736: less memory: CORD_chars_block originally intended to
13737: speedup/reduce mem usage were forgotten, and were used stupid
13738: CORD_chars
13739:
13740: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13741:
13742: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13743: BIGENDIAN processors space-conserving mech failed, causing
13744: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13745: (1|2|3));
13746:
13747: 2004-05-14 paf
13748:
13749: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13750: bugfix: void now has vfile value, and $response:body[] works OK
13751:
13752: 2004-05-12 paf
13753:
13754: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13755: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13756: sources to use is_defined() {return as_bool();} along VBool
13757:
13758: 2004-05-11 paf
13759:
13760: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13761: referencing to local objects
13762:
13763: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13764: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13765: left intact
13766:
13767: 2004-04-15 paf
13768:
13769: * src/classes/date.C: merged: beauty: unused var removed
13770:
13771: * src/classes/date.C: beauty: unused var removed
13772:
13773: * src/include/: pa_exec.h: bugfix: interface without pointer
13774: provoked bug
13775:
13776: 2004-04-09 paf
13777:
13778: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13779:
13780: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13781:
13782: 2004-04-08 paf
13783:
13784: * src/classes/date.C: new: ^date::create[y-m-d
13785: h-M-s>>.milliseconds<<] now allowed, ignored so far
13786:
13787: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13788:
13789: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13790: to consult default catalog [usually, that file belongs to other
13791: user/group]
13792:
13793: 2004-04-06 paf
13794:
13795: * src/main/pa_common.C: beauty: gcc warning removed
13796:
13797: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13798: accept that trick, trying other
13799:
13800: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13801: explicit result problem
13802:
13803: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13804: explicit result problem
13805:
13806: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13807: explicit result problem
13808:
1.211 moko 13809: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13810: ^string.append[string]
1.95 moko 13811:
13812: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13813: main/execute.C: attempt_check_call_in_explicit_result_mode:
13814: failed
13815:
13816: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13817: http://i.p.a.ddress gethostbyaddr added [on some platforms
13818: gethostbyname failed with such 'domains'] now checked properly,
13819: were: needless reverse/forward dns lookup
13820:
13821: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13822: http://i.p.a.ddress gethostbyaddr added [on some platforms
13823: gethostbyname failed with such 'domains'] now checked properly,
13824: were: needless reverse/forward dns lookup
13825:
13826: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13827: @method[][result] means "no string output here" moved to lexical
13828: level [on grammar level it were too difficult]
13829:
1.211 moko 13830: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13831: src/main/compile.tab.C, src/main/compile.y,
13832: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13833: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13834: string output here", implemented part of that idea: compiler
13835: throws away string literal generation code. and barks
13836: nonwhitespace chars
1.95 moko 13837:
1.211 moko 13838: * operators.ru.txt, operators.txt: truth: removed comment about
13839: $ORIGIN
1.95 moko 13840:
13841: 2004-04-05 paf
13842:
13843: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13844: src/include/pa_version.h, src/main/pa_common.C,
13845: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13846:
13847: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13848: Konstantin Tomashevitch [mailto:konst@design.ru]
13849:
13850: * src/doc/html2chm.cmd: beauty: no need in bg here
13851:
13852: * src/doc/sources2html.cmd: beauty: same window, in bg it
13853: interfered with FAR console
13854:
13855: * configure, configure.in: 3.1.3
13856:
13857: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13858:
13859: * src/main/pa_common.C: removed warning
13860:
13861: * src/include/pa_version.h: 3.1.3
13862:
13863: 2004-04-02 paf
13864:
13865: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13866:
13867: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13868: allows to specify where to put parser log file
13869:
13870: 2004-04-01 paf
13871:
13872: * src/classes/table.C: bugfix: bugfix: table::load last line
13873: without tab and enter were ignored
13874:
13875: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13876: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13877: main/pa_socks.C, targets/cgi/parser3.C,
13878: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13879: bugfix: sql connections now are disconnected
13880:
13881: 2004-03-30 paf
13882:
13883: * src/classes/table.C: bugfix: table::load last line without tab
13884: and enter were ignored
13885:
13886: * src/classes/table.C: bufix: if last table lines were commented,
13887: gpfed
13888:
13889: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13890: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13891: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13892: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13893: doc/methoded.dox, doc/object.dox, doc/string.dox,
13894: doc/targets.dox, doc/value.dox, include/pa_version.h,
13895: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13896: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13897: bugfixes from 3.1.2, changed version to 3.1.3beta
13898:
13899: 2004-03-29 paf
13900:
13901: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13902: causes gpf
13903:
13904: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13905: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13906: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13907: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13908: value.dox: translated to english
13909:
13910: 2004-03-25 paf
13911:
13912: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13913: parser3project dependency removed
13914:
13915: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13916: bugfix: refused to compile without xml
13917:
13918: * src/types/pa_vform.C: beauty: removed warning
13919:
13920: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13921: any folder [removed last ;) folder dependency]
13922:
13923: * src/classes/classes.vcproj: bugfix: now all compiles in any
13924: folder [removed last ;) folder dependency]
13925:
13926: * src/include/pa_version.h: release
13927:
13928: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13929:
13930: * src/classes/table.C: beauty: comment& more meaningful error
13931: message
13932:
13933: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13934: $.hash[$.column_value1(true) ... ] [were producing some strang
13935: thing]
13936:
13937: 2004-03-23 paf
13938:
13939: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13940: and http status line parsing checked number of columns in table
13941: [user reported an assert]
13942:
1.211 moko 13943: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 13944:
13945: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13946: bugfix: junction reattach now actually reattaches a junction to
13947: new wcontext [were only assigning it to junction, which caused
13948: junction tracking to loose junction, and it's context were not
13949: killed, and it tried to process in invalid context, gpf]
13950:
13951: * src/targets/cgi/parser3.C: debug helper added
13952:
13953: 2004-03-19 paf
13954:
13955: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13956: "type(type)" in braces
13957:
13958: 2004-03-10 paf
13959:
1.211 moko 13960: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
13961: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
13962: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
13963: src/types/pa_vxnode.h: new: refined solution to
13964: search-in-namespaces problem:
1.95 moko 13965: $xdoc.search-namespaces.x[http://pif.design.ru/]
13966: $nodes[^xdoc.select[//x:second]]
13967:
1.211 moko 13968: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
13969: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
13970: search for info in namespaces
1.95 moko 13971:
13972: $nodes[^xdoc.select[//x:second][
13973: $.x[http://pif.design.ru/] ]]
13974:
13975: 2004-03-09 paf
13976:
1.211 moko 13977: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 13978: ^file::load[...][options] $.form[
13979: !$.field1[string]
13980: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13981: ] !$.body[string]
13982:
13983: GET ?here notGET(POST, HEAD, others) in content-type:
13984: application/x-www-form-urlencoded
13985:
13986: todo: upload files ability
13987:
13988: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13989: properly, done
13990:
13991: 2004-03-05 paf
13992:
1.211 moko 13993: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
13994: file::load[;http:// GET/POST $.form[$.fields started, not tested
13995: yet todo:$.field[table] for multiple values
1.95 moko 13996:
1.211 moko 13997: * operators.ru.txt, operators.txt: new: http:// options $.user
13998: $.password basic authorization
1.95 moko 13999:
14000: * src/main/pa_common.C: beauty: link to rtf added
14001:
1.211 moko 14002: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14003: src/main/pa_common.C: new: http:// options $.user $.password
14004: basic authorization
1.95 moko 14005:
14006: * src/main/pa_common.C: beauty: removed needless vars
14007:
1.211 moko 14008: * operators.ru.txt, operators.txt: new: pgsql option [like that
14009: recently added to oracle driver]
14010: ClientCharset=parser-charset << charset in which parser thinks
14011: client works
14012:
14013: * operators.ru.txt, operators.txt: new: odbc option [like that
14014: recently added to oracle driver]
14015: ClientCharset=parser-charset << charset in which parser thinks
14016: client works
1.95 moko 14017:
14018: * src/sql/pa_sql_driver.h: beauty: important warning added
14019:
14020: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14021: char!
14022:
14023: * etc/parser3.charsets/windows-1251.cfg: typo
14024:
14025: 2004-03-04 paf
14026:
14027: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14028: cached, sql transcoding now goes faster
14029:
1.211 moko 14030: * operators.ru.txt, operators.txt: new: mysql option [like that
14031: recently added to oracle driver]
14032: ClientCharset=parser-charset << charset in which parser thinks
14033: client works
1.95 moko 14034:
14035: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14036: typo error
14037:
14038: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14039: chars commented
14040:
14041: 2004-03-03 paf
14042:
14043: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14044: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14045:
14046: 2004-03-02 paf
14047:
1.211 moko 14048: * operators.ru.txt, operators.txt: new[update typo]:
14049: !^void.left(n) nothing !^void.right(n) nothing
14050: !^void.mid(p[;n]) nothing
14051:
14052: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14053: !^void.left(n) nothing !^void.right(n) nothing
14054: !^void.pos(p[;n]) nothing
1.95 moko 14055:
1.211 moko 14056: * operators.ru.txt, operators.txt, src/classes/file.C,
14057: src/include/pa_string.h: new:
1.95 moko 14058: ^file::sql[[name_to_become_$.name]]{} query result must be one
14059: row with columns: first: data second: file name third:
14060: content-type
14061:
1.211 moko 14062: * operators.ru.txt, operators.txt, src/classes/file.C:
14063: ^file.sql-string[] inside ^connect gets properly escaped string,
14064: which can be passed to request now this for mysql only. it's up
14065: to parser sql driver to fix zeros properly
1.95 moko 14066:
14067: * INSTALL: note: added on building apache with this option:
14068: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14069:
14070: 2004-03-01 paf
14071:
14072: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14073: extension memory:compact befor processingrequest
14074:
1.211 moko 14075: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14076: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14077:
1.211 moko 14078: * operators.ru.txt, operators.txt, src/classes/image.C,
14079: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14080: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14081:
14082: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14083: beauty: image -- less checks [were ugly impl]
14084:
14085: * src/classes/string.C: bugfix: ^string.left/right/mid with
14086: negative values now considered bad
14087:
14088: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14089:
14090: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14091: options now have unified defaults [after transform
14092: indent/omit-xml-declaration/standalone 'default' erroreously
14093: meant 'true']
14094:
14095: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14096: added [on some platforms gethostbyname failed with such
14097: 'domains']
14098:
14099: * src/include/pa_config_auto.h.in: no select check, no define
14100:
14101: * src/classes/string.C: feature: ^string.trim both parameters may
14102: be empty-strings, meaning kind=both chars=whitespaces
14103:
14104: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14105: exist
14106:
14107: * src/classes/string.C: check: trim 'chars' must not be empty,
14108: exception if it is
14109:
14110: * src/classes/string.C: changed: ^string.trim [] << both,
14111: whitespaces [start|both|end] << kind, whitespaces
14112: [start|both|end;chars] full
14113:
14114: 2004-02-27 paf
14115:
1.211 moko 14116: * operators.ru.txt, operators.txt, src/classes/string.C,
14117: src/main/pa_string.C: new method:
14118: ^string.trim[start|both|end[;chars]] default 'chars' --
14119: whitespace chars finished
1.95 moko 14120:
1.211 moko 14121: * operators.ru.txt, operators.txt, src/classes/string.C,
14122: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14123: ^string.trim[start|both|end[;chars]] default 'chars' --
14124: whitespace chars started, only start works
14125:
14126: * src/main/compile.C: bugfix: line numbers after
14127: ^process{}[$.line(-10]] can be negative, allowed to print they as
14128: signed
14129:
14130: * src/main/untaint.C: speed: there's no \n chars in output
14131: [normally], so no need to optimize them they could be retrived
14132: from databases, though. but 1. should be replaced 2. if not
14133: optimized, no harm done
14134:
14135: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14136: ^file::exec/cgi could return invalid status & zombie child can
14137: remain for short period until process exists [very bad in
14138: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14139:
14140: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14141: malicious SMTP server to attack as by returning too long status
14142: responses http://i2/tasks/edit/?id=4629448401140924947
14143:
14144: 2004-02-26 paf
14145:
1.211 moko 14146: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14147: has options] which are $.main[to what to rename @main]
1.95 moko 14148: $.file[file, from which (user says) goes that CODE]
14149: $.lineno(line number in that file, where CODE starts. may be
14150: negative)
14151:
1.211 moko 14152: * operators.ru.txt, operators.txt, src/classes/op.C,
14153: src/include/pa_request.h, src/main/compile.C,
14154: src/main/compile_tools.h, src/main/pa_request.C: feature:
14155: ^process...{CODE}[now has options] which are $.main[to
14156: what to rename @main] $.file[file, from which (user says)
14157: goes that CODE] $.lineno(line number in that file, where
14158: CODE starts. may be negative)
14159:
1.95 moko 14160: 2004-02-25 paf
14161:
1.116 moko 14162: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14163: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14164:
14165: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14166: produces hash of column=>1
14167:
14168: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14169: with incomplete errno constants set
14170:
14171: 2004-02-24 paf
14172:
14173: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14174: "man select"
14175:
14176: * src/main/pa_os.C: beauty: <0 better then ==-1
14177:
14178: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14179:
14180: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14181:
1.116 moko 14182: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14183:
14184: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14185: unix: steps to work on unix [extracted 'to']
14186:
14187: * src/classes/mail.C: smtp on unix: steps to work on unix
14188:
14189: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14190:
1.116 moko 14191: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14192: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14193: unix [testing on solaris]
1.95 moko 14194:
14195: 2004-02-20 paf
14196:
14197: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14198: pointing that out
14199:
14200: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14201: fixed again [same solution, mistanenly removed one line]
14202:
14203: 2004-02-19 paf
14204:
14205: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14206: date::create from bad datetime in spring daylightsaving hole now
14207: OK for all platforms [on some platforms it failed]
14208:
14209: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14210: in daylightsaving hole] now throws error
14211:
14212: * src/classes/date.C: comment: mistake fixed
14213:
14214: 2004-02-18 paf
14215:
14216: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14217: now renderes in $request:charset, but in header puts
14218: $response:charset todo: make that default only so that coder
14219: could override that
14220:
14221: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14222: turns off omit-xml-declaration
14223:
14224: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14225: /.xsl for sample
14226:
14227: 2004-02-17 paf
14228:
14229: * src/classes/xdoc.C: beauty: needless helper class removed
14230:
14231: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14232: copied extra time
14233:
14234: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14235: part of libxml
14236:
14237: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14238: libxml to do the work] <xsl:output method="html"
14239: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14240: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14241: />
14242:
14243: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14244:
14245: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14246: caused assertion
14247:
14248: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14249: could hang. now such add does nothing, sub clears $hash
14250:
14251: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14252: not made quoted-printable
14253:
14254: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14255: string invariant
14256:
14257: 2004-02-16 paf
14258:
14259: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14260: cleared [were not cleared properly]
14261:
14262: 2004-02-13 paf
14263:
1.116 moko 14264: * src/include/pa_version.h: prerelease
1.95 moko 14265:
14266: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14267: used, introducing dependencies timestamp check
14268:
14269: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14270: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14271: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14272: .xsl.stamp now not used, introducing dependencies timestamp check
14273:
1.150 moko 14274: * configure.in: auto.p: @conf made relative
1.95 moko 14275:
14276: 2004-02-12 paf
14277:
14278: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14279: ruined empty <input type=file> submits. parser thought there were
14280: nameless empty file and $form:field got value of type 'file'
14281:
14282: * INSTALL: --without-threads
14283:
14284: * src/include/pa_sapi.h: 2004
14285:
14286: 2004-02-11 paf
14287:
14288: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14289: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14290: classes/hashfile.C, classes/image.C, classes/int.C,
14291: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14292: classes/response.C, classes/string.C, classes/table.C,
14293: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14294: include/pa_array.h, include/pa_cache_managers.h,
14295: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14296: include/pa_config_fixed.h, include/pa_config_includes.h,
14297: include/pa_dictionary.h, include/pa_dir.h,
14298: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14299: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14300: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14301: include/pa_request_charsets.h, include/pa_request_info.h,
14302: include/pa_socks.h, include/pa_sql_connection.h,
14303: include/pa_sql_driver_manager.h, include/pa_stack.h,
14304: include/pa_string.h, include/pa_stylesheet_connection.h,
14305: include/pa_stylesheet_manager.h, include/pa_table.h,
14306: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14307: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14308: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14309: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14310: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14311: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14312: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14313: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14314: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14315: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14316: main/pa_sql_driver_manager.C, main/pa_string.C,
14317: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14318: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14319: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14320: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14321: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14322: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14323: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14324: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14325: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14326: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14327: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14328: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14329: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14330: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14331: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14332: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14333: types/pa_vresponse.h, types/pa_vstateless_class.C,
14334: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14335: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14336: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14337: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14338: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14339: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14340:
14341: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14342: debug version of gc.dll
14343:
14344: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14345: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14346: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14347: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14348: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14349: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14350: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14351: processes
14352:
14353: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14354: main/pa_globals.C, targets/cgi/parser3.vcproj,
14355: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14356: changes to reflect libxml xsl new folders
14357:
14358: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14359: lib/smtp/smtp.vcproj, main/main.vcproj,
14360: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14361: to reflect libxml xsl new folders
14362:
14363: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14364: lib/smtp/smtp.vcproj, main/main.vcproj,
14365: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14366: types/types.vcproj: started changes to reflect libxml xsl new
14367: folders
14368:
14369: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14370: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14371: src/main/compile.tab.C, src/main/main.vcproj,
14372: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14373: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14374: started changes to reflect libxml xsl new folders
14375:
14376: 2004-02-10 paf
14377:
14378: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14379: compile. recommened latest libxml up to date
14380:
14381: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14382: pattern compilation errors", on which spent 4 hours worktime. use
14383: versions higher than that. recommended now latest up to date
14384:
14385: 2004-02-06 paf
14386:
14387: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14388: beauty: unified destructing style
14389:
14390: * src/main/untaint.C: beauty: removed old def/ifdef
14391:
14392: * src/main/untaint.C: beauty: coredump @unknown untaint language
14393: now
14394:
14395: 2004-02-03 paf
14396:
14397: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14398: targets/isapi/parser3isapi.C, types/pa_value.C,
14399: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14400: then %ld/%lu
14401:
14402: * src/main/pa_common.C: typo: %l -> %u
14403:
14404: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14405: in attributes or documents-results of transform now not xx;
14406:
14407: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14408:
14409: * src/main/pa_charset.C: bugfix: forgot to undo some
14410:
14411: * src/main/pa_charset.C: beauty: uncomment
14412: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14413: libraries
14414:
14415: 2004-02-02 paf
14416:
14417: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14418: $cookie:example[ $.value[value] $.path[/there/] ]
14419:
14420: $cookie:example[ $.value[] $.expires[session]
14421: $.path[/there/] $.domain[test.com] ]
14422:
14423: * src/types/pa_vform.C: bugfix: empty values with
14424: enctype=multipart/form-data now produce entries in $form:tables
14425: <form method=post enctype=multipart/form-data> <input type=hidden
14426: name=a> <input type=hidden name=b>
14427:
14428: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14429: <hr> <pre>$request:body
14430:
14431: 2004-01-30 paf
14432:
14433: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14434: or documents-results of transform now not xx;
14435:
14436: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14437: produce exception.
14438:
14439: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14440: bugfix: ^date::create[invalid fields now produce exception.
14441:
14442: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14443: year] now produces exception. todo: check other fields
14444:
14445: 2004-01-29 paf
14446:
14447: * src/include/pa_memory.h: typo error
14448:
14449: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14450: more byte then specified, then zeroed it << useless and
14451: potentially harmful(could gpf)
14452:
14453: 2004-01-22 paf
14454:
14455: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14456:
14457: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14458: optimization
14459:
14460: * src/main/untaint.C: bugfix: whitespace now optimized properly
14461: [were bug: ^taint[1 & 2]="1 &2"
14462:
14463: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14464: errors
14465:
14466: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14467: overflow
14468:
14469: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14470: error-reporting code * in parser-error reporting code [when no
14471: @unhandled_exception defined]
14472:
14473: fixed in one place: my *snprintf override
14474:
14475: 2004-01-13 paf
14476:
1.211 moko 14477: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14478:
14479: 2003-12-25 paf
14480:
14481: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14482: garbled [pieces after zero bytes were removed]
14483:
14484: 2003-12-22 paf
14485:
1.116 moko 14486: * src/include/Makefile.am: bugfix: removed from dist:
14487: src/include/pa_config_auto.h which were configured for
1.95 moko 14488: make-dist-platform and badly updated proper config file in target
14489: [when .tar used for updating existing source tree]
14490:
1.211 moko 14491: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14492: src/include/pa_sql_connection.h,
14493: src/include/pa_sql_driver_manager.h,
14494: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14495: feature: sql introducing ability to transcode charsets
14496:
14497: 2003-12-19 paf
14498:
14499: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14500: error message
14501:
14502: * src/main/pa_charset.C: bugfix: memory for charsethandler
14503: structure for libxml now allocated properly
14504:
14505: 2003-12-17 paf
14506:
14507: * src/types/pa_vfile.C: beauty: removed outdated cast
14508:
14509: * src/main/pa_common.C: bugfix: empty http response caused gpf
14510:
14511: * src/include/pa_string.h: bugfix: removed too strong a assert
14512:
14513: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14514: unreported xmlGenericErrors]
14515:
14516: 2003-12-15 paf
14517:
14518: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14519: works}
14520:
14521: 2003-12-11 paf
14522:
1.211 moko 14523: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14524: !$status:pid process id
1.95 moko 14525: !$status:tid thread id
14526:
14527: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14528: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14529: bugfix(solaris): removed dependency on object initialization
14530: order [one more place]
14531:
14532: * src/: classes/file.C, classes/mail.C, classes/op.C,
14533: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14534: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14535: understand that
14536:
14537: * src/: classes/file.C, classes/mail.C, classes/op.C,
14538: classes/xdoc.C, include/pa_cache_managers.h,
14539: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14540: include/pa_stylesheet_manager.h, main/pa_request.C,
14541: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14542: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14543: ctor call [relying on implicit String::Body(cstr) call]
14544:
14545: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14546: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14547: object initialization order [two places]
14548:
14549: 2003-12-10 paf
14550:
14551: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14552: << time now ok
14553:
1.211 moko 14554: * operators.ru.txt, operators.txt,
14555: src/main/pa_sql_driver_manager.C,
1.95 moko 14556: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14557: operational
14558:
1.211 moko 14559: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14560: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14561: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14562: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14563: back operational
14564:
14565: 2003-12-02 paf
14566:
14567: * src/types/pa_vmail.C: bugfix:
14568: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14569: as-is forced]
14570:
14571: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14572: exceptions out of libxml callbacks: reimplemented error handling
14573: of http://localhost, parser://method and safemode check callbacks
14574:
14575: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14576: [merged from HEAD]
14577:
14578: * src/classes/image.C: nothing: comment removed
14579:
14580: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14581: addresses to int
14582:
14583: 2003-12-01 paf
14584:
14585: * src/main/pa_xml_io.C: bugfix: typo
14586:
14587: * src/main/pa_globals.C: bugfix: win32: compile prob
14588:
14589: * src/classes/xdoc.C: bugfix: typo
14590:
14591: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14592: exception
14593:
14594: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14595:
14596: 2003-11-28 paf
14597:
14598: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14599: all xml documents read
14600:
14601: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14602:
14603: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14604: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14605: replaced original open mech of xdoc::create & co to use libxml
14606: open, so that this would work for root document todo: safe mode
14607: checks to libxml: ideally to some 1 point
14608:
14609: * src/main/pa_xml_io.C: comment
14610:
1.211 moko 14611: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14612: in http://parser[abscent params]
1.95 moko 14613:
1.211 moko 14614: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14615: src/main/pa_xml_io.C: works. todo: maybe replace original open
14616: mech of xdoc::create & co to use libxml open, so that this would
14617: work for root document
1.95 moko 14618:
14619: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14620: "parser://method/params/here"> <test> &test^; </test> }]
14621:
14622: ^taint[^xdoc.string[]]
14623:
14624: @method[param] <!ENTITY test
14625: "test-entity-value+$form:user+$param!">
14626:
14627: 2003-11-27 paf
14628:
14629: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14630:
14631: * src/classes/date.C: bugfix: typo error
14632:
14633: 2003-11-26 paf
14634:
1.211 moko 14635: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14636: src/include/pa_globals.h, src/main/Makefile.am,
14637: src/main/main.vcproj, src/main/pa_globals.C,
14638: src/main/pa_request.C, src/include/pa_xml_io.h,
14639: src/main/pa_xml_io.C: simplification: xml errors to
14640: hash<thread_id,error> reorganization: xml io moved to
14641: pa_xml_io.C/h
1.95 moko 14642:
14643: * src/types/pa_value.h: warnings: --
14644:
14645: 2003-11-25 paf
14646:
14647: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14648: whatever)
14649:
14650: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14651: a, (c?x:y, z)
14652:
14653: * src/main/untaint.C: bugfix: consequences of not reading this
14654: comment: CORD_pos_chars_left /* Number of characters in cache.
14655: <= 0 ==> none */
14656:
14657: * src/include/pa_array.h: removed needless checks
14658:
14659: 2003-11-24 paf
14660:
14661: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14662: removed limit: now $form:xxx can be accessed anytime, even in
14663: @auto/conf [and request/response:charset still can be changed
14664: anytime]
14665:
14666: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14667: now not transcodes response body
14668:
1.211 moko 14669: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14670: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14671: $tn[^xdoc.createTextNode[text node value]]
14672: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14673: $xdoc.firstChild.firstChild.nodeValue[different]
14674: ^taint[^xdoc.string[]]
14675:
14676: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14677: workaround: static Hash::allocates -> static Hash_allocates
14678:
14679: 2003-11-21 paf
14680:
1.116 moko 14681: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14682: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14683: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14684:
14685: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14686:
14687: * src/classes/mail.C: bugfix: typo
14688:
14689: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14690: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14691: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14692: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14693: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14694: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14695:
14696: * src/main/pa_exec.C: bug in safe mode
14697:
14698: * src/include/Makefile.am: pa_xml_exception.h
14699:
14700: * src/targets/isapi/parser3isapi.C: more warnings --
14701:
14702: 2003-11-20 paf
14703:
14704: * src/: classes/math.C, classes/op.C, classes/string.C,
14705: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14706: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14707: --
14708:
14709: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14710: more warnings --
14711:
14712: * src/classes/xdoc.C: more warnings --
14713:
14714: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14715:
14716: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14717: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14718:
14719: * src/: classes/date.C, classes/file.C, classes/hash.C,
14720: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14721: classes/table.C, include/pa_cache_managers.h,
14722: include/pa_stylesheet_connection.h, main/pa_request.C,
14723: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14724: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14725: --
14726:
14727: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14728: can't report problem (undefined @unhandled_exception) problem
14729: source string were not reported
14730:
14731: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14732: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14733: classes/hashfile.C, classes/image.C, classes/int.C,
14734: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14735: classes/response.C, classes/string.C, classes/table.C,
14736: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14737: include/pa_array.h, include/pa_cache_managers.h,
14738: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14739: include/pa_config_fixed.h, include/pa_dictionary.h,
14740: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14741: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14742: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14743: include/pa_request.h, include/pa_request_charsets.h,
14744: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14745: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14746: include/pa_stack.h, include/pa_string.h,
14747: include/pa_stylesheet_connection.h,
14748: include/pa_stylesheet_manager.h, include/pa_table.h,
14749: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14750: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14751: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14752: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14753: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14754: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14755: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14756: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14757: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14758: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14759: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14760: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14761: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14762: targets/isapi/parser3isapi.C, types/pa_junction.h,
14763: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14764: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14765: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14766: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14767: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14768: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14769: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14770: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14771: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14772: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14773: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14774: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14775: types/pa_vresponse.h, types/pa_vstateless_class.C,
14776: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14777: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14778: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14779: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14780: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14781: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14782: const IDENT
14783:
14784: * src/: include/pa_array.h, include/pa_pool.h,
14785: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14786: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14787: types/pa_wcontext.h: more warnings --
14788:
14789: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14790: classes/file.C, classes/hash.C, classes/hashfile.C,
14791: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14792: classes/memory.C, classes/op.C, classes/string.C,
14793: classes/table.C, classes/xdoc.C, classes/xnode.C,
14794: include/pa_config_includes.h, include/pa_operation.h,
14795: include/pa_sql_connection.h, include/pa_table.h,
14796: include/pa_types.h, lib/ltdl/config_fixed.h,
14797: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14798: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14799: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14800: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14801: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14802: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14803: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14804: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14805: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14806: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14807: types/pa_vmail.C, types/pa_vobject.C,
14808: types/pa_vstateless_class.h, types/pa_vtable.C,
14809: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14810: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14811: on all projects (except libltdl=off & libsdbm=level3) found
14812: several unitialized vars
14813:
14814: 2003-11-19 paf
14815:
14816: * src/classes/op.C: more ansi C++ comp
14817:
1.211 moko 14818: * operators.ru.txt, operators.txt, src/classes/op.C,
14819: src/include/pa_request.h, src/main/pa_request.C:
14820: ^cache[...]{body}{catch block with $exception.handled[cache]
14821: meaning "get expired cache, if any. else error"}
1.95 moko 14822:
14823: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14824: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14825: ^cache[...]{body}{catch code with $exception.cache field}
14826:
14827: 2003-11-12 paf
14828:
14829: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14830: [copy/paste bug]
14831:
14832: 2003-11-11 paf
14833:
14834: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14835: failed]
14836:
14837: 2003-11-10 paf
14838:
14839: * src/types/pa_vconsole.h: flush
14840:
1.211 moko 14841: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14842: src/types/Makefile.am, src/types/types.vcproj,
14843: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14844:
1.211 moko 14845: * operators.ru.txt, operators.txt: mysql: transaction support:
14846: ?autocommit=0
1.95 moko 14847:
1.211 moko 14848: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14849:
14850: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14851: serialize version and exipire now removes entries
14852:
1.211 moko 14853: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14854: altogether [and dir, if could]
1.95 moko 14855:
14856: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14857: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14858: removes files altogether [and dir, if could]
14859:
14860: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14861: nonexistent pair. .c coded that that was error. fixed
14862:
14863: * src/types/pa_vhashfile.C: sdbm: exception type change to
14864: file.access [regretfull can't split it to different exceptions
14865: without modifying sdbm source wich would prefer not to]
14866:
14867: 2003-11-07 paf
14868:
14869: * src/: classes/date.C, classes/file.C, classes/hash.C,
14870: classes/hashfile.C, classes/image.C, classes/table.C,
14871: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14872: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14873: main/execute.C, main/main.vcproj, main/pa_pool.C,
14874: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14875: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14876: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14877: destructing objects at request processing end
14878:
14879: 2003-11-06 paf
14880:
14881: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14882: updates
14883:
14884: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14885: to include sdbm
14886:
1.116 moko 14887: * src/include/: pa_config_includes.h, pa_version.h: our
14888: replacements of max& co only for cpp
1.95 moko 14889:
14890: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14891: upper dir, .am updated
14892:
14893: * tests/todo.txt: hashfile: done
14894:
1.211 moko 14895: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
14896: hashfile: clear & expiration [time in value. todo: move time to
14897: key]
1.95 moko 14898:
14899: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14900:
14901: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14902: to do that in foreach, no errors, but surely wrong]
14903:
1.211 moko 14904: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 14905: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14906:
1.211 moko 14907: * operators.ru.txt, operators.txt, src/classes/hash.C,
14908: src/classes/hashfile.C, src/types/pa_vhashfile.C,
14909: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 14910:
14911: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 14912: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
14913: hashfile: hash
1.95 moko 14914:
1.211 moko 14915: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
14916: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14917: tests/todo.txt: hashfile: delete
1.95 moko 14918:
14919: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14920: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14921: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14922: get/put [raw]
14923:
14924: * src/: classes/op.C, main/pa_os.C: just linked
14925:
14926: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14927: XmlException changes
14928:
14929: * src/: include/pa_charset.h, include/pa_globals.h,
14930: include/pa_stylesheet_connection.h, main/pa_exception.C:
14931: XmlException changes
14932:
14933: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14934:
14935: * src/: include/pa_common.h, include/pa_exception.h,
14936: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14937: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14938: main/pa_xml_exception.C: locking move to pa_os [along with
14939: pa_sleep] apr-impl locking done
14940:
1.211 moko 14941: * configure, configure.in, operators.ru.txt, operators.txt,
14942: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 14943: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14944: src/include/pa_exception.h, src/include/pa_globals.h,
14945: src/include/pa_memory.h, src/include/pa_version.h,
14946: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14947: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14948: src/main/compile.tab.C, src/main/main.vcproj,
14949: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14950: src/types/Makefile.am, src/types/pa_vhash.C,
14951: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14952: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14953: again with sdbm from apache
14954:
14955: 2003-11-05 paf
14956:
14957: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14958: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14959: \parser3project dir anymore
14960:
14961: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14962: thoughtlessly from xalan]
14963:
14964: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14965: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14966: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14967:
14968: * src/main/helpers/CaseFolding.txt:
14969: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14970:
14971: 2003-11-04 paf
14972:
1.211 moko 14973: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 14974:
14975: * src/classes/table.C: compiled on unix
14976:
1.116 moko 14977: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14978:
14979: * src/classes/mail.C: compiled on unix
14980:
1.211 moko 14981: * operators.ru.txt, operators.txt, src/classes/mail.C,
14982: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 14983: $.options[unix: string to append to sendmail command
14984: line]
14985:
1.211 moko 14986: * operators.ru.txt, operators.txt, src/classes/table.C,
14987: src/main/pa_string.C, tests/todo.txt: ^table.save[...
14988: $.separator[^#09] $.encloser["] <nothing> by default
14989:
14990: * operators.ru.txt, operators.txt, src/classes/table.C,
14991: tests/todo.txt: ^table::load !$.separator[^#09]
14992: !$.encloser["] <nothing> by default
1.95 moko 14993:
14994: 2003-11-03 paf
14995:
1.211 moko 14996: * operators.ru.txt, operators.txt, src/classes/table.C,
14997: src/main/pa_common.C: ^table::load[; options:
14998: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 14999:
1.211 moko 15000: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15001: src/types/pa_vrequest.C: $request:document-root
15002:
15003: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15004: [already included into uri=xxx]
15005:
1.211 moko 15006: * operators.ru.txt, operators.txt, src/classes/image.C,
15007: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15008:
15009: * src/classes/date.C: minor precaution
15010:
1.211 moko 15011: * operators.ru.txt, operators.txt, src/classes/date.C:
15012: !^date::unix-timestamp()
1.95 moko 15013: !^date.unix-timestamp[]
15014:
15015: 2003-10-30 paf
15016:
1.211 moko 15017: * operators.ru.txt, operators.txt, src/classes/date.C,
15018: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15019: $date.hour
1.95 moko 15020:
15021: * src/classes/: date.C, image.C: improvement diagnostics:
15022: $now[^date::create[$undefined]] now is error
15023:
15024: * src/main/pa_common.C: read errors would now be reported 'actually
15025: read -1 bytes'
15026:
15027: 2003-10-24 paf
15028:
15029: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15030: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15031: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15032: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15033:
15034: 2003-10-22 paf
15035:
15036: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15037:
15038: 2003-10-21 paf
15039:
1.211 moko 15040: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15041: src/main/pa_string.C: fixed: string.match[g] without <'> option
15042: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15043:
15044: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15045: recoursion' message with intensive throw-catches fixed: incorrect
15046: name and line (one name upper then needed) in error message about
15047: problems inside try block
15048:
15049: 2003-10-10 paf
15050:
15051: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15052: check offset argument for validity did that in String::Body::pos
15053: myself http://i2/tasks/edit/?id=4577425257580789777
15054:
15055: 2003-10-07 paf
15056:
15057: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15058: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15059:
15060: 2003-10-03 paf
15061:
15062: * parser3.sln, src/include/pa_dictionary.h,
15063: src/main/pa_dictionary.C, src/main/pa_string.C,
15064: src/targets/cgi/parser3.vcproj: dictionary optimized by
15065: precalculating cstr&length
15066:
15067: 2003-10-02 paf
15068:
15069: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15070: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15071: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15072: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15073:
15074: 2003-09-30 paf
15075:
15076: * src/main/pa_string.C: string::replace bug fix [were ignoring
15077: occurrances after lang-mismatched
15078:
15079: 2003-09-29 paf
15080:
15081: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15082: helper
15083:
15084: * src/main/pa_string.C: string::serialize bug fix with
15085: zero-terminator
15086:
15087: * src/classes/table.C: ^nameless_table.save column row now has no
15088: \t at the end
15089:
15090: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15091: @postprocess now takes $response:body/download
15092:
15093: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15094: error message
15095:
15096: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15097:
15098: * src/classes/table.C: bugfix: flip: must produce nameless
15099: http://i2/tasks/edit/?id=4573405524674081244
15100:
15101: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15102: main/helpers/simple_folding.pl: utf-8 upper/lower
15103:
15104: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15105: to typo error http://i2/tasks/edit/?id=4573354650786434584
15106:
15107: 2003-09-26 paf
15108:
15109: * src/main/untaint.C: removed needless field
15110:
15111: * src/main/untaint.C: removed needless const
15112:
15113: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15114: String.for_each bug fixed [omited one-char cases]
15115:
15116: * src/include/pa_stack.h: bugfix: before collecting garbage,
15117: runtime-executor stack were cleared... BADLY
15118:
15119: * src/main/pa_string.C: ^stirng.replace code used old
15120: param-convention on langs.append, fixed that search fo the like,
15121: found none
15122:
15123: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15124: string::serialize/deserialize implemented Language enum assigned
15125: meaningful letters [more convinient for debugging. read warning
15126: before adding/changing anything]
15127:
15128: 2003-09-25 paf
15129:
15130: * src/: include/pa_string.h, include/pa_version.h,
15131: main/pa_string.C, main/untaint.C: templates and anonymous unions
15132: differences on unix
15133:
15134: * parser3.sln, src/classes/file.C, src/classes/image.C,
15135: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15136: src/classes/xdoc.C, src/classes/xnode.C,
15137: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15138: src/include/pa_charsets.h, src/include/pa_common.h,
15139: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15140: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15141: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15142: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15143: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15144: src/main/compile_tools.h, src/main/pa_charset.C,
15145: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15146: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15147: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15148: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15149: src/types/pa_vmail.C, src/types/pa_vmath.C,
15150: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15151: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15152:
15153: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15154: functions aligned to that of eeparser3 look
15155:
15156: * src/lib/cord/cordprnt.c: removed warnings
15157:
15158: 2003-09-24 paf
15159:
15160: * src/: classes/file.C, classes/image.C, classes/mail.C,
15161: classes/op.C, classes/xdoc.C, classes/xnode.C,
15162: include/pa_cache_managers.h, include/pa_charset.h,
15163: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15164: include/pa_sql_driver_manager.h, include/pa_string.h,
15165: include/pa_stylesheet_manager.h, include/pa_table.h,
15166: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15167: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15168: main/pa_sql_driver_manager.C, main/pa_string.C,
15169: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15170: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15171: types/pa_vstateless_class.h, types/pa_vstatus.C,
15172: types/pa_vxnode.C: v() functions of String::Body,
15173: String::Languages and String itself StringBody->String::Body
15174:
15175: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15176: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15177: never optimized anything. todo: somehow speed up harder cases:
15178: concatenationA+concatenationB when last block of A and first of B
15179: contain same letters
15180:
15181: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15182: lib/cord/include/cord.h: langs: speed up by joining adjucent
15183: blocks of same char [CORD_append_block]
15184:
15185: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15186: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15187: save space by extending blocks when appending block with c ==
15188: lastblock.c
15189:
15190: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15191: working yet :( but more working &understood :)
15192:
15193: * src/: classes/table.C, include/pa_string.h,
15194: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15195:
15196: 2003-09-23 paf
15197:
15198: * src/main/untaint.C: $a[ok!] $a works!
15199:
15200: * src/main/untaint.C: something even more works :)
15201:
15202: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15203: something more works :)
15204:
15205: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15206: lib/cord/cordxtra.c: something already works :)
15207:
15208: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15209: serialize&deserialize
15210:
15211: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15212: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15213: main/untaint.C: main idea implemented, details left
15214:
15215: 2003-09-22 paf
15216:
15217: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15218:
15219: * src/classes/xnode.C: copy/paste comment bugfix
15220:
15221: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15222: allocator returns 0, just die.
15223: http://i2/tasks/edit/?id=4570798492410259445
15224:
15225: * src/classes/xdoc.C: copy/paste comment bugfix
15226:
15227: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15228: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15229: xnode: getAttributeNS setAttributeNS removeAttributeNS
15230: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15231:
15232: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15233: chars due to bitwise operation signed-char error]
15234:
15235: 2003-09-19 paf
15236:
15237: * src/types/pa_wcontext.C: output message: more practical
15238: suggestion
15239:
1.211 moko 15240: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15241: $f[^file::load[binary;http://...]] $f.tables
15242:
15243: 2003-09-02 paf
15244:
15245: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15246: flush stdout without referencing 'stdout' symbol. to hell with
15247: non-ansi libraries without 'stdout' symbol
15248:
15249: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15250: unix (users reported problems with some old libc)
15251:
15252: * src/types/pa_vdate.h: forgot initializer
15253:
15254: 2003-09-01 paf
15255:
15256: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15257: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15258: zone]
15259:
15260: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15261:
15262: 2003-08-19 paf
15263:
15264: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15265: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15266: simplified a little
15267:
15268: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15269: [lost fix from 3.0.8]
15270:
15271: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15272: visible here }
15273:
15274: bug fix
15275:
15276: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15277:
15278: * src/main/compile.tab.C: initialized couple of variables about
15279: which user reported runtime problems when parser were compiled
15280: with VC7, warning level4. study shows that later in bison
15281: they've fixed that. would migrate to latest bison someday
15282:
15283: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15284: recoding headers)
15285:
15286: * src/types/pa_vmail.C: works as before, same charset problems:
15287: gmime recodes to UTF-8 only headers, not body. so not recoding
15288: anything for now
15289:
15290: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15291: problems with body
15292:
15293: * src/types/pa_vmail.C: mail_receive just compiled
15294:
15295: 2003-08-18 paf
15296:
15297: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15298: main/main.vcproj, types/types.vcproj: win32: continued process
15299: detaching from \parser3project directory
15300:
15301: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15302: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15303: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15304: src/lib/pcre/pcre_dftables.dsp,
15305: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15306: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15307: src/types/types.dsp: moved to MSVC 7
15308:
15309: * gnu.vcproj.vspscc, parser3.vssscc,
15310: src/classes/classes.vcproj.vspscc,
15311: src/lib/cord/cord.vcproj.vspscc,
15312: src/lib/ltdl/libltdl.vcproj.vspscc,
15313: src/lib/md5/md5.vcproj.vspscc,
15314: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15315: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15316: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15317: src/targets/isapi/parser3isapi.vcproj.vspscc,
15318: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15319: moved to MSVC 7
15320:
15321: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15322: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15323: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15324: src/lib/pcre/pcre_dftables.vcproj,
15325: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15326: src/targets/cgi/parser3.vcproj,
15327: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15328: new VS project files
15329:
15330: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15331: .NET to detect Jalindi Igloo capabilities.
15332:
15333: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15334: src/classes/classes.awk, src/doc/footer.htm,
15335: src/include/pa_config_fixed.h, src/include/pa_version.h,
15336: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15337: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15338: src/types/pa_vmail.C: merged 3.1.0 latest changes
15339:
15340: 2003-08-15 paf
15341:
15342: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15343: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15344:
15345: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15346: non-ascii <yyy> now encoded correctly
15347:
15348: 2003-07-29 paf
15349:
1.116 moko 15350: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15351: dist
1.95 moko 15352:
15353: * src/types/pa_vmail.C: just started --with-mail-receive
15354:
15355: 2003-07-28 paf
15356:
1.116 moko 15357: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15358: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15359:
15360: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15361:
15362: 2003-07-25 paf
15363:
15364: * src/doc/footer.htm: year
15365:
15366: 2003-07-24 paf
15367:
15368: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15369: fix
15370:
15371: * src/include/pa_version.h: release
15372:
1.116 moko 15373: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15374:
15375: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15376: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15377: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15378: getting rid of win32xml pseudo project
15379:
15380: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15381:
1.116 moko 15382: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15383: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15384: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15385: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15386: src/classes/classes.C, src/classes/classes.awk,
15387: src/classes/classes.dsp, src/classes/classes.h,
15388: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15389: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15390: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15391: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15392: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15393: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15394: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15395: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15396: src/include/pa_array.h, src/include/pa_cache_managers.h,
15397: src/include/pa_charset.h, src/include/pa_charsets.h,
15398: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15399: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15400: src/include/pa_dictionary.h, src/include/pa_dir.h,
15401: src/include/pa_exception.h, src/include/pa_exec.h,
15402: src/include/pa_globals.h, src/include/pa_hash.h,
15403: src/include/pa_memory.h, src/include/pa_opcode.h,
15404: src/include/pa_operation.h, src/include/pa_pool.h,
15405: src/include/pa_pragma_pack_begin.h,
1.95 moko 15406: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15407: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15408: src/include/pa_sapi.h, src/include/pa_socks.h,
15409: src/include/pa_sql_connection.h,
15410: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15411: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15412: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15413: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15414: src/include/pa_uue.h, src/lib/Makefile.am,
15415: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15416: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15417: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15418: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15419: src/lib/cord/include/ec.h,
15420: src/lib/cord/include/private/Makefile.am,
15421: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15422: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15423: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15424: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15425: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15426: src/main/compile_tools.C, src/main/compile_tools.h,
15427: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15428: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15429: src/main/pa_charsets.C, src/main/pa_common.C,
15430: src/main/pa_dictionary.C, src/main/pa_dir.C,
15431: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15432: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15433: src/main/pa_request.C, src/main/pa_socks.C,
15434: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15435: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15436: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15437: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15438: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15439: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15440: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15441: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15442: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15443: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15444: src/targets/isapi/parser3isapi.dsp,
15445: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15446: src/types/pa_junction.h, src/types/pa_method.h,
15447: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15448: src/types/pa_vclass.C, src/types/pa_vclass.h,
15449: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15450: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15451: src/types/pa_vdouble.h, src/types/pa_venv.h,
15452: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15453: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15454: src/types/pa_vimage.C, src/types/pa_vimage.h,
15455: src/types/pa_vint.h, src/types/pa_vjunction.h,
15456: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15457: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15458: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15459: src/types/pa_vobject.C, src/types/pa_vobject.h,
15460: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15461: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15462: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15463: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15464: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15465: src/types/pa_vstring.h, src/types/pa_vtable.C,
15466: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15467: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15468: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15469: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15470: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15471: HEAD
15472:
15473: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15474: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15475: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15476: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15477: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15478: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15479: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15480: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15481: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15482: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15483: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15484: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15485: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15486: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15487: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15488: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15489: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15490: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15491: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15492: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15493: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15494: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15495: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15496: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15497: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15498: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15499: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15500: outputs/create-dir, results/001.processed, results/002.processed,
15501: results/003.processed, results/004.processed,
15502: results/005.processed, results/006.processed,
15503: results/007.processed, results/008.processed,
15504: results/009.processed, results/010.processed,
15505: results/011.processed, results/012.processed,
15506: results/013.processed, results/014.processed,
15507: results/015.processed, results/016.processed,
15508: results/017.processed, results/018.processed,
15509: results/019.processed, results/020.processed,
15510: results/021.processed, results/022.processed,
15511: results/023.processed, results/024.processed,
15512: results/025.processed, results/026.processed,
15513: results/027.processed, results/028.processed,
15514: results/029.processed, results/030.processed,
15515: results/031.processed, results/032.processed,
15516: results/033.processed, results/034.processed,
15517: results/035.processed, results/036.processed,
15518: results/037.processed, results/038.processed,
15519: results/039.processed, results/040.processed,
15520: results/041.processed, results/042.processed,
15521: results/043.processed, results/044.processed,
15522: results/045.processed, results/046.processed,
15523: results/047.processed, results/048.processed,
15524: results/049.processed, results/050.processed,
15525: results/051.processed, results/052.processed,
15526: results/053.processed, results/054.processed,
15527: results/055.processed, results/056.processed,
15528: results/057.processed, results/058.processed,
15529: results/059.processed, results/060.processed,
15530: results/061.processed, results/062.processed,
15531: results/063.processed, results/064.processed,
15532: results/065.processed, results/066.processed,
15533: results/067.processed, results/068.processed,
15534: results/069.processed, results/070.processed,
15535: results/071.processed, results/072.processed,
15536: results/073.processed, results/074.processed,
15537: results/075.processed, results/076.processed,
15538: results/077.processed, results/078.processed,
15539: results/079.processed, results/080.processed,
15540: results/081.processed, results/082.processed,
15541: results/083.processed, results/084.processed,
15542: results/085.processed, results/086.processed,
15543: results/087.processed, results/088.processed,
15544: results/089.processed, results/090.processed,
15545: results/091.processed, results/092.processed,
15546: results/093.processed, results/094.processed,
15547: results/095.processed, results/096.processed,
15548: results/097.processed, results/098.processed,
15549: results/099.processed, results/100.processed,
15550: results/101.processed, results/102.processed,
15551: results/103.processed, results/104.processed,
15552: results/105.processed, results/106.processed,
15553: results/107.processed, results/108.processed,
15554: results/109.processed, results/110.processed,
15555: results/111.processed, results/112.processed,
15556: results/113.processed, results/114.processed,
15557: results/115.processed, results/116.processed,
15558: results/117.processed, results/118.processed,
15559: results/119.processed, results/120.processed,
15560: results/121.processed, results/122.processed,
15561: results/123.processed, results/124.processed,
15562: results/125.processed, results/126.processed,
15563: results/127.processed, results/128.processed,
15564: results/129.processed, results/130.processed,
15565: results/131.processed, results/132.processed,
15566: results/133.processed, results/134.processed,
15567: results/135.processed, results/136.processed,
15568: results/137.processed, results/138.processed,
15569: results/139.processed, results/140.processed,
15570: results/141.processed: merged(copied) to HEAD from template_gc
15571:
15572: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15573: towards \parser3project not having to be in root
15574:
15575: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15576: module compiled [were minor unnecessary changes in lib/md5
15577: interface]
15578:
15579: * src/include/pa_version.h: release
15580:
15581: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15582:
15583: * src/classes/math.C: merged uuid bugfix
15584:
15585: * tests/: 141.html, results/141.processed: fixed bug with
15586: too-small-a-buffer
15587:
15588: * src/classes/math.C: uuid bugfix
15589:
15590: * tests/: 141.html, Makefile, results/005.processed,
15591: results/030.processed, results/075.processed,
15592: results/078.processed: to reflect date format change (were -
15593: become ' ')
15594:
15595: * src/classes/math.C: uuid bugfix
15596:
15597: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15598: debug/release changes
15599:
15600: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15601:
15602: 2003-07-23 paf
15603:
15604: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15605: renamed a little [to move to comman naming conv]
15606:
1.116 moko 15607: * src/targets/Makefile.am: apache13 splitted to simplify apache
15608: build
1.95 moko 15609:
15610: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15611: main/pa_request.C, main/pa_sql_driver_manager.C,
15612: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15613: stack top_index() fixed
15614:
15615: * src/main/pa_globals.C: minor style changes
15616:
15617: * src/: classes/op.C, include/pa_sql_connection.h: connection
15618: closing/caching fixed [connections were not closed/put to cache]
15619:
15620: 2003-07-22 paf
15621:
15622: * INSTALL: gc part updated stightly
15623:
15624: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15625: new sapi interface
15626:
15627: * src/classes/file.C: comment on OS
15628:
15629: * src/main/pa_string.C: removed reduntant invariant check [there is
15630: one deeper in cord lib]
15631:
15632: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15633:
15634: * src/main/pa_memory.C: out of memory is no longer coredump
15635:
15636: * INSTALL: disable-threads adviced
15637:
15638: 2003-07-21 paf
15639:
1.116 moko 15640: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15641:
15642: * src/classes/file.C: file::exec/cgi environment variables now must
15643: be UPPERCASE and A-Z 0-9 _-
15644:
15645: * src/classes/file.C: env passing fixed
15646:
15647: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15648:
15649: * src/main/pa_common.C: http:// CRLF now
15650:
15651: 2003-07-02 paf
15652:
1.211 moko 15653: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15654: $memory:status fields to reflect their real meaning
1.95 moko 15655:
15656: 2003-06-27 paf
15657:
15658: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15659: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15660: file::exec/cgi .charset
15661:
15662: 2003-06-26 paf
15663:
15664: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15665: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15666: src/classes/table.C: fixed several uninitialized local
15667: structures. notably ^hash.foreach now inserts delimiters
15668: properly [were inserting it before first body]
15669:
15670: 2003-06-24 paf
15671:
15672: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15673:
15674: 2003-06-20 paf
15675:
1.211 moko 15676: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15677: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15678: $f[^file::load[binary;http://...]] $f.tables
15679:
15680: 2003-06-06 paf
15681:
15682: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15683: table. [were method lookup: inconsistent]
15684:
15685: 2003-06-02 paf
15686:
15687: * src/include/pa_memory.h: empty string clone fixed to return
15688: writable memory
15689:
15690: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15691: were not appended] which violated string invariant
15692:
15693: 2003-05-30 paf
15694:
15695: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15696: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15697:
15698: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15699: GMT ; RFC 822, updated by RFC 1123
15700:
15701: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15702: targets/isapi/parser3isapi.C: initialized request_info properly
15703:
15704: * src/classes/xnode.C: found minor bug, commended for future
15705:
15706: 2003-05-28 paf
15707:
15708: * src/classes/form.C: request_info.content_length can't be <0,
15709: size_t for some time
15710:
15711: 2003-05-26 paf
15712:
15713: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15714: forgotten <0 changed to !=STRING_NOT_FOUND
15715:
15716: * src/classes/math.C: merged ffffu from HEAD
15717:
15718: 2003-05-11 paf
15719:
15720: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15721:
15722: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15723: premature doc free. transformed document had xmlDoc reference
15724: stored to non-gc-memory (libgdome) added holding-reference
15725:
15726: 2003-04-29 paf
15727:
15728: * src/main/pa_globals.C: started digging on double free. on win32
15729: found that that's perfectly normal.
15730:
15731: 2003-04-25 paf
15732:
15733: * src/classes/table.C: table.join bug fix [bad limit check]
15734:
15735: * src/classes/math.C: merged from HEAD: simpiler hash_string
15736:
15737: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15738: print anything. changed to quicker and simplier code
15739:
15740: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15741: strict a check]
15742:
15743: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15744:
15745: 2003-04-24 paf
15746:
15747: * src/include/pa_table.h: too strict assert loosened
15748:
15749: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15750: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15751: report
15752:
15753: 2003-04-21 paf
15754:
1.116 moko 15755: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15756:
15757: * src/main/pa_globals.C: pcre memory management changed to use GC
15758: memory
15759:
15760: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15761: xmlMallocAtomic [author agreed to my suggestion], used that
15762:
15763: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15764:
15765: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15766: types/pa_vmail.C: attributed_meaning_to_string added
15767: L_UNSPECIFIED piece which was sortof OK, but violated string
15768: invariant [assertion barked on that] changed to L_PASS_APPEND,
15769: made that param obligatory
15770:
15771: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15772: fixed [assert helped]
15773:
15774: * src/include/pa_string.h: assert added [looking for bug]
15775:
15776: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15777: names on Win32 considered disk-global
15778:
15779: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15780: considered disk-global
15781:
15782: 2003-04-18 paf
15783:
15784: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15785: filenames
15786:
15787: * src/main/untaint.C: enabled '~' letter in filenames
15788:
15789: 2003-04-16 paf
15790:
15791: * src/classes/file.C: small bug introduced in autoptr times fixed
15792:
15793: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15794: HEAD
15795:
1.116 moko 15796: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15797:
15798: 2003-04-15 paf
15799:
1.211 moko 15800: * operators.ru.txt, operators.txt, src/classes/math.C,
15801: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15802: tests/results/141.processed: merged from head ^math:uuid[]
15803: ^math:uid64[] ^math:md5[string]
15804:
15805: test added: 141.html
15806:
1.211 moko 15807: * operators.ru.txt, operators.txt, src/classes/math.C:
15808: ^math:uid64[]
1.95 moko 15809:
15810: * src/classes/math.C: ^math:uuid[]
15811:
1.211 moko 15812: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15813:
1.211 moko 15814: * operators.ru.txt, operators.txt, src/classes/math.C,
15815: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15816: 16-byte digest
15817:
15818: * operators.ru.txt, operators.txt, src/classes/file.C,
15819: src/include/pa_common.h, src/include/pa_config_fixed.h,
15820: src/main/pa_common.C: ^file::load[mode;name; $.offset
15821: $.limit
1.95 moko 15822:
15823: 2003-04-14 paf
15824:
15825: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15826: started ^math:md5
15827:
15828: * src/classes/table.C, src/include/pa_array.h,
15829: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15830: tests/results/140.processed: table $.reverse option works in
15831: create&co table $.distinct[tables] bug fix merged
15832:
15833: * src/: classes/table.C, include/pa_table.h: table
15834: $.distinct[tables] bug fixed
15835:
15836: * src/classes/table.C: more warnings
15837:
15838: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15839: removed checks in table::set_current, moved them back to
15840: table::locate implemented table::create/join ñ $.reverse
15841:
15842: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15843: removed checks in table::set_current, moved them back to
15844: table::locate
15845:
15846: 2003-04-11 paf
15847:
1.211 moko 15848: * operators.ru.txt, operators.txt, src/classes/date.C,
15849: src/classes/table.C, src/include/pa_array.h,
15850: src/include/pa_common.h, src/include/pa_config_includes.h,
15851: src/include/pa_string.h, src/include/pa_table.h,
15852: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15853: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15854: before_append_array_limit_sense_change to
15855: after_append_array_limit_sense_change
15856:
15857: * src/classes/table.C: typo
15858:
1.211 moko 15859: * operators.ru.txt, operators.txt, src/classes/date.C,
15860: src/classes/table.C, src/include/pa_array.h,
15861: src/include/pa_common.h, src/include/pa_config_includes.h,
15862: src/include/pa_globals.h, src/include/pa_table.h,
15863: src/main/pa_array.C, src/main/pa_globals.C,
15864: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15865: src/main/pa_string.C, src/main/pa_table.C:
15866: append_array_limit_sense_change locate accepts options same as
15867: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15868:
15869: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15870: (stat xxx,
15871:
15872: * src/classes/: table.C: typo
15873:
15874: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15875: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15876: results/130.processed, results/131.processed,
15877: results/132.processed, results/133.processed,
15878: results/134.processed, results/135.processed,
15879: results/136.processed, results/137.processed,
15880: results/138.processed, results/139.processed: added few mustfail
15881: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15882: date/time 132.html mustfail: access to junction outside of
15883: context 133.html mustfail: access to junction outside of context,
15884: case version 134.html mustfail: hash: adding a key inside of
15885: foreach 135.html mustfail: modifying system class 136.html
15886: mustfail: $.name outside of $hash[here] 137.html mustfail:
15887: appendChild without import 138.html mustfail: invalid encoding
15888: inside of xml 139.html mustfail: bad XPath
15889:
1.211 moko 15890: * operators.ru.txt, operators.txt, src/classes/table.C,
15891: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
15892: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15893: tests/results/126.processed, tests/results/127.processed,
15894: tests/results/128.processed, tests/results/129.processed: merged
15895: from HEAD ^table.hash[key][$.distinct[tables]]
15896:
15897: maked appropriate tests [changed one old nonconforming]
15898:
1.211 moko 15899: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 15900: ^table.hash[key][$.distinct[tables]]
15901:
15902: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15903: merged fix for found very old xml (dom) bug: were passing
15904: domString objects and later ERROREOUSLY freed them
15905:
15906: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15907: src/main/pa_charset.C: re-added libgdome patch. regretfully
15908: libgdome bug can not be worked around
15909:
15910: 2003-04-10 paf
15911:
15912: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15913: found very old xml (dom) bug: were passing domString objects and
15914: later ERROREOUSLY freed them
15915:
15916: * src/doc/string.dox, src/include/pa_memory.h,
15917: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15918: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15919: tests/123.html, tests/124.html, tests/results/001.processed,
15920: tests/results/002.processed, tests/results/003.processed,
15921: tests/results/004.processed, tests/results/005.processed,
15922: tests/results/006.processed, tests/results/008.processed,
15923: tests/results/009.processed, tests/results/010.processed,
15924: tests/results/011.processed, tests/results/012.processed,
15925: tests/results/013.processed, tests/results/014.processed,
15926: tests/results/015.processed, tests/results/016.processed,
15927: tests/results/017.processed, tests/results/018.processed,
15928: tests/results/020.processed, tests/results/021.processed,
15929: tests/results/022.processed, tests/results/023.processed,
15930: tests/results/024.processed, tests/results/025.processed,
15931: tests/results/026.processed, tests/results/027.processed,
15932: tests/results/028.processed, tests/results/029.processed,
15933: tests/results/030.processed, tests/results/031.processed,
15934: tests/results/032.processed, tests/results/033.processed,
15935: tests/results/034.processed, tests/results/035.processed,
15936: tests/results/036.processed, tests/results/037.processed,
15937: tests/results/038.processed, tests/results/039.processed,
15938: tests/results/040.processed, tests/results/041.processed,
15939: tests/results/042.processed, tests/results/043.processed,
15940: tests/results/044.processed, tests/results/045.processed,
15941: tests/results/046.processed, tests/results/047.processed,
15942: tests/results/048.processed, tests/results/049.processed,
15943: tests/results/050.processed, tests/results/051.processed,
15944: tests/results/052.processed, tests/results/053.processed,
15945: tests/results/054.processed, tests/results/055.processed,
15946: tests/results/056.processed, tests/results/057.processed,
15947: tests/results/058.processed, tests/results/059.processed,
15948: tests/results/060.processed, tests/results/061.processed,
15949: tests/results/062.processed, tests/results/063.processed,
15950: tests/results/064.processed, tests/results/065.processed,
15951: tests/results/066.processed, tests/results/067.processed,
15952: tests/results/068.processed, tests/results/069.processed,
15953: tests/results/070.processed, tests/results/071.processed,
15954: tests/results/072.processed, tests/results/073.processed,
15955: tests/results/074.processed, tests/results/075.processed,
15956: tests/results/076.processed, tests/results/077.processed,
15957: tests/results/078.processed, tests/results/079.processed,
15958: tests/results/080.processed, tests/results/081.processed,
15959: tests/results/082.processed, tests/results/083.processed,
15960: tests/results/084.processed, tests/results/085.processed,
15961: tests/results/086.processed, tests/results/087.processed,
15962: tests/results/088.processed, tests/results/089.processed,
15963: tests/results/090.processed, tests/results/091.processed,
15964: tests/results/092.processed, tests/results/093.processed,
15965: tests/results/094.processed, tests/results/095.processed,
15966: tests/results/096.processed, tests/results/097.processed,
15967: tests/results/101.processed, tests/results/102.processed,
15968: tests/results/104.processed, tests/results/105.processed,
15969: tests/results/106.processed, tests/results/107.processed,
15970: tests/results/108.processed, tests/results/109.processed,
15971: tests/results/110.processed, tests/results/111.processed,
15972: tests/results/112.processed, tests/results/113.processed,
15973: tests/results/114.processed, tests/results/115.processed,
15974: tests/results/116.processed, tests/results/117.processed,
15975: tests/results/118.processed, tests/results/119.processed,
15976: tests/results/120.processed, tests/results/121.processed,
15977: tests/results/122.processed, tests/results/123.processed,
15978: tests/results/124.processed: new convention: char* never 0.
15979: assert in cord on that
15980:
15981: * src/main/pa_charset.C: couple more asserts
15982:
15983: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15984: speedup
15985:
15986: * src/main/pa_charset.C: couple assertions on fantastic situations
15987: added [may be those is the case now?]
15988:
15989: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15990: that's memory from gc_malloc, not from g_malloc :(, but would
15991: hope]
15992:
15993: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15994: that's memory from gc_malloc, not from g_malloc :(, but would
15995: hope]
15996:
15997: * src/main/pa_charset.C: checked custom malloc for returning 0
15998:
15999: 2003-04-09 paf
16000:
16001: * src/classes/date.C: merged ^date.roll changes
16002:
16003: * src/classes/date.C: ^date.roll bug fix
16004:
16005: * src/classes/date.C: ^date.roll now throws less errors: month
16006: shifts handles end of month situation by reducing day number
16007: hour-hole shift reduces hour to recover
16008:
16009: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16010: Sort by function time
16011:
1.211 moko 16012: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16013: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16014:
16015: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16016: added [after volatile fix. passes on win&intel-solaris]
16017:
16018: 2003-04-08 paf
16019:
16020: * src/: classes/file.C, classes/op.C, classes/table.C,
16021: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16022: include/pa_common.h, include/pa_request_charsets.h,
16023: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16024: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16025: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16026: types/pa_vresponse.C: started http:// $.charset[] param and
16027: http response charset detection just compiled. todo:test
16028:
16029: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16030:
16031: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16032: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16033: types/pa_vmail.C: changed transcode param converntion along with
16034: string creating convention -- all strings are zero-terminated,
16035: this allowed to fix one remaining String("123", 2) case
16036:
16037: * src/: classes/date.C, classes/file.C, classes/hash.C,
16038: classes/op.C, classes/string.C, classes/table.C,
16039: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16040: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16041: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16042: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16043: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16044: violated String::invariant. started fixing [not compiled now]
16045:
16046: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16047: main/compile.tab.C, main/compile.y, main/pa_string.C,
16048: main/untaint.C, targets/cgi/parser3.C: number of string style
16049: improvements & optimizations
16050:
16051: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16052: :(]
16053:
16054: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16055: [for it's a pointer really]
16056:
16057: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16058: 'n' param. worked that around
16059:
16060: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16061: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16062: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16063: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16064: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16065:
16066: Thanks for the bug report and patch.
16067:
16068: I hadn't looked at this code in a while. Reading it now, it
16069: seems to me that the tests should also be ">= MAX_DEPTH" to
16070: comply with the invariant, though that may not matter a lot. I
16071: changed that, too.
16072:
16073: Hans
16074:
16075: 2003-04-07 paf
16076:
16077: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16078: merged from head:safe mode error message now includes numbers
16079:
16080: * src/main/execute.C: n-th attempt to make a=a work with double.
16081: problem: as_double returns it's result in fp-register compiler
16082: optimizes access to that register after b->as_double, and just
16083: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16084: from memory. _SAME_ double values do not match here. when
16085: forced to REload fp-register, values do match.
16086:
16087: tried to make them volatile.
16088:
16089: * src/main/execute.C: n-th attempt to make a=a work with double.
16090: problem: as_double returns it's result in fp-register compiler
16091: optimizes access to that register after b->as_double, and just
16092: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16093: from memory. _SAME_ double values do not match here. when
16094: forced to REload fp-register, values do match.
16095:
16096: tried to make them volatile.
16097:
16098: * src/types/pa_vobject.h: small style change
16099:
16100: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16101:
16102: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16103: mode error message now includes numbers
16104:
16105: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16106: now causes death
16107:
16108: 2003-04-04 paf
16109:
16110: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16111: incorportated pa_exec patch by From: "Victor Fedoseev"
16112: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16113: Sent: Thursday, January 23, 2003 9:14 AM
16114:
16115: huge speedup on ^file::cgi with big result
16116:
16117: * src/classes/table.C: sort table with 0 rows bug fixed
16118:
16119: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16120: fix http://i2/tasks/edit/?id=4493701604654042676
16121:
16122: @main[] $with_default[ $.a[1] $._default[default from
16123: with_default] ] ^show[$with_default]
16124:
16125: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16126: =$to_add_to.xxx=<br>
16127:
16128: ^show[$to_add_to]
16129:
16130: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16131: ^show[$cloned]
16132:
16133: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16134:
16135: } <hr>
16136:
16137: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16138: http://i2/tasks/edit/?id=4493701604654042676
16139:
16140: @main[] $with_default[ $.a[1] $._default[default from
16141: with_default] ] ^show[$with_default]
16142:
16143: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16144: =$to_add_to.xxx=<br>
16145:
16146: ^show[$to_add_to]
16147:
16148: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16149: ^show[$cloned]
16150:
16151: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16152:
16153: } <hr>
16154:
16155: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16156: http://i2/tasks/edit/?id=4507350336410850921
16157:
16158: * src/classes/xdoc.C: memory allocation func bugfix
16159: http://i2/tasks/edit/?id=4499303470368629745
16160:
16161: * src/classes/math.C: allowed random 1...
16162:
16163: * src/classes/math.C: allowed random 0..
16164:
16165: * src/main/pa_globals.C: exif mem leak
16166: http://i2/tasks/edit/?id=4480590323629807263
16167:
16168: * src/: classes/classes.dsp, main/main.dsp,
16169: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16170: fix http://i2/tasks/edit/?id=4493946731322521294
16171: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16172:
16173: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16174: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16175: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16176: links to xml libs made relative, no need to unpack parser3project
16177: to /parser3project.
16178:
16179: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16180: column more precise - tab handling bug fixed
16181:
16182: * src/main/: compile.tab.C, compile.y: more understandable error
16183: message in case @CLASS with more then one line inside
16184:
16185: * src/targets/cgi/parser3.C: more understandable error message in
16186: case of errors in @unhandled_exception
16187:
16188: 2003-04-03 paf
16189:
16190: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16191: src/main/compile.tab.C, src/main/compile.y,
16192: src/main/compile_tools.C, src/main/compile_tools.h,
16193: src/main/execute.C, src/main/pa_request.C: debug info format
16194: simplified, now it's: OP_VALUE Operation::Origin << here value*
16195:
16196: higher limits: file number (max: 255) line number (max:
16197: 64535) column number (max: 255)
16198:
16199: * src/classes/math.C: top limit
16200:
16201: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16202: precise parse error position in case of
16203:
16204: ^bug ]
16205:
16206: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16207: changed to realities, and passed [bug fixed]
16208:
16209: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16210: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16211: main/compile_tools.h, main/pa_request.C: introducing
16212: ^process...[main-method-alias]
16213:
16214: * src/: classes/date.C, classes/image.C, classes/op.C,
16215: classes/string.C, classes/table.C, classes/xdoc.C,
16216: types/pa_vmethod_frame.h: MethodParams& now [methods without
16217: params receive zero reference, but they are expected not to look
16218: there]
16219:
1.211 moko 16220: * operators.ru.txt, operators.txt, src/classes/date.C,
16221: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16222: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16223: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16224: src/classes/response.C, src/classes/string.C,
16225: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16226: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16227: src/types/pa_method.h: MethodParams& now [methods without params
16228: receive zero reference, but they are expected not to look there]
16229:
16230: * operators.ru.txt, operators.txt, src/classes/op.C,
16231: src/include/pa_request.h, src/main/pa_request.C,
16232: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16233: better error reporting [file/line/col]
1.95 moko 16234:
16235: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16236: types/pa_vstring.h: slightly improved error messages text: 1. is
16237: '%s', it 2. method undefined in case of ^void[]
16238:
16239: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16240: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16241: handling done. now we have error columns todo: test it
16242:
16243: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16244: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16245:
16246: this makes life easier: were: bad stack order -- were in
16247: exception catch unwind order, which didn't match execution order
16248:
16249: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16250:
16251: @first[] ^throw[a;1]
16252:
16253: showed throw a first throw b try
16254:
16255: which is no good
16256:
16257: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16258: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16259: trace reset after handled exception [old bug fixed]
16260:
16261: * src/main/: compile.tab.C, compile.y: parse position old bug
16262: fixed. position reporting made precise [both, in parse erros and
16263: runtime errors]
16264:
16265: 2003-04-02 paf
16266:
16267: * src/: include/pa_operation.h, include/pa_request.h,
16268: main/compile.C, main/compile.tab.C, main/compile.y,
16269: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16270: main/pa_exception.C, main/pa_request.C: debug info: started
16271: using. todo:complete
16272:
16273: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16274: main/compile.C, main/compile.tab.C, main/compile.y,
16275: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16276: main/pa_request.C: prepared debug info todo:use it
16277:
16278: * src/include/pa_operation.h: strange mistake fixed: forgot to
16279: return Operation class->union after switching from autoptrs.
16280:
16281: * tests/: Makefile, results/108.processed, results/117.processed:
16282: meta considered OK [it's up to coder now to remove it not needed]
16283:
16284: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16285: Dictionary constructor when moved to gc]
16286:
16287: * src/main/pa_common.C: uncommented http:// file loading
16288:
16289: * src/include/pa_array.h, src/main/execute.C,
16290: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16291: fix [gdGrowingBuf]
16292:
16293: * configure.in, src/lib/Makefile.am: removed patches
16294:
16295: * configure, src/include/pa_config_auto.h.in,
16296: src/main/pa_charset.C: --enable-assertions autoconf-ed
16297:
16298: * src/main/pa_common.C: uncommented http:// file loading
16299:
16300: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16301: xdoc::create/load
16302:
16303: * src/: classes/form.C, classes/hash.C, classes/image.C,
16304: classes/string.C, classes/table.C, classes/void.C,
16305: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16306: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16307: String::String(str,helper_length) are checked. found/fixed one
16308: place: $request:body now zero-terminated,
16309:
16310: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16311: main/compile_tools.C, main/execute.C, types/pa_value.h,
16312: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16313: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16314: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16315: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16316: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16317: types/pa_vxnode.h: more locally scoped vars in execute (more
16318: easily optimizable)
16319:
16320: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16321: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16322:
16323: * src/: include/pa_array.h, include/pa_stack.h,
16324: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16325: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16326: become assertion iterator in methodframe filler
16327:
16328: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16329: targets/cgi/parser3.C: array::get/put inlined
16330:
16331: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16332: gc_substitute_memory_management_functions +installed CORD_oom
16333: function
16334:
16335: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16336: src/include/pa_config_includes.h, src/include/pa_string.h,
16337: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16338: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16339: assertions started configure.in --enable-assertions
16340:
16341: 2003-04-01 paf
16342:
16343: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16344: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16345: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16346: gdome uses glib memory, and stores last pointer to xmlDoc there,
16347: gc misses that and collects valid memory fixed by remembering
16348: xmlDoc from dom object in xdoc. todo: do something with
16349: premature free of xdoc with xnodes/node values referring into it
16350:
16351: * src/classes/: mail.C: typo fix
16352:
16353: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16354: changes
16355:
16356: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16357: main/pa_memory.C: moved memory debugging to global level: to
16358: pa_gc_malloc
16359:
16360: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16361: debugging showed no errors. todo: debug parser memory
16362:
16363: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16364: configurations
16365:
16366: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16367: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16368: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16369: types/types.dsp: prepared xml-static configuration
16370:
16371: 2003-03-31 paf
16372:
16373: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16374: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16375: xml lib memory debugging, simple checks failed: it seems that
16376: library does realloc(bad ptr), and recording those ptrs in heap
16377: [for debugging] was bad: heap situation changes = everything
16378: works fine
16379:
16380: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16381: xmlRegisterCharEncodingHandler limitation [currently imposed
16382: limit of 10 user-defined charsets]
16383:
16384: 2003-03-28 paf
16385:
16386: * src/main/execute.C: execution stack copied to local register
16387: variable, removed lots [~2e7) of memory accesses
16388:
16389: 2003-03-27 paf
16390:
16391: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16392: works in debug, but fails in release todo: fix that
16393:
16394: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16395: targets/cgi/parser3.C: forgot to merge XML memory funcs
16396: replacement from gc branch
16397:
16398: * src/main/pa_exec.C: introducing append_help_length [radical
16399: improvement here]
16400:
16401: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16402: 'not recommened' in gc.h, on win32 noticed no difference]
16403:
16404: * src/include/pa_array.h: returned checked array get [were disabled
16405: for debugging] result:not slower [don't understand that, it were
16406: INLINED] todo: find out a way of inlining it!
16407:
16408: * src/: include/pa_string.h, lib/gc/include/gc.h,
16409: lib/gc/include/gc_fake.h, main/compile.tab.C,
16410: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16411: convention changed: all resulting strings are zero-terminated
16412:
16413: * src/: classes/date.C, classes/file.C, classes/hash.C,
16414: classes/string.C, classes/table.C, classes/void.C,
16415: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16416: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16417: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16418: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16419: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16420: types/pa_vfile.C, types/pa_vmail.C: introducing
16421: append_help_length [radical improvement here]
16422:
16423: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16424: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16425: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16426: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16427: even slower
16428:
16429: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16430: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16431: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16432: clients of &get(): most to use non-ref version, some[in tight
16433: places] to get_unchecked_ref
16434:
16435: * src/doc/memory.dox: forgot to add
16436:
16437: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16438: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16439: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16440: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16441: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16442: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16443: targets/cgi/parser3.dsp, types/pa_vmail.C,
16444: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16445: T>>&<< removed after Stack::pop wiping removed [moved to separate
16446: func] other Array & removed
16447:
16448: 2003-03-26 paf
16449:
16450: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16451: classes/table.C, include/pa_array.h, include/pa_charset.h,
16452: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16453: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16454: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16455: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16456: main/pa_exec.C, main/pa_sql_driver_manager.C,
16457: main/pa_stylesheet_manager.C, main/pa_table.C,
16458: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16459: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16460: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16461: pre-evaluated .count() in some places
16462:
16463: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16464: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16465: types/types.dsp: .dsp profiling updated
16466:
16467: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16468: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16469: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16470:
16471: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16472: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16473: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16474: use lib/gc,lib/cord
16475:
1.116 moko 16476: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16477: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16478: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16479: src/include/pa_config_includes.h, src/include/pa_request.h,
16480: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16481: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16482: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16483: src/lib/cord/include/Makefile.am,
1.116 moko 16484: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16485: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16486: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16487: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16488: src/types/pa_vform.h, src/types/pa_vhash.h,
16489: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16490: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16491: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16492: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16493: funcs ported pa_exec
1.95 moko 16494:
16495: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16496:
16497: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16498: bundled gc includes
16499:
16500: * src/: classes/op.C, include/pa_array.h,
16501: include/pa_sql_connection.h, include/pa_string.h,
16502: include/pa_version.h, main/compile.tab.C, main/compile.y,
16503: main/execute.C, main/pa_common.C, main/pa_exception.C,
16504: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16505: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16506: first real site (aval)]
16507:
16508: 2003-03-25 paf
16509:
1.211 moko 16510: * operators.ru.txt, operators.txt,
16511: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16512: $status.memory used free since_compact process
1.95 moko 16513:
16514: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16515: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16516:
16517: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16518:
16519: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16520: src/types/pa_value.h, src/types/pa_vfile.h,
16521: src/types/pa_vobject.C, src/types/pa_vobject.h,
16522: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16523: tests/results/121.processed: untaint.C L_URI
16524:
1.211 moko 16525: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16526: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16527: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16528: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16529:
16530: * tests/results/109.processed: it was a bug in parser. updated 109
16531: test result
16532:
16533: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16534:
16535: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16536: tests/results/107.processed: fixed dom language [values are now
16537: considered tainted. it was a bug in parser. updated 107 test
16538: result
16539:
16540: * src/classes/xdoc.C: fixed transform params
16541:
16542: * src/: include/pa_stylesheet_manager.h,
16543: main/pa_stylesheet_manager.C: fixed stylesheet caching
16544:
16545: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16546: overloads for structure handling
16547:
16548: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16549: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16550: StringBody(0) ambiguilty, introducting static
16551: StringBody::Format(int)
16552:
16553: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16554: linked
16555:
16556: * src/types/pa_vxdoc.C: vxdoc compiled
16557:
16558: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16559: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16560: finalizers isntalled
16561:
16562: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16563: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16564: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16565: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16566: compiled todo: xnode.C / finalizers
16567:
16568: * src/doc/string.dox: updated: new string internals
16569:
16570: 2003-03-24 paf
16571:
16572: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16573: include/pa_charset.h, include/pa_config_fixed.h,
16574: include/pa_request.h, include/pa_stylesheet_connection.h,
16575: include/pa_stylesheet_manager.h, main/pa_charset.C,
16576: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16577: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16578: types/pa_vxnode.h: started XML
16579:
16580: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16581:
16582: * src/: classes/file.C, classes/image.C, classes/mail.C,
16583: include/pa_string.h, main/pa_common.C,
16584: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16585:
16586: * src/: classes/file.C, classes/image.C, classes/mail.C,
16587: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16588: main/pa_request.C, main/pa_sql_driver_manager.C,
16589: types/pa_vimage.h: size_t pos everywhere checks changed to check
16590: for eq STRING_NOT_FOUND
16591:
16592: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16593: optimize bit implemented
16594:
16595: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16596: String::ArrayFragment::append_positions fixed
16597:
16598: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16599: String::this_starts fixed
16600:
16601: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16602:
16603: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16604: hashcode implemented fully, including per-char callback [it can
16605: be - substr CORD node]
16606:
16607: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16608: rewritten to rewalloc with 100byte buf ahead
16609:
16610: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16611: src/include/pa_string.h, src/main/compile.tab.C,
16612: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16613: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16614: CORD_ec [bad] would rewrite as realloc now
16615:
16616: * src/: classes/date.C, classes/file.C, classes/form.C,
16617: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16618: include/pa_cache_managers.h, include/pa_charsets.h,
16619: include/pa_common.h, include/pa_request.h,
16620: include/pa_sql_driver_manager.h, include/pa_table.h,
16621: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16622: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16623: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16624: types/pa_vmail.C, types/pa_vmethod_frame.C,
16625: types/pa_vstateless_class.h: 2*2 worked :)
16626:
16627: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16628: src/include/pa_exec.h, src/include/pa_string.h,
16629: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16630: passed OK
16631:
16632: * src/: classes/hash.C, classes/string.C, classes/table.C,
16633: types/pa_value.C: all linked todo: debug
16634:
16635: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16636: types/pa_vstateless_class.C: all compiled. todo:link
16637:
16638: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16639:
16640: * src/types/pa_vtable.C: pa_vtable.C compiled
16641:
16642: * src/types/pa_vstring.C: pa_vstring.C compiled
16643:
16644: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16645:
16646: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16647: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16648: pa_vstateless_class.C, pa_vstateless_class.h:
16649: pa_vstateless_class.C compiled
16650:
16651: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16652: types/pa_vmath.C: pa_vmail.C compiled
16653:
16654: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16655:
16656: * src/types/pa_vform.C: pa_vform.C compiled
16657:
16658: * src/types/pa_vfile.C: pa_vfile.C compiled
16659:
16660: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16661: pa_vstateless_class.C: pa_vcookie.C compiled
16662:
16663: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16664: types/pa_vhash.h: pa_value.C compiled
16665:
16666: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16667: classes.lib main.lib compiled
16668:
16669: * src/classes/void.C: void.C compiled
16670:
16671: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16672: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16673: compiled
16674:
16675: * src/: classes/string.C, include/pa_request.h,
16676: include/pa_string.h, main/pa_string.C: string.C compiled
16677:
16678: * src/: classes/op.C, classes/string.C, classes/table.C,
16679: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16680: main/pa_request.C, main/pa_string.C: op.C compiled
16681:
16682: * src/classes/: math.C, op.C: math.C compiled
16683:
16684: * src/: classes/mail.C, classes/string.C, classes/table.C,
16685: types/pa_vmail.h: mail.C compiled
16686:
16687: * src/classes/: int.C, table.C: int.C compiled
16688:
16689: * src/: classes/hash.C, classes/image.C, classes/string.C,
16690: classes/table.C, include/pa_memory.h, include/pa_string.h,
16691: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16692: compiled
16693:
16694: * src/: classes/hash.C, classes/string.C, classes/table.C,
16695: classes/void.C, classes/xdoc.C, include/pa_request.h,
16696: include/pa_sql_connection.h: hash.C compiled
16697:
16698: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16699: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16700: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16701: classes/math.C, classes/op.C, classes/response.C,
16702: classes/string.C, classes/table.C, classes/void.C,
16703: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16704: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16705: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16706: file.C table.C compiled
16707:
16708: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16709: main/untaint.C: main.lib compiled
16710:
16711: 2003-03-21 paf
16712:
16713: * src/: classes/op.C, include/pa_cache_managers.h,
16714: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16715: include/pa_stylesheet_manager.h, main/pa_exception.C,
16716: main/pa_globals.C, main/pa_sql_driver_manager.C,
16717: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16718: compiled
16719:
16720: * src/: classes/hash.C, classes/image.C, classes/op.C,
16721: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16722: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16723: main/compile.C, main/pa_common.C, main/pa_request.C,
16724: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16725: pa_request.C compiled
16726:
16727: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16728: include/pa_request.h, main/execute.C, main/pa_request.C,
16729: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16730: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16731: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16732: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16733: compiled
16734:
16735: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16736: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16737: on unix
16738:
16739: * src/: include/pa_charset.h, include/pa_charsets.h,
16740: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16741: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16742: pa_charsets.C compiled
16743:
16744: * src/: classes/image.C, classes/mail.C, classes/op.C,
16745: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16746: main/compile.y, main/execute.C, main/pa_common.C,
16747: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16748: types/pa_vcode_frame.h, types/pa_vimage.h,
16749: types/pa_vmethod_frame.h: execute.C compiled
16750:
16751: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16752: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16753: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16754: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16755: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16756: include/pa_cache_managers.h, include/pa_charsets.h,
16757: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16758: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16759: include/pa_sql_driver_manager.h, include/pa_string.h,
16760: include/pa_stylesheet_connection.h,
16761: include/pa_stylesheet_manager.h, include/pa_table.h,
16762: main/compile.C, main/compile.tab.C, main/compile.y,
16763: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16764: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16765: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16766: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16767: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16768: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16769: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16770: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16771: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16772: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16773: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16774: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16775: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16776: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16777: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16778: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16779: types/pa_vresponse.h, types/pa_vstateless_class.C,
16780: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16781: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16782: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16783: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16784: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16785: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16786: [C++ CORD wrapper]
16787:
16788: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16789:
16790: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16791: $file::exec/cgi[script; $.charset[this is script's charset]
16792:
16793: command line, env values, input got transcoded before call
16794: stdout, stderr got transcoded after call
16795:
16796: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16797: by default. use: ^file::exec[...;$.stdin[$request.body]
16798:
16799: * src/main/pa_common.C: } typo bug fix
16800:
16801: * src/main/pa_common.C: } typo bug fix
16802:
16803: 2003-03-20 paf
16804:
16805: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16806: main/untaint.C: cord bug fix, but still errors todo: clear out
16807:
16808: * src/include/pa_string.h: more tests
16809:
16810: * src/main/pa_string.C: string.pos fixed
16811:
1.116 moko 16812: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16813: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16814: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16815: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16816: replaces
1.95 moko 16817:
16818: * src/: classes/image.C, include/pa_dictionary.h,
16819: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16820: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16821: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16822: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16823:
16824: * src/include/pa_string.h: warning
16825:
16826: * src/include/pa_string.h: this_starts fixed
16827:
16828: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16829: new String ctor & append params convention
16830:
16831: * src/: classes/file.C, classes/hash.C, classes/image.C,
16832: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16833: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16834: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16835: main/pa_exception.C, main/pa_exec.C,
16836: main/pa_sql_driver_manager.C, main/pa_string.C,
16837: main/pa_stylesheet_manager.C, main/untaint.C,
16838: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16839: types/pa_vmail.C: more tests OK
16840:
16841: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16842: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16843: gc/exit runned OK
16844:
16845: * src/types/pa_vmail.C: another naming problem: should not name
16846: vars like that: unpredictable close caused problems with later
16847: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16848: descriptors missing on startup: stdin; Bad file number
16849:
16850: todo: find out why so many filters(stream) here. probably wrong?
16851:
16852: * src/: include/pa_dictionary.h, include/pa_string.h,
16853: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16854: main/untaint.C: test compiled
16855:
16856: * src/: classes/image.C, classes/mail.C, classes/math.C,
16857: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16858: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16859: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16860: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16861: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16862: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16863: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16864: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16865: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16866:
16867: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16868: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16869: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16870: src/include/pa_memory.h, src/include/pa_request.h,
16871: src/include/pa_request_charsets.h,
16872: src/include/pa_sql_connection.h, src/include/pa_string.h,
16873: src/main/compile.tab.C, src/main/execute.C,
16874: src/main/pa_charset.C, src/main/pa_common.C,
16875: src/main/pa_exception.C, src/main/pa_exec.C,
16876: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16877: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16878: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16879: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16880: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16881: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16882: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16883: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16884: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16885: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16886: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16887: pa_common.C [done, without http for now]
16888:
16889: 2003-03-19 paf
16890:
16891: * src/: classes/date.C, classes/form.C, classes/hash.C,
16892: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16893: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16894: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16895: include/pa_string.h, include/pa_table.h, main/compile.C,
16896: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16897: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16898: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16899: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16900: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16901: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16902: types/pa_vstateless_class.h, types/pa_vtable.C,
16903: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16904: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16905: types/pa_wwrapper.h: started test
16906:
1.116 moko 16907: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16908: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16909:
16910: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16911: include/pa_string.h, main/pa_string.C: string compiled todo: test
16912: it
16913:
16914: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16915: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16916: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16917: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16918: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16919: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16920: types/pa_vmethod_frame.h, types/types.dsp: string
16921: reimplementation with cord+array<fragment>: 70%
16922:
16923: 2003-03-18 paf
16924:
16925: * src/: classes/date.C, classes/file.C, classes/form.C,
16926: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16927: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16928: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16929: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16930: can ignore lang in cmp and pos really, but would
16931: split properly!
16932:
16933: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16934: cord part made parser/src/lib: it's not compiled into libgc by
16935: default
16936:
16937: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16938: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16939: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16940: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16941: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16942: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16943: src/classes/xnode.C, src/classes/xnode.h,
16944: src/include/Makefile.am, src/include/pa_cache_managers.h,
16945: src/include/pa_charset.h, src/include/pa_charsets.h,
16946: src/include/pa_common.h, src/include/pa_dictionary.h,
16947: src/include/pa_exception.h, src/include/pa_exec.h,
16948: src/include/pa_globals.h, src/include/pa_hash.h,
16949: src/include/pa_memory.h, src/include/pa_pool.h,
16950: src/include/pa_request.h, src/include/pa_request_charsets.h,
16951: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16952: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16953: src/include/pa_stylesheet_connection.h,
16954: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16955: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16956: src/main/compile.C, src/main/compile.tab.C,
16957: src/main/compile_tools.C, src/main/compile_tools.h,
16958: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16959: src/main/pa_charsets.C, src/main/pa_common.C,
16960: src/main/pa_dictionary.C, src/main/pa_exception.C,
16961: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16962: src/main/pa_pool.C, src/main/pa_request.C,
16963: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16964: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16965: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16966: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16967: src/types/pa_junction.h, src/types/pa_method.h,
16968: src/types/pa_value.C, src/types/pa_value.h,
16969: src/types/pa_vclass.C, src/types/pa_vclass.h,
16970: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16971: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16972: src/types/pa_vdouble.h, src/types/pa_venv.h,
16973: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16974: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16975: src/types/pa_vimage.C, src/types/pa_vimage.h,
16976: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16977: src/types/pa_vmath.C, src/types/pa_vmath.h,
16978: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16979: src/types/pa_vobject.C, src/types/pa_vobject.h,
16980: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16981: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16982: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16983: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16984: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16985: src/types/pa_vstring.h, src/types/pa_vtable.C,
16986: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16987: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16988: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16989: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16990: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16991: gc: PA_Object done lots of replacements also
16992:
16993: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16994: gc logging
16995:
16996: 2003-03-17 paf
16997:
16998: * src/: classes/date.C, classes/file.C, classes/form.C,
16999: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17000: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17001: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17002: include/pa_string.h, include/pa_types.h, main/compile.C,
17003: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17004: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17005: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17006: main/pa_sql_driver_manager.C, main/pa_string.C,
17007: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17008: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17009: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17010: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17011: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17012: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17013: types/pa_vxnode.h: libgc attempt
17014:
17015: 2003-03-13 paf
17016:
17017: * src/: include/pa_sql_driver_manager.h,
17018: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17019: called
17020:
17021: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17022: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17023: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17024: types/pa_value.h, types/pa_vobject.h,
17025: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17026: set_base, set_derived simplified [counter leaks fixed]
17027:
17028: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17029: src/types/types.dsp: incorporated status class patch From:
17030: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17031: 2003 8:14 AM
17032:
17033: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17034: Win32 specific: QuotaPeakNonPagedPoolUsage
17035: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17036:
17037: 2003-03-12 paf
17038:
1.116 moko 17039: * configure, configure.in, src/lib/ltdl/configure,
17040: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17041: lib/ltdl/Makefile now created by /configure.in only [were by
17042: lib/ltdl/configure.in OVERWRITE]
17043:
1.116 moko 17044: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17045: linkage fixed for g++ 3.2.2
1.95 moko 17046:
17047: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17048: on using privately declared class [fixed]
17049:
17050: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17051: 3.2 rightliy complained on using privately declared class [fixed]
17052:
17053: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17054: sigpipe before request constructor now causes death
17055:
17056: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17057: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17058: not cause exception in exception handler
17059:
1.116 moko 17060: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17061: now default links libstdc++ statically. that can be overriden by
17062: --with-dynamic-stdcpp
1.95 moko 17063:
17064: 2003-03-11 paf
17065:
17066: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17067: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17068: necessity of libstdc++
17069:
17070: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17071:
17072: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17073:
17074: 2003-03-08 paf
17075:
17076: * tests/Makefile: make install & co
17077:
17078: * src/: include/pa_request.h, classes/op.C: removing
17079: vclass,object.h -> pa_request.h dependency
17080:
17081: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17082: main/pa_request.C: removing vform,response,cookie.h ->
17083: pa_request.h dependency
17084:
17085: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17086: dependency [testing...]
17087:
17088: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17089: return 0; fixed
17090:
17091: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17092: types/pa_vmail.h: vmail.C received just compiled [not tested]
17093:
17094: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17095:
17096: * src/main/pa_request.C: forgotten: ifdef XML
17097:
17098: * src/main/pa_request.C: forgotten: ifdef XML
17099:
17100: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17101: win32 and run memleak tests again
17102:
17103: * src/targets/cgi/parser3.C: charsets: see some strange things with
17104: old xml lib-- it's internal memory handling has faults
17105:
17106: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17107: problems when transcode from charset A to A.
17108:
17109: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17110: todo: still problems when transcode from charset A to A.
17111:
17112: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17113: classes/table.C, include/pa_array.h,
17114: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17115: started full-scale-site-test [~ http://parser.ru sources]
17116:
17117: some fixes
17118:
17119: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17120: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17121: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17122: results/110.processed, results/111.processed,
17123: results/112.processed, results/113.processed,
17124: results/114.processed, results/115.processed,
17125: results/116.processed, results/117.processed,
17126: results/118.processed, results/119.processed,
17127: results/120.processed: xml: tests 109 dom create/show 110 xpath
17128: selectSingle 111 xdoc.create from tainted & 112
17129: xdoc.create/output with russian attr value 113 xpath
17130: selectString/Number 114 dom attributes.count 115 xpath selectBool
17131: 116 output media-type change 117 transform by dom stylesheet 118
17132: empty transform result 119 dom setAttribute 120 nbsp letter
17133: output
17134:
17135: =END OF PREPARED XML TESTS=
17136:
17137: 2003-03-07 paf
17138:
17139: * src/classes/xdoc.C, src/include/pa_charset.h,
17140: src/include/pa_stylesheet_connection.h, tests/108.html,
17141: tests/108.xsl, tests/results/108.processed: xml: test 108
17142: transform with params [bugs fixed]
17143:
17144: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17145: from copy/paste bug
17146:
17147: * src/classes/xdoc.C, src/include/pa_charset.h,
17148: src/include/pa_request.h, src/main/execute.C,
17149: src/main/pa_charset.C, src/main/pa_exception.C,
17150: src/main/pa_globals.C, src/main/pa_request.C,
17151: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17152: src/types/pa_vxnode.C, tests/107.html,
17153: tests/results/107.processed: xml: test: 107 bug fixes
17154:
17155: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17156: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17157: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17158:
17159: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17160: string
17161:
17162: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17163: mem alloc functions used for different cases [libxml, libxsl]
17164:
17165: * src/classes/classes.C: fixed: prevent system classes from
17166: modification to lock ALL the classes, not only directly used
17167:
17168: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17169: linked
17170:
17171: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17172:
17173: 2003-03-06 paf
17174:
17175: * src/classes/xdoc.C: xdoc.C 50%
17176:
17177: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17178: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17179: main/pa_globals.C, main/pa_request.C,
17180: main/pa_stylesheet_manager.C: xnode.C compiled
17181:
17182: * src/: include/pa_stylesheet_connection.h,
17183: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17184: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17185:
17186: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17187: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17188: xml: stylesheet&manager STARTED
17189:
17190: * src/: include/pa_globals.h, main/pa_charset.C,
17191: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17192:
17193: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17194: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17195: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17196: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17197: charsets
17198:
17199: * tests/023.html: in some cases it rounded up badly. postponing
17200: solution of that problem, making more simple test
17201:
17202: * tests/: 058_paf2000.png, results/058.processed: .png added with
17203: -kb now
17204:
17205: * src/: include/pa_charset.h, include/pa_charsets.h,
17206: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17207: moved to charsets.C
17208:
17209: 2003-03-05 paf
17210:
17211: * src/classes/string.C, src/include/pa_string.h,
17212: src/main/pa_string.C, tests/105.html,
17213: tests/results/105.processed: String::match bug fixed
17214:
17215: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17216: tests/results/104.processed: ^bpt operator added [does int3 in
17217: debug build on win32]
17218:
17219: * tests/: 057.html, results/057.processed: test bug fixed
17220:
1.116 moko 17221: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17222:
17223: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17224: missing
17225:
1.116 moko 17226: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17227: forgotten files added to Makes
1.95 moko 17228:
17229: * ltmain.sh: ltmain.sh added
17230:
17231: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17232: change undone ;(
17233:
17234: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17235: made static
17236:
17237: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17238: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17239: todo:make linker happy
1.95 moko 17240:
17241: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17242: env param made optional
17243:
17244: 2003-03-04 paf
17245:
17246: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17247: types/pa_vimage.h: number of gcc compiler bugs fixed
17248:
17249: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17250: results/103.processed: tests: 103 image.copy transparence test
17251:
17252: * src/main/execute.C, tests/101.html, tests/102.html,
17253: tests/results/101.processed, tests/results/102.processed: tests:
17254: 101 method/variable name conflict test 102 form fields change
17255: should not not change anything [bug fix]
17256:
17257: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17258: results/099.processed, results/100.processed: tests: 57 date
17259: create 2002: added 99,100 response:body/download
17260:
17261: * src/classes/image.C, tests/098.html, tests/098font.gif,
17262: tests/results/098.processed: test: 98 image font text [bug fixed]
17263:
17264: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17265: tests/results/097.processed: test: 97 file::load http:// [bugs
17266: fixed]
17267:
17268: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17269: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17270: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17271: image EXIF [bug fixed]
17272:
17273: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17274: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17275: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17276: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17277: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17278: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17279: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17280: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17281: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17282: tests/094.html, tests/095.html, tests/results/061.processed,
17283: tests/results/062.processed, tests/results/063.processed,
17284: tests/results/064.processed, tests/results/065.processed,
17285: tests/results/066.processed, tests/results/067.processed,
17286: tests/results/068.processed, tests/results/069.processed,
17287: tests/results/070.processed, tests/results/071.processed,
17288: tests/results/072.processed, tests/results/073.processed,
17289: tests/results/074.processed, tests/results/075.processed,
17290: tests/results/076.processed, tests/results/077.processed,
17291: tests/results/078.processed, tests/results/080.processed,
17292: tests/results/081.processed, tests/results/082.processed,
17293: tests/results/083.processed, tests/results/084.processed,
17294: tests/results/085.processed, tests/results/086.processed,
17295: tests/results/087.processed, tests/results/088.processed,
17296: tests/results/089.processed, tests/results/090.processed,
17297: tests/results/091.processed, tests/results/092.processed,
17298: tests/results/093.processed, tests/results/094.processed,
17299: tests/results/095.processed, tests/079.html,
17300: tests/results/079.processed: tests: 61 file::stat size 62
17301: string->int autoconvert 63 double .int,dec,div,mul 64 date
17302: compare 65 file: basename,justname,justext 66 math:crypt 67
17303: string.match simple on long 68 string.match normalized simple on
17304: long 69 string.int 70 file::stat content-type 71 table.join 72
17305: hash parameter conditional pass 73 date daylightsaving,yearday 74
17306: date arithmetics 75 response date values/attributes 76 string.pos
17307: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17308: with local 80 scientific numeric literal in string autoconvert 81
17309: xor: logical and numerical 82 for delims 83 menu delims 84
17310: table.hash distinct 85 long string replace 86 throw+catch
17311: current language preserve 87 bit shifts 88 junction tests +
17312: $caller test 89 hash.foreach selfmodification 90 int/void to int
17313: 91 $caller test 92 junction is + def junction tests 93 $caller
17314: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17315:
17316: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17317: fixed] 60 string eq string [bug fixed]
17318:
17319: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17320: 058.html, 058_paf2000.png, 059.html, 060.html,
17321: results/053.processed, results/054.processed,
17322: results/055.processed, results/056.processed,
17323: results/057.processed, results/058.processed,
17324: results/059.processed, results/060.processed: test: 53
17325: string.replace 54 junctions 55 table.hash 56 call indirect 57
17326: date.create[string] 58 image.measure[png]
17327:
17328: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17329: outputs/051.processed, results/052.processed: test: 52
17330: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17331: task: fix that
17332:
17333: 2003-03-03 paf
17334:
17335: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17336: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17337: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17338: outputs/049.processed, outputs/050.processed,
17339: outputs/051.processed, results/001.processed,
17340: results/002.processed, results/003.processed,
17341: results/005.processed, results/006.processed,
17342: results/008.processed, results/009.processed,
17343: results/011.processed, results/012.processed,
17344: results/013.processed, results/014.processed,
17345: results/015.processed, results/016.processed,
17346: results/017.processed, results/020.processed,
17347: results/021.processed, results/022.processed,
17348: results/024.processed, results/025.processed,
17349: results/026.processed, results/027.processed,
17350: results/028.processed, results/029.processed,
17351: results/030.processed, results/031.processed,
17352: results/049.processed, results/050.processed,
17353: results/051.processed, results/043.processed,
17354: results/044.processed, results/045.processed,
17355: results/046.processed, results/047.processed,
17356: results/048.processed: tests: 43,44,45 date rolls 46
17357: autoevaluating junction 47 table.select 48 name with subvar 49
17358: hash-creating switch 50 process 51 started parent/child, works as
17359: it were but it were NOT GOOD, created separate task to fix that
17360:
17361: * tests/: 042.html, results/042.processed: test: 42
17362: exception.handled
17363:
17364: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17365: expression
17366:
17367: * tests/: 040.html, results/040.processed: test: 39 method result
17368: of type table 40 method param junction auto evaluate
17369:
17370: * tests/: 039.html, results/039.processed: test: 37 method result
17371: of type table
17372:
17373: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17374: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17375: tests/038.html, tests/results/033.processed,
17376: tests/results/034.processed, tests/results/035.processed,
17377: tests/results/036.processed, tests/results/037.processed,
17378: tests/results/038.processed: tests: 33 string.replace 34
17379: string.upper 35 table created 36 local/global vars with juntions
17380: 37 table clone 38 math PI & number formatting
17381:
17382: math class registring typo fixed
17383:
17384: * src/classes/op.C, src/include/pa_request.h,
17385: src/include/pa_string.h, src/main/execute.C,
17386: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17387: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17388: tests/032.html, tests/results/032.processed: uchar changed to
17389: String_UL in all places [was not everywhere] untaint test: 032
17390:
17391: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17392: tests/results/004.processed, tests/parser-cygwin.sh,
17393: tests/parser-unix.sh: removed -H command line key, now testing
17394: using .sh file with SERVER_SOFTWARE=xxx
17395:
17396: 2003-02-26 paf
17397:
17398: * src/main/execute.C, src/types/pa_vstateless_class.h,
17399: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17400: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17401: tests/results/024.processed, tests/results/025.processed,
17402: tests/results/026.processed, tests/results/027.processed,
17403: tests/results/028.processed, tests/results/029.processed,
17404: tests/results/030.processed, tests/results/031.processed: fixed
17405: bug with name_cstr mutable CharPtr more tests
17406:
17407: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17408: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17409: << abort. die now just exits
17410:
17411: * src/classes/classes.awk, src/classes/classes.h,
17412: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17413: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17414: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17415: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17416: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17417: src/classes/xnode.C, src/include/pa_memory.h,
17418: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17419: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17420: src/types/pa_vform.C, tests/015.html, tests/016.html,
17421: tests/017.html, tests/018.html, tests/019.html,
17422: tests/019paf2001.gif, tests/020.html, tests/021.html,
17423: tests/022.html, tests/023.html, tests/022_dir/a.html,
17424: tests/022_dir/b.txt, tests/022_dir/c.htm,
17425: tests/results/015.processed, tests/results/016.processed,
17426: tests/results/017.processed, tests/results/018.processed,
17427: tests/results/019.processed, tests/results/020.processed,
17428: tests/results/021.processed, tests/results/022.processed,
17429: tests/results/023.processed: methoded_array now contains all Mxxx
17430: classes SAPI::get_env now returns info on pool more tests
17431:
17432: * src/include/pa_array.h, src/include/pa_hash.h,
17433: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17434: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17435: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17436: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17437: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17438: tests/results/001.processed, tests/results/002.processed,
17439: tests/results/003.processed, tests/results/004.processed,
17440: tests/results/005.processed, tests/results/006.processed,
17441: tests/results/007.processed, tests/results/008.processed,
17442: tests/results/009.processed, tests/results/010.processed,
17443: tests/results/011.processed, tests/results/012.processed,
17444: tests/results/013.processed, tests/results/014.processed: hash
17445: cloning fixed
17446:
17447: 2003-02-25 paf
17448:
17449: * src/main/pa_common.C: typo fixed
17450:
17451: 2003-02-24 paf
17452:
17453: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17454: [one remained]
17455:
17456: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17457: [should have been get_string(&pool)] todo: check other such calls
17458:
17459: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17460: test10, bad lookups
17461:
17462: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17463: object got destructed, and xxx points to sky
17464:
17465: * ChangeLog, src/classes/string.C: match bug fixed
17466:
17467: * src/types/pa_vmail.C: body [text/html] transcoded to
17468: $.charset[specified] now
17469:
17470: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17471: which failed to handle sigsetjmp+throw: crashed inside of
17472: pre-throw code. rewritten simplier [though duplicating
17473: closesocket code]
17474:
17475: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17476: which failed to handle sigsetjmp+throw: crashed inside of
17477: pre-throw code. rewritten simplier [though duplicating
17478: closesocket code]
17479:
17480: 2003-02-21 paf
17481:
1.211 moko 17482: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17483: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17484: now]]
1.95 moko 17485:
17486: written makefile with regression tests [raw]
17487:
17488: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17489: tests' only [it's not forcing CGI mode now] now use -H to output
17490: CGI header when parser used in command line [useful for tests
17491: also]
17492:
17493: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17494: switches on CGI mode, and is used in regression tests
17495:
17496: * src/: include/pa_request.h, main/pa_request.C,
17497: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17498: fixed
17499:
17500: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17501: handling pa_*
17502:
17503: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17504: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17505: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17506: memory handling files
17507:
17508: * src/main/pa_array.C: pool::format_integer terminator fixed
17509:
17510: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17511: compiles OK test to show benefits of free
17512:
17513: * src/: classes/file.C, classes/image.C, classes/mail.C,
17514: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17515: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17516: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17517: use pool [as the one in ^process]
17518:
17519: * src/classes/op.C: fixed process. sould now check for all cstr's
17520: -- some must use pool [as the one in ^process]
17521:
17522: 2003-02-20 paf
17523:
17524: * src/: classes/date.C, classes/double.C, classes/file.C,
17525: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17526: classes/math.C, classes/op.C, classes/response.C,
17527: classes/string.C, classes/table.C, classes/void.C,
17528: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17529: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17530: string cmp fixed
17531:
17532: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17533: values passed OK now
17534:
17535: 2003-02-19 paf
17536:
17537: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17538: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17539: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17540: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17541: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17542: all remaning leaks resulted from pooled::malloc calls [excluding
17543: in gd -- planning complete rewrite extremely ugly code]
17544:
17545: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17546: files
17547:
17548: 2003-02-17 paf
17549:
17550: * src/: classes/date.C, classes/double.C, classes/file.C,
17551: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17552: classes/response.C, classes/string.C, classes/table.C,
17553: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17554: include/pa_stylesheet_connection.h,
17555: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17556: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17557: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17558: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17559: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17560: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17561: of unitialized simple-typed field
17562:
17563: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17564: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17565: simple-typed field fixed. todo: find&kill all like that one
17566:
17567: * src/: main/execute.C, targets/cgi/pa_pool.C,
17568: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17569: debug output fixed
17570:
17571: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17572: main/pa_request.C: stack-stored items need extra .ref to prevent
17573: object_ptr from delete[them]
17574:
17575: * src/: classes/date.C, classes/op.C, classes/table.C,
17576: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17577: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17578: main/pa_charset.C, main/pa_common.C,
17579: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17580: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17581: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17582: calls
17583:
17584: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17585: couple mem leaks rusulted from old pooled::malloc usage.
17586: todo:find more like those
17587:
17588: * src/main/: compile.C, compile_tools.C: 2*2!
17589:
17590: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17591: stackItem fixed [there were no string on stack before]
17592:
17593: * src/: main/execute.C, main/pa_request.C,
17594: types/pa_vmethod_frame.C: first letters out OK
17595:
17596: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17597: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17598: main/pa_string.C, main/untaint.C, types/pa_value.h,
17599: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17600: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17601: type not initialized with zeros :( while class fields of class
17602: types initialized with default constructors. learn C++
17603:
17604: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17605: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17606: classes/math.C, classes/xdoc.C, classes/xnode.C,
17607: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17608: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17609:
17610: 2003-02-14 paf
17611:
17612: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17613: 13 link errors
17614:
17615: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17616: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17617: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17618: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17619: errors :)
17620:
17621: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17622: classes/hash.C, classes/mail.C, classes/op.C,
17623: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17624: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17625: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17626: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17627:
17628: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17629: classes/table.C, include/pa_common.h, include/pa_globals.h,
17630: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17631: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17632: types/pa_vint.h, types/types.dsp: op compiled
17633:
17634: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17635: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17636: main/untaint.C, types/pa_vtable.h: string, response compiled
17637:
17638: 2003-02-07 paf
17639:
17640: * src/: classes/table.C, types/pa_vtable.h: table compiled
17641:
17642: 2003-02-06 paf
17643:
17644: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17645: mail compiled
17646:
17647: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17648: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17649: types/pa_vfile.h, types/pa_vimage.h: image compiled
17650:
17651: * src/classes/: file.C, form.C: form compiled
17652:
17653: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17654: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17655: types/pa_vfile.C, types/pa_vfile.h: file compiled
17656:
17657: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17658: types/pa_vmath.h: math compiled [win32]
17659:
17660: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17661: types/pa_vstring.h: hash compiled
17662:
17663: 2003-02-04 paf
17664:
17665: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17666: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17667: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17668: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17669: types/pa_vhash.h: hash 50% compiled
17670:
17671: * src/: classes/date.C, classes/file.C, classes/hash.C,
17672: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17673: classes/string.C, classes/table.C, classes/xdoc.C,
17674: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17675: main/pa_string.C: date compiled
17676:
17677: * src/classes/: classes.dsp, double.C: double compiled
17678:
17679: * src/: classes/date.C, classes/double.C, classes/file.C,
17680: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17681: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17682: classes/string.C, classes/table.C, classes/void.C,
17683: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17684: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17685: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17686: compiled
17687:
17688: * src/: classes/date.C, classes/double.C, classes/file.C,
17689: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17690: classes/math.C, classes/op.C, classes/response.C,
17691: classes/string.C, classes/table.C, classes/void.C,
17692: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17693: types/pa_vvoid.h: void compiled :)
17694:
17695: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17696: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17697: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17698: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17699: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17700: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17701: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17702: types/pa_vresponse.C, types/pa_vstateless_class.C,
17703: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17704: types/pa_wcontext.C, types/types.dsp: removed stupid
17705: value_includes.h
17706:
17707: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17708: trying to remove stupid value_includes.h
17709:
17710: * src/main/pa_exec.C: pa_exec compiled on win32
17711:
17712: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17713:
17714: * src/: include/pa_globals.h, include/pa_request.h,
17715: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17716: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17717: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17718: types/pa_vrequest.C, types/pa_vstateless_class.C,
17719: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17720:
17721: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17722: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17723: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17724:
17725: * src/: include/pa_array.h, include/pa_config_includes.h,
17726: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17727: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17728: compiled
17729:
17730: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17731: name conflicts)
17732:
17733: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17734: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17735: yelds "virtual memory exhausted" while trying to compile
17736: execute.C [eating up to 127MB]
17737:
17738: 2003-02-03 paf
17739:
17740: * src/: include/pa_config_includes.h, include/pa_hash.h,
17741: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17742: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17743: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17744: types/pa_vint.h, types/pa_vjunction.h,
17745: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17746: started gcc compiling pa_common compiled
17747:
17748: * src/: include/pa_exception.h, include/pa_pool.h,
17749: main/pa_exception.C: exception gcc change #1
17750:
1.116 moko 17751: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17752: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17753:
17754: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17755:
17756: * src/types/pa_vtable.C: vtable compiled
17757:
17758: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17759:
17760: * src/: include/pa_cache_managers.h, main/pa_request.C,
17761: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17762:
17763: * src/types/pa_vstateless_class.C: vstateless_class compiled
17764:
17765: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17766:
17767: * src/types/pa_vrequest.C: vrequest compiled
17768:
17769: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17770: pa_vobject.C, pa_vobject.h: vobject compiled
17771:
17772: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17773: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17774: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17775: compiled
17776:
17777: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17778:
17779: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17780: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17781: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17782: compiled
17783:
17784: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17785: main.lib - 0 error(s), 0 warning(s)
17786:
17787: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17788: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17789:
17790: 2003-01-31 paf
17791:
17792: * src/: include/pa_array.h, include/pa_operation.h,
17793: include/pa_request.h, main/execute.C, main/main.dsp,
17794: types/pa_vjunction.h: started last file from main library:
17795: execute
17796:
17797: * src/: include/pa_request.h, include/pa_sapi.h,
17798: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17799: main/pa_request.C, targets/cgi/parser3.C,
17800: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17801: types/pa_vhash.h: pa_request compiled
17802:
17803: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17804: include/pa_globals.h, include/pa_request.h,
17805: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17806: main/execute.C, main/main.dsp, main/pa_common.C,
17807: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17808: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17809: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17810: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17811: types/types.dsp: most pa_request compiled
17812:
17813: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17814: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17815: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17816: classes/op.C, classes/response.C, classes/string.C,
17817: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17818: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17819: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17820: include/pa_config_fixed.h, include/pa_config_includes.h,
17821: include/pa_dictionary.h, include/pa_dir.h,
17822: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17823: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17824: include/pa_pool.h, include/pa_request.h,
17825: include/pa_request_charsets.h, include/pa_request_info.h,
17826: include/pa_sapi.h, include/pa_socks.h,
17827: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17828: include/pa_stack.h, include/pa_string.h,
17829: include/pa_stylesheet_connection.h,
17830: include/pa_stylesheet_manager.h, include/pa_table.h,
17831: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17832: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17833: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17834: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17835: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17836: main/compile.C, main/compile.tab.C, main/compile.y,
17837: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17838: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17839: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17840: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17841: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17842: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17843: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17844: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17845: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17846: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17847: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17848: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17849: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17850: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17851: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17852: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17853: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17854: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17855: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17856: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17857: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17858: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17859: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17860: types/pa_vresponse.h, types/pa_vstateless_class.C,
17861: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17862: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17863: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17864: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17865: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17866: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17867:
17868: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17869: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17870: src/include/pa_charsets.h, src/include/pa_common.h,
17871: src/include/pa_dictionary.h, src/include/pa_exception.h,
17872: src/include/pa_exec.h, src/include/pa_pool.h,
17873: src/include/pa_request.h, src/include/pa_sapi.h,
17874: src/include/pa_sql_connection.h,
17875: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17876: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17877: src/main/compile.tab.C, src/main/compile_tools.C,
17878: src/main/compile_tools.h, src/main/main.dsp,
17879: src/main/pa_charset.C, src/main/pa_charsets.C,
17880: src/main/pa_common.C, src/main/pa_dictionary.C,
17881: src/main/pa_exception.C, src/main/pa_exec.C,
17882: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17883: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17884: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17885: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17886: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17887: src/types/pa_vdouble.h, src/types/pa_venv.h,
17888: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17889: src/types/pa_vhash.h, src/types/pa_vimage.C,
17890: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17891: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17892: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17893: src/types/pa_vobject.C, src/types/pa_vobject.h,
17894: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17895: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17896: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17897: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17898: src/types/pa_vstring.h, src/types/pa_vtable.h,
17899: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17900: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17901: died, long live StringPtr
17902:
17903: 2003-01-30 paf
17904:
17905: * src/: include/pa_charset.h, include/pa_request.h,
17906: include/pa_sql_driver_manager.h, main/compile.tab.C,
17907: main/compile.y, main/compile_tools.h, main/pa_request.C,
17908: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17909:
17910: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17911: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17912: types/pa_vhash.h, types/pa_vmethod_frame.h,
17913: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17914: types/types.dsp: vstateless_class compiled
17915:
17916: * src/main/compile.C: compile compiled
17917:
17918: * src/: include/pa_array.h, include/pa_operation.h,
17919: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17920: main/pa_table.C: compile_tools compiled
17921:
17922: * src/: include/pa_operation.h, main/compile.y,
17923: main/compile_tools.C, main/compile_tools.h: started
17924: compile_tools. vagues ideas of how to free compiled code
17925:
17926: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17927: main/main.dsp, types/pa_value.C, types/pa_value.h,
17928: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17929: compiled
17930:
17931: 2003-01-29 paf
17932:
17933: * src/: include/pa_globals.h, include/pa_request.h,
17934: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17935: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17936: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17937: compiled
17938:
17939: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17940: now
17941:
17942: * src/: include/pa_array.h, include/pa_exception.h,
17943: include/pa_pool.h, main/pa_exception.C: gd compiled
17944:
17945: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17946: compiled
17947:
17948: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17949: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17950: types/pa_vfile.h: vfile compiled
17951:
17952: * src/: include/pa_common.h, include/pa_globals.h,
17953: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17954: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17955: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17956:
17957: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17958: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17959: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17960: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17961: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17962:
17963: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17964: main/main.dsp, main/untaint.C: more compiled
17965:
17966: * src/: include/pa_charsets.h, include/pa_request.h,
17967: include/pa_request_info.h, include/pa_string.h,
17968: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17969: types/pa_vresponse.h: vrequest compiled
17970:
17971: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17972: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17973: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17974:
17975: * src/: classes/classes.h, include/pa_charset.h,
17976: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17977: include/pa_request.h, include/pa_string.h, main/main.dsp,
17978: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17979: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17980: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17981: types/pa_vrequest.C, types/pa_vrequest.h,
17982: types/pa_vstateless_class.h, types/pa_vstring.h,
17983: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17984:
17985: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17986: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17987: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17988: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17989: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17990: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17991: types/pa_vobject.h, types/pa_vstateless_class.h,
17992: types/pa_vstateless_object.h, types/pa_vstatus.h,
17993: types/pa_vstring.h, types/types.dsp: vmath compiled
17994:
17995: 2003-01-28 paf
17996:
17997: * src/: classes/classes.h, classes/date.C, classes/file.C,
17998: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17999: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18000: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18001: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18002: compile_tools
18003:
18004: * src/: include/pa_charset.h, include/pa_exception.h,
18005: include/pa_request.h, include/pa_string.h, main/untaint.C:
18006: untaint compiled
18007:
18008: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18009: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18010: more compiled. struck with string::store_to needing to know
18011: source/client charsets
18012:
18013: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18014: types/pa_vfile.h: uue compiled
18015:
18016: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18017: table compiled
18018:
18019: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18020: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18021:
18022: * src/: include/pa_charset.h, main/pa_charset.C,
18023: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18024: introduced]
18025:
18026: * src/: classes/date.C, include/pa_charset.h,
18027: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18028: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18029: pa_charsets compiled
18030:
18031: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18032: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18033:
18034: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18035: common compiled
18036:
18037: * src/: include/pa_charsets.h, main/pa_charsets.C,
18038: main/pa_sql_driver_manager.C: pa_charsets compiled
18039:
18040: * src/: include/pa_array.h, include/pa_charset.h,
18041: include/pa_charsets.h, include/pa_pool.h,
18042: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18043: include/pa_stack.h, include/pa_string.h,
18044: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18045: sql_driver_manager compiled
18046:
18047: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18048: letter i with two dots added to koi, all ukranian letters added
18049: to win1251.
18050:
18051: typographic simbol 0xb9 deleted from win1251 [strange one & were
18052: abscent from koi]
18053:
18054: 2003-01-27 paf
18055:
18056: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18057: include/pa_sql_driver_manager.h, include/pa_string.h,
18058: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18059: sql/pa_sql_driver.h: paused on sql_manager
18060:
18061: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18062: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18063: include/pa_stack.h, main/pa_sql_driver_manager.C,
18064: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18065:
18066: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18067: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18068: include/pa_table.h, main/pa_sql_driver_manager.C,
18069: main/pa_table.C: table compiled
18070:
18071: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18072: cache_managers compiled
18073:
18074: * src/: include/pa_array.h, include/pa_charset.h,
18075: include/pa_pool.h, main/pa_charset.C: charset compiled
18076:
18077: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18078:
18079: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18080: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18081: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18082: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18083: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18084:
18085: 2003-01-24 paf
18086:
18087: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18088: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18089: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18090: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18091: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18092: types/pa_vint.h, types/pa_vjunction.h,
18093: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18094: types/pa_vstatus.h, types/pa_vstring.h: more patched
18095:
18096: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18097: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18098: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18099: main/pa_string.C, main/pa_table.C: string compiled
18100:
18101: * src/: include/pa_array.h, include/pa_common.h,
18102: include/pa_dictionary.h, include/pa_exception.h,
18103: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18104: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18105: main/pa_string.C: dictionary compiled
18106:
18107: 2003-01-23 paf
18108:
18109: * src/: include/pa_array.h, include/pa_common.h,
18110: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18111: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18112: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18113: types/pa_value.h: resurrected pool in new sense: now it's
18114: factory, producing&accounting memory chunks for read[autofree]
18115: buffers
18116:
18117: * src/: include/pa_array.h, include/pa_exception.h,
18118: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18119: main/pa_exception.C, main/pa_table.C: table compiled
18120:
18121: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18122: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18123: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18124: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18125: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18126: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18127: main/pa_table.C: aint that easy
18128:
18129: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18130: main/main.dsp: continued with Hash
18131:
18132: * src/main/pa_common.C: connect_string allocated on heap[wes on
18133: stack] now. and exception can be reported OK now [can be reported
18134: outside of pro c with that stack]
18135:
18136: 2003-01-22 paf
18137:
18138: * src/: include/pa_array.h, include/pa_charset.h,
18139: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18140: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18141: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18142: base: contains references_count. auto_ptr template calls
18143: add_ref/release
18144:
18145: 2003-01-21 paf
18146:
18147: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18148: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18149: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18150: classes/op.C, classes/response.C, classes/string.C,
18151: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18152: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18153: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18154: include/pa_config_fixed.h, include/pa_config_includes.h,
18155: include/pa_dictionary.h, include/pa_dir.h,
18156: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18157: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18158: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18159: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18160: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18161: include/pa_stack.h, include/pa_string.h,
18162: include/pa_stylesheet_connection.h,
18163: include/pa_stylesheet_manager.h, include/pa_table.h,
18164: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18165: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18166: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18167: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18168: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18169: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18170: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18171: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18172: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18173: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18174: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18175: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18176: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18177: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18178: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18179: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18180: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18181: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18182: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18183: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18184: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18185: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18186: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18187: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18188: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18189: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18190: types/pa_vstateless_object.h, types/pa_vstatus.C,
18191: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18192: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18193: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18194: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18195: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18196: 2002->2003
18197:
18198: 2003-01-16 paf
18199:
1.211 moko 18200: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18201: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18202: $.any-status(1)
1.95 moko 18203:
1.211 moko 18204: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18205: src/main/pa_common.C: http request now return status. and not
18206: fail on status!=200
18207:
18208: 2003-01-15 paf
18209:
18210: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18211:
18212: 2003-01-14 paf
18213:
18214: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18215: mkinstalldirs: removed some ancient files [they in / really]
18216:
18217: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18218: regretfully needed patch in two places. in config_fixed.h made
18219: stubs for lib to compile in MSVC
18220:
18221: 2003-01-13 paf
18222:
18223: * config.guess, config.sub, ltmain.sh: removed last piece of
18224: configure.in(libtool) hacks
18225:
1.116 moko 18226: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18227: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18228: ltdl.h: moved to latest libtool (1.4.3)
18229:
18230: 2003-01-10 paf
18231:
18232: * src/lib/ltdl/: configure, configure.in: PROG_NM
18233:
18234: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18235: patches. libxml2 >= 2.5.1
18236: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18237: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18238: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18239:
18240: * INSTALL: moved to latest versions of xml libs libxml2 >=
18241: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18242: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18243: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18244:
18245: 2003-01-09 paf
18246:
18247: * INSTALL: xml,xslt,gdome lib urls updated
18248:
18249: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18250: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18251: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18252: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18253: 1.7.2
1.95 moko 18254:
18255: * depcomp: moving to automake 1.7.2
18256:
18257: 2002-12-27 paf
18258:
18259: * src/include/pa_version.h: 0007
18260:
18261: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18262: outdated parts, made links to language docs
18263:
18264: * src/include/pa_config_auto.h.in: comment
18265:
18266: 2002-12-26 paf
18267:
18268: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18269: not contain trailing / fixed.
18270:
18271: * INSTALL: changing SAFE_MODE politics
18272:
18273: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18274:
18275: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18276:
18277: 2002-12-25 paf
18278:
18279: * src/main/pa_globals.C: optimized-xml
18280:
18281: * src/main/pa_globals.C: optimized-as-is
18282:
18283: 2002-12-24 paf
18284:
18285: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18286: fixed [were really called with zero size when .html?a=&b=]
18287:
18288: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18289: with --with-sendmail
18290:
18291: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18292: fixed]
18293:
18294: 2002-12-23 paf
18295:
18296: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18297: ignoring parameters & were storing only string with default
18298: expires
18299:
18300: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18301: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18302: December 23, 2002 4:22 AM Subject: bug â
18303: Charset::transcode_buf2xchar
18304:
18305: 2002-12-20 paf
18306:
18307: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18308: non-cgi [script] runs
18309:
18310: 2002-12-19 paf
18311:
18312: * INSTALL: --without-iconv recommended [it crashes on some systems
18313: [tested on elik]] moreover, it's not needed there [parser
18314: registers charsets itself]
18315:
18316: * INSTALL: --without-iconv recommended [it crashes on some systems
18317: [tested on elik]]
18318:
1.211 moko 18319: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18320: src/include/pa_request.h, src/main/pa_globals.C,
18321: src/main/pa_request.C: $response:download
18322:
18323: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18324: compiler [win32]].
18325:
18326: 2002-12-18 paf
18327:
18328: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18329:
18330: 2002-12-17 paf
18331:
18332: * src/targets/cgi/parser3.C: merged die&iis changes
18333:
18334: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18335: to exit(1) 2. more flexible iilegal call check
18336:
18337: 2002-12-16 paf
18338:
18339: * ltmain.sh: some automakes silly insist on having this handy
18340:
18341: * src/main/untaint.C: filespec russian small 'r' changed to latin
18342: 'p' bug fix
18343:
18344: 2002-12-15 paf
18345:
18346: * src/main/untaint.C: filespec russian small 'r' changed to latin
18347: 'p'
18348:
18349: * configure.in, src/include/pa_config_auto.h.in,
18350: src/main/compile.C, src/main/pa_common.C: merged small changes
18351: from branch 6 to HEAD
18352:
18353: * src/main/compile.C: removed warning
18354:
18355: * src/main/pa_common.C: ftruncate having checked
18356:
18357: * configure.in, src/include/pa_version.h: new version
18358:
18359: 2002-12-14 paf
18360:
18361: * src/classes/table.C: removed unnecessary code
18362:
18363: * src/sql/pa_sql_driver.h: exception type fixed
18364:
18365: 2002-12-09 paf
18366:
18367: * src/types/pa_vvoid.h: $void.store[now] error
18368:
18369: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18370:
18371: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18372: tries to write core dump
18373:
18374: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18375:
18376: * src/: classes/hash.C, classes/string.C, classes/table.C,
18377: classes/void.C, main/pa_sql_driver_manager.C,
18378: sql/pa_sql_driver.h: changed exception handling mech in sql
18379: handlers #2
18380:
18381: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18382: exception handling mech in sql handlers
18383:
18384: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18385: handlers
18386:
18387: * src/: classes/hash.C, classes/string.C, classes/table.C,
18388: classes/void.C, main/pa_sql_driver_manager.C,
18389: sql/pa_sql_driver.h: changed exception handling mech in sql
18390: handlers
18391:
1.116 moko 18392: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18393: to write makefile which used libtool to install things, which is
18394: not needed
1.95 moko 18395:
18396: 2002-12-06 paf
18397:
1.211 moko 18398: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18399: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18400: more like 'table'
1.95 moko 18401:
18402: 2002-12-05 paf
18403:
18404: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18405: cc/bcc OK now
18406:
18407: * src/main/untaint.C: mail header closed properly
18408:
18409: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18410: header ',' allowed. still bugs in smtp [only one receiptient
18411: works, cc, bcc ignored now, and MAILED ;)]
18412:
18413: [strncpy killed, memnchr used]
18414:
18415: * src/main/pa_table.C: table-copy now current=0
18416:
18417: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18418: lowlevel proc
18419:
18420: * src/targets/cgi/parser3.C: more checks on
18421: http://domain/parser.cgi start [maybe some getenv returns "",
18422: checked that now
18423:
18424: * src/targets/cgi/parser3.C: more checks on
18425: http://domain/parser.cgi start [maybe some getenv returns "",
18426: checked that now
18427:
18428: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18429: out-of-mem errors reached log]
18430:
18431: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18432: mail:send MIME-Version default
18433:
18434: * src/main/main.dsp: pa_version included into main.dsp
18435:
18436: 2002-12-04 paf
18437:
18438: * src/types/pa_vform.C: $form:field string value cut by premature 0
18439:
18440: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18441: lib/libltdl -> lib/ltdl Win32 changes. s
18442:
18443: * src/classes/classes.awk: more strict *.C$
18444:
18445: * gnu.dsp: restored
18446:
1.116 moko 18447: * configure.in, gnu.dsp, src/lib/Makefile.am,
18448: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18449: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18450: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18451: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18452: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18453: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18454: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18455: now created with /configure, not ltdl/configure, so it does have
18456: no problems with automake. ltdl/configure
18457: AC_OUTPUT(Makefile<<removed)
1.95 moko 18458:
18459: 2002-12-02 paf
18460:
1.211 moko 18461: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18462:
18463: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18464: src/main/pa_common.C, src/main/pa_request.C,
18465: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18466: tainted parts becomes http-header
18467:
18468: 2002-11-29 paf
18469:
1.211 moko 18470: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18471: operators.txt: exif dates now objects of type date
1.95 moko 18472:
18473: * src/classes/image.C: file.seek removed [it were used in image.C
18474: only, and for parser user this means that jpeg image has bad
18475: size in fragment's header] now used image.format
18476:
18477: * src/: include/pa_common.h, main/pa_common.C,
18478: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18479: now handled exactly like $response:header values. e.g. can be
18480: hash [can have subattributes] & contain date values.
18481:
18482: * src/main/pa_common.C: http:// param values lang forced URI
18483:
18484: * src/main/pa_common.C: http:// tainted partes now %xx
18485:
18486: 2002-11-28 paf
18487:
1.211 moko 18488: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18489:
18490: * src/classes/image.C: ^image.length now counts interchar space.
18491: plus space after last char
18492:
18493: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18494:
18495: * src/classes/image.C: ^image.font width measurer now scans full
18496: height [were -1]
18497:
18498: * configure.in: stopped double libltdl/Makefile generation
18499:
18500: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18501: chars [one top horizontal line of 1pixel height were missing]
18502:
18503: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18504: 'false' to go into (Hash *) parameter
18505:
18506: 2002-11-27 paf
18507:
18508: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18509: types/pa_vmail.C: response:body[file] if file nows it's name now
18510: returns content-disposition: >>attachment<<
18511:
18512: * src/classes/image.C: ^image.font << bad font file-size now
18513: properly reported
18514:
18515: 2002-11-26 paf
18516:
18517: * src/main/pa_request.C: fixed lang in reponse header
18518:
18519: * src/main/pa_common.C: utf8 prefix ignored @read text
18520:
1.211 moko 18521: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18522: response status!=200 made exception: http.status with source=bad
18523: status#
1.95 moko 18524:
18525: 2002-11-25 paf
18526:
18527: * configure.in, src/classes/image.C,
18528: src/include/pa_config_auto.h.in,
18529: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18530: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18531: const void related probs fixed
1.95 moko 18532:
1.211 moko 18533: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18534: fields now UPPERCASE
1.95 moko 18535:
18536: $file[^file::load[http://there]] $file.SERVER
18537:
18538: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18539: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18540: http options [invalid onces now reported] made default
18541: user-agent: paf
18542:
1.211 moko 18543: * operators.ru.txt, operators.txt, src/classes/file.C,
18544: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18545: src/include/pa_globals.h, src/main/pa_common.C,
18546: src/main/pa_globals.C, src/main/pa_request.C,
18547: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18548: now understand http:// prefix and additional params, sample:
18549: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18550: $.USER-AGENT[parser3] ]]
18551:
18552: 2002-11-22 paf
18553:
18554: * src/classes/image.C, src/include/pa_globals.h,
18555: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18556: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18557: $image.exif support $image.exif.DateTime & co
1.95 moko 18558:
18559: 2002-11-21 paf
18560:
18561: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18562: _PASS_APPENDED)
18563:
18564: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18565: EXIF information [were big block and it's size were considered
18566: negative :(]
18567:
1.211 moko 18568: * operators.ru.txt, operators.txt, src/classes/image.C,
18569: src/include/pa_common.h, src/main/pa_common.C,
18570: src/types/pa_vmail.C: image.measure internals rewritten. no
18571: there's reader.seek, and all's ready for EXIF extraction [now we
18572: fail to measure files with EXIF info]
1.95 moko 18573:
18574: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18575: O_TRUNC truncates even exclusevely write-locked file [thanks to
18576: Igor Milyakov <virtan@rotabanner.com> for discovering]
18577:
18578: 2002-11-20 paf
18579:
18580: * src/targets/cgi/parser3.C: logging @signal += query_string
18581:
18582: * configure.in, src/include/pa_config_auto.h.in,
18583: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18584: comment
18585:
18586: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18587:
18588: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18589: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18590: currently processed document SIGPIPE >> interrupts request
18591: processing [exception = DB rollback]
18592:
18593: * src/main/pa_exec.C: comment
18594:
18595: * src/main/pa_exec.C: pa_exec: data written only if size>0
18596:
1.211 moko 18597: * operators.ru.txt, operators.txt, src/classes/file.C:
18598: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18599:
18600: * src/: include/pa_config_fixed.h, main/pa_common.C,
18601: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18602: pipe read errors now checked
18603:
18604: 2002-11-19 paf
18605:
18606: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18607: CGI: Illegal call
18608:
18609: 2002-11-01 paf
18610:
18611: * src/main/execute.C: comment
18612:
18613: 2002-10-31 paf
18614:
18615: * src/main/execute.C: found out why, checked that for now. todo:
18616: find out a way for that user could do that
18617:
18618: * src/types/pa_vstateless_object.h: object put replaces static
18619: parent if any
18620:
18621: * src/types/pa_vobject.C: object put replaces static parent if any
18622:
18623: * src/: classes/form.C, classes/mail.C, classes/op.C,
18624: classes/xnode.h, main/compile.tab.C, main/execute.C,
18625: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18626: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18627: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18628: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18629: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18630: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18631: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18632: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18633: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18634: types/pa_vstateless_object.h, types/pa_vstatus.C,
18635: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18636: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18637: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18638: types/pa_wwrapper.h: static fix merged
18639:
18640: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18641: $virtual_fields in dynamic, but one can reach derived
18642: static[class] variable from base
18643:
18644: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18645: types/pa_vobject.C, types/pa_vobject.h,
18646: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18647: statics, left $virtual_fields in dynamic
18648:
18649: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18650: one can't remember derivates in base class: there's so many of
18651: them. also there can be no virtual method calls in static
18652: classes
18653:
18654: * src/: classes/form.C, classes/mail.C, classes/op.C,
18655: classes/xnode.h, main/execute.C, main/pa_request.C,
18656: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18657: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18658: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18659: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18660: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18661: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18662: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18663: types/pa_vresponse.C, types/pa_vresponse.h,
18664: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18665: types/pa_vstateless_object.h, types/pa_vstatus.C,
18666: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18667: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18668: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18669: types/pa_wwrapper.h: static call $self fixed
18670:
18671: * src/main/execute.C: comment
18672:
18673: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18674: ^process[$caller.self]{...} now compiles to last derived object
18675: part of that 'self'
18676:
18677: 2002-10-29 paf
18678:
18679: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18680: re-passing [iis to blame]
18681:
18682: * src/classes/string.C: changed string.save to pass current sql
18683: connection to cstr thus one can ^connect[some server]{
18684: $s[insert into table x (x) values (^taint[sql]{value})]
18685: ^s.save[some.sql] } and he'd get in some.sql file code with
18686: properly escaped. [tried in mssql->mysql export->import of
18687: binary data]
18688:
18689: 2002-10-25 paf
18690:
18691: * src/types/pa_vresponse.C: case insensitive response user fields
18692: get/put
18693:
18694: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18695: types/pa_vresponse.C: saving for maybe-future
18696:
18697: 2002-10-23 paf
18698:
1.211 moko 18699: * operators.ru.txt, operators.txt, src/classes/table.C:
18700: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18701:
18702: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18703:
18704: 2002-10-22 paf
18705:
18706: * src/types/: pa_vform.C, pa_vform.h: removed needless
18707: VForm::Append...(...Value)
18708:
18709: * src/main/execute.C: $.name outside of $name[...] checked
18710:
18711: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18712: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18713:
18714: 2002-10-21 paf
18715:
1.211 moko 18716: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18717: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18718:
1.211 moko 18719: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18720: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18721:
1.211 moko 18722: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18723: $form:image-map
1.95 moko 18724:
1.211 moko 18725: * operators.ru.txt, operators.txt, src/classes/file.C:
18726: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18727:
18728: 2002-10-17 paf
18729:
18730: * src/main/: compile.tab.C, compile.y: operators precedence changed
18731: a little: logical not and bitwise negation precedence made
18732: highest, << and >> bitshits precedence made equal [were << higher
18733: than >>]
18734:
18735: * src/classes/op.C: exception handling fixed [were bad with
18736: contexts]
18737:
18738: 2002-10-16 paf
18739:
18740: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18741: main/pa_request.C: Request::self considered equal to
18742: VMethodFrame::self, and removed, Request::get_self() mapped to
18743: VMethodFrame.self()
18744:
18745: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18746: $hash in open field now gives old good error meesage
18747:
18748: 2002-10-15 paf
18749:
18750: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18751: use ^if($junction is junction){was and now true}
18752:
18753: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18754: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18755: types/pa_vxnode.C: xml->parser strings now have origin, which
18756: points to place where value left xml library and came to parser:
18757: place of dom field extraction/call
18758:
18759: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18760: main/compile.tab.C, main/compile.y, main/execute.C,
18761: types/pa_vmethod_frame.h: removed last pieces of old code
18762: allowing $junction.xxx at compile time
18763:
18764: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18765: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18766: objects also considered [were only classes]
18767:
18768: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18769: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18770: with CLASS self. [ (request&method_frame).self temporarily
18771: changed ]
18772:
18773: * src/classes/: hash.C, op.C: method_frame now always changed, with
18774: no exception to native calls. for&foreach changed to use
18775: method_frame.caller for their var's name context
18776:
18777: * src/: main/execute.C, targets/cgi/parser3.C,
18778: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18779: compiling to system classes disabled
18780:
1.211 moko 18781: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18782: ^process[$caller.CLASS]{code-string} added
18783:
1.211 moko 18784: * operators.ru.txt, operators.txt, src/classes/op.C,
18785: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18786: src/main/pa_request.C, src/types/Makefile.am,
18787: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18788: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18789: $junction.get $junction.set[] introducing $caller
1.95 moko 18790:
18791: * src/types/pa_value.h: removed outdated comments. doxygen would
18792: find them lower by inheritance tree
18793:
18794: * src/types/pa_vjunction.C: ident
18795:
18796: 2002-10-14 paf
18797:
18798: * src/classes/op.C: process compiles to code's class class
18799:
18800: * src/: classes/form.C, classes/mail.C, classes/op.C,
18801: include/pa_request.h, main/compile.C, main/compile.tab.C,
18802: main/compile.y, main/execute.C, main/pa_request.C,
18803: types/pa_vstateless_class.h: operators now main-class-methods
18804:
18805: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18806: better stack trace [has "call" & co there]
18807:
18808: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18809: operators @auto now executed in MAIN context
18810:
18811: * src/main/execute.C: operator execution context now = MAIN, not
18812: closest stack frame
18813:
18814: @touchit[] $i[after]
18815:
18816: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18817: were 'after'
18818:
18819: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18820: 'after'
18821:
18822: * src/main/execute.C: comment
18823:
18824: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18825: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18826: action]
18827:
18828: * src/types/pa_vxnode.C: misreplace fixed
18829:
18830: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18831: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18832: $status:rusage.tv_secs/usecs introduced
18833:
18834: 2002-10-09 paf
18835:
18836: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18837: on empty string [or uses (default)]
18838:
18839: 2002-10-08 paf
18840:
18841: * src/main/untaint.C: mail header quoted printable changed after
18842: RFC reread
18843:
1.211 moko 18844: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18845:
18846: * src/types/pa_vxnode.C: misreplace
18847:
18848: 2002-09-24 paf
18849:
1.116 moko 18850: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18851:
18852: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18853: mailreceive would compile on freebsd now
18854:
18855: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18856: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18857: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18858: mailreceive would compile on freebsd now
1.95 moko 18859:
18860: * src/: classes/file.C, main/untaint.C: 1. file spec language
18861: changed: now there are only few chars are untainted: * ? ' " < >
18862: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18863: one should use ^untaint[uri]{...} now]
18864:
18865: 2. $list[^file:list[dir]] now returns simply tainted names in
18866: $list.name, not tainted as filespec
18867:
18868: @russianindex[] #dir with files with russian-lang names
18869: $where[dir]
18870:
18871: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18872: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18873:
18874: 2002-09-23 paf
18875:
18876: * src/types/pa_vdouble.h: double->int round added
18877:
18878: * src/classes/date.C: date bug fix, now
18879: round(floatDays*secondsPerDay)
18880:
18881: * src/classes/date.C: date bug fix, now
18882: round(floatDays*secondsPerDay)
18883:
18884: 2002-09-20 paf
18885:
18886: * src/main/execute.C: code junction calls disabled [before: code
18887: was compiled in such a way, that there were no code-junctions in
18888: OP_CALL]
18889:
18890: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18891:
18892: @badjunctioncallinside[code] ^code[]
18893:
18894: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18895: expanding to include ^junction.method
18896:
18897: * src/main/pa_common.C: -d "DIR/" now true
18898:
18899: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18900: as internal xdoc encoding, and after decoding attributes set by
18901: dom functions now encoded OK, not as digital entities
18902:
18903: * src/classes/xdoc.C: empty transform result, being taken as file
18904: now returns empty file, not raises stupid error about "stat-ed
18905: file"
18906:
18907: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18908: allowed
18909:
18910: * src/types/types.dsp: introducing $junction.get/put(1) one can
18911: write iterators now:
18912:
18913: ^user-foreach[key;value]{$key=$value<br>}
18914:
18915: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18916: $code.value($i*2) $code }
18917:
18918: * src/main/compile_tools.h: mistype
18919:
1.116 moko 18920: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18921: thus taking linking options configure changes into account [were:
18922: ignoring]
1.95 moko 18923:
18924: * src/types/: pa_vjunction.C, Makefile.am: introducing
18925: $junction.get/put(1) one can write iterators now:
18926:
18927: ^user-foreach[key;value]{$key=$value<br>}
18928:
18929: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18930: $code.value($i*2) $code }
18931:
18932: * src/: include/pa_opcode.h, include/pa_request.h,
18933: main/compile.tab.C, main/compile.y, main/execute.C,
18934: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18935: introducing $junction.get/put(1) one can write iterators now:
18936:
18937: ^user-foreach[key;value]{$key=$value<br>}
18938:
18939: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18940: $code.value($i*2) $code }
18941:
18942: 2002-09-19 paf
18943:
1.116 moko 18944: * Makefile.am: new: make commit
1.95 moko 18945:
18946: * aclocal.m4: forced to be older
18947:
18948: 2002-09-18 paf
18949:
18950: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18951: src/main/compile.y, src/main/execute.C: << >> int shifts
18952:
18953: * src/: include/pa_common.h, include/pa_request.h,
18954: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18955: - now this - fatal error
18956:
18957: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18958: that one can pass binary data there
18959:
18960: * src/: classes/date.C, classes/double.C, classes/file.C,
18961: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18962: classes/op.C, classes/response.C, classes/string.C,
18963: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18964: include/pa_request.h: pa_request contexts made privated, plus
18965: get_{self/method_frame} to read. Request_context_saver used in
18966: ^try to save flang too. [were not saved]
18967:
18968: * src/types/pa_vresponse.C: header value chains joined before
18969: output, this should help $.subject[$var $var] from being
18970: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18971:
18972: 2002-09-17 paf
18973:
18974: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18975: removed changes, operators executed with calling self. lots of
18976: code with ^include code relies on defined/defining self variables
18977:
18978: $a[1] ^include[print_a.p] print_a.p: $a
18979:
18980: ^include[set_a.p] a=$a set_a.p: $a[1]
18981:
18982: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18983: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18984: types/pa_vstateless_class.h: operators now executed with MAIN
18985: self. it's for ^include sake, too strong a change
18986:
18987: * src/classes/op.C: made place for ^process to compile it's code to
18988: in case of no self
18989:
18990: * src/main/execute.C: found ancient param to Junction, removed.
18991: allowed passing self to native_code_operators [for ^process to
18992: work, she needs self]
18993:
18994: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18995: types/pa_vstateless_class.h: found ancient param to Junction,
18996: removed. allowed passing self to native_code_operators [for
18997: ^process to work, she needs self]
18998:
18999: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19000: types/pa_value.h, types/pa_vmethod_frame.h,
19001: types/pa_vstateless_class.h: allowed Request.self to be 0,
19002: checked that in VMethodFrame get/put and $self.
19003:
19004: * src/classes/: table.C, xdoc.C: table::sql options table::create
19005: copy options options checked, wrong option now fatal error
19006:
19007: * src/main/pa_string.C: string.replace fixed [were missing words on
19008: pieces boundaries]
19009:
1.150 moko 19010: * configure, configure.in: .so now detected [can be .sl on hpux,
19011: .dll on cygwin, .so in other cases)
1.95 moko 19012:
19013: * configure, configure.in: .so now detected [can be .sl on hpux,
19014: .dll on cygwin, .so in other cases)
19015:
1.211 moko 19016: * operators.ru.txt, operators.txt, src/classes/hash.C,
19017: src/classes/table.C, src/include/pa_globals.h,
19018: src/main/pa_globals.C: table.sql hash::sql flag to allow
19019: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19020:
19021: * src/: classes/hash.C, classes/table.C,
19022: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19023: now errors
19024:
19025: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19026:
19027: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19028: ,2,3]
19029:
19030: 2002-09-16 paf
19031:
19032: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19033: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19034: stdout to be binary. now detected closest header break.
19035:
19036: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19037: closed right
19038:
19039: 2002-09-13 paf
19040:
1.211 moko 19041: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19042: src/main/compile.y, src/main/compile_tools.h: (expression
19043: #comment)
1.95 moko 19044:
19045: (multiline expression #comment line2 #comment )
19046:
19047: (expression #comment with (brackets) comment) << OK
19048:
1.211 moko 19049: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19050: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19051: for expression #comments]
1.95 moko 19052:
19053: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19054: error
19055:
19056: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19057: cheched in pa_socks.C
19058:
1.116 moko 19059: * configure, configure.in, src/include/pa_config_auto.h.in:
19060: HAVE_WINSOCK_H created in configure.in
1.95 moko 19061:
19062: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19063: cookie date now clean [were mistakenly tainted & that worked bad
19064: with opera -- 'happily' that worked OK with msie]
19065:
19066: 2002-09-12 paf
19067:
19068: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19069: VClass get_element now first looks to fields, next to methods &
19070: co todo: the rest reason: more speed
19071:
19072: * src/main/untaint.C: quoted printable encoding stops before
19073: \s*<...>$
19074:
19075: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19076: stops before <...>$
19077:
19078: 2002-09-11 paf
19079:
19080: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19081: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19082: forgot to check users of those funcs. not all were using that
19083: return value convention
19084:
19085: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19086: windows-1254 added
19087:
19088: 2002-09-10 paf
19089:
19090: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19091: VCodeFrame parent param were specified badly
19092:
19093: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19094: WWrapper which used in constructing objects(second param to sql
19095: method) ^...sql{}[$.default{code}] now has parent, wich helps
19096: code in hash to survivi
19097:
19098: * src/: include/pa_request.h, main/execute.C: removed redundant
19099: param to execute [stack said 'thanks']
19100:
19101: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19102: types/pa_value.h, types/pa_vcode_frame.h,
19103: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19104: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19105: responsibility to wcontext
19106:
19107: * src/classes/file.C: decided not to log exec's with stderr, that
19108: could be warnings, and it's up to scritper to log/show them
19109:
19110: * src/: classes/double.C, main/execute.C: double:sql badly called
19111: write_assign_lang, not write_no_lang, thus doing unnecessary
19112: double/string converstion, which were loosing time&precesion
19113:
19114: * src/: main/pa_charset.C, types/pa_vmail.C:
19115: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19116: case of unfinished in buffer processing, causing accidental
19117: transcode stop [in case that source enc != utf-8 & there is
19118: incomplete utf-8 sequence at the end of 16000block iside of
19119: libxml lib] tfm readed & code updated
19120:
19121: 2002-09-04 paf
19122:
19123: * configure: makes with sjlj
19124:
19125: * INSTALL, src/include/pa_config_fixed.h,
19126: src/include/pa_sql_connection.h,
19127: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19128: checked. on win32 it made default
19129:
19130: * src/include/pa_config_auto.h.in: sjlj define
19131:
19132: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19133: can not work with longjump/throw pair, and one must switch that
19134: on there. todo: detect that automatically]
19135:
19136: * src/types/pa_vxnode.C: removed too strong checks of
19137: xnode.elements. now, for instance, if element does not have any
19138: attributes, $xnode.attributes is void, not error
19139:
19140: 2002-09-02 paf
19141:
1.211 moko 19142: * operators.ru.txt, operators.txt, src/main/execute.C,
19143: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19144:
19145: * src/main/execute.C: double_result made to move that var away from
19146: hungry g++ optimizer (-O2), before: it were optimized and
19147: comparison operators worked badly
19148:
19149: * src/types/pa_vdate.h: removed debug
19150:
1.116 moko 19151: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19152:
19153: * src/main/execute.C: fixed numeric < & co so that thay now use
19154: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19155: unknown reason.
19156:
19157: 2002-08-29 paf
19158:
19159: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19160: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19161: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19162: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19163: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19164: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19165: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19166: [called less frequent, allowed to remove ugly
19167: Junction.change_context-s from many places, switch,
19168: mail:send..html{}, ..] request.root renamed to method_frame [more
19169: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19170: [speed up]
19171:
19172: 2002-08-28 paf
19173:
19174: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19175: tainted
19176:
19177: * src/types/pa_vcookie.C: fixed cookie delete when
19178: $cookie:name[$.value[]]
19179:
1.211 moko 19180: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19181: ^string.split[delim[;options]]
19182:
19183: 2002-08-27 paf
19184:
1.116 moko 19185: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19186:
1.211 moko 19187: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19188: src/main/compile.y: # now delimiter
1.95 moko 19189:
19190: * INSTALL: recommended latest gmime 1.0.5
19191:
19192: 2002-08-26 paf
19193:
19194: * configure, configure.in: apache13/hook added to make dist.
19195:
19196: 2002-08-23 paf
19197:
19198: * src/: include/pa_common.h, main/pa_common.C,
19199: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19200: beside binary [cgi, isapi] not accessible [due to bad rights or
19201: whatever] it's error now
19202:
19203: 2002-08-21 paf
19204:
1.116 moko 19205: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19206:
19207: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19208: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19209: class". compiled as if here they named base class
19210:
19211: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19212: cloning constructor]
19213:
19214: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19215:
1.150 moko 19216: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19217: $mail.received.file.value.content-type fixed
19218:
19219: 2002-08-20 paf
19220:
19221: * src/classes/file.C: fixed language of file:file result
19222:
1.211 moko 19223: * operators.ru.txt, operators.txt, src/classes/void.C:
19224: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19225:
1.211 moko 19226: * operators.ru.txt, operators.txt, src/classes/void.C:
19227: ^void.pos[...] = -1
1.95 moko 19228:
1.211 moko 19229: * operators.ru.txt, operators.txt, src/classes/void.C:
19230: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19231:
1.211 moko 19232: * src/classes/void.C, operators.ru.txt, operators.txt:
19233: ^void.length[] = 0
1.95 moko 19234:
19235: 2002-08-19 paf
19236:
19237: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19238: work now
19239:
19240: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19241: error in xnode, which were not catched in xdoc]
19242:
19243: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19244: prepared: // validate each document after load/create (?)
19245: //xmlDoValidityCheckingDefaultValue = 1;
19246:
19247: 2002-08-15 paf
19248:
19249: * src/classes/classes.h: write to static var caused useless
19250: Exception, introduced Methoded::put_element wich consumes those
19251:
1.211 moko 19252: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19253: src/main/pa_common.C, src/types/pa_vcookie.C,
19254: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19255: src/types/pa_vresponse.h: $response:field[date]
19256: $response:field[$.xxx[date]]
1.95 moko 19257:
19258: * src/: classes/hash.C, classes/string.C, classes/table.C,
19259: classes/void.C, include/pa_sql_connection.h: fixed source of
19260: ^hash::sql{bad}
19261:
1.211 moko 19262: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19263: request body
1.95 moko 19264:
19265: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19266:
19267: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19268: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19269:
1.211 moko 19270: * operators.ru.txt, operators.txt, src/classes/form.C,
19271: src/include/pa_pool.h, src/include/pa_request.h,
19272: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19273: planning/preparing_to $request:body r.post_data now const
1.95 moko 19274:
19275: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19276: classes/xnode.C, main/execute.C, types/pa_value.h,
19277: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19278: types/pa_vtable.h: instead of type() checking everywhere used
19279: Value.as now user descendants can be used in params.
19280:
19281: VObject::as_*, is_defined now taken from bases. xtable(table)
19282: ^if($xtable) now OK
19283:
19284: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19285: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19286: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19287:
19288: 2002-08-14 paf
19289:
19290: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19291: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19292: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19293: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19294: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19295: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19296: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19297: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19298: types/pa_vresponse.C, types/pa_vresponse.h,
19299: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19300: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19301: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19302: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19303: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19304: & VClass
19305:
19306: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19307:
19308: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19309: removed fixopt stupidity. on stupid linux use cd /document/root
19310: ../cgi/parser3 script
19311:
19312: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19313: params, splitting them by space, excluding argv[0], argv[argc-1]
19314:
19315: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19316: fixopt.h: fixopt now preprocesses command line params, splitting
19317: them by space, excluding argv[0], argv[argc-1]
19318:
19319: * src/targets/cgi/parser3.C: -f config file
19320:
19321: * src/targets/cgi/parser3.C: fixed .log file dir
19322:
19323: 2002-08-13 paf
19324:
19325: * src/types/pa_vobject.C: allow override parent variables, useful
19326: for form descendants [in vobject too, were in vclass]
19327:
19328: * src/types/pa_vclass.C: allow override parent variables, useful
19329: for form descendants
19330:
19331: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19332: overwritten in derived(table)
19333:
19334: * src/: classes/form.C, classes/mail.C, classes/op.C,
19335: classes/xnode.h, include/pa_request.h, main/execute.C,
19336: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19337: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19338: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19339: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19340: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19341: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19342: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19343: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19344: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19345: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19346: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19347: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19348: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19349: Value::get_element(..., bool looking_down) [needed to exclude
19350: endless recoursion]
19351:
19352: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19353: fix bug with put endless recoursion todo: check 'as'
19354:
19355: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19356: reorganized modules todo: fix bug with put endless recoursion
19357: todo: check 'as'
19358:
19359: * src/types/pa_vobject.h: checked: table fields can be overwritten
19360: in derived(table)
19361:
19362: * src/types/pa_vobject.h: derived classes can have fields of their
19363: own now
19364:
19365: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19366: fixed error message on using non-created table
19367:
19368: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19369: classes/op.C, classes/xnode.h, include/pa_request.h,
19370: main/compile.C, main/compile.tab.C, main/execute.C,
19371: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19372: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19373: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19374: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19375: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19376: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19377: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19378: types/pa_vresponse.C, types/pa_vresponse.h,
19379: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19380: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19381: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19382: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19383: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19384: looking down/up tree todo: fix error message on non-constructed
19385: parents
19386:
19387: 2002-08-12 paf
19388:
19389: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19390: derived OK
19391:
19392: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19393: thorough testing
19394:
19395: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19396: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19397: types/pa_vobject.h, types/pa_vstateless_class.h,
19398: types/pa_vstateless_object.h, types/pa_wcontext.h,
19399: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19400: ^base:create[] dynamic call rewritten todo: thorough testing
19401:
19402: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19403: now instantates base class, remembers it and saves child in
19404: parent VObject.get_class now returns last child = downward
19405: virtual calls OK
19406:
19407: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19408: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19409: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19410: types/pa_vobject.h, types/pa_vresponse.h,
19411: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19412: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19413: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19414: VAliased [redundant], moved $CLASS to VObject only [parser class
19415: instance]
19416:
19417: * src/main/pa_request.C: $response:body[file] content-type check
19418: fixed [were bad when content-type is hash]
19419:
19420: 2002-08-09 paf
19421:
19422: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19423: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19424:
19425: 2002-08-08 paf
19426:
1.211 moko 19427: * operators.ru.txt, operators.txt, src/classes/date.C,
19428: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19429: month calendar [week year]
1.95 moko 19430:
19431: * src/main/execute.C: error reporting on object writes to MAIN
19432: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19433:
1.211 moko 19434: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19435: $date.yearday $date.daylightsaving
1.95 moko 19436:
19437: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19438: use tainted data now. only she must specify the language.
19439:
19440: ^mail:send[ $.from[paf@mail.design.ru]
19441: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19442: $.text[^taint[uri][ìîñêâà]=] ]
19443:
19444: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19445: now prints more precise origin
19446:
19447: * src/include/pa_string.h: String::first_char now not fails on
19448: empty strings ^if(-f '') now ok and in 3 other places.
19449:
1.211 moko 19450: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19451: src/main/pa_string.C: String::first_char now not fails on empty
19452: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19453:
19454: 2002-08-07 paf
19455:
19456: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19457: fixed
19458:
19459: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19460:
19461: * src/: main/execute.C, types/pa_vcode_frame.h,
19462: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19463: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19464: mistakenly not completely transparent to object writes.
19465: $hash[^if(1){$hash}] now works
19466:
1.211 moko 19467: * operators.ru.txt, operators.txt, src/classes/op.C:
19468: ^cache...{...^cache<<to past...} now erasing cache file [there
19469: were bad check on that]
1.95 moko 19470:
19471: * src/: classes/classes.dsp, classes/table.C,
19472: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19473: all Debug dirs in .dsp now named 'Debug'
19474:
1.116 moko 19475: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19476:
1.211 moko 19477: * operators.ru.txt, operators.txt, src/classes/mail.C:
19478: exception_type email.send
1.95 moko 19479:
1.211 moko 19480: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19481: exception_type email.format
1.95 moko 19482:
19483: * src/types/pa_vmail.C: mail:send empty email checked
19484:
19485: 2002-08-06 paf
19486:
1.211 moko 19487: * operators.ru.txt, operators.txt, src/classes/table.C,
19488: src/include/pa_array.h, src/include/pa_table.h,
19489: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19490: ^table::create[$source;$.options] ^table::join[$source;$.options]
19491:
1.211 moko 19492: * operators.ru.txt, operators.txt, src/classes/hash.C,
19493: src/classes/string.C, src/classes/table.C: sql options can be
19494: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19495:
19496: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19497:
19498: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19499: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19500: $file.content-type [instead of .mime-type] now works for
19501: file::stat also
19502:
19503: * src/main/pa_request.C: case insensitive mime_type_of
19504:
19505: 2002-08-05 paf
19506:
19507: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19508:
19509: * src/types/pa_vmail.C: file buffer relocated to parser heap
19510:
1.211 moko 19511: * operators.ru.txt, operators.txt: comment on date:calendar week
19512: column
1.95 moko 19513:
19514: * src/main/pa_common.C: write checked
19515:
19516: * src/main/: pa_common.C: write checked
19517:
19518: * src/classes/date.C: +1 buf size for stupid snprintfs
19519:
19520: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19521: month calendar week column [ISO 8601 Week Numbers]
19522:
19523: 2002-08-02 paf
19524:
19525: * src/: include/pa_config_fixed.h, main/pa_string.C,
19526: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19527: DEBUG*
19528:
19529: * configure, configure.in, src/include/pa_version.h: release
19530: 3_0_0005
19531:
19532: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19533: multipart post fixed
19534:
1.211 moko 19535: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19536: src/types/pa_vform.C: response transcoded source->client only
19537: when text/* or simple onoverridden $response:body
1.95 moko 19538:
19539: 2002-08-01 paf
19540:
19541: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19542: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19543: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19544: classes/op.C, classes/response.C, classes/string.C,
19545: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19546: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19547: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19548: include/pa_config_fixed.h, include/pa_dictionary.h,
19549: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19550: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19551: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19552: include/pa_socks.h, include/pa_sql_connection.h,
19553: include/pa_sql_driver_manager.h, include/pa_stack.h,
19554: include/pa_string.h, include/pa_stylesheet_connection.h,
19555: include/pa_stylesheet_manager.h, include/pa_table.h,
19556: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19557: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19558: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19559: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19560: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19561: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19562: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19563: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19564: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19565: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19566: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19567: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19568: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19569: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19570: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19571: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19572: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19573: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19574: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19575: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19576: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19577: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19578: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19579: types/pa_vmethod_frame.h, types/pa_vobject.h,
19580: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19581: types/pa_vresponse.h, types/pa_vstateless_class.C,
19582: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19583: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19584: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19585: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19586: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19587: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19588:
19589: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19590: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19591: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19592: classes/math.C, classes/op.C, classes/response.C,
19593: classes/string.C, classes/table.C, classes/void.C,
19594: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19595: include/pa_array.h, include/pa_cache_managers.h,
19596: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19597: include/pa_config_fixed.h, include/pa_config_includes.h,
19598: include/pa_dictionary.h, include/pa_dir.h,
19599: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19600: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19601: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19602: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19603: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19604: include/pa_stack.h, include/pa_string.h,
19605: include/pa_stylesheet_connection.h,
19606: include/pa_stylesheet_manager.h, include/pa_table.h,
19607: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19608: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19609: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19610: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19611: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19612: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19613: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19614: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19615: main/pa_sql_driver_manager.C, main/pa_string.C,
19616: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19617: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19618: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19619: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19620: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19621: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19622: targets/isapi/pool_storage.h, types/pa_valiased.C,
19623: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19624: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19625: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19626: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19627: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19628: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19629: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19630: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19631: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19632: types/pa_vresponse.C, types/pa_vresponse.h,
19633: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19634: types/pa_vstateless_object.h, types/pa_vstatus.C,
19635: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19636: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19637: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19638: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19639: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19640: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19641: types/Makefile.am: ident.C* removed
19642:
1.211 moko 19643: * operators.ru.txt, operators.txt, src/classes/file.C,
19644: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19645:
19646: * src/targets/cgi/parser3.C: usage to stdout now
19647:
19648: 2002-07-31 paf
19649:
19650: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19651:
19652: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19653: default "postmaster"
19654:
19655: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19656: -f postmaster now default sendmail key word "postmaster"
19657: replaced to $.from
19658:
19659: 2002-07-30 paf
19660:
1.116 moko 19661: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19662: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19663:
19664: * src/main/pa_charset.C: comment
19665:
19666: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19667: table, &#decimal;
19668:
19669: * src/main/pa_request.C: comment
19670:
19671: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19672: paragraf]
19673:
19674: 2002-07-11 paf
19675:
19676: * src/main/pa_exec.C: build command line badly added params twice
19677: [and first time without ' ']. double wrong. fixed.
19678:
19679: * src/main/pa_exec.C: invalid .exe caused error message with params
19680: wich parser did not provide = reported badly. fixed that.
19681:
19682: * src/classes/mail.C: $MAIL[ # xxx ]
19683:
19684: now ok
19685:
1.211 moko 19686: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19687:
19688: 2002-07-01 paf
19689:
19690: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19691: [MForm.configure_admin were called when request.main_class ==0
19692:
19693: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19694:
19695: * src/classes/form.C: content_length type fix
19696:
19697: 2002-06-30 paf
19698:
19699: * src/classes/mail.C: merged from 4
19700:
19701: * src/classes/mail.C: restored $MAIL
19702:
19703: 2002-06-28 paf
19704:
19705: * configure, configure.in: removed paths.h
19706:
1.116 moko 19707: * configure, src/include/pa_version.h,
1.95 moko 19708: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19709: merged, makes updated
19710:
1.211 moko 19711: * ChangeLog, configure, operators.ru.txt, operators.txt,
19712: src/classes/xdoc.C, src/include/pa_charset.h,
19713: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19714: src/include/pa_version.h, src/main/pa_charset.C,
19715: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19716: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19717: latest updates to head
1.95 moko 19718:
19719: 2002-06-27 paf
19720:
19721: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19722: not error now
19723:
1.211 moko 19724: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19725: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19726: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19727: ^xdoc::create[[uri]]... base uri for document being created,
19728: imports and other relative file names would be relative to this
19729: uri default uri=path_translated
19730:
19731: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19732:
19733: 2002-06-26 paf
19734:
19735: * configure, configure.in, src/include/pa_version.h:
19736: release_3_0_0004
19737:
19738: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19739: 0 now
19740:
19741: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19742:
19743: 2002-06-25 paf
19744:
19745: * src/main/pa_string.C: emtpy string, or string of whitespaces
19746: considered bad number now
19747:
1.211 moko 19748: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19749: ^xdoc.transform[xdoc <<can be now
1.95 moko 19750:
1.211 moko 19751: * operators.ru.txt, operators.txt, src/classes/string.C:
19752: ^string.normalize [old name: optimize
1.95 moko 19753:
19754: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19755: library configured
19756:
19757: * src/main/pa_request.C: configure_admin forced if no @conf
19758:
1.211 moko 19759: * operators.ru.txt, operators.txt, src/classes/math.C,
19760: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19761: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19762:
19763: 2002-06-24 paf
19764:
19765: * INSTALL: --with-static/shared-mailreceive described
19766:
19767: * src/include/pa_config_fixed.h: ssize_t fixed
19768:
1.116 moko 19769: * configure, configure.in, src/include/pa_config_auto.h.in,
19770: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19771: src/types/pa_vmail.C: $mail:received makes update
19772:
19773: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19774: WITH_MAILRECEIVE
19775:
19776: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19777:
19778: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19779: option, for $mail:receive
19780:
19781: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19782: introducting $message:received ^mail:send rewritten with backward
19783: comp
19784:
19785: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19786: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19787: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19788: now
19789:
1.211 moko 19790: * operators.ru.txt, operators.txt, src/classes/mail.C,
19791: src/include/Makefile.am, src/include/pa_charset.h,
19792: src/include/pa_config_fixed.h, src/include/pa_request.h,
19793: src/include/pa_string.h, src/include/pa_uue.h,
19794: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19795: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19796: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19797: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19798: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19799: uue to separate file introducting $message:received ^mail:send
19800: rewritten with backward comp
19801:
19802: 2002-06-21 paf
19803:
1.116 moko 19804: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19805: co changes
1.95 moko 19806:
1.116 moko 19807: * configure, configure.in, src/lib/md5/Makefile.am,
19808: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19809: restructure .in and .am files appropriate changes
1.95 moko 19810:
19811: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19812: pcre to libs/ added libs/md5 which is linked to non-apache
19813: targets ^math:crypt[password;$apr1$salt]
19814:
1.211 moko 19815: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19816: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19817: src/classes/classes.dsp, src/classes/math.C,
19818: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19819: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19820: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19821: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19822: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19823: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19824: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19825: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19826: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19827: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19828: src/lib/pcre/pcre_parser_ctype.dsp,
19829: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19830: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19831: src/main/compile.tab.C, src/main/main.dsp,
19832: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19833: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19834: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19835: to libs/ added libs/md5 which is linked to non-apache targets
19836: ^math:crypt[password;$apr1$salt]
19837:
19838: 2002-06-20 paf
19839:
1.211 moko 19840: * INSTALL, configure, configure.in, operators.ru.txt,
19841: operators.txt, src/classes/file.C, src/classes/op.C,
19842: src/doc/doxygen.cfg, src/include/pa_globals.h,
19843: src/include/pa_request.h, src/main/execute.C,
19844: src/main/pa_request.C, src/targets/cgi/parser3.C,
19845: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19846: marged latest HEAD updates, mainly file:justname&co &
19847: @auto/conf[filespec
1.95 moko 19848:
1.211 moko 19849: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19850: !^file:dirname[/a/some.tar.gz]=/a
19851: !^file:dirname[/a/b/]=/a
19852: !^file:basename[/a/some.tar.gz]=some.tar.gz
19853: !^file:justname[/a/some.tar.gz]=some.tar
19854: !^file:justext[/a/some.tar.gz]=gz
19855:
19856: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19857: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19858: @conf/auto[filespec]
19859:
1.116 moko 19860: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19861:
1.211 moko 19862: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19863: src/doc/doxygen.cfg, src/include/pa_globals.h,
19864: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19865: parser3.conf renamed to auto.p
1.95 moko 19866:
19867: 2002-06-18 paf
19868:
19869: * configure, configure.in, src/include/pa_version.h: version to
19870: configure.in
19871:
19872: * INSTALL: reflected .conf.dist dir change
19873:
1.150 moko 19874: * Makefile.am, configure, configure.in,
1.116 moko 19875: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19876: .in & *.am updated
19877:
19878: * src/classes/file.C: strncasecmp
19879:
19880: * src/classes/file.C: strcasecmp
19881:
1.150 moko 19882: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19883:
19884: * src/classes/file.C: ^file::exec[script;$.bad error case
19885: insensitive check now
19886:
19887: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19888:
19889: * configure, configure.in, src/include/pa_pool.h,
19890: src/include/pa_types.h: pack configure.in detection simplified.
19891: figured out that gcc on sparc not that stupid as thought
19892: previously: on sparc: when it sees packed class it modifies it's
19893: field-access-code to byte operations [stb, ldub] instead of 4byte
19894: operations [st, lduh] so packed must be all parts of packed
19895: class, i.e. it's parents&fields(classes). for now it's only
19896: String that packed and what was wrong is that it's parent -
19897: Pooled, were not packed. fixed that.
19898:
19899: 2002-06-14 paf
19900:
1.211 moko 19901: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 19902:
1.211 moko 19903: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 19904: attribute_node.name/value xnode pi.node.data
19905:
19906: 2002-06-12 paf
19907:
1.116 moko 19908: * configure, configure.in, src/targets/cgi/Makefile.am,
19909: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19910:
1.211 moko 19911: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19912: etc/Makefile.am, src/include/pa_globals.h,
19913: src/include/pa_request.h, src/main/compile.tab.C,
19914: src/main/pa_globals.C, src/main/pa_request.C,
19915: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19916: parser3.conf now one and only
1.95 moko 19917:
19918: * src/classes/mail.C: sendmail -ti [default now]
19919:
19920: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19921: to be strings. for convinient #ing
19922:
19923: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19924: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19925:
19926: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19927: main/pa_globals.C, main/pa_request.C: @conf
19928:
19929: 2002-06-11 paf
19930:
19931: * src/classes/file.C: check simplified
19932:
19933: * src/: classes/file.C, targets/cgi/parser3.dsp,
19934: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19935: valid prefix
19936:
19937: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19938: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19939: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19940:
19941: 2002-06-10 paf
19942:
1.211 moko 19943: * operators.ru.txt, operators.txt, src/classes/op.C,
19944: src/include/pa_common.h, src/main/pa_common.C: lock failures
19945: reported now
1.95 moko 19946:
19947: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19948: string->double @ compile time were not-enough-checking...
19949:
19950: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19951: autoconvert now ignored
19952:
19953: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19954: check
19955:
19956: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19957: $response:body content-type:name
19958:
19959: * configure, configure.in: hpux check, nsl link, no socket
19960:
1.211 moko 19961: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 19962:
19963: * configure, configure.in: pack even address access on sparc&co
19964: arch checked in configure
19965:
19966: * configure, src/include/pa_version.h: makes
19967:
19968: * configure, configure.in, src/include/pa_version.h: makes
19969:
19970: * src/main/untaint.C: (bug#2) mail subject got always prepended
19971: with charset even when all letters were 7bit one
19972:
19973: * src/main/pa_common.C: merged fixed -d (bug)
19974:
19975: * src/main/pa_common.C: fixed -d (bug)
19976:
19977: 2002-06-03 paf
19978:
1.211 moko 19979: * ChangeLog, operators.ru.txt, operators.txt,
19980: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
19981: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 19982: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19983: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19984: .dsp-s along with reorganized cvs modules dirs structure
19985:
19986: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19987: main/pa_globals.C, targets/cgi/parser3.dsp,
19988: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19989: modules
19990:
19991: 2002-05-28 paf
19992:
19993: * src/targets/cgi/parser3.C: info.uri now ""
19994:
19995: 2002-05-17 paf
19996:
19997: * src/classes/: table.C: ^table.save << checked empty
19998: pre/match/post columns
19999:
20000: 2002-05-16 paf
20001:
20002: * src/classes/image.C: image::measure can png now
20003:
20004: 2002-05-15 paf
20005:
1.211 moko 20006: * operators.ru.txt, operators.txt, src/classes/date.C:
20007: ^date::create[%H:%M[:%S]] added
1.95 moko 20008:
20009: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20010:
1.211 moko 20011: * operators.ru.txt, operators.txt, src/classes/date.C:
20012: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20013:
20014: 2002-05-14 paf
20015:
20016: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20017:
20018: 2002-05-07 paf
20019:
20020: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20021: src/include/pa_globals.h, src/include/pa_request.h,
20022: src/include/pa_table.h, src/main/compile.tab.C,
20023: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20024: src/main/pa_request.C, src/main/pa_table.C,
20025: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20026: src/targets/isapi/parser3isapi.dsp,
20027: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20028: name2number field now &. main_method_name now on Request pool
20029: rather on global_pool [Junction+VJunction created on same pool as
20030: name = were created on global pool, causing mem leaks]
20031:
20032: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20033: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20034: main/compile.y, main/main.dsp, main/pa_globals.C,
20035: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20036: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20037: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20038: field now &. main_method_name now on Request pool rather on
20039: global_pool [Junction+VJunction created on same pool as name =
20040: were created on global pool, causing mem leaks]
20041:
20042: 2002-05-06 paf
20043:
20044: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20045: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20046: 100*40 bytes per request memory leak [nonpool malloc in globals]
20047:
20048: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20049: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20050: 100*40 bytes per request memory leak [nonpool malloc in globals]
20051:
20052: 2002-04-30 paf
20053:
20054: * configure, src/include/pa_version.h: version now not b
20055:
20056: * src/targets/cgi/parser3.C: request.uri now never 0
20057:
20058: 2002-04-29 paf
20059:
20060: * configure.in: removed b
20061:
20062: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20063: Exception::comment/type checked in (), no there's no empty
20064: type/comment by default
20065:
20066: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20067: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20068: src/doc/value.dox, src/include/pa_exception.h,
20069: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20070: 0001
20071:
20072: 2002-04-26 paf
20073:
20074: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20075: size reduced
20076:
20077: 2002-04-25 paf
20078:
20079: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20080: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20081: now that took into account
20082:
1.211 moko 20083: * operators.ru.txt, operators.txt, src/classes/date.C:
20084: ^date::create[2002-12-33 01:03:04]
1.95 moko 20085:
1.211 moko 20086: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20087: ^date::create[2002-12-33 01:03:04]
20088:
20089: * ChangeLog: updated changelog
20090:
20091: * src/classes/table.C: removed restriction on column count to
20092: ^table.hash to work, now must be >0 [were >1]
20093:
20094: 2002-04-24 paf
20095:
20096: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20097: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20098: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20099: targets
20100:
20101: 2002-04-23 paf
20102:
1.211 moko 20103: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20104: int/double/string:sql{}[$.default{code}] fixed [were barking:
20105: "junction used outside of context"]
20106:
20107: 2002-04-22 paf
20108:
20109: * types.txt, src/classes/string.C, src/include/pa_string.h,
20110: src/main/pa_string.C, src/types/pa_vstring.C,
20111: src/types/pa_vstring.h: ^string.optimize[]
20112:
20113: * src/: include/pa_globals.h, include/pa_table.h,
20114: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20115: table template
20116:
20117: * src/classes/: string.C: optimize removed from string
20118: .left/right/pos
20119:
20120: * src/main/execute.C: rolled back to
20121: before_killing_userjunction_contexts
20122:
20123: * src/main/execute.C: user junctions context killed
20124:
20125: * src/main/execute.C: junctions to local contexts got
20126: cleanized&checked later
20127:
20128: 2002-04-19 paf
20129:
20130: * src/: classes/string.C, include/pa_request.h,
20131: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20132: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20133: prior to .left .right .mid .pos .match when that is profitable,
20134: and always before .replace when $ORIGINS(1) optimization disabled
20135: economy from not wasting mem on lots of strings which occur by
20136: lots of String:mid calls to get parts of source string between
20137: found_occurances
20138:
20139: * src/classes/file.C: ovector now local economy: 16 bytes per
20140: ^file:list
20141:
20142: * src/: include/pa_globals.h, include/pa_table.h,
20143: main/pa_globals.C, main/pa_string.C: String::match table columns
20144: globalized, not created @ each ^match anymore economy:
20145: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20146:
20147: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20148: removed from each String::match replace iteration, and made
20149: stacked sizeof(VTable)=12bytes economy on each replace code
20150:
20151: * src/doc/footer.htm: 2001,
20152:
20153: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20154: string.match[]['] option enables generation of $match.prematch
20155: .match .postmatch columns
20156:
20157: * src/main/pa_string.C: String::match options analized without
20158: cstr-ing them now
20159:
20160: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20161: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20162: config updated to doxygen 1.2.15, created helper which fixes
20163: minor bugs in chm project files & htm tree. changed extension to
20164: .htm
20165:
20166: 2002-04-18 paf
20167:
20168: * src/doc/doxygen.cfg: .chi generation disabled
20169:
20170: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20171: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20172: fields&methods
20173:
20174: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20175: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20176: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20177: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20178: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20179: types/pa_vresponse.h, types/pa_vstateless_class.h,
20180: types/pa_vstateless_object.h, types/pa_vstatus.h,
20181: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20182: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20183: VStateless_class to VObject
20184:
20185: * src/: main/pa_request.C, types/pa_valiased.h,
20186: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20187: types/pa_vstring.h: VStateless_string_object speicalized light
20188: version of VStateless_object
20189:
20190: * src/classes/op.C: ^throw comment param made optional
20191:
20192: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20193: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20194: and implemented down in VClass, fclass_alias removed,
20195:
20196: * src/types/pa_value.C: forced to cut that from .h because of
20197: VStateless_class usage [undefined in .h]
20198:
20199: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20200: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20201: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20202: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20203: on each CALL]
20204:
20205: * src/: classes/classes.h, classes/date.C, classes/double.C,
20206: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20207: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20208: classes/response.C, classes/string.C, classes/table.C,
20209: classes/void.C, classes/xnode.C, include/pa_globals.h,
20210: include/pa_request.h, main/execute.C, main/pa_globals.C,
20211: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20212: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20213: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20214: types/pa_vstateless_class.h, types/pa_wcontext.C,
20215: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20216: removed Value::fname
20217:
20218: 2002-04-17 paf
20219:
20220: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20221: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20222: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20223: include/pa_pool.h, include/pa_types.h: dox updated to current
20224: state, PTHROW freshen to throw & co
20225:
20226: * src/types/pa_vhash.h: vstring wrong parent fixed
20227:
20228: * src/classes/op.C: taint local result var bug fixed
20229:
20230: 2002-04-16 paf
20231:
20232: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20233: Attic asm.txt as most interesting
20234:
20235: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20236: check, preventing content-length: 0 from appearing
20237:
20238: * src/main/execute.C: $result in @main now taken into account as in
20239: usual functions
20240:
20241: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20242: & @unhandled_exception now taken into account as in usual
20243: functions
20244:
20245: * src/doc/postbuild.txt: instructions on post .html build
20246:
20247: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20248:
20249: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20250: tainted
20251:
20252: * src/main/pa_request.C: uri in error log
20253:
20254: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20255: cheched date:create(days) param for validity [later were assumed
20256: valid and crashed on invalid onces]
20257:
20258: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20259: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20260: and used that for removing VString wrapper
20261:
20262: * src/classes/op.C: exception2vhash file now tainted
20263:
20264: * src/classes/op.C: _process pseudo origin copied from local var to
20265: heap
20266:
20267: * src/classes/op.C: extra check on empty file in origin in _execute
20268:
20269: 2002-04-15 paf
20270:
20271: * src/: main/execute.C, types/pa_value.h: fixed name update
20272:
20273: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20274: functions
20275:
20276: * src/: classes/file.C, classes/hash.C, classes/op.C,
20277: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20278: started dual write_xxx_lang functions, if checked & works
20279:
20280: * src/: classes/date.C, classes/file.C, classes/mail.C,
20281: classes/string.C, classes/xnode.C, include/pa_request.h,
20282: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20283: unnecessary VString shells
20284:
20285: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20286: prev changes]
20287:
20288: * src/: classes/image.C, classes/op.C, classes/string.C,
20289: classes/table.C, include/pa_request.h, main/execute.C,
20290: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20291: StringOrValue wcontext result, now ready for dual writes
20292:
20293: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20294: checked that
20295:
20296: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20297: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20298: changed to OP_WRITE_VALUE in var get cases
20299:
20300: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20301: include/pa_request.h, main/compile.tab.C, main/compile.y,
20302: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20303: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20304: switch in hash constructor fixed [were problems with using of
20305: stacked wwrapper after it's death]
20306:
20307: 2002-04-12 paf
20308:
1.211 moko 20309: * operators.ru.txt, operators.txt, src/classes/table.C:
20310: table.select(expression) 0
1.95 moko 20311:
20312: 2002-04-11 paf
20313:
20314: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20315: Request::process_internal codeFrame & wwrapper stacked [not
20316: wasting heap anymore]
20317:
20318: 2002-04-10 paf
20319:
20320: * src/: classes/double.C, classes/file.C, classes/hash.C,
20321: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20322: classes/string.C, classes/table.C, classes/void.C,
20323: classes/xdoc.C, include/pa_request.h, main/execute.C,
20324: main/pa_string.C: killed Request::process() wrapping
20325: VString(String) in case we need only String
20326:
20327: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20328: killed 8 bytes from String.head
20329:
20330: 2002-04-09 paf
20331:
20332: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20333: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20334: local*/char b[...]; a=b; situations
20335:
1.211 moko 20336: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20337: made literal
1.95 moko 20338:
20339: * src/classes/xdoc.C: xslt params fixed
20340:
20341: * src/: main/pa_common.C, targets/cgi/parser3.C,
20342: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20343: not pool.malloc(MAX_NUMBER) but really neaded
20344:
1.211 moko 20345: * operators.ru.txt, operators.txt, src/classes/double.C,
20346: src/classes/int.C: int/double.int/double(default)
1.95 moko 20347:
20348: 2002-04-04 paf
20349:
20350: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20351: [when reconstructing pieces were split by
20352: max_integral(piece.size), thus some strings to replace happen to
20353: be split into two = not replaced)
20354:
20355: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20356: standalone version = current dir
20357:
20358: * src/targets/cgi/parser3.C: document root in standalone version =
20359: current dir
20360:
20361: 2002-04-03 paf
20362:
20363: * configure, configure.in: more checks on nonexistent charset
20364:
1.116 moko 20365: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20366:
20367: 2002-04-02 paf
20368:
20369: * src/main/compile.C: parser.compile [exception name more like in
20370: doc]
20371:
20372: 2002-04-01 paf
20373:
20374: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20375: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20376: .content-type.charset, not .charset
20377:
20378: 2002-03-29 paf
20379:
20380: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20381:
1.211 moko 20382: * operators.ru.txt, operators.txt, src/classes/date.C:
20383: ^date::create now may not supply day, default 1. checked 29.03
20384: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20385:
20386: 2002-03-28 paf
20387:
1.211 moko 20388: * operators.ru.txt, operators.txt, src/classes/date.C,
20389: src/classes/op.C, src/include/pa_globals.h,
20390: src/include/pa_hash.h, src/main/pa_globals.C,
20391: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20392: ^cache[date] }
1.95 moko 20393:
20394: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20395: param
20396:
20397: 2002-03-27 paf
20398:
1.211 moko 20399: * operators.ru.txt, operators.txt, src/classes/date.C,
20400: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20401: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20402: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20403: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20404: src/classes/xdoc.C, src/classes/xnode.C,
20405: src/include/pa_exception.h, src/include/pa_request.h,
20406: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20407: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20408: src/main/pa_array.C, src/main/pa_charset.C,
20409: src/main/pa_charsets.C, src/main/pa_common.C,
20410: src/main/pa_dictionary.C, src/main/pa_exception.C,
20411: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20412: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20413: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20414: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20415: src/types/pa_value.h, src/types/pa_vcookie.C,
20416: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20417: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20418: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20419: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20420: src/types/pa_wwrapper.h: assigned exception types
20421:
1.211 moko 20422: * operators.ru.txt, operators.txt, src/classes/op.C,
20423: src/include/pa_config_fixed.h, src/include/pa_request.h,
20424: src/main/execute.C, src/main/pa_request.C: decided agains
20425: resetting exception_trace, just changed name
1.95 moko 20426:
20427: 2002-03-26 paf
20428:
20429: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20430: fixed
20431:
20432: * src/classes/op.C: forced language of $source field of exception
20433: to 'tainted', so that sql-langed-frags could be outputed outside
20434: of connect
20435:
1.211 moko 20436: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20437: offset
1.95 moko 20438:
20439: * src/classes/date.C: removed date.roll limit of +-1 offset
20440:
1.211 moko 20441: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20442: roll on daylightsaving days mktime took into account tm_isdst
20443: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20444:
20445: 2002-03-25 paf
20446:
1.211 moko 20447: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20448: http_site_config_filespec
20449:
20450: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20451: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20452: with any/both --disable-foreign-group-files --disable-execs
20453:
20454: * INSTALL: "--with=sendmail=COMMAND" comment
20455:
20456: * INSTALL, configure, configure.in, src/classes/mail.C,
20457: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20458: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20459: disables execs also. introducing --sendmail
1.95 moko 20460:
1.211 moko 20461: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20462:
20463: * INSTALL: comment on --disable-link-stdcpp
20464:
1.116 moko 20465: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20466: libstdc++ link skipping configure option
1.95 moko 20467:
20468: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20469: with error were put to cache with 'marked_to_rollback' flag, all
20470: consequent even OK requests rolled back
20471:
20472: 2002-03-22 paf
20473:
20474: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20475: false return
20476:
1.211 moko 20477: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20478:
20479: 2002-03-18 paf
20480:
1.211 moko 20481: * operators.ru.txt, operators.txt, src/classes/op.C,
20482: src/include/pa_exception.h, src/include/pa_globals.h,
20483: src/include/pa_request.h, src/include/pa_stack.h,
20484: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20485:
20486: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20487: types/pa_vdouble.h: removed some tested @tests
20488:
20489: 2002-03-15 paf
20490:
1.211 moko 20491: * operators.ru.txt, operators.txt, src/classes/table.C:
20492: ^table.locate(logical expr)
1.95 moko 20493:
20494: 2002-03-13 paf
20495:
20496: * src/main/pa_exception.C: checked not-pooled malloc
20497:
20498: 2002-03-11 paf
20499:
20500: * INSTALL, configure, configure.in,
20501: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20502:
20503: * src/main/pa_common.C: --disable-foreign-group-files
20504:
20505: * INSTALL: --disable-execs
20506:
20507: * src/main/pa_exec.C: --disable-execs
20508:
20509: * configure, configure.in, src/include/pa_config_auto.h.in:
20510: --disable-execs
20511:
20512: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20513:
20514: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20515: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20516:
20517: 2002-03-05 paf
20518:
1.211 moko 20519: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20520: calendar columns named
1.95 moko 20521:
1.211 moko 20522: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20523: calendar columns named
1.95 moko 20524:
20525: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20526: requires headers to be terminated with \r\n manually [refuses to
20527: separate header/body itself]
20528:
20529: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20530: targets/isapi/parser3isapi.C: isapi site config beside .dll
20531:
20532: 2002-03-04 paf
20533:
20534: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20535: in PASS language
20536:
20537: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20538: deserialize checks on broken file
20539:
20540: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20541: parser3isapi.dsp: isapi updated
20542:
20543: 2002-03-01 paf
20544:
20545: * src/main/pa_exec.C: execle -> execve, now argc OK
20546:
20547: 2002-02-28 paf
20548:
20549: * src/main/untaint.C: removed some debug comments
20550:
20551: * src/main/pa_charsets.C: when placing charset to cache using
20552: global name now [were request]
20553:
20554: * configure, configure.in: apache module updated
20555:
20556: * src/main/pa_string.C: origin by first piece preferred before last
20557: piece
20558:
20559: 2002-02-27 paf
20560:
20561: * src/main/pa_charset.C: size_t
20562:
20563: * INSTALL: shared/static-xml with-pathlink
20564:
1.211 moko 20565: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20566:
20567: 2002-02-26 paf
20568:
20569: * src/main/pa_exec.C: more precise names for vars, cosmetic
20570:
20571: * src/classes/xnode.C: in some situation, xpath query returned
20572: result with type NODESET, but empty nodeset member field, checked
20573: that
20574:
20575: 2002-02-22 paf
20576:
20577: * INSTALL: without-zlib comment
20578:
20579: * etc/parser3.charsets/windows-1251.cfg: °
20580:
20581: * configure, configure.in: glib###.a detection fixed
20582:
20583: * INSTALL: hashfile removed from INSTALL
20584:
1.116 moko 20585: * Makefile.am: make update
1.95 moko 20586:
20587: * src/main/pa_string.C: string iterators fixed again, so were
20588: String::join_chain
20589:
20590: * src/main/pa_string.C: string iterators fixed again, so were
20591: String::join_chain
20592:
20593: * src/: include/pa_string.h, main/pa_string.C: string iterators
20594: fixed again, so were String::join_chain
20595:
20596: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20597:
1.211 moko 20598: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20599: "expires=0" = "session"
1.95 moko 20600:
1.116 moko 20601: * configure, configure.in, src/include/pa_config_auto.h.in:
20602: --with-shared-xml --with-static-xml
1.95 moko 20603:
20604: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20605: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20606: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20607: xalan&xml
20608:
20609: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20610:
1.211 moko 20611: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20612: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20613: from sources for now
1.95 moko 20614:
1.116 moko 20615: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20616: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20617: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20618: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20619: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20620: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20621: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20622: src/types/Makefile.am, src/types/pa_vhashfile.C,
20623: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20624:
20625: 2002-02-21 paf
20626:
20627: * src/main/untaint.C: removed debug code, activated commented-for
20628: debug parts
20629:
1.116 moko 20630: * Makefile.am: make cvsupdate
1.95 moko 20631:
20632: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20633: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20634: append_row, not at link zero now string to string appending works
20635:
20636: 2002-02-20 paf
20637:
20638: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20639: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20640: DEBUG_STRING_APPENDS_VS_EXPANDS
20641:
20642: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20643: economy: 22%
20644:
20645: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20646: space uptimized: string::link_row removed
20647:
20648: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20649: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20650: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20651: types/pa_vstring.h: speed uptimized: string::is_empty
20652:
1.211 moko 20653: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20654: src/include/pa_config_fixed.h, src/include/pa_string.h,
20655: src/include/pa_types.h, src/main/compile.tab.C,
20656: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20657: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20658: string append optimiziation idea and estimates
20659:
20660: 2002-02-19 paf
20661:
20662: * src/classes/math.C: not used directly [but erroreously reported
20663: that 'is', thus registering twice&other probs]
20664:
20665: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20666: to node [element]
20667:
20668: * src/main/compile.C: without string_origins parse error
20669: file+line+col possible
20670:
20671: * src/main/: compile.C: without string_origins not worked
20672:
20673: 2002-02-18 paf
20674:
20675: * src/types/pa_vdouble.h: since we have in_expression removed that
20676: trick i've installed into double::as_string
20677:
20678: * src/main/pa_globals.C: extern "C" was removed too fast
20679:
20680: * src/: include/pa_opcode.h, include/pa_request.h,
20681: main/compile.tab.C, main/compile.y, main/execute.C,
20682: types/pa_wcontext.h: in_expression aimed to solve old problem
20683: with string/nonstring values, now in expressions double/int
20684: values are passed as-is, without stupid tostring/fromstring
20685: conversions
20686:
20687: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20688: __cplusplus } #endif
20689:
20690: * src/main/compile.tab.C: bison env set so one could compile
20691: without cygwin installed
20692:
20693: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20694: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20695: gnome xml libs parser .dsp-s changed accordingly
20696:
1.211 moko 20697: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20698: PARSER_ROOT_CONFIG
1.95 moko 20699:
1.211 moko 20700: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20701: [were date::set, with backward comp
1.95 moko 20702:
20703: * src/classes/math.C: math:random range check fixed
20704:
20705: * src/main/: compile.tab.C, compile.y: integer division stops name
20706:
20707: * INSTALL: local install comment
20708:
1.116 moko 20709: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20710:
1.116 moko 20711: * acinclude.m4, aclocal.m4, configure, configure.in,
20712: src/include/pa_config_auto.h.in,
20713: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20714: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20715:
1.211 moko 20716: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20717:
20718: 2002-02-13 paf
20719:
20720: * src/include/pa_config_includes.h: sys/time time both included
20721: now. vaguely remember confilicts on this on some system [not on
20722: six|ablv] so when would see them again would think up proper
20723: check
20724:
1.116 moko 20725: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20726: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20727:
20728: * src/main/pa_common.C: truncation never occured when writing files
20729: on unix [since i've changed cache mech] fix
20730:
20731: * src/main/pa_common.C: strnchr: sanity check added
20732:
20733: * etc/parser3.charsets/windows-1257.cfg: id added
20734:
20735: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20736: baltic charset file generated, in generation script ispunct check
20737: added
20738:
20739: 2002-02-08 paf
20740:
1.116 moko 20741: * src/: include/Makefile.am, sql/Makefile.am,
20742: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20743:
20744: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20745: forgotten
20746:
20747: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20748:
20749: * INSTALL, README: install&others updated
20750:
20751: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20752:
1.116 moko 20753: * Makefile.am, configure, configure.in,
20754: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20755: src/classes/Makefile.am, src/main/Makefile.am,
20756: src/main/pa_status_provider.C, src/targets/Makefile.am,
20757: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20758: works
1.95 moko 20759:
20760: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20761: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20762: classes/hashfile.C, classes/int.C, classes/mail.C,
20763: classes/math.C, classes/op.C, classes/response.C,
20764: classes/string.C, classes/table.C, classes/void.C,
20765: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20766: include/pa_array.h, include/pa_cache_managers.h,
20767: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20768: include/pa_config_fixed.h, include/pa_config_includes.h,
20769: include/pa_db_connection.h, include/pa_db_manager.h,
20770: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20771: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20772: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20773: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20774: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20775: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20776: include/pa_stack.h, include/pa_string.h,
20777: include/pa_stylesheet_connection.h,
20778: include/pa_stylesheet_manager.h, include/pa_table.h,
20779: include/pa_threads.h, include/pa_types.h, main/compile.C,
20780: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20781: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20782: main/pa_db_connection.C, main/pa_db_manager.C,
20783: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20784: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20785: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20786: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20787: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20788: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20789: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20790: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20791: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20792: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20793: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20794: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20795: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20796: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20797: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20798: types/pa_vmethod_frame.h, types/pa_vobject.h,
20799: types/pa_vrequest.h, types/pa_vresponse.h,
20800: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20801: types/pa_vstateless_object.h, types/pa_vstatus.C,
20802: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20803: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20804: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20805: classes/image.C, main/pa_common.C, main/pa_exec.C,
20806: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20807: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20808: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20809: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20810: types/pa_vxnode.C, main/pa_charset.C: name spelling
20811:
20812: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20813: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20814: classes/hashfile.C, classes/image.C, classes/int.C,
20815: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20816: classes/string.C, classes/table.C, classes/void.C,
20817: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20818: include/pa_array.h, include/pa_cache_managers.h,
20819: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20820: include/pa_config_fixed.h, include/pa_config_includes.h,
20821: include/pa_db_connection.h, include/pa_db_manager.h,
20822: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20823: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20824: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20825: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20826: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20827: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20828: include/pa_stack.h, include/pa_string.h,
20829: include/pa_stylesheet_connection.h,
20830: include/pa_stylesheet_manager.h, include/pa_table.h,
20831: include/pa_threads.h, include/pa_types.h, main/compile.C,
20832: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20833: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20834: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20835: main/pa_db_connection.C, main/pa_db_manager.C,
20836: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20837: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20838: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20839: main/pa_socks.C, main/pa_sql_driver_manager.C,
20840: main/pa_status_provider.C, main/pa_string.C,
20841: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20842: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20843: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20844: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20845: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20846: targets/isapi/pool_storage.h, types/pa_valiased.C,
20847: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20848: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20849: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20850: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20851: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20852: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20853: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20854: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20855: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20856: types/pa_vresponse.h, types/pa_vstateless_class.C,
20857: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20858: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20859: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20860: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20861: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20862: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20863:
20864: 2002-02-07 paf
20865:
20866: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20867:
1.116 moko 20868: * configure, configure.in, src/include/pa_config_auto.h.in,
20869: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20870: added yet another locking function: fcntl
1.95 moko 20871:
20872: * config.sub: on cygwin configure passes it with strange i1586
20873: const, hacked it to mean i586
20874:
20875: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20876: disabled $if reference due to conflicts with local variables
20877:
1.211 moko 20878: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20879: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20880: xdoc::create, with both sences
20881:
20882: * operators.ru.txt, operators.txt, src/classes/table.C,
20883: src/include/pa_array.h, src/include/pa_table.h,
20884: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20885: 'set' name obsolete now table clone.
1.95 moko 20886:
1.211 moko 20887: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20888: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20889: ^int/double/string.format now can be called with normal []
20890: brackets, not stupid {} as it were implemented for some strange
20891: reason. retaining backward compatibility due to some
20892: already-implemented servers
20893:
20894: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20895: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20896: operators now detected by check at name_without_curly_rdive_read
20897: rule whether diving code constists only of
20898: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20899: with OP_GET_ELEMENT_OR_OPERATOR to form
20900: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20901:
20902: 2002-02-06 paf
20903:
20904: * configure, configure.in: prefix expanded, grr
20905:
1.211 moko 20906: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
20907: config changed
1.95 moko 20908:
20909: 2002-02-05 paf
20910:
1.211 moko 20911: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 20912:
20913: * src/main/: pa_exec.C: argv0 now correct
20914:
20915: * src/types/pa_vstatus.C: status:rusage 3
20916:
20917: * src/types/pa_vstatus.C: status:rusage 2
20918:
1.211 moko 20919: * operators.ru.txt, operators.txt: status:rusage described int
20920: operators
1.95 moko 20921:
20922: * src/types/pa_vstatus.C: status:rusage 1
20923:
20924: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20925: src/types/types.dsp: status:rusage
20926:
1.211 moko 20927: * configure.in, operators.ru.txt, operators.txt,
20928: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 20929: src/include/pa_config_includes.h, src/main/compile.tab.C,
20930: src/main/pa_common.C: rewritten ^cache to use
20931: non-blocking-exclusive-caches
20932:
20933: * src/main/pa_common.C: text file read mode on win32 adjusted
20934: [speed impact. was off for debugging purpose, but forgotten
20935: afterwards]
20936:
20937: 2002-02-01 paf
20938:
20939: * src/classes/op.C: file_write does EX lock after create, while
20940: file_read does SH after open, so there's a moment after create
20941: but before EX lock when read can sneak into, and read
20942: just-created-for-writing-and-not-yet-locked file, added a check
20943: for that in ^cache...read
20944:
20945: 2002-01-31 paf
20946:
20947: * src/main/: compile.y, compile.tab.C: disabled operator call after
20948: ^xxx:
20949:
20950: * src/main/: compile.tab.C, execute.C: made operators lookup first
20951: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20952:
20953: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20954: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20955: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20956: operators check 6.1 rewritten. now check is done at compile time
20957:
20958: * src/main/execute.C: operators check 5 floated up old error of
20959: staying in 'entered class/object' state after $a($a..) it
20960: prevented operators from being called thereafter
20961:
20962: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20963: main/execute.C: operators check 4 floated up old error of staying
20964: in 'entered object' state after ^a.a(a) it prevented operators
20965: from being called thereafter
20966:
20967: * src/main/execute.C: operators check 3 floated up old error of
20968: staying in 'entered class' state after $a:a(a) it prevented
20969: operators from being called thereafter
20970:
20971: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20972: floated up old error of staying in 'entered class' state after
20973: $a:a[a] it prevented operators from being called thereafter
20974:
20975: * src/main/execute.C: operators check, thay mistakenly seen in
20976: $class:operator $object.operators contexts
20977:
20978: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20979: win32
20980:
1.116 moko 20981: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20982: src/classes/Makefile.am, src/main/Makefile.am,
20983: src/targets/cgi/Makefile.am,
1.95 moko 20984: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20985: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20986:
1.116 moko 20987: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20988: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20989: configure, configure.in, form.txt, ident.awk, install-sh,
20990: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 20991: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
20992: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 20993: etc/parser3.charsets/koi8-r.cfg,
20994: etc/parser3.charsets/windows-1250.cfg,
20995: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20996: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20997: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20998: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20999: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21000: straightened installation scripts procedure made
21001: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21002: change
21003:
21004: 2002-01-30 paf
21005:
21006: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21007: removed] those comments were a mistake, and prevented libltdl
21008: from function properly
21009:
21010: 2002-01-29 paf
21011:
1.116 moko 21012: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21013: creation [modified acinclude.m4 which were creating int into just
21014: assignment LIBTOOL=../libtool] added default system
21015: config&charsetts prepared 'make install', now it installs
21016: targets/cgi/parser3 into bin directory etc/parser3.conf &
21017: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21018: $sysconfdir/parser3.charsets respectively
21019:
21020: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21021: main/pa_globals.C: few forgotten ifdef XML added
21022:
21023: 2002-01-28 paf
21024:
1.116 moko 21025: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21026: removed
21027:
21028: * src/main/pa_exception.C: dom|generic error output fix
21029:
21030: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21031:
21032: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21033:
21034: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21035: [fixed as_node helper func to accept docs]
21036:
21037: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21038: xdoc.importNode 0
21039:
21040: * src/classes/xdoc.C: xdoc::set now untaints OK
21041:
21042: 2002-01-25 paf
21043:
21044: * src/main/: compile.tab.C, compile.y: #comment before @ after
21045: @SPECIAL now works OK
21046:
21047: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21048:
21049: * src/main/pa_exec.C: max arg count now 10, and proper message on
21050: violation that added
21051:
21052: * src/classes/hash.C: unified hash::sql, now
21053: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21054:
21055: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21056: ^file:lock[filename]{code}
21057:
21058: * src/: classes/file.C, classes/op.C, classes/string.C,
21059: classes/table.C, classes/xdoc.C, include/pa_common.h,
21060: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21061: to some pa_common funcs
21062:
21063: * src/: include/pa_charset.h, main/pa_globals.C:
21064: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21065:
21066: * src/: include/pa_charset.h, main/pa_charset.C,
21067: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21068: not stupid illegal define
21069:
21070: 2002-01-24 paf
21071:
21072: * src/include/pa_version.h: changed version number
21073:
21074: * src/: classes/hashfile.C, include/pa_db_table.h,
21075: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21076: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21077: main/pa_db_connection.C, main/pa_db_table.C,
21078: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21079: hashfile without logfiles
21080:
21081: * src/: classes/hashfile.C, include/pa_db_table.h,
21082: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21083: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21084: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21085: DB_INIT_TXN init bits, thus got rid of huge log files, which
21086: cluttered disk without huge need]
21087:
21088: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21089: handy macro, which is strangly abscent in dome lib
21090:
21091: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21092:
21093: * src/classes/xdoc.C: checked empty response
21094:
21095: * src/classes/xnode.C: xdoc.select fixed context node [were always
21096: /, not self node]
21097:
21098: * src/classes/xnode.C: xnode.select returns array always now, in
21099: case 'nothing found' returns empty array
21100:
21101: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21102: be more tender with ctrl/c/v
21103:
21104: 2002-01-23 paf
21105:
21106: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21107: substituted. // 2. when dom tree with entites goes under
21108: transform text nodes // got [erroreosly] cut on first
21109: entity occurance
21110:
21111: * src/types/pa_vdouble.h: double prec. todo: get rid of
21112: twice-converting
21113:
21114: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21115: 'e' in output this is for regretful twice-converting here:
21116: $a(double value) when they write double falue they convert it to
21117: string first, thus %g were losing precesion.
21118:
21119: todo: think up some way to remove double->string string->double
21120: twice-converting
21121:
21122: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21123: %.20E now default float format this is for regretful
21124: twice-converting here: $a(double value) when they write double
21125: falue they convert it to string first, thus %g were losing
21126: precesion.
21127:
21128: todo: think up some way to remove double->string string->double
21129: twice-converting
21130:
21131: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21132: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21133: reasons in comment inside
21134:
21135: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21136: statically linked]
21137:
21138: * src/: include/pa_exception.h, main/compile.tab.C,
21139: main/pa_exception.C: removed exception va_list constructor. 1.
21140: not needed anymore 2. there were a conflict[causing errors]
21141: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21142: never detected an ambiguilty here, compiling ctor(, "hello") into
21143: ctor(, va_list) which, of course, caused gpf
21144:
21145: * src/main/pa_globals.C: removed debug xslt messages
21146:
21147: 2002-01-22 paf
21148:
21149: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21150: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21151: helps compiling stylesheet properly. example: this refused to
21152: work, <b>«<xsl:value-of select="@title"
21153: />»</b> stranly worked only this way:
21154: <b>«<xsl:value-of select="@title" />»</b>
21155:
21156: docs says "set it to 1", never going into details, so I decided
21157: to try NOT to do that
21158:
21159: * src/classes/table.C: join behaived badly in case named tables
21160: structure mismatched: 0 strings sneaked into dest failing
21161: afterwards. replaced them with empty strings
21162:
21163: 2002-01-21 paf
21164:
21165: * src/main/pa_charset.C: checked empty transcoders in
21166: transcode_cstr|buf
21167:
21168: * src/classes/xdoc.C: xdoc::load error source = filespec
21169:
21170: * src/classes/xdoc.C: transform error source now
21171: stylesheet_filespec
21172:
1.116 moko 21173: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21174: include/pa_stylesheet_connection.h, main/pa_charset.C,
21175: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21176: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21177: gnome
1.95 moko 21178:
21179: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21180: include/pa_globals.h, include/pa_stylesheet_connection.h,
21181: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21182: xslt generic error 1
21183:
21184: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21185: xml generic message 1
21186:
21187: * src/classes/table.C: ^table::load empty lines or #comments before
21188: headline
21189:
21190: * src/: include/pa_array.h, include/pa_globals.h,
21191: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21192: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21193: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21194: errors 0
21195:
21196: 2002-01-16 paf
21197:
21198: * src/: classes/hash.C, classes/op.C, classes/string.C,
21199: classes/table.C, classes/void.C, classes/xdoc.C,
21200: include/pa_db_connection.h, include/pa_request.h,
21201: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21202: include/pa_stylesheet_connection.h,
21203: include/pa_stylesheet_manager.h, main/pa_request.C,
21204: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21205: targets/cgi/pool_storage.h: auto closers to sql_connection,
21206: stylesheet_connection auto destroyers to remaining gnome objects
21207:
21208: * src/classes/xdoc.C: few comments
21209:
21210: 2002-01-15 paf
21211:
21212: * src/classes/xdoc.C: xdoc file save string
21213:
21214: ready. todo: error handling
21215:
21216: * src/classes/xdoc.C: xdoc save rewritten using
21217: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21218: result
21219:
21220: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21221: started output options parsing
21222:
21223: 2002-01-14 paf
21224:
21225: * src/classes/xdoc.C: method
21226:
21227: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21228: include/pa_pool.h, include/pa_stylesheet_connection.h,
21229: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21230: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21231: xslt transform0. TODO: use output options handle errors
21232:
21233: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21234:
21235: 2002-01-11 paf
21236:
21237: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21238: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21239: partial logical && || evaluation
21240:
21241: * src/classes/xnode.C: xpath selectNodes
21242:
21243: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21244: string/number/bool
21245:
21246: * src/classes/xnode.C: xpath selectNode 2
21247:
21248: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21249: xpath selectNode 1
21250:
21251: 2002-01-10 paf
21252:
21253: * src/classes/xnode.C: xpath selectNode -100 [just written]
21254:
21255: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21256: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21257: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21258: refcounter]
21259:
21260: 2001-12-29 paf
21261:
21262: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21263: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21264: glib works 0
21265:
21266: 2001-12-28 paf
21267:
21268: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21269: main/pa_exception.C: started glib transcoders
21270:
21271: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21272:
21273: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21274: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21275: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21276: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21277: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21278: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21279: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21280: libs just compiled in. no refcounting no xpath no xslt yet
21281:
21282: 2001-12-27 paf
21283:
21284: * src/: include/pa_charset.h, include/pa_common.h,
21285: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21286: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21287: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21288: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21289: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21290: from xalan&xerces, started the process. globals [initialization
21291: pool [charset update charset [transcodings vxnode vxdoc [DOM
21292: calls
21293:
21294: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21295: anymore
21296:
21297: 2001-12-26 paf
21298:
21299: * src/: include/pa_charset.h, include/pa_charsets.h,
21300: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21301: key globalized [bug]
21302:
21303: 2001-12-25 paf
21304:
21305: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21306: main/pa_string.C: table set & append changed splitting languages,
21307: separators now can be clean AND as-is same to mail command line
21308: $MAIN:MAIL.progX arguments
21309:
21310: 2001-12-24 paf
21311:
21312: * src/classes/mail.C: one parted text messages - no multipart
21313: mime-type anymore. for convinient if $.attach-ments
21314:
21315: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21316: main/pa_string.C: read from cache size check updated
21317:
21318: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21319:
21320: 2001-12-21 paf
21321:
21322: * src/classes/date.C: date:sql-string now returns localtime
21323:
21324: * src/main/pa_request.C: $result in @main actually not working, to
21325: hell with it for now
21326:
21327: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21328: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21329: @postprocess @exception
21330:
21331: * src/main/execute.C: junction evaluation canceled - endless
21332: recursion detected
21333:
21334: 2001-12-19 paf
21335:
21336: * src/main/pa_charset.C: charset->charset transcoding via unicode
21337: intermediate
21338:
21339: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21340:
21341: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21342:
21343: * src/classes/op.C: ^cache keypath now relative
21344:
21345: * src/classes/mail.C: changed weighting prior to sort
21346:
21347: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21348: were missing
21349:
21350: 2001-12-17 paf
21351:
21352: * src/main/pa_charset.C: ifndef XML were bad type
21353:
21354: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21355: outdated unset services_pool
21356:
21357: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21358: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21359: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21360:
21361: * src/main/untaint.C: allowed space in filespec
21362:
21363: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21364:
21365: * src/classes/image.C: no govno
21366:
21367: * src/classes/image.C: govno
21368:
21369: 2001-12-16 paf
21370:
21371: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21372:
21373: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21374: charset_connection&manager replaced by charset&charsets
21375:
21376: * src/main/pa_charset.C: name_cstr 0
21377:
21378: * src/main/untaint.C: uri lang now knows about client/source
21379: charsets
21380:
21381: * src/: classes/file.C, classes/math.C, classes/op.C,
21382: classes/string.C, classes/table.C, classes/xdoc.C,
21383: include/pa_array.h, include/pa_cache_managers.h,
21384: include/pa_charset_connection.h, include/pa_charset_manager.h,
21385: include/pa_common.h, include/pa_db_connection.h,
21386: include/pa_db_manager.h, include/pa_db_table.h,
21387: include/pa_dictionary.h, include/pa_exception.h,
21388: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21389: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21390: include/pa_sapi.h, include/pa_socks.h,
21391: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21392: include/pa_string.h, include/pa_stylesheet_connection.h,
21393: include/pa_stylesheet_manager.h, include/pa_table.h,
21394: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21395: main/pa_charset.C, main/pa_charset_connection.C,
21396: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21397: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21398: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21399: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21400: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21401: types/types.dsp: introducing Charset
21402:
21403: 2001-12-14 paf
21404:
21405: * src/: include/pa_request.h, include/pa_transcoder.h,
21406: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21407: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21408: uri lang
21409:
21410: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21411:
21412: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21413:
21414: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21415: defalts_name global
21416:
21417: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21418: include/pa_request.h, main/main.dsp,
21419: main/pa_charset_connection.C, main/pa_charset_manager.C,
21420: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21421: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21422: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21423: changed charset model. now important: $request:charset
21424: $response:charset while $response:content-type.charset become
21425: unimportant [informational]
21426:
21427: 2001-12-13 paf
21428:
21429: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21430:
21431: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21432: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21433: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21434: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21435: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21436: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21437:
21438: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21439: auto_ptr part other way, because of stupid gcc 2.96
21440: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21441: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21442: FormatterListener] /usr/include/g++-3/memory:48:
21443: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21444: _Tp1 = FormatterListener, _Tp = FormatterListener]
21445:
21446: * src/classes/xdoc.C: removed extra inc
21447:
21448: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21449:
21450: * src/include/pa_types.h: msvc head debugging flag
21451:
21452: * src/classes/xdoc.C: freed up listener
21453:
21454: * src/classes/string.C: change msg '... code is not code'
21455:
21456: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21457: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21458: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21459: [past/future prob]
21460:
21461: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21462: include/pa_config_fixed.h, include/pa_db_manager.h,
21463: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21464: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21465:
21466: * src/: include/pa_config_fixed.h, main/pa_common.C,
21467: main/pa_string.C: removed signed mismatch warnings
21468:
21469: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21470: 'expires' from header outputs
21471:
21472: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21473: row ptr
21474:
21475: * src/classes/file.C: file::cgi bug, request_method were passed to
21476: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21477:
21478: * src/classes/xdoc.C: lang list updated
21479:
21480: 2001-12-10 paf
21481:
21482: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21483:
21484: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21485: erase files like that, knowing their full name introducing //
21486: theoretical problem with, for instance, "_2B" and "." fragments,
21487: // they would yield the same // because
21488: need_file_encode('_')=false // but we need to delete such files
21489: somehow, getting names from ^index
21490:
21491: * src/main/pa_string.C: ^string.replace bug fixed [bad
21492: string::join_chank break]
21493:
21494: 2001-12-07 paf
21495:
21496: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21497: include/pa_common.h, include/pa_config_auto.h.in,
21498: include/pa_config_fixed.h, include/pa_config_includes.h,
21499: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21500: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21501: types/pa_vhashfile.C: merged from r14_simple_cache
21502:
21503: * src/main/pa_string.C: stupid sparc architecture failed to access
21504: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21505: lduh [ %i2 + 1 ], %l0
21506:
21507: bus error, fixed that
21508:
21509: * src/main/pa_string.C: strange string deserialize bug on
21510: client[pmts], a bit shortened,
21511:
21512: * src/include/pa_config_auto.h.in: makes
21513:
21514: * src/: include/pa_common.h, include/pa_config_fixed.h,
21515: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21516: file write shared lock file read
21517:
21518: * src/: classes/op.C, include/pa_common.h,
21519: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21520:
21521: 2001-12-06 paf
21522:
21523: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21524: main/pa_request.C: #ifdef RESOURCES_DEBUG
21525:
21526: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21527: info
21528:
21529: * src/classes/hashfile.C: removed transaction from ^cache
21530:
21531: 2001-12-05 paf
21532:
21533: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21534: IIS5 there were a prob with illegal call check
21535:
21536: 2001-12-04 paf
21537:
21538: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21539: main/pa_request.C: measures to log
21540:
21541: 2001-11-23 paf
21542:
21543: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21544: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21545: types/pa_vhashfile.C: merged from _0014, 1
21546:
21547: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21548: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21549: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21550: ^cache(33) would change
21551:
21552: 0660 bits in file_write & hashfile create
21553:
21554: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21555: after pa_string optimization]
21556:
21557: 2001-11-22 paf
21558:
21559: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21560: table.offset[whence]
21561:
21562: * src/classes/op.C: process cstr(,connection)
21563:
21564: * src/classes/op.C: process now gets its body on current language,
21565: not as-is
21566:
21567: * src/main/untaint.C: ORIGINS mode removed UHTML
21568:
21569: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21570: bit
21571:
1.116 moko 21572: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21573:
21574: 2001-11-21 paf
21575:
21576: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21577: <xsl:output output options made identical to xsl:output
21578: attributes exclusion: cdata-section-elements what xalan can do
21579: but that not used now: it can escape and remove CDATA sections
21580:
21581: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21582: produced by xslt
21583:
21584: * src/targets/cgi/parser3.C: removed debug cgi||1
21585:
21586: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21587:
21588: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21589: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21590: default language for {code}, it happen to change it's language
21591: from CLEAN, so later refused to split by CLEAN \t
21592:
21593: 2001-11-20 paf
21594:
1.116 moko 21595: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21596: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21597: bottom of dependeces, so that errors would popup quicklier, fixed
21598: line numbering in table::sql
21599:
21600: 2001-11-19 paf
21601:
21602: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21603: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21604: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21605: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21606: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21607: at wcontext.write
21608:
1.116 moko 21609: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21610: _set_new_handler
21611:
1.116 moko 21612: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21613: set_new_handler in apache&isapi
1.95 moko 21614:
21615: 2001-11-16 paf
21616:
21617: * src/targets/cgi/parser3.C: pool debug @ die
21618:
21619: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21620: removed 8 bytes from String, 2 bytes from
21621: string::chunk::row::item
21622:
21623: * src/main/pa_string.C: removed 1+4 bytes from String
21624:
21625: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21626: types/pa_vstring.C: removed 1+4 bytes from String
21627:
21628: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21629: 0
21630:
21631: * src/: include/pa_globals.h, include/pa_string.h,
21632: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21633: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21634: targets/cgi/parser3.C: introducing estimating
21635: String::cstr_bufsize, 0
21636:
21637: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21638:
21639: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21640:
21641: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21642: include/pa_pool.h: die in pool::fail
21643:
21644: 2001-11-15 paf
21645:
21646: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21647: main/pa_exception.C, targets/cgi/parser3.C: exception with
21648: dynamic buffer re-back now with counter
21649:
21650: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21651: static buffer back
21652:
21653: * src/targets/cgi/parser3.C: std::
21654:
21655: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21656: include/pa_config_includes.h: setnewhandler check
21657:
1.116 moko 21658: * src/include/pa_config_auto.h.in: makes
1.95 moko 21659:
21660: * src/targets/cgi/parser3.C: set_new_handler started
21661:
21662: 2001-11-14 paf
21663:
21664: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21665: was wrong
21666:
21667: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21668: was wrong
21669:
21670: * src/main/pa_request.C: z
21671:
21672: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21673: full returns win32 -1 solaris >buffer_size
21674:
21675: checked all that
21676:
21677: * src/classes/op.C: ^untaint{body} as-is default now
21678:
21679: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21680: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21681: with no_bad_constructors_try
21682:
21683: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21684: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21685: this: $bred[^string::length[]] $bred[^response::clear[]]
21686: $bred[^int::int[]]
21687:
21688: now VObject creation moved into overriden
21689: VClass::create_new_value, thus 0 from create_new_value means that
21690: class has no ctors
21691:
21692: 2001-11-13 paf
21693:
21694: * src/classes/classes.C: returned accedently removed if in foreach
21695: callbacks [when hash no-0-restructure]
21696:
21697: 2001-11-12 paf
21698:
21699: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21700: passed as-is to method, xalan makes & into & itself
21701:
21702: * src/classes/date.C: date.roll parser2 alg used
21703:
21704: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21705: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21706: main/pa_dictionary.C, main/pa_hash.C,
21707: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21708: now does not containt 0 values. put 0 actullay removes. no check
21709: on 0 value in foreach now required
21710:
21711: 2001-11-11 paf
21712:
21713: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21714:
21715: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21716:
21717: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21718: driver initialize not const
21719:
21720: 2001-11-10 paf
21721:
21722: * src/main/pa_exec.C: doc
21723:
21724: 2001-11-09 paf
21725:
21726: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21727: param properly
21728:
21729: * src/classes/string.C: string.save now does untainting before
21730: saving
21731:
21732: * src/main/pa_common.C: line endings fixing fixed last piece[was
21733: still cstr oriented]
21734:
21735: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21736: line endings fixing got rid of cstr, now must work ok with post
21737: multipart
21738:
21739: * src/types/pa_vform.C: line endings fixed at post / multipart /
21740: not file also now
21741:
21742: 2001-11-08 paf
21743:
21744: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21745: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21746: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21747: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21748: main/pa_stylesheet_manager.C: restructured Cache manager to be
21749: simple parent, not second parent [gcc 2.96 strangly refused to
21750: call virtual from second parent]
21751:
1.116 moko 21752: * src/: include/pa_common.h, main/Makefile.am,
21753: targets/cgi/pa_pool.C: makes
1.95 moko 21754:
21755: * src/: include/pa_request.h, main/pa_request.C,
21756: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21757: 'status' class enabler
21758:
21759: <Location /parser-status.html> ParserStatusAllowed </Location>
21760:
21761: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21762: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21763: include/pa_stylesheet_manager.h, main/main.dsp,
21764: main/pa_cache_managers.C, main/pa_charset_manager.C,
21765: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21766: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21767: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21768: todo: apache 'status' class enabler
21769:
21770: 2001-11-05 paf
21771:
21772: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21773: debug to normal
21774:
21775: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21776: hence i removed skipping 0 values in hash::for_each-es we need to
21777: check cleaned cache items manually. few more checks.
21778:
21779: expiring to 0 time was wrong, changed to 'now' time
21780:
21781: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21782: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21783: on apache already done :)
21784:
21785: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21786: skipping 0 values in hash::for_each-es we need to check cleaned
21787: cache items manually
21788:
21789: * src/main/: pa_db_connection.C, pa_db_table.C:
21790: parser_multithreaded check was wrong
21791:
21792: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21793: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21794: classes/hashfile.C, classes/image.C, classes/int.C,
21795: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21796: classes/string.C, classes/table.C, classes/void.C,
21797: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21798: include/pa_array.h, include/pa_charset_connection.h,
21799: include/pa_charset_manager.h, include/pa_common.h,
21800: include/pa_config_fixed.h, include/pa_config_includes.h,
21801: include/pa_db_connection.h, include/pa_db_manager.h,
21802: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21803: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21804: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21805: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21806: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21807: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21808: include/pa_stack.h, include/pa_string.h,
21809: include/pa_stylesheet_connection.h,
21810: include/pa_stylesheet_manager.h, include/pa_table.h,
21811: include/pa_threads.h, include/pa_types.h, main/compile.C,
21812: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21813: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21814: main/pa_charset_manager.C, main/pa_common.C,
21815: main/pa_db_connection.C, main/pa_db_manager.C,
21816: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21817: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21818: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21819: main/pa_socks.C, main/pa_sql_driver_manager.C,
21820: main/pa_status_provider.C, main/pa_string.C,
21821: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21822: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21823: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21824: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21825: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21826: targets/isapi/pool_storage.h, types/pa_valiased.C,
21827: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21828: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21829: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21830: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21831: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21832: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21833: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21834: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21835: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21836: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21837: types/pa_vstateless_object.h, types/pa_vstatus.h,
21838: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21839: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21840: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21841: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21842: $status:db fixed used not initialized in db_connection & db_table
21843:
21844: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21845: $status:charset
21846:
21847: * src/: classes/xdoc.C, include/pa_db_connection.h,
21848: include/pa_stylesheet_connection.h,
21849: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21850: types/pa_vstatus.h: $status:stylesheet
21851:
21852: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21853: include/pa_request.h, include/pa_sql_connection.h,
21854: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21855: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21856: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21857: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21858: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21859: types/pa_vxnode.C, types/types.dsp: started status parser class
21860:
21861: 2001-11-01 paf
21862:
21863: * src/include/pa_config_auto.h.in: makes
21864:
21865: * src/main/pa_hash.C: removed old extra include
21866:
21867: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21868: checks [for hp, there are such in math.h]
21869:
21870: * src/classes/op.C: ^for endless loop check strightened
21871:
21872: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21873: behavior in native calls. it left unchanged, so ^for ^foreach &
21874: co can use r.root to write their i & key,value there
21875:
21876: * src/classes/op.C: detected for var storage bug, fixed.
21877: todo:foreach
21878:
21879: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21880: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21881: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21882: changing of hash inside of foreach
21883:
21884: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21885: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21886: were hash.foreach
21887:
21888: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21889: types/pa_vstring.C, types/pa_vstring.h:
21890: ^foreach[key|value]{body}[[separator]|{separator}]
21891:
21892: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21893: types/pa_vcookie.C: ^hash.delete[key]
21894:
21895: 2001-10-31 paf
21896:
21897: * src/main/: compile.C, pa_common.C: completely empty file now
21898: considered "read", not ignored [not perfect trick used]
21899:
21900: * src/main/pa_common.C: simplier common ifdefs
21901:
21902: * src/main/pa_common.C: typing bug in common - bad ifdeff
21903:
21904: * src/main/pa_db_connection.C: z
21905:
21906: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21907: lockdetector flags
21908: dbenv.lk_detect=DB_LOCK_RANDOM;
21909:
21910: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21911: from accidental show [imagine user forgot @exception]
21912:
21913: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21914:
21915: * src/: classes/file.C, classes/image.C, classes/mail.C,
21916: classes/string.C, classes/xnode.C, include/pa_common.h,
21917: main/pa_common.C: ^string.save[[append;]path]
21918:
21919: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21920: main/execute.C: \ in expression: int divide 10/3=3
21921:
21922: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21923: inside of ^cache
21924:
21925: * src/: include/pa_threads.h, main/pa_db_connection.C,
21926: main/pa_db_table.C, targets/cgi/pa_threads.C,
21927: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21928: needed
21929:
21930: 2001-10-30 paf
21931:
21932: * src/: classes/classes.dsp, main/main.dsp,
21933: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21934: types/types.dsp: enabled debug incremental compile
21935:
21936: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21937: form post data line endings not reformatted now.
21938:
21939: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21940: now required [had bug when file= has no value]
21941:
21942: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21943: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21944: cstr(asis) default param removed
21945:
21946: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21947:
21948: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21949:
21950: * src/include/pa_dir.h: LOAD_DIR fixed
21951:
21952: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21953: was broken} fix_line_breaks
21954:
21955: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21956: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21957: packed with #pragma pack
21958:
1.116 moko 21959: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21960:
21961: 2001-10-29 paf
21962:
21963: * src/types/pa_wcontext.h: bitfield syntax stricter
21964:
21965: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21966: string hash.puts
21967:
21968: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21969:
21970: * src/include/pa_sql_connection.h: there were one wrong
21971: SQL_CONNECTION_FUNC_GUARDED [failed]
21972:
21973: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21974: param.someday either ifdef or remove it
21975:
21976: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21977:
21978: * src/main/untaint.C: optimizing returned after debugging
21979:
21980: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21981: main/untaint.C: memory hunging #pragma pack(1)
21982:
21983: 16 419 844 13 169 394
21984:
21985: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21986: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21987: places [todo:Array]
21988:
21989: * src/: main/execute.C, targets/cgi/pa_pool.C,
21990: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21991: types/pa_wwrapper.h: debugging memory WContext flags to bits
21992:
21993: total 5 652 652/158731 total 5 469 332/158731
21994:
21995: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21996: Array:: without cache in get/put now
21997:
21998: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21999: 18:25:27 2001] total 5 652 652/158731
22000:
22001: * src/: include/pa_string.h, main/pa_string.C,
22002: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22003: now
22004:
22005: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22006: 18:11:53 2001] total 5796092/158731
22007:
22008: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22009: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22010: key ref now
22011:
22012: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22013: 17:11:17 2001] total 16867948/202658
22014:
22015: * src/: classes/file.C, classes/image.C, classes/string.C,
22016: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22017: main/execute.C, main/pa_array.C, main/pa_common.C,
22018: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22019: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22020: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22021: string::as_int/double now usually uses stack, not heap [200K out
22022: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22023:
22024: * src/main/pa_sql_driver_manager.C: ping to have services [old
22025: hiding bug]
22026:
22027: * src/Makefile.am: .am order
22028:
22029: * src/: include/pa_array.h, include/pa_charset_manager.h,
22030: include/pa_db_connection.h, include/pa_db_manager.h,
22031: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22032: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22033: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22034: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22035: required "friend class"
22036:
22037: ../include/pa_request.h:51: friend declaration requires
22038: class-key, i.e. `friend class Temp_lang'
22039:
22040: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22041: main/pa_exception.C, main/pa_sql_driver_manager.C,
22042: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22043:
22044: the idea is to #1 jump to C++ some function to main body, where
22045: every function stack frame has exception unwind information and
22046: from there... #2 propagate_exception()
22047:
22048: 2001-10-28 paf
22049:
22050: * src/main/pa_db_connection.C: removed old consts
22051:
22052: * src/main/pa_db_connection.C: expire table [was accidently pasted
22053: with wrong type/cast]
22054:
22055: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22056: translation
22057:
1.116 moko 22058: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22059: remember to build DB2 with -fexceptions!!!
22060:
22061: * src/main/pa_db_table.C: DB_RMW defed
22062:
22063: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22064: include/pa_db_connection.h, include/pa_db_manager.h,
22065: include/pa_db_table.h, main/pa_db_connection.C,
22066: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22067:
22068: 2001-10-27 paf
22069:
22070: * src/: classes/hashfile.C, include/pa_db_connection.h,
22071: include/pa_db_table.h, main/pa_db_connection.C,
22072: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22073: types/pa_vhashfile.C: DB2 ifdefs
22074:
1.116 moko 22075: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22076: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22077: makes with DB2
22078:
1.116 moko 22079: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22080: types/Makefile.am: makes db
1.95 moko 22081:
22082: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22083: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22084: globals.C
22085:
22086: * src/: classes/hashfile.C, include/pa_db_connection.h,
22087: include/pa_db_table.h, main/pa_db_connection.C,
22088: main/pa_db_table.C: ^hashfile.clear[]
22089:
22090: * src/classes/classes.awk: no $ in var names
22091:
22092: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22093: connection&table [forgotten calls]
22094:
22095: 2001-10-26 paf
22096:
22097: * src/main/pa_db_connection.C: db checkpoints
22098:
22099: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22100: checkpoints
22101:
22102: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22103: default. but entities still reparsed. todo: tothink
22104:
22105: * src/main/pa_db_connection.C: db recover mech 2
22106:
22107: * src/: classes/hashfile.C, include/pa_db_connection.h,
22108: include/pa_db_manager.h, include/pa_db_table.h,
22109: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22110: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22111: types/pa_vhashfile.h: db connections & tables now cached at
22112: create time & multithreaded
22113:
22114: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22115: parsed_source
22116:
22117: * src/main/pa_db_connection.C: about to remove connection from
22118: vhashfile
22119:
22120: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22121: transaction commit/rollback responsibility left to parent [as it
22122: sould - else there were a bug with double free]
22123:
22124: * src/include/pa_db_table.h: db: child transaction commit/rollback
22125: responsibility left to parent [as it sould - else there were a
22126: bug with double free]
22127:
22128: 2001-10-25 paf
22129:
22130: * src/: classes/hashfile.C, include/pa_common.h,
22131: include/pa_db_connection.h, include/pa_db_manager.h,
22132: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22133: types/pa_vhashfile.C, types/pa_vhashfile.h,
22134: include/pa_db_table.h, main/pa_db_table.C: started db_home
22135: [multiple, cached] todo: autorecover [tried, but not succeded,
22136: yet]
22137:
22138: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22139:
22140: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22141: transaction parent passed
22142:
22143: 2001-10-24 parser
22144:
1.116 moko 22145: * src/classes/Makefile.am: makes
1.95 moko 22146:
22147: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22148: isapi/pool_storage.h: pool_storage fixed
22149:
22150: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22151: types/pa_vform.h: form fix_line_breaks
22152:
1.116 moko 22153: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22154:
22155: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22156: targets/cgi/pool_storage.h: makes
22157:
22158: * src/sql/pa_sql_driver.h: version
22159:
22160: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22161: types/pa_vform.C, types/pa_vform.h: .am
22162:
22163: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22164: this: DB_RMW Acquire write locks instead of read locks when doing
22165: the retrieval. Setting this flag may decrease the likelihood of
22166: deadlock during a read-modify-write cycle by immediately
22167: acquiring the write lock during the read part of the cycle so
22168: that another thread of control acquiring a read lock for the same
22169: item, in its own read-modify-write cycle, will not result in
22170: deadlock
22171:
22172: * src/targets/isapi/parser3isapi.dsp: doc
22173:
22174: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22175:
22176: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22177:
22178: * src/: classes/hashfile.C, include/pa_db_connection.h,
22179: main/pa_db_connection.C: hashfile expired deleted from db when
22180: get & iterate
22181:
22182: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22183: expiring 1
22184:
22185: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22186:
22187: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22188: db_connection not bothers with key when not returning expired
22189: data
22190:
22191: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22192: types/pa_vhashfile.C: db_cursor constructor public now
22193:
22194: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22195: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22196: stamped, todo: put_element analize
22197:
22198: * src/: include/pa_db_connection.h, include/pa_string.h,
22199: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22200: serialize. todo stamp
22201:
22202: 2001-10-23 parser
22203:
22204: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22205: classes/image.C, classes/mail.C, classes/response.C,
22206: classes/string.C, classes/table.C, classes/xdoc.C,
22207: include/pa_config_fixed.h, include/pa_db_connection.h,
22208: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22209: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22210: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22211: types/pa_vtable.C: ^hashfile.hash[]
22212:
22213: * src/: classes/hashfile.C, classes/xdoc.C,
22214: include/pa_config_fixed.h, main/pa_db_manager.C,
22215: main/pa_globals.C: ifdefs so it compiled without db
22216:
22217: * src/: classes/hashfile.C, include/pa_db_connection.h,
22218: include/pa_db_manager.h, main/pa_db_connection.C,
22219: main/pa_db_manager.C, types/pa_vhashfile.h:
22220: ^hashfile.transaction{code} ^hashfile:clear[filename]
22221: ^hashfile.delete[key]
22222:
22223: 2001-10-22 parser
22224:
22225: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22226: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22227:
22228: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22229: classes/xnode.C, include/pa_charset_connection.h,
22230: include/pa_db_connection.h, include/pa_db_manager.h,
22231: include/pa_exception.h, include/pa_sapi.h,
22232: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22233: include/pa_stylesheet_connection.h,
22234: include/pa_stylesheet_manager.h,
22235: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22236: main/pa_db_connection.C, main/pa_db_manager.C,
22237: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22238: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22239: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22240: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22241: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22242: types/types.dsp: hashfile 0
22243:
22244: * src/types/pa_vhashfile.C: z
22245:
22246: * src/: classes/classes.dsp, classes/hashfile.C,
22247: include/pa_config_fixed.h, main/execute.C,
22248: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22249: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22250:
22251: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22252:
22253: * src/: include/pa_exception.h, include/pa_request.h,
22254: main/execute.C, main/pa_exception.C, main/pa_request.C,
22255: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22256: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22257:
22258: 2001-10-19 parser
22259:
22260: * src/include/pa_pool.h: header
22261:
22262: * src/main/pa_pool.C: auto compiled on gcc
22263:
22264: * src/classes/image.C: comment
22265:
1.116 moko 22266: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22267:
22268: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22269: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22270: types/pa_vxnode.h: xnode clone got freed
22271:
22272: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22273: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22274: can free up xalandomstring resulting from pool::transcode
22275:
22276: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22277: include/pa_config_fixed.h, include/pa_exception.h,
22278: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22279: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22280: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22281: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22282: from non-xml compile
22283:
22284: * src/main/pa_request.C: pool:: context - get_context
22285:
22286: * src/: classes/classes.h, classes/date.C, classes/double.C,
22287: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22288: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22289: classes/string.C, classes/table.C, classes/void.C,
22290: include/pa_config_fixed.h, include/pa_exception.h,
22291: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22292: main/compile.C, main/compile_tools.C, main/execute.C,
22293: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22294: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22295: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22296: main/pa_string.C, main/pa_table.C, main/untaint.C,
22297: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22298: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22299: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22300: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22301: types/pa_vstateless_class.h, types/pa_vtable.C,
22302: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22303: exceptions 0
22304:
22305: * src/classes/classes.awk: $ removed
22306:
22307: 2001-10-18 parser
22308:
22309: * src/types/pa_vcookie.C: cookie:CLASS
22310:
22311: * src/main/main.dsp: project
22312:
22313: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22314: set_document & ctor question "who owns document" solved
22315:
22316: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22317:
22318: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22319: main/pa_pool.C: encoding in dom creating funcs
22320:
22321: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22322: be transformed now
22323:
22324: * src/classes/xdoc.C: dom created by create can be transformed now
22325:
22326: * src/classes/xdoc.C: z
22327:
22328: * src/classes/xdoc.C: comment
22329:
22330: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22331: create now uses XercesDocumentBridge, appendChild&co now works
22332:
22333: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22334: @ recompile
22335:
22336: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22337: $origin @exception[
22338:
22339: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22340: tag names forced to XML lang
22341:
22342: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22343: leechy-found bugs in code&doc fixed
22344:
22345: 2001-10-17 parser
22346:
22347: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22348: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22349: n functionality preserved
22350:
22351: * src/types/pa_vimage.h: removed unused vimage::save
22352:
22353: 2001-10-16 parser
22354:
22355: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22356:
22357: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22358:
22359: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22360:
22361: * src/classes/image.C: image.copy tolerance
22362:
22363: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22364: ineffective, but works for small paleted image
22365:
22366: * src/types/pa_vimage.C: comment
22367:
22368: * src/classes/image.C: gd size/resize bugfix
22369:
22370: * src/: classes/classes.dsp, main/main.dsp,
22371: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22372: types/types.dsp: ident >nul 2>&1
22373:
22374: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22375: systems
22376:
22377: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22378: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22379:
22380: 2001-10-15 parser
22381:
22382: * src/main/execute.C: z
22383:
22384: * src/classes/: xdoc.C: !::create{qualifiedName}
22385:
22386: * src/types/pa_vxnode.C: document_type_node.
22387: !readonly attribute DOMString name
22388: !notation_node.
22389: !readonly attribute DOMString publicId
22390: !readonly attribute DOMString systemId
22391:
1.116 moko 22392: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22393: ::write badly passed string too transparently [failed to
22394: intercept it]
1.95 moko 22395:
22396: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22397: include/pa_request.h, main/pa_sql_driver_manager.C,
22398: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22399: types/pa_vxnode.h: DOM1 major addtion, only few
22400: attributes/methods left
22401:
22402: 2001-10-13 parser
22403:
22404: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22405: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22406: in main handler
22407:
22408: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22409: cleanups & frees order
22410:
22411: * src/types/pa_vcode_frame.h: couple comments
22412:
22413: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22414: transparent enough to handle hash if creation&passing
22415:
22416: * src/: include/pa_config_fixed.h, main/execute.C,
22417: main/pa_exception.C: noticed that vcodeframe not transparent
22418: enough, would change now
22419:
22420: 2001-10-12 parser
22421:
22422: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22423: fixed. initialization&free on each thread!
22424:
22425: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22426: handling changed: now type of default param analized always, not
22427: only at problem time, thus helping early problem spotting
22428:
22429: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22430: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22431: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22432: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22433: multithread bug fixed. initialization&free on each thread!
22434:
22435: 2001-10-11 parser
22436:
22437: * src/classes/xnode.C: xnode.selectSingle now
22438:
22439: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22440: include/pa_pool.h, include/pa_stylesheet_connection.h,
22441: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22442: convertors out of Pool into Exception
22443:
22444: * src/main/pa_string.C: const
22445:
22446: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22447: linked pieces of same language together prior to String::replace
22448:
22449: * src/classes/hash.C: !^hash.add[addme]
22450: !^hash.sub[subme]
22451: !^a.union[b] = new
22452: !^a.intersection[b] = new
22453: !^a.intersects[b] = bool
22454:
22455: * src/classes/hash.C: !^hash::append[append_from]
22456:
22457: * src/: classes/hash.C, types/pa_vhash.h:
22458: !^hash::create[[copy_from]]
22459:
22460: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22461: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22462: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22463: fixed. got rid of empty_string, which caused errors - it hasnt
22464: exception but somebody[value.bark] tried to throw it on it's pool
22465:
1.116 moko 22466: * src/include/pa_config_auto.h.in: makes
1.95 moko 22467:
22468: 2001-10-10 parser
22469:
22470: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22471:
22472: * src/main/: compile.tab.C, compile.y: ^a[
22473:
22474: @next_method << now unclosed ] would be reported here
22475:
22476: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22477: compile error
22478:
22479: 2001-10-09 parser
22480:
1.116 moko 22481: * src/: classes/Makefile.am, main/Makefile.am,
22482: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22483:
22484: * src/classes/Makefile.am: makes
22485:
22486: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22487: win32 errors intercepted [xalan transformer patched and
22488: incorporated]
22489:
22490: * src/: classes/classes.dsp, classes/xdoc.C,
22491: include/pa_stylesheet_connection.h, main/main.dsp,
22492: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22493: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22494: patches starting
22495:
22496: * src/classes/: string.C, table.C: ^string.save[file]
22497:
22498: * src/classes/: date.C, table.C: calendar moved to date
22499:
22500: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22501: string/table] now
22502:
22503: * src/classes/: op.C, table.C: z
22504:
22505: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22506: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22507: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22508: be code [be string..]
22509:
22510: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22511: table.C: lots of
22512: params->as_int/double/as_string/as_junction/as_no_junction
22513: messages added
22514:
22515: 2001-10-08 parser
22516:
22517: * src/: classes/date.C, classes/image.C, classes/string.C,
22518: classes/table.C, classes/void.C, include/pa_request.h:
22519: params->as_int/double message added
22520:
22521: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22522:
22523: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22524: image:sector removed image:html internal "line-*" attribs
22525:
22526: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22527: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22528:
22529: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22530: way
22531:
22532: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22533: main/untaint.C: header untainting to UL_HTTP_HEADER,
22534: UL_MAIL_HEADER made nonforced [only tainted pieces]
22535:
22536: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22537: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22538: @ SAPI::log
22539:
22540: * src/main/untaint.C: \r to ' ' in origins mode
22541:
22542: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22543: set]
22544:
22545: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22546: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22547: nonstandard liaison freed up
22548:
22549: 2001-10-07 parser
22550:
22551: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22552: project
22553:
22554: 2001-10-05 parser
22555:
22556: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22557: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22558: from outputing to cerr. lots of "todos"
22559:
22560: * src/main/untaint.C: http_header tainting more gentle with
22561: enquoting now
22562:
22563: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22564: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22565: xml errorhandler. fixed string.replace a little, read @test
22566:
22567: * src/main/pa_string.C: found replace bug - first_that_starts(char
22568: *) does not have limit, and looks further eos, fixing....
22569:
22570: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22571:
22572: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22573:
22574: * src/main/: pa_charset_connection.C: ctype another mem clear
22575: bugfix
22576:
1.116 moko 22577: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22578: $result[^[$p^]z] now works fine
1.95 moko 22579:
22580: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22581: wrong. fixed it
22582:
22583: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22584: of totable appered to be vital
22585:
22586: 2001-10-04 parser
22587:
22588: * src/classes/image.C: ^image.length[text]
22589:
22590: 2001-10-03 parser
22591:
22592: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22593:
22594: * src/main/pa_request.C: restored pcre defaulting in request
22595: [mindlessly "optimized" yesterday] comment left
22596:
22597: 2001-10-02 parser
22598:
22599: * src/: main/pa_charset_manager.C,
22600: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22601: needed
22602:
22603: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22604: forgot non-xml pool.*charset needed
22605:
22606: * src/classes/table.C: # config comments fixed
22607:
22608: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22609: charset_connection #comment now
22610:
22611: * src/: classes/classes.dsp, types/types.dsp: release projects
22612: options fixed to use release msvcrt lib
22613:
22614: * src/main/pa_charset_connection.C: pcre tables now const inside
22615: removed default - pcre handles that internally fixed bug on
22616: not-cleaning tables [previously was calloced, now member]
22617:
22618: * src/: include/pa_request.h, main/pa_charset_connection.C,
22619: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22620: inside removed default - pcre handles that internally fixed bug
22621: on not-cleaning tables [previously was calloced, now member]
22622:
22623: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22624: tested charset reload on file change @ apache version = OK tested
22625: freeing up prev encoding on adding new = OK
22626:
22627: 2001-10-01 parser
22628:
22629: * src/main/pa_charset_connection.C: removed entitify external hack
22630: [internal installed]
22631:
1.116 moko 22632: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22633:
22634: * src/: include/pa_charset_connection.h,
22635: include/pa_charset_manager.h,
22636: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22637: main/pa_charset_connection.C, main/pa_charset_manager.C,
22638: main/pa_request.C: charset loading & caching mech 0
22639:
22640: * src/: include/pa_stylesheet_connection.h,
22641: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22642: main/pa_globals.C, main/pa_request.C: would make charset loading
22643: & caching mech now
22644:
22645: 2001-09-30 parser
22646:
22647: * src/main/pa_request.C: forgot to fill toTable
22648:
22649: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22650: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22651: failed on win32 for now..
22652:
22653: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22654: now charsets table configuration variable is: CHARSETS
22655:
22656: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22657: ctype with unicode 1. todo: no П entities on output somehow
22658:
22659: * src/: classes/file.C, classes/op.C, classes/string.C,
22660: include/pa_request.h, main/pa_request.C: started ctype with
22661: unicode values
22662:
22663: 2001-09-28 parser
22664:
22665: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22666: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22667: string passed AS-IS now
22668:
22669: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22670: way of user-configuring... todo: implement
22671:
22672: 2001-09-27 parser
22673:
22674: * src/classes/table.C: table.sort changed to sort table itself
22675:
22676: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22677: X^.getElementsByTagName[tagname] = array of xnode
22678: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22679: nodes removed - regretfully not supported @ xalan. maybe someday
22680: would reimplement, if needed.
22681:
22682: win32build system: solved long waiting anti-non-started-apache
22683: problem
22684:
22685: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22686: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22687: types/types.dsp: win32 ident make system so not to rebuild
22688: library [ident.C.new]
22689:
22690: 2001-09-26 parser
22691:
22692: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22693: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22694: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22695: types/pa_vxnode.C, types/types.dsp: z
22696:
22697: * src/classes/classes.C: forgot one non-xml check
22698:
1.116 moko 22699: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22700: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22701:
22702: * src/targets/cgi/parser3.C: z
22703:
22704: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22705: targets/isapi/parser3isapi.C: #ifdef SMTP
22706:
22707: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22708: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22709: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22710: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22711: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22712: types/types.dsp: xdoc&xnode now
22713:
22714: * src/: classes/classes.C, classes/classes.awk,
22715: classes/classes.dsp, classes/classes.h, classes/date.C,
22716: classes/dnode.C, classes/dnode.h, classes/dom.C,
22717: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22718: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22719: classes/op.C, classes/response.C, classes/string.C,
22720: classes/table.C, classes/void.C, include/pa_array.h,
22721: include/pa_common.h, include/pa_config_fixed.h,
22722: include/pa_config_includes.h, include/pa_dictionary.h,
22723: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22724: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22725: include/pa_socks.h, include/pa_sql_connection.h,
22726: include/pa_sql_driver_manager.h, include/pa_stack.h,
22727: include/pa_string.h, include/pa_stylesheet_connection.h,
22728: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22729: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22730: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22731: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22732: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22733: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22734: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22735: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22736: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22737: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22738: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22739: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22740: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22741: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22742: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22743: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22744: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22745: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22746: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22747: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22748: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22749: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22750: types/pa_vmethod_frame.h, types/pa_vobject.h,
22751: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22752: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22753: types/pa_vstateless_object.h, types/pa_vstring.C,
22754: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22755: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22756: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22757: main.dsp splitted to main+classes+types along to .am
22758:
22759: * src/classes/Makefile.am: removed useless var
22760:
22761: * src/: classes/classes.cmd, main/main.dsp,
22762: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22763: main.dsp
22764:
22765: 2001-09-25 parser
22766:
22767: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22768: 1251 though, todo ICU
22769:
1.116 moko 22770: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22771: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22772: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22773: types/pa_vdom.h: xml configure makes
1.95 moko 22774:
22775: 2001-09-24 parser
22776:
1.116 moko 22777: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22778: types/Makefile.am: makes
1.95 moko 22779:
1.116 moko 22780: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22781:
22782: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22783: started unix makes update
22784:
22785: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22786: started unix makes update
22787:
22788: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22789:
22790: * src/types/pa_value.h: z
22791:
22792: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22793: bugs with usinge hash/table in expressions
22794:
22795: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22796: resolved conflicts fixed [const]
22797:
22798: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22799: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22800: main/compile.C, main/compile.tab.C, main/compile.y,
22801: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22802: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22803: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22804: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22805: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22806: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22807: with before_xml [merge2 actually didn't happen - i've created
22808: tags on wrong branch. so this merge is in fact re-merge]
22809:
22810: 2001-09-21 parser
22811:
22812: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22813: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22814: produced "" in make file and sadly wrong interpreted on load]
22815:
1.116 moko 22816: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22817: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22818: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22819: include/pa_sql_driver_manager.h, include/pa_string.h,
22820: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22821: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22822: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22823:
22824: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22825: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22826: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22827: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22828: main/pa_pool.C, main/pa_request.C,
22829: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22830: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22831: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22832: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22833: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22834: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22835: types/pa_vrequest.C, types/pa_vresponse.h,
22836: types/pa_vstateless_class.C, types/pa_vstring.C,
22837: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22838: created new projects for sql drivers [planning to remove sql
22839: drivers from main cvs project] first, will join latest changes
22840:
22841: * src/classes/: dom.C: defaulted dom writing methods encoding to
22842: pool.get_charset
22843:
22844: * src/classes/dom.C: defaulted dom writing methods encoding to
22845: pool.get_charset
22846:
22847: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22848: pool.get_charset
22849:
22850: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22851: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22852: methods encoding to pool.get_charset
22853:
22854: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22855: transcoder were created right "unsupported encoding" message.
22856: not @ set time, but @ use time, so until xml output functions
22857: .string, .file, .save used - no encoding name check occur
22858:
22859: reduced transcode buffer size to 60 fixed pool cleanup - no
22860: registration needed, pools are officially destructured
22861:
22862: 2001-09-20 parser
22863:
22864: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22865:
22866: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22867: $MAIN:DEFAULTS.content-type[$.charset[here]]
22868:
22869: * src/: classes/dnode.C, classes/dom.C,
22870: include/pa_config_includes.h, include/pa_globals.h,
22871: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22872: main/pa_pool.C, targets/cgi/parser3.dsp,
22873: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22874: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22875: Pool::transcode 0
22876:
22877: * src/classes/dom.C: dom. string save file moved output xml options
22878: to last param and made it optional
22879:
22880: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22881: dnodes
22882: !$attributenode.specified = boolean
22883: true if the attribute received its value explicitly
22884: in the XML document,
22885: or if a value was assigned programatically with the
22886: setValue function.
22887: false if the attribute value came from the default value
22888: declared in the document's DTD.
22889: !$pinode.target = target of this processing instruction
22890: XML defines this as being the first token following the
22891: markup
22892: that begins the processing instruction.
22893: XPath:
22894: !^node.select[xpath/query/expression] = hash of 0->node0
22895: 1->node1
22896: !^node.select-single[xpath/query/expression] = first node if
22897: any
22898:
22899: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22900: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22901: some 'const's added
22902:
22903: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22904: expression context now, there value = size and boolean value
22905: size!=0
22906:
22907: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22908: can be used in expression context now, there value = size and
22909: boolean value size!=0
22910:
22911: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22912: types/pa_vstring.h: dnode .file .string .save moved back to dom
22913: due to strange xalan bug
22914:
22915: 2001-09-18 parser
22916:
22917: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22918: classes/image.C, classes/op.C, classes/table.C,
22919: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22920: include/pa_sql_driver_manager.h, main/compile.C,
22921: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22922: main/execute.C, main/pa_common.C, main/pa_request.C,
22923: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22924: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22925: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22926: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22927: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22928: before_xml branch ^if(def $hash) now true only when
22929: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22930:
22931: * src/: classes/op.C, main/execute.C: operators self changed to
22932: root ^for variable context changed to self
22933:
22934: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22935: dnode 1
22936:
22937: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22938: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22939:
22940: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22941: poly* fixed
22942:
22943: 2001-09-17 parser
22944:
22945: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22946: types/pa_vdom.h: started dnode+dom
22947:
22948: dnode DOM methods: $node.name $node.value
22949: ...others...
22950:
22951: ^node.xpath[/rates/USD] = hash
22952: $hash[
22953: $.0[node0]
22954: $.1[node1]
22955: ]
22956:
22957: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22958: applies to all linear primitives
22959:
22960: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22961: include/pa_stylesheet_connection.h, main/main.dsp,
22962: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22963: types/pa_vimage.h: started dnode DOM: $node.name
22964: $node.value ...others... ^node.xpath[/rates/USD] = hash
22965: dom(dnode)
22966:
22967: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22968: main/compile.y, main/compile_tools.h, main/execute.C,
22969: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22970: in expression compound($aa.zz.xx) names now can have minus '-' in
22971: name after '.'
22972:
22973: 2001-09-15 parser
22974:
22975: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22976: image: $line-width ^line(...)[**** style]
22977:
22978: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22979: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22980: pool_storage - cleanups first, allocations second. apache wisely
22981: does just like that
22982:
22983: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22984: rewritten using template, no bugs now
22985:
22986: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22987: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22988: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22989: poorly started isapi pool_storage, would rewrite using template
22990: now
22991:
22992: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22993: include/pa_stylesheet_connection.h, main/main.dsp,
22994: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22995: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22996: xalan objects freed up [introducing Pool::register_cleanup]
22997:
22998: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22999: comments
23000:
23001: 2001-09-14 parser
23002:
23003: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23004: z
23005:
23006: * src/: classes/dom.C, classes/file.C, classes/image.C,
23007: classes/mail.C, include/pa_common.h,
23008: include/pa_sql_driver_manager.h, include/pa_string.h,
23009: include/pa_stylesheet_connection.h,
23010: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23011: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23012: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23013: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23014: compiled&cached
23015:
23016: 2001-09-13 parser
23017:
23018: * src/: classes/dom.C, classes/file.C, classes/image.C,
23019: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23020:
23021: * src/classes/dom.C: dom:file content-type(.method)
23022:
23023: * src/: include/pa_common.h, include/pa_globals.h,
23024: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23025: string now more informative error messages
23026:
23027: * src/: include/pa_globals.h, include/pa_request.h,
23028: main/pa_request.C, targets/cgi/parser3.C,
23029: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23030: ParserSiteConfig .../parser3.conf
23031:
23032: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23033:
23034: 2001-09-12 parser
23035:
23036: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23037: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23038: precise error reporting: "connection string must start with
23039: protocol://" now
23040:
23041: * src/main/compile.tab.C: fixed - subname code parts actually []
23042: braced
23043:
23044: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23045: lexer on LS_USER level did [] matching without setting nestage,
23046: introduced special LS_NAME_SQUARE_PART state
23047:
23048: 2001-09-11 parser
23049:
23050: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23051: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23052: languages+=xml
23053:
23054: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23055:
23056: * src/classes/dom.C: ^dom:save/string/file[output options] output
23057: options: $.method[xml|html|text] detection fixed
23058:
23059: * src/types/pa_vdom.h: messages
23060:
23061: * src/classes/dom.C: ^dom:save/string/file[output options] output
23062: options: $.method[xml|html|text] detection fixed
23063:
23064: 2001-09-10 parser
23065:
23066: * src/classes/dom.C: ^dom:save/string/file[output options] output
23067: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23068:
23069: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23070: added]
23071:
23072: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23073: ^dom.xslt[stylesheet filename] 0
23074:
23075: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23076: ^dom.xslt[stylesheet filename] -1 doc is lying
23077:
23078: * src/classes/dom.C: ^dom.file[encoding] = file
23079:
23080: * src/classes/: dom.C: ^dom.string[encoding] 1
23081: ^dom.save[encoding;filename]
23082:
23083: * src/classes/dom.C: ^dom.string[] 0
23084:
23085: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23086:
23087: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23088: types/pa_vform.h: ^dom.save[b.xml] 0
23089:
23090: 2001-09-08 parser
23091:
23092: * src/types/pa_vform.C: $form:tables.name.field
23093:
23094: 2001-09-07 parser
23095:
23096: * src/classes/table.C: table:empty removed, superceded by ^if(def
23097: $table)...
23098:
23099: * src/targets/cgi/parser3.C: z
23100:
23101: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23102: from '' to int/double is 0]
23103:
23104: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23105: $table) is false when table is empty
23106:
23107: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23108: !$form:tables $atable[$form:tables.a]
23109: ^atable.menu{a=$atable.element}[,]
23110:
23111: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23112: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23113:
1.116 moko 23114: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23115: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23116: of dom
23117:
23118: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23119: types/pa_vform.C, types/pa_vform.h: z
23120:
23121: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23122: element [not last]
23123:
1.116 moko 23124: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23125: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23126:
23127: 2001-09-06 parser
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/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23133: table with one column 'element' and two rows: 1 and 2
23134:
23135: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23136: bad int/double conversions, and now $form:nonexistent.int(88)
23137: would return 88
23138:
23139: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23140: types/pa_vhash.h: now there's special hash key '_default'
23141: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23142: $._default[xx] ] $hash.c
23143:
23144: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23145: fixed [thanks, fif], ^; were treated there non-literally
23146:
23147: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23148: doxygen
23149:
23150: * src/: classes/image.C, classes/op.C, classes/string.C,
23151: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23152: types/pa_vtable.C: few #ifndef DOXYGEN
23153:
23154: 2001-09-05 parser
23155:
23156: * src/classes/: string.C, table.C: sql options can be void [same as
23157: image:html the other day]
23158:
23159: * src/targets/cgi/Makefile.am: .am undo
23160:
23161: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23162: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23163: macro expantion on param, simply qoutes whatever passed, undone
23164:
23165: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23166: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23167: STRINGIZE(name) #name invented
23168:
23169: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23170: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23171: MAIN_SQL_DRIVERS_NAME "drivers"
23172:
23173: moved to be availible to all users
23174:
23175: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23176: SQL_DRIVER_CREATE_FUNC_NAME
23177:
23178: * src/classes/mail.C: MAIN:MAIL check fixed
23179:
23180: 2001-09-04 parser
23181:
23182: * src/classes/image.C: image.html now can accept void params
23183:
23184: * src/targets/isapi/parser3isapi.C: z
23185:
23186: * src/targets/cgi/parser3.C: full_file_spec bug
23187:
23188: * src/targets/cgi/parser3.C: getenvcheck
23189:
23190: * src/targets/cgi/parser3.C: zz
23191:
23192: * src/targets/cgi/parser3.C: zzz
23193:
23194: * src/classes/date.C: date
23195:
23196: * src/classes/date.C: date:sql-string is now without ''
23197:
1.116 moko 23198: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23199: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23200: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23201:
1.116 moko 23202: * src/include/pa_config_auto.h.in: makes
1.95 moko 23203:
23204: 2001-09-03 parser
23205:
23206: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23207:
23208: 2001-09-01 parser
23209:
23210: * src/classes/image.C: letter_spacing
23211:
23212: * src/classes/image.C: image: font params changed
23213:
23214: * src/classes/image.C: image: as_int as_string used
23215:
23216: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23217: analized
23218:
23219: 2001-08-31 parser
23220:
23221: * src/targets/cgi/parser3.C: z
23222:
1.116 moko 23223: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23224: cygwin
1.95 moko 23225:
23226: * src/classes/void.C: void:int/double += (default)
23227:
23228: * src/classes/image.C: image:font added space param image:font
23229: changed charwidth alg, added kerning const[for now]
23230:
23231: * src/classes/: string.C, table.C: string:int/double (defaults)
23232:
23233: 2001-08-29 parser
23234:
23235: * src/main/pa_exception.C: exception redundant debug info
23236:
23237: 2001-08-28 parser
23238:
23239: * src/classes/image.C: image error msgs
23240:
23241: * src/classes/image.C: image: gifsize little endian
23242:
23243: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23244: doxygeneration
23245:
23246: * src/: classes/Makefile.am, main/Makefile.am,
23247: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23248:
23249: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23250: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23251:
23252: * src/main/compile.C: NO_STRING_ORIGIN check2
23253:
23254: * src/classes/table.C: NO_STRING_ORIGIN check
23255:
23256: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23257: storage class specifiers invalid in friend function declarations
23258:
23259: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23260: main/untaint.C, targets/cgi/parser3.C,
23261: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23262: case of limit
23263:
23264: * src/: classes/file.C, main/pa_common.C: file:move
23265: autocreate/remove dest/src dir
23266:
23267: * src/: classes/string.C, include/pa_dictionary.h,
23268: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23269: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23270: to directory constructor. string:replace
23271:
23272: 2001-08-27 parser
23273:
23274: * src/classes/image.C: fixed jpgsize alg
23275:
23276: * src/classes/image.C: fixed jpgsize alg
23277:
23278: * src/main/pa_exception.C: z
23279:
23280: * src/main/pa_common.C: removed debug info from pa_common
23281:
23282: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23283: [auto.p from current dir loading]
23284:
1.116 moko 23285: * src/: main/pa_common.C, main/pa_exception.C,
23286: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23287: for solaris -lsocket
1.95 moko 23288:
23289: 2001-08-24 parser
23290:
23291: * src/targets/cgi/parser3.C: not cgi extra \n 3
23292:
23293: * src/targets/cgi/parser3.C: not cgi extra \n 2
23294:
23295: * src/targets/cgi/parser3.C: not cgi extra \n
23296:
23297: * src/main/pa_sql_driver_manager.C: z
23298:
23299: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23300: sql* removed services from disconnect - cross-request ideological
23301: probs.
23302:
23303: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23304: cross-request ideological probs. oracle - fixed bug: cs
23305: allocated on request.pool and got freed before disconnect
23306:
23307: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23308: mallocs fixed
23309:
23310: 2001-08-23 parser
23311:
23312: * src/classes/file.C: minor bug in file:save fixed
23313:
23314: * src/main/pa_sql_driver_manager.C: oracle: dlink
23315:
23316: 2001-08-22 parser
23317:
23318: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23319: types/pa_vfile.h: file:load|save[text|binary;
23320:
23321: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23322:
23323: 2001-08-21 parser
23324:
23325: * src/classes/: file.C, table.C: ^file:list
23326:
23327: 2001-08-20 parser
23328:
23329: * src/: main/compile.tab.C, main/compile.y,
23330: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23331: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23332: recousively caused problems: inc incremeted 123 literal!! fixed
23333:
23334: 2001-08-10 parser
23335:
23336: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23337:
23338: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23339: added
23340:
23341: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23342: added
23343:
23344: * src/classes/table.C: table:sort restored [it was bad test :(]
23345:
23346: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23347: ''
23348:
23349: * src/main/: pa_request.C: wanted to make const int
23350: MAX_EXECUTE_SECONDS=1;
23351:
23352: but couldnt, set_callback_and_alarm appeared to be not exported
23353: :(
23354:
23355: * src/main/pa_string.C: string.match hanged on. there were a hang
23356: check but it weren't wise enough
23357:
23358: @parse[dateString][tmp]
23359: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23360: #end
23361:
23362: @main[] ^parse[2001-02-03]
23363:
23364: * src/classes/: table.C: table:sort now default desc
23365:
23366: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23367: table.sort now creates new sorted table
23368:
23369: 2001-08-09 parser
23370:
23371: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23372:
23373: * src/classes/hash.C: hash:_default now [was hash:default]
23374:
23375: * src/classes/op.C: case without switch check added
23376:
23377: * src/types/pa_vcookie.C: cookie name&value origins added, more
23378: precise $ORIGINS(1)
23379:
23380: * src/main/Makefile.am: .am
23381:
23382: * src/classes/void.C: void: int double copy/paste from int: bug
23383: fixed
23384:
23385: * src/classes/void.C: void: int double copy/paste from int: bug
23386: fixed
23387:
23388: 2001-08-07 parser
23389:
23390: * src/: classes/double.C, classes/int.C, classes/string.C,
23391: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23392: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23393: string, table
23394:
23395: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23396: srand made working
23397:
23398: 2001-08-06 parser
23399:
23400: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23401: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23402: main/compile.tab.C, main/compile.y, main/pa_array.C,
23403: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23404: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23405:
23406: * src/main/pa_exec.C: exec win32 real filename
23407:
23408: * src/classes/file.C: exec stderr out
23409:
23410: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23411:
23412: 2001-08-03 parser
23413:
23414: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23415:
23416: 2001-08-02 parser
23417:
23418: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23419: main/execute.C, main/pa_exec.C: introducing Array_iter
23420:
23421: * src/main/execute.C: detected quick_get recursion bug. changed to
23422: get@execute, but needs array iterator, separate from array to
23423: avoid it & use caching
23424:
23425: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23426: bug fixed
23427:
23428: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23429: main/execute.C, main/pa_globals.C: found another multithread bug
23430: in op.C (last, last global var killed) :)
23431:
23432: 2001-08-01 parser
23433:
23434: * src/: include/pa_dictionary.h, include/pa_globals.h,
23435: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23436: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23437: main/untaint.C: speeded up typo-html replacements. introducing
23438: Dictionary with first-char caching
23439:
23440: 2001-07-31 parser
23441:
23442: * src/types/Makefile.am: pa_vtable.C added to .am
23443:
23444: * src/main/compile.tab.C: added, so that could be compiled even on
23445: non-bison-enabled platforms
23446:
23447: 2001-07-28 parser
23448:
23449: * src/classes/table.C: table:hash always produces hash, when can't
23450: - empty
23451:
23452: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23453: skipped \n
23454:
23455: 2001-07-27 parser
23456:
23457: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23458: on int/double/string :sql without result and default
23459:
23460: 2001-07-26 parser
23461:
23462: * src/classes/op.C: fixed bad multithread bug with strangly global
23463: OP
23464:
23465: * src/main/compile.y: $man[$.age[zzz]] 0
23466:
23467: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23468: creation syntax problem persists. restored $: for a while.
23469: thinking of $man[$.age[zzz]] syntax now
23470:
23471: * src/: classes/double.C, classes/int.C, classes/string.C,
23472: include/pa_opcode.h, main/compile.C, main/compile.y,
23473: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23474: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23475: types/pa_wwrapper.h: fixing :: realization #1
23476:
23477: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23478: main/compile_tools.h, main/execute.C, main/pa_request.C,
23479: types/pa_vmethod_frame.h: introducing :: this is constructor call
23480: prefix. ordinary : remains for static accesses
23481:
23482: 2001-07-25 parser
23483:
23484: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23485: fields 2. methods 3. columns
23486:
23487: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23488: quote. optimized double&int tostring-s
23489:
23490: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23491: whitespace before first method decl
23492:
23493: * src/classes/table.C: allowed nontable result in table:sql,
23494: results in empty table
23495:
23496: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23497: lines before first method decl
23498:
23499: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23500: types/pa_vtable.h: ^table.record[] now $table.fields
23501:
23502: * src/main/compile.y: $var[] is now empty string, not void
23503:
23504: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23505: void
23506:
23507: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23508: main/pa_globals.C: match replace code context moved to implicit
23509: $match context
23510:
23511: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23512: main/compile_tools.h, main/execute.C: with killed, code storage
23513: introduced with former 'with' syntax
23514:
23515: 2001-07-24 parser
23516:
23517: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23518: types/pa_value.h: first get_element, next get operator
23519:
23520: * src/main/compile.y: removed @end handling
23521:
23522: * src/main/: compile.C, compile.y: @end handling method2
23523:
23524: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23525: file:move
23526:
23527: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23528: fixed
23529:
23530: 2001-07-23 parser
23531:
23532: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23533: driver
23534:
23535: * src/classes/hash.C: changed sql driver query interface
23536:
23537: * src/: classes/hash.C, classes/string.C, classes/table.C,
23538: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23539: changed sql driver query interface
23540:
23541: 2001-07-20 parser
23542:
23543: * src/types/pa_vrequest.C: X!$browser:type
23544:
23545: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23546: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23547: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23548: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23549: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23550: types/pa_vobject.h, types/pa_vrequest.C,
23551: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23552: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23553: BASE element globally removed
23554:
23555: 2001-07-18 parser
23556:
23557: * src/classes/file.C: file:exec/cgi msg
23558:
23559: * src/classes/file.C: $file:exit-code renamed to 'status'
23560:
23561: * src/: classes/file.C, main/pa_exec.C: file:exec
23562:
1.116 moko 23563: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23564: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23565: removed $id from *.in *.am
1.95 moko 23566:
23567: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23568: abbrevations
23569:
23570: * src/: classes/date.C, classes/mail.C, classes/math.C,
23571: classes/string.C, classes/table.C, include/pa_globals.h,
23572: include/pa_string.h, main/execute.C, main/pa_globals.C,
23573: main/pa_request.C, main/pa_string.C, main/untaint.C,
23574: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23575: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23576: $ORIGINS(1) output tracing mode
23577:
23578: 2001-07-13 parser
23579:
23580: * src/: classes/double.C, classes/int.C, classes/string.C,
23581: include/pa_request.h, main/execute.C, main/pa_request.C:
23582: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23583: second would not call first @auto
23584:
23585: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23586: wrong, fixed
23587:
23588: 2001-07-12 parser
23589:
23590: * src/types/pa_value.h: pa_value.putelement modification of system
23591: classes prevented
23592:
23593: 2001-07-11 parser
23594:
23595: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23596: table $piece
23597:
23598: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23599: types/pa_vstateless_class.h: $file created by file:state +=
23600: .atime .mtime .ctime +found&fixed bug with exceptions on
23601: get_junction-created objects [they were on wrong pool]
23602:
23603: 2001-07-09 parser
23604:
23605: * src/main/untaint.C: qp wrong name
23606:
23607: * src/: classes/date.C, classes/string.C, classes/table.C,
23608: main/compile.y: date format 0
23609:
23610: 2001-07-07 parser
23611:
23612: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23613: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23614: roll table calendar
23615:
23616: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23617: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23618: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23619: include/pa_request.h, main/main.dsp, types/pa_value.h,
23620: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23621: string. todo: sql, calendar
23622:
23623: 2001-07-06 parser
23624:
23625: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23626: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23627:
23628: 2001-07-03 parser
23629:
23630: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23631: classes/random.C, main/main.dsp: class random renamed to math,
23632: operators became methods
23633:
23634: * src/classes/op.C: pow sqrt
23635:
23636: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23637:
23638: 2001-07-02 parser
23639:
23640: * src/classes/table.C: ^table.columns column renamed from 'name' to
23641: 'column'
23642:
23643: * src/classes/hash.C: ^hash.keys[]
23644:
23645: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23646:
23647: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23648: 'strings'
23649:
23650: 2001-06-29 parser
23651:
23652: * src/main/: execute.C: /0 %0 checkes ver 2
23653:
23654: * src/main/execute.C: /0 %0 checke
23655:
23656: * src/classes/Makefile.am: nothing - void
23657:
23658: * src/classes/table.C: empty strings @ sql
23659:
23660: 2001-06-28 parser
23661:
23662: * src/: classes/double.C, classes/file.C, classes/form.C,
23663: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23664: classes/op.C, classes/random.C, classes/response.C,
23665: classes/string.C, classes/table.C, classes/void.C,
23666: main/compile.C, main/compile_tools.C, main/execute.C,
23667: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23668: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23669: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23670: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23671: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23672: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23673: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23674: $";
23675:
23676: * src/: classes/double.C, classes/file.C, classes/form.C,
23677: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23678: classes/op.C, classes/random.C, classes/response.C,
23679: classes/string.C, classes/table.C, classes/void.C,
23680: main/compile.C, main/compile.y, main/compile_tools.C,
23681: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23682: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23683: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23684: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23685: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23686: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23687:
23688: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23689: $class:name: == ${class:name}:
23690:
23691: * src/classes/string.C: exactly one
23692:
23693: 2001-06-27 parser
23694:
23695: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23696: types/pa_vvoid.h: nothing renamed to void
23697:
23698: * src/classes/op.C: ^switch ^case
23699:
23700: * src/main/compile.y: nothing renamed to void
23701:
23702: * src/: classes/hash.C, classes/table.C, main/compile.y,
23703: main/execute.C, main/main.dsp, main/pa_request.C,
23704: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23705: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23706: void
23707:
23708: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23709:
23710: 2001-05-28 parser
23711:
23712: * src/doc/html2chm.cmd: removed >a
23713:
23714: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23715: project options [some bugs]
23716:
23717: * src/doc/sources2html.cmd: z
23718:
23719: * src/: classes/classes.C, main/compile.C, main/compile.y,
23720: main/execute.C: operators are not in root class again
23721:
23722: 2001-05-24 parser
23723:
23724: * src/targets/cgi/parser3.dsp: project file
23725:
23726: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23727: ^log ^exp
23728:
23729: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23730: conversions in @exception[params]
23731:
23732: * src/main/pa_request.C: // no _ conversions in @exception[params]
23733:
23734: 2001-05-23 parser
23735:
23736: * src/main/pa_string.C: string cmp bug
23737:
23738: * src/classes/: mail.C, op.C: rem max 1000
23739:
23740: * src/: classes/op.C, main/compile.y: allow one empty line before
23741: LS_DEF_NAME
23742:
23743: 2001-05-22 parser
23744:
23745: * src/classes/op.C: if params code-required
23746:
23747: 2001-05-21 parser
23748:
23749: * src/types/pa_vstring.C: eoleof
23750:
23751: * src/classes/Makefile.am: .AM
23752:
23753: * src/classes/nothing.C: resultless ^sql moved to nothing:
23754:
23755: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23756:
23757: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23758: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23759: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23760: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23761: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23762: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23763: 'nothing'
23764:
23765: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23766: vstring::set_string
23767:
23768: * src/classes/: double.C, int.C, string.C: int,double;sql
23769:
23770: * src/: classes/hash.C, classes/int.C, classes/string.C,
23771: classes/table.C, include/pa_string.h, main/pa_string.C,
23772: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23773:
23774: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23775: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23776: hash:sql moved to main trunc. operators.txt updated
23777:
23778: * src/classes/: hash.C, op.C, table.C: hash:sql
23779:
23780: * src/classes/op.C: z
23781:
23782: * src/: main/compile.C, classes/classes.C: 1
23783:
23784: * src/: classes/classes.C, main/compile.C, main/compile.y,
23785: main/execute.C: 0
23786:
23787: * src/main/execute.C: z
23788:
23789: * src/targets/cgi/parser3.C: z
23790:
23791: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23792: site_auto_path "." in that case
23793:
23794: * src/targets/cgi/: parser3.C: z
23795:
23796: * src/main/pa_request.C: .am
23797:
23798: * src/: main/pa_request.C, targets/cgi/parser3.C:
23799: pcre_tables=pcre_default_tables;
23800:
23801: 2001-05-19 parser
23802:
23803: * src/main/pa_string.C: z
23804:
23805: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23806: introducing String::cstr_bufsize, returns just size+1 for as_is
23807: target.
23808:
23809: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23810: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23811: used, 4* mem wasted
23812:
23813: * src/classes/string.C: root context in match replace body now
23814: unchanged
23815:
23816: * src/types/pa_value.h: parameter # 1 based
23817:
23818: * src/main/pa_common.C: common: actual filename '%s'
23819:
23820: * src/classes/string.C: z
23821:
23822: * src/classes/Makefile.am: classes/.am
23823:
23824: * src/classes/: Makefile.am: classes/.am
23825:
23826: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23827: targets/cgi/pa_pool.C: classes/.am
23828:
23829: 2001-05-18 parser
23830:
1.116 moko 23831: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23832: pa_threads.C ins
1.95 moko 23833:
23834: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23835:
23836: 2001-05-17 parser
23837:
23838: * src/: classes/string.C, include/pa_config_fixed.h,
23839: include/pa_config_includes.h, main/compile.y,
23840: main/compile_tools.h, main/execute.C, main/pa_array.C,
23841: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23842: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23843: types/pa_vform.C: #include "pa_config_includes.h" removed from
23844: most .C
23845:
23846: * src/doc/html2chm.cmd: z
23847:
23848: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23849: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23850:
23851: * src/main/pa_sql_driver_manager.C: moved expiration to
23852: get_connection_from_cache
23853:
23854: * src/main/pa_sql_driver_manager.C: cache expiration bf
23855:
23856: * src/: classes/classes.h, include/pa_sql_connection.h,
23857: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23858: cache expiration[use SQL_Driver::disconnect]
23859:
23860: * src/main/pa_table.C: table.locate current restored on "not found"
23861:
23862: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23863: line no
23864:
23865: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23866: ANTI_ENDLESS_EXECUTE_RECOURSION
23867:
23868: * src/: classes/op.C, include/pa_sql_connection.h,
23869: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23870: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23871: 1driver and set_services fight for driver::fservices. before fix
23872:
23873: * src/: classes/op.C, include/pa_config_fixed.h,
23874: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23875: main/pa_sql_driver_manager.C: found problem at last: 2connections
23876: own 1driver and set_services fight for driver::fservices. before
23877: fix
23878:
23879: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23880: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23881: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23882: pa_threads.C
23883:
23884: * src/include/pa_threads.h: removed targets/parser
23885:
23886: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23887: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23888: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23889: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23890: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23891: headers
23892:
23893: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23894: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23895: order prevented sqlmanager to see MULTYTHREAD define
23896:
23897: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23898: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23899: put/gets
23900:
23901: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23902: from hash.h
23903:
23904: * src/: classes/op.C, include/pa_sql_connection.h,
23905: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23906: from cache ->set_services(&services);
23907:
23908: 2001-05-16 parser
23909:
23910: * src/targets/cgi/parser3.C: z
23911:
23912: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23913: debug, #ifdefed some. would debug later, on more precise sample
23914: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23915: $name.$tail[$tail!] $name.$tail } ok3
23916:
23917: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23918: removed array debug. before vstring rebasing
23919:
23920: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23921: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23922: array debugged; adjusted
23923:
23924: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23925: SQL_Driver_manager line no for connect/charset errors
23926:
23927: 2001-05-15 parser
23928:
23929: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23930: main/pa_string.C: string+array made linear grows
23931:
23932: * src/: include/pa_string.h, main/pa_string.C,
23933: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23934: grow lineary, not exponentialy
23935:
23936: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23937: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23938: with fullchunk cmps
23939:
23940: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23941: 70041= 81
23942:
23943: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23944: targets/cgi/parser3.C: detected huge mem allocation: size/times
23945: malloc 27809390/368771, calloc 3232/83. would test now
23946:
23947: * src/: classes/random.C, main/compile.y, main/execute.C,
23948: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23949: numbered params had wrong name - for instance: bad error message
23950: in ^for[] bad body type. fixed
23951:
23952: 2001-05-14 parser
23953:
23954: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23955: main/untaint.C: ^string.upper|lower[]
23956:
23957: 2001-05-11 parser
23958:
23959: * src/: classes/double.C, classes/image.C, classes/op.C,
23960: classes/string.C, classes/table.C, classes/unknown.C,
23961: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23962: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23963: types/pa_vunknown.h: op: MAX_LOOPS as_int
23964:
23965: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23966: .dsp for win32tools
23967:
23968: 2001-05-11 paf
23969:
23970: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23971: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23972: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23973: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23974:
23975: 2001-05-10 paf
23976:
23977: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23978: for C++, that's all
23979:
1.116 moko 23980: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23981: pa_config_includes.h: inline wonders
1.95 moko 23982:
23983: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23984: doc/doxygen.cmd: hash.C added
23985:
23986: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23987:
23988: * src/main/compile.y: @end grammar: allowed zero strings in control
23989: menthod
23990:
23991: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23992: pa_vstateless_object.h: changed priority: field before method
23993: lookup in vclass & vobject
23994:
23995: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23996: grammar: priorities changes [lowerd && prior] vobject: now first
23997: fields, next methods
23998:
23999: 2001-05-08 paf
24000:
24001: * src/main/pa_table.C: table columnname2item on nameless ignored
24002: bark=false. fixed
24003:
24004: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24005: types/pa_vmethod_frame.h: hash:default works at last!
24006:
24007: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24008: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24009: hash:default
24010:
24011: * src/classes/table.C: z
24012:
24013: * src/classes/table.C: table:hash always hash of hash now
24014:
24015: * src/classes/table.C: table:empty return bool now
24016:
24017: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24018: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24019: types/pa_vtable.h: table:hash
24020:
24021: * src/classes/table.C: table:record have name
24022:
24023: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24024: returns vunknown
24025:
24026: * src/classes/: double.C, int.C, op.C, string.C:
24027: int,double,string:int[] double[] string:length[] results now have
24028: hames
24029:
24030: * src/: classes/op.C, classes/table.C, main/main.dsp,
24031: types/pa_vtable.h: removed table:find. table:locate and op:eval
24032: now return bool
24033:
24034: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24035: in method checkparams again. fixed
24036:
24037: 2001-05-07 paf
24038:
24039: * src/doc/chm.cmd: cmd
24040:
24041: * src/: classes/image.C, classes/mail.C, classes/string.C,
24042: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24043: types/pa_value.h: method reported errors on wrong pool
24044:
24045: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24046: now
24047:
24048: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24049: include/code.h, include/pa_opcode.h, main/compile.C,
24050: main/compile_tools.h, main/execute.C, types/pa_value.h,
24051: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24052: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24053: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24054: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24055: types/pa_vmethod_frame.h, types/pa_vobject.h,
24056: types/pa_vrequest.h, types/pa_vresponse.h,
24057: types/pa_vstateless_class.h, types/pa_vstring.h,
24058: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24059: types/pa_wwrapper.h: pa_code.h
24060:
24061: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24062:
24063: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24064: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24065: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24066: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24067: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24068: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24069: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24070: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24071: types/pa_vtable.h: dox, split by not clean parts also
24072:
24073: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24074: types/pa_vtable.h: table: fields, then methods. so to enable
24075: 'dir' fields & co. more
24076:
24077: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24078: so to enable 'dir' fields & co.
24079:
24080: * src/main/compile.y: grammar: @end
24081:
24082: 2001-05-04 paf
24083:
24084: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24085: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24086:
24087: * src/: classes/classes.h, classes/double.C, classes/file.C,
24088: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24089: classes/op.C, classes/random.C, classes/response.C,
24090: classes/string.C, classes/table.C, classes/unknown.C,
24091: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24092: method dox
24093:
24094: 2001-05-03 paf
24095:
24096: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24097: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24098: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24099: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24100: doc/string.dox, doc/targets.dox, doc/value.dox,
24101: main/pa_request.C: dox splitted .dox files and added some
24102:
24103: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24104:
24105: 2001-05-02 paf
24106:
24107: * src/classes/: image.C, table.C: table:dir result are not tainted
24108: by file_name language now
24109:
24110: 2001-04-28 paf
24111:
24112: * src/classes/classes.inc: removed classes.inc
24113:
24114: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24115: from .am
24116:
24117: * src/classes/classes.awk: skipped classes in .awk
24118:
24119: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24120: classes/classes.inc, classes/double.C, classes/file.C,
24121: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24122: classes/string.C, classes/table.C, classes/unknown.C,
24123: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24124: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24125: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24126: pa_methoded back to classes/classes.h
24127:
24128: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24129:
24130: * src/: classes/Makefile.am, classes/classes.awk,
24131: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24132: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24133:
24134: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24135: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24136: classes/response.C, classes/string.C, classes/table.C,
24137: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24138: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24139: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24140: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24141: include|main/pa_methoded
24142:
24143: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24144: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24145:
24146: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24147: moved some configured data to request::classes_conf moved some
24148: string crations from globals to M... [works]
24149:
24150: * src/: classes/form.C, classes/mail.C, classes/op.C,
24151: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24152: main/pa_request.C: moved some configured data to
24153: request::classes_conf moved some string crations from globals to
24154: M...
24155:
24156: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24157: about to move configured data to special request hash
24158:
24159: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24160: classes/form.C, classes/mail.C, include/pa_request.h,
24161: main/pa_request.C: configure started
24162:
24163: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24164: 2. todo: methoded-configure
24165:
24166: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24167: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24168: classes/_random.h, classes/_response.h, classes/_string.h,
24169: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24170: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24171: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24172: classes/random.C, classes/response.C, classes/string.C,
24173: classes/table.C, classes/unknown.C, include/pa_globals.h,
24174: include/pa_request.h, main/compile.y, main/execute.C,
24175: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24176: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24177: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24178: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24179: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24180: types/pa_vrequest.h, types/pa_vresponse.h,
24181: types/pa_vstateless_class.h, types/pa_vstring.h,
24182: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24183: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24184: methoded-configure
24185:
24186: * src/: classes/file.C, classes/table.C, main/compile.y,
24187: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24188: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24189: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24190:
24191: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24192: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24193: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24194: classes/random.C, classes/response.C, classes/string.C,
24195: classes/table.C, classes/unknown.C, include/pa_request.h,
24196: main/compile.y, main/execute.C, main/pa_globals.C,
24197: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24198: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24199: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24200: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24201: beautifying just compiled. todo: debug, configure
24202:
24203: 2001-04-27 paf
24204:
24205: * src/: classes/file.C, classes/image.C, classes/table.C,
24206: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24207: beautifying -99
24208:
24209: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24210: classes/_response.h, classes/_unknown.h, classes/classes.C,
24211: classes/classes.h, classes/double.C, classes/file.C,
24212: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24213: classes/op.C, classes/random.C, classes/response.C,
24214: classes/string.C, include/pa_globals.h, main/main.dsp,
24215: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24216: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24217: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24218: types/pa_vunknown.h: beautifying -100
24219:
24220: * src/main/compile.y: serge@ found @CLASS bug. fixed
24221:
24222: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24223: classes/_op.h, classes/_random.h, classes/_table.h,
24224: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24225: classes/op.C, classes/random.C, classes/response.C,
24226: classes/string.C, classes/table.C, classes/unknown.C,
24227: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24228: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24229: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24230: beautifying
24231:
24232: 2001-04-26 paf
24233:
24234: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24235:
24236: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24237: documentation ++
24238:
24239: * src/: classes/_exec.h, doc/doxygen.cfg,
24240: include/pa_config_fixed.h, include/pa_config_includes.h,
24241: targets/cgi/pa_pool.C: code documentation ++
24242:
24243: * src/: classes/_image.h, classes/op.C, classes/random.C,
24244: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24245: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24246: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24247: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24248: types/pa_vmethod_frame.h, types/pa_vobject.h,
24249: types/pa_vrequest.C, types/pa_vrequest.h,
24250: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24251: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24252: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24253: code documentation ++
24254:
24255: * src/: classes/image.C, classes/mail.C, classes/string.C,
24256: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24257: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24258: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24259: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24260: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24261: types/pa_vobject.h, types/pa_vstateless_class.h,
24262: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24263:
24264: * src/main/: pa_request.C, pa_string.C: z
24265:
24266: * src/: include/pa_common.h, include/pa_types.h,
24267: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24268: connection caching fixed. request-pooled-url were stored into
24269: global connectioncache
24270:
24271: 2001-04-25 paf
24272:
24273: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24274: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24275:
24276: * src/: include/code.h, include/pa_common.h, main/compile.y,
24277: main/execute.C, main/pa_common.C: -d
24278:
24279: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24280: illegal call check a bit improved, but still under iis no mapping
24281: of dir with parser allowed!
24282:
24283: 2001-04-24 paf
24284:
24285: * src/targets/Makefile.am: apache module lib .am
24286:
24287: * src/main/pa_exec.C: windows32 buildCommand
24288:
24289: 2001-04-23 paf
24290:
24291: * src/targets/cgi/Makefile.am: win32 conditional
24292:
24293: * src/targets/cgi/Makefile.am: win32 conditional
24294:
24295: * src/targets/cgi/Makefile.am: liblink
24296:
24297: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24298: vfile fields return type
24299:
24300: * src/types/pa_vfile.h: vfile fields return type
24301:
24302: * src/include/pa_config_auto.h.in: .h.in
24303:
24304: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24305: types/Makefile: makefiles removed
24306:
24307: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24308: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24309:
24310: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24311: [tested: i & g ]
24312:
24313: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24314: @test noticed series in isapi, check how initialize_random_class
24315: is called! [must be called only once]
24316:
24317: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24318: would not be 'unknown column'
24319:
24320: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24321: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24322:
24323: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24324: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24325: [now doesnt]
24326:
24327: * src/targets/cgi/parser3.C: cgi cmdline ver
24328:
24329: * src/targets/cgi/parser3.C: cgi /// @test disable
24330: /cgi-bin/parser3/auto.p
24331:
24332: * src/main/untaint.C: untaint without charset
24333:
24334: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24335: main/pa_common.C: common: file_write /// @test mkdirs
24336: file_delete rmdirs
24337:
24338: * src/main/untaint.C: mail header only once to =?
24339:
24340: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24341: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24342: main/untaint.C: untaint - @test optimize whitespaces for
24343: all but 'html'
24344:
24345: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24346: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24347: main/untaint.C: untaint - @test mail-header
24348:
24349: 2001-04-20 paf
24350:
24351: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24352: include/pa_request.h, include/pa_string.h, main/compile.y,
24353: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24354: targets/cgi/parser3.C: $MAIN:LOCALE
24355:
24356: * src/main/untaint.C: z
24357:
24358: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24359:
24360: 2001-04-19 paf
24361:
24362: * src/main/compile_tools.h: $a$b bugfix
24363:
24364: * src/targets/cgi/parser3.C: z
24365:
24366: * src/classes/file.C: z
24367:
24368: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24369: done: header to $fields. waits for header '\' tricks
24370:
24371: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24372: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24373: changed urlencode here and in untaint.C to HTTP standard's " and
24374: \" mech
24375:
24376: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24377: http://alx/~paf/ doesnt load /auto.p
24378:
24379: 2001-04-18 paf
24380:
24381: * src/main/pa_request.C: 1
24382:
24383: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24384: linux @alx
24385:
24386: 2001-04-17 paf
24387:
24388: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24389: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24390: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24391: enabled
24392:
24393: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24394: classes/_exec.h, classes/_file.h, classes/_form.h,
24395: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24396: classes/_random.h, classes/_response.h, classes/_string.h,
24397: classes/_table.h, classes/_unknown.h, classes/file.C,
24398: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24399: include/pa_config_fixed.h, include/pa_config_includes.h,
24400: include/pa_hash.h, include/pa_sql_driver_manager.h,
24401: include/pa_version.h, main/Makefile.am, main/compile.y,
24402: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24403: main/pa_sql_driver_manager.C, sql/Makefile.am,
24404: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24405: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24406: types/pa_vform.C, types/pa_vimage.h: exec @jav
24407:
24408: * src/: include/pa_sql_driver_manager.h,
24409: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24410: types/pa_vimage.h: sql driver interface now has initialize(client
24411: .so)
24412:
24413: 2001-04-16 paf
24414:
24415: * src/Makefile.am: compile2 cygwin
24416:
24417: * src/: include/pa_config_includes.h, main/pa_exec.C,
24418: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24419:
24420: * src/targets/cgi/Makefile.am: compile0 jav
24421:
24422: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24423: classes/_exec.h, classes/_file.h, classes/_form.h,
24424: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24425: classes/_random.h, classes/_response.h, classes/_string.h,
24426: classes/_table.h, classes/_unknown.h, classes/image.C,
24427: classes/mail.C, classes/op.C, classes/random.C,
24428: include/pa_config_fixed.h, include/pa_config_includes.h,
24429: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24430: main/compile.y, main/pa_common.C, main/pa_exec.C,
24431: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24432: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24433: compile-1
24434:
24435: 2001-04-15 paf
24436:
24437: * src/classes/op.C: z
24438:
24439: * src/classes/table.C: table:empty +=process
24440:
24441: * src/types/pa_value.h: MethodParams !junction
24442:
24443: * src/: classes/_string.h, classes/double.C, classes/file.C,
24444: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24445: classes/random.C, classes/response.C, classes/string.C,
24446: classes/table.C, classes/unknown.C, main/pa_request.C:
24447: MethodParams everywhere
24448:
24449: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24450: types/pa_vmethod_frame.h: MethodParams in op.C
24451:
24452: 2001-04-12 paf
24453:
24454: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24455:
24456: * src/: classes/_unknown.h, classes/unknown.C,
24457: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24458: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24459:
24460: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24461:
24462: * src/classes/image.C: image:gif now does not have params
24463:
24464: * src/classes/image.C:
24465: image:line/fill/rectangle/bar/replace/polygon/polybar
24466:
24467: * src/: classes/image.C, classes/op.C, main/execute.C,
24468: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24469: for var now written not to r.wcontext, but to r.root cleared
24470: "entered_object" state
24471:
24472: 2001-04-11 paf
24473:
24474: * src/classes/image.C: image:create image:load
24475:
24476: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24477: just compiled
24478:
24479: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24480: todo: gif without file
24481:
24482: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24483: started porting to Pooled descendant
24484:
24485: * src/: classes/image.C, main/execute.C, main/main.dsp,
24486: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24487: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24488: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24489:
24490: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24491: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24492: end. switching to python imaging lib
24493:
24494: * src/main/main.dsp: gd+smtp made separate libs
24495:
24496: * src/: include/pa_globals.h, include/pa_string.h,
24497: main/pa_common.C, main/pa_request.C, main/untaint.C,
24498: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24499: length
24500:
24501: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24502: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24503: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24504: UL_FILE_NAME of posted file name
24505:
24506: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24507: post [broke when moved post read to core]
24508:
24509: 2001-04-10 paf
24510:
24511: * src/classes/image.C: image:html done
24512:
24513: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24514:
24515: * src/classes/image.C: z
24516:
24517: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24518: forgotten!
24519:
24520: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24521: main/pa_request.C, main/pa_string.C, main/untaint.C,
24522: types/pa_vimage.h: image:measure -90
24523:
24524: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24525: classes/_int.h, classes/_mail.h, classes/_op.h,
24526: classes/_random.h, classes/_response.h, classes/_string.h,
24527: classes/_table.h, classes/file.C, classes/mail.C,
24528: include/pa_common.h, include/pa_globals.h, main/execute.C,
24529: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24530: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24531: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24532: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24533: compiled
24534:
24535: * src/classes/mail.C: minor bug with unclear from/to
24536:
24537: * src/classes/mail.C: sendmail unix skipping defaults
24538:
24539: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24540: sendmail unix added defaults
24541:
24542: * src/classes/mail.C: unix sendmail compiled. todo:testing
24543:
24544: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24545:
24546: 2001-04-09 paf
24547:
24548: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24549: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24550: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24551: targets/isapi/parser3isapi.dsp: all targets exec
24552:
24553: * src/: include/pa_sapi.h, include/pa_string.h,
24554: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24555: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24556: args in apache:util.script
24557:
24558: * src/include/pa_string.h: written but not tested exec with env for
24559: unix
24560:
24561: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24562: targets/cgi/parser3.C: exec win32 env
24563:
24564: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24565: 0
24566:
24567: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24568: main/execute.C, main/main.dsp, main/pa_globals.C,
24569: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24570: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24571:
24572: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24573: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24574:
24575: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24576: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24577:
24578: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24579: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24580: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24581: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24582: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24583: exec class just compiled. moved post read to request core
24584:
24585: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24586: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24587: main/pa_globals.C, targets/cgi/parser3.C,
24588: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24589: are already read by vform
24590:
24591: 2001-04-08 paf
24592:
24593: * src/: classes/file.C, classes/mail.C, classes/string.C,
24594: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24595: uuencode. string<<
24596:
24597: 2001-04-07 paf
24598:
24599: * src/classes/mail.C: z
24600:
24601: * src/classes/mail.C: z
24602:
24603: * src/classes/mail.C: ^mail[$attach
24604:
24605: * src/classes/mail.C: ^attach dead end
24606:
24607: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24608: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24609: targets/isapi/parser3isapi.C: mail:send 1
24610:
24611: * src/: classes/mail.C, main/pa_request.C: z
24612:
24613: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24614: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24615: compiled
24616:
24617: * src/classes/mail.C: +=
24618:
24619: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24620: prepared
24621:
24622: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24623: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24624: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24625: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24626:
24627: 2001-04-06 paf
24628:
24629: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24630: main/pa_string.C: table:dir 1
24631:
24632: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24633: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24634:
24635: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24636: classes/root.C, include/pa_globals.h, include/pa_request.h,
24637: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24638: main/pa_request.C: renamed 'root' to 'op'
24639:
24640: * src/classes/: _op.h, op.C: renamed from 'root'
24641:
24642: * src/types/pa_valiased.C: another root inherititance skipped
24643:
24644: * src/main/: compile.C, compile.y, execute.C: operators are now not
24645: root methods of parent class. just 'ROOT' class
24646:
24647: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24648: @office
24649:
24650: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24651:
24652: 2001-04-05 paf
24653:
24654: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24655: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24656: constructor flag dropped at get_method_frame and remembered into
24657: method_frame
24658:
24659: * src/: classes/file.C, classes/root.C, classes/string.C,
24660: classes/table.C, main/pa_request.C: junction to code&expression
24661: in errors
24662:
24663: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24664: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24665: $LOCALE:ctype[Russian_Russia.1251]
24666:
24667: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24668: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24669: main/pa_table.C: hash now not thread-safe.
24670:
24671: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24672: main/untaint.C: z
24673:
24674: * src/: classes/random.C, classes/root.C, classes/table.C,
24675: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24676: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24677: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24678: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24679:
24680: * src/: classes/table.C, include/pa_sql_connection.h,
24681: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24682:
24683: * src/classes/table.C: select * from hren error contains statement
24684:
24685: * src/: classes/table.C, include/pa_sql_connection.h,
24686: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24687: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24688:
24689: * src/: classes/root.C, include/pa_sql_connection.h,
24690: include/pa_sql_driver.h, main/main.dsp,
24691: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24692: services for conv memory & error reporting
24693:
24694: 2001-04-04 paf
24695:
24696: * src/doc/doxygen.cfg: z
24697:
24698: * src/include/pa_sql_driver.h: mysql connect
24699:
24700: * src/include/pa_sql_driver.h: mysql info
24701:
24702: * src/: classes/root.C, include/pa_sql_driver.h,
24703: include/pa_sql_driver_manager.h, main/main.dsp,
24704: main/pa_sql_driver_manager.C: more manager&connection&driver
24705:
24706: * src/sql/Makefile.am: forgot to add mysql client
24707:
24708: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24709: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24710: [forgot to add libltdl, added]
24711:
24712: * src/: Makefile.am, classes/root.C, classes/string.C,
24713: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24714: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24715: include/pa_string.h, include/pa_table.h, main/main.dsp,
24716: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24717: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24718: -1000 just compiled
24719:
24720: * src/: classes/random.C, classes/root.C, classes/table.C,
24721: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24722: main/pa_request.C, types/pa_vclass.h: sql frame -10
24723:
24724: 2001-04-03 paf
24725:
24726: * src/types/pa_vform.C: z
24727:
24728: * src/: classes/string.C, types/pa_vform.C: string:match replace
24729: assigned lang
24730:
24731: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24732: {}[]< empty []
24733:
24734: * src/: classes/file.C, classes/string.C, classes/table.C,
24735: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24736: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24737:
24738: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24739: string:match replace strange matches
24740:
24741: * src/classes/string.C: string:match replace 0
24742:
24743: * src/: classes/string.C, main/pa_string.C: string:match replace
24744: prepared 2
24745:
24746: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24747: string:match replace prepared
24748:
24749: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24750: string:match replace -11
24751:
24752: * src/: classes/string.C, include/pa_globals.h,
24753: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24754: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24755:
24756: * src/: classes/string.C, include/pa_globals.h,
24757: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24758: main/pa_string.C: string:match [search] -1 just compiled
24759:
24760: * src/types/pa_vstring.C: z
24761:
24762: * src/: classes/double.C, classes/file.C, classes/form.C,
24763: classes/int.C, classes/response.C, classes/root.C,
24764: classes/string.C, classes/table.C, include/pa_string.h,
24765: main/pa_string.C: string:match -10 [frame]
24766:
24767: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24768: main/pa_request.C: z
24769:
24770: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24771: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24772: todo/tests
24773:
24774: * src/include/pa_common.h: z
24775:
24776: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24777: main/pa_request.C, targets/cgi/parser3.C,
24778: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24779: content-disposition
24780:
24781: * src/: include/pa_common.h, include/pa_globals.h,
24782: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24783: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24784:
24785: * src/: include/pa_common.h, include/pa_request.h,
24786: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24787: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24788: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24789: response:body
24790:
24791: * src/classes/table.C: table:append now uses string::split
24792:
24793: * src/classes/table.C: z
24794:
24795: * src/: classes/file.C, classes/root.C, classes/string.C,
24796: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24797: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24798: include/pa_string.h, main/execute.C, main/pa_string.C,
24799: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24800: string::pos & cmp & piece bugs fixed. string::split new
24801: table:load separated from set table:set implemented with clean \n
24802: \t searches
24803:
24804: 2001-04-02 paf
24805:
24806: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24807: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24808: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24809: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24810: it in table:set/load
24811:
24812: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24813: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24814:
24815: * src/classes/random.C: random:generate 1
24816:
24817: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24818: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24819: types/pa_value.h: random:generate
24820:
24821: 2001-03-30 paf
24822:
24823: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24824: todo: table flip and append. string::pos
24825:
24826: * src/: classes/double.C, classes/file.C, classes/int.C,
24827: classes/response.C, classes/root.C, classes/string.C,
24828: classes/table.C, main/compile.y, main/execute.C,
24829: types/pa_value.h, types/pa_vstateless_class.C,
24830: types/pa_vstateless_class.h: static|dynamic|any method
24831: registration
24832:
24833: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24834: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24835: table:flip
24836:
24837: 2001-03-29 paf
24838:
24839: * src/classes/string.C: string:xsplit forgot that they must result
24840: in 1 row N column [not vice versa]
24841:
24842: * src/classes/string.C: z
24843:
24844: * src/classes/string.C: string: rsplit
24845:
24846: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24847: string: lsplit
24848:
24849: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24850: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24851: lsplit -1
24852:
24853: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24854: string: pos
24855:
24856: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24857: string: pos -1
24858:
24859: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24860: main/compile.y, main/pa_request.C, main/pa_string.C,
24861: main/untaint.C: string: left right mid
24862:
24863: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24864: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24865: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24866: and [;] are different now.
24867:
24868: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24869: main/untaint.C: pool.request undone
24870:
24871: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24872: main/untaint.C: pool.request
24873:
24874: 2001-03-28 paf
24875:
24876: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24877: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24878: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24879: $request:browser [.type .version]; unknown.get_double now = 0.
24880:
24881: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24882: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24883: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24884: types/pa_vform.C: file:load autodetection of mime-type by
24885: user-file-name
24886:
24887: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24888: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24889: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24890:
24891: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24892: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24893: write. must be self.set
24894:
24895: * src/: classes/file.C, classes/root.C, classes/table.C,
24896: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24897:
24898: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24899: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24900: types/pa_vtable.h: table:locate just compiled
24901:
24902: 2001-03-27 paf
24903:
24904: * src/main/: execute.C, pa_common.C: fixed r/w context of
24905: code-params2, fixed ntfs hardlink slow dir update
24906:
24907: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24908: types/pa_wcontext.h: fixed r/w context of code-params
24909:
24910: * src/: classes/table.C, main/execute.C: about to change junction
24911: rcontext!!
24912:
24913: * src/: classes/double.C, classes/int.C, classes/root.C,
24914: classes/string.C, classes/table.C, main/compile_tools.C,
24915: main/execute.C, main/pa_request.C, main/untaint.C,
24916: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24917: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24918: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24919: types/pa_vunknown.h: sort 0
24920:
24921: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24922: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24923: renamed to are_static_calls_disabled
24924:
24925: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24926: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24927: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24928: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24929:
24930: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24931:
24932: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24933: started table:sort fixed minor bug in #...^{
24934:
24935: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24936: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24937: decided to have as it were. stepped back. grammar: added 'in'
24938: 'is' 'lt'&co follow-space check
24939:
24940: 2001-03-26 paf
24941:
24942: * src/: classes/file.C, classes/root.C, classes/table.C,
24943: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24944: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24945: main/pa_table.C: moved ::save to pa_table. disabled @auto
24946: invocation in ^process
24947:
24948: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24949:
24950: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24951: main/pa_array.C: table:record
24952:
24953: * src/: main/untaint.C, targets/cgi/parser3.C,
24954: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24955: targets/isapi/pool_storage.h, types/pa_valiased.h,
24956: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24957: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24958: types/pa_vtable.h: z
24959:
24960: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24961: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24962: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24963: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24964: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24965: method realisations on 'self' validity - they now can simply
24966: assume that 'self' is V{Proper} .
24967:
24968: 2001-03-25 paf
24969:
24970: * src/main/untaint.C: z
24971:
24972: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24973: lowlevel - it initialization could be skipped if failed in @auto.
24974: so that exception report would use some table
24975:
24976: * src/main/pa_request.C: table empty lines ignored. system-default
24977: content type assigned in output:result [can fail in main:auto and
24978: skipped normal defaults extraction]
24979:
24980: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24981: bug
24982:
24983: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24984: processing to table [except preliminary \r\n \r \n replacements
24985: to "\n"]
24986:
24987: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24988: move all the processing to table
24989:
24990: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24991: main/pa_table.C, main/untaint.C: returned table originating.
24992: useful for reporting typo table problems origin. think would be
24993: useful somewhere else
24994:
24995: * src/main/untaint.C: typo \r \r\n \n properly handled
24996:
24997: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24998: include/pa_table.h, main/compile.y, main/compile_tools.C,
24999: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25000: main/pa_string.C, main/pa_table.C, main/untaint.C,
25001: types/pa_vcookie.h: typo & typo-default
25002:
25003: 2001-03-24 paf
25004:
25005: * src/main/pa_common.C: z
25006:
25007: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25008: targets/cgi/parser3.C: html-typo 2
25009:
25010: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25011: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25012: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25013: main/execute.C, main/pa_array.C, main/pa_globals.C,
25014: main/pa_request.C, main/pa_string.C, main/untaint.C,
25015: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25016: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25017: noticed double default content-type prob. run cgi.cmd tomorrow
25018: first html-typo sample. detected << problem: they become ltlt too
25019: fast
25020:
25021: * src/main/compile.y: z
25022:
25023: * src/main/: compile.y, compile_tools.h: #comment
25024:
25025: * src/: classes/file.C, classes/root.C, classes/table.C,
25026: include/pa_common.h, include/pa_request.h, main/compile.y,
25027: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25028: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25029: stringified
25030:
25031: * src/types/pa_valiased.C: decided to String-ify file_read
25032:
25033: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25034: isapi/parser3isapi.dsp: cgi: sapi::log
25035:
25036: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25037: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25038: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25039: error log experiments failed - cgi under iis got no access to
25040: log. registereventsource simply failed with 5(illegal call) code,
25041: while worked OK as standalone executable. isapi: used
25042: HSE_APPEND_LOG_PARAMETER feature
25043:
25044: * src/: include/pa_common.h, include/pa_globals.h,
25045: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25046: targets/isapi/parser3isapi.C: fixed default content-type
25047: allocation storage
25048:
25049: * src/: include/pa_globals.h, include/pa_request.h,
25050: main/pa_globals.C, main/pa_request.C: z
25051:
25052: * src/: include/pa_array.h, include/pa_hash.h,
25053: include/pa_request.h, main/compile.y, main/pa_array.C,
25054: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25055: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25056: content-type
25057:
25058: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25059: sanity
25060:
25061: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25062: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25063: away freeze mech. no danger now for you can't do
25064: ^request:process[@new-method[] body] trick anymore. still
25065: remains $some_instance.process[@new-method[] possibility] but
25066: would leave it as a feature. see index for sample
25067:
25068: * src/: include/pa_common.h, main/pa_common.C,
25069: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25070: monkey every target
25071:
25072: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25073: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25074: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25075:
25076: 2001-03-23 paf
25077:
25078: * src/: include/pa_pool.h, main/pa_request.C,
25079: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25080: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25081: targets/isapi/pool_storage.h: isapi: dumb pool storage
25082:
25083: * src/targets/isapi/pa_pool.C: decided to continue with extension
25084:
25085: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25086: it would be better to rewrite as filter then to deal with pool
25087:
25088: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25089: now like in cgi, not from APPL_PHYSICAL_PATH
25090:
25091: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25092: include/pa_config_fixed.h, include/pa_config_includes.h,
25093: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25094: include/pa_version.h, main/compile.y, main/execute.C,
25095: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25096: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25097: main/untaint.C, targets/cgi/parser3.C,
25098: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25099: cgi: reinvent document_root and request_uri under iis. autoconf
25100: updated. introducing ap_config_includes
25101:
25102: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25103:
25104: * src/targets/cgi/parser3.C: cgi: only one pool now
25105:
25106: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25107: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25108: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25109: types/pa_venv.h, types/pa_vform.C: sapi made object
25110:
25111: * src/: include/pa_globals.h, main/pa_request.C,
25112: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25113: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25114: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25115:
25116: * src/: main/pa_request.C, targets/cgi/parser3.C,
25117: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25118: isapi minor env beauty
25119:
25120: * src/: main/pa_request.C, targets/cgi/parser3.C,
25121: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25122: isapi document_root 0
25123:
25124: 2001-03-22 paf
25125:
25126: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25127:
25128: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25129: isapi/parser3isapi.C: z
25130:
25131: * src/: include/pa_pool.h, main/pa_request.C,
25132: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25133:
25134: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25135: kill.pl: isapi added utils
25136:
25137: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25138: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25139: types/pa_vform.C: isapi 0
25140:
25141: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25142: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25143: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25144: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25145: started isapi
25146:
25147: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25148: some comments
25149:
25150: * src/: include/pa_globals.h, include/pa_request.h,
25151: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25152: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25153: parser_root_auto_path parser_site_auto_path
25154:
25155: * src/types/pa_vcookie.C: cookie attr decoded
25156:
25157: 2001-03-21 paf
25158:
25159: * src/targets/cgi/parser3.C: z
25160:
25161: * src/include/pa_globals.h: post. todo: config of auto.p path
25162:
25163: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25164: types/pa_venv.h: in cookie & env. todo:post
25165:
25166: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25167: classes/root.C, classes/table.C, include/pa_array.h,
25168: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25169: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25170: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25171: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25172: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25173: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25174: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25175: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25176: shifted apache branch on main trunc
25177:
25178: * src/: include/pa_common.h, include/pa_globals.h,
25179: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25180: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25181: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25182: starting mod_parser3
25183:
25184: * src/targets/cgi/parser3.C: starting mod_parser3
25185:
25186: 2001-03-20 paf
25187:
25188: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25189: targets/cgi/parser3.C: automake compiled and works. todo:make
25190: win32 ifdefs work and add ifdef unistd
25191:
25192: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25193: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25194: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25195: z
25196:
25197: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25198: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25199: locking
25200:
25201: * src/: classes/Makefile.am, types/Makefile.am: z
25202:
25203: * src/: Makefile.am, classes/file.C, classes/root.C,
25204: classes/table.C, include/pa_array.h, include/pa_request.h,
25205: include/pa_string.h, main/Makefile.am, main/execute.C,
25206: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25207: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25208: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25209: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25210:
25211: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25212: main/pa_request.C, types/pa_vfile.h: ^table:save
25213:
25214: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25215: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25216: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25217: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25218: types/pa_vform.h: z
25219:
25220: * src/include/pa_string.h: z
25221:
25222: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25223: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25224: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25225: :Value
25226:
25227: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25228: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25229: :VStateless_object
25230:
25231: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25232: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25233: :VStateless_object
25234:
25235: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25236: types/pa_valiased.C, types/pa_vform.h: commented VForm
25237:
25238: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25239: types/pa_valiased.h, types/pa_value.h,
25240: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25241: types/pa_vstateless_object.h: moved common get_element part from
25242: stateless object&class into VAliased
25243:
25244: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25245: classes/table.C, main/execute.C, main/main.dsp,
25246: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25247: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25248: now :Value
25249:
25250: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25251: main/execute.C, main/main.dsp, main/pa_globals.C,
25252: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25253:
25254: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25255: doxx
25256:
25257: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25258: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25259: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25260: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25261: and ^file:save
25262:
25263: 2001-03-19 paf
25264:
25265: * src/types/pa_vfile.C: z
25266:
25267: * src/: classes/file.C, classes/request.C, classes/table.C,
25268: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25269: main/pa_request.C, main/untaint.C, types/pa_value.h,
25270: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25271:
25272: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25273: include/pa_string.h, include/pa_table.h, main/main.dsp,
25274: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25275: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25276: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25277: classes/_file.h, classes/file.C, types/pa_vfile.C,
25278: types/pa_vfile.h: file class just compiled
25279:
25280: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25281: include/pa_table.h, include/pa_types.h, main/execute.C,
25282: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25283: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25284: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25285:
25286: * src/include/pa_pool.h: z
25287:
25288: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25289: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25290: Hash::Value to Val so to doxygen would finlly stop confusing
25291: those Value-s
25292:
25293: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25294: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25295: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25296: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25297: include/pa_types.h, main/compile.C, main/compile.y,
25298: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25299: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25300: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25301: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25302: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25303:
25304: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25305: derivates somehow unlinked. don't know why yet
25306:
25307: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25308: include/pa_string.h, include/pa_threads.h, main/compile.C,
25309: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25310: main/execute.C, main/pa_array.C, main/pa_common.C,
25311: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25312: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25313: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25314:
25315: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25316: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25317: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25318: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25319: types/pa_vrequest.h: doc: detected Value derivates prob
25320:
25321: * src/include/pa_globals.h: z
25322:
25323: * src/: classes/_request.h, classes/request.C, include/code.h,
25324: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25325: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25326: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25327: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25328: main/execute.C, main/pa_pool.C, main/pa_request.C,
25329: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25330: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25331:
25332: 2001-03-18 paf
25333:
25334: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25335: cookie: allowed access to hash-assigned
25336:
25337: * src/targets/cgi/parser3.C: z
25338:
25339: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25340: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25341: include/pa_types.h, main/main.dsp, main/pa_common.C,
25342: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25343: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25344: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25345: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25346: types/pa_vunknown.h: cookie class
25347:
25348: * src/main/pa_request.C: zero length output allowed
25349:
25350: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25351: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25352:
25353: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25354: lang switch
25355:
25356: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25357: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25358: types/pa_value.h, types/pa_vhash.h:
25359: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25360:
25361: * src/main/execute.C: z
25362:
25363: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25364: targets/cgi/parser3.C: taint[uri
25365:
25366: * src/: classes/request.C, classes/response.C, classes/root.C,
25367: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25368: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25369: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25370:
25371: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25372: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25373: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25374: types/pa_vstateless_class.C: convinient string(pool, char *src,
25375: bool tainted) ctor
25376:
25377: * src/: include/pa_hash.h, include/pa_request.h,
25378: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25379: main/pa_request.C, main/pa_string.C, main/untaint.C,
25380: targets/cgi/parser3.C: proper @exceptions params tainting
25381:
25382: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25383: response fields to header
25384:
25385: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25386: z
25387:
25388: * src/: classes/_response.h, classes/response.C,
25389: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25390: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25391: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25392: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25393: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25394: $response: 0 request::core exception rethrow
25395:
25396: 2001-03-16 paf
25397:
25398: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25399: types/pa_vrequest.h: native method' class call with less params
25400: then needed error reporting
25401:
25402: * src/: classes/_request.h, classes/request.C,
25403: include/pa_globals.h, include/pa_request.h, main/execute.C,
25404: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25405: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25406: types/pa_vrequest.h: $request : query :uri
25407:
25408: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25409: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25410: types/pa_wcontext.h: $result
25411:
25412: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25413:
25414: * src/: classes/double.C, include/code.h, main/compile.y,
25415: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25416: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25417:
25418: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25419: main/compile.y, main/execute.C, types/pa_value.h,
25420: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25421: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25422: wcontext conflict
25423:
25424: * src/: main/execute.C, types/pa_value.h,
25425: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25426: $string.field
25427:
25428: 2001-03-15 paf
25429:
25430: * src/main/pa_request.C: news sample
25431:
25432: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25433: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25434:
25435: * src/main/: compile.y, execute.C: z
25436:
25437: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25438: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25439: pre pre works
25440:
25441: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25442: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25443: fillfields just compiled
25444:
25445: 2001-03-14 paf
25446:
25447: * src/: include/pa_request.h, main/pa_request.C,
25448: targets/cgi/parser3.C: z
25449:
25450: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25451: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25452: types/pa_vstring.h: limits -1
25453:
25454: * src/: include/pa_globals.h, include/pa_request.h,
25455: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25456: main/pa_request.C, targets/cgi/parser3.C,
25457: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25458: request_info -1
25459:
25460: * src/: include/pa_globals.h, main/pa_globals.C,
25461: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25462: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25463: vform_fields_fill
25464:
25465: * src/targets/cgi/parser3.C: # if MSVC
25466:
25467: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25468: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25469:
25470: * src/targets/cgi/parser3.C: z
25471:
25472: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25473: include/pa_string.h, include/pa_types.h, main/compile.y,
25474: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25475: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25476: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25477: types/pa_vunknown.h: global handler, exceptions in parser3
25478:
25479: 2001-03-13 paf
25480:
25481: * src/: classes/form.C, main/compile.y, main/core.C,
25482: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25483: types/pa_vform.h, types/pa_vstateless_class.C,
25484: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25485: instead
25486:
25487: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25488: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25489: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25490: started cgi target
25491:
25492: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25493: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25494: before error show with parser
25495:
25496: * src/: classes/_form.h, classes/form.C, include/core.h,
25497: include/pa_request.h, main/core.C, main/pa_request.C,
25498: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25499:
25500: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25501:
25502: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25503: parser3.C: renamed targets/ parser to cgi
25504:
25505: * src/: classes/double.C, classes/env.C, classes/int.C,
25506: classes/root.C, classes/string.C, classes/table.C,
25507: include/pa_request.h, types/pa_vhash.h: z
25508:
25509: * src/: classes/_env.h, classes/env.C, classes/root.C,
25510: include/core.h, include/pa_pool.h, include/pa_request.h,
25511: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25512: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25513: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25514: [historical moment :)]
25515:
25516: * src/: include/code.h, include/pa_string.h, main/compile.y,
25517: main/execute.C, main/pa_string.C: 'value is type' expr operator
25518:
25519: * src/types/pa_venv.h: $ENV 1
25520:
25521: * src/main/execute.C: z
25522:
25523: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25524: future methods of ENV constructor if
25525:
25526: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25527: class
25528:
25529: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25530: classes/_root.h, classes/_string.h, classes/_table.h,
25531: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25532: classes/string.C, classes/table.C, include/pa_request.h,
25533: main/compile.C, main/compile_tools.h, main/core.C,
25534: main/execute.C, main/main.dsp, main/pa_request.C,
25535: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25536: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25537: types/pa_vobject.h, types/pa_vstateless_class.C,
25538: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25539: types/pa_wcontext.h: $ENV: re 0, stateless classes
25540:
25541: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25542: classes/_root.h, classes/_string.h, classes/_table.h,
25543: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25544: classes/string.C, classes/table.C, include/pa_request.h,
25545: main/compile.C, main/compile_tools.h, main/core.C,
25546: main/execute.C, main/main.dsp, main/pa_request.C,
25547: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25548: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25549: types/pa_vobject.h, types/pa_vstateless_class.C,
25550: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25551: types/pa_wcontext.h: $ENV: re 0, stateless classes
25552:
25553: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25554: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25555: yesterdays bad decision on execute_static_method
25556:
25557: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25558:
25559: * src/: classes/double.C, classes/int.C, classes/root.C,
25560: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25561:
25562: * src/main/pa_request.C: z
25563:
25564: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25565: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25566:
25567: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25568: include/pa_pool.h, main/pa_request.C:
25569: restructure_exceptions_dead_end
25570:
25571: * src/: classes/root.C, main/compile.y: ^if required junctions.
25572: allowed ; inside {} to break params
25573:
25574: * src/classes/root.C: ^eval
25575:
25576: * src/: classes/_string.h, classes/double.C, classes/int.C,
25577: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25578: string ^format
25579:
25580: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25581: 'bad' but not 'enough'
25582:
25583: * src/: classes/double.C, classes/root.C, classes/table.C,
25584: include/pa_common.h, include/pa_types.h, main/compile.y,
25585: main/pa_common.C, main/pa_request.C, main/untaint.C,
25586: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25587: types/pa_wwrapper.h: think constructing flag as is is bad
25588:
25589: * src/: classes/double.C, classes/int.C, classes/root.C,
25590: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25591: types/pa_vint.h: ^for
25592:
25593: 2001-03-12 paf
25594:
25595: * src/classes/table.C: table ^empty
25596:
25597: * src/: classes/table.C, include/pa_table.h: table ^menu
25598:
25599: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25600: ^offset ^line ^count
25601:
25602: * src/classes/root.C: ^round() ^floor() ^ceiling()
25603: ^abs() ^sign()
25604:
25605: * src/classes/: root.C, table.C: ^use
25606:
25607: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25608: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25609: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25610: ^while. switched off wcontext.constructing after write(value) or
25611: auto-vhash-constructing
25612:
25613: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25614: main/pa_request.C: fail_if_junction_ helper func
25615:
25616: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25617: include/pa_request.h, main/execute.C, main/main.dsp,
25618: main/pa_common.C, main/pa_request.C: ^process error point by
25619: actual method_name, not source. ^load
25620:
25621: * src/types/pa_vtable.h: table: no, better with string in cells...
25622:
25623: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25624: classes/_table.h, classes/table.C, main/untaint.C: z
25625:
25626: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25627: include/pa_table.h, main/core.C, main/execute.C,
25628: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25629: types/pa_value.h: table:set 0
25630:
25631: * src/: classes/root.C, include/core.h, include/pa_array.h,
25632: include/pa_request.h, include/pa_table.h, main/core.C,
25633: main/main.dsp, main/pa_request.C, main/pa_table.C,
25634: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25635: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25636: types/pa_vstring.h: freeze, ^table:create[] -1
25637:
25638: * src/: classes/root.C, types/pa_value.h: z
25639:
25640: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25641: get_method in couple places optimizing them
25642:
25643: * src/classes/root.C: z
25644:
25645: * src/: classes/root.C, types/pa_vclass.h: process temp main
25646: zeroing
25647:
25648: * src/: classes/double.C, classes/int.C, classes/root.C,
25649: classes/string.C, include/pa_common.h, include/pa_request.h,
25650: include/pa_string.h, include/pa_types.h, main/compile.C,
25651: main/compile.y, main/compile_tools.h, main/execute.C,
25652: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25653: types/pa_vmframe.h: ^process. actual names to store param and
25654: check_actual_numbered_params for better place diagnostics
25655:
25656: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25657: method-junctions bug fixed
25658:
25659: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25660: pa_vstateless_object.h, pa_vstring.h: stateless_object
25661:
25662: 2001-03-11 paf
25663:
25664: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25665: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25666: VDouble VInt base now VObject_base - without fields
25667:
25668: * src/: classes/root.C, include/core.h, main/core.C: z
25669:
25670: * src/: classes/double.C, classes/int.C, classes/root.C,
25671: classes/string.C, include/core.h, include/pa_hash.h,
25672: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25673: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25674:
25675: * src/: classes/double.C, classes/int.C, classes/root.C,
25676: include/pa_request.h, main/execute.C: intercept_string
25677:
25678: * src/: classes/double.C, classes/int.C, classes/root.C,
25679: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25680:
25681: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25682: ^inc-s(expr)
25683:
25684: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25685: classes/_root.h, classes/_string.h, classes/double.C,
25686: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25687: include/code.h, include/core.h, include/pa_array.h,
25688: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25689: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25690: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25691: include/pa_types.h, main/compile.C, main/compile.y,
25692: main/compile_tools.C, main/compile_tools.h, main/core.C,
25693: main/execute.C, main/pa_array.C, main/pa_common.C,
25694: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25695: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25696: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25697: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25698: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25699: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25700: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25701: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25702:
25703: * src/: main/pa_request.C, types/pa_vhash.h: z
25704:
25705: * src/: include/core.h, include/pa_request.h, main/core.C,
25706: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25707:
25708: * src/: include/pa_valiased.h, include/pa_value.h,
25709: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25710: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25711: include/pa_vjunction.h, include/pa_vmframe.h,
25712: include/pa_vobject.h, include/pa_vstring.h,
25713: include/pa_vunknown.h, include/pa_wcontext.h,
25714: include/pa_wwrapper.h, main/compile.y, main/core.C,
25715: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25716: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25717: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25718: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25719: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25720: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25721: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25722: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25723: include/
25724:
25725: 2001-03-10 paf
25726:
25727: * src/: include/core.h, include/pa_request.h, main/core.C,
25728: main/pa_request.C: run+auto=run
25729:
25730: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25731:
25732: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25733: classes/_root.h, classes/_string.h, classes/double.C,
25734: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25735: include/code.h, include/core.h, include/pa_array.h,
25736: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25737: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25738: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25739: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25740: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25741: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25742: include/pa_vjunction.h, include/pa_vmframe.h,
25743: include/pa_vobject.h, include/pa_vstring.h,
25744: include/pa_vunknown.h, include/pa_wcontext.h,
25745: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25746: main/compile_tools.C, main/compile_tools.h, main/core.C,
25747: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25748: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25749: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25750: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25751: main/pa_wcontext.C: sources header
25752:
25753: * src/main/pa_request.C: auto..
25754:
25755: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25756: main/pa_request.C: auto tree0
25757:
25758: * src/: include/core.h, include/pa_request.h, main/compile.y,
25759: main/core.C, main/pa_request.C: names to core.C
25760:
25761: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25762: include/pa_request.h, main/core.C, main/execute.C,
25763: main/pa_common.C, main/pa_request.C: root auto.p loaded
25764:
25765: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25766: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25767: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25768: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25769:
25770: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25771: @auto[] realised. auto.p scan togo
25772:
25773: * src/: include/pa_request.h, main/execute.C: autocalc
25774: code-junctions result now have names
25775:
25776: * src/: classes/double.C, classes/int.C, classes/root.C,
25777: classes/string.C, include/pa_request.h, include/pa_string.h,
25778: include/pa_wcontext.h, main/compile.y, main/execute.C,
25779: main/pa_string.C, main/pa_wcontext.C: tainting 0
25780:
25781: * src/classes/env.C: env:file/line
25782:
25783: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25784: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25785: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25786: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25787: main/compile_tools.C, main/compile_tools.h, main/core.C,
25788: main/execute.C, main/main.dsp, main/pa_cframe.C,
25789: main/pa_request.C, main/pa_wcontext.C: const fight finished
25790:
25791: * src/include/pa_vclass.h: const fight to go
25792:
25793: * src/: classes/_env.h, classes/env.C, classes/root.C,
25794: include/pa_request.h, include/pa_vclass.h, main/core.C,
25795: main/main.dsp: env0
25796:
25797: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25798: classes/_string.h, classes/double.C, classes/int.C,
25799: classes/root.C, classes/string.C, include/pa_request.h,
25800: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25801: include/pa_wcontext.h, main/core.C, main/main.dsp,
25802: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25803: main/pa_wcontext.C: ^lang prepare0
25804:
25805: 2001-03-09 paf
25806:
25807: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25808: construct proper naming
25809:
25810: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25811: classes/double.C, classes/int.C, classes/root.C,
25812: classes/string.C, include/code.h, include/pa_value.h,
25813: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25814: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25815: main/compile.y, main/compile_tools.C, main/core.C,
25816: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25817: and ^double[]. fixed expr type
25818:
25819: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25820: ^string.length[]
25821:
25822: 2001-03-08 paf
25823:
25824: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25825:
25826: * src/: include/pa_vclass.h, include/pa_vstring.h,
25827: include/pa_wcontext.h, main/compile.y, main/core.C,
25828: main/execute.C, main/main.dsp: dead end: vstring can't be
25829: derivated from vobject
25830:
25831: * src/: include/pa_vclass.h, include/pa_vhash.h,
25832: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25833:
25834: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25835: remained clone conseqs
25836:
25837: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25838:
25839: * src/main/pa_vclass.C: wow! vclass were out of vcs
25840:
25841: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25842: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25843: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25844: include/pa_vobject.h, include/pa_vstring.h,
25845: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25846: main/execute.C: withoud cloning. didn't need it actually, params
25847: got passed from out unnamed ewpool
25848:
25849: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25850: include/pa_vjunction.h, include/pa_vobject.h,
25851: include/pa_vunknown.h, main/compile.y: cloning dead end
25852:
25853: * src/: include/pa_bool.h, include/pa_double.h,
25854: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25855: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25856: include/pa_vjunction.h, include/pa_vmframe.h,
25857: include/pa_vobject.h, include/pa_vstring.h,
25858: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25859: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25860: to give params proper names
25861:
25862: * src/main/pa_wcontext.C: z
25863:
25864: * src/: include/pa_vmframe.h, main/execute.C: added names to
25865: unknown values in get_element and unfilled params. removed wrong
25866: name change in get_element
25867:
25868: * src/main/execute.C: z
25869:
25870: * src/main/execute.C: fixed problems calling operators in
25871: constructors
25872:
25873: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25874: detected problems calling operators in constructors
25875:
25876: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25877: autocalc def to string
25878:
25879: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25880: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25881:
25882: * src/classes/root.C: added root.c
25883:
25884: * src/: include/pa_request.h, include/pa_value.h,
25885: include/pa_vcframe.h, include/pa_vmframe.h,
25886: include/pa_wcontext.h, main/compile.C, main/compile.y,
25887: main/core.C, main/execute.C, main/pa_cframe.C,
25888: main/pa_wcontext.C: 'if' just compiled
25889:
25890: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25891: include/pa_vjunction.h, include/pa_vmframe.h,
25892: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25893: main/pa_wcontext.C: z
25894:
25895: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25896: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25897: with parameter names in operator methods
25898:
25899: * src/main/compile.y: minor renamings in .y
25900:
25901: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25902: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25903: @BASE. changed 'RUN' assignment mech
25904:
25905: * src/main/execute.C: z
25906:
25907: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25908: main/compile_tools.h, main/execute.C: made class: dynamic, not
25909: static. so to enable runtime ^use
25910:
25911: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25912:
25913: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25914: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25915:
25916: * src/main/execute.C: root root in code-junction
25917:
25918: 2001-03-07 paf
25919:
25920: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25921: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25922:
25923: * src/: include/pa_stack.h, include/pa_value.h,
25924: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25925: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25926: fixed rwcontext of {} params up
25927:
25928: * src/main/: compile.y, compile_tools.h: ^func(params)
25929:
25930: * src/main/compile.y: .y priorities syntax shaped up a bit
25931:
25932: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25933: include/pa_vunknown.h, main/compile.y, main/execute.C,
25934: main/pa_hash.C: expr def in -f
25935:
25936: * src/main/: compile.y, execute.C: expr calls
25937:
25938: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25939: fixed
25940:
25941: * src/main/compile.y: expr quoted code
25942:
25943: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25944: support0
25945:
25946: * src/main/compile.y: expr string comparisons 0
25947:
25948: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25949: main/pa_string.C: just compiled lt&co
25950:
25951: * src/main/execute.C: ^var.menu{$field} problem detected. that
25952: $field not a $var.field
25953:
25954: 2001-03-06 paf
25955:
25956: * src/main/compile.y: .y expr visible-shorter
25957:
25958: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25959: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25960: logical
25961:
25962: * src/: include/pa_vstring.h, main/compile.y: problems with
25963: skipping whitespace in yylex
25964:
25965: * src/include/pa_vbool.h: forgot this
25966:
25967: * src/: include/code.h, main/compile.y, main/execute.C: without
25968: string ops in expressions 0
25969:
25970: * src/: include/pa_value.h, include/pa_vdouble.h,
25971: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25972: main/execute.C, main/main.dsp: !~
25973:
25974: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25975: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25976: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25977: include/pa_vunknown.h, include/pa_wcontext.h,
25978: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25979: main/compile_tools.h, main/execute.C: +-*/
25980:
25981: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25982: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25983:
25984: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25985: main/execute.C: expr grammar-1 2*2=4.000000 :)
25986:
25987: * src/main/compile.y: expr grammar-1
25988:
25989: * src/main/compile.y: expr lexx1
25990:
25991: * src/main/: compile.y, execute.C, main.dsp: z
25992:
25993: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25994: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25995: main/execute.C: expr lex0 exec-1
25996:
25997: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25998:
25999: 2001-02-26 paf
26000:
26001: * src/main/compile.y: max_string in yyerror bug fix
26002:
26003: 2001-02-25 paf
26004:
26005: * src/: include/pa_value.h, include/pa_vmframe.h,
26006: include/pa_wcontext.h, main/execute.C: VAliased3
26007:
26008: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26009:
26010: * src/main/execute.C: VAliased1
26011:
26012: * src/: include/pa_request.h, include/pa_value.h,
26013: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26014: VAliased0
26015:
26016: * src/: include/pa_pool.h, include/pa_request.h,
26017: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26018: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26019: VAliased just compiled
26020:
26021: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26022: include/pa_vobject.h, main/execute.C: alias dead end
26023:
26024: * src/: include/pa_value.h, include/pa_vclass.h,
26025: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26026: main/main.dsp: no not get fields into interm VFielded class.
26027: fields & staticfields 1
26028:
26029: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26030: include/pa_vobject.h, include/pa_wcontext.h,
26031: include/pa_wwrapper.h, main/core.C, main/execute.C,
26032: main/main.dsp: would now get fields into interm VFielded class
26033:
26034: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26035: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26036: include/pa_wcontext.h, main/compile.y, main/core.C,
26037: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26038: main/pa_wcontext.C: virtuals2
26039:
26040: * src/main/compile.y: : 1
26041:
26042: * src/main/compile.y: rethought to $class:static.field.subfield
26043:
26044: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26045: $class:element
26046:
26047: * src/: include/pa_value.h, include/pa_vmframe.h,
26048: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26049: main/pa_wcontext.C: before execute class calls rewrite
26050:
26051: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26052: name RUN, also alias
26053:
26054: * src/main/compile.y: escaping bug
26055:
26056: * src/: include/pa_request.h, include/pa_value.h,
26057: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26058: main/core.C, main/execute.C, main/pa_common.C: vobject1
26059:
26060: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26061: include/pa_vmframe.h, include/pa_vobject.h,
26062: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26063: main/compile_tools.h, main/execute.C: ^class:method() just
26064: compiled
26065:
26066: 2001-02-24 paf
26067:
26068: * src/main/main.dsp: no bison -d
26069:
26070: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26071: class' err msg wrong
26072:
26073: * src/main/compile.y: z
26074:
26075: * src/main/: compile.y, core.C: yylex need some @special lines adj
26076:
26077: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26078: main/compile.y, main/compile_tools.h, main/core.C: modules0
26079:
26080: * src/: include/pa_vclass.h, main/core.C: z
26081:
26082: * src/: include/pa_value.h, include/pa_vclass.h,
26083: include/pa_vobject.h, main/main.dsp: vobject00
26084:
26085: * src/main/pa_array.C: minor bug in expanding very small arrays.
26086: 60% from 1 were 0
26087:
26088: * src/: include/pa_value.h, include/pa_wcontext.h,
26089: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26090: as bad as you've named it: wcontext.value() was not a perfect
26091: idea
26092:
26093: * src/main/execute.C: codeframe1
26094:
26095: * src/: include/pa_value.h, include/pa_vcframe.h,
26096: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26097: include/pa_vjunction.h, include/pa_vmframe.h,
26098: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26099: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26100: just compiled
26101:
26102: * src/: include/pa_vframe.h, main/compile.y: found junction
26103: ideology @: ^x{$a()) must construct current wcontext element, so
26104: smart wcontext handling needed
26105:
26106: * src/main/compile.y: fixed grammar bugs in constructor/params
26107: klinch
26108:
26109: * src/main/: compile.y, execute.C: fixed empty constructor
26110: optimized empty case. failed on calls - produced empty string
26111: param
26112:
26113: * src/main/compile.y: fixed last \n macrotemplate strip bug
26114:
26115: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26116: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26117: main/compile_tools.C, main/compile_tools.h, main/core.C,
26118: main/execute.C: code junctions0. something wrong with last \n
26119: macrotemplate strip
26120:
26121: * src/: include/pa_value.h, main/compile.C, main/core.C,
26122: main/pa_value.C: minor error reporting format beautifyings
26123:
26124: * src/: include/pa_value.h, include/pa_vclass.h,
26125: include/pa_vframe.h, main/core.C, main/execute.C,
26126: main/pa_value.C: get_method RIP. junctions everywhere. call with
26127: junctions0
26128:
26129: 2001-02-23 paf
26130:
26131: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26132: pa_wwrapper.h: lara came, can't work, sorry :(
26133:
26134: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26135: junction
26136:
26137: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26138: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26139: main/execute.C, main/main.dsp, main/pa_value.C: call0
26140:
26141: * src/: include/pa_hash.h, include/pa_value.h,
26142: include/pa_wcontext.h, main/core.C, main/execute.C,
26143: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26144: done
26145:
26146: * src/include/pa_wcontext.h: z
26147:
26148: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26149: wrong grammar in complex constructor case
26150:
26151: * src/main/: compile.y, execute.C: empty constructor bug fixed
26152:
26153: * src/main/execute.C: with result rwpool
26154:
26155: * src/: include/pa_value.h, main/core.C, main/execute.C,
26156: main/main.dsp: value named
26157:
26158: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26159: strign 2 value in 2 places in execute
26160:
26161: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26162: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26163: wcontext.put_element when wcontext fvalue==0
26164:
26165: 2001-02-22 paf
26166:
26167: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26168: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26169: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26170:
26171: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26172: erroreos checkout
26173:
26174: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26175:
26176: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26177: main/compile_tools.h, main/pa_array.C: $self.get
26178:
26179: * src/main/: compile.C, compile.y, compile_tools.C: z
26180:
26181: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26182: bit. finished now.
26183:
26184: * src/main/compile.y: $: finished
26185:
26186: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26187:
26188: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26189: main/execute.C: OP_STRING better then some xxx _VALUE
26190:
26191: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26192: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26193: string to vstring it .y all
26194:
26195: * src/: include/pa_request.h, include/pa_stack.h,
26196: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26197: all
26198:
26199: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26200: precise parse error line:col
26201:
26202: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26203: main/pa_hash.C, main/pa_pool.C: TRY...
26204:
26205: * src/: include/pa_exception.h, include/pa_pool.h,
26206: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26207: main/compile.C, main/compile.y, main/compile_tools.C,
26208: main/core.C, main/pa_array.C, main/pa_exception.C,
26209: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26210: main/pa_table.C: removed exception from request
26211:
26212: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26213: some forgotten
26214:
26215: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26216: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26217: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26218: get/put simple vars to VClass works0
26219:
26220: * src/: include/pa_array.h, include/pa_wcontext.h,
26221: main/pa_string.C: in process, but found that exceptions are too
26222: global
26223:
26224: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26225: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26226: main/execute.C, main/pa_string.C: write_value write_string 0 it
26227: seems wcontext must write strings regardles of fvalue!=0
26228:
26229: 2001-02-21 paf
26230:
26231: * src/main/execute.C: tired :)
26232:
26233: * src/main/: compile.C, compile.y, execute.C: store0
26234:
26235: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26236: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26237: include/pa_wcontext.h, main/compile.C, main/compile.y,
26238: main/execute.C, main/main.dsp, main/pa_array.C,
26239: main/pa_request.C: get put -1 [just compiled]
26240:
26241: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26242: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26243: main/main.dsp, main/pa_request.C: request core methods0
26244:
26245: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26246: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26247: execute
26248:
26249: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26250: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26251: methods and one_big_piece. now compile returns array<method*>
26252:
26253: * src/main/compile.y: more straightforward yylex[end]
26254:
26255: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26256: string.operator==(char*)
26257:
26258: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26259: main/execute.C, main/pa_array.C: after array.const get wonders
26260:
26261: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26262: pa_string.h, pa_value.h: struck with const array.gets
26263:
26264: * src/main/: execute.C: z
26265:
26266: * src/main/: compile.y, execute.C: z
26267:
26268: * src/main/: compile.C, compile.y, compile_tools.h: error
26269: processing in eval & yyerror so it wouldn't cause memleaks.
26270:
26271: * src/main/: compile.C, compile.y: failed to add absolute precies
26272: parse error positions. leaving RIGHTMOST position as
26273: @file[line:col]
26274:
26275: * src/: include/compile.h, main/compile.C, main/compile.y,
26276: main/compile_tools.h: line numbers needed. would add them to .y
26277: now internally. externally it's not as precise as needed
26278:
26279: * src/: include/code.h, include/pa_types.h, main/compile.C,
26280: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26281: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26282: compiler works ok
26283:
26284: 2001-02-20 paf
26285:
26286: * src/main/: compile.C, compile.y, compile_tools.C,
26287: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26288: not perfect
26289:
26290: * src/: include/code.h, include/compile.h, include/execute.h,
26291: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26292: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26293: main/compile.C, main/compile.y, main/compile_tools.C,
26294: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26295: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26296: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26297: compiled. execute=dump for now
26298:
26299: * src/main/core.C: core rewrite using yacc investigations now will
26300: be compile[yacc]/execute[opcodes]
26301:
26302: 2001-02-15 paf
26303:
26304: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26305: rewrite as turing machine? for it seems it would be it's too many
26306: ifs with this syntax now
26307:
26308: 2001-02-14 paf
26309:
26310: * src/main/core.C: get_params 1
26311:
26312: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26313: :( ]
26314:
26315: * src/main/core.C: varios breaks
26316:
26317: * src/main/core.C: get names 3
26318:
26319: * src/main/core.C: get names 2
26320:
26321: * src/main/core.C: get names 1
26322:
26323: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26324: names 0
26325:
26326: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26327: text repassing2 operator static vars
26328:
26329: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26330: main/pa_string.C: process text repassing
26331:
26332: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26333: module:calls changes
26334:
26335: 2001-02-13 paf
26336:
26337: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26338: ^class:calls[] started
26339:
26340: * src/: include/pa_value.h, main/core.C: z
26341:
26342: * src/main/core.C: operators : and self. prefixes
26343:
26344: * src/main/core.C: z
26345:
26346: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26347: tested
26348:
26349: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26350: optimized
26351:
26352: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26353: would change privates to better support optimization
26354:
26355: * src/: include/pa_string.h, main/pa_string.C:
26356: String_iterator::skip_to todo:optimize
26357:
26358: 2001-02-12 paf
26359:
26360: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26361: String_iterator
26362:
26363: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26364: comments
26365:
26366: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26367: self/methodref joined
26368:
26369: 2001-02-11 paf
26370:
26371: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26372: main/main.dsp: core started. core.C, context&value .h
26373:
26374: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26375: include/pa_string.h, main/main.dsp, main/pa_array.C,
26376: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26377:
26378: 2001-01-30 paf
26379:
26380: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26381: comments
26382:
26383: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26384: main/pa_pool.C: moved pa_pool.C to be target specific
26385:
26386: * src/: include/pa_exception.h, include/pa_pool.h,
26387: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26388: to & changes
26389:
26390: * src/: include/pa_exception.h, include/pa_pool.h,
26391: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26392: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26393: re-associated. that's much better even removed 'die' necessety
26394:
26395: * src/: include/pa_error.h, include/pa_exception.h,
26396: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26397: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26398: targets/Makefile.am: lowered targets/parser into subdir, added
26399: parser_Pool(Pool) failed to add. would think..
26400:
26401: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26402: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26403: main/pa_string.C, main/pa_table.C: Table more like C++ style
26404: hence lots of 'const'
26405:
26406: * src/: include/pa_error.h, include/pa_request.h,
26407: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26408: main/pa_table.C: Error fixed
26409:
26410: 2001-01-29 paf
26411:
26412: * src/: include/pa_array.h, include/pa_common.h,
26413: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26414: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26415: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26416: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26417:
26418: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26419: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26420: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26421: main/pa_string.C, main/pa_table.C: Request Error Table
26422:
26423: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26424: templates"
26425:
26426: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26427: main/main.dsp, main/pa_array.C: templates failed no template
26428: specializations [VC6], no library auto instantation [VC6, GNU c++
26429: 2.95.2-6 from latest cygwin]
26430:
26431: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26432: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26433: main/main.dsp, main/pa_array.C, main/pa_string.C,
26434: main/pa_table.C: Table started would test template Array now
26435:
26436: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26437: String originating
26438:
26439: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26440: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26441: SYNCHRONIZED(thread_safe)
26442:
26443: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26444: parts to top
26445:
26446: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26447: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26448: see: needed only in global Hash now, made Hash:: put/get
26449: SYNCHRONIZED
26450:
26451: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26452: main/pa_threads.C: added pa_threads
26453:
26454: Mutex
26455:
26456: * src/include/pa_hash.h: some comments
26457:
26458: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26459: Array& operator += (Array& src)
26460:
26461: * src/main/pa_array.C: expand not convinient, would rewrite
26462:
26463: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26464: (Array& src)
26465:
26466: rethought, would change now
26467:
26468: 2001-01-27 paf
26469:
26470: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26471: caching
26472:
26473: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26474: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26475: cache rethought to chunk caching
26476:
26477: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26478: include/pa_string.h, main/main.dsp, main/pa_array.C,
26479: main/pa_hash.C, main/pa_string.C: Array 0
26480:
26481: * src/main/pa_string.C: String::operator ==
26482:
26483: * src/main/pa_hash.C: String(&String)
26484:
26485: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26486:
26487: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26488: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26489: pa_hash[forgotten]
26490:
26491: 2001-01-26 paf
26492:
26493: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26494: removed templates [vc++ suxx]
26495:
26496: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26497: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26498:
26499: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26500:
1.119 moko 26501: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26502:
1.119 moko 26503: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26504: check
26505:
26506: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26507: dynamic row_count
26508:
26509: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26510: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26511: targets/Makefile.am: Initial revision
26512:
26513: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26514: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26515: targets/Makefile.am: creating parser3 module
26516:
E-mail: