Annotation of parser3/ChangeLog, revision 1.213
1.213 ! moko 1: 2025-01-10 moko
! 2:
! 3: * operators.ru.txt, operators.txt: +
! 4: ^syslog[ident;message[;info|warning|error|debug]]
! 5:
! 6: * src/classes/op.C: +
! 7: ^syslog[ident;message[;info|warning|error|debug]] (implelents
! 8: feature #1270)
! 9:
! 10: * configure, configure.ac, src/include/pa_config_auto.h.in,
! 11: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
! 12:
! 13: 2025-01-06 moko
! 14:
! 15: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
! 16: 2^n) calculated and used
! 17:
! 18: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
! 19: https://www.hadrons.org/software/libmd/
! 20:
1.212 moko 21: 2024-12-28 moko
22:
23: * tests/httpd/run_tests.sh: for FreeBSD compatibility
24:
25: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
26: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
27: $request:uri and $request:path tests added (related to feature
28: #1269)
29:
30: * operators.ru.txt, operators.txt: + $request:path documented
31: (related to feature #1269)
32:
33: * tests/: 065.html, results/065.processed: $request:path,
34: $request:uri tested
35:
36: * src/types/pa_vrequest.C: $request:path default is empty string to
37: match an empty URI in console mode (related to feature #1269)
38:
39: * etc/auto.p.in: $request:path used (related to feature #1269)
40:
41: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
42: (implements feature #1269)
43:
44: 2024-12-26 moko
45:
46: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
47: 3.5.0
48:
49: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
50: pa-include/pa_errno.h, pa-include/pa_file_info.h,
51: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
52: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
53: pa_strcat
54:
55: * tests/results/223.processed: apache upgraded @parser.ru
56:
57: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
58: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
59: pa-include/pa_errno.h, pa-include/pa_file_info.h,
60: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
61: pa-include/pa_strings.h: sdbm updated from version included in
62: apache 2.0.43 to version included in apache 2.0.65
63:
64: 2024-12-24 moko
65:
66: * etc/auto.p.in: to avoid patching Debian package
67:
68: * src/main/: pa_exec.C, pa_http.C: final fixes for
69: --with-build-warnings (dangling-reference warnings can be
70: ignored)
71:
72: 2024-12-23 moko
73:
74: * src/: classes/file.C, classes/hash.C, classes/op.C,
75: include/pa_common.h, main/pa_http.C, main/pa_request.C,
76: types/pa_vcookie.C, types/pa_vform.C: more fixes for
77: --with-build-warnings
78:
79: * src/: classes/date.C, classes/inet.C, classes/op.C,
80: classes/reflection.C, include/pa_array.h,
81: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
82: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
83: --with-build-warnings
84:
1.211 moko 85: 2024-12-21 moko
86:
87: * Makefile.am: +operators.ru.txt
88:
89: * operators.ru.txt, operators.txt: typo fixed
90:
91: 2024-12-20 moko
92:
93: * operators.txt: whitespace synced
94:
95: * operators.ru.txt, operators.txt: curl added
96:
97: * operators.ru.txt, operators.txt: logically sorted
98:
99: * operators.ru.txt: id added
100:
101: * operators.txt: ID added
102:
103: * operators.txt: translated
104:
105: * operators.ru.txt, operators.txt: operators.txt translated to
106: english, synced format with operators.ru.txt
107:
108: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
109: formatted
110:
111: * operators.ru.txt, operators.txt: formatted, actualized, oracle
112: info moved to separate file
113:
114: 2024-12-19 moko
115:
116: * src/targets/cgi/parser3.C: avoid parser version requests logging
117: in parser3.log
118:
119: 2024-12-18 moko
120:
121: * buildall: preventing --with-system-mailreceive linking with
122: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
123: to feature #1199)
124:
1.210 moko 125: 2024-12-16 moko
126:
1.211 moko 127: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 128:
129: * src/classes/table.C: exception text fixed
130:
131: 2024-12-15 moko
132:
133: * tests/: 102.html, results/102.processed: tests updated after
134: $form:fields not editable again (related to feature #1254)
135:
136: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
137: be edited (related to feature #1254)
138:
139: * src/types/pa_vform.C: reverted that
140: $form:fields/tables/files/imap can be edited (related to feature
141: #1254) for backward compatibility
142:
143: 2024-12-14 moko
144:
1.211 moko 145: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 146:
147: * tests/results/auto.p: avoid $mac execution unless on OS X
148:
149: * tests/388-sql.html: more OS support
150:
151: 2024-12-13 moko
152:
153: * tests/388-sql.html: sql tests under OS X now fixed
154:
155: * tests/results/auto.p: curl test under OS X now works
156:
157: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
158: no dll name under Windows, hiding
159:
160: * tests/: 379-curl.html, results/379-curl.processed: some curl
161: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
162:
163: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
164: 389.html, results/030.processed, results/212.processed,
165: results/219.processed, results/273.processed,
166: results/320.processed, results/346-curl.processed,
167: results/389.processed, results/auto.p: ^try-catch-filtered added
168: and used
169:
170: * tests/: 347-curl.html, results/347-curl.processed: support for
171: different error messages
172:
173: * src/classes/curl.C: several curl libraries supported,
174: ^curl:options[ $.library[] ] resets to default
175:
176: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
177: removed as depends on curl version
178:
179: * tests/results/: 223-curl.processed, 394-curl.processed: curl
180: fixed bug with \n in file names, test result updated
181:
182: * tests/388-sql.html: +libmysqlclient.so
183:
184: * etc/auto.p.in: +libmariadb
185:
186: 2024-12-12 moko
187:
188: * tests/: 388-sql.html, results/429-sql.processed: test results
189: updated after test changed
190:
191: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
192: for newer MariaDB compatibility
193:
194: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
195: results/429-sql.processed: key -> id for new MariaDB
196: compatibility
197:
198: * src/types/pa_vmethod_frame.h: warning war
199:
200: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
201: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
202: including for Debian package
203:
204: 2024-12-11 moko
205:
206: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
207: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
208: $status:log-filename added (related to feature #1262)
209:
210: * tests/: 440.html, results/440.processed: test for row is checked
211: before accessing when table is modified during select (related to
212: bug #1258)
213:
214: * src/: classes/table.C, include/pa_table.h: row should be checked
215: before accessing as table can be modified during select (related
216: to bug #1258)
217:
218: * src/types/pa_vmail.C: $mail:received tables -> elements array
219: (related to feature #1226)
220:
221: * src/: classes/file.C, classes/image.C, classes/table.C,
222: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
223: better messages (related to feature #1267)
224:
225: * tests/results/: 065.processed, 246.processed, 337.processed,
226: 342.processed, 352.processed, 356.processed, 364.processed,
227: 372.processed, 373.processed, 389.processed, 404.processed,
228: 406.processed, 414.processed, 430.processed, 432.processed,
229: 442.processed: tests updated after params.as_string error
230: reporting was improved (related to feature #1267)
231:
232: * src/classes/reflection.C: error messages optimized (related to
233: feature #1267)
234:
235: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
236: error reporing for params.as_* (related to feature #1267)
237:
238: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
239: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
240: #1267)
241:
242: * tests/results/: 246.processed, 414.processed, 432.processed:
243: tests updated after params.as_string error reporting was improved
244: (related to feature #1267)
245:
246: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
247: reporing for params.as_string (implements feature #1267)
248:
249: * tests/: 065.html, results/065.processed: tests for file methods
250: accepting file as filename added (related to feature #1265)
251:
252: * src/: classes/file.C, include/pa_exception.h,
253: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
254: methods now accept file as path specification (adopted Sumo patch
255: implements feature #1265)
256:
257: * tests/: 400.html, results/400.processed: tests for result
258: optimization "locks" after first method call (related to feature
259: #1266)
260:
261: 2024-12-10 moko
262:
263: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
264: result_optimization comments (related to feature #1266)
265:
266: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
267: $result now stored in my_result, not in local variables hash
268: (implements feature #1266)
269:
1.209 moko 270: 2024-12-09 moko
271:
1.210 moko 272: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
273: set_my_variable in preparation for $result optimization (related
274: to feature #1266)
275:
1.209 moko 276: * tests/results/119.processed: newline corrected for some OS
277:
278: * tests/: 441.html, results/441.processed: Debian-specific test
279: commented
280:
281: * buildall: pcre2 10.42 -> 10.44
282:
283: 2024-12-08 moko
284:
285: * buildall: external links fixed
286:
287: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
288:
289: * src/include/pa_table.h: some clang versions compilation fix
290:
291: * configure.ac: 3.4.7b -> 3.5.0rc
292:
293: 2024-12-07 moko
294:
295: * tests/: 443.html, 444.html, results/443.processed,
296: results/444.processed: tests for named params (related to feature
297: #1205)
298:
299: * src/: classes/reflection.C, types/pa_method.h: named_params
300: support in reflection (related to feature #1205)
301:
302: * src/types/pa_vmethod_frame.h: extra_params and named params
303: should be also inited in ^method[] call (related to feature
304: #1205)
305:
306: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
307: support using @method[arg;.named_arg;.named_arg2] syntax
308: (implements feature #1205)
309:
310: * tests/: 443.html, results/443.processed: test for *args inited
311: added (related to bug #1264)
312:
313: * src/types/pa_vmethod_frame.h: *args are now inited even if not
314: specified (fixes bug #1264)
315:
316: * tests/: 442.html, results/442.processed: tests for
317: params.as_file_name(N) with empty file name added (related to
318: feature #1121)
319:
320: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
321: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
322: include/pa_exception.h, types/pa_vmethod_frame.h:
323: params.as_file_name(N) added and used instead of
324: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
325: (implements feature #1121)
326:
327: * src/: classes/file.C, classes/image.C, classes/op.C,
328: classes/table.C, include/pa_exception.h: filename is everywhere
329: params.as_string, unify exception and remove
330: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
331:
332: * tests/: 141.html, results/141.processed: test for
333: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
334: to feature #1263)
335:
336: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
337: $.format[file] ] now supported (implements feature #1263)
338:
339: 2024-12-06 moko
340:
341: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
342: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
343: (cgi/console/mail/httpd/apache/isapi) added (related to feature
344: #1262)
345:
346: 2024-12-05 moko
347:
348: * src/targets/cgi/parser3.C: more correct arguments processing to
349: block -fl config.file log.file logic (related to feature #1262)
350:
351: 2024-12-04 moko
352:
353: * src/targets/cgi/parser3.C: now only one log location is selected
354: and tried. -l - supported for stderr specification (related to
355: feature #1262)
356:
357: 2024-12-03 moko
358:
359: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
360: results/010.processed, results/415.processed: tests for
361: $.(expression)[value], $a.(expression), ^v.(expression)[args]
362: added (related to feature #1064)
363:
364: * src/main/compile.y: $.(expression)[value], $a.(expression),
365: ^v.(expression)[args] now supported (implements feature #1064)
366:
367: 2024-12-02 moko
368:
369: * src/targets/cgi/parser3.C: -l /path/to/log options added
370: (implements feature #1262)
371:
1.208 moko 372: 2024-12-01 moko
373:
374: * tests/: 010.html, results/010.processed: some tests related to
375: bug #1149 added
376:
377: * src/main/compile.y: the check pc.pos.col > 1 is not required
378: because we can't be here without a '$' before. The begin == end
379: check was incorrect since $[a]{b} fits this condition (fixes bug
380: #1149)
381:
382: 2024-11-29 moko
383:
384: * src/classes/array.C: warning war
385:
386: 2024-11-26 moko
387:
388: * tests/: 441.html, results/441.processed: a bit more testing
389: (related to bug #1238)
390:
391: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
392:
393: * src/main/pa_exec.C: simplification arg_quote added (related to
394: bug #1229)
395:
1.207 moko 396: 2024-11-25 moko
397:
398: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
399: bug #1239)
400:
401: 2024-11-24 moko
402:
403: * src/main/pa_exec.C: added cmd.exe specific
404:
405: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
406: tests for ^file::exec env and args tainting tests (related to bug
407: #1239)
408:
409: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
410:
411: * src/include/pa_config_includes.h: added recommendations for
412: libxslt.a and and libexslt.a compilation under cygwin
413:
414: * tests/results/102.processed: $form:fields.value is now writable,
415: as $form:value (related to feature #1254)
416:
417: * src/include/pa_config_includes.h: cigwin compilation fixes
418:
419: 2024-11-23 moko
420:
421: * tests/httpd/site/run_server.sh: to simplify testing
422:
423: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
424: site/form.html: $form:files and $form:elements tests added, tests
425: with curl supported (related to feature #1254)
426:
427: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
428: types/pa_vform.h: $form:elements implemented, VForm::get_element
429: uses faster SYMBOLS_EQ, hashes no longer copied when using
430: $form:fields/tables/files/imap and can be edited (implements
431: feature #1254)
432:
433: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
434: bug #1261)
435:
1.206 moko 436: 2024-11-17 moko
437:
438: * tests/: 440.html, results/440.processed: tests for
439: ^table.array[], offset restoration, iterators robust tests
440: (related to bug #1258, features #1259 and #1260)
441:
442: * tests/: 439.html, results/439.processed: array and hash iterators
443: robust tests (related to feature #1260)
444:
445: * src/: classes/array.C, classes/table.C, include/pa_array.h,
446: include/pa_table.h: Array_robust_iterator added and used in cases
447: where array can be modified during iteration (implements feature
448: #1260)
449:
450: * src/classes/table.C: ^table.array[], ^table.array[column name],
451: ^table.array{code} added (implements feature #1259)
452:
453: 2024-11-16 moko
454:
455: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
456: table current row restoration after exception and table changes
457: (fixes bug #1258)
458:
459: 2024-11-13 moko
460:
461: * src/classes/table.C: minor optimization
462:
463: * src/main/pa_string.C: \r added to default ^string.trim chars list
464: (https://www.parser.ru/forum/?id=86648)
465:
1.205 moko 466: 2024-11-11 moko
467:
1.206 moko 468: * src/classes/classes.C: set_base commented
469:
470: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
471: deleted
472:
473: * src/classes/classes.vcproj: no more classes.awk and classes.inc
474:
475: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
476: classes.inc
477:
478: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
479: main/pa_globals.C: classes.awk is useless, preparing to delete it
480:
1.205 moko 481: * src/classes/classes.h: temp fix
482:
483: 2024-11-10 moko
484:
485: * src/: classes/date.C, classes/file.C, classes/image.C,
486: classes/op.C, main/pa_string.C: minor optimization
487:
488: * src/: classes/date.C, classes/file.C, classes/image.C,
489: classes/op.C, main/pa_string.C: typo fixed
490:
491: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
492: classes/file.C, classes/image.C, classes/op.C,
493: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
494: memory allocation befor main(). Only 3 allocations in chatsets
495: left (implements feature #1257)
496:
497: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
498: minor naming convention fix
499:
500: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
501: results/436.processed, results/437.processed,
502: results/438.processed: tests for @unhandled_exception processing
503: (related to feature #1256)
504:
505: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
506: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
507: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
508: are now processed in request::core for correct logging and
509: reporting (feature #1256)
510:
511: * src/: include/pa_sapi.h, main/pa_request.C,
512: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
513: targets/isapi/parser3isapi.C: unhandled exception now called if
514: exception occures during $response:download processing (related
515: to bug #1255)
516:
517: * etc/auto.p.in: better 404 error reporting
518:
519: 2024-11-09 moko
520:
521: * src/main/pa_memory.C: more detailed usage comment
522:
523: * src/main/pa_memory.C: usage commented
524:
525: * src/main/pa_memory.C: minor cleanup
526:
527: * src/types/: pa_varray.h, pa_vregex.h: warnings war
528:
529: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
530: httpd/site/029.html, results/436.processed: test for exception in
531: $response:download[] added
532:
533: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
534: and avoid exit status 1 on die
535:
536: * tests/results/: 007.processed, 019.processed, 098.processed,
537: 103.processed, 233.processed: windows headers matter for binary
538: files
539:
540: * tests/httpd/ok.log: tests results updated as extra headers now
541: cleared on error (related to bug #1255)
542:
543: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
544: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
545: targets/isapi/parser3isapi.C: headers buffering to avoid extra
546: headers in errors, custom send_error in cgi/httpd mode to avoid
547: memory allocations (fixes bug #1255)
548:
549: 2024-11-07 moko
550:
551: * tests/: 264.html, results/264.processed: tests updated to test
552: removal of only trailing empty arguments for backward
553: compatibility (related to feature #1252)
554:
555: * src/classes/file.C: remove trailing empty arguments for backward
556: compatibility (related to feature #1252)
557:
558: 2024-11-05 moko
559:
560: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
561: low memory case, when static initialization failed even before
562: main() start
563:
564: 2024-11-04 moko
565:
566: * configure, src/include/pa_config_auto.h.in,
567: src/include/pa_config_fixed.h: _locking no longer used
568:
569: * configure.ac: _locking no longer used (related to bug #1231)
570:
571: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
572:
573: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
574:
575: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
576: unused
577:
578: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
579: be used on locking errors (related to bug #1231)
580:
581: * src/main/pa_os.C: GetLastError used as errno is not set (related
582: to bug #1231)
583:
584: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
585: allowing shared lock to work (fixes bug #1231)
586:
587: * INSTALL: actualized, minor fixes
588:
589: * etc/auto.p.in: default LIMITS added
590:
591: * AUTHORS: links actualized
592:
593: * src/: classes/array.C, classes/bool.C, classes/classes.C,
594: classes/classes.awk, classes/classes.h, classes/curl.C,
595: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
596: classes/hash.C, classes/hashfile.C, classes/image.C,
597: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
598: classes/math.C, classes/memcached.C, classes/memory.C,
599: classes/op.C, classes/reflection.C, classes/regex.C,
600: classes/response.C, classes/string.C, classes/table.C,
601: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
602: include/pa_array.h, include/pa_base64.h,
603: include/pa_cache_managers.h, include/pa_charset.h,
604: include/pa_charsets.h, include/pa_common.h,
605: include/pa_config_fixed.h, include/pa_config_includes.h,
606: include/pa_dictionary.h, include/pa_dir.h,
607: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
608: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
609: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
610: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
611: include/pa_request_charsets.h, include/pa_request_info.h,
612: include/pa_sapi.h, include/pa_socks.h,
613: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
614: include/pa_stack.h, include/pa_string.h,
615: include/pa_stylesheet_connection.h,
616: include/pa_stylesheet_manager.h, include/pa_symbols.h,
617: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
618: include/pa_uue.h, include/pa_xml_exception.h,
619: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
620: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
621: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
622: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
623: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
624: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
625: main/compile.tab.C, main/compile.y, main/compile_tools.C,
626: main/compile_tools.h, main/execute.C, main/pa_base64.C,
627: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
628: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
629: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
630: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
631: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
632: main/pa_sql_driver_manager.C, main/pa_string.C,
633: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
634: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
635: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
636: main/untaint.C, sql/pa_sql_driver.h,
637: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
638: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
639: targets/isapi/parser3isapi.C, types/pa_junction.h,
640: types/pa_method.h, types/pa_property.h, types/pa_value.C,
641: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
642: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
643: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
644: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
645: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
646: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
647: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
648: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
649: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
650: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
651: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
652: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
653: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
654: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
655: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
656: types/pa_vresponse.C, types/pa_vresponse.h,
657: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
658: types/pa_vstateless_object.h, types/pa_vstatus.C,
659: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
660: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
661: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
662: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
663: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
664:
1.203 moko 665: 2024-10-28 moko
666:
1.204 moko 667: * src/classes/array.C: avoid invalidate()
668:
669: * src/: classes/array.C, types/pa_varray.h: minor optimization for
670: fused to survive in ^array::copy[$a] (related to feature #930)
671:
672: * src/types/pa_varray.h: minor optimization as last element is
673: allways defined if present
674:
1.203 moko 675: * tests/: 435.html, results/435.processed: tests for
676: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
677: for array added (related to feature #1253)
678:
679: * src/classes/array.C: typo fixed
680:
681: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
682: ^hash.set([-+]index)[value], and same for array added (implements
683: feature #1253)
684:
685: * tests/results/: 246.processed, 298.processed, 342.processed,
686: 389.processed, 397.processed, 430.processed, 432.processed: tests
687: results update after minor exceptions texts fixes
688:
689: 2024-10-27 moko
690:
691: * src/: classes/array.C, classes/hash.C, classes/math.C,
692: classes/reflection.C, classes/string.C, classes/table.C,
693: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
694: types/pa_vmethod_frame.h: handy as_index() added, several
695: exceptions texts fixed (related to feature #930)
696:
697: * src/: classes/array.C, types/pa_varray.h: non-working
698: $array.fields removed, ^array.delete[index] supported (related to
699: feature #930)
700:
701: * tests/: 431.html, results/431.processed: tests updated after
702: ^a.delete[3] supported
703:
704: * tests/: 431.html, 434.html, results/434.processed: tests for last
705: element used, push/pop, exceptions during arguments processing
706: and used caching (related to feature #930)
707:
708: * src/: classes/array.C, types/pa_varray.h: change_used added for
709: better used caching and now no issues if exception occures during
710: append arguments processing (related to feature #930)
711:
712: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
713: ^array.pop[] added, last element is allways used (related to
714: feature #930)
715:
716: 2024-10-26 moko
717:
718: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
719: types/pa_varray.h: confirm_all_used added where possible (related
720: to feature #930)
721:
722: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
723: small array optimizations (related to feature #930)
724:
725: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
726:
727: * tests/: 431.html, results/431.processed: test for
728: ^array.compact[undef] added
729:
730: * src/classes/array.C: ^array.compact[] now have optional 'undef'
731: argument to also compact undefined elements (related to feature
732: #930)
733:
734: 2024-10-24 moko
735:
736: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
737: VArray::hash is used rarery, no longer caching the result
738:
739: * tests/results/432.processed: testing removed from tests
740:
741: 2024-10-23 moko
742:
743: * tests/: 431.html, results/431.processed: ^array.compact[] test
744: added
745:
746: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
747:
748: * tests/: 432.html, results/432.processed: testing ^array.at[] for
749: both "solid" and "sparse" arrays
750:
751: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
752:
753: 2024-10-22 moko
754:
755: * tests/results/264.processed: spelling
756:
757: * src/classes/file.C: spelling
758:
759: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
760: tests updated after ^file::exec[cmd;;$array] implemented and
761: empty arguments not skipped (related to feature #1252)
762:
763: * src/classes/file.C: ^file::exec[cmd;;$array] supported
764: (implements feature #1252) bugfix: empty arguments no longer
765: skipped
766:
1.205 moko 767: 2024-10-21 moko
768:
769: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
770: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
771: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
772: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
773: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
774: site/index.html, site/test.txt: httpd tests added
775:
1.202 moko 776: 2024-10-20 moko
777:
778: * src/classes/string.C: warnings war
779:
780: * src/: main/pa_string.C, classes/array.C: warnings war
781:
782: * src/classes/json.C: warnings war
783:
784: * src/classes/image.C: warnings war
785:
786: * src/: classes/table.C, types/pa_varray.C: warnings war
787:
788: * src/classes/array.C: warning war
789:
790: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
791:
792: * src/main/main.vcproj: warnings war
793:
794: 2024-10-19 moko
795:
796: * tests/427.html: test updated after constructors renamed
797:
798: 2024-10-18 moko
799:
800: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
801: results/421.processed, results/430.processed,
802: results/431.processed: test updated after constructors renamed
803:
804: * src/classes/array.C: create -> copy, new -> create according to
805: https://www.parser.ru/forum/?id=86603 discussion (related to
806: feature #930)
807:
808: 2024-10-16 moko
809:
810: * src/classes/json.C: $json:array[array or hash] added to provide
811: more backward compatibility (implements feature #1251)
812:
813: 2024-10-15 moko
814:
815: * tests/: 421.html, results/421.processed: test results updated
816: after missing constuctor error check added and array is_index
817: check added
818:
819: * src/main/execute.C: absent constructor message fixed
820:
1.201 moko 821: 2024-10-13 moko
822:
823: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
824: with is_index() before calling index() for better error reporting
825: in method name typo (was invalid number, not method not found
826: exception).
827:
828: 2024-10-08 moko
829:
830: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
831:
832: * src/include/pa_array.h: warnings war
833:
1.200 moko 834: 2024-10-05 moko
835:
836: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
837: returns current row cells array (implements feature #1250)
838:
839: * tests/: 405.html, results/169.processed, results/405.processed:
840: tests updated after ^string.split[;a] implemented (related to
841: feature #1249)
842:
843: * src/classes/string.C: ^string.split[] - 'a' option added for
844: splitting into an array (implements feature #1249)
845:
846: 2024-10-04 moko
847:
848: * tests/: 431.html, results/431.processed: final code coverage
849: array tests
850:
851: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
852: array: confirm_all_used() added and used where possible, expand()
853: now expends faster
854:
855: 2024-10-03 moko
856:
857: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
858:
859: * tests/: 256.html, results/256.processed: test for
860: $.date[unix-timestamp] handling large dates
861:
862: * src/: classes/file.C, classes/op.C, classes/reflection.C,
863: classes/string.C, classes/table.C, include/pa_common.h,
864: main/pa_common.C, main/pa_http.C, main/pa_request.C,
865: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
866: format replaced with pa_uitoa where applicable,
867: $.date[unix-timestamp] fixed for handling large dates
868:
869: * tests/: 433.html, results/433.processed: more tests, including
870: test for possible endless recursion in ^o.GET[]
871:
872: * src/types/pa_vobject.C: bugfix: detecting possible endless
873: recursion in get_scalar_value inside ^o.GET[]
874:
875: * src/: classes/json.C, include/pa_request.h, main/execute.C,
876: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
877: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
878: $LIMITS.max_recursion
879:
880: 2024-10-02 moko
881:
882: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
883: results/253.processed, results/287.processed,
884: results/430.processed, results/433.processed: more tests for full
885: array and json code coverage
886:
887: * tests/: 433.html, results/433.processed: tests for hash functions
888: with array param
889:
890: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
891:
892: * tests/: 432.html, results/432.processed: modified ^hash.at tests
893: in 246.html used to test ^array.at, same result produced
894:
895: * tests/: 430.html, 431.html, results/430.processed,
896: results/431.processed: more array tests for 100% code coverage
897: (related to feature #930)
898:
899: * tests/: 427.html, 430.html, results/427.processed,
900: results/430.processed: first portion of array tests added
901: (related to feature #930)
902:
903: * src/classes/array.C: allow only whitespace string as argument for
904: add and join
905:
906: * src/classes/array.C: add behavour for array synced with hash
907:
908: 2024-09-30 moko
909:
910: * tests/: 429-sql.html, results/429-sql.processed: code coverage
911: tests added
912:
913: * src/classes/array.C: $.distinct should not be used unless
914: $.sparse(true)
915:
916: * tests/: 429-sql.html, results/388-sql.processed,
917: results/429-sql.processed: tests for ^array::sql{}, including
918: multi_statements mode (related to feature #930)
919:
1.199 moko 920: 2024-09-29 moko
921:
922: * src/classes/array.C: synced ^array::sql multi_statements logic
923: with ^hash::sql new behavour
924:
925: 2024-09-28 moko
926:
927: * tests/: 428-sql.html, results/388-sql.processed,
928: results/428-sql.processed: tests updated after column names were
929: fixed in multi_statements mode (related to feature #1197)
930:
931: * src/classes/hash.C: column names are fixed for most cases in
932: multi_statements mode (related to feature #1197)
933:
934: * tests/: 428-sql.html, results/195.processed,
935: results/224.processed, results/239.processed,
936: results/254.processed, results/261.processed,
937: results/306.processed, results/333.processed,
938: results/341.processed, results/343.processed,
939: results/344.processed, results/348.processed,
940: results/364.processed, results/389.processed,
941: results/390.processed, results/415.processed,
942: results/420.processed, results/421.processed: tests results
943: updated after error messages spelling minor fixes
944:
945: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
946: spelling
947:
948: * src/: classes/curl.C, classes/file.C, classes/hash.C,
949: classes/image.C, classes/math.C, classes/string.C,
950: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
951: main/execute.C, main/pa_charset.C, main/pa_common.C,
952: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
953: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
954: types/pa_vmail.C, types/pa_vobject.C,
955: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
956: types/pa_vxdoc.C: minor error messages spelling fixes
957:
958: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
959: implementation (related to feature #930)
960:
961: * tests/: 388-sql.html, results/388-sql.processed: test results
962: updated after rows number ^file::sql{} check added
963:
964: * src/classes/file.C: rows number now checked in ^file::sql{}
965:
966: * tests/: 428-sql.html, results/428-sql.processed: more tests
967:
968: * tests/: 428-sql.html, results/428-sql.processed: more
969: multi_statements testing before bugfix
970:
971: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
972: results/428-sql.processed: support for multiple sql test files
973: added
974:
975: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
976:
977: * src/classes/hash.C: more accurate one_bool_column processing
978:
979: * tests/: 427.html, results/427.processed: Constructors as methods
980: behavour documented in test
981:
982: * src/classes/hash.C: HashStringValue::Iterator used for options
983:
984: * tests/: 388-sql.html, results/388-sql.processed: even more tests
985:
986: * tests/: 388-sql.html, results/388-sql.processed: a bit more
987: testing
988:
989: * tests/results/367-curl.processed: test result updated after
990: server charset changed
991:
992: * tests/results/347-curl.processed: error messages updated
993:
994: * tests/results/: 346-curl.processed, 379-curl.processed,
995: 394-curl.processed: tests results updated after Type -> Exception
996: type replacement
997:
998: * tests/results/388-sql.processed: tests result updated after Type
999: -> Exception type
1000:
1001: 2024-09-27 moko
1002:
1003: * src/classes/hash.C: minor simplification
1004:
1005: 2024-09-24 moko
1006:
1007: * src/main/pa_string.C: atoui error messages improved
1008:
1009: * tests/: 165.html, 312.html, results/165.processed,
1010: results/312.processed, results/379.processed: tests updated after
1011: default endless loop limit increased, atoi error messages
1012: improved
1013:
1014: * src/classes/hash.C: VBool::get used, unification
1015:
1.198 moko 1016: 2024-09-22 moko
1017:
1018: * src/classes/array.C: minor simplification
1019:
1020: * src/classes/array.C: ^array.left(N),
1021: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1022:
1023: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1024: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1025: added, default 1000000 (related to feature #930)
1026:
1027: * tests/: 426.html, results/426.processed: test for negative limit
1028: and offset processing for table options added
1029:
1030: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1031: bugfix: negative limit and offset processing for table options
1032: fixed
1033:
1034: 2024-09-21 moko
1035:
1036: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1037: ^for added that also iterates holes; ^remove added (related to
1038: feature #930)
1039:
1040: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1041: $.offset(M) ] added (related to feature #930)
1042:
1043: 2024-09-20 moko
1044:
1045: * src/: classes/array.C, types/pa_varray.h: array:
1046: +foreach[value]{code}, + add[hash with numeric keys] (related to
1047: feature #930)
1048:
1049: 2024-09-19 moko
1050:
1051: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1052: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1053: support $a[v1;v2;...] syntax (related to feature #930)
1054:
1055: 2024-09-17 moko
1056:
1057: * src/: classes/reflection.C, include/pa_request.h,
1058: main/compile_tools.h, main/pa_request.C:
1059: ^reflection:class_alias[existing class name;alias class name]
1060: added. The array class can now be redefined regardless of the
1061: $.replace(bool) option value (related to feature #930)
1062:
1063: * src/main/: compile.y, compile_tools.h: class_add return value
1064: inverted to add it to request class
1065:
1066: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1067: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1068: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1069: resize if required. spared array - added fused, append.
1070:
1.197 moko 1071: 2024-09-16 moko
1072:
1073: * src/types/pa_varray.h: get moved to where it belongs
1074:
1075: 2024-09-15 moko
1076:
1077: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1078: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1079:
1080: * tests/: 421.html, results/323.processed, results/421.processed:
1081: tests updated after 'spared-array' class renamed to 'array'
1082: following a discussion on the forum (related to feature #930)
1083:
1084: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1085: types/pa_vmail.C: initial SparseArray separation from Array,
1086: parser class now 'array'
1087:
1088: 2024-09-14 moko
1089:
1090: * tests/: 030.html, results/030.processed: out of range expires
1091: check added
1092:
1093: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1094: checking expires time using VDate
1095:
1096: 2024-09-13 moko
1097:
1098: * src/: classes/array.C, classes/curl.C, classes/date.C,
1099: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1100: classes/memcached.C, classes/op.C, classes/regex.C,
1101: classes/string.C, classes/xdoc.C, classes/xnode.C,
1102: main/execute.C, main/pa_http.C, main/pa_request.C,
1103: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1104: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1105: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1106: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1107: removed as dynamic_cast is faster, Value::is() is still required
1108: for is operator.
1109:
1110: 2024-09-12 moko
1111:
1112: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1113: classes/table.C, classes/xnode.C, include/pa_array.h,
1114: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1115: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1116: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1117: templated pa_itoa/pa_uitoa added to work with any integer type,
1118: String::Body::Format removed
1119:
1120: 2024-09-10 moko
1121:
1122: * src/classes/array.C: append and insert methods added to
1123: sparse-array (related to feature #930)
1124:
1125: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1126: tests updated after sparse-array was added to avoid ^json:parse[]
1127: using it in old tests (related to feature #930)
1128:
1129: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1130: types/pa_varray.h: sparse-array class added (initial feature #930
1131: implementation)
1132:
1133: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1134: for sparse-array class files (related to feature #930)
1135:
1136: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1137: types/pa_vhash.h: VArray support functions without actual VArray
1138: files (related to feature #930)
1139:
1.196 moko 1140: 2024-09-07 moko
1141:
1142: * src/: classes/curl.C, classes/string.C, classes/table.C,
1143: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1144: main/pa_http.C, main/pa_sql_driver_manager.C,
1145: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1146: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1147: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1148: with Hash::Iterator, has_next() replaced with operator bool
1149: (related to feature #930)
1150:
1151: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1152: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1153: types/pa_vstateless_class.C: Array class extended,
1154: Array::Iterator added and used (related to feature #930)
1155:
1.195 moko 1156: 2024-08-26 moko
1157:
1158: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1159: should be used on argv[0] as well to match document root.
1160:
1.194 moko 1161: 2024-08-25 moko
1162:
1163: * src/main/pa_request.C: be more specific
1164:
1165: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1166: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1167: (fixes bug #1244)
1168:
1169: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1170: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1171: rsplit(..., '\\') is not correct when / and \ are mixed in path
1172:
1173: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1174:
1.193 moko 1175: 2024-07-24 moko
1176:
1177: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1178: main/execute.C, main/pa_string.C: Warning war: clang changed
1179: -Wdeprecated-register warning to -Wregister, it's easier to
1180: remove all register vars then continue this fight. :)
1181:
1182: * src/main/: compile.y, compile.tab.C: warning war: register
1183: removed
1184:
1.192 moko 1185: 2024-07-14 moko
1186:
1187: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1188: checking the HTTP request environment; if the variable is not
1189: present, checking the web server process environment (implements
1190: feature #1242)
1191:
1.191 moko 1192: 2024-05-26 moko
1193:
1194: * tests/: 195.html, 229.html, results/096.processed,
1195: results/097.processed, results/158.processed,
1196: results/186.processed, results/273.processed,
1197: results/293.processed, results/317.processed,
1198: results/389.processed, results/402.processed: tests updated as
1199: single quote now escaped with ' in HTML tainting mode
1200: (related to feature #1241)
1201:
1202: * src/main/untaint.C: single quote now escaped with ' in HTML
1203: tainting mode (implements feature #1241)
1204:
1205: * tests/results/: 020.processed, 021.processed, 026.processed,
1206: 042.processed, 043.processed, 057.processed, 110.processed,
1207: 115.processed, 116.processed, 117.processed, 118.processed,
1208: 119.processed, 120.processed, 125.processed, 126.processed,
1209: 128.processed, 130.processed, 131.processed, 132.processed,
1210: 133.processed, 135.processed, 136.processed, 138.processed,
1211: 139.processed, 140.processed, 145.processed, 150.processed,
1212: 151.processed, 165.processed, 174.processed, 181.processed,
1213: 182.processed, 192.processed, 193.processed, 201.processed,
1214: 213.processed, 224.processed, 226.processed, 230.processed,
1215: 239.processed, 240.processed, 244.processed, 253.processed,
1216: 254.processed, 261.processed, 264.processed, 269.processed,
1217: 274.processed, 275.processed, 288.processed, 294.processed,
1218: 296.processed, 303.processed, 306.processed, 307.processed,
1219: 308.processed, 311.processed, 312.processed, 314.processed,
1220: 315.processed, 316.processed, 320.processed, 323.processed,
1221: 324.processed, 325.processed, 328.processed, 330.processed,
1222: 332.processed, 333.processed, 337.processed, 338.processed,
1223: 341.processed, 342.processed, 343.processed, 344.processed,
1224: 345.processed, 348.processed, 352.processed, 356.processed,
1225: 357.processed, 363.processed, 364.processed, 368.processed,
1226: 372.processed, 373.processed, 376.processed, 378.processed,
1227: 379.processed, 385.processed, 386.processed, 387.processed,
1228: 389.processed, 390.processed, 395.processed, 397.processed,
1229: 398.processed, 399.processed, 404.processed, 406.processed,
1230: 413.processed, 414.processed, 420.processed, 421.processed,
1231: 424.processed, auto.p: Type -> Exception type for readability
1232:
1233: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1234: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1235: results/119.processed, results/165.processed,
1236: results/175.processed, results/192.processed,
1237: results/213.processed, results/217.processed,
1238: results/230.processed, results/240.processed,
1239: results/298.processed, results/380.processed,
1240: results/415.processed: try-catch, try-catch-comment used
1241:
1242: 2024-05-21 moko
1243:
1244: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1245: results/180.processed, results/195.processed,
1246: results/224.processed, results/auto.p: @try-catch-comment added
1247: and used
1248:
1249: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1250: 415.html, results/269.processed, results/283.processed,
1251: results/auto.p: more tests are updated to prepare for apostrophe
1252: escaping in HTML tainting
1253:
1254: * tests/results/: 181.processed, 294.processed, 296.processed,
1255: 315.processed, 379.processed, 389.processed, auto.p:
1256: $exception.comment printed as-is for whitespace reporting and to
1257: prepare for apostrophe escaping in HTML mode
1258:
1.190 moko 1259: 2024-05-11 moko
1260:
1261: * tests/: 099.html, 100.html, results/099.processed,
1262: results/100.processed: a test for non-UTF-8 filename* added
1263: (related to feature #1240)
1264:
1265: * tests/: 293.html, results/293.processed: tainting modes tests
1266: added
1267:
1268: * tests/results/: 099.processed, 100.processed, 205.processed,
1269: 309.processed, 310.processed, 419.processed: tests results
1270: updated after filename* added (related to feature #1240)
1271:
1272: * src/: include/pa_common.h, main/pa_request.C: The filename*
1273: parameter was added to the Content-Disposition header to conform
1274: with RFC 6266, with code provided by Sumo (implements feature
1275: #1240)
1276:
1277: 2024-05-10 moko
1278:
1279: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1280: positive performance effect in our case
1281:
1.189 moko 1282: 2024-03-27 moko
1283:
1284: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1285: (related to feature #1236)
1286:
1287: 2024-03-15 moko
1288:
1289: * tests/: 413.html, results/413.processed: test for object still
1290: can be used as file parameter (related to bug #1218)
1291:
1292: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1293: still can be used in file context (fixes bug #1218)
1294:
1295: 2024-03-14 moko
1296:
1297: * src/include/pa_string.h: ArrayString get() null result assert
1298: also added (related to bug #1238)
1299:
1300: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1301: VString::empty() used instead of new VString()
1302:
1303: 2024-03-12 moko
1304:
1305: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1306: results/379.processed: test added for cookie without value
1307: (related to bug #1238)
1308:
1309: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1310: values are now required to be non-null (related to bug #1238)
1311:
1312: * src/main/pa_http.C: cookies without value are now parsed
1313: correctly (fixed bug #1238)
1314:
1315: 2024-03-11 moko
1316:
1317: * tests/run_parser.sh: for better error reporting
1318:
1.188 moko 1319: 2023-12-30 moko
1320:
1321: * tests/: 038.html, results/038.processed: test for atan2 added
1322:
1323: 2023-12-29 moko
1324:
1325: * src/classes/math.C: atan2(y,x) math function added
1326:
1.187 moko 1327: 2023-12-14 moko
1328:
1329: * tests/212.html: pcre2 compatibility (related to feature #1236)
1330:
1331: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1332: exceptions and behavour added (related to feature #1236)
1333:
1334: 2023-12-13 moko
1335:
1336: * buildall: by default parser is now bundled with pcre2 10.42,
1337: --without-pcre2 option added to build with pcre-8.45 (related to
1338: feature #1236)
1339:
1340: 2023-12-12 moko
1341:
1342: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1343: support added (implements feature #1236)
1344:
1345: * src/: include/pa_charset.h, include/pa_config_includes.h,
1346: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1347: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1348: types/pa_vregex.h: Adopted patch from Yavor Doganov
1349: <yavor@gnu.org> to add pcre2 library support (implements feature
1350: #1236)
1351:
1.186 moko 1352: 2023-11-28 moko
1353:
1354: * src/include/pa_config_includes.h: warnings war continues
1355:
1356: * src/include/pa_config_includes.h: warning war
1357:
1358: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1359: number strings, whitespace and sign in exception messages
1360: (related to bug #1234)
1361:
1.185 moko 1362: 2023-11-26 moko
1363:
1364: * tests/: 274.html, results/224.processed, results/274.processed:
1365: tests for date double, int, bool added (related to feature #1235)
1366:
1367: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1368: added for date class (implements feature #1235)
1369:
1370: 2023-11-23 moko
1371:
1372: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1373: and '-' strings are no longer can be treated as number 0,
1374: exception thrown (fixes bug #1234)
1375:
1.184 moko 1376: 2023-11-18 moko
1377:
1378: * src/include/pa_types.h: minor
1379:
1380: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1381:
1382: * tests/: 389.html, results/389.processed: error messages for some
1383: OS differs a bit, reducing failing tests for them
1384:
1385: 2023-11-17 moko
1386:
1387: * tests/: 423.html, results/423.processed: test for optional
1388: @auto[] inheritance added (related to feature #1233)
1389:
1390: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1391: types/pa_vstateless_class.C: optional @auto[] inheritance
1392: implemented if defined with two args (path, class name)
1393: (implements feature #1233)
1394:
1395: * src/: classes/double.C, classes/int.C, classes/math.C,
1396: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1397: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1398: sync double->int overflow behavour under different architectures
1399: (fixes bug #1232)
1400:
1401: * tests/: 422.html, results/422.processed: int clipping added
1402:
1403: 2023-11-16 moko
1404:
1405: * tests/: 422.html, results/422.processed: test for int and uint
1406: overflow in ^n.format[d/u/x]
1407:
1408: * src/classes/math.C: bugfix: crc32 should not be negative (under
1409: Apple M1 when negative double converts to uint the result is 0)
1410: and crc32 should be 32 bits
1411:
1412: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1413: on Apple M1 it's 0
1414:
1415: * src/classes/file.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:
1.183 moko 1419: 2023-10-07 moko
1420:
1421: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1422: behavour with other OP_NUM_*, related to bug #1230
1423:
1424: 2023-10-06 moko
1425:
1426: * tests/: 338.html, results/338.processed: test for bug #1230 added
1427:
1428: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1429: be converted to double to avoid 80 bit operations in x87 mode
1430: (fixes bug #1230)
1431:
1432: 2023-10-05 moko
1433:
1434: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1435: compatibility
1436:
1437: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1438:
1439: * tests/: 421.html, results/421.processed: test to cover all
1440: classes and objects nonexistent method and field exceptions
1441: (related to feature #1080 and #1227)
1442:
1443: * tests/results/: 182.processed, 324.processed: undefined method ->
1444: <type> method not found exception (related to feature #1080)
1445:
1446: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1447: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1448: "element can not be fetched from" for them, "field not found" for
1449: all other types (related to bug #1227)
1450:
1451: 2023-10-03 moko
1452:
1453: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1454: <type> method not found" exception now thrown for static calls
1455: instead of "undefined method" without class name (related to
1456: feature #1080)
1457:
1458: 2023-10-02 moko
1459:
1460: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1461: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1462: <method name>, Comment: <type> method not found" exception now
1463: thrown for all dynamic objects instead of "undefined method"
1464: without class name (implements feature #1080)
1465:
1.182 moko 1466: 2023-10-01 moko
1467:
1468: * src/classes/json.C: we don't have a dynamic json object.
1469:
1470: 2023-09-28 moko
1471:
1472: * tests/: 420.html, results/261.processed, results/420.processed:
1473: tests updated after bug #1228 fix reverted
1474:
1475: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1476: whitespace string is hash compatible, so we don't want $s.key to
1477: return a junction
1478:
1479: * tests/: 261.html, 420.html, results/261.processed,
1480: results/420.processed: test for bug #1227 added, test updated
1481: after bug #1228 fixed
1482:
1483: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1484: now throws exception as $non-empty-string.field (fixes bug #1227)
1485:
1486: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1487: #1228)
1488:
1489: 2023-09-26 moko
1490:
1491: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1492: src/classes/classes.C, src/classes/classes.awk,
1493: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1494: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1495: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1496: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1497: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1498: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1499: src/classes/regex.C, src/classes/response.C,
1500: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1501: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1502: src/include/pa_array.h, src/include/pa_base64.h,
1503: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1504: src/include/pa_charsets.h, src/include/pa_common.h,
1505: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1506: src/include/pa_dictionary.h, src/include/pa_dir.h,
1507: src/include/pa_exception.h, src/include/pa_exec.h,
1508: src/include/pa_globals.h, src/include/pa_hash.h,
1509: src/include/pa_http.h, src/include/pa_memory.h,
1510: src/include/pa_opcode.h, src/include/pa_operation.h,
1511: src/include/pa_os.h, src/include/pa_pool.h,
1512: src/include/pa_random.h, src/include/pa_request.h,
1513: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1514: src/include/pa_sapi.h, src/include/pa_socks.h,
1515: src/include/pa_sql_connection.h,
1516: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1517: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1518: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1519: src/include/pa_table.h, src/include/pa_threads.h,
1520: src/include/pa_types.h, src/include/pa_uue.h,
1521: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1522: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1523: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1524: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1525: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1526: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1527: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1528: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1529: src/main/compile.tab.C, src/main/compile.y,
1530: src/main/compile_tools.C, src/main/compile_tools.h,
1531: src/main/execute.C, src/main/pa_base64.C,
1532: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1533: src/main/pa_charsets.C, src/main/pa_common.C,
1534: src/main/pa_dictionary.C, src/main/pa_dir.C,
1535: src/main/pa_exception.C, src/main/pa_exec.C,
1536: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1537: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1538: src/main/pa_request.C, src/main/pa_socks.C,
1539: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1540: src/main/pa_stylesheet_connection.C,
1541: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1542: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1543: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1544: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1545: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1546: src/targets/apache/mod_parser3_core.C,
1547: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1548: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1549: src/types/pa_method.h, src/types/pa_property.h,
1550: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1551: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1552: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1553: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1554: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1555: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1556: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1557: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1558: src/types/pa_vhash.C, src/types/pa_vhash.h,
1559: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1560: src/types/pa_vimage.C, src/types/pa_vimage.h,
1561: src/types/pa_vint.h, src/types/pa_vjunction.C,
1562: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1563: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1564: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1565: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1566: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1567: src/types/pa_vobject.h, src/types/pa_vregex.C,
1568: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1569: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1570: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1571: src/types/pa_vstateless_class.h,
1572: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1573: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1574: src/types/pa_vstring.h, src/types/pa_vtable.C,
1575: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1576: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1577: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1578: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1579: src/types/pa_wwrapper.h: copyright, authors actualized
1580:
1.181 moko 1581: 2023-08-20 moko
1582:
1583: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1584: commited (related to feature #1219)
1585:
1586: 2023-08-16 moko
1587:
1588: * src/main/pa_random.C: replaced clock precision with monotonicity
1589: counter, good for Windows version with low clock frequency
1590: (related to feature #1229)
1591:
1592: 2023-08-15 moko
1593:
1594: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1595: fixes related to feature #1229
1596:
1597: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1598: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1599: (implements feature #1229)
1600:
1.180 moko 1601: 2023-08-02 moko
1602:
1603: * tests/: results/417.processed, 417.html: test for empty string
1604: match after last char added (related to bug #1224)
1605:
1606: * src/main/pa_string.C: avoid prestart++ after last char on zero
1607: length match (related to bug #1224)
1608:
1.179 moko 1609: 2022-11-22 moko
1610:
1611: * tests/: 419.html, results/419.processed: test for L_URI and path
1612: removeal from filename added (related to bug #1204)
1613:
1614: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1615: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1616: attribute value, L_URI should be used
1617:
1.178 moko 1618: 2022-09-21 moko
1619:
1620: * src/targets/cgi/parser3.C: more clear error messages
1621:
1622: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1623: SAPI_Info will return 0 in read_post and post_size !=
1624: content_length will be thrown
1625:
1.177 moko 1626: 2022-08-23 moko
1627:
1628: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1629: header value
1630:
1631: 2022-08-22 moko
1632:
1633: * tests/: 418.html, results/418.processed: test for
1634: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1635: to #1225)
1636:
1637: * src/classes/hash.C: keep old behavoir by default
1638:
1639: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1640: $.order[self|arg] ] added (implements #1215)
1641:
1.176 moko 1642: 2022-03-21 moko
1643:
1644: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1645: xmlInitCharEncodingHandlers is called in libxml static
1646: initializers before gc_substitute_memory_management_functions in
1647: pa_globals and thus gc may not see reference to our
1648: xmlCharEncodingHandler and free it.
1649:
1.175 moko 1650: 2022-01-26 moko
1651:
1652: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1653:
1.174 moko 1654: 2021-12-28 moko
1655:
1656: * tests/: 417.html, results/417.processed: test for empty string
1657: match added (related to bug #1224)
1658:
1659: * src/main/pa_string.C: empty string match now works (fixes bug
1660: #1224)
1661:
1.173 moko 1662: 2021-12-24 moko
1663:
1664: * tests/: 415_dir/29.p, results/415.processed: yet another test
1665:
1666: 2021-12-23 moko
1667:
1668: * src/: classes/table.C, main/pa_request.C: warnings war
1669:
1670: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1671: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1672:
1673: 2021-12-21 moko
1674:
1675: * tests/: 416.html, results/416.processed: test for ^break[] in
1676: ^hash/table.select[] (related to feature #1222)
1677:
1678: * src/classes/: hash.C, table.C: ^break[] support for
1679: ^hash/table.select[] (implements feature #1222)
1680:
1.172 moko 1681: 2021-11-30 moko
1682:
1683: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1684: 0.5 sec
1685:
1.171 moko 1686: 2021-11-10 moko
1687:
1688: * tests/results/415.processed: more syntax errors tests added
1689:
1690: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1691: 28.p: minor syntax error tests
1692:
1693: * src/main/pa_exception.C: pa_strdup added for compatibility
1694:
1695: * src/classes/curl.C: hint to call ^curl:options[
1696: $.library[correct.libcurl.so.name] ] added if default load fails.
1697:
1698: 2021-11-09 moko
1699:
1700: * src/main/compile.y: error message can be on stack
1701:
1702: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1703:
1704: * src/main/pa_charset.C: memcpy is more correct and efficient in
1705: this case then strncpy
1706:
1707: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1708: instead of strcpy where possible
1709:
1710: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1711: used to avoid MAX_STRING limit in Exception comment
1712:
1713: * tests/results/415.processed: compiler exceptions are no longer
1714: limited to MAX_STRING
1715:
1716: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1717: char * instead of fixed buffer
1718:
1719: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1720: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1721: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1722: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1723: results/415.processed: tests for parser.compile exceptions added
1724:
1725: 2021-11-08 moko
1726:
1727: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1728: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1729: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1730: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1731: drawbacks
1732:
1.170 moko 1733: 2021-11-06 moko
1734:
1735: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1736: (implements feature #1219)
1737:
1738: * tests/: 414.html, results/414.processed: test for
1739: ^hash.rename[from;to] added (related to feature #1144)
1740:
1741: 2021-11-05 moko
1742:
1743: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1744: (related to feature #1144)
1745:
1746: 2021-11-04 moko
1747:
1748: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1749: added (implements feature #1144)
1750:
1.169 moko 1751: 2021-10-19 moko
1752:
1753: * tests/: 413.html, results/413.processed: test for hash no longer
1754: is accepted as file parameter (related to bug #1218)
1755:
1756: * src/: classes/curl.C, classes/file.C, classes/image.C,
1757: classes/math.C, classes/xdoc.C, types/pa_value.C,
1758: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1759: longer is accepted as file parameter (fixes bug #1218)
1760:
1.168 moko 1761: 2021-07-19 moko
1762:
1763: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1764: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1765:
1.167 moko 1766: 2021-04-16 moko
1767:
1768: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1769: processing it leads to assertions.
1770:
1.166 moko 1771: 2021-03-25 moko
1772:
1773: * tests/: 412.html, results/412.processed: test to demonstrate bug
1774: #1213
1775:
1.165 moko 1776: 2021-02-12 moko
1777:
1778: * tests/: 360.html, results/360.processed, results/363.processed:
1779: parser method call in expression mode no longer differs from call
1780: in string mode (related to feature #1211)
1781:
1782: 2021-02-11 moko
1783:
1784: * src/types/pa_vmail.C: mail parsing with Windows line endings
1785: fixed (bug #1212)
1786:
1787: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1788: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1789: strings in both calls (implements feature #1211)
1790:
1.164 moko 1791: 2021-01-28 moko
1792:
1793: * buildall, etc/auto.p.in: to remove last patch in debian package
1794:
1795: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1796: 3.4.7b
1797:
1.162 moko 1798: 2021-01-21 moko
1799:
1800: * src/main/pa_http.C: no alarm() in file::load when web server mode
1801: is MULTITHREADED
1802:
1.157 moko 1803: 2021-01-20 moko
1804:
1.161 moko 1805: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1806: 'a2enmod mpm_prefork'
1807:
1.160 moko 1808: * src/targets/apache/mod_parser3.c: prefork name is now
1809: 'libapache2-mpm-itk'
1810:
1811: * src/targets/apache/mod_parser3_core.C: last regular malloc
1812: removed
1813:
1.159 moko 1814: * src/targets/isapi/Makefile.am: -pa_threads.C
1815:
1.158 moko 1816: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1817: 3.4.6
1818:
1.157 moko 1819: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1820:
1821: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1822: /httpd.p
1823:
1824: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1825: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1826: #1203)
1827:
1828: 2021-01-19 moko
1829:
1830: * buildall: --disable-parallel-mark added to avoid "number of
1831: processors" threads creation for heap marking as it conflicts
1832: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1833: limits threads)
1834:
1.156 moko 1835: 2021-01-16 moko
1836:
1837: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1838: main/pa_globals.C, main/pa_memory.C,
1839: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1840: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1841: feature #1209)
1842:
1843: 2021-01-15 moko
1844:
1845: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1846: 3.4.6rc
1847:
1848: * src/classes/json.C: get_delim added for delimiter caching (10%
1849: faster on large json)
1850:
1851: 2021-01-14 moko
1852:
1.211 moko 1853: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1854:
1855: * tests/results/224.processed: test result modified after
1856: today(shift) implemented
1857:
1858: * tests/: 407.html, results/407.processed: test for ^hash.select
1859: option $.default(bool) added (related to feature #1172)
1860:
1861: * src/classes/hash.C: ^hash.select option $.default(bool) added
1862: (related to feature #1172)
1863:
1864: * tests/: 141.html, results/141.processed: test modified for
1865: feature #1185.
1866:
1867: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1868: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1869: options $.lower(bool) (implements feature #1185)
1870:
1871: 2021-01-11 moko
1872:
1873: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1874: #1192)
1875:
1876: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1877: added (related to feature #1192)
1878:
1.155 moko 1879: 2021-01-05 moko
1880:
1881: * tests/: 270.html, results/270.processed: test modified to work
1882: under Windows
1883:
1884: * tests/: 390.html, 395.html, results/395.processed: tests updated
1885: 4 windows
1886:
1887: * tests/: 410.html, results/410.processed: test for
1888: $CLASS-GETTER-PROTECTED(false) added
1889:
1890: 2021-01-04 moko
1891:
1892: * tests/: 409.html, results/409.processed, results/auto.p: test for
1893: $MAIN:LOCALS(true) added
1894:
1.154 moko 1895: 2021-01-03 moko
1896:
1897: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1898: types/pa_vclass.h, types/pa_vstateless_class.C,
1899: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1900: +LOCALS. $main -> $MAIN in exception texts (implements feature
1901: #1207)
1902:
1903: 2021-01-02 moko
1904:
1905: * etc/auto.p.in: minor
1906:
1907: * src/main/pa_request.C: sending headers only after opening file to
1908: allow error reporting if file was not opened (foreign group,
1909: etc).
1910:
1911: 2020-12-31 moko
1912:
1913: * src/: include/pa_request.h, main/pa_request.C,
1914: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1915:
1916: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1917: main/pa_request.C: get_class_ref added and used
1918:
1919: * etc/auto.p.in: @CLASS httpd added
1920:
1921: * etc/auto.p.in: @auto[] is now first
1922:
1923: 2020-12-30 moko
1924:
1925: * tests/: 408.html, results/408.processed: test for bug #1166
1926: (windows only) added
1927:
1928: * src/main/pa_common.C: create_dir_for_file should not create dir
1929: for trailing / (fixes bug #1166)
1930:
1931: * tests/: 341.html, results/341.processed: tests for
1932: ^nameless_table.hash[] added (related to feature #1138)
1933:
1934: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1935: (implements feature #1138), extra fields in named tables no
1936: longer ignored (implements feature #1138)
1937:
1938: * tests/results/390.processed: updated after exception text change
1939:
1940: 2020-12-29 moko
1941:
1942: * tests/: 407.html, results/407.processed: +$._default check
1943:
1944: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1945:
1946: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1947: and ^hash.reverse[] added (releated to feature #1172)
1948:
1949: * src/classes/hash.C:
1950: ^hash.select[key;value](bool-condition)[options hash] +
1951: ^hash.reverse[] added (implements feature #1172)
1952:
1953: * src/types/pa_vtable.h: warning war
1954:
1955: * src/include/pa_config_fixed.h: win32 fix
1956:
1.153 moko 1957: 2020-12-27 moko
1958:
1959: * tests/: 406.html, results/406.processed: test results updated
1960:
1961: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1962: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1963: spelling
1964:
1965: 2020-12-26 moko
1966:
1967: * tests/: 406.html, results/406.processed: tests for
1968: ^table.rename[] added (related to feature #1148)
1969:
1970: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1971: ^table.rename[column name from;column name to], ^table.rename[
1972: $.[column name from][column name to] ... ] added (implements
1973: feature #1148)
1974:
1975: 2020-12-25 moko
1976:
1977: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1978: request_info now on stack to avoid yet another THREAD_LOCAL
1979: memory deallocation issue (now with cookies), explained in #1203
1980:
1981: * src/types/pa_vcookie.C: fields should be inited
1982:
1983: 2020-12-24 moko
1984:
1985: * src/include/pa_stylesheet_connection.h: looks like
1986: xsltFreeStylesheet leads to memory double-free. If so, it's for
1987: sure libxml bug, but we have GC anyway, so we just remove this
1988: call and see...
1989:
1990: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1991: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1992: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1993: abort.c:65:8 frame #3: 0x00000000004da663
1994: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1995: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1996: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1997: malloc.c:617:9 frame #5: 0x0000000000577f0c
1998: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1999: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2000: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2001: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2002: frame #8: 0x000000000050d35c
2003: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2004: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2005: frame #10: 0x00000000004436e5
2006: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2007: [inlined]
2008: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2009: pa_stylesheet_connection.h:62:3
2010:
2011: 2020-12-23 moko
2012:
2013: * src/classes/image.C: ^image::measure[; $.video() ] option added
2014:
2015: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2016: ^image::measure[; $.video(true) ] added
2017:
2018: * src/main/pa_exec.C: not cleared automatically in multithreaded
2019: httpd mode for unknown reasons
2020:
2021: 2020-12-22 moko
2022:
2023: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2024: error_log uri of currently processed document", but never used
2025: and conflicts with how libgc stops threads on FreeBSD (#define
2026: SIG_SUSPEND SIGUSR1), thus removed.
2027:
2028: 2020-12-21 moko
2029:
2030: * src/main/pa_request.C: +comment
2031:
1.151 moko 2032: 2020-12-20 moko
2033:
1.152 moko 2034: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2035: it is more safe to have versions of pa_strdup with one and two
2036: arguments, as helper_length=0 not always mean that strlen()
2037: should be called, but means zero.
2038:
2039: * src/targets/isapi/parser3isapi.C: minor
2040:
2041: * src/main/pa_http.C: +valid_http_method
2042:
1.151 moko 2043: * src/: include/pa_http.h, main/pa_http.C,
2044: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2045:
2046: 2020-12-17 moko
2047:
2048: * tests/: 405.html, results/405.processed: test for split by regex
2049: added (related to feature #1160)
2050:
2051: * src/classes/string.C: split by regex implemented (feature #1160)
2052:
2053: * src/classes/string.C: minor
2054:
2055: * tests/: 404.html, results/404.processed: test for whitespace
2056: string is now OK for table argument (related to feature #1169)
2057:
2058: * src/: classes/image.C, classes/string.C, classes/table.C,
2059: types/pa_vmethod_frame.C: whitespace string is now OK for table
2060: argument (as with hash) (implements feature #1169)
2061:
2062: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2063: limit for comment (fixes bug #1102)
2064:
2065: * src/targets/cgi/parser3.C: +HAVE_TLS check
2066:
2067: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2068:
2069: * src/include/pa_config_includes.h: HAVE_TLS used
2070:
2071: * configure.ac: +TLS check
2072:
2073: * src/main/pa_http.C: content logging added
2074:
2075: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2076: clear_response_headers added
2077:
2078: 2020-12-16 moko
2079:
2080: * buildall: as we now use threads, libatomic_ops still required for
2081: some OS.
2082:
2083: * src/main/pa_request.C: whitespace
2084:
2085: * src/: include/pa_request.h, main/pa_request.C:
2086: Request::Exception_trace::table extracted and used
2087:
2088: * src/main/pa_request.C: moving output_result call outside of try
2089: as network exceptions should not be handled by parser code
2090:
2091: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2092: logging network exchange
2093:
2094: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2095: via network if it was network write error.
2096:
2097: * src/targets/cgi/parser3.C: log -> pa_log
2098:
2099: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2100:
2101: * src/main/pa_threads.C: getpid() if no gettid() found
2102:
2103: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2104: we need to ignore "void" connections from browsers (browsers open
2105: connections in advance and they will be empty if user does not
2106: request more pages)
2107:
2108: 2020-12-15 moko
2109:
2110: * src/targets/cgi/parser3.C: avoid previous uri in logs
2111:
2112: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2113: RequestController not needed in httpd mode
2114:
2115: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2116: classes/classes.h, classes/curl.C, classes/date.C,
2117: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2118: classes/hashfile.C, classes/image.C, classes/inet.C,
2119: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2120: classes/memcached.C, classes/memory.C, classes/op.C,
2121: classes/reflection.C, classes/regex.C, classes/response.C,
2122: classes/string.C, classes/table.C, classes/void.C,
2123: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2124: include/pa_array.h, include/pa_base64.h,
2125: include/pa_cache_managers.h, include/pa_charset.h,
2126: include/pa_charsets.h, include/pa_common.h,
2127: include/pa_config_fixed.h, include/pa_config_includes.h,
2128: include/pa_dictionary.h, include/pa_dir.h,
2129: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2130: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2131: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2132: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2133: include/pa_request_charsets.h, include/pa_request_info.h,
2134: include/pa_sapi.h, include/pa_socks.h,
2135: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2136: include/pa_stack.h, include/pa_string.h,
2137: include/pa_stylesheet_connection.h,
2138: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2139: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2140: include/pa_uue.h, include/pa_xml_exception.h,
2141: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2142: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2143: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2144: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2145: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2146: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2147: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2148: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2149: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2150: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2151: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2152: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2153: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2154: main/pa_sql_driver_manager.C, main/pa_string.C,
2155: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2156: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2157: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2158: main/untaint.C, sql/pa_sql_driver.h,
2159: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2160: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2161: targets/isapi/parser3isapi.C, types/pa_junction.h,
2162: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2163: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2164: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2165: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2166: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2167: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2168: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2169: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2170: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2171: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2172: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2173: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2174: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2175: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2176: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2177: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2178: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2179: types/pa_vstateless_object.h, types/pa_vstatus.C,
2180: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2181: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2182: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2183: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2184: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2185:
2186: * src/main/pa_request.C: old compilers support
2187:
2188: * tests/: 362.html, results/362.processed: test updated after
2189: changes after upgrade to libxml2-2.9.9 were made (related to bug
2190: #1108)
2191:
2192: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2193: removed, as xsltFreeStylesheet has side effects on original doc.
2194: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2195: not updated after xdoc modification (part 3 of test 362).
2196: (related to bug #1108)
2197:
2198: * src/targets/isapi/parser3isapi.C: +pa_strcat
2199:
2200: * src/: classes/memory.C, include/pa_memory.h,
2201: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2202: PA_GC_GCOLLECT used
2203:
2204: * src/include/pa_memory.h: +PA_GC_COLLECT
2205:
2206: * src/targets/cgi/parser3.C: msvs support fixes
2207:
2208: * src/lib/gc/include/gc.h: more cleanup
2209:
2210: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2211:
2212: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2213: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2214:
2215: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2216:
2217: * configure.ac: pthread.h added to checked headers
2218:
2219: * src/classes/table.C: string stream is back :)
2220:
2221: * src/classes/memory.C: GC_generate_random_backtrace no longer
2222: exists
2223:
2224: * src/main/pa_globals.C: GC_dont_gc replaced
2225:
2226: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2227: left to simplify adding new functions. depricated GC_dont_gc
2228: replaced with GC_disable and GC_enable calls.
2229:
2230: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2231: CORD_from_file* not used and thus removed
2232:
2233: * src/lib/gc/include/gc_allocator.h: minor cleanup
2234:
2235: 2020-12-14 moko
2236:
2237: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2238: referenced elsewhere, or GC will collect it.
2239:
2240: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2241: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2242: elsewhere, or GC will collect them (and we'll get GPF in
2243: multithreaded enviroment). May be it can be also fixed by some
2244: GC call, not sure. But this fix costs nothing (but hours of
2245: debugging to find the issue :).
2246:
1.150 moko 2247: 2020-12-11 moko
2248:
2249: * configure.ac: gettid() check added
2250:
2251: * src/main/pa_threads.C: HAVE_GETTID used
2252:
2253: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2254:
2255: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2256: version for isapi/cgi/apache
2257:
2258: * buildall: threads are now required.
2259:
2260: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2261: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2262: main/main.vcproj: pa_threads.C moved to main
2263:
2264: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2265: isapi/pa_threads.C: pa_threads.C moved to main
2266:
2267: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2268: targets/apache/Makefile.am: pa_threads.C moved to main
2269:
2270: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2271:
2272: * src/: include/pa_stylesheet_connection.h,
2273: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2274: and weird GPF in multithreaded httpd is gone
2275:
2276: * src/include/: pa_stylesheet_connection.h,
2277: pa_sql_driver_manager.h: whitespace
2278:
2279: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2280:
2281: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2282: main/pa_stylesheet_manager.C: whitespace, warning war
2283:
2284: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2285: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2286: parser_multithreaded never used
2287:
2288: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2289:
2290: 2020-12-10 moko
2291:
2292: * src/: include/pa_config_includes.h, include/pa_http.h,
2293: main/pa_http.C, targets/cgi/parser3.C: initial support for
2294: MULTITHREADED and PARALLEL httpd server modes
2295:
2296: * src/main/pa_globals.C: GC_java_finalization is depricated
2297:
2298: 2020-12-09 moko
2299:
2300: * etc/auto.p.in: + @httpd-main
2301:
2302: * src/: include/pa_common.h, main/pa_request.C,
2303: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2304: work
2305:
2306: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2307: slow file_read_binary no longer used, send_range added
2308:
2309: 2020-12-08 moko
2310:
2311: * src/main/pa_request.C: >4Gb support
2312:
2313: * src/targets/cgi/parser3.C: msvc warning war
2314:
2315: * src/: include/pa_config_includes.h, main/pa_http.C,
2316: main/pa_request.C: msvc warnings war
2317:
2318: * src/classes/image.C: warning war
2319:
2320: * src/classes/table.C: MSVC warning war
2321:
2322: * src/targets/cgi/parser3.C: msvc warnings war
2323:
2324: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2325: added
2326:
1.149 moko 2327: 2020-12-07 moko
2328:
1.150 moko 2329: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2330: avoid logging beside system-wide auto.p
2331:
2332: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2333:
2334: * configure, configure.ac, src/include/pa_config_auto.h.in:
2335: configure options added:
2336:
2337: --with-system-cfg=FILE to specify system-wide auto.p
2338: --with-system-log=FILE to specify system-wide parser3.log
2339:
2340: * Makefile.am: bin no longer exists
2341:
2342: * configure, configure.ac: auto.p moved to etc to simplify debian
2343: package
2344:
2345: * buildall: auto.p and parser3.charsets moved to their default
2346: location after install
2347:
2348: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2349:
2350: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2351:
1.149 moko 2352: * src/targets/cgi/parser3.C: locate_config call returned to
2353: original place as it requires pa_thread_request() under Windows
2354:
2355: * src/targets/cgi/parser3.C: renaming
2356:
2357: 2020-12-06 moko
2358:
2359: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2360: check added
2361:
2362: 2020-12-04 moko
2363:
2364: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2365: main/pa_request.C: unified uint64_t lseek implemented to support
2366: >4Gb files under x86, including Windows
2367:
2368: 2020-12-02 moko
2369:
2370: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2371: with max_file_size
2372:
2373: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2374: support for processing files sized >4Gb on 32 bit planforms
2375:
2376: * tests/399.html: file moved
2377:
2378: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2379:
2380: * src/targets/cgi/pa_sapi_info.h: warning war
2381:
2382: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2383: warning war
2384:
2385: 2020-12-01 moko
2386:
2387: * src/classes/image.C: mp4 extended size (>4Gb) support added
2388:
2389: * src/classes/image.C: for "size not found" exception to be shown
2390: if size not found until eof
2391:
2392: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2393: bit linux)
2394:
2395: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2396: #1188)
2397:
2398: 2020-11-30 moko
2399:
2400: * src/classes/image.C: definitions moved closer to code
2401:
2402: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2403: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2404: 395_dir/3_VP8X.webp, results/395.processed,
2405: results/396.processed: tests for ^image::measure[] .webp support
2406: added, all image files moved into one directory (related to
2407: feature #1188)
2408:
2409: * src/classes/image.C: ^image::measure[] now supports webp (feature
2410: #1188)
2411:
1.148 moko 2412: 2020-11-29 moko
2413:
2414: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2415: processing, unnessesary defines removed
2416:
2417: 2020-11-24 moko
2418:
2419: * tests/results/: 099.processed, 100.processed, 205.processed,
2420: 309.processed, 310.processed: Content-Disposition: inline
2421: returned
2422:
2423: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2424: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2425: ] added (related to bug #1204)
2426:
2427: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2428: ] supported to avoid Content-Disposition: inline;
2429: filename="<file>.ext" but still set Content-Type for ext (related
2430: to bug #1204)
2431:
1.147 moko 2432: 2020-11-22 moko
2433:
2434: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2435: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2436:
2437: * src/main/pa_request.C: content_disposition_inline returned.
2438:
2439: 2020-11-17 moko
2440:
2441: * src/main/pa_request.C: empty main method name support
2442:
2443: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2444: config_handler added, stdout flush added.
2445:
2446: 2020-11-16 moko
2447:
2448: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2449:
2450: * tests/results/: 099.processed, 205.processed, 237.processed,
2451: 309.processed, 310.processed: Content-Disposition: inline is not
2452: required and should not contain filename="<name>"
2453:
2454: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2455: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2456: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2457:
1.146 moko 2458: 2020-11-14 moko
2459:
2460: * src/targets/cgi/parser3.C: spelling
2461:
2462: * src/targets/cgi/parser3.C: renaming
2463:
2464: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2465: relocated
2466:
2467: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2468: before request processing, which is weired
2469:
2470: 2020-11-13 moko
2471:
2472: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2473: copied in httpd.
2474:
2475: 2020-11-12 moko
2476:
2477: * src/main/pa_http.C: ALARM code unified to be used in httpd
2478:
2479: * src/: include/pa_request.h, main/pa_request.C,
2480: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2481:
2482: * src/main/pa_http.C: URI validation added
2483:
2484: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2485: can't be empty but can be null. httpd-main is now main method
2486: name for httpd mode
2487:
2488: 2020-11-11 moko
2489:
2490: * src/main/pa_request.C: path_translated can be null in httpd mode
2491:
2492: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2493: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2494: classes/xdoc.C, include/pa_request.h, main/execute.C,
2495: main/pa_request.C: r.absolute -> r.full_disk_path
2496:
2497: * src/targets/cgi/parser3.C: if filename to process is not
2498: specified, auto.p should be present.
2499:
1.145 moko 2500: 2020-11-03 moko
2501:
2502: * src/: classes/op.C, include/pa_request.h: unused argument removed
2503:
2504: * src/main/pa_request.C: content_disposition_inline is the default,
2505: not required.
2506:
1.144 moko 2507: 2020-10-29 moko
2508:
2509: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2510: ^use[file; $.main(true) ] implemented for auto.p processing and
2511: path_translated changing to correct relative files path
2512: calculation in httpd mode
2513:
2514: * src/: include/pa_request.h, main/pa_request.C:
2515: fail_on_read_problem removed, as it allways true, as if should
2516: be.
2517:
2518: * src/: include/pa_request.h, main/pa_request.C,
2519: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2520: targets/isapi/parser3isapi.C: clearing config_filespec when
2521: config was not found, thus flag not required and removed.
2522:
2523: 2020-10-28 moko
2524:
2525: * tests/: 402.html, results/402.processed: error reporting test
2526:
2527: * src/main/execute.C: better error reporting when
2528: $result[^hash::create[]] in @main.
2529:
2530: * src/main/: execute.C, pa_request.C: frame.result() should be used
2531: + minor optimization
2532:
2533: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2534: main/pa_xml_io.C: execute_*_method simplified and unified
2535:
2536: 2020-10-27 moko
2537:
2538: * tests/: 306.html, results/306.processed: a bit more testing. :)
2539:
2540: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2541: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2542: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2543: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2544: types/pa_vmethod_frame.h, types/pa_vobject.C,
2545: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2546: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2547: longer used in object-prototype mode
2548:
2549: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2550: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2551: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2552: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2553: $form:name[value] features
2554:
1.143 moko 2555: 2020-10-18 moko
2556:
2557: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2558:
2559: 2020-10-15 moko
2560:
2561: * src/main/pa_http.C: url no longer needed as
2562: ALTER_EXCEPTION_SOURCE is used
2563:
2564: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2565: main/pa_http.C: check_file_size filespec is now optional
2566:
2567: * src/: classes/curl.C, include/pa_exception.h,
2568: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2569: ALTER_EXCEPTION_COMMENT added for better error reporting
2570:
2571: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2572: results/346-curl.processed, results/379-curl.processed,
2573: results/379.processed: test results updated as load now provides
2574: better error reporting + curl responses updated
2575:
2576: 2020-10-14 moko
2577:
2578: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2579: main/pa_string.C, targets/apache/mod_parser3_core.C,
2580: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2581: checked. 10 is now default base, no hex autodetect by default
2582:
2583: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2584: connection socket closing in destructor + accept exception
2585: handling
2586:
2587: * src/targets/cgi/parser3.C: warning war
2588:
2589: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2590: main/pa_request.C, targets/apache/mod_parser3_core.C,
2591: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2592: exception handling unified
2593:
2594: 2020-10-13 moko
2595:
2596: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2597: autodetection
2598:
2599: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2600:
2601: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2602:
2603: * src/main/pa_http.C: warning war
2604:
1.142 moko 2605: 2020-10-12 moko
2606:
1.143 moko 2607: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2608: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2609: unhandled exception code optimization
2610:
2611: * src/targets/cgi/parser3.C: request_info now global variable
2612:
2613: * src/main/pa_http.C: http_read_response moved to HTTP_response
2614: class
2615:
2616: * src/: include/pa_http.h, main/pa_http.C,
2617: targets/cgi/pa_sapi_info.h: read_post implemented
2618:
1.142 moko 2619: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2620: [host:]port syntax support in httpd mode
2621:
2622: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2623: targets/cgi/parser3.C: populate_env added
2624:
2625: * src/include/pa_hash.h: to make get(char *) compiling in
2626: HashStringString
2627:
2628: 2020-10-10 moko
2629:
2630: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2631: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2632:
2633: * src/: include/pa_http.h, include/pa_request_info.h,
2634: main/pa_http.C, main/pa_string.C,
2635: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2636: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2637: types/pa_vrequest.C: initial httpd mode implementation
2638:
1.141 moko 2639: 2020-10-04 moko
2640:
2641: * src/targets/cgi/parser3.C: options together
2642:
2643: 2020-09-30 moko
2644:
2645: * src/main/pa_http.C: renamed
2646:
1.140 moko 2647: 2020-08-14 moko
2648:
2649: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2650: src/targets/cgi/Makefile.am: no httpd as separate library
2651:
2652: 2020-08-13 moko
2653:
2654: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2655: unhandled exception handler to report 500 instead of 200 it was
2656: before.
2657:
2658: * src/targets/apache/mod_parser3_core.C: minor cleanup
2659:
2660: * src/: include/pa_sapi.h, main/untaint.C,
2661: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2662: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2663: thus replaced with SAPI::die and removed
2664:
2665: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2666: cgi/parser3.C: whitespace
2667:
2668: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2669:
2670: 2020-08-12 moko
2671:
2672: * src/targets/cgi/parser3.C: duplicate info in signal logging
2673: removed, whitespace was: SIGPIPE received while executing code.
2674: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2675: cl=0]
2676:
2677: * parser3.sln: + httpd.vcproj
2678:
2679: 2020-08-11 moko
2680:
2681: * src/targets/cgi/Makefile.am: +libhttpd
2682:
2683: * configure.ac, src/lib/Makefile.am: +libhttpd
2684:
1.139 moko 2685: 2020-07-13 moko
2686:
2687: * tests/: 401.html, results/401.processed: test for hash key does
2688: not keep language, but tainted in foreach.
2689:
1.138 moko 2690: 2020-07-01 moko
2691:
2692: * tests/: 235.html, results/235.processed: test result updated as
2693: messages before attachments implemented (feature #1176)
2694:
1.137 moko 2695: 2020-06-27 moko
2696:
2697: * tests/: 400.html, results/400.processed: test updated to check
2698: ^return{code}
2699:
2700: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2701: fixed
2702:
2703: 2020-06-26 moko
2704:
2705: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2706: added (related to https://www.parser.ru/forum/?id=85319)
2707:
2708: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2709: when $result assignment was last statement in the method
2710: (https://www.parser.ru/forum/?id=85319)
2711:
1.136 moko 2712: 2020-05-23 moko
2713:
2714: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2715: whitespace, unused level removed
2716:
2717: 2020-05-19 moko
2718:
2719: * src/types/pa_vmail.C: whitespace
2720:
2721: * src/types/pa_vmail.C: files should be processed last (related to
2722: feature #1176)
2723:
1.135 moko 2724: 2020-05-12 moko
2725:
2726: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2727: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2728:
2729: * configure.ac: FreeBSD1X.X check added to avoid
2730: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2731:
1.134 moko 2732: 2020-02-26 moko
2733:
2734: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2735: compilation issue (related to bug #1201)
2736:
2737: * src/main/pa_common.C: entry_readable -> entry_exists,
2738: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2739: -f and -d now works under Windows in UTF-8 with Russian
2740: filenames.
2741:
2742: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2743: advice (related to feature #1199)
2744:
2745: 2020-02-25 moko
2746:
2747: * buildall: --silent removed
2748:
2749: * configure.ac: gmime-3.0 support
2750:
2751: * buildall: --with-system-mailreceive option added to build with
2752: system libgmime
2753:
2754: * src/types/pa_vmail.C: avoiding
2755: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2756: to feature #1199)
2757:
1.133 moko 2758: 2020-02-18 moko
2759:
2760: * src/classes/op.C: windows x64 debug mode compile fix
2761:
2762: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2763: change (releated to feature #1200)
2764:
2765: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2766: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2767: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2768: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2769: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2770: targets/apache/ApacheModuleParser3.vcproj,
2771: targets/apache/ApacheModuleParser3Core.vcproj,
2772: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2773: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2774: dependency (related to feature #1200)
2775:
1.132 moko 2776: 2020-02-12 moko
2777:
2778: * src/types/pa_vmail.C: minimize diff
2779:
2780: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2781: #1199)
2782:
1.131 moko 2783: 2020-01-18 moko
2784:
2785: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2786:
1.130 moko 2787: 2019-12-28 moko
2788:
2789: * src/targets/cgi/parser3.C: avoid empty ?
2790:
2791: 2019-12-27 moko
2792:
2793: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2794: DOCUMENT_ROOT (related to feature #1164)
2795:
2796: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2797: fcgiwrap setup (implements feature #1164)
2798:
2799: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2800: but no issues found (related to feature #1164)
2801:
2802: * src/targets/cgi/parser3.C: actualized
2803:
2804: 2019-12-26 moko
2805:
2806: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2807: removed
2808:
2809: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2810: removed
2811:
2812: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2813: allocation errors, we don't want default gc warnings (without
2814: timestamp and URI).
2815:
2816: * src/: classes/memory.C, main/pa_globals.C,
2817: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2818: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2819: pa_globals_init
2820:
2821: * src/main/pa_globals.C: setup_hex_value() removed, static array
2822: initialization used (optimization)
2823:
2824: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2825: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2826: pa_socks_init/pa_socks_done moved inside pa_globals_init
2827: (optimization)
2828:
1.129 moko 2829: 2019-12-09 moko
2830:
2831: * src/include/pa_config_fixed.h: warning war
2832:
1.128 moko 2833: 2019-12-08 moko
2834:
2835: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2836: process grammar under Unix.
2837:
2838: 2019-12-07 moko
2839:
2840: * tests/389.html: For Windows XP. :)
2841:
2842: * tests/388-sql.html: Windows compatibility added
2843:
2844: 2019-12-06 moko
2845:
2846: * src/targets/cgi/parser3.C: warning war
2847:
2848: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2849: == sizeof(CORD)) to avoid aligning bugs in future
2850:
2851: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2852: XML_STATIC
2853:
2854: * src/include/pa_request.h: StackItem() not required
2855:
2856: * src/include/pa_stack.h: warning war
2857:
2858: * src/include/pa_config_includes.h: GCC warning silenced
2859:
2860: * src/include/pa_memory.h: warning war: the program should also
2861: define 'void operator delete [](void*, std::size_t)'
2862: [-Wsized-deallocation]
2863:
2864: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2865:
2866: * src/classes/string.C: not reqired cast removed
2867:
2868: * src/classes/string.C: not reqired cast removed
2869:
2870: 2019-12-05 moko
2871:
2872: * src/lib/sdbm/pa_file_io.C: warning war
2873:
2874: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2875: enum Language : size_t - required for VS2015+ to make
2876: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2877: without it (related to feature #1198)
2878:
2879: 2019-12-04 moko
2880:
2881: * src/main/pa_base64.C: unsigned char -> uchar
2882:
2883: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2884: as other libs
2885:
2886: * src/include/pa_version.h: +amd64
2887:
2888: 2019-12-03 moko
2889:
2890: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2891: release
2892:
2893: * src/include/pa_config_includes.h: warning war
2894:
2895: * src/classes/image.C: warning war
2896:
2897: * src/main/pa_globals.C: x64 libs support
2898:
2899: * src/include/pa_config_includes.h: warning war
2900:
2901: * src/types/pa_method.h: warning war
2902:
1.127 moko 2903: 2019-11-28 moko
2904:
2905: * src/classes/math.C: vs2003 compatibility + warning war
2906:
2907: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2908: libxml2-2.9.9 (related to feature #1136)
2909:
2910: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2911: typecast for more compatibility (related to feature #1136)
2912:
2913: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2914: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2915: feature #1136)
2916:
2917: 2019-11-26 moko
2918:
2919: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2920: removed (it was failing in $$var case), condition added
2921:
1.126 moko 2922: 2019-11-25 moko
2923:
2924: * tests/: 397.html, 399.html, results/141.processed,
2925: results/399.processed: base64 options tested
2926:
2927: * src/: classes/math.C, main/pa_http.C: base64 options used
2928:
2929: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2930: implemented (feature #986)
2931:
2932: * src/main/pa_cache_managers.C: whitespace
2933:
2934: * tests/: 397.html, 399.html, results/399.processed: tests for
2935: ^base64 encode options added (related to feature #986)
2936:
2937: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2938: pa_base64_encode(file) removed - more memory, but faster and less
2939: code (related fo feature #986)
2940:
2941: 2019-11-24 moko
2942:
2943: * tests/: 155.html, results/155.processed: limit and offset in
2944: ^table::load[] now supported, thus test added
2945:
2946: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2947: main/pa_common.C: optimization: offset and limit options parsing
2948: moved inside file_load.
2949:
2950: 2019-11-23 moko
2951:
2952: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2953: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2954: optimization: file_read replaced with simplified file_read_binary
2955:
2956: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2957: types/pa_vform.C: whitespace
2958:
2959: * src/: include/pa_common.h, main/pa_common.C: never used params
2960: removed
2961:
2962: 2019-11-21 moko
2963:
2964: * tests/: 193.html, results/193.processed, results/389.processed:
2965: test results updated as now base64 does not discard tail without
2966: padding (related to feature #986)
2967:
2968: 2019-11-20 moko
2969:
2970: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2971: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2972: pa_base64_decode (related to feature #986)
2973:
2974: * tests/398.html: tests for base64 decode added (related to feature
2975: #986)
2976:
2977: * src/main/pa_base64.C: base64_decode rewritten - padding option
2978: support, padding inside base 64 supported (related to feature
2979: #096)
2980:
2981: 2019-11-19 moko
2982:
2983: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2984: FreeBSD 12
2985:
1.125 moko 2986: 2019-11-16 moko
2987:
2988: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2989: support added, step support removed (related to #986)
2990:
2991: 2019-11-15 moko
2992:
2993: * src/classes/math.C: using log since log2 is not present on
2994: FreeBSD < 8.4 (related to feature #1177)
2995:
2996: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2997: pa_base64_size extracted and used for files as well (related to
2998: feature 986)
2999:
3000: 2019-11-14 moko
3001:
3002: * tests/: 397.html, results/397.processed: + content check
3003:
3004: * tests/: 141.html, results/141.processed: make test resuls more
3005: readable
3006:
3007: * tests/: 397.html, results/193.processed, results/397.processed:
3008: test results updated after \x00 character was disabled in
3009: math:convert string mode (related to feature #1177)
3010:
3011: * src/classes/: math.C, string.C: \\x00 character disabled while
3012: converting to string (as in base64, related to feature #1177)
3013:
3014: * src/classes/file.C: more correct arguments separation
3015:
3016: * src/: classes/file.C, classes/math.C, classes/string.C,
3017: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3018: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3019: options added, but not yet implemented (related to feature #986)
3020:
3021: * src/classes/math.C: whitespace
3022:
3023: 2019-11-13 moko
3024:
3025: * tests/: 397.html, results/397.processed: +tainting test (related
3026: to feature #1177)
3027:
3028: * src/classes/math.C: as we now produce not only digits, result
3029: should be tainted (related to feature #1177)
3030:
3031: * src/main/pa_base64.C: whitespace
3032:
3033: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3034: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3035: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3036: implementation moved from pa_common.h and pa_common.C
3037:
3038: 2019-11-12 moko
3039:
3040: * tests/: 275.html, results/275.processed: out of range test fixed,
3041: as ^math:convert now supports arbitrary precision
3042:
3043: 2019-11-11 moko
3044:
3045: * tests/results/389.processed: uctualized error message
3046:
3047: * tests/: 389.html, 397.html, results/397.processed: tests for
3048: ^math:convert added (related to feature #1177)
3049:
3050: * src/classes/math.C: ^math:convert now supports arbitrary
3051: precision, alphabet support added (implements feature #1177)
3052:
1.124 moko 3053: 2019-11-06 moko
3054:
3055: * tests/: 181.html, results/181.processed: entities usage added,
3056: more entites load tests (related to bug #842 discussion)
3057:
3058: 2019-11-05 moko
3059:
3060: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3061: call from xmlFileOpen if http://localhost/<file> was not found
3062: (related to bug #842)
3063:
3064: * src/main/pa_xml_io.C: rename
3065:
3066: * src/main/pa_xml_io.C: +MemoryStream constructor
3067:
3068: * src/main/pa_xml_io.C: whitespace
3069:
1.123 moko 3070: 2019-10-31 moko
3071:
3072: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3073: XML_PARSE_NOENT) added to fix entities load, (related to feature
3074: #1181)
3075:
1.122 moko 3076: 2019-10-25 moko
3077:
3078: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3079: queries tests
3080:
3081: 2019-10-24 moko
3082:
3083: * tests/: 388-sql.html, results/388-sql.processed: support for
3084: pgsql driver test
3085:
3086: * tests/: 388-sql.html, results/388-sql.processed:
3087: multi_statements=1 now tested, mysql test now supported
3088: (connection must be specified in [parser3] section in .my.cnf)
3089: related to issues #1195 and #1194
3090:
1.121 moko 3091: 2019-09-11 moko
3092:
3093: * src/classes/int.C: whitespace
3094:
3095: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3096: exception test
3097:
3098: * tests/results/388-sql.processed: sql queries now shown (related
3099: to feature #1196)
3100:
3101: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3102: with old parser versions.
3103:
3104: * src/: classes/file.C, classes/hash.C, classes/string.C,
3105: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3106: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3107: instead of connect string in query_event_handlers exceptions
3108: (implements feature #1196)
3109:
1.120 moko 3110: 2019-09-06 moko
3111:
3112: * tests/388-sql.html: mysql compat
3113:
3114: * src/: classes/hash.C, classes/string.C, classes/table.C,
3115: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3116: sql_ variables declaration moved to pa_common.h
3117:
1.116 moko 3118: 2019-01-15 moko
3119:
3120: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3121: logically sorted
3122:
3123: 2018-12-27 moko
3124:
3125: * src/include/pa_config_includes.h: warning war:
3126: -Wdeprecated-register added for C++ 17
3127:
3128: 2018-10-15 moko
3129:
3130: * configure.ac: FreeBSD 11.2 can be build with ./configure
3131: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3132: --with-xml=/usr/local/
3133:
3134: 2018-09-24 moko
3135:
3136: * tests/: 396.html, 396.tiff, results/396.processed: test for
3137: ^image::measure[] now supports tiff added (related to feature
3138: #1188)
3139:
3140: * src/classes/image.C: ^image::measure[] now supports tiff
3141: (implements feature #1188)
3142:
3143: 2018-09-20 moko
3144:
3145: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3146: files measure added (related to ticket #1188)
3147:
3148: * src/classes/image.C: measure of bmp files implemented (related to
3149: ticket #1188)
3150:
3151: 2018-09-18 moko
3152:
3153: * tests/: 394-curl.html, results/394-curl.processed,
3154: results/auto.p: test for bug #1187 (max_file_size check for head
3155: requests) added
3156:
3157: 2018-08-24 moko
3158:
3159: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3160: response content-length check is required (fixes bug #1187)
3161:
3162: 2018-05-11 moko
3163:
3164: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3165: $.append(bool) ] option added (related to feature #919)
3166:
3167: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3168: from misha@ patch (implements feature #919)
3169:
3170: 2018-03-22 moko
3171:
3172: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3173: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3174: with 128kb buffer. Now works at least 12 times faster. :) May be
3175: Windows-only problem.
3176:
3177: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3178: build fix)
3179:
3180: 2018-02-03 moko
3181:
3182: * src/main/execute.C: removes irrelevant lines from exception stack
3183: trace when exceptions occurs in assigment (fixes bug #1165)
3184:
3185: * tests/: 393.html, results/393.processed: test for behavour after
3186: "Property can not be created, already exists field with that
3187: name" exception removed (related to feature #1183)
3188:
3189: * src/types/pa_vclass.C: "Property can not be created, already
3190: exists field with that name" exception removed (implements
3191: feature #1183)
3192:
3193: 2018-01-19 moko
3194:
3195: * src/classes/string.C: whitespace
3196:
3197: * src/classes/string.C: whitespace
3198:
3199: * tests/: 392.html, results/392.processed: test for
3200: ^regex::create[$regex] added (related to feature #1135)
3201:
3202: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3203: ^regex::create[$regex] added (implements feature #1135)
3204:
3205: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3206: commented define added (related to feature #1157)
3207:
3208: 2018-01-17 moko
3209:
3210: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3211:
3212: 2018-01-15 moko
3213:
3214: * tests/: 390.html, results/390.processed: real path replaced by
3215: stub
3216:
3217: * tests/: 391.html, results/391.processed: test for feature #1181
3218: (XML_PARSE_HUGE exception) added
3219:
3220: 2018-01-11 moko
3221:
3222: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3223: XML_PARSE_HUGE option passed by default (implements feature
3224: #1181)
3225:
3226: * src/classes/string.C: whitespace
3227:
3228: 2017-12-10 moko
3229:
3230: * tests/: 389.html, 390.html, results/389.processed,
3231: results/390.processed: image code coverage tests added (related
3232: to feature #1125)
3233:
3234: 2017-12-08 moko
3235:
3236: * tests/: 346-curl.html, 388-sql.html, 389.html,
3237: results/346-curl.processed, results/388-sql.processed,
3238: results/389.processed: more code coverage tests
3239:
3240: * tests/: 264.html, results/264.processed: code coverage for
3241: ^file::exec[]
3242:
3243: 2017-12-07 moko
3244:
3245: * tests/: 174.html, 388-sql.html, 389.html,
3246: results/388-sql.processed, results/389.processed,
3247: results/174.processed: more coverage tests
3248:
3249: * src/classes/math.C: exception text actualized
3250:
3251: 2017-12-06 moko
3252:
3253: * tests/388-sql.html: $SQL can be here
3254:
3255: * tests/results/auto.p: $SQL not required here
3256:
3257: * tests/: 388-sql.html, 389.html, Makefile,
3258: results/388-sql.processed, results/389.processed, results/auto.p:
3259: code coverage tests for sql (using sqlite) and int/double/bool
3260: added (related to feature #1125)
3261:
3262: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3263: lib/json/json.vcproj, lib/md5/md5.vcproj,
3264: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3265: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3266: targets/apache/ApacheModuleParser3Core.vcproj,
3267: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3268: types/types.vcproj: gc\include no longer required
3269:
3270: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3271: required
3272:
3273: * src/: classes/Makefile.am, classes/table.C,
3274: include/pa_config_includes.h, include/pa_string.h,
3275: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3276: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3277: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3278: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3279: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3280: used, we now include it directly
3281:
3282: 2017-12-04 moko
3283:
3284: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3285: memcached/memcached.vcproj, punycode/punycode.vcproj,
3286: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3287: where required
3288:
3289: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3290: now can be used to trace memory allocations
3291:
3292: * src/: classes/table.C, include/pa_config_includes.h,
3293: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3294: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3295: method removes, libcord also can work without libgc
3296:
3297: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3298:
3299: 2017-11-29 moko
3300:
3301: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3302: are not present (related to feature #1173)
3303:
3304: * tests/346-curl.html: test updated to test curl content-length bug
3305: (related to feature #1173)
3306:
3307: * tests/results/346-curl.processed: more test for content-length
3308: curl bug (related to feature #1173)
3309:
3310: * tests/results/346-curl.processed: test results updated after
3311: #1173 implemented
3312:
3313: 2017-11-28 moko
3314:
3315: * src/classes/curl.C: another libcurl Content-length bug walkaround
3316: (related to feature #1173)
3317:
3318: 2017-11-27 moko
3319:
3320: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3321: $.http_version[version string] added (implements feature #1173),
3322: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3323: where $post(true) bug existed.
3324:
3325: 2017-11-18 moko
3326:
3327: * src/include/pa_memory.h: warning war (related to feature #1170)
3328:
3329: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3330: feature #1170)
3331:
3332: 2017-11-17 moko
3333:
3334: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3335: std::basic_stringstream used in ^table.csv-string[] is compatible
3336: with delete usage check only under Debian 9 (related to feature
3337: #1170)
3338:
3339: 2017-11-16 moko
3340:
3341: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3342: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3343: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3344: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3345: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3346: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3347: stubs defend from accidental use (implements feature #1170)
3348:
3349: 2017-06-24 moko
3350:
3351: * configure.ac: minor fix: thanks to alx@
3352:
1.115 moko 3353: 2017-05-29 moko
3354:
3355: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3356: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3357: added to avoid cutting of UTF-8 chars (fixed bug #123)
3358:
3359: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3360: ignored, =?UTF-8?Q?= should start in case of leading space
3361: (related to bug #123)
3362:
3363: * buildall: echo -n -> printf for OS X. :)
3364:
3365: 2017-05-25 moko
3366:
3367: * tests/: 288.html, results/288.processed: test updated afted
3368: setting $o.prop without setter exception removed (related to
3369: feature #1157)
3370:
3371: * src/types/pa_vclass.C: no more "this property has no setter
3372: method" when setting $o.prop without setter (implements feature
3373: #1157)
3374:
3375: * buildall: echo \c -> echo -n for FreeBSD
3376:
3377: * configure, configure.ac, src/include/pa_config_auto.h.in,
3378: src/types/pa_vdouble.h: isfinite now checked in configure
3379:
3380: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3381: upgraded to automake 1.15
3382:
3383: 2017-05-23 moko
3384:
3385: * src/types/pa_vdouble.h: finite returned where isfinite not
3386: defined
3387:
3388: 2017-05-22 moko
3389:
3390: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3391:
3392: * buildall: extern CFLAGS setting support
3393:
3394: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3395:
3396: * buildall: http -> https
3397:
3398: * buildall: gc-7.2f -> gc-7.6.0
3399:
3400: 2017-05-20 moko
3401:
3402: * buildall: https, pcre, xml, xslt updated to current versions
3403: (related to feature #1136)
3404:
3405: 2017-05-19 moko
3406:
3407: * tests/097.html: after parser.ru moved to https
3408:
3409: 2017-05-17 moko
3410:
3411: * tests/results/: 175.processed, 372.processed: tests resuls
3412: updated after lintian spelling typos fixed (related to bug #1156)
3413:
3414: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3415: classes/string.C, classes/table.C, main/pa_charset.C,
3416: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3417: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3418: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3419:
3420: * tests/results/096.processed: +XMP
3421:
3422: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3423: $.xmp(true) options tested (test for feature #1154)
3424:
3425: * src/classes/image.C: ^image:measure[] options $.exif(false)
3426: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3427: fetched by default! (implements feature #1154)
3428:
3429: 2017-05-16 moko
3430:
3431: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3432: allowed (related to feature #1154)
3433:
3434: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3435: initial XMP implementation - without options and transcode
3436: (related to feature #1154)
3437:
3438: 2017-05-12 moko
3439:
3440: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3441: image: exif moved to ffields, skipped in ^image.html[] where
3442: iterators now used (preparation for feature #1154)
3443:
3444: 2017-05-05 moko
3445:
3446: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3447: results/387.processed: test for circular class inheritance check
3448: added (related to bug #1150)
3449:
3450: * src/types/pa_vstateless_class.C: circular class inheritance check
3451: added (fixes endless add_derived bug #1150)
3452:
3453: 2017-05-04 moko
3454:
3455: * tests/: 386.html, results/386.processed: test for
3456: $table.value(number) added (related to feature #1152)
3457:
3458: * src/types/pa_vtable.C: table put_element: column value must be
3459: string - > column value must be string compatible to allow
3460: $t.value(1) (implements feature #1152)
3461:
3462: 2017-05-03 moko
3463:
3464: * src/main/pa_request.C: $use[$method] is not possible, reverting
3465: (related to feature #1151)
3466:
3467: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3468: not possible, removing test (related to feature #1151)
3469:
3470: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3471: get_element_method added and used to allow $use[$method] and
3472: $autouse[$method] (implements feature 1151)
3473:
3474: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3475: variable added (related to feature #1151)
3476:
3477: * tests/results/226.processed: actualized after ^try-catch used
3478:
3479: * tests/: 226.html, 385.html, results/385.processed: test for
3480: @autouse in variable added
3481:
3482: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3483:
1.114 moko 3484: 2017-02-27 moko
3485:
3486: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3487:
1.113 moko 3488: 2017-02-20 moko
3489:
1.211 moko 3490: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3491:
3492: 2017-02-16 moko
3493:
3494: * tests/: 384.html, results/384.processed: test for
3495: ^reflection:mixin[; $.name[] ] option added (related to feature
3496: #1089)
3497:
3498: * tests/: 384.html, results/384.processed: test for
3499: ^reflection:mixin[] added (related to feature #1089)
3500:
3501: * src/types/pa_value.h: warning war: virtual ~Value() added
3502:
1.112 moko 3503: 2017-02-15 moko
3504:
3505: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3506: fixed
3507:
3508: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3509: test added (related to feature #1069)
3510:
3511: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3512: compilation without HASH_ORDER fixed
3513:
3514: * src/: classes/reflection.C, include/pa_hash.h:
3515: $.reverse(true/false) added to ^reflection:methods[] (related to
3516: feature #1069)
3517:
3518: 2017-02-14 moko
3519:
3520: * tests/: 152.html, results/152.processed: test for $._default hash
3521: added (related to bug #1131)
3522:
3523: * tests/: 277.html, results/277.processed: test for hash with only
3524: $._default is now defined (related to bug #1131)
3525:
3526: * src/types/pa_vhash.h: hash with only $._default is now defined
3527: (fixed bug #1131)
3528:
3529: 2017-02-13 moko
3530:
3531: * tests/cat-windows.sh: cat-windows added (cygwin required)
3532:
3533: * tests/: 171.html, 264.html, 286.html, 370.html,
3534: results/320.processed, results/375.processed, results/auto.p:
3535: cat-windows.sh support added
3536:
3537: * tests/375.html: Windows support
3538:
3539: * tests/270.html: documented
3540:
3541: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3542: (not backslashes) even under Windows (broke test 270)
3543:
3544: 2017-02-12 moko
3545:
3546: * tests/: descript.ion, todo.txt: cleanup
3547:
3548: 2017-02-09 moko
3549:
3550: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3551: run_tests.cmd: Windows compatibility
3552:
3553: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3554: incorrectly (GMT) if parser is called from cygwin
3555:
1.111 moko 3556: 2017-02-08 moko
3557:
1.211 moko 3558: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3559:
1.211 moko 3560: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3561:
3562: * NEWS, README: minor update
3563:
3564: * src/include/pa_config_includes.h: warning war continues
3565:
3566: * src/: include/pa_config_includes.h, include/pa_memory.h,
3567: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3568: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3569: gcc 6.x issues fixed
3570:
1.111 moko 3571: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3572: classes/classes.h, classes/curl.C, classes/date.C,
3573: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3574: classes/hashfile.C, classes/image.C, classes/inet.C,
3575: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3576: classes/memcached.C, classes/memory.C, classes/op.C,
3577: classes/reflection.C, classes/regex.C, classes/response.C,
3578: classes/string.C, classes/table.C, classes/void.C,
3579: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3580: include/pa_array.h, include/pa_cache_managers.h,
3581: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3582: include/pa_config_fixed.h, include/pa_config_includes.h,
3583: include/pa_dictionary.h, include/pa_dir.h,
3584: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3585: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3586: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3587: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3588: include/pa_request_charsets.h, include/pa_request_info.h,
3589: include/pa_sapi.h, include/pa_socks.h,
3590: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3591: include/pa_stack.h, include/pa_string.h,
3592: include/pa_stylesheet_connection.h,
3593: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3594: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3595: include/pa_uue.h, include/pa_xml_exception.h,
3596: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3597: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3598: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3599: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3600: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3601: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3602: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3603: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3604: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3605: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3606: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3607: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3608: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3609: main/pa_string.C, main/pa_stylesheet_connection.C,
3610: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3611: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3612: main/untaint.C, sql/pa_sql_driver.h,
3613: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3614: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3615: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3616: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3617: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3618: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3619: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3620: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3621: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3622: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3623: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3624: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3625: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3626: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3627: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3628: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3629: types/pa_vmemcached.h, types/pa_vmemory.h,
3630: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3631: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3632: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3633: types/pa_vresponse.C, types/pa_vresponse.h,
3634: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3635: types/pa_vstateless_object.h, types/pa_vstatus.C,
3636: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3637: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3638: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3639: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3640: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3641: 2015->2017
3642:
1.110 moko 3643: 2017-02-07 moko
3644:
3645: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3646:
3647: 2017-02-06 moko
3648:
3649: * src/main/pa_common.C: minor fixes, whitespace
3650:
3651: * src/: classes/curl.C, classes/file.C, classes/image.C,
3652: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3653: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3654: now used (implements feature #1081)
3655:
3656: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3657:
3658: 2017-02-01 moko
3659:
3660: * src/include/pa_request.h: cleanup
3661:
3662: 2017-01-30 moko
3663:
3664: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3665:
3666: 2017-01-29 moko
3667:
3668: * tests/: 383.html, results/383.processed: test for
3669: ^reflection:stack[] added (related to feature #1052)
3670:
3671: * src/classes/reflection.C: else added
3672:
3673: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3674: $.max_file_lock_wait added (implements feature #1128)
3675:
3676: 2017-01-28 moko
3677:
3678: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3679: body and other cases tests added (related to featue #1014)
3680:
3681: * src/classes/curl.C: bug if response is empty fixed (related to
3682: feature #1014)
3683:
3684: 2017-01-27 moko
3685:
3686: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3687: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3688: added (implements feature #1052)
3689:
3690: 2017-01-25 moko
3691:
3692: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3693: method test added
3694:
3695: 2017-01-23 moko
3696:
3697: * src/classes/reflection.C: optimization: options->get replaced by
3698: hash iterator
3699:
3700: * tests/: 381.html, results/381.processed: now -> fixed date
3701:
3702: * src/main/pa_request.C: warning war
3703:
3704: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3705: 5Mb (fixes bug #1058)
3706:
3707: * src/classes/curl.C: warning war
3708:
3709: * tests/: 381.html, results/381.processed: tests for ^json:string
3710: $.one-line(true) option added (related to feature #1124)
3711:
3712: * src/: classes/json.C, types/pa_value.h: $json-string
3713: $.one-line(true|false) options is now supported (implements
3714: feature #1124)
3715:
3716: * tests/: 380.html, results/380.processed: test for modified
3717: $.max_file_size added (related to bug #1014)
3718:
3719: * tests/: 379.html, results/auto.p: tests for rewritten http file
3720: load added (related to bug #1014)
3721:
3722: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3723: main/pa_common.C, main/pa_http.C: check_file_size added and used
3724: in curl / file load from disk and http, http file load rewritten
3725: (related to bug #1014)
3726:
3727: 2017-01-18 moko
3728:
3729: * tests/: 378.html, results/378.processed: tests for ^result[]
3730: added (related to feature #66)
3731:
3732: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3733: Method::CO_WITHOUT_FRAME as frame still added in expression
3734: (related to feature #66)
3735:
3736: 2017-01-17 moko
3737:
3738: * tests/: 377.html, results/377.processed: test for different
3739: combinations of breaks in body and delimiter (related to bug
3740: #1077)
3741:
3742: * tests/: 376.html, results/376.processed: many ^break[] tests
3743: added (related to bug #1077)
3744:
3745: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3746: passed to native method" exception added to avoid bugs due to
3747: WRITE_EXPR_RESULT skipped and native methods execution continues
3748: after ^break[] (related to bug #1077)
3749:
3750: 2017-01-14 moko
3751:
3752: * tests/: 330.html, results/330.processed: test results updated
3753: after ^break[] bugs where fixed (related to bug #1077)
3754:
3755: * tests/: 329.html, results/329.processed: test results updated
3756: after ^break[] bugs where fixed (related to bug #1077)
3757:
3758: * tests/results/320.processed: ^return[] added
3759:
3760: 2017-01-13 moko
3761:
3762: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3763: classes/table.C, include/pa_request.h, main/execute.C,
3764: main/pa_request.C, targets/cgi/parser3.C,
3765: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3766: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3767: checked after each possible process/execute call (fixes bug
3768: #1077)
3769:
3770: 2016-12-29 moko
3771:
3772: * src/main/pa_common.C: warning war
3773:
3774: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3775: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3776: pa_file_size_limit added, ^math:random fixed for upper limit and
3777: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3778: (related to feature #1014)
3779:
3780: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3781: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3782: (related to feature #1014)
3783:
3784: 2016-12-28 moko
3785:
3786: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3787: warning war
3788:
3789: 2016-12-26 moko
3790:
3791: * tests/: 341.html, results/341.processed: test for
3792: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3793:
3794: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3795: (related to feature #1057)
3796:
3797: * src/types/pa_vdate.C: warning war continues...
3798:
3799: * src/: classes/date.C, classes/image.C, classes/table.C,
3800: include/pa_config_includes.h, types/pa_vfile.C: warning war
3801:
3802: * src/lib/gd/gifio.C: warning war / cleanup
3803:
3804: * src/lib/json/pa_json.C: warning war
3805:
3806: * src/classes/hash.C: warning war
3807:
3808: * src/types/pa_vfile.C: warning war
3809:
3810: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3811: -Wall warning war continues
3812:
3813: * configure.ac: --with-build-warnings actualized
3814:
3815: 2016-12-25 moko
3816:
3817: * src/main/pa_exec.C: -wAll warning war
3818:
3819: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3820: -wAll warning war
3821:
3822: * src/: include/pa_common.h, include/pa_sapi.h,
3823: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3824: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3825: -wAll warning war
3826:
3827: 2016-12-23 moko
3828:
3829: * src/lib/ltdl/Makefile.am: extra dist added
3830:
3831: * tests/results/344.processed: test result updated after $file.text
3832: prefetched in ^hash::create[$file] (related to feature #1075)
3833:
3834: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3835: ^hash::create[$file] (related to feature #1075)
3836:
3837: 2016-12-22 moko
3838:
3839: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3840: main/pa_request.C, main/pa_stylesheet_connection.C,
3841: types/pa_vfile.C: file_stat now return 64-bit size (implements
3842: #1014 under 32-bit unix versions)
3843:
3844: 2016-12-21 moko
3845:
3846: * tests/: 375.html, results/375.processed: test for exec returning
3847: stated file added (related to feature #1119)
3848:
3849: * src/classes/file.C: load should not return file with null body
3850: (fixes bug #1119)
3851:
3852: 2016-12-14 moko
3853:
3854: * tests/: 374.html, results/374.processed: test for $method.name
3855: added (related to feature #1117) plus method returning junction
3856: test
3857:
3858: 2016-12-13 moko
3859:
3860: * src/: include/pa_symbols.h, main/pa_symbols.C,
3861: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3862: (implements feature #1117)
3863:
3864: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3865: HEAD and TRACE can't have body (implements feature #1116)
3866:
3867: 2016-12-09 moko
3868:
3869: * tests/: 373.html, results/373.processed: tests for
3870: ^reflection:tainting added (related to feature #1098)
3871:
3872: * src/classes/reflection.C: ^reflection:tainting arguments order
3873: change (related to feature #1098)
3874:
3875: 2016-12-06 moko
3876:
3877: * src/: classes/reflection.C, include/pa_string.h,
3878: main/pa_string.C: ^reflection:tainting[$string] added (implements
3879: feature #1098)
3880:
3881: 2016-12-05 moko
3882:
3883: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3884: (fixes bug #1114)
3885:
3886: 2016-12-04 moko
3887:
3888: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3889: check added
3890:
3891: 2016-12-03 moko
3892:
3893: * tests/: 346-curl.html, results/346-curl.processed: test modified
3894: to test value.as_hash() usage
3895:
3896: * src/classes/curl.C: value.as_hash() used for correct hash
3897: processing
3898:
3899: * src/classes/reflection.C: exceptions texts fixes
3900:
3901: 2016-12-02 moko
3902:
3903: * tests/: 372.html, results/372.processed: tests for
3904: ^reflection:create[ $.class[name] $.constructor[name]
3905: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3906: feature #1094)
3907:
3908: * src/types/pa_vmethod_frame.h: comment added: params should be
3909: declared outside of *_FRAME_ACTION as MethodParams destructor
3910: will be called in ~VNativeMethodFrame
3911:
3912: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3913: ] minor fix
3914:
3915: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3916: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3917: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3918: now supported (implements feature #1094) value::as_hash added
3919: (and should be used everywhere)
3920:
3921: * src/classes/reflection.C: cleanup
3922:
3923: 2016-12-01 moko
3924:
3925: * tests/: 356.html, results/356.processed: test for method
3926: junctions class name added to the resulting hash added (related
3927: to feature #1068)
3928:
3929: * src/classes/reflection.C: for method junctions class name added
3930: to the resulting hash (related to feature #1068)
3931:
3932: 2016-11-30 moko
3933:
3934: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3935: exception (related to bug #1113)
3936:
3937: * src/types/pa_vhashfile.C: whitespace
3938:
3939: * src/main/pa_os.C: errno now returned as it should (fixes bug
3940: #1113)
3941:
3942: * tests/results/: 175.processed, 192.processed, 224.processed,
3943: 229.processed, 239.processed, 244.processed, 246.processed,
3944: 314.processed, 352.processed: tests results updated after method
3945: call exceptions improved as method now keeps its name
3946:
3947: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3948: types/pa_vmethod_frame.h: method call exceptions improved as
3949: method now keeps its name
3950:
3951: * tests/: 224.html, 239.html, results/224.processed,
3952: results/239.processed: tests and tests results updated after
3953: Request::construct exception changed
3954:
3955: * src/: classes/reflection.C, main/execute.C: Request::construct
3956: exception optimized
3957:
3958: * tests/: 371.html, results/371.processed: test for
3959: WWrapper.get_element call in $.name.key[value] code added
3960: (related to feature #1091)
3961:
3962: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3963: in $.name.key[value] code (related to feature #1091)
3964:
3965: 2016-11-29 moko
3966:
3967: * src/classes/op.C: VS warning war
3968:
3969: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3970: C4239: nonstandard extension used : 'return' : conversion from
3971: 'Value' to 'Value &' (related to feature #1020)
3972:
3973: * src/: main/execute.C, types/pa_vmethod_frame.h,
3974: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3975: used : 'return' : conversion from 'Value' to 'Value &' (related
3976: to feature #1020)
3977:
3978: * src/main/execute.C: VS warning war
3979:
3980: * src/targets/cgi/parser3.C: VS compatibility fix
3981:
3982: * src/include/pa_request.h: VS warning war
3983:
3984: * tests/: 370.html, results/370.processed: test for ^file::exec[
3985: ... $.stdin[$binary_file] ] added (related to bug #1044)
3986:
3987: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3988: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3989: $.stdin[$binary_file] (fixes bug #1044)
3990:
3991: 2016-11-28 moko
3992:
3993: * src/main/pa_exec.C: whitespace
3994:
3995: * src/main/pa_request.C: whitespace
3996:
3997: * tests/: 369.html, results/369.processed: test for
3998: $response:status usage added (related to feature #1099)
3999:
4000: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4001: if < 100 (implements feature #1099)
4002:
4003: * src/targets/cgi/parser3.C: whitespace
4004:
4005: * src/targets/cgi/parser3.C: whitespace
4006:
4007: * tests/: 368.html, results/368.processed: test updated after
4008: ^reflection:filename[$method] added (related to feature #1053)
4009:
4010: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4011: main/compile.y, main/execute.C, main/pa_request.C,
4012: types/pa_vclass.h: filename -> filespec,
4013: ^reflection:filename[$method] added (related to feature #1053)
4014:
4015: 2016-11-27 moko
4016:
4017: * tests/: 368.html, results/368.processed: test for
4018: reflection:filename[$class or object] added (related to feature
4019: #1053)
4020:
4021: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4022: types/pa_vstateless_class.h: ^reflection:filename[$class or
4023: object] added (implements feature #1053)
4024:
4025: 2016-11-26 moko
4026:
4027: * src/: include/pa_request_info.h,
4028: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4029: remove_absolute_uri -> strip_absolute_uri
4030:
4031: 2016-11-25 moko
4032:
4033: * src/: include/pa_request_info.h,
4034: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4035: request_info.remove_absolute_uri added to remove possible
4036: http://site.name/ from $request:uri (implements feature #1112)
4037:
4038: 2016-11-24 moko
4039:
4040: * tests/: 367-curl.html, results/367-curl.processed: test for
4041: previous request headers clearing after redirect added (related
4042: to bug #1109)
4043:
4044: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4045: response headers from previous requests are now cleared, only
4046: last request headers are collected (fixes bug #1109)
4047:
4048: * tests/results/: 266.processed, 321.processed, 356.processed:
4049: tests results updated as method name now added to the resulting
4050: hash for new syntax only (Imp1 compatimility fixed, related to
4051: feature #1068)
4052:
4053: * src/classes/reflection.C: method name now added to the resulting
4054: hash for new syntax only (Imp1 compatimility fixed, related to
4055: feature #1068)
4056:
4057: * tests/results/366.processed: test for native and parser
4058: implementation of ^use[] logic (related to feature #1074)
4059:
4060: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4061: for native and parser implementation of ^use[] logic (related to
4062: feature #1074)
4063:
4064: 2016-11-23 moko
4065:
4066: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4067: main/pa_request.C: @USE file now implemented as ^use[file;
4068: $.origin[origin_file] ] (implements feature #1074)
4069:
1.109 moko 4070: 2016-11-21 moko
4071:
1.110 moko 4072: * tests/: 365.html, results/365.processed: test for $caller bugs in
4073: 3.4.4 and $caller.method now tested (related to feature #1110)
4074:
4075: * tests/: 364.html, results/364.processed: $caller usage in
4076: different contexts now tested (related to feature #1110)
4077:
4078: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4079:
4080: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4081:
1.109 moko 4082: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4083: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4084: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4085: used (implements feature #1110)
4086:
4087: 2016-11-20 moko
4088:
4089: * src/types/pa_vdouble.h: whitespace
4090:
4091: 2016-11-11 moko
4092:
4093: * tests/: 363.html, results/363.processed: more tests for feature
4094: #1091 (how parser methods work in expression context)
4095:
4096: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4097: expressions strings are now written as strings, not values by
4098: write_as_string (related to feature #1091)
4099:
4100: * src/classes/op.C: to make more correct behavour in expression
4101: context
4102:
4103: 2016-11-07 moko
4104:
4105: * tests/: 362.html, results/362.processed: test for
4106: xsltParseStylesheetDoc caching as xsl modification after it added
4107: (related to bug #1108)
4108:
4109: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4110: result now cached as xdoc is modified after it (fixes bug #1108)
4111:
4112: 2016-11-06 moko
4113:
4114: * src/types/pa_vxdoc.h: whitespace
4115:
4116: 2016-11-05 moko
4117:
4118: * src/types/pa_vmethod_frame.h: cleanup
4119:
4120: 2016-11-03 moko
4121:
4122: * tests/results/244.processed: more correct exception after method
4123: frames separation
4124:
4125: * src/types/pa_vmethod_frame.h: minor optimizaion
4126:
4127: * src/types/pa_method.h: optimization: params_count added
4128:
4129: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4130: include/pa_request.h, main/execute.C, main/pa_request.C,
4131: types/pa_value.C, types/pa_vmethod_frame.C,
4132: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4133: VMethodFrame now divided into VNativeMethodFrame,
4134: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4135: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4136: and used (related to feature #1104)
4137:
4138: 2016-11-02 moko
4139:
4140: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4141: classes/double.C, classes/file.C, classes/hash.C,
4142: classes/hashfile.C, classes/image.C, classes/inet.C,
4143: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4144: classes/memcached.C, classes/op.C, classes/reflection.C,
4145: classes/regex.C, classes/string.C, classes/table.C,
4146: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4147: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4148: r.write (implements feature #1091)
4149:
4150: * src/main/execute.C: cleanup (related to feature #1104)
4151:
4152: * src/: include/pa_request.h, main/execute.C,
4153: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4154: added, in_expression removed (implements feature #1104)
4155:
4156: 2016-10-31 moko
4157:
4158: * src/types/pa_value.C: whitespace
4159:
4160: 2016-10-28 moko
4161:
4162: * tests/results/244.processed: updated after error reporting fixed
4163: in pa_wcontext.C
4164:
4165: * src/types/pa_wcontext.C: error reporting fixed
4166:
4167: * src/types/pa_wcontext.h: whitespace
4168:
4169: * src/classes/image.C: not fully readed entries are no longer
4170: processed (fixes bug #1106)
4171:
4172: 2016-10-26 moko
4173:
4174: * src/classes/image.C: whitespace
4175:
4176: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4177: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4178: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4179: longer required (related to feature #1091)
4180:
4181: * tests/results/: 264.processed, 350.processed: test results update
4182: reverted (whitespace optimization) after write_no_lang removed :)
4183: (related to feature #1091)
4184:
4185: * src/: classes/file.C, classes/hash.C, classes/op.C,
4186: classes/string.C, classes/table.C, classes/void.C,
4187: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4188: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4189: equal write_pass_lang (related to feature #1091)
4190:
4191: * tests/results/: 264.processed, 350.processed: test results
4192: updated (whitespace optimization) after write_assign_lang removed
4193: (related to feature #1091)
4194:
4195: * tests/: 361.html, results/361.processed: test for non-string
4196: ^untaint added (related to feature #1091)
4197:
4198: * src/: classes/curl.C, classes/date.C, classes/file.C,
4199: classes/hash.C, classes/op.C, classes/string.C,
4200: include/pa_request.h, main/execute.C: optimization:
4201: write_assign_lang removed as not required (first part of feature
4202: #1091 implementation)
4203:
1.108 moko 4204: 2016-10-12 moko
4205:
4206: * tests/: 360.html, results/360.processed: more test code (related
4207: to feature #1104)
4208:
4209: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4210: include/pa_request.h, main/compile.y, main/execute.C: opcode
4211: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4212: WContext is next task (implements feature #1104)
4213:
4214: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4215: / CO_WITHOUT_WCONTEXT
4216:
4217: * tests/: 360.html, results/360.processed: test for in expression
4218: state (related to feature #1104)
4219:
4220: 2016-10-11 moko
4221:
4222: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4223:
4224: * src/classes/op.C: default value removed from initializer
4225:
4226: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4227:
4228: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4229:
4230: 2016-10-10 moko
4231:
4232: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4233: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4234: to feature #42)
4235:
4236: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4237: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4238:
4239: 2016-10-08 moko
4240:
4241: * src/classes/double.C: whitespace
4242:
4243: 2016-10-07 moko
4244:
4245: * src/types/pa_vmethod_frame.h: reorder
4246:
4247: 2016-10-06 moko
4248:
4249: * src/classes/date.C: typo
4250:
4251: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4252:
4253: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4254: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4255: types/pa_vmethod_frame.h: params.get now returns Value&, not
4256: Value*
4257:
4258: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4259:
4260: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4261: removed; first as_* code rewrite
4262:
4263: 2016-10-05 moko
4264:
4265: * src/include/pa_request.h: whitespace
4266:
4267: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4268: intercept_string added (related to feature #1097)
4269:
4270: * src/: classes/image.C, classes/op.C, classes/table.C,
4271: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4272: optimization: intercept_string removed (implements feature #1097)
4273:
4274: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4275:
4276: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4277: from VCodeFrame and WWrapper as not required
4278:
4279: 2016-10-04 moko
4280:
4281: * src/: classes/curl.C, classes/date.C, classes/double.C,
4282: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4283: classes/int.C, classes/json.C, classes/op.C,
4284: classes/reflection.C, classes/string.C, classes/table.C,
4285: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4286: proces_to_value -> process after StringOrValue removed (related
4287: to feature #1020)
4288:
4289: * src/classes/form.C: whitespace
4290:
4291: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4292:
4293: * tests/: 357.html, 358.html, results/357.processed,
4294: results/358.processed, results/auto.p: test for @conf
4295: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4296:
4297: 2016-10-03 moko
4298:
4299: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4300: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4301: supported (implements feature #42)
4302:
4303: * src/types/pa_vregex.h: no reason for VRegex to be
4304: is_evaluated_expr
4305:
4306: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4307: (implements feature #1095)
4308:
4309: 2016-10-01 moko
4310:
4311: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4312: false by default (related to feature #1089)
4313:
4314: 2016-09-30 moko
4315:
4316: * src/types/pa_wcontext.h: cleanup
4317:
4318: 2016-09-29 moko
4319:
4320: * src/main/execute.C: whitespace
4321:
4322: * src/include/pa_request.h: whitespace
4323:
4324: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4325: classes/op.C, classes/table.C, include/pa_request.h,
4326: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4327: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4328: StringOrValue removed as it just slows down and adds complexity
4329: (implements feature #1020)
4330:
4331: 2016-09-28 moko
4332:
4333: * tests/: 356.html, results/266.processed, results/321.processed,
4334: results/356.processed: tests updated after name was added to
4335: method_info hash, test for ^reflection:method_info[junction]
4336: added (related to feature #1068)
4337:
4338: * src/classes/reflection.C: ^reflection:method_info[junction] now
4339: supported, method name added to the resulting hash (implements
4340: feature #1068)
4341:
4342: * tests/: 276.html, results/276.processed: more tests for
4343: ^reflection:delete[]
4344:
4345: * src/classes/reflection.C: fixed bug then ^reflection:delete
4346: didn't work on class and could damage native objects (like file)
4347:
4348: 2016-09-26 moko
4349:
4350: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4351: results/345.processed, results/346-curl.processed,
4352: results/347-curl.processed, results/348.processed: numbers added
4353: to simplify diff analysis
4354:
4355: * tests/: 352.html, results/352.processed: test result updated as
4356: method name used
4357:
4358: * src/classes/reflection.C: method name used
4359:
4360: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4361: its name
4362:
4363: * src/types/pa_method.h: whitespace
4364:
4365: * src/classes/reflection.C: both method and field with one name can
4366: exist.
4367:
4368: * src/classes/reflection.C: ^reflection:mixin added (implements
4369: feature #1089)
4370:
4371: * tests/: 355.html, results/355.processed: property appears in
4372: derived class if added in base test added
4373:
4374: * src/types/pa_vstateless_class.h: get_method declaration +
4375: whitespace
4376:
4377: * tests/: 354.html, results/354.processed: nice test from method
4378: and property with one name in class added
4379:
4380: 2016-09-23 moko
4381:
4382: * src/classes/reflection.C: ^reflection:method usage documented
4383:
4384: 2016-09-22 moko
4385:
4386: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4387: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4388: compile warning and GPF occures on VS2003 (related to feature
4389: #1087)
4390:
4391: * tests/: 350.html, results/350.processed: test added for
4392: $.encloser[] support in ^table::create (related to feature #11)
4393:
4394: * src/classes/table.C: another minor fix (related to feature #11)
4395:
1.107 moko 4396: 2016-09-21 moko
4397:
4398: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4399:
4400: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4401: classes/json.C, classes/string.C, classes/table.C,
4402: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4403: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4404: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4405: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4406: pa_charsets, vs2015 warning war
4407:
4408: * src/classes/table.C: vs2015 warning war
4409:
4410: * src/types/pa_vdate.C: vs2015 warning war
4411:
4412: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4413:
4414: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4415: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4416:
4417: * src/main/pa_common.C: vs2015 compilation fixes
4418:
4419: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4420: vs2015 compilation fixes
4421:
4422: * src/main/pa_charset.C: vs2015 warning war
4423:
4424: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4425:
4426: * src/main/pa_charset.C: vs2015 warning war
4427:
4428: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4429:
4430: * src/types/pa_vdate.C: vs2015 compilation fix
4431:
4432: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4433:
4434: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4435: VS2015 compilation fixes
4436:
4437: * src/classes/table.C: minor fix (related to feature #11)
4438:
4439: * tests/results/282.processed: no longer skipping extra enclosers
4440: (related to feature #11)
4441:
4442: * src/classes/table.C: minor fix + no longer skipping extra
4443: enclosers (related to feature #11)
4444:
4445: * src/classes/table.C: minor optimization (related to feature #11)
4446:
4447: * src/classes/table.C: minor fix and optimization (related to
4448: feature #11)
4449:
4450: 2016-09-20 moko
4451:
4452: * tests/: 353.html, results/353.processed: test for
4453: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4454: added (related to bug #1090)
4455:
4456: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4457: one_big_piece (fixes bug #1090)
4458:
4459: * tests/: 229.html, results/229.processed: code coverage tests
4460:
4461: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4462: body) was called
4463:
4464: * src/classes/op.C: whitespace
4465:
4466: * tests/: 323.html, results/323.processed: test for code junction
4467: should not be returned by ^reflection:class, ^reflection:base
4468:
4469: * src/classes/reflection.C: bugfix: code junction should not be
4470: returned by ^reflection:class, ^reflection:base
4471:
4472: * tests/: 323.html, 352.html, results/352.processed: no more
4473: exception for ^reflection:method[class;no-such-method] (related
4474: to feature #1087)
4475:
4476: * src/classes/reflection.C:
4477: ^reflection:method[class;no-such-method] : exception -> void
4478: (related to feature #1087)
4479:
4480: * src/include/pa_request.h: request::write_value added to allow
4481: write value without convertion (related to issue #1091)
4482:
4483: 2016-09-19 moko
4484:
4485: * src/main/pa_random.C: windows build fix
4486:
4487: * src/types/pa_vhash.h: warning war
4488:
4489: 2016-09-14 moko
4490:
4491: * tests/: 352.html, 552.html, results/352.processed,
4492: results/552.processed: test for ^reflection:method[] extension
4493: added (related to feature #1087)
4494:
4495: * tests/: 552.html, results/552.processed: test for
4496: ^reflection:method[] extension added (related to feature #1087)
4497:
4498: * src/classes/reflection.C: compatibility issue fixed, VClass
4499: dynamic_cast check added (related to feature #1087)
4500:
4501: * tests/: 351.html, results/351.processed: test for @auto[]
4502: inheritance bug diring ^process[] added (related to bug #1088)
4503:
4504: * src/: classes/op.C, main/pa_request.C,
4505: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4506: disable it inheritance during ^process (fixes bug #1088)
4507:
4508: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4509: added (implements feature #1087)
4510:
4511: 2016-09-13 moko
4512:
4513: * tests/: 349.html, results/auto.p: test for objects prototyping
4514: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4515: to feature #1086)
4516:
4517: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4518: types/pa_vobject.C: objects now are not class instances, but have
4519: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4520: in @conf (implements feature #1086)
4521:
4522: 2016-09-08 moko
4523:
4524: * src/: classes/file.C, classes/mail.C, classes/string.C,
4525: classes/table.C, main/pa_http.C, main/pa_string.C,
4526: include/pa_string.h: cleanup: string::split limit argument
4527: removed as no longer required, pos_after no longer reference
4528: (related to feature #11)
4529:
4530: * src/classes/table.C, tests/results/348.processed: now exception
4531: is rised when invalid option is passed to ^table::create[]
4532:
4533: * tests/: 282.cfg, 282.html, results/282.processed: more code
4534: coverage tests
4535:
4536: * tests/: 348.html, results/348.processed: code coverage tests
4537: added
4538:
4539: * tests/: 348.html, results/348.processed: generic ^table::create[]
4540: tests
4541:
4542: * tests/: 035.html, results/035.processed, results/272.processed:
4543: tests updated after $.encloser[] support for ^table::create
4544: implementation (related to feature #11)
4545:
4546: * src/classes/table.C: $.encloser[] support for ^table::create
4547: finally added (implements feature #11)
4548:
4549: 2016-09-07 moko
4550:
4551: * src/include/pa_string.h: added StringSplitHelper as friend
4552: (related to feature #11)
4553:
4554: * src/include/pa_string.h: body and langs now protected, not
4555: private to allow inheritance (related to feature #11)
4556:
4557: * src/classes/table.C: lsplit optimized before cloning for
4558: ^table::create with $.encloser[] (related to feature #11)
4559:
4560: * src/classes/table.C: optimizaion: TableControlChars.separators
4561: added and used (related to feature #11)
4562:
4563: * src/classes/table.C: spelling:
4564:
4565: TableSeparators -> TableControlChars column -> separator
4566: separators -> control_chars
4567:
4568: 2016-09-06 moko
4569:
4570: * src/main/pa_string.C: whitespace
4571:
4572: * src/main/pa_string.C: whitespace
4573:
4574: 2016-09-01 moko
4575:
4576: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4577: results OS-independent
4578:
4579: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4580: compiler (related to feature #1042)
4581:
4582: 2016-08-15 moko
4583:
4584: * src/include/pa_string.h: whitespace
4585:
4586: * src/classes/table.C: whitespace
4587:
1.106 moko 4588: 2016-08-05 moko
4589:
4590: * tests/: 344.html, results/344.processed: test for
4591: ^hash::create[$file] added (related to feature #1075)
4592:
4593: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4594: supported (implements feature #1075)
4595:
4596: 2016-08-04 moko
4597:
4598: * tests/: 341.html, results/341.processed: more code coverage tests
4599:
4600: * tests/: 346-curl.html, results/346-curl.processed: more code
4601: coverage tests for curl
4602:
4603: * tests/: 346-curl.html, results/346-curl.processed: more code
4604: coverage tests for curl
4605:
4606: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4607: results/223.processed: code coverage tests: $.form[ $.table[] ]
4608: test added
4609:
4610: * tests/: 223-curl.html, results/223-curl.processed: more code
4611: coverage tests for curl
4612:
4613: 2016-08-03 moko
4614:
4615: * src/classes/curl.C: dlink(curl_library) now called not once, but
4616: until it will be loaded, allowing to find existing library.
4617:
4618: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4619: results/347-curl.processed: more code coverage tests for curl
4620:
4621: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4622: results/339-curl.processed, results/346-curl.processed: curl
4623: functionality tests
4624:
4625: 2016-08-02 moko
4626:
4627: * tests/: 339.html, results/339.processed: test for tables in
4628: ^file:load[] and ^curl:load[] (commented) added (related to
4629: feature #1042)
4630:
4631: * tests/: 345.html, results/345.processed: code coverage tests for
4632: file class
4633:
4634: * tests/: 344.html, results/344.processed: code coverage tests
4635:
4636: * tests/: 344.html, results/344.processed: mdate removed from
4637: output
4638:
4639: * src/classes/file.C: minor bugfix: is_text should be taked from
4640: fcontent.is_text_mode() if not set (related to feature #1061)
4641:
4642: * tests/: 344.html, results/344.processed: more tests
4643:
4644: * tests/: 343.html, 344.html, results/343.processed,
4645: results/344.processed: tests for ^file::create[ $.from-charset
4646: and $.to-charset ] (related to feature #1061)
4647:
4648: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4649: aset_text_mode argument optimized
4650:
4651: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4652: checkBOM now used in detect_binary_content (related to feature
4653: #1061)
4654:
4655: * src/main/pa_request.C: load_charset no longer required to_upper
4656:
4657: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4658: preserves original file mode (if no $.mode specified)
4659:
4660: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4661: ^file::create now supports $.from-charset[] and $.to-charset
4662: options (implements feature #1061), automatic transcode is done
4663: if text file is created from binary file and charset is detected.
4664:
4665: 2016-07-30 moko
4666:
4667: * src/classes/table.C: ^t.hash[..;] now supported (related to
4668: feature #1057)
4669:
4670: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4671: added (related to feature #1057)
4672:
4673: * tests/: 286.html, results/286.processed: code tests coverage
4674:
4675: 2016-07-29 moko
4676:
4677: * src/classes/table.C: table size should be checked inside menu and
4678: foreach (related to feature #858)
4679:
4680: * src/: classes/curl.C, classes/file.C, classes/string.C,
4681: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4682: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4683: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4684: charsets.get now does str_upper inside (related to feature #1061)
4685:
4686: * tests/: 342.html, results/342.processed: more code coverage tests
4687:
4688: * tests/: 342.html, outputs/342.processed: table menu code coverage
4689: + foreach test added (related to feature #858)
4690:
4691: * tests/: 341.html, results/341.processed: tests for
4692: ^table.hash[]{code} added + code coverage tests (related to
4693: feature #1057)
4694:
4695: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4696: value} support (implements feature #1057)
4697:
4698: * src/classes/table.C: whitespace
4699:
4700: 2016-07-28 moko
4701:
4702: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4703: from URL, if not specified query string removed from url-based
4704: filenames in ^curl:load[] and ^file::load[] (related to feature
4705: #1042)
4706:
4707: 2016-07-27 moko
4708:
4709: * tests/: 340.html, results/340.processed: test for
4710: transcode_text_result=false added (related to issue #1042)
4711:
4712: 2016-07-26 moko
4713:
4714: * src/types/pa_vfile.C: file name should not be empty (if file path
4715: is folder and ends with /) (related to feature #1042)
4716:
4717: * src/main/pa_http.C: whitespace optimizaion
4718:
4719: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4720: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4721: multiple headers, ^file::load supports headers transcoding
4722: (implements feature #1042)
4723:
4724: 2016-07-25 moko
4725:
4726: * src/include/pa_common.h: PA_DEFAULT added
4727:
4728: 2016-07-22 moko
4729:
4730: * tests/: 338.html, results/338.processed: test for
4731: $date.field(value) added (related to feature #1066)
4732:
4733: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4734: $date.field(value) now supported for y/m/d/h/m/s (implements
4735: feature #1066)
4736:
1.105 moko 4737: 2016-07-21 moko
4738:
4739: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4740: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4741: arguments removed; image.C - absolute path shown in exception
4742: (implements feature #1071)
4743:
4744: * tests/: 235.html, results/235.processed: test and test result
4745: updated after static boundary in mail and Errors-To: mail header
4746: removed (related to feature #1047)
4747:
4748: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4749: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4750: used, static boundary in mail removed, Errors-To: mail header
4751: removed (implements feature #1047)
4752:
4753: 2016-07-20 moko
4754:
4755: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4756: equest.classes(): Value -> VStateless_class, part 3 (related to
4757: issue #1051)
4758:
4759: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4760: request.classes(): Value -> VStateless_class, part 2 (related to
4761: issue #1051)
4762:
4763: * tests/results/: 224.processed, 323.processed: classes without
4764: methods should not be methoded (related to issue #1051)
4765:
4766: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4767: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4768: -> VStateless_class, part 1 (related to issue #1051)
4769:
4770: * tests/: 337.html, results/337.processed: test for
4771: ^reflection:fields_reference[] and VHashReference class added
4772: (related to feature #1072)
4773:
4774: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4775: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4776: and VHashReference added, allowing ^reflection:fields_reference[]
4777: implementation (closes feature #1072)
4778:
4779: 2016-07-19 moko
4780:
4781: * tests/: 323.html, results/323.processed: we want to see
4782: "methoded"
4783:
4784: * tests/: 336.html, results/336.processed: test for $BASE:property
4785: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4786: #1059)
4787:
4788: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4789: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4790: somebody_entered_some_class, $BASE:property works again,
4791: ^BASE:method[] bugs fixed (fixes bug #1059)
4792:
4793: 2016-07-14 moko
4794:
4795: * tests/: 335.html, results/335.processed: test for feature #1055
4796: added
4797:
4798: * src/classes/hash.C: bugfix: $._default was not copied if empty
4799: feature: ^hash.contains[_default] added (implements feature
4800: #1055)
4801:
4802: 2016-07-13 moko
4803:
4804: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4805: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4806:
4807: 2016-07-05 moko
4808:
4809: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4810: in ^hash.foreach (related to feature #1073)
4811:
4812: 2016-07-04 moko
4813:
4814: * tests/: 134.html, 281.html, results/134.processed,
4815: results/281.processed: tests updated after hash blocking removed
4816: (related to feature #1073)
4817:
4818: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4819: no longer blocks on change during foreach (implements feature
4820: #1073)
4821:
4822: 2016-06-17 moko
4823:
4824: * tests/: 330.html, results/330.processed: try exception source
4825: test added (related to bug in #1062)
4826:
4827: * tests/: 334.html, results/334.processed: Exception stack trace
4828: test added (related to bug in $1062)
4829:
4830: * src/classes/op.C: Exception trace now correctly restored and
4831: errors reported (related to bug #1062)
4832:
1.104 moko 4833: 2016-05-25 moko
4834:
4835: * src/main/compile.y: minor cleanup + beauty
4836:
4837: 2016-05-24 moko
4838:
4839: * tests/: 333.html, results/333.processed: more exceptions testing
4840:
4841: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4842: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4843: features #1056, #1026)
4844:
4845: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4846: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4847: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4848: (implements feature #1056)
4849:
4850: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4851: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4852: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4853: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4854: feature #1026)
4855:
4856: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4857: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4858: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4859: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4860: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4861: feature #1026)
4862:
4863: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4864: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4865: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4866: SYMBOLS_CACHING define implemented (related to feature #1026)
4867:
4868: * src/main/main.vcproj: + ps_symbols
4869:
4870: * src/: include/Makefile.am, include/pa_string.h,
4871: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4872: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4873: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4874: types/pa_vstateless_class.C: initial implementation for symbols
4875: cache (related to feature #1026)
4876:
4877: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4878:
4879: * src/main/pa_globals.C: minor cleanup
4880:
4881: 2016-05-19 moko
4882:
4883: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4884: (related to feature #1046)
4885:
4886: * tests/: 331.html, results/331.processed: test for
4887: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4888: (related to feature #1051)
4889:
4890: * src/main/compile.y:
4891: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4892: (implements feature #1054)
4893:
4894: 2016-05-18 moko
4895:
4896: * src/types/pa_vtable.C, tests/results/324.processed: no more
4897: "column not found" exception for ^table.no-such-method[] (related
4898: to feature #1046)
4899:
4900: * tests/: 261.html, results/261.processed: test added and updated
4901: after feature #1046 implementation
4902:
4903: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4904: types/pa_vvoid.h: $string.anything works for whitespace strings,
4905: ^string.contains added for hash compatibility, $string.method no
4906: longer returns stting method (implements feature #1046)
4907:
4908: 2016-05-12 moko
4909:
4910: * src/classes/curl.C: content-type response header no longer
4911: ignored (fixes issue #1045)
4912:
4913: * tests/: 330.html, results/330.processed: test for incomplete
4914: finally execution when break occures added (related to issue
4915: #1077)
4916:
4917: * src/classes/op.C: bugfix: Request::skip reset is called before
4918: executing catch and finally code (fixes issue #1062)
4919:
4920: 2016-05-11 moko
4921:
4922: * tests/: 329.html, results/329.processed: test for invalid
4923: ^break[] behavour added (bug #1077)
4924:
4925: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4926:
4927: 2016-04-24 moko
4928:
4929: * src/types/pa_vstateless_class.h: warning war
4930:
4931: 2016-04-17 moko
4932:
4933: * tests/: 328.html, results/328.processed: test for
4934: ^break(condition) and ^continue(condition) (related to feature
4935: #1063)
4936:
4937: * src/classes/op.C: ^break(condition) and ^continue(condition)
4938: implemented (feature #1063)
4939:
4940: 2016-04-12 moko
4941:
4942: * tests/results/280.processed: ordered hash now used for class
4943: methods and properties (test results updated for feature #1069)
4944:
4945: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4946: to xdoc.C as under FreeBSD it was inited after and inheritance
4947: failed (related to issue #1051)
4948:
4949: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4950: are printed to check inheritance (related to feature #1051)
4951:
1.103 moko 4952: 2016-04-09 moko
4953:
4954: * tests/results/320.processed: ordered hash now used for class
4955: methods and properties (test results updated for feature #1069)
4956:
4957: * src/types/pa_vstateless_class.h: ordered hash now used for class
4958: methods and properties (implements feature #1069)
4959:
4960: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4961: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4962: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4963: feature #1051)
4964:
4965: 2016-04-07 moko
4966:
4967: * src/main/execute.C: returned Value in .CLASS case for VJunction
4968: (related to feature #1051)
4969:
4970: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4971: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4972: string constants deduplication (related to feature #1051)
4973:
4974: * tests/results/224.processed: test result updated (related to
4975: feature #1051)
4976:
4977: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4978: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4979: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4980: types/pa_vstatus.h: classes hash now contains only
4981: VStateless_class derived objects, .CLASS is also allways
4982: VStateless_class derived object (related to feature #1051).
4983:
4984: 2016-04-06 moko
4985:
4986: * tests/results/323.processed: test result updated after feature
4987: #1051 implementation
4988:
4989: * src/: classes/classes.h, classes/op.C, classes/response.C,
4990: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4991: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4992: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4993: types/pa_vresponse.C, types/pa_vresponse.h,
4994: types/pa_vstateless_class.h: base -> methoded_donor for static
4995: classes, type() moved from VStateless_class to VClass and
4996: Methoded (implements feature #1051)
4997:
4998: 2016-04-04 moko
4999:
5000: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5001: beauty: put_class added (related to feature #1051)
5002:
5003: 2016-04-01 moko
5004:
5005: * tests/results/: 175.processed, 192.processed, 224.processed,
5006: 229.processed, 244.processed, 246.processed, 316.processed: test
5007: results updated as class.type() removed from error messages, only
5008: type() left (related to feature #1051)
5009:
5010: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5011: classes/op.C, classes/reflection.C, main/compile.y,
5012: main/compile_tools.h, main/execute.C, main/pa_request.C,
5013: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5014: types/pa_vmethod_frame.h, types/pa_vobject.h,
5015: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5016: from VStateless_class, type() is used instead (related to feature
5017: #1051)
5018:
5019: * src/classes/mail.C: old logic restored.
5020:
5021: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5022: classes/classes.h, classes/curl.C, classes/date.C,
5023: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5024: classes/hashfile.C, classes/image.C, classes/inet.C,
5025: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5026: classes/memcached.C, classes/memory.C, classes/reflection.C,
5027: classes/regex.C, classes/response.C, classes/string.C,
5028: classes/table.C, classes/xdoc.C, classes/xnode.C,
5029: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5030: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5031: feature #1051)
5032:
5033: 2016-03-30 moko
5034:
5035: * tests/: 327.html, results/224.processed, results/327.processed:
5036: test for TZ specification in ^date::create[], TZ is kept during
5037: ^date::create[$dt] (related to feature #1048)
5038:
5039: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5040: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5041: feature #1048)
5042:
5043: 2016-03-29 moko
5044:
5045: * tests/: 315.html, results/315.processed: test for timezone format
5046: +HHmm added (related to feature #1065)
5047:
5048: * src/classes/date.C: timezone format +HHmm now supported
5049: (implements feature #1065)
5050:
5051: 2016-03-28 moko
5052:
5053: * tests/: 202.html, results/131.processed, results/202.processed,
5054: results/224.processed, results/256.processed,
5055: results/315.processed: test results updated after %.2d now
5056: default for hours offset in iso-string (was %2d), test for
5057: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5058: added (related to feature #1065)
5059:
5060: 2016-03-27 moko
5061:
5062: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5063: feature #1065)
5064:
5065: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5066: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5067: added (implements feature #1065)
5068:
5069: 2016-03-24 moko
5070:
5071: * tests/: 202.html, results/202.processed: test $date.week added
5072: (related to bug #1067)
5073:
5074: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5075: date (fix for bug #1067)
5076:
5077: 2016-03-10 moko
5078:
5079: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5080:
1.102 moko 5081: 2015-12-07 moko
5082:
5083: * tests/: 326.html, results/326.processed: test for .CLASS &
5084: .CLASS_NAME optimization added (related to feature #844)
5085:
5086: 2015-11-17 moko
5087:
5088: * tests/: 323.html, results/323.processed: order added
5089:
5090: * tests/: 325.html, results/325.processed: double range test added
5091: (related to bug #1049)
5092:
5093: 2015-11-16 moko
5094:
5095: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5096: added to disallow NaN and Infinity (fixes bug #1049)
5097:
5098: 2015-11-11 moko
5099:
5100: * tests/324.html: parser 3.4.3 execution support added (related to
5101: feature #1017)
5102:
5103: * tests/: 324.html, results/324.processed: test for
5104: GET_ELEMENT4CALL feature added (feature #1017)
5105:
1.101 moko 5106: 2015-10-29 moko
5107:
1.211 moko 5108: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5109:
5110: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5111:
5112: * src/main/pa_exec.C: get_exit_status implemented for Windows
5113: (related to bug #1043)
5114:
5115: 2015-10-28 moko
5116:
5117: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5118: hangup during ^file::exec (fixes bug #1043)
5119:
1.100 moko 5120: 2015-10-27 moko
5121:
5122: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5123:
1.99 moko 5124: 2015-10-26 moko
5125:
1.100 moko 5126: * tests/322.html, src/classes/reflection.C: arguments reorder
5127: (related to issue #1041)
5128:
5129: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5130: Copyright year updated
5131:
1.99 moko 5132: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5133: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5134: classes/form.C, classes/hash.C, classes/hashfile.C,
5135: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5136: classes/mail.C, classes/math.C, classes/memcached.C,
5137: classes/memory.C, classes/op.C, classes/reflection.C,
5138: classes/regex.C, classes/response.C, classes/string.C,
5139: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5140: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5141: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5142: include/pa_config_fixed.h, include/pa_config_includes.h,
5143: include/pa_dictionary.h, include/pa_dir.h,
5144: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5145: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5146: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5147: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5148: include/pa_request_charsets.h, include/pa_request_info.h,
5149: include/pa_sapi.h, include/pa_socks.h,
5150: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5151: include/pa_stack.h, include/pa_string.h,
5152: include/pa_stylesheet_connection.h,
5153: include/pa_stylesheet_manager.h, include/pa_table.h,
5154: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5155: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5156: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5157: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5158: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5159: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5160: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5161: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5162: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5163: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5164: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5165: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5166: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5167: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5168: main/pa_string.C, main/pa_stylesheet_connection.C,
5169: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5170: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5171: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5172: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5173: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5174: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5175: targets/isapi/parser3isapi.C, types/pa_junction.h,
5176: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5177: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5178: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5179: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5180: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5181: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5182: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5183: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5184: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5185: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5186: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5187: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5188: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5189: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5190: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5191: types/pa_vresponse.C, types/pa_vresponse.h,
5192: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5193: types/pa_vstateless_object.h, types/pa_vstatus.C,
5194: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5195: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5196: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5197: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5198: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5199:
5200: * src/targets/cgi/parser3.C: year updated
5201:
5202: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5203: issue #1041)
5204:
5205: * tests/: 323.html, results/323.processed: test for base classes
5206: added
5207:
5208: * tests/: 261.html, results/261.processed: updated after better
5209: error reporting done for $string.key exception
5210:
5211: * src/types/pa_vstring.h: better error report for $string.key
5212: exception
5213:
5214: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5215: copied as VObject::get_element4call to remove extra virtual call
5216:
5217: * tests/: 322.html, results/322.processed: test for
5218: ^reflection:is[] added (related to feature #1041)
5219:
5220: * src/classes/reflection.C: ^reflection:is empty value is void
5221: (related to feature #1041)
5222:
5223: * src/classes/reflection.C:
5224: ^reflection:is[class_name|code|method;[context;]element_name]
5225: added (implements feature #1041)
5226:
5227: 2015-10-24 moko
5228:
5229: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5230:
1.98 moko 5231: 2015-10-22 moko
5232:
5233: * tests/: 321.html, results/321.processed: test for
5234: ^reflection:method_info[] file detection added
5235:
5236: * tests/: 320.html, results/320.processed: test for
5237: ^reflection:class_by_name[class_name] added (related to feature
5238: #993)
5239:
5240: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5241: added (implements feature #993)
5242:
5243: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5244: (related to feature #1017)
5245:
5246: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5247: added (related to issue #1039)
5248:
5249: * src/main/pa_request.C: ^throw origin fixed (related to feature
5250: #1039)
5251:
5252: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5253: for VDate
5254:
5255: * tests/results/182.processed: updated after feature #1038
5256: implemented
5257:
5258: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5259: compile-time exception origin added (test for feature #1039)
5260:
5261: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5262: main/pa_request.C: exception unification: compile-time exceptions
5263: now have origin, @USE origins also tracked (implements feature
5264: #1039)
5265:
5266: 2015-10-20 moko
5267:
5268: * src/main/pa_request.C: cleanup
5269:
5270: 2015-10-15 moko
5271:
5272: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5273:
5274: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5275: types/pa_vtable.C: new feature: no more $table.method and
5276: $hash.method, aliases for _at, _count, _key (related to feature
5277: #1017)
5278:
1.97 moko 5279: 2015-10-14 moko
5280:
1.98 moko 5281: * tests/: 317.html, results/317.processed: test for
5282: ^string.unescape[] added (related to feature #120)
5283:
1.97 moko 5284: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5285: defined" bug (described in issue #1036)
5286:
5287: * tests/: 247.html, results/247.processed: test for checkBOM added
5288: (test for bug #1037)
5289:
5290: * src/: include/pa_charsets.h, main/pa_charsets.C,
5291: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5292: it's not enforced, skips BOM signature if it complies charset
5293: (fixes bug #1037)
5294:
5295: 2015-10-13 moko
5296:
5297: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5298: linking
5299:
5300: * src/classes/inet.C: vs2003 compilation fix
5301:
5302: * src/classes/math.C: warning war
5303:
5304: * src/lib/punycode/pa_punycode.c: warning war
5305:
5306: 2015-10-12 moko
5307:
5308: * src/lib/punycode/pa_punycode.c: warning war
5309:
5310: * parser3.sln: moved parser3 first, to make it default startup
5311: project
5312:
5313: * buildall: parser "mirror" now used for external libs sources
5314: (implements feature #1036)
5315:
5316: * buildall: most external libs are updated to their current
5317: versions (related to feature #1036)
5318:
5319: * src/classes/image.C: more tags added
5320:
5321: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5322:
5323: 2015-10-11 moko
5324:
5325: * src/classes/curl.C: minor optimization (related to feature #1035)
5326:
5327: 2015-10-09 moko
5328:
5329: * src/classes/curl.C: pa_strdup added for strings from curl
5330: (related to feature #1035)
5331:
5332: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5333: ULLONG_MAX definition
5334:
5335: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5336: (implements feature #1035)
5337:
5338: * src/main/pa_charset.C: String::Body(String::C) used
5339:
5340: * src/main/pa_charset.C: exceptions unified
5341:
5342: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5343: unified
5344:
5345: * src/: classes/file.C, classes/image.C, classes/mail.C,
5346: classes/op.C, classes/xdoc.C, classes/xnode.C,
5347: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5348: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5349: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5350: String::Body(String::C) constructor added (related to bug #957)
5351:
5352: * src/classes/file.C: minor optimization
5353:
5354: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5355: Cord(char*) autocreation (related to bug #957)
5356:
5357: * src/: classes/string.C, main/untaint.C: minor optimizations
5358:
5359: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5360: String(char*, Lang, length) removed, String(C(), Lang) used
5361: instead (related to bug #957)
5362:
5363: 2015-10-08 moko
5364:
5365: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5366: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5367: main/untaint.C: Now char * is converted to CORD only using
5368: AS_CORD() to check for empty cord bug (fixes bug #957)
5369:
5370: * src/include/pa_hash.h: fixed compilation without
5371: HASH_CODE_CACHING
5372:
5373: * src/classes/string.C:
5374: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5375: feature #120)
5376:
5377: * src/main/pa_common.C: reduce js flags checks count (related to
5378: feature #120)
5379:
1.96 moko 5380: 2015-10-07 moko
5381:
5382: * tests/: 275.html, results/275.processed: test modified after
5383: unsigned long long int support implemented (feature #1034)
5384:
5385: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5386: pa_atoul added for unsigned long long int support
5387:
5388: 2015-10-06 moko
5389:
5390: * src/types/pa_vdate.C: INT_MAX used
5391:
5392: 2015-10-03 moko
5393:
5394: * tests/: 302.html, results/302.processed: test for bug #1023
5395: (\u2028, \u2029 escaping) added
5396:
5397: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5398: json:string[] (fixes bug #1023)
5399:
5400: 2015-09-29 moko
5401:
5402: * tests/305.html: try-catch added for OS without ipv6 support
5403:
5404: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5405: compilation
5406:
5407: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5408: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5409: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5410: implemented to distinguish ^hash.method from $hash.field
5411: (implements feature #1017)
5412:
5413: * src/lib/punycode/pa_punycode.c: warning war
5414:
5415: * src/include/pa_config_includes.h: warning war
5416:
5417: * src/include/pa_config_includes.h: pragma warning actualized a bit
5418:
5419: * src/include/pa_config_includes.h: warning war
5420:
5421: * src/include/pa_hash.h: clang compilation fix
5422:
5423: 2015-09-27 moko
5424:
5425: * src/main/compile.tab.C: Bison 3 is now default
5426:
5427: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5428:
5429: 2015-09-25 moko
5430:
5431: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5432: works with undefined HASH_ORDER (related to feature #196)
5433:
5434: 2015-09-24 moko
5435:
5436: * tests/: 027.html, results/027.processed: test modified to test
5437: ^hash.sort (feature #196)
5438:
5439: * src/: classes/hash.C, include/pa_hash.h:
5440: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5441: added (implements feature #196)
5442:
5443: * tests/: 316.html, results/316.processed: Added test for bug #1025
5444: (exception handling in non-cached ^cache), plus for "it does not
5445: have logical value" and "$exception.handled value must be either
5446: boolean or string 'cache'" exceptions.
5447:
5448: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5449: code (fixes bug #1025)
5450:
1.95 moko 5451: 2015-09-23 moko
5452:
5453: * src/classes/table.C: warning war
5454:
5455: * src/: classes/math.C, types/pa_vcookie.C: warning war
5456:
5457: * src/classes/file.C: warning war
5458:
5459: * src/: include/pa_table.h, main/pa_table.C: warning war
5460:
5461: * src/: main/pa_request.C, classes/date.C: warning war
5462:
5463: * src/: types/pa_vdate.C, classes/op.C: warning war
5464:
5465: * tests/: 122.html, results/122.processed: win sync: to remove
5466: differences with OS that doesn't keep timezone change history
5467:
5468: * src/types/pa_vdate.C: tzset() should be called in Windows after
5469: TZ change (related to feature #36)
5470:
5471: * tests/: 075.html, results/075.processed: win sync: to remove
5472: differences with OS that doesn't keep timezone change history
5473:
5474: * tests/: 315.html, results/315.processed: win sync: to remove
5475: differences with OS that doesn't keep timezone change history
5476:
5477: * tests/: 256.html, results/256.processed: win sync: to remove
5478: differences with OS that doesn't keep timezone change history
5479:
5480: * tests/: 124.html, results/124.processed: win results sync: to
5481: avoid hitting time change hole.
5482:
5483: * src/types/pa_vdate.C: static returned. :)
5484:
5485: 2015-09-22 moko
5486:
5487: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5488:
5489: * tests/results/131.processed: more tests for feature #1032
5490:
5491: * src/classes/date.C: minor fix related to feature #1032
5492:
1.211 moko 5493: * operators.ru.txt, operators.txt: ISO date creation documented
5494: (related to feature #1032)
1.95 moko 5495:
1.211 moko 5496: * operators.ru.txt, operators.txt: iso-string documented (related
5497: to feature #1032)
1.95 moko 5498:
5499: * tests/: 315.html, results/315.processed: more tests added
5500: (related to feature #1032)
5501:
5502: * tests/: 131.html, results/131.processed: date range checks
5503: updated (related to feature #36)
5504:
5505: * tests/: 315.html, results/057.processed, results/315.processed:
5506: test added for ISO date support (related to issue #315)
5507:
5508: * src/classes/date.C: more readable exceptions in date creation
5509: (related to ticket #1032)
5510:
5511: 2015-09-18 moko
5512:
5513: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5514: added (related to issue #1032)
5515:
5516: * tests/results/256.processed, src/classes/json.C: iso-string
5517: documented (related to issue #1032)
5518:
5519: * tests/: 256.html, results/256.processed: ISO date check added
5520: (related to issue #1032)
5521:
5522: * tests/: 057.html, results/057.processed, results/224.processed:
5523: tests results updated after ISO date support implemented (related
5524: to feature #1032)
5525:
5526: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5527: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5528: ^date::create[string] constructor formalized, ^date.iso-string[]
5529: added (implements feature #1032)
5530:
5531: 2015-09-05 moko
5532:
1.211 moko 5533: * operators.ru.txt, operators.txt: actualized
1.95 moko 5534:
1.211 moko 5535: * operators.ru.txt, operators.txt: date changes documented (related
5536: to ticket #36)
1.95 moko 5537:
5538: 2015-09-04 moko
5539:
5540: * src/types/pa_vdate.C: warning war
5541:
5542: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5543:
5544: 2015-09-03 moko
5545:
5546: * tests/results/096.processed: test result updated for 0..9999 year
5547: date range support (related to feature #36)
5548:
5549: * tests/: 314.html, results/314.processed: test for
5550: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5551: bug #1031)
5552:
5553: * src/classes/string.C: Static calls fixed for ^string:base64[],
5554: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5555:
1.116 moko 5556: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5557: configure.in -> configure.ac
1.95 moko 5558:
1.116 moko 5559: * configure, configure.in, src/include/pa_config_auto.h.in: more
5560: correct timezone check for FreeBSD Warning war: configure.in ->
5561: configure.ac
1.95 moko 5562:
5563: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5564: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5565: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5566: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5567: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5568: src/main/Makefile.am, src/targets/apache/Makefile.am,
5569: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5570: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5571: check added
5572:
5573: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5574:
5575: * tests/results/: 124.processed, 224.processed: test resuls updated
5576: for new date implementation (related to feature #36)
5577:
5578: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5579: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5580: types/pa_vdate.h: new double date implementation with internal
5581: support for extended 0..9999 year range, default timezone support
5582: (related to feature #36)
5583:
5584: 2015-08-28 moko
5585:
5586: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5587: (fixes bug #1030)
5588:
5589: 2015-08-21 moko
5590:
5591: * src/classes/inet.C: snprintf size "bug" commented
5592:
5593: * src/main/pa_common.C: snprintf comments updated
5594:
5595: 2015-08-16 moko
5596:
5597: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5598:
5599: 2015-08-11 moko
5600:
5601: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5602: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5603: can be null (fixes bug #1029)
5604:
5605: 2015-08-06 moko
5606:
1.116 moko 5607: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5608: pa_vdate.C added
1.95 moko 5609:
5610: 2015-08-05 moko
5611:
5612: * tests/: 313.html, results/313.processed: test for
5613: ^table.count[columns] and ^table.flip[] with nameless tables
5614: (feature #1003)
5615:
5616: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5617: max_cell added, now ^table.count[columns] and ^table.flip[] works
5618: correctly for nameless tables (implements feature #1003)
5619:
5620: 2015-08-03 moko
5621:
5622: * tests/312.html: test for ^table.append[$hash] and
5623: ^table.insert[$hash] added (related to feature #1028)
5624:
5625: * src/classes/table.C: ^table.append[$hash] and
5626: ^table.insert[$hash] now supported (implements feature #1028)
5627:
5628: * tests/: 312.html, results/312.processed: test row copy in
5629: ^table.hash[; $.type[table] ] added (related to feature #1016)
5630:
5631: * src/classes/table.C: row copy now created in ^table.hash[;
5632: $.type[table] ] (related to feature #1016)
5633:
5634: 2015-07-29 moko
5635:
5636: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5637: added (related to feature #1016)
5638:
5639: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5640: ^table.delete[] added to delete current row (related to feature
5641: 1016)
5642:
5643: 2015-07-28 moko
5644:
5645: * tests/: 312.html, results/312.processed: test for
5646: $table.column[value] and ^table.insert{row} (related to feature
5647: #1016)
5648:
5649: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5650: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5651: ^table.insert{row} are now implemented (feature #1016)
5652:
5653: * src/include/pa_array.h: Optimization: bool reverse removed from
5654: append(), insert() added, memmove arguments order in remove()
5655: fixed (related to feature #1016)
5656:
5657: 2015-07-23 moko
5658:
5659: * src/classes/json.C: tainted json and empty json exception added
5660: (implements feature #1015)
5661:
5662: * tests/: 311.html, results/311.processed: empty json and tainted
5663: json exception test added (related to issue #1015)
5664:
5665: 2015-07-22 moko
5666:
5667: * tests/: 311.html, results/311.processed: test for UTF-8
5668: processing added
5669:
5670: * tests/: 311.html, results/311.processed: test for
5671: json_exception_with_source added (related to issue #394)
5672:
5673: * src/classes/json.C: json_exception_with_source added (implements
5674: feature #394)
5675:
5676: 2015-06-29 moko
5677:
5678: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5679: directories are now correctly determined if _d_type == DT_UNKNOWN
5680: (closes bug #1027)
5681:
5682: 2015-06-10 moko
5683:
5684: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5685: error if libxml has LIBXML_ICU_ENABLED.
5686:
5687: 2015-06-04 moko
5688:
5689: * tests/099.html: ups, reverting
5690:
5691: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5692: results/310.processed: tests for $response:body[ $.file[] ] and
5693: $response:last-modified added
5694:
5695: * src/main/pa_request.C: last-modified check fixed
5696:
5697: 2015-06-03 moko
5698:
5699: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5700: results/205.processed, results/293.processed: $response:headers
5701: logging added (tests for feature #1007)
5702:
5703: * src/: include/pa_common.h, include/pa_request.h,
5704: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5705: $response:headers are now in uppercase (closes feature #1007)
5706:
5707: 2015-06-02 moko
5708:
5709: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5710: build errors reverted for clang compatibility
5711:
5712: 2015-06-01 moko
5713:
5714: * src/include/pa_memory.h: -pedantic build errors fixed
5715:
5716: * src/classes/math.C: -pedantic build error fixed
5717:
5718: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5719:
5720: 2015-05-31 moko
5721:
5722: * src/classes/table.C: USE_STRINGSTREAM optimized
5723:
5724: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5725: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5726: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5727: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5728: types/pa_vxnode.h: warning war (-pedantic flag)
5729:
5730: 2015-05-28 moko
5731:
5732: * tests/: 308.html, results/308.processed: test for
5733: ^table::create[$t;], etc work added (related to bug #975)
5734:
5735: * src/classes/table.C: check_option_param removed,
5736: ^table::create[$t;], etc now works (fixes bug #975)
5737:
5738: 2015-05-27 moko
5739:
5740: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5741: (Debian jessie) fixed (closes issue #1024)
5742:
5743: * tests/Makefile: sort added as in Debian jessie list become
5744: unsorted
5745:
5746: 2015-05-18 moko
5747:
5748: * tests/: 201.html, results/201.processed: test for
5749: ^string.trim[what] feature #1022
5750:
5751: * src/classes/string.C: ^string.trim[what] now supported,
5752: implements feature #1022
5753:
5754: 2015-05-17 moko
5755:
5756: * tests/results/185.processed: test result updated as feature #1021
5757: implemented (left/right accept negative parameter)
5758:
5759: * src/classes/string.C: left/right now accept negative parameter
5760: (implements feature #1021)
5761:
5762: 2015-05-08 moko
5763:
5764: * src/classes/math.C: isalnum -> pa_isalnum
5765:
5766: * src/main/execute.C: optimization in getter-junction processing
5767: (related to issue #997)
5768:
5769: 2015-05-07 moko
5770:
5771: * tests/: 307.html, results/307.processed: test for issue #997
5772: added
5773:
5774: * src/main/execute.C: process_getter result now checked if junction
5775: returned (closes issue #997)
5776:
5777: * tests/: 305.html, results/305.processed: sort added to ignore
5778: different order
5779:
5780: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5781: assignment (closes issue #994)
5782:
5783: * tests/: 306.html, results/306.processed: test for issue #994
5784: added
5785:
5786: * tests/: 303.html, results/303.processed: two more errors tested
5787:
5788: 2015-05-06 moko
5789:
5790: * tests/: 305.html, results/305.processed: test for name2ip &
5791: ip2name added (related to feature #992)
5792:
5793: * tests/: 303.html, 304.html, results/303.processed,
5794: results/304.processed: tests for idna conversion added (related
5795: to issue #849)
5796:
5797: 2015-05-02 moko
5798:
5799: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5800: implemented
5801:
5802: 2015-04-30 moko
5803:
5804: * src/main/pa_http.C: idna_host added, related to issue #849
5805:
5806: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5807: (related to issue #849)
5808:
5809: 2015-04-24 moko
5810:
5811: * src/types/pa_vjunction.C: warning war
5812:
5813: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5814: unification
5815:
5816: * src/lib/punycode/pa_idna.c: warning war
5817:
5818: 2015-04-22 moko
5819:
5820: * src/main/main.vcproj: punycode include path added
5821:
5822: * src/lib/punycode/pa_idna.c: windows compile error fixed
5823:
5824: * src/lib/punycode/pa_idna.c: warning war
5825:
5826: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5827: project file added
5828:
5829: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5830:
5831: * src/include/pa_memory.h: warning war
5832:
5833: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5834: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5835: implemented (related to feature #849)
5836:
5837: * configure.in, src/main/Makefile.am,
5838: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5839: libpunycode added in Unix
5840:
5841: 2015-04-21 moko
5842:
5843: * configure.in: large files support
5844:
5845: 2015-04-15 moko
5846:
5847: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5848: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5849: pa_punycode.h: initial version for punycode/idna support library
5850: (ticket #849)
5851:
5852: 2015-04-08 moko
5853:
5854: * src/: classes/curl.C, classes/date.C, classes/file.C,
5855: classes/image.C, classes/mail.C, classes/reflection.C,
5856: classes/string.C, classes/xnode.C, include/pa_request.h,
5857: include/pa_string.h, include/pa_stylesheet_connection.h,
5858: main/compile.y, main/compile_tools.h, main/execute.C,
5859: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5860: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5861: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5862: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5863: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5864: clang compiler warnings (closes issue #1018)
5865:
5866: * src/include/pa_string.h: String::Body comparation operators with
5867: char * added (related to issue #958)
5868:
5869: 2015-04-07 moko
5870:
5871: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5872: pa_malloc/pa_free to remove system malloc/free usage (related to
5873: issue #1018)
5874:
5875: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5876: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5877: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5878: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5879: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5880: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5881: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5882: malloc/strdup/free replaced with pa_ version and checks for
5883: accidental use of non-pa_ version added (related to issue #1018)
5884:
5885: 2015-04-03 moko
5886:
5887: * buildall: pcre-8.33 -> pcre-8.36
5888:
5889: * src/: main/compile.y, classes/form.C, classes/mail.C,
5890: classes/op.C, classes/string.C, main/compile.tab.C,
5891: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5892: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5893: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5894: ticket #958)
5895:
5896: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5897: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5898: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5899: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5900: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5901: $request:headers, $request:method added (implements feature
5902: #1007)
5903:
5904: 2015-03-17 misha
5905:
5906: * tests/302.html: - test for
5907: ^json:string[...;$._default[method-name]]
5908:
5909: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5910: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5911: option $._default[method-name] is specified in ^json:string[], a
5912: method with specified name will be called for classes/objects
5913: serialization ( new feature: #982 )
5914:
5915: 2015-03-16 misha
5916:
5917: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5918: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5919: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5920: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5921: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5922: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5923: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5924: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5925: types/pa_vrequest.h, types/pa_vstateless_class.C,
5926: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5927: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5928: $var.CLASS_NAME now have special opcodes. This can be switched
5929: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5930: on pa_opcode.h ( new feature: #844 )
5931:
5932: 2015-03-15 misha
5933:
5934: * tests/075.html: - test for $response:header[]
5935:
5936: * src/types/pa_vresponse.C: - $response:header[] deletes header
5937: that was set earlie ( new feature: #1001 )
5938:
5939: 2015-03-12 misha
5940:
5941: * tests/246.html: - more tests for ^hash._at[]
5942:
5943: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5944: accepts second param [key|value|hash] ( new feature: #1012 )
5945:
5946: 2015-03-09 moko
5947:
5948: * src/types/pa_vmail.C: exception for everything but
5949: $mail:received, closes issue #1011
5950:
5951: 2015-02-20 moko
5952:
5953: * tests/: 275.html, results/275.processed: hex detection in
5954: pa_atoui fix test (closes issue #1010)
5955:
5956: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5957: issue #1010)
5958:
5959: 2015-02-17 moko
5960:
5961: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5962: tainted.
5963:
5964: 2015-02-03 misha
5965:
5966: * tests/301.html: - test for ^json:string($double) causes
5967: exception. bugfix: #1008
5968:
5969: * src/classes/json.C: - ^json:string($double) causes exception.
5970: bugfix: #1008
5971:
5972: * tests/014.html: - updated for work with ^hash.delete[]
5973:
5974: 2015-01-12 misha
5975:
5976: * src/: classes/form.C, include/pa_common.h,
5977: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5978: types/pa_vform.h: - supports body with PUT method as well ( new
5979: feature: #1006 )
5980:
5981: * src/classes/file.C: - warnings war
5982:
5983: 2015-01-11 misha
5984:
5985: * tests/300.html: - test for ^hash.delete[] is added
5986:
5987: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5988: feature: #989 ) - tiny optimization in intersects
5989:
5990: 2015-01-06 moko
5991:
5992: * src/types/pa_vmail.C: file names transcode added, to and cc added
5993: with transcode, attachments detection fixed
5994:
5995: * src/main/pa_request.C: filling mail received after cgi/auto.p
5996: load to allow charset switch (related to issue #996)
5997:
5998: 2014-12-31 moko
5999:
6000: * src/types/pa_vmail.C: from and subject now transcoded if not
6001: UTF-8 source charset (fixes issue 996)
6002:
6003: * src/main/pa_exception.C: fixed string from stack bug (closes
6004: issue #1000)
6005:
6006: 2014-12-11 misha
6007:
6008: * src/types/pa_vhashfile.C: - check if key is not empty before
6009: access ( bug fix: #1005 )
6010:
6011: 2014-11-13 misha
6012:
6013: * src/main/compile.y: - PC.append does not reset to false while
6014: creating a new class. bugfix: #990
6015:
6016: * tests/299.html: - test for creation class after working with
6017: partial class (create+append)
6018:
6019: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6020: #995
6021:
6022: * tests/232.html: - test for @get[def] added
6023:
6024: 2014-10-12 moko
6025:
6026: * src/lib/pcre/pcre_internal.vcproj: correct path
6027:
6028: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6029: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6030: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6031: targets/apache/ApacheModuleParser3.vcproj,
6032: targets/apache/ApacheModuleParser3Core.vcproj,
6033: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6034: types/types.vcproj: project GUID inserted in *.vcproj for correct
6035: conversion in newer VS versions
6036:
6037: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6038: pcre_internal.vcproj added
6039:
6040: 2014-08-28 moko
6041:
6042: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6043: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6044: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6045:
6046: 2014-06-30 misha
6047:
6048: * tests/298.html: - tests for ^reflection:def[class;className]
6049: added
6050:
6051: * src/classes/reflection.C: - ^reflection:def[class;className]
6052: added ( new feature: #918 )
6053:
6054: 2014-06-29 misha
6055:
6056: * src/classes/table.C: - ^table::create[unsupported data] -
6057: exception comment changed to "body must be table or code" ( bug
6058: fix: #951 )
6059:
6060: * tests/: 261.html, results/261.processed: - tests for
6061: ^json:string[...;$.void[null|string]] added
6062:
6063: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6064: option $.void[string|null] added to ^json:string[...] ( new
6065: feature: #952 )
6066:
6067: 2014-06-28 moko
6068:
6069: * src/classes/curl.C: $.charset now processed before other curl
6070: options (closes issue #980)
6071:
6072: 2014-05-23 misha
6073:
6074: * src/classes/json.C: - bug fix: #987
6075:
6076: 2014-05-04 misha
6077:
6078: * tests/: 253.html, 253_json.txt: - test for
6079: ^json:parse[$.int(false)] is added
6080:
6081: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6082: default true). The option is similar to $.double(bool) but for
6083: integers.
6084:
6085: 2014-05-01 moko
6086:
6087: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6088: #12 )
6089:
6090: 2014-04-16 moko
6091:
6092: * src/main/pa_http.C: response-charset option should finally work
6093: now (fix for issue #867)
6094:
6095: * src/main/pa_http.C: response-charset option should work now (fix
6096: for issue #867)
6097:
6098: 2014-03-07 moko
6099:
6100: * buildall: libgc moved
6101:
6102: * buildall: libgc moved
6103:
6104: 2013-12-29 moko
6105:
6106: * src/classes/string.C: ^string:js-unescape result now tainted,
6107: closes issue #966
6108:
6109: * tests/: 186.html, results/186.processed: ^string:js-unescape
6110: result now tainted, issue #966
6111:
6112: 2013-12-03 moko
6113:
6114: * src/: classes/memcached.C, types/pa_vmemcached.C,
6115: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6116: option was added for http://www.parser.ru/forum/?id=79343
6117:
6118: * src/classes/file.C: bugfix for
6119: http://www.parser.ru/forum/?id=79337
6120:
6121: 2013-11-05 moko
6122:
6123: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6124:
6125: * src/main/pa_globals.C: spelling fixed
6126:
6127: 2013-10-29 moko
6128:
6129: * src/lib/json/json.vcproj: json.c -> pa_json.C
6130:
6131: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6132: #892
6133:
6134: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6135: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6136: exceptions to be thrown thougth json library), related to issue
6137: #892
6138:
6139: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6140: related to issue #896
6141:
6142: 2013-10-24 moko
6143:
6144: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6145:
6146: 2013-10-23 moko
6147:
6148: * README: actualization
6149:
6150: 2013-10-22 moko
6151:
6152: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6153: compatibility patch from Sergey Kirpichev
6154:
6155: * tests/: 297.html, results/297.processed: non-working getter fix
6156: test for issue #948
6157:
6158: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6159: called when saving value of $match variable in ^string.match[] to
6160: increase compatibility (related to issue #948).
6161:
6162: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6163: usage optimization
6164:
6165: 2013-10-21 moko
6166:
6167: * tests/: 182.html, results/182.processed: local path removed for
6168: compatibility
6169:
6170: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6171: results/244.processed, results/253.processed,
6172: results/254.processed, results/275.processed,
6173: results/281.processed: try_catch -> try-catch
6174:
6175: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6176: results/294.processed, results/296.processed: try_catch ->
6177: try-catch
6178:
6179: 2013-10-20 moko
6180:
6181: * tests/: 296.html, results/296.processed: test for xsl exception
6182: for issue #938 added.
6183:
6184: * src/: include/pa_xml_exception.h,
6185: main/pa_stylesheet_connection.C: forgotten to be replaced
6186: XmlException is now replaced (once again closes issue #938)
6187:
6188: 2013-10-18 moko
6189:
6190: * buildall: disable clock_gettime detection to avoid librt linking
6191: (which in turn depends on libpthread), related to issue #943
6192:
6193: 2013-10-18 misha
6194:
6195: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6196: lib/smtp/smtp.vcproj, main/main.vcproj,
6197: targets/apache/ApacheModuleParser3Core.vcproj,
6198: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6199: types/types.vcproj: - new locations for libxml2 includes where
6200: added to vcproj files
6201:
6202: 2013-10-18 moko
6203:
6204: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6205: fix
6206:
6207: * tests/: 295.html, results/295.processed: test for issue #948
6208: updated
6209:
6210: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6211: :)
6212:
6213: * tests/: 295.html, results/295.processed: test for issue #948
6214: added
6215:
6216: * src/: classes/hash.C, classes/string.C, classes/table.C,
6217: include/pa_request.h, types/pa_method.h: for getters and setters
6218: to be executed request.put_element should be called, not
6219: context.put_element (fixes issue #948)
6220:
6221: 2013-10-17 moko
6222:
6223: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6224: LIBXML2_NEW_BUFFER check (closes issue #943)
6225:
6226: * buildall: libxml 2.9.1 build is broken --without-reader.
6227:
6228: 2013-10-16 moko
6229:
6230: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6231:
6232: * tests/: 294.html, results/294.processed: test for issue #938
6233:
6234: * src/: classes/xdoc.C, classes/xnode.C,
6235: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6236: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6237:
6238: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6239: libxslt-1.1.26 -> libxslt-1.1.28
6240:
6241: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6242: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6243: to '?', related to issue #938
6244:
6245: 2013-10-15 moko
6246:
6247: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6248: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6249: minor optimizations (closes issue #896)
6250:
6251: * tests/results/: 292.processed, 293.processed: results updated to
6252: comply with issue #896
6253:
6254: * tests/: 292.html, 293.html, results/292.processed,
6255: results/293.processed: tests for json escaping
6256:
6257: 2013-10-14 moko
6258:
6259: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6260: and cleanup, code moved from .h to .C, no changes in code
6261:
6262: 2013-10-12 moko
6263:
6264: * tests/results/119.processed: updated test result commited
6265:
6266: * tests/: 291.html, results/291.processed: test for issue #894
6267: added
6268:
6269: * src/types/pa_wcontext.h: base methods call support function
6270: get_somebody_entered_some_class should not be true forever, as
6271: wcontext can have many get_elements calls (fixes issue #894)
6272:
6273: 2013-10-11 moko
6274:
6275: * tests/: 290.html, results/290.processed: test for junction GPF
6276: issue #942 added
6277:
6278: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6279: to native method fixed (closes issue #942)
6280:
6281: * tests/: 158.html, results/158.processed: test for csv-string[]
6282: added
6283:
6284: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6285: feature #907)
6286:
6287: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6288: feature #907)
6289:
6290: 2013-10-09 moko
6291:
6292: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6293: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6294: types/pa_vstateless_class.C: GET_default, SET_default now works
6295: properly not only in objects, but in classes as well (closes
6296: issue #903)
6297:
6298: * tests/: 289.html, results/289.processed: GET/SET_default now
6299: works in classes, not only objects, test case added, related to
6300: issue #903
6301:
6302: * tests/: 288.html, results/288.processed: test for endless
6303: recursion bug added (related to issue #903)
6304:
6305: 2013-10-05 moko
6306:
6307: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6308: classes/table.C, main/execute.C, types/pa_method.h,
6309: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6310: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6311: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6312: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6313: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6314: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6315: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6316: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6317: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6318: optimization: put_element no longer has "bool areplace" argument,
6319: related to issue #903
6320:
6321: 2013-10-03 moko
6322:
6323: * tests/results/182.processed: result for $.replace(false) test
6324: commited
6325:
6326: * src/classes/date.C: ^date::create(number) processed correctly
6327: (fixes issue #901)
6328:
6329: * src/classes/image.C: as_no_junction removed, as param can be
6330: expression (closes issue #931)
6331:
6332: * tests/233.html: test for issue #931 added
6333:
6334: 2013-10-02 moko
6335:
6336: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6337: modified, test for $.replace(false) added
6338:
6339: * src/main/compile_tools.h: forgotten class replace returned. :)
6340:
6341: 2013-09-30 moko
6342:
6343: * tests/: 141.html, results/141.processed: md5 tainting test added
6344:
6345: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6346: main/compile_tools.h, main/pa_request.C: allow_class_replace
6347: implemented; $.replace option added to ^process and ^use
6348:
6349: 2013-08-27 moko
6350:
6351: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6352: cstr_to_string_body_untaint should be called with charsets for
6353: possible uri language and connection for possible sql language.
6354: related to issue #857
6355:
6356: * buildall: and -> or fixed
6357:
6358: 2013-08-26 moko
6359:
6360: * buildall: prepare_ functions logic changed to support
6361: gc-7.2d.tar.gz extracting to gc-7.2 directory
6362:
6363: 2013-08-23 moko
6364:
6365: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6366: statically
6367:
6368: 2013-08-22 moko
6369:
6370: * src/classes/string.C: String::Empty used (related to issue #912)
6371: append_know_length removed (related to old GPF bug)
6372:
6373: 2013-08-21 moko
6374:
6375: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6376:
6377: * src/classes/math.C: ^math:digest[...;$file] support added
6378: (related to ticket #857
6379:
6380: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6381: implemented
6382:
6383: * src/types/pa_vhashfile.h: warning war
6384:
6385: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6386: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6387: anti_endless_json_string_recoursion removed from request;
6388: json_string_recoursion added to json_options; $.indent[indent
6389: value] now supported and passed within recoursion closes feature
6390: #937
6391:
6392: * tests/: 287.html, results/287.processed: test for feature #937
6393:
6394: 2013-07-31 moko
6395:
6396: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6397: compilation having #define _S
6398:
6399: * src/main/pa_globals.C: cleanup
6400:
6401: 2013-07-30 moko
6402:
6403: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6404: main/pa_common.C: vs2003 warning war
6405:
6406: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6407:
6408: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6409:
6410: * src/lib/md5/pa_sha2.c: warning war
6411:
6412: 2013-07-29 moko
6413:
6414: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6415: patches from github
6416:
6417: * src/: classes/bool.C, classes/double.C, classes/int.C,
6418: classes/memcached.C, include/pa_config_includes.h,
6419: types/pa_vfile.C, types/pa_vfile.h: warning war
6420:
6421: * src/lib/json/json.vcproj: C++ -> C
6422:
6423: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6424:
6425: * src/lib/json/: json.c, pa_json.C: windows compatibility
6426:
6427: * src/lib/json/: json.c, pa_json.C: windows compatibility
6428:
6429: * src/lib/json/: json.c, pa_json.C: warning war
6430:
6431: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6432:
6433: * src/include/pa_config_fixed.h: uint16_t added
6434:
6435: * configure.in: uint16_t check added
6436:
6437: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6438: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6439: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6440: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6441: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6442:
6443: 2013-07-25 moko
6444:
6445: * parser3.sln: dependencies added
6446:
6447: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6448: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6449: module support
6450:
6451: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6452:
6453: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6454:
6455: 2013-07-23 moko
6456:
6457: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6458: PA_DEBUG_GC_MEMORY removed
6459:
6460: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6461: PA_DEBUG_DISABLE_GC compilation fix
6462:
6463: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6464: main/pa_request.C: outdated RESOURCES_DEBUG removed
6465:
6466: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6467: garbage cleanup
6468:
6469: * src/main/pa_common.C: warning war
6470:
6471: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6472:
6473: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6474: minor cleanup
6475:
6476: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6477: uses cygwin, not WIN32 implementation
6478:
6479: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6480: able to exec shell scripts
6481:
6482: * src/classes/math.C: ifdef WIN32 cleanup
6483:
6484: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6485:
6486: * src/classes/curl.C: LT_MODULE_EXT used
6487:
6488: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6489:
6490: 2013-07-22 moko
6491:
6492: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6493: includes fix
6494:
6495: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6496:
6497: * configure.in, src/include/pa_config_includes.h,
6498: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6499: src/main/pa_exec.C: includes cleanup
6500:
6501: * src/targets/cgi/parser3.C: 2012->2013
6502:
6503: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6504:
6505: * configure.in, src/include/pa_config_includes.h,
6506: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6507: src/main/pa_random.C, src/main/pa_socks.C,
6508: src/types/pa_vstatus.C: cygwin support cleanup
6509:
6510: * configure.in: dirent.h check added
6511:
6512: * src/: include/pa_config_includes.h, include/pa_dir.h,
6513: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6514: not copied
6515:
6516: 2013-07-21 moko
6517:
6518: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6519:
6520: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6521: parser3.vcproj: unused getopt.h / getopt.c removed
6522:
1.211 moko 6523: * operators.ru.txt, operators.txt, src/classes/file.C,
6524: tests/022.html, tests/results/022.processed:
6525: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6526:
6527: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6528: src/main/pa_dir.C: ^file:list[] now has dir column and when
6529: $.stat(true) it has size/*date columns modified patch from misha@
6530: that closes issue #914.
6531:
6532: * src/: include/pa_config_includes.h, main/pa_globals.C:
6533: PA_RELEASE_ASSERTS removed
6534:
6535: * src/lib/md5/pa_md5c.c: minor cleanup
6536:
6537: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6538: localeconv()->decimal_point usage remoed (related to issue #934)
6539:
6540: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6541: cordprnt.c removed
6542:
6543: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6544: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6545: pa-include/pa_strings.h: includes cleanup
6546:
6547: * src/lib/md5/pa_md5c.c: headers cleanup
6548:
6549: 2013-07-20 moko
6550:
6551: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6552: cleanup
6553:
6554: 2013-07-19 moko
6555:
6556: * src/classes/math.C: extern "C" added for crypt
6557:
6558: 2013-07-18 moko
6559:
6560: * src/classes/math.C: fix redhat7.2 build
6561:
6562: 2013-07-17 moko
6563:
6564: * configure.in, src/include/pa_config_includes.h,
6565: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6566: added for uint8/32/64_t)
6567:
6568: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6569: pa_config_includes.h used for uint32/64_t
6570:
6571: 2013-07-16 moko
6572:
6573: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6574: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6575: war
6576:
6577: * src/main/compile.tab.C: compile.y was updated
6578:
6579: * src/main/compile.y: warning war
6580:
6581: * src/: include/pa_exception.h, main/pa_exception.C,
6582: main/pa_xml_exception.C: warning war
6583:
6584: * src/: include/pa_common.h, main/pa_common.C: warning war
6585:
6586: * configure.in: beauty :)
6587:
6588: * tests/: 141.html, results/141.processed: sha256/512 added
6589:
6590: 2013-07-13 moko
6591:
6592: * src/lib/md5/md5.vcproj: sha2 added
6593:
6594: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6595: classes/math.C: sha2 support (sha256/sha512 digest)
6596:
6597: 2013-07-08 moko
6598:
6599: * src/classes/image.C: directory read or other read problem message
6600: fixed (related to issue #933)
6601:
6602: 2013-07-07 moko
6603:
6604: * AUTHORS: + misha + moko. :)
6605:
6606: 2013-07-06 moko
6607:
6608: * src/: classes/curl.C, include/pa_globals.h,
6609: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6610: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6611: for lt_dlinit to be called once and lt_dlexit called at right
6612: place (related to issue #925)
6613:
6614: 2013-07-04 moko
6615:
6616: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6617: VString::as_vfile now uses vfile.set_binary_string to avoid
6618: content-type to be set, as it brokes badly designed logic in
6619: response output. This hopefully finishes issue #928.
6620:
6621: * tests/results/: 256.processed, 286.processed: file now displayed
6622: as name, size, mode, content-type
6623:
6624: * src/main/pa_common.C: read error now reported cottectly (fixes
6625: issue #933
6626:
6627: 2013-06-28 moko
6628:
6629: * tests/: 286.html, results/286.processed: test extended
6630:
6631: * tests/: 286.html, results/286.processed: Test for issue #928
6632: added. it tests default content-type change.
6633:
6634: * src/types/pa_vfile.C: closes issue #928 - default content-type
6635: now updated
6636:
6637: 2013-06-25 moko
6638:
6639: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6640: content-type for text/binary files without name added;
6641: ^file::create[$f;...] options now works properly and $f
6642: properties are default (fixes issue #928)
6643:
6644: 2013-05-16 misha
6645:
6646: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6647: added
6648:
6649: * src/main/pa_table.C: - a tiny memory optimisation while creating
6650: table if specified limit is bigger than source rows count
6651:
6652: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6653: added ( new feature: #858 )
6654:
6655: 2013-04-29 moko
6656:
6657: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6658: $.ipresolve(0|1|2) added (closes issue #891)
6659:
6660: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6661:
6662: 2013-04-24 moko
6663:
6664: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6665: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6666: types/pa_vmemcached.h: ^memcache.release[] added, calls
6667: memcached_quit (refs #893)
6668:
6669: 2013-04-22 moko
6670:
6671: * src/: include/pa_string.h, main/pa_common.C: no more double
6672: slashes in file path (fixes bug #872)
6673:
6674: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6675: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6676: #739)
6677:
6678: * tests/results/266.processed: $.max_params added (feature #915)
6679:
6680: * src/: include/pa_common.h, main/pa_http.C: response-charset
6681: option added to file::load (closes issue #867)
6682:
6683: 2013-04-20 misha
6684:
6685: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6686: commited
6687:
6688: 2013-03-15 misha
6689:
6690: * src/classes/: hash.C, table.C: - Optimisation: do not create
6691: multiple empty strings while ::sql. uae String::Empty instead
6692:
6693: 2013-03-14 misha
6694:
6695: * src/classes/reflection.C: - for user classes
6696: ^reflection:method_info[] returns $.max_params and $.extra_param
6697: with $.call_type if they available ( new feature: #915 )
6698:
6699: * src/classes/file.C: - ^file:delete[] now supports an option
6700: $.exception(false) that suppress any exception while deleting
6701: file ( new feature: #916 )
6702:
6703: * src/classes/curl.C: - parsing cookies after curl:load now should
6704: work :)
6705:
6706: 2013-03-12 misha
6707:
6708: * src/types/pa_vfile.C: - if specified file_name is empty string
6709: set default name for the file
6710:
6711: 2013-03-11 misha
6712:
6713: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6714: also available in $f.cookies
6715:
6716: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6717: moved to a separate method
6718:
6719: 2013-03-10 moko
6720:
6721: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6722: added
6723:
6724: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6725: removed (declared by autoconf)
6726:
6727: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6728: uint32_t define
6729:
6730: 2013-03-10 misha
6731:
6732: * src/classes/file.C: ^file:delete and ^file:move now support
6733: option $.keep-empty-dirs(true) ( new feature: #884 )
6734:
6735: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6736: empty dirs is added
6737:
6738: 2013-03-10 moko
6739:
6740: * src/classes/: bool.C, double.C, int.C: default can be present,
6741: but default check removed from ^int/double/bool.int/double/bool
6742: for string.int/double/bool compatibility (related to issue #913)
6743:
6744: * src/classes/string.C: ^string.int/dobule/bool no longer
6745: internally throws exception if default is present (closes issue
6746: #913)
6747:
6748: 2013-03-09 misha
6749:
6750: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6751: optimisations ( #845 )
6752:
6753: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6754:
6755: 2013-03-08 moko
6756:
6757: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6758: creates correct table (fixes issue #910)
6759:
6760: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6761: use outside of 'connect' operator (fixes issue #911)
6762:
6763: * tests/results/: 096.processed, 122.processed: test results
6764: updated as doubles now printed with 15 significant digits, not 5
6765: (fixes issue #882)
6766:
6767: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6768: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6769:
6770: 2013-02-21 moko
6771:
6772: * src/classes/table.C: _locate_name_value does not check arguments
6773: count, so we check it in advance (fixes issue #905)
6774:
6775: 2012-10-23 moko
6776:
6777: * buildall: old shell for and echo compatibility (for six)
6778:
6779: 2012-10-19 moko
6780:
6781: * buildall: --strip added --disable-safe-mode listed in usage
6782:
6783: 2012-10-17 misha
6784:
6785: * src/classes/op.C: - apply-taint should not throw "outside
6786: connect" exception with sql lang now
6787:
6788: 2012-10-17 moko
6789:
6790: * src/main/pa_request.C: bugfix: safe mode should be inited for
6791: each request (for apache module)
6792:
6793: 2012-09-26 moko
6794:
6795: * src/doc/doxygen.cfg: png -> svg
6796:
6797: 2012-09-25 moko
6798:
6799: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6800: test added
6801:
6802: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6803: double use when key is long
6804:
6805: 2012-09-16 moko
6806:
6807: * src/classes/math.C: Format -> Method Encode -> Format
6808:
6809: * tests/: 141.html, results/141.processed: math:digest hmac test
6810: added
6811:
6812: 2012-09-14 moko
6813:
6814: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6815: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6816: implementation added
6817:
6818: 2012-09-12 moko
6819:
6820: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6821: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6822: targets.dox and string.dox slightly actualized
6823:
6824: 2012-08-31 moko
6825:
6826: * ChangeLog: now generated with patched cvs2cl.pl
6827:
6828: 2012-07-29 moko
6829:
6830: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6831: result should be pushed after VMethodFrame destructor is called,
6832: as it deletes junctions from stack params (fixes issue #868)
6833:
6834: 2012-07-23 moko
6835:
6836: * INSTALL, README: buildall script usage documented, other outdated
6837: info updated.
6838:
6839: * buildall-with-xml, buildall-without-xml: replaced by buildall
6840:
6841: 2012-07-21 moko
6842:
6843: * buildall: glib does not compile when threads are disabled...
6844:
6845: * src/types/pa_vmail.C: g_assertion fixes for empty input
6846:
6847: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6848: unref, can't unref nested objects)
6849:
6850: * src/types/pa_vmail.C: another check added
6851:
6852: 2012-07-19 moko
6853:
6854: * buildall: usage added
6855:
6856: * buildall: new buildall script that unites buildall-with-xml,
6857: buildall-without-xml, --with-apache and --with-mailreceive
6858:
6859: * configure.in: support for static gmime and dynamic glib linking.
6860: fixes for FreeBSD
6861:
6862: 2012-07-17 moko
6863:
6864: * configure.in: --with-mailreceive replaced
6865: --with-static-mailreceive and --with-shared-mailreceive pathlink
6866: removed
6867:
6868: 2012-07-16 moko
6869:
6870: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6871: capitalized, content now decoded and text content converted to
6872: $request:charset. all properties are accessed by functions, this
6873: ready for dynamic load.
6874:
6875: 2012-06-28 moko
6876:
1.116 moko 6877: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6878: 32 bit
1.95 moko 6879:
6880: 2012-06-27 moko
6881:
6882: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6883: passive ftp
6884:
6885: * src/lib/ltdl/ltdl.vcproj: release build fixed
6886:
6887: * configure.in: 3.4.2 RC -> 3.4.2
6888:
6889: 2012-06-22 moko
6890:
6891: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6892: #815)
6893:
6894: * tests/: 284.html, results/284.processed: output options test
6895: (feature #265)
6896:
6897: 2012-06-22 misha
6898:
6899: * tests/215.html: - little changes
6900:
6901: 2012-06-21 moko
6902:
6903: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6904: types/pa_vxdoc.h: output_options returned and used (bugfix for
6905: feature #265)
6906:
6907: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6908: breaks long .*, default 10M restored. (issue #216)
6909:
6910: * tests/: 283.html, results/283.processed: test for issue #815
6911: added
6912:
6913: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6914: again, cstrm not required.
6915:
6916: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6917: Win32 and broken FreeBSD (issue #45)
6918:
6919: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6920:
6921: * src/main/pa_string.C: warnings war
6922:
6923: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6924: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6925: main/pa_socks.C, targets/apache/pa_threads.C,
6926: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6927: types/pa_vstatus.C: compilation under cygwin fixed
6928:
6929: 2012-06-19 moko
6930:
6931: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6932: Windows fixed
6933:
6934: * parser3.sln: removed antique pcre_ctype
6935:
6936: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6937:
6938: * src/include/pa_config_fixed.h: undefined reference to
6939: __imp__pcre_* fix for Windows
6940:
6941: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6942: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6943: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6944: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6945: define fixed
1.95 moko 6946:
6947: 2012-06-18 moko
6948:
6949: * src/classes/memcached.C: flush -> clear
6950:
6951: * src/classes/memcached.C: memcached does not support quotes even
6952: in server name
6953:
6954: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6955: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6956: called on open to check servers existance. $.key(true) syntax
6957: now supported
6958:
6959: 2012-06-17 moko
6960:
6961: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6962: cleanup
6963:
6964: * src/classes/table.C, tests/282.cfg, tests/282.html,
6965: tests/results/282.processed: encloser at the EOF bug fixed,
6966: incorrectly enclosed data now processed more logicaly (fixes
6967: #339)
6968:
6969: 2012-06-15 moko
6970:
6971: * buildall-without-xml: sync with buildall-with-xml
6972:
6973: * buildall-with-xml: download auto-detected between fetch and curl
6974:
6975: * configure.in: --with-gc and --with-pcre now also processed
6976: correctly
6977:
1.116 moko 6978: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6979: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6980: should be run on rol1 using automake / aclocal (GNU automake)
6981: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6982:
6983: * configure.in: new PARSER_VERSION logic
6984:
6985: * src/include/pa_version.h: new pa_version.h logic
6986:
6987: * src/: classes/curl.C, classes/file.C, classes/image.C,
6988: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6989: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6990: feols_normalized -> fis_text_content set_binary added
6991:
6992: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6993:
6994: 2012-06-15 misha
6995:
6996: * src/: classes/curl.C, classes/file.C, classes/image.C,
6997: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6998: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6999: ^file::create[text;content] EOLs in content now is normalized. (
7000: new feature: #815 )
7001:
7002: 2012-06-15 moko
7003:
7004: * configure.in: --disable-version-update added to disable version
7005: update with host information (for debian package) whitespace
7006: optimized
7007:
7008: * configure.in: version changed to 3.4.2 RC no-pic added for
7009: libtool
7010:
7011: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7012: it.
7013:
7014: 2012-06-14 moko
7015:
7016: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7017: tests/results/281.processed: "hash flocked" error removed for
7018: safe operations like ^h._count[] ( new feature: #335 )
7019:
1.116 moko 7020: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7021:
7022: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7023:
7024: * configure.in: --with-static/shared xml replaced with --with-xml,
7025: xml compilation check added
7026:
7027: * configure.in: --with-static/shared-gc, --with-static-pcre are
7028: replaced with --with-gc and --with-pcre test for pcre linking
7029: added
7030:
7031: 2012-06-13 moko
7032:
7033: * configure.in: apxs2 check optimized
7034:
7035: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7036: .la, includes optimized
7037:
7038: * buildall-with-xml: --with-pic looks better for -fPIC
7039:
7040: * configure.in: switched to convenience library in static linking
7041:
7042: * src/targets/apache/Makefile.am: switched to convenience library
7043: usage to avoid libtool warnings
7044:
7045: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7046: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7047: smtp/Makefile.am: switched to convenience library usage
7048:
7049: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7050:
7051: * src/targets/apache/Makefile.am: updated for libtool usage
7052:
7053: * buildall-without-xml: --with-included-ltdl added
7054:
7055: * buildall-without-xml: sync with buildall-with-xml
7056:
7057: * buildall-with-xml: --with-included-ltdl added $cflags added for
7058: -fPIC for x64 $download added for wget success check added
7059:
7060: * buildall-without-xml: --with-dynamic-stdcpp removed
7061:
7062: * configure.in: disable-static returned
7063:
7064: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7065: LIBTOOLFLAGS
7066:
7067: 2012-06-12 moko
7068:
7069: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7070: compatible with LIBTOOLFLAGS for unknown reasons
7071:
7072: * buildall-with-xml: --with-dynamic-stdcpp removed
7073:
7074: * configure.in: static/dynamic -lstdc++ linking option removed
7075: apxs2 check added
7076:
7077: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7078: option removed
7079:
7080: 2012-06-10 moko
7081:
7082: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7083: added
7084:
7085: * src/targets/cgi/pp3.cmd: old PAF stuff
7086:
1.116 moko 7087: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7088: beauty
1.95 moko 7089:
7090: * depcomp: from libtool 2.4.2
7091:
7092: * configure.in: ltdl directory removed, it has correct Makefile.in
7093:
7094: 2012-06-09 moko
7095:
1.116 moko 7096: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7097: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7098: autogenerated files updated after libtool update
7099:
1.116 moko 7100: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7101: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7102: config_auto.h.in, config_fixed.h, configure, configure.ac,
7103: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7104: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
7105: config/compile, config/config.guess, config/config.sub,
7106: config/depcomp, config/install-sh, config/ltmain.sh,
7107: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
7108: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
7109: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
7110: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
7111: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
7112: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
7113: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
7114: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7115:
7116: * configure.in: preparation for new libtool
7117:
7118: * configure.in: Some beauty added :)
7119:
7120: * src/targets/apache/Makefile.am: := -> =
7121:
7122: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7123: again. :)
7124:
7125: * src/include/pa_config_includes.h, configure.in: limits.h added,
7126: previously was taken from pcre_internal.h. :)
7127:
7128: * src/lib/pcre/Makefile.am: config.h returned
7129:
7130: * src/lib/pcre/config.h: still need this. :)
7131:
7132: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7133:
7134: * configure.in: --with-charsets removed; --with-mysql-client & co
7135: removed
7136:
7137: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7138: now in parser tree, no need to copy
7139:
7140: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7141: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7142: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7143: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7144: extracts now used old trash removed
7145:
7146: * etc/parser3.charsets/Makefile.am: charsets now in share
7147: (debian/patches/104_automake.patch) + all charsets are copied
7148:
7149: * buildall-with-xml, buildall-without-xml: curl option removed +
7150: extra arguments now supported
7151:
7152: 2012-06-08 misha
7153:
7154: * src/classes/table.C: - one params.as_hash usage was rolled back:
7155: the 2nd option in ^table.hash[] could be hash or table so
7156: .as_hash will throw an exception when table option is specified
7157:
7158: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7159: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7160: classes/table.C, classes/void.C, classes/xdoc.C,
7161: include/pa_exception.h, types/pa_vmethod_frame.C,
7162: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7163: and improved (whitespaces are allowed as empty options) -
7164: MethodParams::as_table is added - above methods are used for
7165: parsing methods' options ( new feature: #9 )
7166:
7167: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7168: to vclass. now class fields can be accessible as a hash:
7169: $h[^hash::create[$asd:CLASS]]
7170:
7171: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7172: have get_fields method so their fields can be accessed with
7173: ^reflection:fields[...] & ^reflection:field[...]
7174:
7175: 2012-06-06 misha
7176:
7177: * tests/280.html: - tests for
7178: ^reflection:method[obj-or-class;method],
7179: ^reflection:field[obj-or-class;field] and
7180: ^reflection:fields[obj-or-class] are added
7181:
7182: 2012-06-05 misha
7183:
7184: * src/classes/reflection.C: - ^reflection:method[class or
7185: object;method name] and ^reflection:field[class or object;field
7186: name] are added
7187:
7188: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7189: is used
7190:
7191: * src/types/pa_method.h: - Method::as_vjunction method is added
7192:
7193: 2012-06-05 moko
7194:
1.116 moko 7195: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7196:
7197: * src/classes/memcached.C: flish ttl fixed
7198:
7199: 2012-06-04 moko
7200:
7201: * src/classes/json.C, src/classes/op.C, tests/279.html,
7202: tests/results/279.processed: ^json:parse[] now supports $.taint
7203: option (new feature #833)
7204:
7205: 2012-06-04 misha
7206:
7207: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7208: - search_stop method was moved from pa_vcookie.C to pa_common.C
7209:
7210: 2012-06-03 misha
7211:
7212: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7213: cookies are parced and stored into $.cookies ( new feature: #31 )
7214:
7215: 2012-05-30 misha
7216:
7217: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7218: incomplete class into a scope while @USE is found
7219:
7220: * src/main/compile.y: - add incomplete class into a scope while
7221: @USE and @CLASS instructions are found ( bugfix: #838 )
7222:
7223: 2012-05-30 moko
7224:
7225: * src/types/pa_vclass.C, tests/278.html,
7226: tests/results/278.processed: removed "property has no getter
7227: method" exception when GET_DEFAULT present (fixes #269)
7228:
7229: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7230: $._default
7231:
7232: 2012-05-29 moko
7233:
7234: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7235: uninitialized values usage (new feature: #154)
7236:
7237: 2012-05-28 moko
7238:
7239: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7240: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7241: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7242: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7243: src/types/pa_vobject.C, src/types/pa_vobject.h,
7244: src/types/pa_vstring.h, src/types/pa_vtable.C,
7245: tests/results/277.processed, src/types/pa_vtable.h,
7246: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7247: ^json:string[$o; $.default[$method]] implemented for VObject (new
7248: feature #803)
7249:
7250: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7251: tests/results/277.processed: json numbers are now treated as
7252: double ( new feature: #834 )
7253:
7254: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7255: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7256: added for out of range checks, zero division in vint/vdouble
7257: check added ( fixes #832 )
7258:
7259: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7260: ( fixes #832 )
7261:
7262: 2012-05-28 misha
7263:
7264: * buildall-with-xml: - --without-lzma option is added to libxml2
7265: configure
7266:
7267: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7268: added - tests for unsupported values for options $.file, $.table
7269: and $.date are added
7270:
7271: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7272: accepts "stat" $.file[] option's value in addition to existed
7273: "text" and "base64" ( new feature: #835 )
7274:
7275: * tests/276.html: - test for
7276: ^reflection:delete[$object-or-class;field-name]
7277:
7278: * src/classes/reflection.C: -
7279: ^reflection:delete[$object-or-class;field-name] is added ( new
7280: feature: #268 )
7281:
7282: 2012-05-27 misha
7283:
7284: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7285:
7286: 2012-05-24 misha
7287:
7288: * src/include/pa_common.h: - method lastposafter was removed
7289:
7290: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7291: lastposafter - ^file:dirname[] & Co proper handle windows file
7292: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7293: work as *nix commands
7294:
7295: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7296:
7297: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7298: rskipchars were added
7299:
7300: * tests/270.html: - more tests for ^file:find[]
7301:
7302: * tests/065.html: - more tests for ^file:dirname[] & Co
7303:
7304: * src/include/pa_version.h: - must be "win32" here. it is
7305: auto-generated on *nix
7306:
7307: 2012-05-24 moko
7308:
7309: * src/classes/math.C: ^math:convert[] now supports uint32 and
7310: throws overflow exception ( new feature: #830 )
7311:
7312: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7313: uint32 support and overflow added ( new feature: #830 )
7314:
7315: 2012-05-23 moko
7316:
7317: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7318: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7319: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7320: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7321: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7322: types/pa_vregex.h, types/pa_vstateless_class.C,
7323: types/pa_vstateless_class.h, types/pa_vstring.h,
7324: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7325: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7326: "return string as-is" removed from as_expr_result. ( new feature:
7327: #831 )
7328:
7329: * tests/results/244.processed: test changed after bug #782 fix
7330: commited
7331:
7332: * tests/results/229.processed: test results for bug #782 commited
7333:
7334: * tests/: 254.html, results/254.processed: uid now just compared,
7335: not printed. :)
7336:
7337: 2012-05-20 moko
7338:
7339: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7340: feature: #341 )
7341:
7342: * tests/: 254.html, results/254.processed: test for
7343: ^reflection:uid[] added
7344:
7345: * tests/: 254.html, results/254.processed: test for
7346: ^reflection:uid[$obj] added
7347:
7348: 2012-05-17 misha
7349:
7350: * src/main/untaint.C: - do not replace ' char by _26 while
7351: exploding filespec-tainting ( new feature: #829 )
7352:
7353: 2012-05-12 moko
7354:
7355: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7356: not.
7357:
7358: 2012-05-08 moko
7359:
7360: * src/types/pa_vmethod_frame.h: bug #782 fixed
7361:
7362: * tests/229.html: test for bug #782
7363:
7364: * tests/results/259.processed, src/main/pa_request.C,
7365: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7366: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7367: src/types/pa_vvoid.h: feature #154 - first empty param now
7368: string; defined locals are empty strings; $STRICT-VARS(true)
7369: added
7370:
7371: 2012-04-27 moko
7372:
1.116 moko 7373: * src/targets/apache/Makefile.am:
1.95 moko 7374: ../../lib/memcached/libmemcached.a added
7375:
7376: 2012-04-27 misha
7377:
7378: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7379: ( #827 )
7380:
7381: 2012-04-25 moko
7382:
7383: * src/: classes/json.C, classes/memcached.C,
7384: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7385: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7386: implemented.
7387:
7388: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7389:
7390: 2012-04-23 moko
7391:
7392: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7393: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7394: types/pa_vmemcached.h: open allows options hash for new
7395: memcached(options) function
7396:
7397: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7398: not appended
7399:
7400: 2012-04-21 moko
7401:
7402: * src/classes/curl.C: '' added. :)
7403:
7404: * src/classes/classes.vcproj: new curl.h location
7405:
7406: * src/classes/curl.C: verbose output redirection from stderr to
7407: file curl option added
7408:
7409: 2012-04-20 moko
7410:
7411: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7412: contains what we need from curl, #ifdef HAVE_CURL removed
7413:
1.116 moko 7414: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7415: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7416: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7417: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7418: configure option
7419:
7420: 2012-04-19 moko
7421:
7422: * src/: classes/double.C, classes/inet.C, classes/int.C,
7423: classes/string.C, lib/gc/include/gc_allocator.h,
7424: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7425: options from sql_result_string removed. (closes issue #468)
7426:
7427: * src/types/pa_vmemcached.C: empty string fix
7428:
7429: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7430: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7431: pa_vmemcached.C
7432:
7433: 2012-04-18 moko
7434:
7435: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7436: apache2-mpm-prefork" error displayed in threaded mpm.
7437:
7438: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7439: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7440: installed (issue #354)
7441:
7442: 2012-04-16 moko
7443:
7444: * src/types/pa_vmemcached.C: call to memcached_result_create and
7445: memcached_result_free removed
7446:
7447: 2012-04-14 moko
7448:
7449: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7450:
7451: * src/types/pa_vmemcached.C: check_key added and used
7452:
7453: 2012-04-13 moko
7454:
7455: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7456: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7457: Serialization_data now added and used, VString now serialized
7458: with languages into memcached.
7459:
7460: 2012-03-28 moko
7461:
7462: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7463: lib/memcached/pa_memcached.h: result lengths added
7464:
7465: 2012-03-27 moko
7466:
7467: * src/types/pa_vmemcached.C: strdup added
7468:
7469: 2012-03-24 moko
7470:
7471: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7472: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7473: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7474:
7475: 2012-03-20 moko
7476:
1.116 moko 7477: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7478:
7479: * src/targets/cgi/Makefile.am: cleanup
7480:
7481: * src/: types/Makefile.am, types/pa_vmemcached.C,
7482: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7483:
7484: * src/: classes/Makefile.am, classes/memcached.C,
7485: lib/memcached/Makefile.am, lib/memcached/constants.h,
7486: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7487: lib/memcached/types.h, lib/Makefile.am: memcached initial
7488:
7489: 2012-03-16 moko
7490:
7491: * src/main/execute.C: ident now works under Linux + ident displays
7492: filenames (closes issue #818)
7493:
1.116 moko 7494: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7495: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7496: pa_vmethod_frame_local.h removed
7497:
7498: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7499: classes/classes.h, classes/curl.C, classes/date.C,
7500: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7501: classes/hashfile.C, classes/image.C, classes/inet.C,
7502: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7503: classes/memory.C, classes/op.C, classes/reflection.C,
7504: classes/regex.C, classes/response.C, classes/string.C,
7505: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7506: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7507: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7508: include/pa_config_fixed.h, include/pa_config_includes.h,
7509: include/pa_dictionary.h, include/pa_dir.h,
7510: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7511: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7512: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7513: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7514: include/pa_request_charsets.h, include/pa_request_info.h,
7515: include/pa_sapi.h, include/pa_socks.h,
7516: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7517: include/pa_stack.h, include/pa_string.h,
7518: include/pa_stylesheet_connection.h,
7519: include/pa_stylesheet_manager.h, include/pa_table.h,
7520: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7521: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7522: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7523: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7524: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7525: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7526: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7527: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7528: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7529: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7530: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7531: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7532: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7533: main/pa_string.C, main/pa_stylesheet_connection.C,
7534: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7535: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7536: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7537: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7538: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7539: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7540: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7541: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7542: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7543: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7544: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7545: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7546: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7547: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7548: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7549: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7550: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7551: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7552: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7553: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7554: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7555: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7556: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7557: types/pa_vresponse.h, types/pa_vstateless_class.C,
7558: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7559: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7560: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7561: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7562: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7563: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7564: ident now works under Linux + ident displays filenames (closes
7565: issue #818) Copyright updated
7566:
7567: 2012-03-13 moko
7568:
7569: * src/main/pa_string.C: compilation fix for feature #741
7570:
7571: 2012-03-09 misha
7572:
7573: * tests/193.html: - tests for ^string:base64[encoded] are updated
7574:
7575: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7576: now detects invalid base64 chars in the middle of encoded stricg
7577: ( new feature: #55 )
7578:
7579: * src/include/pa_exception.h: - new exception type for base64
7580: decoding is added
7581:
7582: 2012-03-06 misha
7583:
7584: * tests/274.html: - tests for ^date::today[] and
7585: ^date.sql-string[datetime|date|time] are added
7586:
7587: * src/classes/date.C: - constructor ^date::today[] is added ( new
7588: feature: #811 ) - ^date.sql-string[] now can accept one param --
7589: strings "datetime", "date" or "time" - comments tidying up
7590:
7591: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7592: date and time
7593:
7594: 2012-03-03 misha
7595:
7596: * tests/193.html: - tests for
7597: ^string:base64[encoded;$.strict(true)] are added
7598:
7599: * tests/results/auto.p: - try-catch operator is added
7600:
7601: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7602: main/pa_common.C: - $.strict(true|false) option is added to
7603: base64 decode methods ( new feature: #55 )
7604:
7605: * src/main/pa_common.C: - base64 decode memory usage was decreased
7606: ( new feature: #819 )
7607:
7608: 2012-02-28 moko
7609:
7610: * src/classes/hash.C: ident test
7611:
7612: 2012-02-27 misha
7613:
7614: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7615:
7616: 2012-01-08 misha
7617:
7618: * tests/273.html: - tests for ^string.replace[from;to] are added
7619:
7620: * src/: classes/string.C, include/pa_dictionary.h,
7621: main/pa_dictionary.C, main/pa_string.C: -
7622: ^string.replace[from;to] is added ( new feature: #741 ) -
7623: ^string.replace[one subst here] is slightly optimized
7624:
7625: 2011-12-07 misha
7626:
7627: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7628: named table with one empty column ( bugfix: #63 )
7629:
7630: 2011-11-30 misha
7631:
7632: * src/classes/json.C: - it's possible to set user's method for
7633: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7634: #763 )
7635:
7636: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7637:
7638: 2011-11-23 misha
7639:
7640: * src/: classes/curl.C, classes/file.C, classes/image.C,
7641: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7642: types/pa_vfile.h, types/pa_vform.C: - constructor
7643: ^file::create[mode;filename;content[;options]] now accepts binary
7644: mode and file-content - new constructor's format:
7645: ^file::create[string-or-file-content[;$.name[filename]
7646: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7647: feature: #65 )
7648:
7649: * src/: include/pa_request.h, main/pa_request.C: - new method
7650: mime_type_of(const String*) is added
7651:
7652: * src/include/pa_exception.h: - new exception constant
7653: FILE_NAME_MUST_BE_SPECIFIED is added
7654:
7655: * src/classes/table.C: - bug with negative offset transformed into
7656: a feature. it means pointing to a row from the end of the table (
7657: new feature: #810 )
7658:
7659: 2011-11-19 misha
7660:
7661: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7662: â ìåòîäå _select ( new feature: #810 )
7663:
7664: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7665: options were specified together is simplified
7666:
7667: 2011-11-12 misha
7668:
7669: * src/main/pa_request.C: - forgotten fix for escaping filename in
7670: HTTP content-disposition header (a part of bug #361 )
7671:
7672: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7673: checks for ancestors' classes as well ( new feature: #456 )
7674:
7675: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7676: "without cycle" now have types "parser.break" and
7677: "parser.continue" instead of "parser.runtime" ( new feature: #799
7678: )
7679:
7680: 2011-11-11 misha
7681:
7682: * tests/results/: 099.processed, 100.processed, 205.processed,
7683: 237.processed: - since bug #361 was fixed the content of filename
7684: in HTTP headers is quoted
7685:
7686: * tests/results/270.processed: - result for test 270
7687:
7688: * tests/: 065.html, results/065.processed: - more tests for
7689: ^file:basename[] & Co were added
7690:
7691: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7692:
7693: * tests/270.html: - tests for ^file:find[] are added
7694:
7695: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7696: using option $.charset. option $.engoding is still supported but
7697: these options can not be specified together
7698:
7699: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7700: comparation charset name with string "UTF-8" ( bugfix: #759 )
7701:
7702: 2011-10-11 misha
7703:
7704: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7705: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7706: #622)
7707:
7708: 2011-09-30 misha
7709:
7710: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7711: exception "saving stat-ed file" ( bugfix: #395 )
7712:
7713: 2011-05-30 misha
7714:
7715: * src/classes/string.C: - fixed bug which was added with
7716: params.as_hash into string:sql
7717:
7718: 2011-05-29 misha
7719:
7720: * src/types/pa_value.C: - filename in content-disposition header
7721: must be quoted ( bugfix: #361 )
7722:
7723: 2011-05-27 misha
7724:
7725: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7726: created file
7727:
7728: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7729: usage
7730:
7731: * src/include/pa_exception.h: - one more string for exception was
7732: added
7733:
7734: 2011-05-25 misha
7735:
7736: * tests/269.html: - tests for checking input params in some dom
7737: methods
7738:
7739: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7740: was added. it isn't possible not wo create xdoc with invalid
7741: tagName. ( bugfix: #160 )
7742:
7743: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7744: string "data must be string" was mover from pa_exception.h to
7745: pa_xml_exception.h
7746:
7747: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7748: as_xmlncname, as_xmlname and as_xmlnsuri were added
7749:
7750: * src/main/pa_xml_exception.C: - XmlException accepts more options
7751:
7752: * src/include/pa_xml_exception.h: - XmlException accepts more
7753: options - XML-related exception's strings were added
7754:
7755: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7756: output_options were removed)
7757:
7758: 2011-05-19 misha
7759:
7760: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7761: params.as_hash is used more while parsing methods hash-options
7762:
7763: 2011-05-18 misha
7764:
1.211 moko 7765: * operators.ru.txt, operators.txt: - info about json-serialization
7766: of xdoc was added
1.95 moko 7767:
7768: * tests/256.html: - tests for json-serialization xdoc were added
7769:
7770: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7771:
7772: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7773: classes/json.C, classes/xdoc.C: - now json:string can serialize
7774: xdoc-objects. options (the same as ^xdoc.string[]) could be
7775: specified in $.xdoc[] ( new feature: #265 )
7776:
7777: 2011-05-15 misha
7778:
7779: * tests/268.html: - tests for ^table.count[with options] were added
7780:
7781: * src/classes/table.C: - method ^table.count[] now can accept
7782: options ( new feature: #93 ): ^table.count[column] returns number
7783: of columns for named table; ^table.count[cells] returns number of
7784: cells in the current row; ^table.count[] & ^table.count[rows]
7785: return number of rows in a table.
7786:
7787: * tests/267.html: - test for checking switch/case in boolean mode
7788: was added
7789:
7790: * src/classes/op.C: - if switch's or case's value is bool, they are
7791: compared as bool values, not as double values: new feature: #351
7792:
7793: 2011-05-06 misha
7794:
7795: * tests/242.html: - EOL before EOF was added
7796:
7797: * tests/169.html: - tests for splitting empty string and void were
7798: added
7799:
7800: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7801: returned table with one empty cell)
7802:
7803: 2011-04-03 misha
7804:
7805: * src/include/pa_version.h, configure.in: - version in head was
7806: changed to 3.4.2b
7807:
7808: 2011-03-30 misha
7809:
7810: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7811: as well ( new feature #294 )
7812:
7813: 2011-03-29 misha
7814:
7815: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7816: limited to approx. 6 MB. previous limits were too big for real
7817: life. bugfix: #216
7818:
7819: 2011-03-04 moko
7820:
7821: * etc/parser3.charsets/cp866.cfg: Conforms to
7822: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7823:
7824: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7825: vlalek@
7826:
7827: 2011-02-22 misha
7828:
1.211 moko 7829: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7830: methods mustn't be under #ifdef XML or parser can't be compiled
7831: without xml support
1.95 moko 7832:
7833: 2011-02-21 misha
7834:
1.116 moko 7835: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7836: ApacheModuleParser3.vcproj was removed
7837:
7838: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7839: removed)
7840:
7841: 2011-02-20 misha
7842:
7843: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7844: $.overridden in ^reflection:method_info[...] were added
7845:
7846: * src/classes/reflection.C: - beautifying result of
7847: ^reflection:method_info[] ($.overridden/inherited)
7848:
7849: 2011-02-18 misha
7850:
7851: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7852: and pa_isalnum instead of isalpha and isalnum - bug with
7853: redundand quoting lowercased latin chars while building email
7854: body was fixed
7855:
7856: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7857: added (they check for latin chars only)
7858:
7859: 2011-02-16 misha
7860:
7861: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7862: string size for transcoding gave too small value (should ever
7863: look for availability char in dest charset inspite of the char
7864: size)
7865:
7866: 2011-02-04 moko
7867:
7868: * tests/223.html: header values now not url-encoded (issue #195)
7869:
7870: 2011-02-01 misha
7871:
7872: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7873:
7874: 2011-01-31 misha
7875:
7876: * src/main/pa_request.C: - throw exception if param file_name in
7877: use_file is empty
7878:
7879: 2011-01-08 moko
7880:
7881: * src/classes/curl.C: compilations errors fixed
7882:
7883: 2010-12-29 moko
7884:
7885: * tests/: 265.html, results/265.processed: test for issue #200
7886: added
7887:
7888: * src/main/pa_string.C: empty regex result check added (fixes issue
7889: #200)
7890:
7891: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7892:
7893: * tests/results/223.processed: header values now not url-encoded
7894: (issue #195)
7895:
7896: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7897: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7898: pa_http_safe_header_name added for headers names (fixes bug #195)
7899:
7900: 2010-12-18 misha
7901:
7902: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7903: => pa-include
7904:
7905: 2010-11-28 moko
7906:
7907: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7908:
7909: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7910: -> pa
7911:
7912: * configure.in: apr -> pa
7913:
7914: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7915:
7916: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7917: classes/Makefile.am, types/Makefile.am: apr -> pa
7918:
7919: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7920: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7921: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7922: pa-include/pa_apr.h, pa-include/pa_errno.h,
7923: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7924: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7925: module apr name conflict resolved)
7926:
7927: 2010-11-27 misha
7928:
7929: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7930: libbz2
7931:
7932: 2010-11-26 misha
7933:
7934: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7935: warnings removed
7936:
7937: 2010-11-25 moko
7938:
1.211 moko 7939: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 7940:
1.211 moko 7941: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 7942:
1.211 moko 7943: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 7944:
7945: * buildall-with-xml: libxml2-2.7.8 + with-apache
7946:
7947: 2010-11-24 moko
7948:
1.116 moko 7949: * configure: apxs support
1.95 moko 7950:
7951: * configure.in: apxs support -Bstatic gc removed for OS X
7952:
7953: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7954:
7955: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7956: THREAD_LOCAL usage
7957:
7958: * src/: classes/curl.C, include/pa_config_includes.h,
7959: main/pa_globals.C: THREAD_LOCAL defined and used
7960:
7961: 2010-11-23 moko
7962:
7963: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7964: should be passed to pa_sleep, and only fractional part (bugfix:
7965: #188)
7966:
7967: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7968:
7969: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7970: GC_dont_gc=1, as in cgi version
7971:
7972: * src/targets/apache/mod_parser3.c: warning war
7973:
7974: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7975: pa_httpd.h: version removed, some trash removed
7976:
7977: * src/targets/apache/mod_parser3.c: version removed (we don't want
7978: to show it), warning war
7979:
7980: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7981: pa_httpd.h: parser_status_allowed removed + merge config
7982: functions removed (override is the default) + beauty
7983:
7984: * src/: include/pa_request.h, main/pa_request.C,
7985: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7986: hide $status used in apache module removed
7987:
7988: 2010-11-18 moko
7989:
1.211 moko 7990: * operators.ru.txt, operators.txt: $.table[compact] added for
7991: ^json:string[]
1.95 moko 7992:
7993: 2010-11-16 moko
7994:
7995: * src/targets/apache/mod_parser3.c: some cleanup done
7996:
7997: * src/main/untaint.C: bugfix: first, second String::Body argument
7998: is hashcode; second, info.fragment_begin is original, not
7999: resulting length
8000:
8001: * src/classes/file.C: new feature: $.stdin now untainted
8002:
8003: * tests/results/264.processed: new feature: $.stdin[] now untainted
8004:
8005: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8006:
8007: * src/classes/op.C: ^apply-taint[] method added
8008:
8009: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8010: added; $.stdin untaint test added
8011:
8012: 2010-11-15 moko
8013:
8014: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8015: removed
8016:
8017: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8018: pa_httpd.h: 2x2 calculated under apache2. :)
8019:
8020: 2010-11-13 moko
8021:
8022: * src/targets/apache/mod_parser3.c: initial changes to build module
8023: with apache 2.x includes
8024:
8025: * src/targets/apache/: Makefile.am, mod_parser3.c,
8026: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8027: united apache 1.3 / apache 2.x DSO module
8028:
8029: 2010-11-09 moko
8030:
8031: * src/types/pa_method.h: check added to dissallow @method[name;*]
8032: syntax
8033:
8034: * tests/: 263.html, results/263.processed: test from method[*args]
8035: added
8036:
8037: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8038: number of params can now be passed to a method declared with *arg
8039:
8040: 2010-11-06 moko
8041:
8042: * src/classes/table.C: formating fixed. :)
8043:
8044: * src/classes/table.C: closes #4: ^table.select now supports
8045: $.limit(), $.offset, $.reverse() options
8046:
8047: * tests/: 262.html, results/262.processed: test for ^table:select
8048: with options added (feature #4)
8049:
8050: * src/include/pa_array.h: remove function added
8051:
8052: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8053: object in get_element/put_element, using static one.
8054:
8055: 2010-11-04 moko
8056:
8057: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8058: options is passed
8059:
8060: * tests/: 256.html, results/256.processed: $.table[compact] feature
8061: now tested; k and p in handler now tested.
8062:
8063: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8064: $.table[compact] feature added
8065:
8066: * src/classes/json.C: key is now passed to handler in
8067: value_json_string; ^json:string result now process tainting
8068: inside and returns clean string, related to issue #153
8069:
8070: * src/main/untaint.C: bugfix: charset can be null (in
8071: ^string:save[] as example), thus check is added
8072:
8073: 2010-10-31 moko
8074:
8075: * src/classes/string.C: error message changed (fixes issue #149)
8076:
8077: 2010-10-29 moko
8078:
8079: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8080: port is not default (fixes issue #155); exception on invalid port
8081: added.
8082:
8083: * src/main/untaint.C: '*' is now not urlencoded to allow header
8084: "Accept: */*" to be passed
8085:
8086: 2010-10-28 moko
8087:
8088: * src/classes/curl.C: bugfix: detect_charset() was throwing
8089: exception on unknown charset even if response_charset was
8090: specified
8091:
8092: 2010-10-27 moko
8093:
8094: * src/classes/string.C: ^string.append removed for void
8095: compatibility
8096:
8097: 2010-10-26 moko
8098:
8099: * src/classes/json.C: libjson supports array at top level, we too
8100: (GPF fixed)
8101:
8102: 2010-10-25 moko
8103:
8104: * tests/: 253.html, results/253.processed: libjson supports array
8105: at top level, parser now supports it as well.
8106:
8107: * tests/261.html, tests/results/261.processed,
8108: src/types/pa_vstring.h: empty string is now void compatible
8109: (allows $empty.key)
8110:
8111: 2010-10-22 misha
8112:
8113: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8114: while adding additional expires checkout)
8115:
8116: * tests/030.html: - test for session cookie was added
8117:
8118: 2010-10-21 moko
8119:
8120: * src/: classes/string.C, classes/void.C, main/execute.C,
8121: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8122: string (feature #111)
8123:
8124: * tests/: 261.html, results/261.processed: checks void from string
8125: inheritance (feature #111)
8126:
8127: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8128: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8129: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8130: now true by default
8131:
8132: 2010-10-17 moko
8133:
8134: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8135: upload now uses binary blocks instead of L_FILE_POST tainting.
8136: (bugfix: #128)
8137:
8138: * tests/: 223.html, results/223.processed: binary file upload test
8139: added, GPF (issue #128) also checked in this test
8140:
8141: 2010-10-13 misha
8142:
8143: * tests/260.html: - test for math:convert
8144:
8145: * src/classes/math.C: - error in math:convert was fixed
8146:
1.211 moko 8147: * operators.ru.txt, operators.txt: - info about
1.95 moko 8148: ^math:convert[number](from-base;to-base) was added
8149:
8150: * src/classes/math.C: - method
8151: ^math:convert[number](from-base;to-base) for converting number
8152: represention from one base to another was added ( new feature:
8153: #23 )
8154:
8155: 2010-10-13 moko
8156:
8157: * src/main/compile.tab.C: [] now is empty string, not void
8158:
8159: * src/main/compile.y: [] now is empty string, not void
8160:
8161: * src/types/pa_vvoid.h: void now passed as parameter
8162:
8163: * tests/: 259.html, results/259.processed: to test difference
8164: between void and empty string (see ticket #111)
8165:
8166: * tests/results/152.processed: $sEmpty[] is now empty string, not
8167: void
8168:
8169: * tests/256.html: $s[$void] is no longer empty string
8170:
8171: * tests/254.html: empty string is no longer void
8172:
8173: 2010-10-12 misha
8174:
8175: * src/types/pa_vcookie.C: - check if $.expires value can be
8176: converted to date during cookies set up ( bugfix: #104 )
8177:
8178: * tests/041.html: - more tests for ^table.locate were added
8179:
8180: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8181: work ( bugfix: #129 ) - exception comment for incorrect options
8182: ^table.locate[field;value;options] was fixed
8183:
8184: 2010-10-10 moko
8185:
8186: * src/: classes/reflection.C, main/execute.C: constructor returning
8187: another object feature returned
8188:
8189: * tests/results/258.processed: test result updated as constructor
8190: returning another object feature returned
8191:
8192: * tests/: 258.html, results/258.processed: test for constructor
8193: returning another object
8194:
8195: 2010-10-08 misha
8196:
8197: * tests/257.html: - whitespaces after @METACOMMANDS and their
8198: options shouldn't cause exceptions any longer
8199:
8200: 2010-10-06 moko
8201:
8202: * src/classes/: hash.C, table.C: length from sql server is now
8203: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8204:
8205: 2010-10-02 misha
8206:
1.211 moko 8207: * operators.ru.txt, operators.txt: - the X mark was removed from
8208: ^cache[file]. it is usable to delete cache file.
1.95 moko 8209:
8210: 2010-10-02 moko
8211:
8212: * tests/: 253.html, results/253.processed: hook_key added for key
8213: checking
8214:
8215: * src/classes/json.C: null key bug fixed
8216:
8217: 2010-09-29 misha
8218:
8219: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8220:
8221: 2010-09-25 moko
8222:
8223: * src/classes/json.C: small fixed
8224:
8225: * tests/results/: 253.processed, 255.processed: just updated
8226:
8227: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8228: results/255.processed: charset transcode test added for
8229: json:parse
8230:
8231: 2010-09-24 moko
8232:
8233: * src/types/pa_value.h: warning war :)
8234:
8235: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8236: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8237: ^json:string
8238:
8239: 2010-09-22 moko
8240:
8241: * src/main/pa_charset.C: parser charset tables declare only
8242: white-space before 0x20, thus adding the missing chars
8243:
8244: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8245: to http://unicode.org/Public/MAPPINGS/VENDORS/
8246:
8247: 2010-09-21 misha
8248:
8249: * src/main/compile.y: - some semicolons were added (VS2010 don't
8250: want to compile grammar if they are absent)
8251:
8252: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8253:
8254: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8255:
8256: * src/main/main.vcproj: - path to bison is changed
8257:
8258: 2010-09-21 moko
8259:
1.116 moko 8260: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8261: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8262: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8263:
8264: 2010-09-20 misha
8265:
8266: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8267:
8268: * src/classes/json.C: - add EOL while json-serializing hash
8269:
8270: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8271: compilers don't like 'ES'.
8272:
8273: 2010-09-17 misha
8274:
1.211 moko 8275: * operators.ru.txt, operators.txt: - info about json class was
8276: added
1.95 moko 8277:
8278: * src/classes/json.C: - ^json:string[object]
8279:
8280: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8281: preventing infinite recursion while executing json:string was
8282: added
8283:
8284: * src/include/pa_string.h: - method append_quoted was added
8285:
8286: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8287: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8288: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8289: was added to Value & Co
8290:
8291: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8292: were used
8293:
8294: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8295: were added
8296:
8297: 2010-09-10 moko
8298:
8299: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8300: die_or_abort (backport from 3.4.1)
8301:
8302: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8303: die_or_abort (bugfix: #106)
8304:
8305: 2010-09-09 moko
8306:
8307: * src/classes/json.C: warning war. :)
8308:
8309: 2010-09-08 misha
8310:
8311: * src/lib/json/Makefile.am: - additional include directories were
8312: added (for pa_memory.h and gc.h)
8313:
8314: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8315: compile as C++ instead default - additional include directory was
8316: added (for gc.h)
8317:
8318: * src/types/pa_vform.C: - little code reformating
8319:
8320: * src/classes/file.C: - $.content-type option now can be specified
8321: in ^file::create ( new feature: #102 )
8322:
8323: 2010-09-08 moko
8324:
8325: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8326: pa_malloc/pa_free
8327:
8328: 2010-09-07 moko
8329:
8330: * tests/results/254.processed: VStateless_class:put_element
8331: exception was fixed
8332:
8333: * src/types/: pa_value.h, pa_vstateless_class.h: now
8334: VStateless_class:put_element barks self.type, not this.type
8335: (bugfix: #105)
8336:
8337: 2010-09-06 moko
8338:
8339: * src/classes/reflection.C: bugfix: new String() is required for
8340: exception handling
8341:
8342: * tests/: 254.html, results/254.processed: test modified
8343:
8344: 2010-09-05 moko
8345:
8346: * tests/: 254.html, results/254.processed: ^reflection:copy test
8347: added
8348:
8349: * src/: classes/reflection.C, include/pa_request.h:
8350: ^reflection:copy implemented (new feature: #100)
8351:
8352: 2010-09-03 moko
8353:
8354: * src/lib/json/JSON_parser.C: c++ compatiblity
8355:
8356: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8357: option testing added
8358:
8359: 2010-09-02 moko
8360:
8361: * src/classes/json.C: $.distinct[first|last|all] added
8362:
8363: 2010-09-01 moko
8364:
8365: * tests/results/253.processed: json test result
8366:
8367: * tests/: 253.html, 253_json.txt: json test added
8368:
8369: * src/classes/json.C: json.C update to actual version + hash key
8370: creation bugfix
8371:
8372: 2010-08-31 misha
8373:
8374: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8375: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8376: src/lib/Makefile.am, src/classes/Makefile.am,
8377: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8378: json library was added
8379:
8380: 2010-08-30 moko
8381:
8382: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8383: types/pa_vobject.C: cosmetic optimization in
8384: request:execute_method usage
8385:
8386: * src/: include/pa_charset.h, main/pa_charset.C: small
8387: optimization, just to decrease number of lines. :)
8388:
8389: 2010-08-27 misha
8390:
8391: * src/classes/op.C: - taint[json] was added
8392:
8393: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8394: were added
8395:
8396: * src/main/pa_exec.C: - warning fix was rolled back.
8397:
8398: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8399: include/pa_string.h: - taint[json] was added - escaping was
8400: slightly modified
8401:
8402: 2010-08-25 misha
8403:
8404: * src/classes/file.C: - typo in file:sql exception was fixed
8405:
8406: * src/main/pa_exec.C: - warning about declared and not used
8407: variable forced_allow was removed
8408:
8409: 2010-08-14 misha
8410:
8411: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8412: were removed
8413:
8414: 2010-08-11 moko
8415:
8416: * tests/: 249.html, results/249.processed: default setter and
8417: anti-recursive default getter test added
8418:
8419: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8420: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8421: types/pa_vobject.h, types/pa_vstateless_class.C,
8422: types/pa_vstateless_class.h: default setter support +
8423: anti-recursive default getter support ( new feature: #13 )
8424:
8425: * src/include/pa_hash.h: optimization: threshold member removed
8426: from hash, reducing sizeof(hash)
8427:
8428: 2010-08-10 misha
8429:
8430: * tests/196.html: - junction-method was added to the test
8431:
8432: * tests/248.html: - ups. typo :)
8433:
8434: * tests/248.html: - test for checking .match with 4 params
8435:
8436: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8437: 247_windows1251.txt: - test for "transcode file from utf-8 to
8438: $request:charset during loading if the BOM code is detected"
8439:
8440: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8441: $request:charset during loading if the BOM code is detected ( new
8442: feature: #98 )
8443:
8444: 2010-08-05 misha
8445:
8446: * src/classes/image.C: - ^image.replace now can accept only 2
8447: params. in this case the whole image is affected ( new feature:
8448: #95 )
8449:
8450: 2010-08-04 misha
8451:
8452: * tests/246.html: - test tor ^hash._at[] was added
8453:
8454: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8455: #53 )
8456:
8457: * src/include/pa_hash.h: - methods for accessing the first and the
8458: last values of ordered hash were added (first_value and
8459: last_value)
8460:
8461: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8462: (similar to others file's methods):
8463: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8464: #68 )
8465:
8466: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8467:
8468: 2010-08-01 moko
8469:
8470: * src/classes/op.C: to correctly process $result[] in code, called
8471: from ^process
8472:
8473: * tests/245.html: $result in ^process[] test added
8474:
8475: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8476: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8477: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8478: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8479: caller, self) op_call(VMethodFrame &frame, bool constructing)
8480: removed, construct(class,method) added
8481:
8482: * tests/results/: 192.processed, 244.processed: request::construct
8483: added
8484:
8485: * tests/: 244.html, 245.html, results/244.processed,
8486: results/245.processed: object creation exceptions and ^process
8487: tests added
8488:
8489: 2010-07-28 misha
8490:
8491: * tests/make_tests.cmd: - win32 EOLs
8492:
8493: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8494: tests on Win32 were added (The system timezone should be GMT+3)
8495:
8496: 2010-07-26 misha
8497:
8498: * tests/: 212.html, results/212.processed: - sizes were removed
8499: mecause they could be different on different OSs
8500:
8501: * tests/065.html: - make it "win32 friendly"
8502:
8503: 2010-07-25 misha
8504:
8505: * src/main/compile.y: - all EOLs between methods are removed during
8506: compilation ( new feature: #47 )
8507:
8508: * tests/results/149.processed: - prepare tests to trim trailing
8509: methods' EOLs
8510:
8511: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8512:
8513: * tests/: results/006.processed, results/014.processed, 006.html,
8514: 014.html, 022.html: - prepare tests to trim trailing methods'
8515: EOLs
8516:
8517: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8518: results/071.processed, results/022.processed: - prepare tests to
8519: trim trailing methods' EOLs
8520:
8521: * tests/: results/073.processed, results/109.processed,
8522: results/142.processed, results/144.processed,
8523: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8524: 144.html: - prepare tests to trim trailing methods' EOLs
8525:
8526: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8527: 149.html, 152.html, results/096.processed, results/107.processed,
8528: results/109.processed, results/142.processed,
8529: results/144.processed: - prepare tests to trim trailing methods'
8530: EOLs
8531:
8532: 2010-07-24 moko
8533:
8534: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8535: the hash order in this test
8536:
8537: * tests/014.html: to check hash order, hash no is longer sorted
8538: before print
8539:
8540: * src/include/pa_hash.h: hash copy constructor now keeps order
8541: (bugfix: #54)
8542:
8543: 2010-07-23 moko
8544:
8545: * tests/results/224.processed: @auto[] is no longer inherited
8546:
8547: * src/types/pa_vstateless_class.C, tests/227.html,
8548: tests/results/227.processed: @auto[] is no longer inherited
8549: (bugfix: #57)
8550:
8551: 2010-07-22 misha
8552:
8553: * src/classes/table.C: - don't skip comment lines during
8554: table::load if encloser or separator is set as '#' ( new feature:
8555: #30 )
8556:
8557: * src/targets/cgi/parser3.C: - don't run as cgi if
8558: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8559: #12 )
8560:
8561: * src/classes/file.C: - set PARSER_VARSION env before external
8562: script executing
8563:
8564: 2010-07-13 misha
8565:
8566: * tests/058.html: - test for suppressing @border was added - test
8567: for user attribute was added
8568:
8569: * tests/results/186.processed: unescaping from \uXXXX
8570:
8571: * tests/186.html: unescaping from \uXXXX
8572:
8573: * tests/: 239.html, results/239.processed: method call type
8574:
8575: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8576: $junction_method.CLASS_NAME (+CLASS)
8577:
8578: 2010-07-07 misha
8579:
8580: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8581: *nix
8582:
8583: 2010-07-05 misha
8584:
8585: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8586: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8587: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8588: comment strings "options must be hash", "options must be hash,
8589: not code" and "called with invalid option" were replaced by
8590: constatns - exception comment string "invalid option passed" was
8591: replaced by "called with invalid option" (now in different
8592: methods are the same exception comment string)
8593:
8594: * src/include/pa_exception.h: - more exception strings were defined
8595:
8596: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8597: types/pa_vstateless_class.h: - now we can define possible
8598: method's call type ( new feature: #5 ) 1.
8599: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8600: methods 2. @static:method[params] (only static keyword could be
8601: used here) -- for specified methods
8602:
8603: * src/main/pa_common.C: - junction points should not be deleted on
8604: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8605: cleanup
8606:
8607: 2010-07-03 misha
8608:
8609: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8610: results/158.processed, results/160.processed,
8611: results/161.processed, results/162.processed,
8612: results/163.processed: - prepare tests to trim trailing methods'
8613: EOLs
8614:
8615: * tests/results/169.processed: - prepare tests to trim trailing
8616: methods' EOLs
8617:
8618: * tests/results/: 168.processed, 169.processed: - prepare tests to
8619: trim trailing methods' EOLs
8620:
8621: * tests/: results/170.processed, results/167.processed,
8622: results/168.processed, results/169.processed, 167.html, 168.html,
8623: 169.html: - prepare tests to trim trailing methods' EOLs
8624:
8625: * tests/: results/170.processed, results/171.processed,
8626: results/172.processed, results/173.processed,
8627: results/174.processed, results/175.processed, 170.html, 171.html,
8628: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8629: trailing methods' EOLs
8630:
8631: * tests/: results/176.processed, results/180.processed,
8632: results/184.processed, results/185.processed,
8633: results/191.processed, results/192.processed,
8634: results/196.processed, results/197.processed,
8635: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8636: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8637: to trim trailing methods' EOLs
8638:
8639: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8640: results/199.processed, results/208.processed,
8641: results/209.processed, results/213.processed,
8642: results/214.processed: - prepare tests to trim trailing methods'
8643: EOLs
8644:
8645: 2010-06-29 misha
8646:
8647: * tests/: 220.html, 218.html, results/218.processed,
8648: results/215.processed, results/217.processed, 215.html, 217.html:
8649: - prepare tests to trim trailing methods' EOLs
8650:
8651: * tests/: results/224.processed, 224.html, 223.html,
8652: results/223.processed, results/220.processed: - prepare tests to
8653: trim trailing methods' EOLs
8654:
8655: * tests/results/: 226.processed, 230.processed: - prepare tests to
8656: trim trailing methods' EOLs
8657:
8658: * tests/: 229.html, results/229.processed: - prepare tests to trim
8659: trailing methods' EOLs
8660:
8661: * tests/: 232.html, 235.html, results/232.processed,
8662: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8663: results/226.processed, results/227.processed,
8664: results/228.processed, results/230.processed: - prepare tests to
8665: trim trailing methods' EOLs
8666:
8667: 2010-06-16 moko
8668:
8669: * tests/: 229.html, results/229.processed: elseif now supported in
8670: ^if
8671:
8672: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8673:
8674: 2010-06-03 misha
8675:
8676: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8677: instead of memcopy for overlaped regions
8678:
8679: 2010-05-25 misha
8680:
8681: * src/main/pa_common.C: - wanring about unused vars was removed
8682:
8683: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8684: get_method_filename was moved to execute.C
8685:
8686: 2010-05-23 misha
8687:
8688: * src/main/pa_request.C: - more accurate detection of method's file
8689:
8690: 2010-05-22 misha
8691:
8692: * src/classes/reflection.C: - bugfix: core during detection of
8693: .file if filespec isn't detected successfully
8694:
8695: 2010-05-20 misha
8696:
8697: * src/main/pa_request.C: - fix in get_method_filename
8698:
8699: * src/include/pa_request.h: - new feature: #24 -- searching
8700: included file in @USE/^use is changed. if its filespec doesn't
8701: start from '/' it will be searched in caller file directory
8702:
8703: * src/classes/reflection.C: - ^reflection:method_info returns file
8704: where the method is defined
8705:
8706: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8707: classes/op.C: - new feature: #24 -- searching included file in
8708: @USE/^use is changed. if its filespec doesn't start from '/' it
8709: will be searched in caller file directory
8710:
8711: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8712: is moved to pa_common.h
8713:
8714: 2010-05-18 misha
8715:
8716: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8717: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8718: cookie parser decode \uXXXX as well as %uXXXX
8719:
8720: 2010-05-17 misha
8721:
8722: * src/classes/curl.C: beauty: - unused param is removed in method
8723: _curl_version_action - some spaces were removed or replaced by
8724: tabs
8725:
8726: * src/classes/table.C: - bugfix: #72 core with empty value during
8727: ^table.hash[...;name_of_the_last_column][$.type[string]]
8728:
8729: 2010-05-16 misha
8730:
8731: * src/classes/curl.C: new: #61 more curl options were added
8732: (contributed by Sumo)
8733:
8734: 2010-04-29 pretender
8735:
8736: * src/main/pa_string.C: fixes #63 Split result from empty string
8737: now empty string.
8738:
8739: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8740: string type.
8741:
8742: 2010-04-28 pretender
8743:
8744: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8745: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8746: macrodefinition removed
8747:
8748: 2010-04-19 pretender
8749:
8750: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8751: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8752:
8753: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8754: fixes #64 Now file.missing exception generates in unsafe mode to.
8755:
8756: * src/classes/file.C: fixes #48 Now not throw "not save environment
8757: variable" exception in grpunlim version.
8758:
8759: 2010-04-05 misha
8760:
8761: * src/classes/string.C: - new feature: 4th param was added to
8762: match. if specified its value is returned in case of nothing was
8763: found
8764:
8765: 2010-04-01 misha
8766:
8767: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8768: multiple execution of /a/b/auto.p
8769:
8770: 2010-03-19 misha
8771:
8772: * src/main/execute.C: - core in $table1.$table2 was fixed
8773:
8774: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8775:
8776: 2010-01-27 misha
8777:
8778: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8779: trying to open file by path /existing-file/non-exixting-file
8780:
8781: 2010-01-26 misha
8782:
8783: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8784: was added (returns file)
8785:
8786: 2009-12-22 misha
8787:
8788: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8789: now parser doesn't have class curl if it was built without it
8790:
8791: 2009-12-15 misha
8792:
8793: * configure.in: - little cheat with curl include dir was added
8794:
8795: 2009-12-05 misha
8796:
8797: * src/classes/curl.C: - some fixes
8798:
8799: 2009-12-04 misha
8800:
8801: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8802: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8803: buildall-with-xml, buildall-without-xml, configure.in: - curl
8804: class was added
8805:
8806: * src/include/pa_hash.h: - hash-iterator was added
8807:
8808: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8809: was added to pcre
8810:
8811: 2009-11-27 misha
8812:
8813: * src/classes/image.C: - don't add @border attribute to output of
8814: ^image.html[] if it was specified by user with empty value
8815:
8816: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8817: root element and we are trying to access .documentElement
8818:
8819: 2009-11-11 misha
8820:
8821: * src/classes/table.C: - in ^table.flip[] look at number of columns
8822: instead of number of items in first row for named tables
8823:
8824: 2009-11-10 misha
8825:
1.211 moko 8826: * operators.ru.txt, operators.txt: - info about hash-options in
8827: ^file::create was added
1.95 moko 8828:
8829: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8830: added
8831:
8832: 2009-11-09 misha
8833:
8834: * buildall-with-xml: - moving to libxml 2.7.6
8835:
8836: * tests/236.html: - tests for comparations cords with functions
8837: were added
8838:
8839: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8840: added
8841:
8842: * src/main/pa_http.C: - little optimisation
8843:
8844: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8845: GPF mallocs + stringstream (table.save)
8846:
8847: * src/classes/file.C: - file::create now accepts 4th param: options
8848: with $.charset
8849:
8850: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8851: bug in cord (comparation cords with functions was buggy)
8852:
8853: 2009-11-06 misha
8854:
8855: * src/main/pa_string.C: - bugfix: calculation string.length
8856: sometimes was buggy
8857:
8858: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8859: destroyed if exception occured during match/replace
8860:
8861: * src/: main/pa_charset.C, include/pa_charset.h: - method
8862: lengthUTF8Char was added
8863:
8864: * src/classes/op.C: - clean tainting lang was added for user's
8865: usage
8866:
8867: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8868: fixed: checkouts are required after GC_MALLOC
8869:
8870: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8871:
1.211 moko 8872: * operators.ru.txt, operators.txt: - actually, there is no
8873: ^untaint[xml] in file::create
1.95 moko 8874:
8875: 2009-10-15 misha
8876:
8877: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8878: were added
8879:
8880: * tests/234.html: - more tests for checking ^taint[uri] escaping
8881: were added
8882:
8883: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8884: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8885: hacking: for dealing with transcoding+^taint[uri]
8886: transcode_and_untaint was replaced by untaint_and_transcode
8887:
8888: 2009-10-13 misha
8889:
8890: * tests/: 121.html, results/121.processed: - test transcoding +
8891: url-escaping now
8892:
8893: * tests/results/auto.p: - more helpers' methods were added
8894:
8895: * src/main/pa_globals.C: - die instead of abort
8896:
8897: 2009-10-06 misha
8898:
8899: * src/main/pa_common.C: - don't allocate memory during
8900: capitalization if input string is already capitalized
8901:
8902: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8903:
8904: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8905: use format function because it calls malloc
8906:
8907: * src/include/pa_common.h: - more capitalized headers were added
8908:
8909: * src/main/pa_common.C: - in safe mode clear executable bits during
8910: file writing
8911:
8912: 2009-10-05 misha
8913:
8914: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8915:
8916: 2009-10-03 misha
8917:
8918: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8919: ^img.text[] & ^img.length[] can work in utf-8 now
8920:
8921: * src/: include/pa_charset.h, main/pa_charset.C: - class
8922: UTF8_string_iterator was added
8923:
8924: * src/classes/image.C: - respect utf-8 when calculate alphabet
8925: length
8926:
8927: * src/classes/mail.C: - check from before get message.cstr
8928:
8929: 2009-10-02 misha
8930:
8931: * tests/233.html: - test for image.font, image.length, image.text
8932: with text in utf-8 were added
8933:
8934: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8935:
8936: * buildall-with-xml, buildall-without-xml: - comment about gc
8937: version for freebsd 4 was added
8938:
8939: 2009-10-01 misha
8940:
8941: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8942: terminator) - read_pipe were slightly optimized
8943:
8944: 2009-09-28 misha
8945:
8946: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8947: removed
8948:
8949: * src/types/pa_vmail.C: - forgot about space after ':'
8950:
8951: * src/types/pa_vmail.C: - escape filenames while preparing mail
8952: body - small simplifications
8953:
8954: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8955: inout params like pa_base64
8956:
8957: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8958: option $.debug-print(1) was added to mail:send - changes for
8959: using uue_encode which uses less memory
8960:
8961: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8962:
8963: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8964: memory now
8965:
8966: 2009-09-26 misha
8967:
8968: * src/types/pa_vmail.C: - default encoding now is base64
8969:
8970: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8971:
8972: 2009-09-25 misha
8973:
8974: * src/types/pa_vmail.C: - capitalization of headers was added to
8975: sending mail as well
8976:
8977: * buildall-with-xml: - catalog package was removed from libxml
8978:
8979: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8980: win32 absolute path
8981:
8982: * src/include/pa_common.h: - one more capitalized header was added
8983:
8984: 2009-09-22 misha
8985:
8986: * INSTALL: - comment about building just httpd binary while
8987: building apache module was added
8988:
8989: 2009-09-21 misha
8990:
8991: * buildall-with-xml: - moving to the latest versions of xml libs:
8992: libxml 2.7.4 and libxslt 1.1.25
8993:
8994: 2009-09-19 misha
8995:
8996: * tests/231.html: - test for encoding cookie in win-1251
8997:
8998: 2009-09-18 misha
8999:
9000: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9001: object] were added
9002:
1.211 moko 9003: * operators.ru.txt, operators.txt: - info about method
9004: ^reflection:fields[class or object] was added
1.95 moko 9005:
9006: * src/classes/reflection.C: - method ^reflection:fields[class or
9007: object] was added
9008:
9009: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9010: methods get_fields were added
9011:
9012: * tests/232.html: - tests for @GET[name]
9013:
9014: * src/classes/table.C: - some changes in handling hash-options for
9015: creare, join and locate
9016:
9017: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9018: defined with option: the type of requested value
9019:
9020: 2009-09-17 misha
9021:
9022: * tests/212.html: - tests for .pattern and .options were added
9023:
9024: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9025: $regex.options were added
9026:
9027: 2009-09-11 misha
9028:
9029: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9030: rewrited. it checks not just one case of sending cookies during
9031: file::load[http], but also sending headers and fields (including
9032: files)
9033:
9034: 2009-09-10 misha
9035:
9036: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9037: was removed => now parser can open files with Russian 'r' in
9038: filename
9039:
9040: * src/main/untaint.C: - bugfix: client charset whould be analized
9041: while escaping cookies but now source charset
9042:
9043: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9044: ^tainted[uri] so it was possible to make request with incorrect
9045: http header
9046:
9047: * src/main/pa_http.C: - capitalization of http headers during
9048: file::load[http was slightly changes - bugfix: all headers which
9049: parser sends during file::load[http should be transcoded and only
9050: then escaped
9051:
9052: * src/main/untaint.C: - a bit more comments were added
9053:
9054: * src/classes/: file.C, string.C: - types where changes (minus 2
9055: warnings)
9056:
9057: * src/include/pa_common.h: - 2 capitalized strings for making http
9058: headers during file::load[http were added
9059:
9060: 2009-09-08 misha
9061:
1.211 moko 9062: * operators.ru.txt, operators.txt: - changes in file.save and
9063: string.save were added
1.95 moko 9064:
9065: * tests/: 230.html, 230.txt: - tests for checking options in
9066: file.save and string.save were added
9067:
9068: * src/main/pa_request.C: - http headers names, which are passed to
9069: SAPI::add_header_attribute are lowercased now (it'll be
9070: capitalized in that method)
9071:
9072: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9073: classes/string.C: - file_write accepts Request_charsets and asked
9074: charset and cound transcode content before writing - string.save
9075: and file.save have option $.charset now
9076:
9077: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9078: classes/xdoc.C: - file_write accepts Request_charsets and asked
9079: charset and cound transcode content before writing
9080:
9081: * src/include/pa_exception.h: - new exception comment string was
9082: defined
9083:
9084: 2009-09-07 misha
9085:
9086: * src/main/compile.y: - grammar $name\ name stops now for regex
9087: sub-pattern\s
9088:
9089: 2009-09-04 misha
9090:
9091: * src/main/pa_http.C: - capitalization of http headers during
9092: file::load[http was implemented
9093:
9094: 2009-09-03 misha
9095:
9096: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9097: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9098: types/pa_vmail.C, targets/cgi/parser3.C,
9099: targets/isapi/parser3isapi.C: - back to storing response http
9100: headers in lowercase - capitalize them during output
9101:
9102: 2009-08-31 misha
9103:
9104: * src/classes/table.C: - allow call with any brackets (it could be
9105: useful in methods with explict result declaration)
9106:
9107: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9108: correctly if $request:charset==koi8-r
9109:
9110: 2009-08-30 misha
9111:
9112: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9113: changed: content-type => Content-type and so on
9114:
9115: * src/classes/file.C, src/include/pa_common.h,
9116: src/include/pa_request.h, src/main/pa_http.C,
9117: src/main/pa_request.C, src/types/pa_vcookie.C,
9118: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9119: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9120: tests/results/002.processed, tests/results/003.processed,
9121: tests/results/004.processed, tests/results/005.processed,
9122: tests/results/006.processed, tests/results/007.processed,
9123: tests/results/008.processed, tests/results/009.processed,
9124: tests/results/010.processed, tests/results/011.processed,
9125: tests/results/012.processed, tests/results/013.processed,
9126: tests/results/014.processed, tests/results/015.processed,
9127: tests/results/016.processed, tests/results/017.processed,
9128: tests/results/018.processed, tests/results/019.processed,
9129: tests/results/020.processed, tests/results/021.processed,
9130: tests/results/022.processed, tests/results/023.processed,
9131: tests/results/024.processed, tests/results/025.processed,
9132: tests/results/026.processed, tests/results/027.processed,
9133: tests/results/028.processed, tests/results/029.processed,
9134: tests/results/030.processed, tests/results/031.processed,
9135: tests/results/032.processed, tests/results/033.processed,
9136: tests/results/034.processed, tests/results/035.processed,
9137: tests/results/036.processed, tests/results/037.processed,
9138: tests/results/038.processed, tests/results/039.processed,
9139: tests/results/040.processed, tests/results/041.processed,
9140: tests/results/042.processed, tests/results/043.processed,
9141: tests/results/044.processed, tests/results/045.processed,
9142: tests/results/046.processed, tests/results/047.processed,
9143: tests/results/048.processed, tests/results/049.processed,
9144: tests/results/050.processed, tests/results/051.processed,
9145: tests/results/052.processed, tests/results/053.processed,
9146: tests/results/054.processed, tests/results/055.processed,
9147: tests/results/056.processed, tests/results/057.processed,
9148: tests/results/058.processed, tests/results/059.processed,
9149: tests/results/060.processed, tests/results/061.processed,
9150: tests/results/062.processed, tests/results/063.processed,
9151: tests/results/064.processed, tests/results/065.processed,
9152: tests/results/066.processed, tests/results/067.processed,
9153: tests/results/068.processed, tests/results/069.processed,
9154: tests/results/070.processed, tests/results/071.processed,
9155: tests/results/072.processed, tests/results/073.processed,
9156: tests/results/074.processed, tests/results/075.processed,
9157: tests/results/076.processed, tests/results/077.processed,
9158: tests/results/078.processed, tests/results/079.processed,
9159: tests/results/080.processed, tests/results/081.processed,
9160: tests/results/082.processed, tests/results/083.processed,
9161: tests/results/084.processed, tests/results/085.processed,
9162: tests/results/086.processed, tests/results/087.processed,
9163: tests/results/088.processed, tests/results/089.processed,
9164: tests/results/090.processed, tests/results/091.processed,
9165: tests/results/092.processed, tests/results/093.processed,
9166: tests/results/094.processed, tests/results/095.processed,
9167: tests/results/096.processed, tests/results/097.processed,
9168: tests/results/098.processed, tests/results/099.processed,
9169: tests/results/100.processed, tests/results/101.processed,
9170: tests/results/102.processed, tests/results/103.processed,
9171: tests/results/104.processed, tests/results/105.processed,
9172: tests/results/106.processed, tests/results/107.processed,
9173: tests/results/108.processed, tests/results/109.processed,
9174: tests/results/110.processed, tests/results/111.processed,
9175: tests/results/112.processed, tests/results/113.processed,
9176: tests/results/114.processed, tests/results/115.processed,
9177: tests/results/116.processed, tests/results/117.processed,
9178: tests/results/118.processed, tests/results/119.processed,
9179: tests/results/120.processed, tests/results/121.processed,
9180: tests/results/122.processed, tests/results/123.processed,
9181: tests/results/124.processed, tests/results/125.processed,
9182: tests/results/126.processed, tests/results/127.processed,
9183: tests/results/128.processed, tests/results/129.processed,
9184: tests/results/130.processed, tests/results/131.processed,
9185: tests/results/132.processed, tests/results/133.processed,
9186: tests/results/134.processed, tests/results/135.processed,
9187: tests/results/136.processed, tests/results/138.processed,
9188: tests/results/139.processed, tests/results/140.processed,
9189: tests/results/141.processed, tests/results/142.processed,
9190: tests/results/143.processed, tests/results/144.processed,
9191: tests/results/145.processed, tests/results/146.processed,
9192: tests/results/147.processed, tests/results/148.processed,
9193: tests/results/149.processed, tests/results/150.processed,
9194: tests/results/151.processed, tests/results/152.processed,
9195: tests/results/153.processed, tests/results/154.processed,
9196: tests/results/155.processed, tests/results/156.processed,
9197: tests/results/157.processed, tests/results/158.processed,
9198: tests/results/159.processed, tests/results/160.processed,
9199: tests/results/161.processed, tests/results/162.processed,
9200: tests/results/163.processed, tests/results/164.processed,
9201: tests/results/165.processed, tests/results/166.processed,
9202: tests/results/167.processed, tests/results/168.processed,
9203: tests/results/169.processed, tests/results/170.processed,
9204: tests/results/171.processed, tests/results/172.processed,
9205: tests/results/173.processed, tests/results/174.processed,
9206: tests/results/175.processed, tests/results/176.processed,
9207: tests/results/177.processed, tests/results/178.processed,
9208: tests/results/179.processed, tests/results/180.processed,
9209: tests/results/181.processed, tests/results/182.processed,
9210: tests/results/183.processed, tests/results/184.processed,
9211: tests/results/185.processed, tests/results/186.processed,
9212: tests/results/187.processed, tests/results/188.processed,
9213: tests/results/189.processed, tests/results/190.processed,
9214: tests/results/191.processed, tests/results/192.processed,
9215: tests/results/193.processed, tests/results/194.processed,
9216: tests/results/195.processed, tests/results/196.processed,
9217: tests/results/197.processed, tests/results/198.processed,
9218: tests/results/199.processed, tests/results/200.processed,
9219: tests/results/201.processed, tests/results/202.processed,
9220: tests/results/203.processed, tests/results/204.processed,
9221: tests/results/205.processed, tests/results/206.processed,
9222: tests/results/207.processed, tests/results/208.processed,
9223: tests/results/209.processed, tests/results/210.processed,
9224: tests/results/211.processed, tests/results/212.processed,
9225: tests/results/213.processed, tests/results/214.processed,
9226: tests/results/215.processed, tests/results/216.processed,
9227: tests/results/217.processed, tests/results/218.processed,
9228: tests/results/219.processed, tests/results/220.processed,
9229: tests/results/221.processed, tests/results/222.processed,
9230: tests/results/223.processed, tests/results/224.processed,
9231: tests/results/225.processed, tests/results/226.processed,
9232: tests/results/227.processed, tests/results/228.processed,
9233: tests/results/229.processed: - http headers were changed:
9234: content-type => Content-type and so on
9235:
9236: 2009-08-27 misha
9237:
9238: * src/: main/pa_random.C, include/pa_random.h,
9239: targets/cgi/parser3.C: - year was updated :)
9240:
9241: 2009-08-26 misha
9242:
9243: * tests/: 224.html, 224.p: - test for creating of parser object
9244: using constructor without params - little bugfix in test
9245:
9246: * src/main/compile_tools.h: - bugfix: should't call autouse while
9247: checking existed class while processing partial option
9248:
9249: * src/classes/reflection.C: - bugfix: core when creating object
9250: with reflection and constructor doesn't have params
9251:
9252: 2009-08-24 misha
9253:
9254: * tests/229.html: - tests for checking the number of parameters
9255: were added
9256:
9257: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9258: number of method's parameters wasn't checked correctly (the bug
9259: was introduced in 3.4.0)
9260:
9261: 2009-08-22 misha
9262:
9263: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9264: transcoded, but tainted pieces are escaped only when
9265: content-type==url-encoding
9266:
9267: * tests/228.html: - test for checking
9268: ^file::load[http://...;$.body[]]
9269:
9270: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9271: post charset was too early (charsets is empty at this moment)
9272:
9273: 2009-08-21 misha
9274:
9275: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9276: main/untaint.C: - some fixes with transcode+untaint
9277:
9278: 2009-08-15 misha
9279:
9280: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9281: was increaced to 100 (was 50)
9282:
9283: * tests/227.html: - test for checking overriding properties in
9284: static classes was added
9285:
9286: * tests/: 226.html, 226.p: - test for @autoload[] was added
9287:
9288: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9289: main/execute.C, main/pa_request.C, classes/reflection.C: -
9290: autouse was implemented
9291:
9292: 2009-08-14 misha
9293:
9294: * src/classes/reflection.C: - outdated checkout was removed
9295:
9296: * src/classes/reflection.C: - optimization - method ^dynamical was
9297: added.
9298:
9299: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9300: types/pa_vstateless_class.h, main/execute.C: - optimization
9301:
9302: * src/types/pa_vclass.C: - exception if base on sytem class
9303:
9304: 2009-08-12 misha
9305:
9306: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9307: pa_vstateless_class.h: - little optimisation
9308:
9309: 2009-08-11 misha
9310:
9311: * tests/224.html: - method_params => method_info - checking for
9312: $.inherited
9313:
1.211 moko 9314: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9315: method method_params was renamed to method_info and now it
9316: returns class name, if method was defined in ancestor
1.95 moko 9317:
9318: * tests/225.html: - tests for cheching properties in hierarhical
9319: classes were added
9320:
9321: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9322: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9323: main/compile.y, main/execute.C, classes/classes.C: - problems
9324: with properties in new classes implementation were fixed
9325:
9326: 2009-08-10 misha
9327:
9328: * src/main/execute.C: - now constructor shouldn't be defined in
9329: class. it could be defined in parent.
9330:
9331: 2009-08-09 misha
9332:
9333: * src/classes/reflection.C: - ^reflection:methods doesn't return
9334: base's methods
9335:
9336: 2009-08-08 misha
9337:
9338: * src/: classes/classes.h, classes/date.C, classes/file.C,
9339: classes/form.C, classes/hash.C, classes/hashfile.C,
9340: classes/image.C, classes/mail.C, classes/op.C,
9341: classes/reflection.C, classes/regex.C, classes/string.C,
9342: classes/table.C, classes/xdoc.C, classes/xnode.C,
9343: classes/xnode.h, include/pa_hash.h, main/execute.C,
9344: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9345: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9346: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9347: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9348: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9349: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9350: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9351: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9352: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9353: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9354: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9355: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9356: types/pa_vresponse.C, types/pa_vresponse.h,
9357: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9358: types/pa_vstateless_object.h, types/pa_vstatus.C,
9359: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9360: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9361: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9362: types/pa_wwrapper.h, types/types.vcproj: - new classes
9363: implementation
9364:
9365: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9366: USE_MUNMAP is used. so it is disabled as a workaround.
9367:
9368: 2009-08-05 misha
9369:
9370: * src/: main/pa_common.C, include/pa_common.h: - not needed
9371: parameter was removed
9372:
9373: * src/main/pa_http.C: - bugfix: error was during detecting
9374: content-type of file which was loaded by http
9375:
9376: 2009-08-01 misha
9377:
9378: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9379: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9380: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9381: can't be disabled with defines any longer
9382:
9383: 2009-07-29 misha
9384:
9385: * src/classes/reflection.C, tests/results/224.processed: - for
9386: native methods with any call type now returned empty call_type
9387: value
9388:
9389: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9390: classes/table.C, include/pa_hash.h, include/pa_request.h,
9391: main/pa_request.C: - break in cycles was optimized
9392:
9393: * INSTALL: - more defines were described
9394:
9395: 2009-07-28 misha
9396:
1.211 moko 9397: * operators.ru.txt, operators.txt: - some changes in information
9398: about reflection class
1.95 moko 9399:
9400: * tests/: 224.html, 224.p: - tests for reflection class
9401:
9402: * src/classes/reflection.C: - some bugs were fixed, method classes
9403: was added, refactoring
9404:
9405: 2009-07-26 misha
9406:
9407: * src/classes/classes.vcproj: - reflection class wass added to
9408: project
9409:
1.211 moko 9410: * operators.ru.txt, operators.txt: - information about reflection
9411: class was added
1.95 moko 9412:
9413: * src/classes/reflection.C: - class was redesigned
9414:
9415: 2009-07-24 misha
9416:
9417: * src/classes/: Makefile.am, reflection.C: - class reflection was
9418: added
9419:
9420: * src/types/pa_vstateless_class.h: - method for reflection method's
9421: in classes was added
9422:
9423: 2009-07-22 misha
9424:
9425: * src/main/compile_tools.h: - bugfix: $object.$var was
9426: over-optimized. it failed if $object1.$object2.field
9427:
9428: 2009-07-16 misha
9429:
9430: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9431: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9432: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9433: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9434: one more arg: length of cord
9435:
9436: 2009-07-15 misha
9437:
9438: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9439: tainted in ^file::load[http://...;$.cookies[]]
9440:
9441: * src/classes/: op.C, regex.C, string.C: - new string with
9442: exception was used
9443:
9444: * src/include/pa_exception.h: - new string with exception was added
9445:
9446: * tests/223.html: - test for checking cookie-encoding during
9447: ^file::load[http was added
9448:
9449: * tests/: 221.html, 222.html: - tests for checking type of
9450: $table.fields.field were added
9451:
9452: * src/types/pa_vtable.C: - not used var decl was removed
9453:
9454: * src/include/pa_string.h: - use cached string length in Body::mid.
9455: it improves speed of match with brackets in pattern
9456:
9457: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9458: outside
9459:
9460: 2009-07-14 misha
9461:
9462: * src/types/pa_vtable.C: - $table.fields.a return string even if
9463: column is empty (sometime returned void) - $table.fields was
9464: added for nameless tables
9465:
9466: * src/targets/cgi/getopt.c: - one warning resolved
9467:
9468: * src/main/pa_string.C: - potentian bug fixed
9469:
9470: * src/classes/op.C: - small optimization in taint/untaint
9471:
9472: 2009-07-13 misha
9473:
9474: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9475: added
9476:
9477: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9478: souldn't add the attribut to output
9479:
9480: 2009-07-11 misha
9481:
9482: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9483: stack size was increaced to 2MB (default=1MB)
9484:
9485: 2009-07-08 misha
9486:
9487: * src/main/pa_string.C: - link to UTF-8 description was added
9488:
9489: * src/include/pa_hash.h: - hash keeps element's order in more
9490: places (ex: ._keys[])
9491:
9492: * tests/220.html: - test for checking order of elements in hash in
9493: foreach was added
9494:
9495: * tests/172.html: - small changes in printing hash
9496:
9497: * tests/129.html: - small changes in printing hash
9498:
9499: * src/: include/pa_common.h, include/pa_hash.h,
9500: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9501: types/pa_vmethod_frame.h: - hash now keeps order of elements
9502:
9503: * tests/014.html: - small changes in printing hash
9504:
9505: 2009-07-07 misha
9506:
9507: * src/classes/op.C: - new taint language "parser-code" was added
9508:
9509: * tests/219.html: - test for auto untaint parser code in process
9510: was added
9511:
9512: * src/classes/op.C: - tainted pieces in body of process are
9513: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9514:
9515: * src/: include/pa_string.h, main/untaint.C: - new language
9516: L_PARSER_CODE for auto-untaint in process was added
9517:
9518: * src/: classes/file.C, classes/hash.C, classes/image.C,
9519: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9520: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9521: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9522: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9523: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9524: code cleanup
9525:
9526: 2009-07-06 misha
9527:
9528: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9529: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9530: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9531:
9532: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9533: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9534: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9535: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9536: should be used
9537:
9538: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9539: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9540: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9541: untaint_cstr[m] should be used
9542:
9543: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9544: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9545:
9546: * tests/218.html: - test for checking automatic file-spec-taint was
9547: added
9548:
9549: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9550: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9551: classes/file.C, classes/hash.C, classes/image.C,
9552: classes/string.C, classes/table.C, classes/void.C,
9553: classes/xdoc.C: - optimizations and simplification of
9554: string.cstr(...)
9555:
9556: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9557: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9558: - optimizations and simplification of string.cstr(...)
9559:
9560: 2009-07-04 misha
9561:
9562: * tests/217.html: - test for recursion detection was added
9563:
9564: * src/: types/types.vcproj, main/main.vcproj,
9565: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9566: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9567: from .vcproj
9568:
9569: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9570:
9571: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9572: uploading files and case-insensitive http-method were added
9573:
9574: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9575: tainted pattern in ^file:list[] was added
9576:
9577: 2009-07-03 misha
9578:
9579: * src/: classes/classes.vcproj, main/main.vcproj,
9580: types/types.vcproj, targets/cgi/parser3.vcproj,
9581: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9582: for dynamic_cast) - little options changes
9583:
9584: * src/main/pa_http.C: - file::load[http works now with uploading
9585: files _and_ changing $.charset
9586:
9587: 2009-06-29 misha
9588:
9589: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9590: while creating pattern
9591:
9592: 2009-06-25 misha
9593:
1.211 moko 9594: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9595: names for ^image.font were changed to $.space, $.width and
9596: $spacing - default space width now == gif's width
1.95 moko 9597:
9598: 2009-06-24 misha
9599:
9600: * tests/215.html: - tests for $file.mode were added
9601:
1.211 moko 9602: * operators.ru.txt, operators.txt: - added info about $file.mode
9603: and changes in ^image.font[
1.95 moko 9604:
9605: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9606: param now could be omited - third param now could be hash (with
9607: all widths options: $.space-width, $.letter-width) - it's
9608: possible to specify tracking ($.letter-space)
9609:
9610: * src/classes/file.C: - file objects now could have mode field
9611: (text|binary)
9612:
9613: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9614:
9615: 2009-06-23 misha
9616:
9617: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9618: trim can work with utf-8 chars now
9619:
9620: 2009-06-20 misha
9621:
9622: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9623: was implemented
9624:
9625: * src/classes/table.C: - string length cacheing was implemented
9626:
9627: * src/include/pa_string.h: - string length cacheing was implemented
9628:
9629: 2009-06-17 misha
9630:
9631: * src/main/execute.C: - value param was removed from
9632: WContext::WContext
9633:
9634: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9635: pa_wwrapper.h: - value param was removed from WContext::WContext
9636: - field wcontext was removed from VCodeFrame (using fparent
9637: instead)
9638:
9639: * tests/214.html: - test with hash copying
9640:
9641: 2009-06-16 misha
9642:
9643: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9644: strings doesn't work in expression anymore
9645:
9646: * src/main/execute.C: - less calls for get_constructing() - little
9647: refactoring
9648:
9649: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9650: include/pa_request.h: - less calls for get_constructing()
9651:
9652: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9653: introduced with OPTIMIZE_SINGLE_STRING optimization
9654:
9655: 2009-06-14 misha
9656:
9657: * src/: classes/date.C, classes/file.C, classes/hash.C,
9658: classes/hashfile.C, classes/image.C, classes/regex.C,
9659: classes/table.C, classes/xdoc.C, classes/xnode.h,
9660: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9661: types/pa_vstateless_class.h, main/execute.C: - create object for
9662: storing object's fields only for parser objects
9663:
9664: 2009-06-13 misha
9665:
9666: * buildall-with-xml, buildall-without-xml: - new option was added
9667: for building GC (it slightly reduces memory usage)
9668:
9669: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9670: single string write
9671:
9672: * src/main/execute.C: - bytecode optimization of ^class:constructor
9673: - optimization of single string write
9674:
9675: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9676: - bytecode optimization of ^class:constructor
9677:
9678: 2009-06-09 misha
9679:
9680: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9681: main (better compatibility)
9682:
9683: 2009-06-08 misha
9684:
9685: * src/main/compile.y: - I've forgot to commit it :(
9686:
9687: 2009-06-07 misha
9688:
9689: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9690: WITH_READ and WITH_ROOT
9691:
9692: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9693: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9694: WITH_ROOT - little refactoring
9695:
9696: 2009-06-06 misha
9697:
9698: * tests/213.html: - tests for 3rd match string-param were added
9699:
9700: * src/classes/string.C: - 3rd match param could be string now
9701:
9702: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9703: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9704: GET_OBJECT_ELEMENT
9705:
9706: 2009-06-05 misha
9707:
9708: * src/main/pa_http.C: - bugfix: content-length was not calculated
9709: if $.body was specified
9710:
9711: 2009-06-04 misha
9712:
9713: * src/classes/op.C: - optimizing write_assign_lang in connect
9714:
9715: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9716:
9717: * src/main/execute.C: - little refactoring - optimizing
9718: write_assign_lang in taint/untaint
9719:
9720: * src/include/pa_opcode.h: - little refactoring
9721:
9722: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9723: main/compile_tools.h, main/execute.C: - optimizations for
9724: $self.field, ^self.method, $self.field[...] and $self.field(...)
9725: were added
9726:
9727: 2009-06-03 misha
9728:
9729: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9730:
9731: 2009-06-02 misha
9732:
9733: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9734: include/pa_opcode.h: - refactoring in last optimizations
9735: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9736: now but code is much easy and it is ready for further
9737: improvements.
9738:
9739: 2009-05-27 misha
9740:
9741: * src/: types/pa_junction.h, types/pa_vjunction.C,
9742: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9743: changed in destructing junctions
9744:
9745: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9746: String:Body
9747:
9748: 2009-05-26 misha
9749:
9750: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9751: one method detect_charset was deleted - bug was fixed in this
9752: method (error while detecting charset in content_type withot last
9753: ';')
9754:
9755: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9756: once
9757:
9758: 2009-05-25 misha
9759:
9760: * src/classes/file.C: - bugfix: file::exec didn't work after
9761: optimizing of helper_length
9762:
9763: 2009-05-24 misha
9764:
9765: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9766: were added - little refactoring
9767:
9768: * src/main/execute.C: - core while printing in debug log
9769: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9770: optimisations were added
9771:
9772: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9773: were added
9774:
9775: 2009-05-23 misha
9776:
9777: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9778: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9779: CORD_cat optimization
9780:
9781: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9782: - call constr optimisation under separate define now
9783:
9784: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9785: in $b should be string, not void
9786:
9787: * src/main/compile.y: - little fix for rem-cut optimisation
9788:
9789: * src/: include/pa_opcode.h, main/compile_tools.C,
9790: main/compile_tools.h, main/execute.C: - optimisations for
9791: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9792:
9793: * INSTALL: - description of some #defined were added
9794:
9795: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9796: before 1st access (memory usage is reduced if don't access to
9797: .text field)
9798:
9799: * src/include/pa_array.h: - array grows step now not static (it
9800: reduces numbers of reallocs)
9801:
9802: 2009-05-20 misha
9803:
9804: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9805: $.b(2), $c[d] and $.e[f] was added
9806:
9807: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9808: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9809: $.e[f] was added
9810:
9811: * src/main/execute.C: - debug printing moved in defines
9812:
9813: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9814: and little refactoring for OP_GET_OBJECT_ELEMENT +
9815: OP_GET_OBJECT_VAR_ELEMENT optimisation
9816:
9817: 2009-05-19 misha
9818:
9819: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9820: execute.C: - $a.$b & ^a.$b bytecode optimisation
9821:
9822: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9823: ^a.$b optimisation)
9824:
9825: * src/main/compile.y: - compiler now generate new opcodes:
9826: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9827: ^a.b - compiler now cut off ^rem{ with all content ; any number
9828: of params }
9829:
9830: * src/main/execute.C: - code for handle new opcodes
9831: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9832:
9833: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9834: added for LA2V and LA2S
9835:
9836: * src/include/pa_opcode.h: - new defines which can be used for
9837: disable some bytecode optimisation and new opcodes were added
9838:
9839: 2009-05-17 misha
9840:
9841: * src/lib/cord/cordxtra.c: - bugfix.
9842:
9843: * tests/212.html: - .size[] and .study_size[] were added to tests
9844:
1.211 moko 9845: * operators.ru.txt, operators.txt: - info about regex class was
9846: added
1.95 moko 9847:
9848: * tests/212.html: - tests for regex class were added
9849:
9850: 2009-05-16 misha
9851:
9852: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9853: gc7.1
9854:
9855: * tests/022.html: - test for ^file:list[path;] (empty second param)
9856: was added
9857:
9858: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9859: param) should work
9860:
9861: 2009-05-15 misha
9862:
9863: * src/classes/table.C: - automatically disable stringstream usage
9864: on freebsd4
9865:
9866: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9867: scope
9868:
9869: * tests/211.html: - test with different types of access to hash was
9870: added
9871:
9872: * tests/210.html: - test which checks for loosing tainting in
9873: hash's keys was added
9874:
9875: * tests/208.html: - some parser work added. or stime == 0 %-)
9876:
9877: * src/lib/cord/cordbscs.c: - little hack was added to cord
9878:
9879: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9880:
9881: * src/include/pa_version.h, configure.in: - moko have made a lot of
9882: optimisations for increacing version number more dramatically :)
9883:
9884: * src/classes/date.C: - little refactoring: use constructor which
9885: accepts formated string
9886:
9887: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9888: which can print formatted string was added
9889:
9890: 2009-05-14 misha
9891:
9892: * src/include/pa_string.h: - type was fixed
9893:
9894: * src/: classes/hashfile.C, classes/op.C,
9895: include/pa_cache_managers.h, include/pa_charset.h,
9896: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9897: include/pa_request.h, include/pa_sql_driver_manager.h,
9898: include/pa_string.h, include/pa_stylesheet_manager.h,
9899: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9900: main/pa_charsets.C, main/pa_string.C,
9901: main/pa_stylesheet_connection.C, types/pa_value.h,
9902: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9903: types/pa_vobject.C, types/pa_vstateless_class.C,
9904: types/pa_vstateless_class.h: - hash_code caching was implemented
9905: (seaches should be faster now)
9906:
9907: * src/: classes/file.C, classes/hash.C, classes/image.C,
9908: classes/string.C, classes/table.C, include/pa_string.h,
9909: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9910: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9911: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9912: types/pa_vrequest.C: - String constructors don't have that stupid
9913: true/false param which means 'tainted'. they accept lang instead.
9914:
9915: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9916: with OPTIMIZE_RESULT
9917:
9918: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9919: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9920:
9921: 2009-05-13 misha
9922:
9923: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9924: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9925: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9926: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9927: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9928: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9929: include/pa_string.h, classes/date.C, classes/file.C,
9930: classes/hash.C, classes/image.C, classes/string.C,
9931: classes/table.C, classes/xdoc.C: - result optimisation -
9932: helper_length parameter removed from string constructors
9933:
9934: 2009-05-11 misha
9935:
9936: * tests/209.html: - tests for ^hash::create[hash] were added
9937:
9938: * tests/208.html: - tests for $status:rusage, $status:memory,
9939: ^memory:compact[] were added
9940:
9941: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9942: log10 were added
9943:
9944: * tests/206.html: - test for try with finally was added
9945:
9946: 2009-05-10 misha
9947:
9948: * tests/205.html: - test for ^file::create[...] was added
9949:
9950: * tests/204.html: - test for ^response:clear[] was added
9951:
9952: * tests/038.html: - tests for trigonometric functions were added
9953:
9954: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9955: added - more tests for .add, .sub, .union, .intersects and
9956: .intersections
9957:
9958: * tests/065.html: - test for ^file:dirname was added
9959:
9960: * tests/030.html: - test for $cookie:fields was added
9961:
9962: * tests/203.html: - test for ^h._keys[column name] was added
9963:
9964: * tests/201.html: - tests for .trim were added
9965:
9966: * tests/202.html: - tests for last-day,
9967: date:calendar[type](YYYY;MM;DD) were added
9968:
9969: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9970: .offset[type](N) were added
9971:
9972: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9973: and .pos[c](N) were added
9974:
9975: * tests/141.html: - test for math:sha1 was added
9976:
9977: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9978:
9979: 2009-05-09 misha
9980:
9981: * src/main/compile.y: - rollback
9982:
9983: 2009-05-05 misha
9984:
9985: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9986: replaced by is_empty()
9987:
9988: * src/: include/pa_string.h, main/pa_charset.C: - little
9989: optimisation: somewhere length() was replaced by is_empty()
9990:
9991: * src/classes/table.C: - little optimisation: somewhere length()
9992: was replaced by is_empty()
9993:
9994: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9995: classes/op.C, classes/table.C, main/pa_exception.C: - little
9996: optimisation: somewhere length() was replaced by is_empty()
9997:
9998: 2009-05-04 misha
9999:
10000: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10001: types/pa_vstateless_class.h, main/execute.C,
10002: include/pa_request.h, classes/hash.C, classes/op.C,
10003: classes/table.C: - more optimisations were added: some operators
10004: don't switch write context anylonger
10005:
10006: 2009-05-01 misha
10007:
10008: * src/main/compile.y: - slightly more opcode optimisations for
10009: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10010:
10011: * src/main/execute.C: - simplifying process for getters
10012:
10013: 2009-04-30 misha
10014:
10015: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10016:
10017: * tests/results/199.processed: - test for checking $result into
10018: ^rem was added
10019:
10020: * tests/199.html: - test for checking $result into ^rem was added
10021:
10022: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10023: some OS it returns list in different order)
10024:
10025: * src/: include/pa_array.h, include/pa_request.h,
10026: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10027: changes in stack impl - get_element() optimisation: 3rd param
10028: removed - bugfix: problems with reading empty input param -
10029: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10030:
10031: * tests/results/198.processed: - test for reading empty local var
10032: was added
10033:
10034: * tests/198.html: - test for reading empty local var was added
10035:
10036: 2009-04-29 misha
10037:
10038: * src/main/compile.y: - bugfix: couldn't compile because
10039: OP_VALUE__GET_ELEMENT should be unde #ifdef
10040:
10041: * src/: include/pa_array.h, include/pa_opcode.h,
10042: include/pa_request.h, main/compile.y, main/execute.C,
10043: main/pa_request.C, types/pa_vmethod_frame.C,
10044: types/pa_vmethod_frame.h: - we can work without opcode
10045: OP_STORE_PARAM, so it was removed
10046:
10047: 2009-04-28 misha
10048:
10049: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10050: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10051: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10052: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10053: 4.
10054: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10055:
10056: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10057:
10058: * src/: main/pa_string.C, classes/string.C: - !length() =>
10059: is_empty()
10060:
10061: 2009-04-27 misha
10062:
10063: * src/types/pa_vregex.h: - back explicit vars initialisation
10064:
10065: 2009-04-24 misha
10066:
10067: * src/classes/string.C: - ups. typo fixed
10068:
10069: * src/main/execute.C: - more replacements '*new VBool' to
10070: 'VBool::get' - checks for ^break[], ^continue[] and
10071: parser.interrupted were optimised
10072:
10073: * src/classes/string.C: - number of params.count() calls was
10074: slightly reduced
10075:
10076: 2009-04-23 misha
10077:
10078: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10079: make it x64 friendly
10080:
10081: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10082: parser is x64 friendly now
10083:
10084: 2009-04-22 misha
10085:
10086: * src/types/pa_vhashfile.C: - coder friendly exception about
10087: exceeding record size was added
10088:
10089: * src/classes/file.C: - use vregex object instead of direct calls
10090: methods from pcre lib
10091:
10092: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10093: classes/string.C: - use vregex object instead of direct calls
10094: methods from pcre lib
10095:
10096: * src/: include/pa_common.h, main/pa_common.C: - method
10097: print_pcre_exec_error_text was moved to class vregex
10098:
10099: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10100: was added
10101:
10102: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10103: - class vregex was added
10104:
10105: 2009-04-21 misha
10106:
10107: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10108:
10109: * src/: types/pa_junction.h, types/pa_value.C,
10110: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10111: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10112: junction-optimisation (destructors)
10113:
10114: * src/include/pa_array.h: - free under if now
10115:
10116: 2009-04-19 misha
10117:
10118: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10119:
10120: 2009-04-18 misha
10121:
10122: * src/include/pa_version.h:
10123: :q :
10124:
10125: CV:
10126: ----------------------------------------------------------------------
10127:
10128: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10129: refactoring
10130:
10131: * src/: include/pa_array.h, include/pa_hash.h,
10132: types/pa_vmethod_frame.h: - destructors under #ifdef now
10133:
10134: * src/include/pa_memory.h: - define for using destructors was added
10135:
10136: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10137: main/execute.C: - some junctions will be cached now
10138:
10139: * src/include/pa_hash.h: - hash destructor frees pairs now
10140:
10141: * src/include/pa_array.h: - inline was added to destructor
10142:
10143: * src/types/pa_method.h: - comment was changed
10144:
10145: 2009-04-17 misha
10146:
10147: * src/: include/pa_array.h, include/pa_hash.h,
10148: types/pa_vmethod_frame.h: - destructors were added
10149:
10150: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10151: renamed to always_use_result
10152:
10153: * src/main/: compile.y, compile_tools.h: - rollback changes in
10154: compiler: full backward compatibility is better
10155:
10156: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10157: result in var's hash
10158:
10159: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10160: optimisation in method_frame
10161:
10162: * src/include/pa_array.h: - optimisation in array (allocate
10163: elements only when needed)
10164:
10165: * src/types/pa_vresponse.C: - check for $response:headers field
10166: before looking at custom fields
10167:
10168: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10169: not needed to check existance var with name 'result' in var's
10170: hash
10171:
10172: * src/main/compile.y: - compiler was changed: now it detects
10173: writings to $result and set flag writo_to_result in method
10174:
10175: * src/classes/string.C: - little optimisation: no needed to write
10176: number with lang
10177:
10178: * src/main/pa_charset.C: - methods readChar and skipChar which is
10179: used for read utf8-strings were renamed - is_escaped was renamed
10180: to isEscaped (to the same name convention)
10181:
10182: * src/: types/pa_method.h, main/compile_tools.h: - flag
10183: write_to_result added. compiler get this info from code.
10184:
10185: 2009-04-16 misha
10186:
10187: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10188: String only before 1st write
10189:
10190: * src/include/pa_string.h: - not needed template removed
10191:
10192: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10193: types/pa_vjunction.C, types/pa_vproperty.C,
10194: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10195: main/pa_request.C, classes/bool.C, classes/double.C,
10196: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10197: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10198: bool objects)
10199:
10200: 2009-04-15 misha
10201:
10202: * src/lib/cord/cordxtra.c: - more optimisation
10203:
10204: * src/: include/pa_string.h, main/untaint.C: - String::append
10205: optimisation
10206:
10207: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10208: then get and can sometime be used)
10209:
10210: * src/main/pa_string.C: - String::length optimisation
10211:
10212: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10213: these methods read different strings
10214:
10215: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10216: fresult_initial_void removed + some optimisation - if $result
10217: defined we don't write to context anymore
10218:
10219: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10220: need just skip char)
10221:
10222: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10223: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10224: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10225:
10226: * src/types/pa_vvoid.h: - added get() method for retreave one
10227: instance
10228:
10229: 2009-04-11 misha
10230:
10231: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10232:
10233: * tests/197.html: - test for parser://test in xml was added
10234:
10235: * src/classes/string.C: - small optimisation
10236:
10237: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10238: optimisation
10239:
10240: 2009-04-10 misha
10241:
10242: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10243: to pcre-7.8
10244:
10245: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10246:
10247: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10248: added
10249:
10250: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10251: $request:CLASS_NAME were added
10252:
10253: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10254: were added
10255:
10256: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10257: $env:CLASS_NAME were added
10258:
10259: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10260: '@todo' now
10261:
10262: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10263: compirer
10264:
10265: * src/main/pa_string.C: - little code cleanup
10266:
10267: * src/main/pa_common.C: - describe one more UTF-8 related error
10268: during PCRE compile/execute
10269:
10270: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10271: normalizing todo-comments: '@todo' now
10272:
10273: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10274:
10275: * src/main/pa_charset.C: - type changed for making compiler happy
10276:
10277: 2009-03-10 misha
10278:
10279: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10280: in main()
10281:
10282: 2009-02-01 misha
10283:
10284: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10285: boundary
10286:
10287: 2009-01-25 misha
10288:
10289: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10290:
10291: * src/classes/file.C: - more changes for parsing different number
10292: of params for file::load
10293:
10294: * tests/193.html: - tests for exception while base64-decode binary
10295: to string was added
10296:
10297: * tests/192.html: - tests for file::load with different number of
10298: options
10299:
10300: * src/classes/math.C: - ups. forgot '+1'
10301:
10302: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10303: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10304: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10305: (new option $.encode[multipart-form/data] should be specified) -
10306: $.method[] option for file::load now is not case-sensitive
10307:
10308: * src/: include/pa_string.h, main/untaint.C: - for file post the
10309: new taint language L_FILE_POST was added
10310:
10311: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10312: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10313: stuff was moved to separate files
10314:
10315: 2009-01-23 misha
10316:
10317: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10318: spaces to tabs were converted
10319:
10320: 2009-01-12 misha
10321:
10322: * src/main/pa_http.C: - value of $.method[] option force uppercased
10323: now
10324:
10325: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10326: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10327: their names
10328:
10329: * src/main/pa_common.C: - changes in formating
10330:
10331: * src/: classes/file.C, main/pa_http.C: - some constants changed
10332: their names
10333:
10334: * src/include/pa_http.h: - some spaces were converted to tabs
10335:
10336: * src/include/pa_common.h: - some constants changed their names
10337:
10338: * src/classes/file.C: - fixed 4-th paramether for file::load -
10339: little code rewriting
10340:
10341: * src/types/pa_vfile.C: - little code rewriting
10342:
10343: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10344: types/pa_value.h: - some formating changes
10345:
10346: * src/include/pa_common.h: - some formating spaces transformed to
10347: tabs
10348:
10349: * src/classes/string.C: - exception while base64-decode binary to a
10350: string
10351:
10352: 2009-01-11 misha
10353:
10354: * configure.in: - version changed to 3.3.1b
10355:
10356: 2008-09-05 misha
10357:
10358: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10359: release_3_3_0 on 2008-09-05 10:59:35 +0000
10360:
10361: 2008-09-04 misha
10362:
10363: * tests/: 130.html, 131.html: - these exceptions not typeless
10364: anymore
10365:
10366: * src/classes/op.C: - exception with 'invalid taint language' not
10367: typeless anylonger
10368:
10369: * src/classes/image.C: - some exceptions while operations with
10370: image not typeless anymore
10371:
10372: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10373: main/pa_exec.C, main/pa_http.C: - some exceptions while
10374: operations with files not typeless anymore
10375:
10376: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10377: types/pa_vdate.h: - exceptions while checking date range not
10378: typeless anymore
10379:
10380: * src/include/pa_exception.h: - exception type string for invalid
10381: date range was added
10382:
10383: 2008-09-03 misha
10384:
10385: * src/: classes/file.C, main/pa_string.C: - exception while pce
10386: operations not typeless anymore
10387:
10388: * src/include/pa_exception.h: - exception type for pce operations
10389: was added
10390:
10391: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10392: and .CLASS_NAME insite classes
10393:
10394: * src/classes/table.C: - don't save table header whiile
10395: ^table.save[append;filename] if file exists
10396:
10397: 2008-09-02 misha
10398:
10399: * src/main/compile.y, src/main/compile_tools.h,
10400: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10401: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10402: renamed to partial and it login changed: we must mark class as
10403: partial for allow their modifications in future.
10404:
10405: 2008-08-29 misha
10406:
10407: * tests/results/022.processed: - testing taint[regex] in mask for
10408: file:list
10409:
10410: * tests/022.html: - testing taint[regex] in mask for file:list
10411:
10412: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10413: for file:list was added
10414:
10415: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10416: file:list
10417:
10418: 2008-08-26 misha
10419:
10420: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10421: last derived object
10422:
10423: * src/classes/image.C: - many strings "image.format" replaced by
10424: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10425: understand some more exif tags
10426:
10427: * src/include/pa_exception.h: - string "image.format" was added
10428:
10429: 2008-08-21 misha
10430:
10431: * src/: main/pa_string.C, classes/file.C: - use method for print
10432: pcre_exec text error
10433:
10434: * src/main/pa_common.C: - method for print pcre_exec text error was
10435: added
10436:
10437: * src/include/pa_common.h: - method declaration for print pcre_exec
10438: text error was added
10439:
10440: 2008-08-19 misha
10441:
10442: * src/main/execute.C: - bugfix: opcodes must be in separate
10443: namespace while debug execution as well
10444:
10445: * tests/: 015.html, results/015.processed: - test for escaping some
10446: parser chars was added
10447:
10448: 2008-08-18 misha
10449:
10450: * tests/: 190.html, 190.p, results/190.processed: - test for
10451: $caller.self.field + default getter in one class was added
10452:
10453: * tests/: 189.html, results/189.processed: - test for
10454: ^date::create[date object]
10455:
10456: * tests/: 188.html, results/188.processed: - tests for match with
10457: UTF-8 strings
10458:
10459: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10460: ^string.match[]
10461:
10462: * ChangeLog: - parser 3.3.0 beta13
10463:
10464: 2008-08-15 misha
10465:
1.116 moko 10466: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10467: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10468: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10469: dftables.c: - old PCRE files removed
1.95 moko 10470:
10471: * src/lib/pcre/config.h: - configuration for PCRE library
10472:
10473: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10474: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10475:
10476: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10477: library and set flag UTF8 if $request:charset is UTF-8
10478:
10479: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10480: include/pa_config_fixed.h: - moved to new PCRE library
10481:
10482: * src/: main/main.vcproj, types/types.vcproj,
10483: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10484: win32\pcre instead of parser3\src\lib\pcre
10485:
10486: * src/: include/pa_opcode.h, include/pa_operation.h,
10487: main/compile.C, main/compile.y, main/compile_tools.C,
10488: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10489: opcodes were moved to separate namespace
10490:
10491: 2008-08-14 misha
10492:
10493: * src/types/pa_vstateless_class.C: - newline at the end missed
10494:
10495: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10496: tainting
10497:
10498: 2008-08-11 misha
10499:
10500: * tests/: 187.html, 187.p, results/187.processed: - tests for
10501: $caller.self, $caller.self.field and $caller.self.field[value]
10502: were added
10503:
10504: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10505: runtime as well (for $caller.self)
10506:
10507: 2008-07-25 misha
10508:
10509: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10510: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10511: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10512: tests with international characters
10513:
10514: 2008-07-23 misha
10515:
10516: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10517: file::load[...;http://
10518:
10519: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10520: now everywhere in separate namespace
10521:
10522: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10523: for vars
10524:
10525: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10526: can be escaped by '^'
10527:
10528: 2008-07-22 misha
10529:
10530: * src/classes/string.C, tests/186.html: - names changes:
10531: escape=>js-escape, unescape=>js-unescape
10532:
10533: 2008-07-21 misha
10534:
10535: * tests/results/186.processed: - test for string escape/unescape
10536:
10537: * tests/186.html: - test for string escape/unescape
10538:
10539: * src/classes/string.C: - string has escape and unescape methods
10540: now
10541:
10542: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10543: added
10544:
10545: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10546: method-layers added (with different params)
10547:
10548: 2008-07-18 misha
10549:
10550: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10551: was added
10552:
10553: * tests/185.html: - test for ^str.pos[sub](offset) added
10554:
1.211 moko 10555: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10556: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10557: accepted now
1.95 moko 10558:
10559: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10560: strings
10561:
10562: 2008-07-17 misha
10563:
10564: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10565: helper length added for mid for small optimisation
10566:
10567: 2008-07-16 misha
10568:
10569: * tests/: 185.html, results/185.processed: - tests for
10570: length/left/right/mid/pos with utf-8 strings
10571:
10572: * src/classes/string.C: - left/right/mid/length/pos works fine for
10573: utf-8 strings
10574:
10575: * src/main/untaint.C: - comments removed
10576:
10577: * src/: include/pa_string.h, main/pa_string.C,
10578: include/pa_charset.h, main/pa_charset.C: - methods for working
10579: with pos/mid for strings in utf-8 were added
10580:
10581: 2008-07-15 misha
10582:
10583: * tests/: 184.html, results/184.processed: - test for case body as
10584: expression: $var(^switch(1){^case(1)(true)..})
10585:
10586: * src/classes/op.C: - case body can be expression now:
10587: $var(^switch(1){^case(1)(true)..})
10588:
10589: * tests/: results/183.processed, 183.html: - added test for testing
10590: new cookie encoding (%uXXXX)
10591:
10592: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10593: decoding for backward compatibility they decoded from %XX in
10594: request:charset too
10595:
10596: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10597: - cookie class now decode cookies before first access after last
10598: request:charset changing (as form class).
10599:
10600: * src/main/pa_charset.C: - added method escape for escaping cookies
10601: as %uXXXX - before transcode calculate required space for dest
10602: string. it reduce mem usage for transcode
10603:
10604: * src/include/pa_charset.h: - added method escape for escaping
10605: cookies as %uXXXX
10606:
10607: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10608: was added. will used for escaping cookies as %uXXXX
10609:
10610: * src/include/pa_common.h: - escape method has new option for skip
10611: converting '+' to a space char
10612:
10613: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10614: transcode - escape method has new option for skip converting '+'
10615: to a space char
10616:
10617: 2008-07-08 misha
10618:
10619: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10620: (no UE if more then 1 case matches anylonger) - optimization:
10621: doing searching.as_string() || searching.as_double() only once
10622:
10623: 2008-07-04 misha
10624:
10625: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10626: now ^date::create[date object] works
10627:
10628: * src/classes/string.C: - left and right added as aliases for start
10629: and end in ^string.trim[]
10630:
10631: 2008-07-03 misha
10632:
10633: * src/classes/file.C: - allow $.limit for file::sql as well
10634:
10635: * src/classes/file.C: - allow $.offset option for file::sql - force
10636: send limit=1 to query for use sql specifics authomatically
10637:
10638: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10639: if $.limit value if empty. autoconvert it as everywere
10640:
10641: 2008-07-02 misha
10642:
10643: * configure.in: - time to change version number to 3.3.0 %-)
10644:
10645: * src/include/pa_version.h: - time to change version number to
10646: 3.3.0 %-)
10647:
10648: 2008-06-26 misha
10649:
10650: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10651: $.limit(0) fixes
10652:
10653: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10654: - $.limit(0) fixes
10655:
10656: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10657: new API)
10658:
10659: * src/: include/pa_sql_driver_manager.h,
10660: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10661: classes/op.C: - document_root added
10662:
10663: * src/main/compile.tab.C: - error message was changed
10664:
10665: 2008-06-25 misha
10666:
10667: * src/main/compile.y: - error message was changed
10668:
10669: 2008-06-24 misha
10670:
10671: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10672:
10673: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10674: tests for @OPTIONS\nappend
10675:
10676: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10677:
10678: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10679:
10680: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10681:
10682: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10683: compile.y
10684:
10685: 2008-06-17 misha
10686:
10687: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10688: compilation: ^if(default){true. it's incorrect. must be
10689: exception}
10690:
10691: 2008-06-16 misha
10692:
10693: * tests/: 181.ent, 181.html, results/181.processed: - test for
10694: checking external reference loading with 'http://localhost'
10695: prefix while creating xdoc
10696:
10697: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10698: ^math:long2ip[] and ^math:ip2long[]
10699:
10700: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10701: added which use scalar stateless class method when user object
10702: used in scalar context - use get_scalar_value when user object
10703: requested in scalar context
10704:
10705: * src/main/pa_common.C: - size must be int but not size_t or we
10706: can't compare with 0 sprintf result
10707:
10708: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10709: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10710: with internal switch between local/global vars
10711:
10712: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10713: specified
10714:
10715: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10716: pa_vstateless_object.h: - stateless class and object now has
10717: private scalar field and getter/setter for working with it
10718:
10719: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10720: moved to inet static class
10721:
10722: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10723: class added (^inet:aton[IP], ^inet:ntoa(number))
10724:
10725: * tests/: 180.html, results/180.processed: - tests for
10726: ^math:long2ip(long) and ^math:ip2long[IP]
10727:
10728: * src/classes/math.C: - ^math:ip2long[IP] added
10729:
10730: 2008-06-11 misha
10731:
10732: * src/main/pa_xml_io.C: - use file_read_text again because of we
10733: need cut BOM code and remove DOS newline chars. but don't
10734: transcode it anyway.
10735:
10736: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10737: main/pa_http.C: - option for disable transcoding while file_read
10738: and file_read_text added
10739:
10740: 2008-06-10 misha
10741:
10742: * tests/: 179.html, 179.p, results/179.processed: - test for many
10743: classes in 1 file
10744:
10745: * src/main/: compile.C, compile_tools.h: - compile return list of
10746: classes now.
10747:
10748: * src/main/: compile.y, compile.tab.C: - compile return list of
10749: classes now. internals.
10750:
10751: * src/main/pa_request.C: - compile return list of classes now. try
10752: call @conf and @auto for each returned class
10753:
10754: * src/include/pa_request.h: - compile return list of classes now
10755:
10756: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10757: return list of classes when compile buf)
10758:
10759: 2008-06-07 misha
10760:
10761: * src/main/pa_request.C: - constructing VRequest object with 3rd
10762: param -- form
10763:
10764: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10765: 3rd param: form. needed for get post_charset
10766:
10767: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10768: added
10769:
10770: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10771: types/pa_vform.C, types/pa_vform.h: - some polish
10772:
10773: 2008-06-06 misha
10774:
10775: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10776: charset and decode chars from it but not from response:charset
10777:
10778: * src/main/pa_http.C: - detect_charset moved out of here
10779:
10780: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10781: methods moved here - unescape_chars accepn one charset now
10782:
10783: * src/main/pa_http.C: - new constants used - don't allow
10784: $.content-type in ^file::load[;http://;$.method[POST]] - add
10785: charset info while ^file::load[;http://;$.method[POST]] - option
10786: $.omit-post-charset(true) added to ^file::load[;http://] for
10787: disabling charset during post
10788:
10789: * src/types/pa_vform.C: - new constants used
10790:
10791: * src/include/pa_common.h: - some constants were added
10792:
10793: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10794: instead of StrEqNc
10795:
10796: * src/main/pa_common.C: - new method for caseless search
10797: c-substring in c-string - use isxdigit instead of is_hex_digit
10798:
10799: * src/include/pa_common.h: - new method for caseless search
10800: c-substring in c-string
10801:
10802: 2008-06-05 misha
10803:
10804: * tests/results/178.processed: - test for testing default getter
10805:
10806: * tests/178.html: - test for testing default getter
10807:
10808: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10809: for test for testing default getter
10810:
10811: * src/main/execute.C: - default getter soul
10812:
10813: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10814: requested objects' field not found
10815:
10816: * src/types/pa_vclass.C: - register default getter if defined - get
10817: default getter if requested field not found
10818:
10819: * src/types/pa_vstateless_object.h: - method get_default_getter was
10820: added
10821:
10822: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10823: pointer to default getter and methods for get/set it were added
10824:
10825: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10826: auto_name field (for default getter)
10827:
10828: 2008-06-04 misha
10829:
10830: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10831: transcoding, no cutting BOM code, no fixing line breaks) and get
10832: it to libxml "as is"
10833:
10834: 2008-06-03 misha
10835:
10836: * src/main/pa_common.C: - use store_Char instead of
10837: transcodeCharFromUTF8
10838:
10839: * src/: include/pa_charset.h, main/pa_charset.C: - method
10840: store_Char added, transcodeCharFromUTF8 -- removed
10841:
10842: 2008-06-02 misha
10843:
10844: * tests/: results/177.processed, 177.html: - test for checking
10845: .[acm]date after local ^file::load[] was added
10846:
10847: * tests/: results/176.processed, 176.html: - test for checking
10848: @OPTION\locals + @method[vars][locals] added
10849:
10850: * tests/results/auto.p: - CLASS_PATH specified for checking use
10851:
10852: 2008-05-30 misha
10853:
10854: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10855: @OPTION\nlocals + @method[vars][;locals;] were added
10856:
10857: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10858: moved to separate method op_code - switch from VMethodFrame to
10859: VMethodFrameGlobal + VMethodFrameLocal
10860:
10861: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10862: was moved to separate method op_code
10863:
10864: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10865: VMethodFrame now
10866:
10867: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10868: all_vars_local as well
10869:
10870: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10871: pa_vmethod_frame_local.h, Makefile.am: - who children for
10872: VMethodFrame were added: one (global) works as VMethodFrame
10873: before and second (local) write all vars in self vars scope
10874:
10875: * src/types/pa_method.h: - method has bool flag all_vars_local now
10876:
10877: 2008-05-29 misha
10878:
10879: * tests/: 129.html, results/129.processed: - more tests for
10880: ^table.hash[]
10881:
10882: * src/classes/hash.C: - ^hash::sql has a new option:
10883: $.type[hash|string|table] as ^table.hash[] one.
10884:
10885: * src/classes/op.C: - ^try has 3rd param now: finally code which
10886: executed anyway after try or catch section
10887:
10888: 2008-05-27 misha
10889:
10890: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10891: must not fail if $.distinct(1) wasn't specified
10892:
10893: 2008-05-26 misha
10894:
10895: * src/classes/op.C: - allow ^throw[my type]
10896:
10897: 2008-05-22 misha
10898:
10899: * configure.in, configure: - version number updated to 3.2.4b
10900:
10901: * src/classes/: op.C, string.C: - trim format string before
10902: eval/format
10903:
10904: * tests/: results/175.processed, 175.html: - more tests for
10905: different format strings in .format[]
10906:
10907: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10908: as well (not only %XX)
10909:
10910: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10911: charset specified - checks for format before print number
10912: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10913: (instead of tabs) removed
10914:
10915: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10916: charset specified
10917:
10918: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10919: char in requested charset from utf code was added
10920:
10921: 2008-05-19 misha
10922:
10923: * tests/: 174.html, results/174.processed: - test for
10924: ^hashfile.cleanup[] added
10925:
10926: * src/classes/hashfile.C: - optimization: don't create any key or
10927: value variable if it's name weren't specified
10928: (^hf.foreach[;v]{...})
10929:
10930: 2008-05-16 misha
10931:
10932: * src/classes/hash.C: - optimization: don't create any key variable
10933: if variable name wasn't specified (^h.foreach[;v]{...})
10934:
10935: 2008-05-15 misha
10936:
10937: * src/classes/op.C: - small changes
10938:
10939: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10940:
10941: * src/classes/hash.C: - calculate var_context once before foreach
10942:
10943: 2008-05-14 misha
10944:
10945: * src/classes/hashfile.C: - incorrect vars context calculation for
10946: ^hashfile.foreach[;]{} fixed
10947:
10948: * src/classes/: hash.C, table.C: - little optimisation
10949:
10950: * src/classes/file.C: - bugfix: double absolute path while loading
10951: file
10952:
10953: * tests/: 174.html, results/174.processed: - tests for hashfile
10954: were added
10955:
10956: * buildall-with-xml: - moving to libxslt 1.1.24
10957:
10958: 2008-04-30 misha
10959:
10960: * src/classes/file.C: - stat file while loading (local only) so
10961: .adate, .mdate and .cdate available without additional ::stat
10962:
10963: 2008-04-28 misha
10964:
10965: * src/classes/file.C: - $.name and $.content-type available for
10966: stated file
10967:
10968: 2008-04-14 misha
10969:
10970: * src/targets/cgi/parser3.C: - new year in copyright %-)
10971:
10972: * src/include/pa_version.h: - new version number in head
10973:
10974: 2008-04-10 misha
10975:
10976: * tests/: 080.html, results/080.processed: - cut '0' from
10977: exponential part because of on diff OS it differ (20 or 020 for
10978: ex)
10979:
10980: * tests/: 119.html, results/119.processed: - check for encoding
10981: while creating xdoc
10982:
10983: 2008-04-09 misha
10984:
10985: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10986:
10987: * src/main/pa_common.C: - comment added
10988:
10989: * src/classes/date.C: - little refactoring
10990:
10991: 2008-04-07 misha
10992:
10993: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10994: style of ^table.save[]: prepare one big string and sabe it at
10995: once. it's safe on freebsd 4.x but use much more memory.
10996:
10997: * buildall-with-xml, buildall-without-xml: - option
10998: --disable-stringstream added (under comment. use it on freebsd
10999: 4.x)
11000:
11001: 2008-02-22 misha
11002:
11003: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11004: specified together in file::load[;http] - get back transcoding
11005: $.body[] in file::load[;http]
11006:
11007: 2008-02-21 misha
11008:
11009: * src/classes/date.C: - ^date.gmt-string[] was added
11010:
11011: * src/types/pa_value.C: - method for output date in RFC 822 format
11012: moved to pa_common.h
11013:
11014: * src/include/pa_common.h: - method for output date in RFC 822
11015: format moved here from pa_value.C
11016:
11017: * src/types/pa_vmail.C: - fixed core in sending mail with
11018: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11019:
11020: 2008-02-20 misha
11021:
11022: * src/main/pa_http.C: - transcode $.headers before escaping into
11023: specified charset while ^file::load[...;http://...] (L_URI
11024: instead of L_HTTP_HEADER) - $.cookies param available in
11025: ^file::load[;http://...] now (but we don't parse set-cookies from
11026: response yet) (cookies not transcoded as common $cookies)
11027:
11028: 2008-02-19 misha
11029:
11030: * src/main/pa_request.C: - rollback: we mustn't force taint
11031: $response:field values because in this case
11032: $response:locateion[http://...] don't works.
11033:
11034: 2008-02-15 misha
11035:
11036: * src/classes/op.C: - little refactoring
11037:
11038: * src/main/pa_http.C: - taint names of $.headers for load[;http
11039:
11040: * src/main/pa_request.C: - force taint values of $response:field
11041:
11042: 2008-02-14 misha
11043:
11044: * src/main/pa_request.C: - $response:field transcoded to
11045: $response:charset before escaping now
11046:
11047: * src/main/pa_http.C: - some outdated comments removed
11048:
11049: * src/classes/date.C: - lastdat -> last-day
11050:
11051: * src/classes/date.C: - ^date:lastday(year;month) and
11052: ^date.lastday[] were added - little code refactoring - comments
11053: changes
11054:
11055: * tests/: 159.html, results/159.processed: - test for number of
11056: days in February
11057:
11058: * src/types/pa_value.C: - fixes in code formatting
11059:
11060: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11061: and comments
11062:
11063: 2008-02-13 misha
11064:
11065: * src/main/pa_common.C: - bugfix for february at leap year
11066:
11067: 2008-01-28 misha
11068:
11069: * tests/: 160.html, results/160.processed: - more test for cache
11070: added
11071:
11072: * src/classes/op.C: - bugfix: cache body executed twice if contains
11073: unhandled exception
11074:
11075: 2008-01-25 misha
11076:
11077: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11078: bug when hashfile became inavailable after memory:compact)
11079:
11080: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11081:
11082: 2008-01-22 misha
11083:
11084: * src/classes/table.C: - little refactiring and exception texts
11085: changes in method ^table.hash[]
11086:
11087: * src/types/pa_vcookie.C: - link to cookie specification changed
11088:
11089: 2008-01-21 misha
11090:
11091: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11092: file::exec/cgi
11093:
11094: * src/classes/file.C: - bugfix: core while processing headers if
11095: executed cgi script don't return content
11096:
11097: 2008-01-18 misha
11098:
11099: * buildall-with-xml: - move to libxml2 version 2.6.31
11100:
11101: * src/include/pa_version.h, configure.in: - version number updated
11102: to '3.2.3b'
11103:
11104: 2007-12-28 misha
11105:
11106: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11107: hash.contains
11108:
11109: 2007-12-27 misha
11110:
11111: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11112: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11113: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11114: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11115: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11116: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11117: src/targets/cgi/parser3.vcproj,
11118: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11119: back to VS2003 because of Apache 1.3 module can't work if it was
11120: built in VS 2005. with cgi all file so VS2003 project files can
11121: be easy converted to the new format.
11122:
11123: 2007-12-04 misha
11124:
11125: * src/types/pa_vcode_frame.h: - changes in comment
11126:
11127: 2007-11-29 misha
11128:
11129: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11130: intercept strings any longer
11131:
11132: * tests/: 173.html, results/173.processed: - tests for
11133: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11134: but not in main code frame
11135:
11136: * tests/: 172.html, results/172.processed: - more tests for pass
11137: objects from code frames
11138:
11139: 2007-11-27 misha
11140:
11141: * tests/: 152.html, results/152.processed: - tests for converting
11142: strings 'true'/'false' to bool were added
11143:
11144: * tests/152.html: - added checks for converting strings
11145: 'true'/'false' to bool
11146:
11147: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11148: not only strings with numbers but with values 'true'/'false' as
11149: well
11150:
11151: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11152: for parser3.log increased
11153:
11154: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11155:
11156: * src/include/pa_common.h: - remove_crlf return cstring size now
11157:
11158: * src/include/pa_types.h: - constant with buffer size for
11159: parser3.log added
11160:
11161: 2007-11-16 misha
11162:
11163: * tests/cat.sh: - script for tests for file::exec/cgi
11164:
11165: * tests/171.html: - tests for file::exec/cgi
11166:
11167: * tests/results/171.processed: - tests results for file::exec/cgi
11168:
11169: 2007-11-15 misha
11170:
11171: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11172:
11173: * src/classes/file.C: - .body must be set before analyzing cgi
11174: headers
11175:
11176: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11177: only if exec/cgi return anything.
11178:
11179: 2007-11-14 misha
11180:
1.211 moko 11181: * operators.ru.txt, operators.txt: - info about new text|binary
11182: option for file::exec/cgi was added
1.95 moko 11183:
11184: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11185: ^file:exec[[text|binary];script;...]
11186:
11187: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11188: classes/string.C, classes/table.C: - more text strings moved to
11189: the one place
11190:
11191: 2007-11-09 misha
11192:
11193: * src/types/pa_vrequest.C: - $request:argv must be taint
11194:
11195: * ChangeLog: - $request:argv [patch from Sumo]
11196:
1.211 moko 11197: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11198:
11199: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11200: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11201:
11202: 2007-10-25 misha
11203:
11204: * buildall-with-xml, buildall-without-xml: - options preparations
11205: for ./configure rewrited
11206:
11207: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11208: error occure in unhandled_exception finally fixed
11209:
11210: 2007-10-23 misha
11211:
11212: * tests/: 170.html, results/170.processed: - test for
11213: @method[][result]
11214:
1.211 moko 11215: * operators.ru.txt, operators.txt: - added info about node.prefix
11216: and node.namespaceURI
1.95 moko 11217:
11218: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11219:
11220: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11221: added for node and attribute
11222:
11223: 2007-10-22 misha
11224:
11225: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11226:
11227: * src/main/pa_request.C: - added const content-transfer-encoding
11228:
11229: * src/include/pa_request.h: - added const content-transfer-encoding
11230: - ups. constants must be in lowercase (for search)
11231:
11232: * src/types/pa_vmail.C: - more constants used -
11233: content-transfer-encoding: 8bit added
11234:
11235: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11236:
11237: * src/include/pa_request.h: - more constants
11238:
11239: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11240: ommit anymore if $.content-disposition was specified - little
11241: refactoring
11242:
11243: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11244:
11245: 2007-10-17 misha
11246:
1.211 moko 11247: * operators.ru.txt, operators.txt: - info about
1.95 moko 11248: table::create[nameless]{data}[>options<] was added
11249:
11250: * src/main/: compile.tab.C, compile.y: - if error occure while
11251: compile method don't put this method in methods table anymore.
11252: in other case the parser coredumped if @unhandled_exception
11253: method can't be compiled because of parser.compile error.
11254:
11255: * src/main/execute.C: - little code reformating
11256:
11257: * src/main/pa_request.C: - little code reformating - comment
11258: changed
11259:
11260: 2007-10-16 misha
11261:
11262: * tests/: 035.html, results/035.processed: - tests
11263: table::create[]{}[options] added
11264:
11265: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11266: options (only $.seperator[] yet)
11267:
11268: 2007-10-10 misha
11269:
11270: * src/classes/table.C: - some contstants moved to pa_common.h -
11271: some code changes
11272:
11273: 2007-10-02 misha
11274:
11275: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11276: then three time as much. but base64 encoding method still use
11277: less memory anyway.
11278:
11279: 2007-09-17 misha
11280:
1.211 moko 11281: * operators.ru.txt, operators.txt: - added info about
11282: $cookie:fields
1.95 moko 11283:
11284: * src/types/pa_vcookie.C: - $cookie:fields available now
11285:
11286: * src/classes/hash.C: - some stuff for use with .for_each moved to
11287: common
11288:
11289: * src/include/pa_common.h: - some stuff for use with .for_each
11290: moved here
11291:
11292: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11293:
11294: 2007-09-14 misha
11295:
11296: * buildall-with-xml: - new xml libs again =)
11297:
11298: 2007-08-28 misha
11299:
1.211 moko 11300: * operators.ru.txt, operators.txt: - texts about
11301: ^table.columns[[column name]] and ^string.split[...][v][column
11302: name] were added
1.95 moko 11303:
11304: * tests/: 168.html, 169.html, results/168.processed,
11305: results/169.processed: - tests for ^table.columns[[column name]]
11306: and ^string.split[...][v][column name] were added
11307:
11308: * src/classes/table.C: - new option ^table.columns[[column name]]
11309: was added
11310:
11311: * src/classes/string.C: - new option ^string.split[...;v;[column
11312: name]]
11313:
11314: * src/include/pa_exception.h: - error text message for
11315: ^hash._keys[], ^table.columns[] and ^string.split[]
11316:
11317: 2007-08-27 misha
11318:
11319: * src/main/untaint.C: - try to fix coredump on unix if print to
11320: body ^taint[sql][something] outside of connect
11321:
11322: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11323: outside of connect
11324:
11325: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11326: added (commented by default)
11327:
11328: 2007-08-20 misha
11329:
1.211 moko 11330: * operators.ru.txt, operators.txt: - comment about new method
11331: ^node.hasAttributes[] was added
1.95 moko 11332:
11333: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11334: duplicated exception text strings were removed
11335:
11336: * src/include/pa_exception.h: - more exception text strings moved
11337: here
11338:
11339: * src/classes/table.C: - some duplicate exceptions' text strings
11340: removed
11341:
11342: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11343: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11344: removed
11345:
11346: * src/include/pa_exception.h: - some exception text strings movet
11347: to pa_exception
11348:
11349: * tests/: 149.html, results/149.processed: - test for
11350: ^xnode.hasAttributes[] was added - some code changes
11351:
11352: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11353: added
11354:
11355: 2007-08-17 misha
11356:
11357: * tests/: results/006.processed, results/059.processed, 006.html,
11358: 059.html: - more tests for match
11359:
11360: * tests/: 129.html, results/129.processed: - tests for
11361: ^table.hash[...][$.type[string|hash|table]] added
11362:
11363: * src/targets/cgi/parser3.C: - little syntax changes
11364:
11365: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11366: syntax changes
11367:
1.211 moko 11368: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11369: annoying 'SIGPIPE' messages in parser3.log switched off by
11370: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11371:
11372: 2007-08-08 misha
11373:
11374: * buildall-with-xml, buildall-without-xml: - remove libs source
11375: files by default since now
11376:
11377: 2007-08-07 misha
11378:
11379: * buildall-without-xml: - some option syntax changes
11380:
11381: * buildall-with-xml: - compile libxml2 without http support - some
11382: option syntax changes
11383:
11384: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11385:
11386: 2007-08-06 misha
11387:
11388: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11389:
11390: * tests/: 160.html, results/160.processed: - cache test was
11391: rewrited
11392:
11393: 2007-07-06 misha
11394:
11395: * tests/: 153.html, results/153.processed: - added test for
11396: ^math:sha1[string]
11397:
11398: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11399: transcoded
11400:
11401: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11402: were added
11403:
11404: 2007-06-28 misha
11405:
11406: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11407: some incorrect chars
11408:
11409: 2007-06-19 misha
11410:
11411: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11412: were moved on top because of gcc 4 had a problems during
11413: building.
11414:
11415: 2007-06-18 misha
11416:
11417: * tests/results/019.processed: - new image commited
11418:
11419: 2007-06-09 misha
11420:
11421: * src/classes/: op.C, table.C: - in while and table.select method
11422: as_expression used now
11423:
11424: * src/types/pa_vmethod_frame.h: - method as_expression was added
11425:
11426: 2007-06-08 misha
11427:
11428: * tests/: 166.html, results/166.processed: - test for
11429: ^match[...][n]
11430:
11431: * tests/: 165.html, results/165.processed: - tests for loops
11432:
11433: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11434: because of no speed/memory optimisation but some proglems with
11435: long cycles occure
11436:
11437: 2007-06-06 misha
11438:
11439: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11440: ^table.select(true) and ^table.select(1) didn't works because of
11441: awaiting junction-param only. fixed.
11442:
11443: 2007-05-24 misha
11444:
11445: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11446: with 0.5 secs interval
11447:
11448: * src/classes/op.C: - cache was rewrited. I hope it works with
11449: locking system now on unix
11450:
11451: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11452: system locks which wait till other threads release it but try get
11453: lock, if fail wait 1 sec and make 10 attempts.
11454:
11455: * src/include/pa_os.h: - consts for blocking locks + some comments
11456: were added
11457:
11458: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11459: opening files
11460:
11461: * src/classes/table.C: - changes in includes. if unclude <sstream>
11462: after our classes on unix it can't be build
11463:
11464: * src/types/pa_vhashfile.C: - not needed code removed
11465:
11466: 2007-05-23 misha
11467:
11468: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11469: include/pa_common.h: - cosmetic changes
11470:
11471: 2007-05-18 misha
11472:
11473: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11474: often. it's give some speed increasing
11475:
11476: * tests/results/160.processed: - returned time corrected
11477:
11478: * tests/160.html: - time increased because on unix 1 mean nothing
11479: :(
11480:
1.211 moko 11481: * operators.ru.txt, operators.txt: - added info about
11482: ^hash.contain[key]
1.95 moko 11483:
11484: * src/classes/hash.C: - added ^hash.contain[key]
11485:
11486: * src/include/pa_hash.h: - added method for checking key exists in
11487: hash
11488:
11489: 2007-05-07 misha
11490:
11491: * src/include/pa_string.h: - was compilation error during build on
11492: freebsd4
11493:
11494: 2007-05-03 misha
11495:
11496: * src/classes/table.C: - option $.type[hash|string|table] was added
11497: for ^table.hash[]
11498:
11499: * src/classes/file.C: - comment removed
11500:
11501: 2007-04-26 misha
11502:
11503: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11504: real files doesn't opened in place anymore
11505:
11506: 2007-04-24 misha
11507:
11508: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11509:
11510: * src/include/pa_exception.h: "static" removed
11511:
11512: 2007-04-23 misha
11513:
11514: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11515:
11516: * src/classes/math.C: added: - ^math:ln(N) (the same as
11517: ^math:log(N)) - ^math:lg(N)
11518:
11519: * tests/: 097.html, results/097.processed: - charsets converstion
11520: during ^file::load[text;http://...] added
11521:
11522: * tests/: 164.html, results/164.processed: - check for set expires
11523: as a date
11524:
11525: * tests/: 164.html, results/164.processed: - test for hashfile
11526:
11527: * src/classes/hashfile.C: - little comment changes
11528:
11529: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11530: access
11531:
11532: * src/: classes/date.C, classes/double.C, classes/file.C,
11533: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11534: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11535: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11536: classes/xnode.h, include/pa_request.h, main/execute.C,
11537: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11538: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11539: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11540: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11541: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11542: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11543: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11544: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11545: "parser.runtime" strings were removed
11546:
11547: * src/classes/hashfile.C: - with .clear[] called files_delete()
11548: now.
11549:
11550: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11551:
11552: * src/include/pa_exception.h: - string constant with
11553: "parser.runtime" text was added
11554:
11555: 2007-04-20 misha
11556:
1.211 moko 11557: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11558:
1.211 moko 11559: * operators.ru.txt, operators.txt: - added info about
11560: .^hashfile.release[], ^hashfile.clenaup[] and new
11561: ^string.match[][>N-option<]
1.95 moko 11562:
11563: * configure: =cheching for unsetenv
11564:
11565: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11566: ^hashfile.release[] were added
11567:
11568: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11569: ^string.match[][] understand new option now: return number of
11570: matches but not table wit results
11571:
11572: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11573: reopen now
11574:
11575: * src/classes/op.C: - bug. must be false
11576:
11577: * configure.in: - checking for unsetenv was added
11578:
11579: * src/types/pa_vform.C: - some comments
11580:
11581: 2007-04-18 misha
11582:
11583: * buildall-with-xml: moving to libxml2-2.6.28
11584:
11585: * buildall-with-xml, buildall-without-xml: added commented lines
11586: with --disable-safe-mode option
11587:
1.211 moko 11588: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11589:
11590: 2007-04-17 misha
11591:
11592: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11593: $form:files was added
11594:
11595: * tests/: 163.html, results/163.processed: removing auto format
11596:
11597: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11598:
11599: 2007-04-16 misha
11600:
11601: * tests/: 163.html, results/163.processed: - test for .int[],
11602: floor, round, ceiling and .format[]
11603:
11604: * src/classes/file.C: - little optimization for getting args in
11605: exec/cgi
11606:
11607: 2007-04-13 misha
11608:
11609: * src/classes/file.C: - arguments for file::exec/cgi can be
11610: specified now as s table with one column
11611:
11612: 2007-03-27 misha
11613:
11614: * tests/: 162.html, results/162.processed: - test for
11615: ^table.select(^condition[$t])
11616:
11617: * tests/results/auto.p: - load windows-1251 charset for some tests
11618:
11619: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11620:
11621: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11622: 161_windows1251.txt: - added test for
11623: ^file::load[text;/local/file.txt;$.charset[...]]
11624:
11625: * tests/: results/013.processed, 013.html: - added test for
11626: checking $._default value while hash modifications
11627:
11628: * tests/: 160.html, results/160.processed: - add test for
11629: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11630:
11631: 2007-03-22 misha
11632:
11633: * src/include/pa_common.h: - "charset" string defined for
11634: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11635:
11636: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11637: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11638: added - not needed transcodes were removed from
11639: ^file::load[...;http://...]
11640:
11641: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11642: added
11643:
11644: * src/classes/date.C: - date.week was fixed
11645:
1.211 moko 11646: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11647:
11648: * tests/: 159.html, results/159.processed: - tests for date.week
11649: and date.weekyear added
11650:
11651: 2007-03-15 misha
11652:
11653: * src/classes/table.C: - enclose column numbers for nameless tables
11654: as well
11655:
11656: 2007-03-14 misha
11657:
11658: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11659:
11660: * src/classes/table.C: - table.save optimization: now required much
11661: less memory
11662:
11663: 2007-03-13 misha
11664:
11665: * tests/results/: 158.processed, 158.processes: - tests for
11666: table.save/table.load
11667:
11668: * tests/: 158.html, results/158.processes: - tests for
11669: table.save/table.load
11670:
11671: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11672:
11673: * buildall-with-xml: - pattern needed now for building
11674:
11675: * tests/results/097.processed: - added test results for xdoc::load
11676: & xdoc::load[http://...]
11677:
11678: * tests/097.html: - added test for xdoc::load
11679:
11680: 2007-03-12 misha
11681:
11682: * tests/: 107.html, results/107.processed: - added test for xpath
11683: '//man'
11684:
11685: 2007-03-01 misha
11686:
11687: * tests/: 097.html, results/097.processed: - added test for
11688: creating xdoc from file
11689:
11690: * tests/: results/157.processed, 157.html: - added test for
11691: file:move
11692:
11693: 2007-02-28 misha
11694:
11695: * src/classes/xdoc.C: - another attempt
11696:
11697: * src/classes/xdoc.C: - roll back last changes for a while
11698:
1.211 moko 11699: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11700: ^xdoc::create[$file] added.
1.95 moko 11701:
11702: * src/classes/file.C: - under lock we create non-exist dir anyway
11703:
11704: * tests/results/099.processed: - ever send content-disposition to
11705: client with file
11706:
11707: * tests/157.html: + test for file:copy
11708:
11709: 2007-02-26 misha
11710:
11711: * src/classes/file.C: - some similar strings moved to #define
11712: instead of to be copy/pasted many times
11713:
11714: * src/types/pa_vfile.h: - class name string ("file") moved to
11715: #define
11716:
11717: 2007-02-20 misha
11718:
11719: * configure.in: - added some strings for sqlite detection
11720:
11721: 2007-02-19 misha
11722:
1.211 moko 11723: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11724:
11725: * buildall-with-xml, buildall-without-xml: - some modifications
11726:
11727: 2007-02-17 misha
11728:
11729: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11730:
11731: * src/main/pa_request.C: - damn, i forgot to commit it while I
11732: change console behaviour
11733:
11734: 2007-02-12 misha
11735:
11736: * src/targets/cgi/parser3.C: - don't print headers if
11737: $console:line[data] was used during cgi execution.
11738:
11739: * src/types/pa_vconsole.h: - console class have bool flag now which
11740: marked as 'true' if class was used.
11741:
11742: * tests/: 152.html, results/152.processed: - more types was added
11743: to test 152
11744:
11745: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11746: adding 'bool' (^if($image){} caused exception)
11747:
11748: 2007-02-09 misha
11749:
11750: * tests/: 152.html, results/152.processed: - test alightly updated
11751:
11752: * tests/: 152.html, results/152.processed: - test rewrited
11753:
11754: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11755: bugfix. I broke xdoc & xnode in expression
11756:
11757: 2007-02-08 misha
11758:
11759: * tests/: 152.html, results/152.processed: - add test for checking
11760: 'def' for void, string, bool, int & double
11761:
11762: 2007-02-07 misha
11763:
1.211 moko 11764: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11765: added
1.95 moko 11766:
11767: * tests/results/153.processed: - result test for
11768: ^file:base64[filespec] was updated
11769:
11770: * tests/153.html: - test for ^file:base64[filespec] was added
11771:
11772: * src/types/pa_vconsole.h: - little optimization
11773:
11774: * src/classes/file.C: - ^file:base64[filespec]
11775:
11776: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11777:
11778: * src/include/pa_common.h: - declarations for
11779: ^file:base64[filespec]
11780:
11781: * src/types/pa_vcookie.C: - little optimization
11782:
11783: 2007-02-06 misha
11784:
11785: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11786: were temporary commented
11787:
11788: * src/types/pa_vbool.h: - bugfix
11789:
11790: * tests/156.html: - added test for bool cookie
11791:
11792: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11793:
11794: * tests/: 155.html, results/155.processed: - added test for check
11795: $.encloser[] option for table save/load
11796:
11797: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11798:
11799: 2007-02-05 misha
11800:
11801: * tests/results/152.processed: - newline at the end was missed
11802:
11803: * tests/results/141.processed: - math:md5 must be lowercased
11804:
11805: * src/targets/cgi/parser3.C: - 2007 in help ;)
11806:
11807: 2007-02-03 misha
11808:
11809: * tests/results/: 150.processed, 151.processed, 152.processed: -
11810: test for bool added and some content length fixes
11811:
11812: * tests/152.html: - test for bool added
11813:
11814: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11815:
1.211 moko 11816: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11817:
1.116 moko 11818: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11819: classes/classes.vcproj, classes/double.C, classes/int.C,
11820: classes/string.C, classes/void.C, classes/xnode.C,
11821: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11822: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11823: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11824: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11825: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11826: types/types.vcproj: - bool class was added
11827:
11828: * src/main/pa_request.C: - fix
11829:
11830: 2007-01-18 misha
11831:
11832: * src/: main/pa_string.C, classes/string.C: - return table during
11833: ^string.match[][] even if no matched found.
11834:
11835: 2006-12-20 misha
11836:
11837: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11838: http://www.parser.ru/forum/?id=55598 ]
11839:
11840: 2006-12-19 misha
11841:
11842: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11843: details: http://www.parser.ru/forum/?id=52359
11844:
11845: * src/main/pa_request.C: - always set content-disposition for
11846: $response:body[hash here]. more details:
11847: http://www.parser.ru/forum/?id=52130
11848:
11849: 2006-12-07 misha
11850:
1.211 moko 11851: * operators.ru.txt, operators.txt: - added info about bool params
11852: in cookie set
1.95 moko 11853:
11854: * src/types/pa_vcookie.C: - bool param in cookies available now
11855: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11856: ]
11857:
11858: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11859: was added
11860:
11861: 2006-12-02 misha
11862:
11863: * src/classes/file.C: - file_block_read used instead of native read
11864:
11865: * src/main/pa_common.C: - added file_block_read with read error
11866: detection - file_block_read used instead of native read
11867:
11868: * src/include/pa_common.h: - added file_block_read declaration
11869:
11870: 2006-12-01 misha
11871:
1.211 moko 11872: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11873: added
1.95 moko 11874:
11875: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11876: $var.CLASS_NAME added
11877:
1.211 moko 11878: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11879:
11880: * src/classes/file.C: - ^file:copy[from;fo] was added
11881:
11882: 2006-11-20 misha
11883:
11884: * src/classes/date.C: - bug fix :)
11885:
11886: 2006-11-17 misha
11887:
11888: * src/include/pa_common.h: - array in crc32 calculation was changed
11889: to static
11890:
11891: * src/main/pa_common.C: - little optimization in getMonthDays -
11892: small changes in crc32 calculation
11893:
11894: * src/classes/date.C: - not needed code was removed
11895:
11896: 2006-11-16 misha
11897:
11898: * src/types/pa_vmail.C: - fix missed brakes
11899:
11900: * src/types/pa_vmail.C: - mail:send now set content-type:
11901: multipart/related instead of multipart/mixed if file have
11902: $.content-id[]
11903:
11904: 2006-11-15 misha
11905:
11906: * src/types/pa_vdouble.h: abs -> fabs
11907:
11908: 2006-11-14 misha
11909:
1.211 moko 11910: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
11911: and ^file:md5[file-name]
1.95 moko 11912:
11913: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11914: added
11915:
11916: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11917: FILE_BUFFER_SIZE
11918:
11919: * src/classes/math.C: - hex_string was moved to pa_common.h
11920:
11921: * src/include/pa_common.h: - hex_string was moved from math.C -
11922: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11923:
11924: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11925: values was fixed
11926:
11927: 2006-11-13 misha
11928:
1.211 moko 11929: * operators.ru.txt, operators.txt: - added info about
11930: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 11931:
11932: * src/classes/math.C: - added ^math:crc32[string]
11933:
11934: * src/classes/file.C: - some comments were changed - added
11935: ^file:crc32[file-name] and ^file.crc32[]
11936:
11937: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11938: crc32 calculation added
11939:
11940: 2006-11-03 misha
11941:
11942: * src/include/pa_array.h: - not needed variable removed
11943:
11944: * tests/: 150.html, 151.html, results/150.processed,
11945: results/151.processed: - 2 tests were added
11946:
11947: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11948: with $.reverse(1) were fixed
11949:
11950: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11951: query converted to $.charset during ^file::load[http://...]
11952:
11953: 2006-11-02 misha
11954:
11955: * src/include/pa_table.h: ups. forget '=' char
11956:
11957: * src/include/pa_table.h: - one more fix in
11958: .locate[...][$.reverse(1)]
11959:
11960: 2006-11-01 misha
11961:
11962: * src/classes/math.C: - bug fix, details:
11963: http://www.parser.ru/forum/?id=53360
11964:
11965: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11966: false for all records )[$.reverse(1)]
11967:
11968: * src/main/pa_http.C: - second param for this mid method is length
11969: but not end_index so this method has error and can't detect
11970: charsets in next content-types: Content-type: text/html;
11971: charset="windows-1251" Content-type: text/html;
11972: charset="windows-1251"; Content-type: text/html;
11973: charset=windows-1251;
11974:
11975: only Content-type: text/html; charset=windows-1251 was fine
11976:
11977: 2006-10-31 misha
11978:
11979: * src/classes/file.C: - empty args in file::exec removed now
11980:
11981: 2006-09-03 paf
11982:
11983: * src/classes/file.C: proper tainting of
11984: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11985:
11986: 2006-06-09 paf
11987:
11988: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11989:
11990: * src/classes/table.C: formatting
11991:
11992: * src/classes/table.C: incorporated patch from misha: Sent:
11993: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11994: ignoring string options for ^table.save[]
11995:
11996: * src/classes/hash.C: incorporated patch from misha Sent:
11997: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11998: $hash._default disappear while
11999:
1.211 moko 12000: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12001: $.value[file] $.format[!uue|!base64] << new base64 option.
12002: default uue ] ]
1.95 moko 12003:
12004: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12005: PM Subject: patch for base64 in ^mail:send[] %-)
12006:
12007: 2006-04-09 paf
12008:
12009: * src/main/compile.tab.C: ` change compiled
12010:
1.211 moko 12011: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12012: src/classes/classes.vcproj, src/classes/file.C,
12013: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12014: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12015: src/classes/xnode.C, src/include/pa_array.h,
12016: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12017: src/include/pa_memory.h, src/include/pa_request.h,
12018: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12019: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12020: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12021: src/lib/pcre/pcre_dftables.vcproj,
12022: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12023: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12024: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12025: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12026: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12027: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12028: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12029: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12030: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12031: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12032: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12033: src/types/pa_value.h, src/types/pa_vcookie.C,
12034: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12035: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12036: src/types/pa_vstatus.C, src/types/types.vcproj,
12037: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12038: ^menu, ^hash/hashfile.foreach
12039:
12040: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12041: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12042: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12043: src/classes/xnode.C, src/include/pa_array.h,
12044: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12045: src/include/pa_memory.h, src/include/pa_request.h,
12046: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12047: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12048: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12049: src/lib/pcre/pcre_dftables.vcproj,
12050: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12051: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12052: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12053: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12054: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12055: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12056: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12057: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12058: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12059: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12060: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12061: src/types/pa_value.h, src/types/pa_vcookie.C,
12062: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12063: src/types/pa_vstatus.C, src/types/types.vcproj,
12064: tests/descript.ion: ! switched to VS2005 (projects and
12065: object<info explicitly typed>.for_each(, info)) +
12066: $response:field[] setting void means removing + grammar $name`
12067: name stops now, for mysql `$field` + started ^break[]
12068: ^continue[], in ^for. TODO: to other iterators (while, menu,
12069: foreach) + all log messages += [uri=, method=, cl=]
12070:
12071: * buildall-with-xml: merged . ftp paths update
12072:
12073: * buildall-with-xml: . ftp paths update
12074:
12075: 2006-03-04 paf
12076:
12077: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12078: checks++ [thanks to Igor Zinkovsky for detailed report]
12079:
12080: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12081: Igor Zinkovsky for detailed report]
12082:
12083: 2006-03-01 paf
12084:
12085: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12086: \n to ' ' in
12087:
12088: 2006-02-18 paf
12089:
12090: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12091: \n to ' ' in
12092:
12093: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12094:
12095: 2006-02-03 paf
12096:
12097: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12098: base64
12099:
12100: * src/main/pa_common.C: ! bugfix: decoding from base64
12101:
12102: 2006-01-20 paf
12103:
12104: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12105: economy fix
12106:
12107: * src/classes/: table.C: merged from HEAD ! bugfix
12108: ^table.save[$.encloser-s now handled properly
12109:
12110: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12111: handled properly
12112:
12113: 2006-01-19 paf
12114:
12115: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12116: libgc:USE_MUNMAP activates merging of free memory blocks which
12117: helps a lot in our case: after transform we want
12118: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12119:
12120: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12121: economy fix
12122:
12123: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12124: activates merging of free memory blocks which helps a lot in our
12125: case: after transform we want CORD(main.result)->cstr[big
12126: malloc]->transcode[big malloc]
12127:
12128: 2006-01-17 paf
12129:
12130: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12131: before reading them. got rid of reallocs = became quicker and
12132: less fragmentated
12133:
12134: 2005-12-29 paf
12135:
1.116 moko 12136: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12137: configure, configure.in, src/include/pa_version.h,
12138: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12139: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12140: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12141: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12142: src/lib/ltdl/missing: . merged from 3.2.1
12143:
1.116 moko 12144: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12145: packaged when 'make dist', so do configure companion files in
12146: src/lib/ltdl
12147:
12148: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12149: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12150: missing: . now config_auto.h is created with configure [were
12151: constant]
1.95 moko 12152:
12153: * INSTALL: . references to documentation and some clarification
12154:
12155: * buildall-with-xml, buildall-without-xml: . farawell doc
12156: indication
12157:
1.116 moko 12158: * Makefile.am: . dist+=buildall*
1.95 moko 12159:
12160: 2005-12-28 paf
12161:
12162: * configure: . 3.2.1
12163:
12164: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12165: simplify build process, see INSTALL
12166:
12167: 2005-12-26 paf
12168:
12169: * configure: ver
12170:
12171: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12172: version
12173:
12174: 2005-12-21 paf
12175:
12176: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12177: compiled with bison 1.875b, it reports unexpected token names
12178:
12179: 2005-12-19 paf
12180:
12181: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12182: holds a link to xmlNode to prevent premature gc(xmlNode)
12183:
12184: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12185: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12186: src/main/main.vcproj, src/main/pa_globals.C,
12187: src/targets/cgi/parser3.vcproj,
12188: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12189: configure, configure.in, src/include/pa_version.h: . killing
12190: gdome [what a relief]
12191:
12192: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12193: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12194: run_parser.sh, results/001.processed, results/002.processed,
12195: results/003.processed, results/004.processed,
12196: results/005.processed, results/006.processed,
12197: results/008.processed, results/009.processed,
12198: results/010.processed, results/011.processed,
12199: results/012.processed, results/013.processed,
12200: results/014.processed, results/015.processed,
12201: results/016.processed, results/017.processed,
12202: results/018.processed, results/020.processed,
12203: results/021.processed, results/022.processed,
12204: results/023.processed, results/024.processed,
12205: results/025.processed, results/026.processed,
12206: results/027.processed, results/028.processed,
12207: results/029.processed, results/030.processed,
12208: results/031.processed, results/032.processed,
12209: results/033.processed, results/034.processed,
12210: results/035.processed, results/036.processed,
12211: results/037.processed, results/038.processed,
12212: results/039.processed, results/040.processed,
12213: results/041.processed, results/042.processed,
12214: results/043.processed, results/044.processed,
12215: results/045.processed, results/046.processed,
12216: results/047.processed, results/048.processed,
12217: results/049.processed, results/050.processed,
12218: results/051.processed, results/052.processed,
12219: results/053.processed, results/054.processed,
12220: results/055.processed, results/056.processed,
12221: results/057.processed, results/058.processed,
12222: results/059.processed, results/060.processed,
12223: results/061.processed, results/062.processed,
12224: results/063.processed, results/064.processed,
12225: results/065.processed, results/066.processed,
12226: results/067.processed, results/068.processed,
12227: results/069.processed, results/070.processed,
12228: results/071.processed, results/072.processed,
12229: results/073.processed, results/074.processed,
12230: results/075.processed, results/076.processed,
12231: results/077.processed, results/078.processed,
12232: results/079.processed, results/080.processed,
12233: results/081.processed, results/082.processed,
12234: results/083.processed, results/084.processed,
12235: results/085.processed, results/086.processed,
12236: results/087.processed, results/088.processed,
12237: results/089.processed, results/090.processed,
12238: results/091.processed, results/092.processed,
12239: results/093.processed, results/094.processed,
12240: results/095.processed, results/096.processed,
12241: results/097.processed, results/099.processed,
12242: results/100.processed, results/101.processed,
12243: results/102.processed, results/104.processed,
12244: results/105.processed, results/106.processed,
12245: results/107.processed, results/108.processed,
12246: results/109.processed, results/110.processed,
12247: results/111.processed, results/112.processed,
12248: results/113.processed, results/114.processed,
12249: results/115.processed, results/117.processed,
12250: results/119.processed, results/120.processed,
12251: results/121.processed, results/122.processed,
12252: results/123.processed, results/124.processed,
12253: results/125.processed, results/126.processed,
12254: results/127.processed, results/128.processed,
12255: results/129.processed, results/130.processed,
12256: results/131.processed, results/132.processed,
12257: results/133.processed, results/134.processed,
12258: results/135.processed, results/136.processed,
12259: results/138.processed, results/139.processed,
12260: results/140.processed, results/141.processed,
12261: results/142.processed, results/143.processed,
12262: results/144.processed, results/145.processed,
12263: results/146.processed, results/147.processed,
12264: results/148.processed, results/149.processed, results/auto.p: .
12265: now works if we turn off default auto.p
12266:
1.116 moko 12267: * configure: . makes
1.95 moko 12268:
12269: * src/types/pa_vxnode.C: . less warnings
12270:
12271: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12272: tests/145.html, tests/149.html, tests/descript.ion,
12273: tests/outputs/d.cmd, tests/results/142.processed,
12274: tests/results/143.processed, tests/results/144.processed,
12275: tests/results/145.processed, tests/results/146.processed,
12276: tests/results/147.processed, tests/results/148.processed,
12277: tests/results/149.processed: . removed .nodeValue from all node
12278: types other than 5 (grabbed piece from gdome)
12279:
12280: * tests/: 137.html, results/137.processed: . not handled this case
12281: yet. code does not hang from inserting parent into child,
12282: considering thing minor issue -- nodes are removed from source
12283: anyway, don't know why shold that be an error after all
12284:
12285: * src/targets/cgi/parser3.C: . style
12286:
12287: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12288: xdoc too [were barking "not element"]
12289:
12290: 2005-12-16 paf
12291:
12292: * tests/: 146.html, 147.html, 148.html: . more tests
12293:
12294: * src/classes/xnode.C: . also bark on possible errors
12295:
12296: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12297: props
12298:
12299: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12300: main/compile.y: merged from HEAD ! fixed overoptimized
12301: ^call(false) case. (confused it with ^call[] case)
12302:
12303: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12304: ^call(false) case. (confused it with ^call[] case)
12305:
12306: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12307:
12308: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12309: results/001.processed, results/002.processed,
12310: results/003.processed, results/004.processed,
12311: results/005.processed, results/006.processed,
12312: results/008.processed, results/009.processed,
12313: results/010.processed, results/011.processed,
12314: results/012.processed, results/013.processed,
12315: results/014.processed, results/015.processed,
12316: results/016.processed, results/017.processed,
12317: results/018.processed, results/019.processed,
12318: results/020.processed, results/021.processed,
12319: results/022.processed, results/023.processed,
12320: results/024.processed, results/025.processed,
12321: results/026.processed, results/027.processed,
12322: results/028.processed, results/029.processed,
12323: results/030.processed, results/031.processed,
12324: results/032.processed, results/033.processed,
12325: results/034.processed, results/035.processed,
12326: results/036.processed, results/037.processed,
12327: results/038.processed, results/039.processed,
12328: results/040.processed, results/041.processed,
12329: results/042.processed, results/043.processed,
12330: results/044.processed, results/045.processed,
12331: results/046.processed, results/047.processed,
12332: results/048.processed, results/049.processed,
12333: results/050.processed, results/051.processed,
12334: results/052.processed, results/053.processed,
12335: results/054.processed, results/055.processed,
12336: results/056.processed, results/057.processed,
12337: results/058.processed, results/059.processed,
12338: results/060.processed, results/061.processed,
12339: results/062.processed, results/063.processed,
12340: results/064.processed, results/065.processed,
12341: results/066.processed, results/067.processed,
12342: results/068.processed, results/069.processed,
12343: results/070.processed, results/071.processed,
12344: results/072.processed, results/073.processed,
12345: results/074.processed, results/075.processed,
12346: results/076.processed, results/077.processed,
12347: results/078.processed, results/079.processed,
12348: results/080.processed, results/081.processed,
12349: results/082.processed, results/083.processed,
12350: results/084.processed, results/085.processed,
12351: results/086.processed, results/087.processed,
12352: results/088.processed, results/089.processed,
12353: results/090.processed, results/091.processed,
12354: results/092.processed, results/093.processed,
12355: results/094.processed, results/095.processed,
12356: results/096.processed, results/097.processed,
12357: results/099.processed, results/101.processed,
12358: results/102.processed, results/104.processed,
12359: results/105.processed, results/106.processed,
12360: results/107.processed, results/108.processed,
12361: results/109.processed, results/110.processed,
12362: results/111.processed, results/112.processed,
12363: results/113.processed, results/114.processed,
12364: results/115.processed, results/116.processed,
12365: results/117.processed, results/118.processed,
12366: results/119.processed, results/120.processed,
12367: results/121.processed, results/122.processed,
12368: results/123.processed, results/124.processed,
12369: results/125.processed, results/126.processed,
12370: results/127.processed, results/128.processed,
12371: results/129.processed, results/130.processed,
12372: results/131.processed, results/132.processed,
12373: results/133.processed, results/134.processed,
12374: results/135.processed, results/136.processed,
12375: results/137.processed, results/138.processed,
12376: results/139.processed, results/140.processed,
12377: results/141.processed: . refreshed old tests, made them work
12378: without auto.p (in utf8) . things noted: . gif got encoded
12379: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12380: some strange year)
12381:
12382: * INSTALL: . revived linux libgc fix
12383:
12384: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12385: glib/gdome in INSTALL and patches]
12386:
12387: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12388: include/pa_charset.h, include/pa_config_includes.h,
12389: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12390: include/pa_xml_exception.h, lib/cord/Makefile.am,
12391: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12392: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12393: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12394: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12395: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12396: types/pa_vxnode.h: . started killing gdome
12397:
12398: 2005-12-13 paf
12399:
12400: * src/main/: pa_request.C: merged from HEAD ! when code in
12401: @unhandled_exception thrown another exception, print correct
12402: origin (earlier code in catch of exception inside of
12403: @unhandled_exception grabbed parent_frame(original_exception)
12404: origin and printed it, instead of true origin)
12405:
12406: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12407: another exception, print correct origin (earlier code in catch of
12408: exception inside of @unhandled_exception grabbed
12409: parent_frame(original_exception) origin and printed it, instead
12410: of true origin)
12411:
12412: 2005-12-09 paf
12413:
12414: * INSTALL: . updated INSTALL doc to work around linux stack base
12415: detection problem, due to change in gc6.4 code
12416:
12417: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12418: ignored in ^string.matched :(
12419:
12420: * src/main/pa_string.C: ! regex tainting were ignored in
12421: ^string.matched :(
12422:
12423: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12424: src/include/pa_config_fixed.h, src/include/pa_version.h,
12425: src/main/compile.y, src/main/compile_tools.h,
12426: src/main/pa_charset.C, src/main/pa_common.C,
12427: src/main/pa_globals.C, src/main/pa_string.C,
12428: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12429: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12430:
12431: 2005-12-08 paf
12432:
12433: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12434: 500 chars now handled OK [were wrapped on 500th char according to
12435: rfc, but sendmail failed to unwrap it properly]
12436:
12437: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12438: handled OK [were wrapped on 500th char according to rfc, but
12439: sendmail failed to unwrap it properly]
12440:
12441: * src/targets/isapi/parser3isapi.C: . less warnings
12442:
12443: * src/targets/isapi/parser3isapi.C: . undone some strange change
12444: since 3.1.5
12445:
12446: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12447: link fixes
12448:
12449: * src/: classes/date.C, include/pa_config_fixed.h,
12450: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12451: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12452: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12453:
12454: * src/include/pa_config_fixed.h: . removed outdated string origins
12455: [in current storage scheme there's no place for them. someday we
12456: can add third CORD to store origins and special version of parser
12457: which stores origins there [separate binary]]
12458:
12459: 2005-12-07 paf
12460:
12461: * src/targets/isapi/parser3isapi.C: . now links in release mode
12462:
12463: * src/include/pa_version.h: makefiles
12464:
12465: * src/include/pa_version.h: . not beta
12466:
12467: * configure, configure.in, src/include/pa_version.h: not beta
12468:
12469: 2005-12-06 paf
12470:
12471: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12472: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12473: decided to undo the change ^call[$void] passes void. now it will
12474: pass empty string again.
12475:
12476: * src/main/: compile.tab.C, compile.y: . version readded
12477:
12478: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12479: = ^switch[void] problem
12480:
12481: 2005-12-01 paf
12482:
12483: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12484: caused ^case[string] to be coerced to double since searching
12485: value were not string (it was vvoid)
12486:
12487: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12488: ^case[string] to be coerced to double since searching value were
12489: not string (it was vvoid)
12490:
12491: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12492: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12493:
12494: 2005-11-30 paf
12495:
12496: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12497: win32 must putenv("TZ="), on unix works only putenv("TZ")
12498:
12499: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12500: putenv("TZ="), on unix works only putenv("TZ")
12501:
12502: * INSTALL: . xml libs versions updated
12503:
12504: * src/main/pa_globals.C: //20051130 trying to remove this, author
12505: claims that fixed a lot there // 20040920 for now both
12506: workarounds needed. wait for new libxml/xsl versions
12507:
12508: 2005-11-28 paf
12509:
12510: * src/classes/table.C: merged from HEAD: ! nameless table has
12511: columns==0
12512:
12513: * src/classes/table.C: ! nameless table has columns==0
12514:
12515: * src/main/pa_http.C: merged from HEAD: ! status line check made
12516: earlier [was totally wrong]
12517:
12518: * src/main/pa_http.C: ! status line check made earlier [was totally
12519: wrong]
12520:
12521: 2005-11-25 paf
12522:
12523: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12524: undoing for now...
12525:
12526: * src/include/pa_version.h: -this reduces speed(table::load),
12527: strange. undoing
12528:
12529: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12530:
12531: * src/classes/op.C: + ^while(){}[SEPARATOR]
12532:
12533: * src/include/pa_array.h: + optimistics added: all arrays (table
12534: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12535: this speeds things up and saves memory a LOT! (not noticed
12536: negative effect on syntetic tests, future will tell...)
12537:
12538: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12539: changed gc_malloc implementation, which obscured profiling
12540:
12541: * src/classes/table.C: merged from HEAD: + optimized
12542: table::load/sql, now row ArrayString-s allocated with
12543: columns.count() elements and don't always grow from
12544: count=3[realloc,realloc]
12545:
12546: * src/classes/table.C: + optimized table::load/sql, now row
12547: ArrayString-s allocated with columns.count() elements and don't
12548: always grow from count=3[realloc,realloc]
12549:
12550: * src/classes/table.C: merged from HEAD: . ^table.save unused
12551: buffer after save
12552:
12553: * src/classes/table.C: . ^table.save unused buffer after save
12554:
12555: 2005-11-24 paf
12556:
12557: * configure.in: . merged glib2-config patch
12558:
12559: * configure.in: + trying to find glib2-config
12560:
12561: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12562: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12563: file/dir_readable to simple file/dir_exist, this would help in
12564: situations "class not found because .p file has bad rights" << in
12565: that case error would be explicit "access denied to 'this' file"
12566:
1.116 moko 12567: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12568:
12569: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12570: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12571: to simple file/dir_exist, this would help in situations "class
12572: not found because .p file has bad rights" << in that case error
12573: would be explicit "access denied to 'this' file"
12574:
12575: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12576: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12577: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12578: ^file::exec/cgi[script;$.charset[changed]
12579: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12580: encoded in $.charset charset
12581:
12582: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12583: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12584: encoded in $.charset charset
12585:
12586: * src/: include/Makefile.am, include/pa_common.h,
12587: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12588: main/pa_common.C, main/pa_http.C: . extracted http:// into
12589: separate file [preparation for
12590: ^file::cgi[script;$.form[$.field1[]
12591:
12592: 2005-11-22 paf
12593:
12594: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12595:
12596: * acinclude.m4, configure.in: . merged underquting fixes
12597:
1.116 moko 12598: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12599:
12600: * src/classes/op.C: . overmerged a little
12601:
12602: * src/main/compile.tab.C: Makefile
12603:
12604: * src/main/: pa_common.C: . less gcc warnings
12605:
12606: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12607: now reports original exception if we have no old cache
12608:
12609: * src/classes/op.C: + $exception.handled[cache] now reports
12610: original exception if we have no old cache
12611:
12612: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12613: from HEAD: + ^taint/untaint[regex] << escapes these:
12614: \^$.[]|()?*+{}
12615:
12616: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12617: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12618:
12619: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12620: getenv-ed variable, which does not work both on win32&unix.
12621: copied old TZ value now
12622:
12623: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12624: stored pointer to getenv-ed variable, which does not work both on
12625: win32&unix. copied old TZ value now
12626:
12627: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12628: getenv-ed variable, which does not work both on win32&unix.
12629: copied old TZ value now
12630:
12631: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12632: access to internal hash
12633:
12634: * src/types/pa_vresponse.C: + $response:headers access to internal
12635: hash
12636:
12637: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12638: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12639: isapi] this reduces number of "GC Warning: Repeated allocation of
12640: very large block" messages to only important onces
12641:
12642: * src/targets/isapi/parser3isapi.C: +
12643: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12644: isapi] this reduces number of "GC Warning: Repeated allocation of
12645: very large block" messages to only important onces
12646:
12647: * src/classes/string.C: merged from HEAD: + removed limitation on
12648: ^string/int/double:sql{}[$.default[({param style})] ]
12649:
12650: * src/classes/string.C: + removed limitation on
12651: ^string/int/double:sql{}[$.default[({param style})] ]
12652:
12653: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12654: with ?params or $.form option" limitation
12655:
12656: * src/main/pa_common.C: + removed "use either uri with ?params or
12657: $.form option" limitation
12658:
12659: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12660: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12661: ^file::base64[encoded] decode
12662:
12663: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12664: main/pa_common.C: + ^file.base64[] encode +
12665: ^file::base64[encoded] decode
12666:
12667: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12668: ^string:base64[encoded] decode
12669:
12670: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12671: ^string:base64[in] encode + ^string.base64[] decode
12672:
12673: 2005-11-21 paf
12674:
12675: * src/classes/file.C: + merged from HEAD:
12676: ^file::create[text;file.xml;^untaint[xml]{data}]
12677:
12678: * src/classes/file.C: +
12679: ^file::create[text;file.xml;^untaint[xml]{data}]
12680:
12681: * src/main/pa_request.C: ! merged: $response:body[file] now
12682: differes from :download, it does not return content-disposition
12683: at all now [previusely it returned valueless content-disposition]
12684:
12685: * src/main/pa_request.C: ! $response:body[file] now differes from
12686: :download, it does not return content-disposition at all now
12687: [previusely it returned valueless content-disposition]
12688:
12689: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12690: literals, reverted to just vvod, recreating empty array with each
12691: void_value token. that's absolutely needed, since that array
12692: grows
12693:
12694: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12695: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12696: types/pa_vmethod_frame.h: + merged: expression literals:
12697: true/false. ^format[$.indent(true)]
12698:
12699: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12700: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12701: types/pa_vmethod_frame.h: + expression literals: true/false.
12702: ^format[$.indent(true)]
12703:
12704: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12705: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12706: i386-pc-win32)"
12707:
12708: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12709: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12710: i386-pc-win32)"
12711:
12712: 2005-11-18 paf
12713:
12714: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12715: null}[$.default(123)] will now return default value
12716:
12717: * src/classes/op.C: + merged ^cache[] << returns current cache
12718: expiration time
12719:
12720: * src/classes/op.C: + ^cache[] << returns current cache expiration
12721: time
12722:
12723: * src/classes/table.C: ! merged ^table::create[not'nameless';
12724: failed << Exception.problem_source pointed to local var!
12725:
12726: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12727: Exception.problem_source pointed to local var!
12728:
12729: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12730: now loads VFile.ptr!=0, so such files can be saved now
12731:
12732: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12733: loads VFile.ptr!=0, so such files can be saved now
12734:
12735: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12736: only . and .. now removed from list [were removed all .*]
12737:
12738: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12739: .. now removed from list [were removed all .*]
12740:
12741: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12742: open error now checked, were not :( [stole that piece from apache
12743: 1.3 sources]
12744:
12745: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12746: checked, were not :( [stole that piece from apache 1.3 sources]
12747:
12748: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12749: untainting of @main result if returned by $result or
12750: $response:body
12751:
12752: * src/main/pa_request.C: ! ensured proper untainting of @main
12753: result if returned by $result or $response:body
12754:
12755: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12756: issue: now tries to guess content-length and allocates one big
12757: piece if possible [regretfully gc_realloc works as malloc+free,
12758: leaving lots of holes behind]
12759:
12760: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12761: fixed file load memory issue: now tries to guess content-length
12762: and allocates one big piece if possible [regretfully gc_realloc
12763: works as malloc+free, leaving lots of holes behind]
12764:
12765: 2005-11-16 paf
12766:
12767: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12768: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12769: table::save with enclosers now doubles them: "->"" !
12770: table::save/load do not remove elements from options hash
12771:
12772: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12773: [were overoptimized ^if(double_literal), compiler confused
12774: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12775:
12776: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12777: [were overoptimized ^if(double_literal), compiler confused
12778: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12779:
12780: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12781: main/pa_common.C: ! table::save with enclosers now doubles them:
12782: "->"" ! table::save/load do not remove elements from options hash
12783:
12784: 2005-11-03 paf
12785:
1.116 moko 12786: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12787: compilation, not all makefiles liked that
1.95 moko 12788:
12789: 2005-08-30 paf
12790:
12791: * src/classes/op.C: merge . speedup check of [DEFAULT]
12792:
12793: * src/classes/op.C: . speedup check of [DEFAULT]
12794:
12795: 2005-08-26 paf
12796:
12797: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12798:
12799: * src/: classes/date.C, types/pa_vdate.h: + date.week
12800:
12801: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12802: complains about bad!=nameless
12803:
12804: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12805: about bad!=nameless
12806:
12807: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12808: optional options were allowed to be empty. were checked
12809: if(is_string), changed to !defined||is_string to allow void
12810:
12811: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12812: classes/string.C, classes/table.C, classes/void.C: ! optional
12813: options were allowed to be empty. were checked if(is_string),
12814: changed to !defined||is_string to allow void
12815:
12816: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12817: as_junction where they needed as_int/double, so failed with
12818: recent "(const) now no junction" optimization
12819:
12820: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12821: merged ! many classes/* used as_junction where they needed
12822: as_int/double, so failed with recent "(const) now no junction"
12823: optimization
12824:
12825: * src/: classes/double.C, classes/int.C, classes/math.C,
12826: classes/op.C, classes/string.C, classes/table.C,
12827: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12828: used as_junction where they needed as_int/double, so failed with
12829: recent "(const) now no junction" optimization
12830:
12831: 2005-08-24 paf
12832:
12833: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12834: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12835: stripped it
12836:
12837: 2005-08-09 paf
12838:
12839: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12840: not cleared
12841:
12842: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12843: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12844: classes/hashfile.C, classes/image.C, classes/int.C,
12845: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12846: classes/response.C, classes/string.C, classes/table.C,
12847: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12848: include/pa_array.h, include/pa_cache_managers.h,
12849: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12850: include/pa_config_fixed.h, include/pa_config_includes.h,
12851: include/pa_dictionary.h, include/pa_dir.h,
12852: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12853: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12854: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12855: include/pa_request_charsets.h, include/pa_request_info.h,
12856: include/pa_sapi.h, include/pa_socks.h,
12857: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12858: include/pa_stack.h, include/pa_string.h,
12859: include/pa_stylesheet_connection.h,
12860: include/pa_stylesheet_manager.h, include/pa_table.h,
12861: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12862: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12863: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12864: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12865: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12866: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12867: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12868: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12869: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12870: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12871: main/pa_sql_driver_manager.C, main/pa_string.C,
12872: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12873: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12874: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12875: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12876: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12877: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12878: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12879: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12880: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12881: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12882: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12883: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12884: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12885: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12886: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12887: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12888: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12889: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12890: types/pa_vresponse.C, types/pa_vresponse.h,
12891: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12892: types/pa_vstateless_object.h, types/pa_vstatus.C,
12893: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12894: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12895: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12896: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12897: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12898:
12899: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12900: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12901: speedup consequent checks in vmethod_frame
12902:
12903: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12904: not cleared
12905:
12906: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12907: params: 50 max (were 10)
12908:
12909: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12910: params: 50 max (were 10)
12911:
12912: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12913: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12914: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12915: empty string) ! simplified (double) speedup consequent checks in
12916: vmethod_frame
12917:
12918: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12919: optimized constants in expressions vstring->vdouble + optimized
12920: ^call(vdouble), no junction creation, no calls later
12921:
12922: 2005-08-08 paf
12923:
12924: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12925: compile_tools.h: merged + optimized constants in expressions
12926: vstring->vdouble + optimized ^call(vdouble), no junction
12927: creation, no calls later
12928:
12929: * src/types/pa_vdouble.h: merged . double values without fractional
12930: part now default printed as %.0f instead of %g
12931:
12932: * src/types/pa_vdouble.h: . double values without fractional part
12933: now default printed as %.0f instead of %g
12934:
12935: * src/classes/hashfile.C: . merged ! second hashfile::open would
12936: cause an exception
12937:
12938: * src/classes/hashfile.C: ! second hashfile::open would cause an
12939: exception
12940:
12941: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12942: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12943: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12944: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12945: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12946: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12947: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12948: types/pa_vresponse.h, types/pa_vstateless_class.C,
12949: types/pa_vstateless_object.h, types/pa_vvoid.h,
12950: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12951: merged VJunction(new Junction) optimization from 3.1.4
12952:
12953: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12954: types/pa_vstateless_class.C: + optimized new VJunction(new
12955: Junction(params)) to new VJunction(params), thousands of mallocs
12956: removed
12957:
12958: 2005-08-05 paf
12959:
12960: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12961: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12962: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12963: creation, no calls later
12964:
12965: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12966: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12967: classes/hashfile.C, classes/image.C, classes/int.C,
12968: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12969: classes/response.C, classes/string.C, classes/table.C,
12970: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12971: include/pa_array.h, include/pa_cache_managers.h,
12972: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12973: include/pa_config_fixed.h, include/pa_config_includes.h,
12974: include/pa_dictionary.h, include/pa_dir.h,
12975: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12976: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12977: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12978: include/pa_request_charsets.h, include/pa_request_info.h,
12979: include/pa_sapi.h, include/pa_socks.h,
12980: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12981: include/pa_stack.h, include/pa_string.h,
12982: include/pa_stylesheet_connection.h,
12983: include/pa_stylesheet_manager.h, include/pa_table.h,
12984: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12985: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12986: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12987: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12988: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12989: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12990: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12991: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12992: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12993: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12994: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12995: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12996: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12997: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12998: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12999: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13000: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13001: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13002: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13003: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13004: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13005: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13006: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13007: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13008: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13009: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13010: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13011: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13012: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13013: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13014: types/pa_vstateless_object.h, types/pa_vstatus.C,
13015: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13016: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13017: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13018: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13019: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13020:
13021: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13022: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13023: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13024: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13025: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13026: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13027: optimized constants in expressions vstring->vdouble
13028:
13029: 2005-07-29 paf
13030:
13031: * src/types/pa_vclass.C: . shaped up error messages a bit
13032:
13033: * src/types/pa_vclass.C: + property getter can now be overridden
13034:
13035: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13036: bug fix: static parent fields were not replaced in case
13037: $derived:field[put] + property setter can now be overridden
13038:
13039: 2005-07-28 paf
13040:
13041: * configure, configure.in, src/classes/classes.h,
13042: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13043: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13044: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13045: src/classes/xnode.h, src/include/pa_hash.h,
13046: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13047: src/types/Makefile.am, src/types/pa_method.h,
13048: src/types/pa_value.h, src/types/pa_vclass.C,
13049: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13050: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13051: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13052: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13053: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13054: src/types/pa_vobject.C, src/types/pa_vobject.h,
13055: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13056: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13057: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13058: src/types/pa_vstateless_class.h,
1.95 moko 13059: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13060: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13061: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13062: dynamic_fields_join
13063:
13064: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13065: classes/xnode.C, include/pa_hash.h, main/execute.C,
13066: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13067: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13068: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13069: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13070: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13071: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13072: types/pa_vresponse.h, types/pa_vstateless_object.h,
13073: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13074: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13075: restored its checks in vobject.put_element->static fields |
13076: dynamic properties
13077:
13078: 2005-07-27 paf
13079:
13080: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13081: is some old code containing @set_name $name
13082:
13083: * src/types/pa_vobject.h: . fixed warning
13084:
13085: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13086: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13087:
13088: * src/: classes/xnode.C, include/pa_hash.h,
13089: types/pa_vstateless_class.C: ! new asserts were all false.
13090: regretfully reverted them all to checks
13091:
13092: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13093: classes/op.C, main/execute.C, types/pa_method.h,
13094: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13095: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13096: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13097: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13098: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13099: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13100: types/pa_vstateless_object.h, types/pa_vvoid.h,
13101: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13102: joined_dynamic_fields: removed unused param from put_method
13103: (returned to 3 params)
13104:
13105: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13106: joined_dynamic_fields: dynamic get/set works with overriding
13107: props [alpha2]
13108:
13109: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13110: works [alfa]
13111:
13112: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13113: classes/op.C, include/pa_hash.h, main/execute.C,
13114: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13115: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13116: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13117: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13118: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13119: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13120: types/pa_vresponse.h, types/pa_vstateless_class.C,
13121: types/pa_vstateless_object.h, types/pa_vvoid.h,
13122: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13123: joined_dynamic_fields: just compiled
13124:
13125: * src/: classes/date.C, classes/file.C, classes/hash.C,
13126: classes/hashfile.C, classes/image.C, classes/table.C,
13127: classes/xdoc.C, classes/xnode.h, main/execute.C,
13128: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13129: types/pa_vstateless_class.h: joined_dynamic_fields: started
13130:
13131: * src/types/pa_vobject.C: . object setters [only started, does not
13132: work yet]
13133:
13134: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13135: object setters [only started, does not work yet]
13136:
13137: 2005-07-26 paf
13138:
13139: * src/: include/pa_request.h, main/execute.C: . properties: set
13140: works [alpha2]. for classes. todo: for objects
13141:
13142: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13143: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13144: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13145: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13146: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13147: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13148: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13149: types/pa_vstateless_object.h, types/pa_vvoid.h,
13150: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13151: properties: set works [alpha1]
13152:
13153: 2005-07-25 paf
13154:
13155: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13156: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13157: properties: started, get works [alpha1, other approach]
13158:
13159: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13160: properties: started, get works [alpha2]
13161:
13162: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13163: pa_vstateless_class.h: . properties: started, get works [alpha]
13164:
13165: 2005-07-15 paf
13166:
13167: * src/: classes/classes.h, classes/op.C, main/execute.C,
13168: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13169: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13170: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13171: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13172: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13173: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13174: types/pa_vresponse.C, types/pa_vresponse.h,
13175: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13176: types/pa_vstateless_object.h, types/pa_vvoid.h,
13177: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13178: types/pa_wwrapper.h, types/types.vcproj: + started property
13179: [getters work but think of changing them too to precaching]
13180:
13181: 2005-07-08 paf
13182:
13183: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13184: gpf
13185:
13186: 2005-06-28 paf
13187:
13188: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13189: in passing empty strings to file::exec/cgi environment
13190:
13191: 2005-06-06 paf
13192:
13193: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13194: ^table:sql ^hash:sql now DO process $.bind option
13195:
13196: 2005-05-24 paf
13197:
13198: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13199: $.limit] now work again [support was broken in 3.1.4]
13200:
13201: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13202: ALL_INTERIOR_POINTERS
13203:
13204: 2005-05-12 paf
13205:
13206: * configure: 3.1.5beta
13207:
13208: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13209:
13210: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13211: $.limit] now work again [support was broken in 3.1.4]
13212:
13213: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13214: line-width [was refusing to fill if line-width >1, thanks to
13215: Seras <seras@pinxit.lt> for repro case
13216:
13217: 2005-04-25 paf
13218:
13219: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13220: correctly
13221:
13222: 2005-04-19 paf
13223:
13224: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13225: in VString violating invariant!!
13226:
13227: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13228: getenv("TZ")==null
13229:
13230: 2005-04-08 paf
13231:
13232: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13233: bugfix: when there is no char in charset one byte produces 6
13234: (ÿ <<max). increased buffer size!
13235:
13236: 2005-03-23 paf
13237:
13238: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13239: ^date.sql-string now takes TZ into account
13240:
13241: 2005-03-16 paf
13242:
13243: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13244: gcc 3.4
13245:
13246: * src/types/pa_vhash.C: . warning about eof eol
13247:
13248: 2005-02-17 paf
13249:
1.211 moko 13250: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13251: ^sleep(double seconds)
1.95 moko 13252:
13253: 2005-02-02 paf
13254:
13255: * src/classes/xnode.C: beauty: removed needless includes
13256:
13257: 2005-01-31 paf
13258:
13259: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13260: $.partNoNumber now alias to $.part1
13261:
13262: * src/types/pa_vmail.C: change: incoming letter part contains
13263: "content-disposition" header with any value? now considering that
13264: part to be "file#" [for text/plain text/html were $.text#
13265: $.html#]
13266:
13267: * INSTALL: updatet to latest working versions available
13268:
13269: 2005-01-20 paf
13270:
13271: * configure.in, src/include/pa_version.h: version
13272:
13273: 2005-01-19 paf
13274:
1.116 moko 13275: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13276: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13277: couple warnings in parser3.C
1.95 moko 13278:
13279: 2004-12-23 paf
13280:
13281: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13282:
13283: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13284: dir to directory of script (when shbang used), not to directory
13285: of its interpreter
13286:
13287: * src/include/pa_version.h: compiled on win32...
13288:
13289: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13290: we need more hspace
13291:
13292: * configure, configure.in, src/include/pa_version.h: configured
13293: host to pa_version. will be displayed everywhere
13294:
13295: * src/main/pa_request.C: new: @unhandled_exception can prevent
13296: exception from being logged by setting $exception.handled(1)
13297:
1.211 moko 13298: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13299: ^file::sql{query}[[options]] options: $.name[file name]
13300: $.content-type[application/what]
13301:
13302: * src/: include/pa_common.h, main/pa_common.C,
13303: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13304: new file
13305:
13306: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13307: bugfix: table->hash now regards _default
13308:
13309: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13310: created by accessing $name_of_method it acquired bad self=closest
13311: methodframe; instead of proper self (current class)
13312:
13313: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13314: hashfile produced bad cord
13315:
13316: 2004-12-10 paf
13317:
13318: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13319: subsequent failures though defined in .h
13320:
13321: * src/main/pa_common.C: comment on volatile
13322:
13323: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13324: alarm function were not used since the beginning due to stupid
13325: error [setsigjmp were not checked in configure.in]
13326:
13327: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13328: unix too
13329:
13330: * src/main/pa_common.C: http: exception status of send/recv errors
13331: change to most probable http.timeout
13332:
13333: * src/main/pa_common.C: win32: http connection $.timeout option now
13334: works [setsockopt on send/receive]
13335:
13336: 2004-12-08 paf
13337:
13338: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13339: cstr-ed knowing mail charset, and untainting uri lang now knows
13340: proper charset
13341:
13342: 2004-11-24 paf
13343:
13344: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13345:
13346: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13347: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13348:
13349: 2004-11-12 paf
13350:
13351: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13352: [since 3.0.4]
13353:
13354: 2004-11-09 paf
13355:
13356: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13357: writes basics to c:\parser3.log
13358:
13359: 2004-10-21 paf
13360:
13361: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13362: tainted strings [were returning clean onces]
13363:
13364: 2004-10-15 paf
13365:
13366: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13367: cycles(i=1; i=2), which was wrong, now does ONE
13368:
13369: 2004-10-12 paf
13370:
13371: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13372:
13373: 2004-10-07 paf
13374:
13375: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13376: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13377: release asserts
13378:
13379: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13380: String.dump() to stdout in detailed form [were String.v() in
13381: short form]
13382:
13383: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13384: \t\r\n as @#| and truncates long char sequences less
13385:
13386: 2004-10-06 paf
13387:
13388: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13389: win32 beauty: socket errors properly decoded
13390:
13391: 2004-10-05 paf
13392:
13393: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13394: request::configure_user/admin done always, even if no
13395: file-to-process useful in @unhandled_exception [say, if they
13396: would want to mail by SMTP something]
13397:
13398: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13399: now performed prior to file loading [and @auto executing] thus
13400: making $cookie:value available in @auto and in
13401: @unhandled_exception when IIS is configured to run interpreter
13402: even if no file exist
13403:
13404: 2004-09-20 paf
13405:
13406: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13407: somewhere where it should have called xmlMalloc and it calls
13408: xmlFree when it should have not called it. inserted two
13409: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13410: xmlFree just ignored. put away a testcase, maybe someday libxml
13411: author would fix all that. until that day: we have SLOW garbage
13412: collecting when many xml objects are alive hint: do
13413: ^memory:compact[] before xdoc::create
13414:
13415: 2004-09-17 paf
13416:
13417: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13418: error from 3.0.8 version]
13419:
13420: 2004-09-14 paf
13421:
13422: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13423: part bugfix: hashfile.foreach iterated only part if hashfile were
13424: modified inside
13425:
13426: 2004-09-13 paf
13427:
13428: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13429: [were as octal]
13430:
13431: * src/types/pa_vhashfile.C: beauty: not reproduced
13432: $hashfile.key[$novalue] bug [reported by motorin], inserted
13433: safety-check
13434:
13435: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13436: [not something obscure from sdbm lib]
13437:
13438: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13439: = strerror now returnes something and we can properly report that
13440: to client
13441:
13442: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13443: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13444:
13445: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13446: [tainted as-is] this helps //[space][newline] to remain as-is and
13447: not be unnecessary optimized away [ruining javascript]
13448:
13449: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13450: [tainted as-is]
13451:
13452: * src/classes/mail.C: bugfix: typo error
13453:
13454: 2004-09-09 paf
13455:
13456: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13457: separators bugfix: loads header with endings \r\n\r\n and \n\n
13458: (bloody yandex.server)
13459:
13460: 2004-09-06 paf
13461:
13462: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13463: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13464: encoded
13465:
13466: 2004-09-01 paf
13467:
13468: * src/types/pa_vmail.C: change: multipart/mixed changed to
13469: multipart/related outlook express have no problems showing
13470: unrelated attachments. todo: someday figure out a way of
13471: multipart/mixed multipart/related text/html
13472: image/xxx application/octet-stream << true attachments
13473:
13474: * src/types/pa_vmail.C: new:
13475: ^mail:send[$.file[$.content-disposition can be overriden new:
13476: empty mail header fields removed from letter
13477:
13478: * src/: classes/mail.C, include/pa_config_fixed.h,
13479: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13480: ^mail:send[ $.file[ $.any[header]
13481:
13482: 2004-08-30 paf
13483:
13484: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13485: warnings
13486:
13487: * src/main/pa_common.C: beauty: do not bother with charset
13488: detection when ^file::load[binary
13489:
13490: 2004-08-27 paf
13491:
13492: * src/main/pa_common.C: hack: for yandex.server http server
13493:
13494: 2004-08-18 paf
13495:
13496: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13497: possibly-chunked response
13498:
13499: 2004-08-17 paf
13500:
13501: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13502: $f.content-type now = that of http response
13503:
13504: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13505: $f.content-type now = that of http response
13506:
13507: 2004-07-30 paf
13508:
13509: * src/: include/pa_request.h, main/pa_request.C,
13510: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13511: win32: system&parser exceptions in release mode reported properly
13512: parser exception in exception handler WERE mistakenly reported as
13513: system exception, without details [in apache & isapi] +some
13514: beauty in exception text
13515:
13516: * src/: include/pa_exception.h, main/pa_request.C,
13517: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13518: release mode reported properly parser exception in exception
13519: handler WERE mistakenly reported as system exception, without
13520: details
13521:
13522: * src/main/execute.C: beauty: simplified system exception handling
13523:
13524: 2004-07-29 paf
13525:
13526: * src/classes/table.C: bugfix:
13527: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13528: were ignored, and \t used unconditionally]
13529:
13530: * src/types/Makefile.am: added vhash.c
13531:
13532: 2004-07-28 paf
13533:
13534: * src/: classes/date.C, classes/image.C, classes/math.C,
13535: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13536: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13537: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13538: failed on russian letters
13539:
13540: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13541: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13542: letters
13543:
13544: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13545: as 'currentDirectory' parameter to CreateProcess
13546:
13547: 2004-07-27 paf
13548:
13549: * src/targets/cgi/parser3.vcproj: beauty: win32:
13550: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13551: from release somewhere [to help searching for unhandled system
13552: exceptions]
13553:
13554: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13555: TZ shift
13556:
13557: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13558: but also in ctor
13559:
13560: 2004-07-26 paf
13561:
1.211 moko 13562: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13563: src/main/pa_common.C, src/main/pa_request.C,
13564: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13565: src/types/types.vcproj: new: $response:body/download[
13566: $.file[name on disk] $.name[of file for user]
13567: $.mdate[date of last-modified. default from directory] ]
13568:
13569: * src/classes/file.C: moving file:send somewhere else..
13570:
13571: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13572: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13573: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13574: $response:download[ $.filename[filename] $.option[] ,, ]
13575:
13576: * src/classes/file.C: beauty: invalid mode thoroughly reported
13577:
13578: 2004-07-21 paf
13579:
13580: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13581: to several lines
13582:
13583: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13584:
13585: note: ms outlook[!express] shows only first 255 characters of
13586: subject
13587:
13588: 2004-07-15 paf
13589:
13590: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13591: off]
13592:
13593: 2004-07-14 paf
13594:
13595: * src/classes/table.C: bugfix: $.bind values now got untainted
13596: according to lang [were: as-is]
13597:
13598: 2004-07-07 paf
13599:
13600: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13601: checked that
13602:
13603: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13604: now untainted according to their languages. were: as-is.
13605: EVERYWHERE
13606:
13607: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13608: environment string now untainted according to their languages.
13609: were: as-is. EVERYWHERE
13610:
13611: * src/main/pa_exec.C: bufix: on unix environment string now
13612: untainted according to their languages. were: as-is. on win32:
13613: ok
13614:
13615: * parser3.vssscc: ...would not go unnoticed
13616:
13617: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13618: fails. in case on input appears nonutf, those bytes will be
13619: printed in %HH form. that can be easily decoded/recovered.
13620:
13621: this form is quite noticable, and hopefully would not go noticed
13622:
13623: 2004-07-06 paf
13624:
13625: * src/main/pa_exec.C: bufix: on unix environment string now
13626: untainted according to their languages. were: as-is. on win32:
13627: ok
13628:
13629: 2004-07-01 paf
13630:
13631: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13632: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13633: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13634: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13635: main/main.vcproj, targets/cgi/parser3.vcproj,
13636: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13637: option: global optimization ON
13638:
13639: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13640: to do xdoc::create{invalid chars} standard disables chars less
13641: then \x20, except tab, cr, lf.
13642:
13643: changed tainting so that those become '!'
13644:
13645: 2004-06-25 paf
13646:
13647: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13648: int on odd address [prev bugfix failed due to superwize
13649: optimizer, which turned memcpy into same 'ld' asm command]
13650:
13651: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13652: int on odd address
13653:
13654: 2004-06-22 paf
13655:
13656: * src/sql/pa_sql_driver.h: note: about possible optimization
13657:
1.211 moko 13658: * operators.ru.txt, operators.txt, src/classes/hash.C,
13659: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13660: src/classes/void.C, src/include/pa_config_includes.h: new:
13661: ^void:sql{call paf(:a)}[ $.bind[
13662: $.a[2] ] ] output variables work. todo:
13663: check in out variables
1.95 moko 13664:
13665: 2004-06-18 paf
13666:
13667: * src/: classes/file.C, classes/hash.C, classes/string.C,
13668: classes/table.C, classes/void.C, include/pa_globals.h,
13669: include/pa_sql_connection.h, main/compile.tab.C,
13670: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13671: $.bind[ $.a[2] ]
13672: ] input variables work. todo:output
13673:
13674: * src/targets/cgi/parser3.C: bugfix: iis specific
13675: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13676: /_bug.html?404;http://hpsv/test/
13677: --------------------------------------------------------------------------------
13678: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13679: --------------------------------------------------------------------------------
13680: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13681:
13682: 2004-06-16 paf
13683:
13684: * src/targets/cgi/parser3.C: new: iis specific
13685: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13686: $request:query
13687: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13688: $form:fields IIS-STATUS="404"
13689: IIS-DOCUMENT="http://server/_bug.html" f="v"
13690:
13691: todo: isapi too
13692:
13693: 2004-05-26 paf
13694:
13695: * src/include/pa_version.h: 3.1.3
13696:
1.211 moko 13697: * operators.ru.txt, operators.txt: beauty: removed outdated level
13698: 'table'
1.95 moko 13699:
13700: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13701:
13702: * src/main/pa_string.C: beauty: removed 3 warnings
13703:
13704: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13705: classes/op.C: beauty: removed outdated level 'table'
13706:
13707: 2004-05-25 paf
13708:
13709: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13710: implementation. mistery: how anything worked
13711:
13712: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13713: changed, it is now safe to use url if pointers to it are stored
13714: to gc mem
13715:
13716: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13717: unknown errors reported and not cause SIGSEGV now
13718:
13719: 2004-05-24 paf
13720:
13721: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13722: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13723: less memory: CORD_chars_block originally intended to ... it was
13724: good that CORD_chars_block were not used: it consumes more memory
13725: [and, might be slow too] undoing that. [and removed that func so
13726: that it would not confuse parser developer in future]
13727:
13728: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13729: less memory: CORD_chars_block originally intended to
13730: speedup/reduce mem usage were forgotten, and were used stupid
13731: CORD_chars
13732:
13733: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13734:
13735: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13736: BIGENDIAN processors space-conserving mech failed, causing
13737: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13738: (1|2|3));
13739:
13740: 2004-05-14 paf
13741:
13742: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13743: bugfix: void now has vfile value, and $response:body[] works OK
13744:
13745: 2004-05-12 paf
13746:
13747: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13748: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13749: sources to use is_defined() {return as_bool();} along VBool
13750:
13751: 2004-05-11 paf
13752:
13753: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13754: referencing to local objects
13755:
13756: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13757: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13758: left intact
13759:
13760: 2004-04-15 paf
13761:
13762: * src/classes/date.C: merged: beauty: unused var removed
13763:
13764: * src/classes/date.C: beauty: unused var removed
13765:
13766: * src/include/: pa_exec.h: bugfix: interface without pointer
13767: provoked bug
13768:
13769: 2004-04-09 paf
13770:
13771: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13772:
13773: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13774:
13775: 2004-04-08 paf
13776:
13777: * src/classes/date.C: new: ^date::create[y-m-d
13778: h-M-s>>.milliseconds<<] now allowed, ignored so far
13779:
13780: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13781:
13782: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13783: to consult default catalog [usually, that file belongs to other
13784: user/group]
13785:
13786: 2004-04-06 paf
13787:
13788: * src/main/pa_common.C: beauty: gcc warning removed
13789:
13790: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13791: accept that trick, trying other
13792:
13793: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13794: explicit result problem
13795:
13796: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13797: explicit result problem
13798:
13799: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13800: explicit result problem
13801:
1.211 moko 13802: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13803: ^string.append[string]
1.95 moko 13804:
13805: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13806: main/execute.C: attempt_check_call_in_explicit_result_mode:
13807: failed
13808:
13809: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13810: http://i.p.a.ddress gethostbyaddr added [on some platforms
13811: gethostbyname failed with such 'domains'] now checked properly,
13812: were: needless reverse/forward dns lookup
13813:
13814: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13815: http://i.p.a.ddress gethostbyaddr added [on some platforms
13816: gethostbyname failed with such 'domains'] now checked properly,
13817: were: needless reverse/forward dns lookup
13818:
13819: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13820: @method[][result] means "no string output here" moved to lexical
13821: level [on grammar level it were too difficult]
13822:
1.211 moko 13823: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13824: src/main/compile.tab.C, src/main/compile.y,
13825: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13826: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13827: string output here", implemented part of that idea: compiler
13828: throws away string literal generation code. and barks
13829: nonwhitespace chars
1.95 moko 13830:
1.211 moko 13831: * operators.ru.txt, operators.txt: truth: removed comment about
13832: $ORIGIN
1.95 moko 13833:
13834: 2004-04-05 paf
13835:
13836: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13837: src/include/pa_version.h, src/main/pa_common.C,
13838: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13839:
13840: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13841: Konstantin Tomashevitch [mailto:konst@design.ru]
13842:
13843: * src/doc/html2chm.cmd: beauty: no need in bg here
13844:
13845: * src/doc/sources2html.cmd: beauty: same window, in bg it
13846: interfered with FAR console
13847:
13848: * configure, configure.in: 3.1.3
13849:
13850: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13851:
13852: * src/main/pa_common.C: removed warning
13853:
13854: * src/include/pa_version.h: 3.1.3
13855:
13856: 2004-04-02 paf
13857:
13858: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13859:
13860: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13861: allows to specify where to put parser log file
13862:
13863: 2004-04-01 paf
13864:
13865: * src/classes/table.C: bugfix: bugfix: table::load last line
13866: without tab and enter were ignored
13867:
13868: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13869: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13870: main/pa_socks.C, targets/cgi/parser3.C,
13871: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13872: bugfix: sql connections now are disconnected
13873:
13874: 2004-03-30 paf
13875:
13876: * src/classes/table.C: bugfix: table::load last line without tab
13877: and enter were ignored
13878:
13879: * src/classes/table.C: bufix: if last table lines were commented,
13880: gpfed
13881:
13882: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13883: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13884: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13885: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13886: doc/methoded.dox, doc/object.dox, doc/string.dox,
13887: doc/targets.dox, doc/value.dox, include/pa_version.h,
13888: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13889: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13890: bugfixes from 3.1.2, changed version to 3.1.3beta
13891:
13892: 2004-03-29 paf
13893:
13894: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13895: causes gpf
13896:
13897: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13898: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13899: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13900: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13901: value.dox: translated to english
13902:
13903: 2004-03-25 paf
13904:
13905: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13906: parser3project dependency removed
13907:
13908: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13909: bugfix: refused to compile without xml
13910:
13911: * src/types/pa_vform.C: beauty: removed warning
13912:
13913: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13914: any folder [removed last ;) folder dependency]
13915:
13916: * src/classes/classes.vcproj: bugfix: now all compiles in any
13917: folder [removed last ;) folder dependency]
13918:
13919: * src/include/pa_version.h: release
13920:
13921: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13922:
13923: * src/classes/table.C: beauty: comment& more meaningful error
13924: message
13925:
13926: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13927: $.hash[$.column_value1(true) ... ] [were producing some strang
13928: thing]
13929:
13930: 2004-03-23 paf
13931:
13932: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13933: and http status line parsing checked number of columns in table
13934: [user reported an assert]
13935:
1.211 moko 13936: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 13937:
13938: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13939: bugfix: junction reattach now actually reattaches a junction to
13940: new wcontext [were only assigning it to junction, which caused
13941: junction tracking to loose junction, and it's context were not
13942: killed, and it tried to process in invalid context, gpf]
13943:
13944: * src/targets/cgi/parser3.C: debug helper added
13945:
13946: 2004-03-19 paf
13947:
13948: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13949: "type(type)" in braces
13950:
13951: 2004-03-10 paf
13952:
1.211 moko 13953: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
13954: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
13955: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
13956: src/types/pa_vxnode.h: new: refined solution to
13957: search-in-namespaces problem:
1.95 moko 13958: $xdoc.search-namespaces.x[http://pif.design.ru/]
13959: $nodes[^xdoc.select[//x:second]]
13960:
1.211 moko 13961: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
13962: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
13963: search for info in namespaces
1.95 moko 13964:
13965: $nodes[^xdoc.select[//x:second][
13966: $.x[http://pif.design.ru/] ]]
13967:
13968: 2004-03-09 paf
13969:
1.211 moko 13970: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 13971: ^file::load[...][options] $.form[
13972: !$.field1[string]
13973: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13974: ] !$.body[string]
13975:
13976: GET ?here notGET(POST, HEAD, others) in content-type:
13977: application/x-www-form-urlencoded
13978:
13979: todo: upload files ability
13980:
13981: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13982: properly, done
13983:
13984: 2004-03-05 paf
13985:
1.211 moko 13986: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
13987: file::load[;http:// GET/POST $.form[$.fields started, not tested
13988: yet todo:$.field[table] for multiple values
1.95 moko 13989:
1.211 moko 13990: * operators.ru.txt, operators.txt: new: http:// options $.user
13991: $.password basic authorization
1.95 moko 13992:
13993: * src/main/pa_common.C: beauty: link to rtf added
13994:
1.211 moko 13995: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13996: src/main/pa_common.C: new: http:// options $.user $.password
13997: basic authorization
1.95 moko 13998:
13999: * src/main/pa_common.C: beauty: removed needless vars
14000:
1.211 moko 14001: * operators.ru.txt, operators.txt: new: pgsql option [like that
14002: recently added to oracle driver]
14003: ClientCharset=parser-charset << charset in which parser thinks
14004: client works
14005:
14006: * operators.ru.txt, operators.txt: new: odbc option [like that
14007: recently added to oracle driver]
14008: ClientCharset=parser-charset << charset in which parser thinks
14009: client works
1.95 moko 14010:
14011: * src/sql/pa_sql_driver.h: beauty: important warning added
14012:
14013: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14014: char!
14015:
14016: * etc/parser3.charsets/windows-1251.cfg: typo
14017:
14018: 2004-03-04 paf
14019:
14020: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14021: cached, sql transcoding now goes faster
14022:
1.211 moko 14023: * operators.ru.txt, operators.txt: new: mysql option [like that
14024: recently added to oracle driver]
14025: ClientCharset=parser-charset << charset in which parser thinks
14026: client works
1.95 moko 14027:
14028: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14029: typo error
14030:
14031: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14032: chars commented
14033:
14034: 2004-03-03 paf
14035:
14036: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14037: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14038:
14039: 2004-03-02 paf
14040:
1.211 moko 14041: * operators.ru.txt, operators.txt: new[update typo]:
14042: !^void.left(n) nothing !^void.right(n) nothing
14043: !^void.mid(p[;n]) nothing
14044:
14045: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14046: !^void.left(n) nothing !^void.right(n) nothing
14047: !^void.pos(p[;n]) nothing
1.95 moko 14048:
1.211 moko 14049: * operators.ru.txt, operators.txt, src/classes/file.C,
14050: src/include/pa_string.h: new:
1.95 moko 14051: ^file::sql[[name_to_become_$.name]]{} query result must be one
14052: row with columns: first: data second: file name third:
14053: content-type
14054:
1.211 moko 14055: * operators.ru.txt, operators.txt, src/classes/file.C:
14056: ^file.sql-string[] inside ^connect gets properly escaped string,
14057: which can be passed to request now this for mysql only. it's up
14058: to parser sql driver to fix zeros properly
1.95 moko 14059:
14060: * INSTALL: note: added on building apache with this option:
14061: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14062:
14063: 2004-03-01 paf
14064:
14065: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14066: extension memory:compact befor processingrequest
14067:
1.211 moko 14068: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14069: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14070:
1.211 moko 14071: * operators.ru.txt, operators.txt, src/classes/image.C,
14072: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14073: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14074:
14075: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14076: beauty: image -- less checks [were ugly impl]
14077:
14078: * src/classes/string.C: bugfix: ^string.left/right/mid with
14079: negative values now considered bad
14080:
14081: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14082:
14083: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14084: options now have unified defaults [after transform
14085: indent/omit-xml-declaration/standalone 'default' erroreously
14086: meant 'true']
14087:
14088: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14089: added [on some platforms gethostbyname failed with such
14090: 'domains']
14091:
14092: * src/include/pa_config_auto.h.in: no select check, no define
14093:
14094: * src/classes/string.C: feature: ^string.trim both parameters may
14095: be empty-strings, meaning kind=both chars=whitespaces
14096:
14097: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14098: exist
14099:
14100: * src/classes/string.C: check: trim 'chars' must not be empty,
14101: exception if it is
14102:
14103: * src/classes/string.C: changed: ^string.trim [] << both,
14104: whitespaces [start|both|end] << kind, whitespaces
14105: [start|both|end;chars] full
14106:
14107: 2004-02-27 paf
14108:
1.211 moko 14109: * operators.ru.txt, operators.txt, src/classes/string.C,
14110: src/main/pa_string.C: new method:
14111: ^string.trim[start|both|end[;chars]] default 'chars' --
14112: whitespace chars finished
1.95 moko 14113:
1.211 moko 14114: * operators.ru.txt, operators.txt, src/classes/string.C,
14115: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14116: ^string.trim[start|both|end[;chars]] default 'chars' --
14117: whitespace chars started, only start works
14118:
14119: * src/main/compile.C: bugfix: line numbers after
14120: ^process{}[$.line(-10]] can be negative, allowed to print they as
14121: signed
14122:
14123: * src/main/untaint.C: speed: there's no \n chars in output
14124: [normally], so no need to optimize them they could be retrived
14125: from databases, though. but 1. should be replaced 2. if not
14126: optimized, no harm done
14127:
14128: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14129: ^file::exec/cgi could return invalid status & zombie child can
14130: remain for short period until process exists [very bad in
14131: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14132:
14133: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14134: malicious SMTP server to attack as by returning too long status
14135: responses http://i2/tasks/edit/?id=4629448401140924947
14136:
14137: 2004-02-26 paf
14138:
1.211 moko 14139: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14140: has options] which are $.main[to what to rename @main]
1.95 moko 14141: $.file[file, from which (user says) goes that CODE]
14142: $.lineno(line number in that file, where CODE starts. may be
14143: negative)
14144:
1.211 moko 14145: * operators.ru.txt, operators.txt, src/classes/op.C,
14146: src/include/pa_request.h, src/main/compile.C,
14147: src/main/compile_tools.h, src/main/pa_request.C: feature:
14148: ^process...{CODE}[now has options] which are $.main[to
14149: what to rename @main] $.file[file, from which (user says)
14150: goes that CODE] $.lineno(line number in that file, where
14151: CODE starts. may be negative)
14152:
1.95 moko 14153: 2004-02-25 paf
14154:
1.116 moko 14155: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14156: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14157:
14158: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14159: produces hash of column=>1
14160:
14161: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14162: with incomplete errno constants set
14163:
14164: 2004-02-24 paf
14165:
14166: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14167: "man select"
14168:
14169: * src/main/pa_os.C: beauty: <0 better then ==-1
14170:
14171: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14172:
14173: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14174:
1.116 moko 14175: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14176:
14177: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14178: unix: steps to work on unix [extracted 'to']
14179:
14180: * src/classes/mail.C: smtp on unix: steps to work on unix
14181:
14182: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14183:
1.116 moko 14184: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14185: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14186: unix [testing on solaris]
1.95 moko 14187:
14188: 2004-02-20 paf
14189:
14190: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14191: pointing that out
14192:
14193: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14194: fixed again [same solution, mistanenly removed one line]
14195:
14196: 2004-02-19 paf
14197:
14198: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14199: date::create from bad datetime in spring daylightsaving hole now
14200: OK for all platforms [on some platforms it failed]
14201:
14202: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14203: in daylightsaving hole] now throws error
14204:
14205: * src/classes/date.C: comment: mistake fixed
14206:
14207: 2004-02-18 paf
14208:
14209: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14210: now renderes in $request:charset, but in header puts
14211: $response:charset todo: make that default only so that coder
14212: could override that
14213:
14214: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14215: turns off omit-xml-declaration
14216:
14217: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14218: /.xsl for sample
14219:
14220: 2004-02-17 paf
14221:
14222: * src/classes/xdoc.C: beauty: needless helper class removed
14223:
14224: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14225: copied extra time
14226:
14227: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14228: part of libxml
14229:
14230: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14231: libxml to do the work] <xsl:output method="html"
14232: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14233: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14234: />
14235:
14236: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14237:
14238: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14239: caused assertion
14240:
14241: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14242: could hang. now such add does nothing, sub clears $hash
14243:
14244: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14245: not made quoted-printable
14246:
14247: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14248: string invariant
14249:
14250: 2004-02-16 paf
14251:
14252: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14253: cleared [were not cleared properly]
14254:
14255: 2004-02-13 paf
14256:
1.116 moko 14257: * src/include/pa_version.h: prerelease
1.95 moko 14258:
14259: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14260: used, introducing dependencies timestamp check
14261:
14262: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14263: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14264: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14265: .xsl.stamp now not used, introducing dependencies timestamp check
14266:
1.150 moko 14267: * configure.in: auto.p: @conf made relative
1.95 moko 14268:
14269: 2004-02-12 paf
14270:
14271: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14272: ruined empty <input type=file> submits. parser thought there were
14273: nameless empty file and $form:field got value of type 'file'
14274:
14275: * INSTALL: --without-threads
14276:
14277: * src/include/pa_sapi.h: 2004
14278:
14279: 2004-02-11 paf
14280:
14281: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14282: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14283: classes/hashfile.C, classes/image.C, classes/int.C,
14284: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14285: classes/response.C, classes/string.C, classes/table.C,
14286: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14287: include/pa_array.h, include/pa_cache_managers.h,
14288: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14289: include/pa_config_fixed.h, include/pa_config_includes.h,
14290: include/pa_dictionary.h, include/pa_dir.h,
14291: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14292: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14293: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14294: include/pa_request_charsets.h, include/pa_request_info.h,
14295: include/pa_socks.h, include/pa_sql_connection.h,
14296: include/pa_sql_driver_manager.h, include/pa_stack.h,
14297: include/pa_string.h, include/pa_stylesheet_connection.h,
14298: include/pa_stylesheet_manager.h, include/pa_table.h,
14299: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14300: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14301: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14302: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14303: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14304: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14305: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14306: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14307: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14308: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14309: main/pa_sql_driver_manager.C, main/pa_string.C,
14310: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14311: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14312: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14313: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14314: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14315: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14316: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14317: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14318: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14319: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14320: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14321: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14322: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14323: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14324: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14325: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14326: types/pa_vresponse.h, types/pa_vstateless_class.C,
14327: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14328: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14329: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14330: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14331: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14332: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14333:
14334: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14335: debug version of gc.dll
14336:
14337: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14338: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14339: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14340: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14341: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14342: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14343: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14344: processes
14345:
14346: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14347: main/pa_globals.C, targets/cgi/parser3.vcproj,
14348: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14349: changes to reflect libxml xsl new folders
14350:
14351: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14352: lib/smtp/smtp.vcproj, main/main.vcproj,
14353: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14354: to reflect libxml xsl new folders
14355:
14356: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14357: lib/smtp/smtp.vcproj, main/main.vcproj,
14358: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14359: types/types.vcproj: started changes to reflect libxml xsl new
14360: folders
14361:
14362: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14363: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14364: src/main/compile.tab.C, src/main/main.vcproj,
14365: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14366: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14367: started changes to reflect libxml xsl new folders
14368:
14369: 2004-02-10 paf
14370:
14371: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14372: compile. recommened latest libxml up to date
14373:
14374: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14375: pattern compilation errors", on which spent 4 hours worktime. use
14376: versions higher than that. recommended now latest up to date
14377:
14378: 2004-02-06 paf
14379:
14380: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14381: beauty: unified destructing style
14382:
14383: * src/main/untaint.C: beauty: removed old def/ifdef
14384:
14385: * src/main/untaint.C: beauty: coredump @unknown untaint language
14386: now
14387:
14388: 2004-02-03 paf
14389:
14390: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14391: targets/isapi/parser3isapi.C, types/pa_value.C,
14392: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14393: then %ld/%lu
14394:
14395: * src/main/pa_common.C: typo: %l -> %u
14396:
14397: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14398: in attributes or documents-results of transform now not xx;
14399:
14400: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14401:
14402: * src/main/pa_charset.C: bugfix: forgot to undo some
14403:
14404: * src/main/pa_charset.C: beauty: uncomment
14405: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14406: libraries
14407:
14408: 2004-02-02 paf
14409:
14410: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14411: $cookie:example[ $.value[value] $.path[/there/] ]
14412:
14413: $cookie:example[ $.value[] $.expires[session]
14414: $.path[/there/] $.domain[test.com] ]
14415:
14416: * src/types/pa_vform.C: bugfix: empty values with
14417: enctype=multipart/form-data now produce entries in $form:tables
14418: <form method=post enctype=multipart/form-data> <input type=hidden
14419: name=a> <input type=hidden name=b>
14420:
14421: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14422: <hr> <pre>$request:body
14423:
14424: 2004-01-30 paf
14425:
14426: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14427: or documents-results of transform now not xx;
14428:
14429: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14430: produce exception.
14431:
14432: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14433: bugfix: ^date::create[invalid fields now produce exception.
14434:
14435: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14436: year] now produces exception. todo: check other fields
14437:
14438: 2004-01-29 paf
14439:
14440: * src/include/pa_memory.h: typo error
14441:
14442: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14443: more byte then specified, then zeroed it << useless and
14444: potentially harmful(could gpf)
14445:
14446: 2004-01-22 paf
14447:
14448: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14449:
14450: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14451: optimization
14452:
14453: * src/main/untaint.C: bugfix: whitespace now optimized properly
14454: [were bug: ^taint[1 & 2]="1 &2"
14455:
14456: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14457: errors
14458:
14459: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14460: overflow
14461:
14462: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14463: error-reporting code * in parser-error reporting code [when no
14464: @unhandled_exception defined]
14465:
14466: fixed in one place: my *snprintf override
14467:
14468: 2004-01-13 paf
14469:
1.211 moko 14470: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14471:
14472: 2003-12-25 paf
14473:
14474: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14475: garbled [pieces after zero bytes were removed]
14476:
14477: 2003-12-22 paf
14478:
1.116 moko 14479: * src/include/Makefile.am: bugfix: removed from dist:
14480: src/include/pa_config_auto.h which were configured for
1.95 moko 14481: make-dist-platform and badly updated proper config file in target
14482: [when .tar used for updating existing source tree]
14483:
1.211 moko 14484: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14485: src/include/pa_sql_connection.h,
14486: src/include/pa_sql_driver_manager.h,
14487: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14488: feature: sql introducing ability to transcode charsets
14489:
14490: 2003-12-19 paf
14491:
14492: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14493: error message
14494:
14495: * src/main/pa_charset.C: bugfix: memory for charsethandler
14496: structure for libxml now allocated properly
14497:
14498: 2003-12-17 paf
14499:
14500: * src/types/pa_vfile.C: beauty: removed outdated cast
14501:
14502: * src/main/pa_common.C: bugfix: empty http response caused gpf
14503:
14504: * src/include/pa_string.h: bugfix: removed too strong a assert
14505:
14506: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14507: unreported xmlGenericErrors]
14508:
14509: 2003-12-15 paf
14510:
14511: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14512: works}
14513:
14514: 2003-12-11 paf
14515:
1.211 moko 14516: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14517: !$status:pid process id
1.95 moko 14518: !$status:tid thread id
14519:
14520: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14521: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14522: bugfix(solaris): removed dependency on object initialization
14523: order [one more place]
14524:
14525: * src/: classes/file.C, classes/mail.C, classes/op.C,
14526: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14527: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14528: understand that
14529:
14530: * src/: classes/file.C, classes/mail.C, classes/op.C,
14531: classes/xdoc.C, include/pa_cache_managers.h,
14532: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14533: include/pa_stylesheet_manager.h, main/pa_request.C,
14534: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14535: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14536: ctor call [relying on implicit String::Body(cstr) call]
14537:
14538: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14539: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14540: object initialization order [two places]
14541:
14542: 2003-12-10 paf
14543:
14544: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14545: << time now ok
14546:
1.211 moko 14547: * operators.ru.txt, operators.txt,
14548: src/main/pa_sql_driver_manager.C,
1.95 moko 14549: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14550: operational
14551:
1.211 moko 14552: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14553: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14554: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14555: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14556: back operational
14557:
14558: 2003-12-02 paf
14559:
14560: * src/types/pa_vmail.C: bugfix:
14561: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14562: as-is forced]
14563:
14564: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14565: exceptions out of libxml callbacks: reimplemented error handling
14566: of http://localhost, parser://method and safemode check callbacks
14567:
14568: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14569: [merged from HEAD]
14570:
14571: * src/classes/image.C: nothing: comment removed
14572:
14573: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14574: addresses to int
14575:
14576: 2003-12-01 paf
14577:
14578: * src/main/pa_xml_io.C: bugfix: typo
14579:
14580: * src/main/pa_globals.C: bugfix: win32: compile prob
14581:
14582: * src/classes/xdoc.C: bugfix: typo
14583:
14584: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14585: exception
14586:
14587: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14588:
14589: 2003-11-28 paf
14590:
14591: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14592: all xml documents read
14593:
14594: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14595:
14596: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14597: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14598: replaced original open mech of xdoc::create & co to use libxml
14599: open, so that this would work for root document todo: safe mode
14600: checks to libxml: ideally to some 1 point
14601:
14602: * src/main/pa_xml_io.C: comment
14603:
1.211 moko 14604: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14605: in http://parser[abscent params]
1.95 moko 14606:
1.211 moko 14607: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14608: src/main/pa_xml_io.C: works. todo: maybe replace original open
14609: mech of xdoc::create & co to use libxml open, so that this would
14610: work for root document
1.95 moko 14611:
14612: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14613: "parser://method/params/here"> <test> &test^; </test> }]
14614:
14615: ^taint[^xdoc.string[]]
14616:
14617: @method[param] <!ENTITY test
14618: "test-entity-value+$form:user+$param!">
14619:
14620: 2003-11-27 paf
14621:
14622: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14623:
14624: * src/classes/date.C: bugfix: typo error
14625:
14626: 2003-11-26 paf
14627:
1.211 moko 14628: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14629: src/include/pa_globals.h, src/main/Makefile.am,
14630: src/main/main.vcproj, src/main/pa_globals.C,
14631: src/main/pa_request.C, src/include/pa_xml_io.h,
14632: src/main/pa_xml_io.C: simplification: xml errors to
14633: hash<thread_id,error> reorganization: xml io moved to
14634: pa_xml_io.C/h
1.95 moko 14635:
14636: * src/types/pa_value.h: warnings: --
14637:
14638: 2003-11-25 paf
14639:
14640: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14641: whatever)
14642:
14643: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14644: a, (c?x:y, z)
14645:
14646: * src/main/untaint.C: bugfix: consequences of not reading this
14647: comment: CORD_pos_chars_left /* Number of characters in cache.
14648: <= 0 ==> none */
14649:
14650: * src/include/pa_array.h: removed needless checks
14651:
14652: 2003-11-24 paf
14653:
14654: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14655: removed limit: now $form:xxx can be accessed anytime, even in
14656: @auto/conf [and request/response:charset still can be changed
14657: anytime]
14658:
14659: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14660: now not transcodes response body
14661:
1.211 moko 14662: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14663: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14664: $tn[^xdoc.createTextNode[text node value]]
14665: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14666: $xdoc.firstChild.firstChild.nodeValue[different]
14667: ^taint[^xdoc.string[]]
14668:
14669: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14670: workaround: static Hash::allocates -> static Hash_allocates
14671:
14672: 2003-11-21 paf
14673:
1.116 moko 14674: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14675: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14676: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14677:
14678: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14679:
14680: * src/classes/mail.C: bugfix: typo
14681:
14682: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14683: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14684: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14685: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14686: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14687: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14688:
14689: * src/main/pa_exec.C: bug in safe mode
14690:
14691: * src/include/Makefile.am: pa_xml_exception.h
14692:
14693: * src/targets/isapi/parser3isapi.C: more warnings --
14694:
14695: 2003-11-20 paf
14696:
14697: * src/: classes/math.C, classes/op.C, classes/string.C,
14698: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14699: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14700: --
14701:
14702: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14703: more warnings --
14704:
14705: * src/classes/xdoc.C: more warnings --
14706:
14707: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14708:
14709: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14710: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14711:
14712: * src/: classes/date.C, classes/file.C, classes/hash.C,
14713: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14714: classes/table.C, include/pa_cache_managers.h,
14715: include/pa_stylesheet_connection.h, main/pa_request.C,
14716: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14717: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14718: --
14719:
14720: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14721: can't report problem (undefined @unhandled_exception) problem
14722: source string were not reported
14723:
14724: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14725: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14726: classes/hashfile.C, classes/image.C, classes/int.C,
14727: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14728: classes/response.C, classes/string.C, classes/table.C,
14729: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14730: include/pa_array.h, include/pa_cache_managers.h,
14731: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14732: include/pa_config_fixed.h, include/pa_dictionary.h,
14733: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14734: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14735: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14736: include/pa_request.h, include/pa_request_charsets.h,
14737: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14738: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14739: include/pa_stack.h, include/pa_string.h,
14740: include/pa_stylesheet_connection.h,
14741: include/pa_stylesheet_manager.h, include/pa_table.h,
14742: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14743: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14744: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14745: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14746: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14747: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14748: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14749: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14750: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14751: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14752: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14753: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14754: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14755: targets/isapi/parser3isapi.C, types/pa_junction.h,
14756: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14757: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14758: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14759: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14760: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14761: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14762: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14763: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14764: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14765: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14766: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14767: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14768: types/pa_vresponse.h, types/pa_vstateless_class.C,
14769: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14770: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14771: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14772: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14773: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14774: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14775: const IDENT
14776:
14777: * src/: include/pa_array.h, include/pa_pool.h,
14778: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14779: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14780: types/pa_wcontext.h: more warnings --
14781:
14782: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14783: classes/file.C, classes/hash.C, classes/hashfile.C,
14784: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14785: classes/memory.C, classes/op.C, classes/string.C,
14786: classes/table.C, classes/xdoc.C, classes/xnode.C,
14787: include/pa_config_includes.h, include/pa_operation.h,
14788: include/pa_sql_connection.h, include/pa_table.h,
14789: include/pa_types.h, lib/ltdl/config_fixed.h,
14790: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14791: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14792: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14793: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14794: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14795: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14796: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14797: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14798: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14799: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14800: types/pa_vmail.C, types/pa_vobject.C,
14801: types/pa_vstateless_class.h, types/pa_vtable.C,
14802: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14803: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14804: on all projects (except libltdl=off & libsdbm=level3) found
14805: several unitialized vars
14806:
14807: 2003-11-19 paf
14808:
14809: * src/classes/op.C: more ansi C++ comp
14810:
1.211 moko 14811: * operators.ru.txt, operators.txt, src/classes/op.C,
14812: src/include/pa_request.h, src/main/pa_request.C:
14813: ^cache[...]{body}{catch block with $exception.handled[cache]
14814: meaning "get expired cache, if any. else error"}
1.95 moko 14815:
14816: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14817: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14818: ^cache[...]{body}{catch code with $exception.cache field}
14819:
14820: 2003-11-12 paf
14821:
14822: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14823: [copy/paste bug]
14824:
14825: 2003-11-11 paf
14826:
14827: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14828: failed]
14829:
14830: 2003-11-10 paf
14831:
14832: * src/types/pa_vconsole.h: flush
14833:
1.211 moko 14834: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14835: src/types/Makefile.am, src/types/types.vcproj,
14836: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14837:
1.211 moko 14838: * operators.ru.txt, operators.txt: mysql: transaction support:
14839: ?autocommit=0
1.95 moko 14840:
1.211 moko 14841: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14842:
14843: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14844: serialize version and exipire now removes entries
14845:
1.211 moko 14846: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14847: altogether [and dir, if could]
1.95 moko 14848:
14849: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14850: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14851: removes files altogether [and dir, if could]
14852:
14853: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14854: nonexistent pair. .c coded that that was error. fixed
14855:
14856: * src/types/pa_vhashfile.C: sdbm: exception type change to
14857: file.access [regretfull can't split it to different exceptions
14858: without modifying sdbm source wich would prefer not to]
14859:
14860: 2003-11-07 paf
14861:
14862: * src/: classes/date.C, classes/file.C, classes/hash.C,
14863: classes/hashfile.C, classes/image.C, classes/table.C,
14864: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14865: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14866: main/execute.C, main/main.vcproj, main/pa_pool.C,
14867: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14868: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14869: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14870: destructing objects at request processing end
14871:
14872: 2003-11-06 paf
14873:
14874: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14875: updates
14876:
14877: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14878: to include sdbm
14879:
1.116 moko 14880: * src/include/: pa_config_includes.h, pa_version.h: our
14881: replacements of max& co only for cpp
1.95 moko 14882:
14883: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14884: upper dir, .am updated
14885:
14886: * tests/todo.txt: hashfile: done
14887:
1.211 moko 14888: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
14889: hashfile: clear & expiration [time in value. todo: move time to
14890: key]
1.95 moko 14891:
14892: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14893:
14894: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14895: to do that in foreach, no errors, but surely wrong]
14896:
1.211 moko 14897: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 14898: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14899:
1.211 moko 14900: * operators.ru.txt, operators.txt, src/classes/hash.C,
14901: src/classes/hashfile.C, src/types/pa_vhashfile.C,
14902: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 14903:
14904: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 14905: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
14906: hashfile: hash
1.95 moko 14907:
1.211 moko 14908: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
14909: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14910: tests/todo.txt: hashfile: delete
1.95 moko 14911:
14912: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14913: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14914: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14915: get/put [raw]
14916:
14917: * src/: classes/op.C, main/pa_os.C: just linked
14918:
14919: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14920: XmlException changes
14921:
14922: * src/: include/pa_charset.h, include/pa_globals.h,
14923: include/pa_stylesheet_connection.h, main/pa_exception.C:
14924: XmlException changes
14925:
14926: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14927:
14928: * src/: include/pa_common.h, include/pa_exception.h,
14929: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14930: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14931: main/pa_xml_exception.C: locking move to pa_os [along with
14932: pa_sleep] apr-impl locking done
14933:
1.211 moko 14934: * configure, configure.in, operators.ru.txt, operators.txt,
14935: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 14936: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14937: src/include/pa_exception.h, src/include/pa_globals.h,
14938: src/include/pa_memory.h, src/include/pa_version.h,
14939: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14940: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14941: src/main/compile.tab.C, src/main/main.vcproj,
14942: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14943: src/types/Makefile.am, src/types/pa_vhash.C,
14944: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14945: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14946: again with sdbm from apache
14947:
14948: 2003-11-05 paf
14949:
14950: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14951: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14952: \parser3project dir anymore
14953:
14954: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14955: thoughtlessly from xalan]
14956:
14957: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14958: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14959: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14960:
14961: * src/main/helpers/CaseFolding.txt:
14962: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14963:
14964: 2003-11-04 paf
14965:
1.211 moko 14966: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 14967:
14968: * src/classes/table.C: compiled on unix
14969:
1.116 moko 14970: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14971:
14972: * src/classes/mail.C: compiled on unix
14973:
1.211 moko 14974: * operators.ru.txt, operators.txt, src/classes/mail.C,
14975: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 14976: $.options[unix: string to append to sendmail command
14977: line]
14978:
1.211 moko 14979: * operators.ru.txt, operators.txt, src/classes/table.C,
14980: src/main/pa_string.C, tests/todo.txt: ^table.save[...
14981: $.separator[^#09] $.encloser["] <nothing> by default
14982:
14983: * operators.ru.txt, operators.txt, src/classes/table.C,
14984: tests/todo.txt: ^table::load !$.separator[^#09]
14985: !$.encloser["] <nothing> by default
1.95 moko 14986:
14987: 2003-11-03 paf
14988:
1.211 moko 14989: * operators.ru.txt, operators.txt, src/classes/table.C,
14990: src/main/pa_common.C: ^table::load[; options:
14991: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 14992:
1.211 moko 14993: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 14994: src/types/pa_vrequest.C: $request:document-root
14995:
14996: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14997: [already included into uri=xxx]
14998:
1.211 moko 14999: * operators.ru.txt, operators.txt, src/classes/image.C,
15000: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15001:
15002: * src/classes/date.C: minor precaution
15003:
1.211 moko 15004: * operators.ru.txt, operators.txt, src/classes/date.C:
15005: !^date::unix-timestamp()
1.95 moko 15006: !^date.unix-timestamp[]
15007:
15008: 2003-10-30 paf
15009:
1.211 moko 15010: * operators.ru.txt, operators.txt, src/classes/date.C,
15011: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15012: $date.hour
1.95 moko 15013:
15014: * src/classes/: date.C, image.C: improvement diagnostics:
15015: $now[^date::create[$undefined]] now is error
15016:
15017: * src/main/pa_common.C: read errors would now be reported 'actually
15018: read -1 bytes'
15019:
15020: 2003-10-24 paf
15021:
15022: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15023: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15024: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15025: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15026:
15027: 2003-10-22 paf
15028:
15029: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15030:
15031: 2003-10-21 paf
15032:
1.211 moko 15033: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15034: src/main/pa_string.C: fixed: string.match[g] without <'> option
15035: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15036:
15037: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15038: recoursion' message with intensive throw-catches fixed: incorrect
15039: name and line (one name upper then needed) in error message about
15040: problems inside try block
15041:
15042: 2003-10-10 paf
15043:
15044: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15045: check offset argument for validity did that in String::Body::pos
15046: myself http://i2/tasks/edit/?id=4577425257580789777
15047:
15048: 2003-10-07 paf
15049:
15050: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15051: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15052:
15053: 2003-10-03 paf
15054:
15055: * parser3.sln, src/include/pa_dictionary.h,
15056: src/main/pa_dictionary.C, src/main/pa_string.C,
15057: src/targets/cgi/parser3.vcproj: dictionary optimized by
15058: precalculating cstr&length
15059:
15060: 2003-10-02 paf
15061:
15062: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15063: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15064: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15065: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15066:
15067: 2003-09-30 paf
15068:
15069: * src/main/pa_string.C: string::replace bug fix [were ignoring
15070: occurrances after lang-mismatched
15071:
15072: 2003-09-29 paf
15073:
15074: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15075: helper
15076:
15077: * src/main/pa_string.C: string::serialize bug fix with
15078: zero-terminator
15079:
15080: * src/classes/table.C: ^nameless_table.save column row now has no
15081: \t at the end
15082:
15083: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15084: @postprocess now takes $response:body/download
15085:
15086: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15087: error message
15088:
15089: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15090:
15091: * src/classes/table.C: bugfix: flip: must produce nameless
15092: http://i2/tasks/edit/?id=4573405524674081244
15093:
15094: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15095: main/helpers/simple_folding.pl: utf-8 upper/lower
15096:
15097: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15098: to typo error http://i2/tasks/edit/?id=4573354650786434584
15099:
15100: 2003-09-26 paf
15101:
15102: * src/main/untaint.C: removed needless field
15103:
15104: * src/main/untaint.C: removed needless const
15105:
15106: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15107: String.for_each bug fixed [omited one-char cases]
15108:
15109: * src/include/pa_stack.h: bugfix: before collecting garbage,
15110: runtime-executor stack were cleared... BADLY
15111:
15112: * src/main/pa_string.C: ^stirng.replace code used old
15113: param-convention on langs.append, fixed that search fo the like,
15114: found none
15115:
15116: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15117: string::serialize/deserialize implemented Language enum assigned
15118: meaningful letters [more convinient for debugging. read warning
15119: before adding/changing anything]
15120:
15121: 2003-09-25 paf
15122:
15123: * src/: include/pa_string.h, include/pa_version.h,
15124: main/pa_string.C, main/untaint.C: templates and anonymous unions
15125: differences on unix
15126:
15127: * parser3.sln, src/classes/file.C, src/classes/image.C,
15128: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15129: src/classes/xdoc.C, src/classes/xnode.C,
15130: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15131: src/include/pa_charsets.h, src/include/pa_common.h,
15132: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15133: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15134: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15135: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15136: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15137: src/main/compile_tools.h, src/main/pa_charset.C,
15138: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15139: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15140: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15141: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15142: src/types/pa_vmail.C, src/types/pa_vmath.C,
15143: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15144: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15145:
15146: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15147: functions aligned to that of eeparser3 look
15148:
15149: * src/lib/cord/cordprnt.c: removed warnings
15150:
15151: 2003-09-24 paf
15152:
15153: * src/: classes/file.C, classes/image.C, classes/mail.C,
15154: classes/op.C, classes/xdoc.C, classes/xnode.C,
15155: include/pa_cache_managers.h, include/pa_charset.h,
15156: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15157: include/pa_sql_driver_manager.h, include/pa_string.h,
15158: include/pa_stylesheet_manager.h, include/pa_table.h,
15159: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15160: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15161: main/pa_sql_driver_manager.C, main/pa_string.C,
15162: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15163: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15164: types/pa_vstateless_class.h, types/pa_vstatus.C,
15165: types/pa_vxnode.C: v() functions of String::Body,
15166: String::Languages and String itself StringBody->String::Body
15167:
15168: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15169: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15170: never optimized anything. todo: somehow speed up harder cases:
15171: concatenationA+concatenationB when last block of A and first of B
15172: contain same letters
15173:
15174: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15175: lib/cord/include/cord.h: langs: speed up by joining adjucent
15176: blocks of same char [CORD_append_block]
15177:
15178: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15179: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15180: save space by extending blocks when appending block with c ==
15181: lastblock.c
15182:
15183: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15184: working yet :( but more working &understood :)
15185:
15186: * src/: classes/table.C, include/pa_string.h,
15187: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15188:
15189: 2003-09-23 paf
15190:
15191: * src/main/untaint.C: $a[ok!] $a works!
15192:
15193: * src/main/untaint.C: something even more works :)
15194:
15195: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15196: something more works :)
15197:
15198: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15199: lib/cord/cordxtra.c: something already works :)
15200:
15201: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15202: serialize&deserialize
15203:
15204: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15205: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15206: main/untaint.C: main idea implemented, details left
15207:
15208: 2003-09-22 paf
15209:
15210: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15211:
15212: * src/classes/xnode.C: copy/paste comment bugfix
15213:
15214: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15215: allocator returns 0, just die.
15216: http://i2/tasks/edit/?id=4570798492410259445
15217:
15218: * src/classes/xdoc.C: copy/paste comment bugfix
15219:
15220: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15221: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15222: xnode: getAttributeNS setAttributeNS removeAttributeNS
15223: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15224:
15225: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15226: chars due to bitwise operation signed-char error]
15227:
15228: 2003-09-19 paf
15229:
15230: * src/types/pa_wcontext.C: output message: more practical
15231: suggestion
15232:
1.211 moko 15233: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15234: $f[^file::load[binary;http://...]] $f.tables
15235:
15236: 2003-09-02 paf
15237:
15238: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15239: flush stdout without referencing 'stdout' symbol. to hell with
15240: non-ansi libraries without 'stdout' symbol
15241:
15242: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15243: unix (users reported problems with some old libc)
15244:
15245: * src/types/pa_vdate.h: forgot initializer
15246:
15247: 2003-09-01 paf
15248:
15249: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15250: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15251: zone]
15252:
15253: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15254:
15255: 2003-08-19 paf
15256:
15257: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15258: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15259: simplified a little
15260:
15261: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15262: [lost fix from 3.0.8]
15263:
15264: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15265: visible here }
15266:
15267: bug fix
15268:
15269: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15270:
15271: * src/main/compile.tab.C: initialized couple of variables about
15272: which user reported runtime problems when parser were compiled
15273: with VC7, warning level4. study shows that later in bison
15274: they've fixed that. would migrate to latest bison someday
15275:
15276: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15277: recoding headers)
15278:
15279: * src/types/pa_vmail.C: works as before, same charset problems:
15280: gmime recodes to UTF-8 only headers, not body. so not recoding
15281: anything for now
15282:
15283: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15284: problems with body
15285:
15286: * src/types/pa_vmail.C: mail_receive just compiled
15287:
15288: 2003-08-18 paf
15289:
15290: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15291: main/main.vcproj, types/types.vcproj: win32: continued process
15292: detaching from \parser3project directory
15293:
15294: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15295: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15296: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15297: src/lib/pcre/pcre_dftables.dsp,
15298: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15299: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15300: src/types/types.dsp: moved to MSVC 7
15301:
15302: * gnu.vcproj.vspscc, parser3.vssscc,
15303: src/classes/classes.vcproj.vspscc,
15304: src/lib/cord/cord.vcproj.vspscc,
15305: src/lib/ltdl/libltdl.vcproj.vspscc,
15306: src/lib/md5/md5.vcproj.vspscc,
15307: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15308: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15309: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15310: src/targets/isapi/parser3isapi.vcproj.vspscc,
15311: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15312: moved to MSVC 7
15313:
15314: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15315: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15316: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15317: src/lib/pcre/pcre_dftables.vcproj,
15318: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15319: src/targets/cgi/parser3.vcproj,
15320: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15321: new VS project files
15322:
15323: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15324: .NET to detect Jalindi Igloo capabilities.
15325:
15326: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15327: src/classes/classes.awk, src/doc/footer.htm,
15328: src/include/pa_config_fixed.h, src/include/pa_version.h,
15329: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15330: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15331: src/types/pa_vmail.C: merged 3.1.0 latest changes
15332:
15333: 2003-08-15 paf
15334:
15335: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15336: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15337:
15338: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15339: non-ascii <yyy> now encoded correctly
15340:
15341: 2003-07-29 paf
15342:
1.116 moko 15343: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15344: dist
1.95 moko 15345:
15346: * src/types/pa_vmail.C: just started --with-mail-receive
15347:
15348: 2003-07-28 paf
15349:
1.116 moko 15350: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15351: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15352:
15353: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15354:
15355: 2003-07-25 paf
15356:
15357: * src/doc/footer.htm: year
15358:
15359: 2003-07-24 paf
15360:
15361: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15362: fix
15363:
15364: * src/include/pa_version.h: release
15365:
1.116 moko 15366: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15367:
15368: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15369: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15370: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15371: getting rid of win32xml pseudo project
15372:
15373: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15374:
1.116 moko 15375: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15376: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15377: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15378: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15379: src/classes/classes.C, src/classes/classes.awk,
15380: src/classes/classes.dsp, src/classes/classes.h,
15381: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15382: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15383: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15384: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15385: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15386: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15387: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15388: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15389: src/include/pa_array.h, src/include/pa_cache_managers.h,
15390: src/include/pa_charset.h, src/include/pa_charsets.h,
15391: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15392: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15393: src/include/pa_dictionary.h, src/include/pa_dir.h,
15394: src/include/pa_exception.h, src/include/pa_exec.h,
15395: src/include/pa_globals.h, src/include/pa_hash.h,
15396: src/include/pa_memory.h, src/include/pa_opcode.h,
15397: src/include/pa_operation.h, src/include/pa_pool.h,
15398: src/include/pa_pragma_pack_begin.h,
1.95 moko 15399: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15400: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15401: src/include/pa_sapi.h, src/include/pa_socks.h,
15402: src/include/pa_sql_connection.h,
15403: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15404: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15405: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15406: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15407: src/include/pa_uue.h, src/lib/Makefile.am,
15408: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15409: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15410: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15411: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15412: src/lib/cord/include/ec.h,
15413: src/lib/cord/include/private/Makefile.am,
15414: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15415: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15416: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15417: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15418: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15419: src/main/compile_tools.C, src/main/compile_tools.h,
15420: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15421: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15422: src/main/pa_charsets.C, src/main/pa_common.C,
15423: src/main/pa_dictionary.C, src/main/pa_dir.C,
15424: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15425: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15426: src/main/pa_request.C, src/main/pa_socks.C,
15427: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15428: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15429: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15430: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15431: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15432: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15433: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15434: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15435: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15436: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15437: src/targets/isapi/parser3isapi.dsp,
15438: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15439: src/types/pa_junction.h, src/types/pa_method.h,
15440: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15441: src/types/pa_vclass.C, src/types/pa_vclass.h,
15442: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15443: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15444: src/types/pa_vdouble.h, src/types/pa_venv.h,
15445: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15446: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15447: src/types/pa_vimage.C, src/types/pa_vimage.h,
15448: src/types/pa_vint.h, src/types/pa_vjunction.h,
15449: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15450: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15451: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15452: src/types/pa_vobject.C, src/types/pa_vobject.h,
15453: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15454: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15455: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15456: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15457: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15458: src/types/pa_vstring.h, src/types/pa_vtable.C,
15459: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15460: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15461: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15462: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15463: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15464: HEAD
15465:
15466: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15467: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15468: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15469: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15470: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15471: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15472: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15473: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15474: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15475: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15476: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15477: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15478: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15479: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15480: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15481: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15482: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15483: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15484: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15485: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15486: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15487: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15488: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15489: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15490: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15491: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15492: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15493: outputs/create-dir, results/001.processed, results/002.processed,
15494: results/003.processed, results/004.processed,
15495: results/005.processed, results/006.processed,
15496: results/007.processed, results/008.processed,
15497: results/009.processed, results/010.processed,
15498: results/011.processed, results/012.processed,
15499: results/013.processed, results/014.processed,
15500: results/015.processed, results/016.processed,
15501: results/017.processed, results/018.processed,
15502: results/019.processed, results/020.processed,
15503: results/021.processed, results/022.processed,
15504: results/023.processed, results/024.processed,
15505: results/025.processed, results/026.processed,
15506: results/027.processed, results/028.processed,
15507: results/029.processed, results/030.processed,
15508: results/031.processed, results/032.processed,
15509: results/033.processed, results/034.processed,
15510: results/035.processed, results/036.processed,
15511: results/037.processed, results/038.processed,
15512: results/039.processed, results/040.processed,
15513: results/041.processed, results/042.processed,
15514: results/043.processed, results/044.processed,
15515: results/045.processed, results/046.processed,
15516: results/047.processed, results/048.processed,
15517: results/049.processed, results/050.processed,
15518: results/051.processed, results/052.processed,
15519: results/053.processed, results/054.processed,
15520: results/055.processed, results/056.processed,
15521: results/057.processed, results/058.processed,
15522: results/059.processed, results/060.processed,
15523: results/061.processed, results/062.processed,
15524: results/063.processed, results/064.processed,
15525: results/065.processed, results/066.processed,
15526: results/067.processed, results/068.processed,
15527: results/069.processed, results/070.processed,
15528: results/071.processed, results/072.processed,
15529: results/073.processed, results/074.processed,
15530: results/075.processed, results/076.processed,
15531: results/077.processed, results/078.processed,
15532: results/079.processed, results/080.processed,
15533: results/081.processed, results/082.processed,
15534: results/083.processed, results/084.processed,
15535: results/085.processed, results/086.processed,
15536: results/087.processed, results/088.processed,
15537: results/089.processed, results/090.processed,
15538: results/091.processed, results/092.processed,
15539: results/093.processed, results/094.processed,
15540: results/095.processed, results/096.processed,
15541: results/097.processed, results/098.processed,
15542: results/099.processed, results/100.processed,
15543: results/101.processed, results/102.processed,
15544: results/103.processed, results/104.processed,
15545: results/105.processed, results/106.processed,
15546: results/107.processed, results/108.processed,
15547: results/109.processed, results/110.processed,
15548: results/111.processed, results/112.processed,
15549: results/113.processed, results/114.processed,
15550: results/115.processed, results/116.processed,
15551: results/117.processed, results/118.processed,
15552: results/119.processed, results/120.processed,
15553: results/121.processed, results/122.processed,
15554: results/123.processed, results/124.processed,
15555: results/125.processed, results/126.processed,
15556: results/127.processed, results/128.processed,
15557: results/129.processed, results/130.processed,
15558: results/131.processed, results/132.processed,
15559: results/133.processed, results/134.processed,
15560: results/135.processed, results/136.processed,
15561: results/137.processed, results/138.processed,
15562: results/139.processed, results/140.processed,
15563: results/141.processed: merged(copied) to HEAD from template_gc
15564:
15565: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15566: towards \parser3project not having to be in root
15567:
15568: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15569: module compiled [were minor unnecessary changes in lib/md5
15570: interface]
15571:
15572: * src/include/pa_version.h: release
15573:
15574: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15575:
15576: * src/classes/math.C: merged uuid bugfix
15577:
15578: * tests/: 141.html, results/141.processed: fixed bug with
15579: too-small-a-buffer
15580:
15581: * src/classes/math.C: uuid bugfix
15582:
15583: * tests/: 141.html, Makefile, results/005.processed,
15584: results/030.processed, results/075.processed,
15585: results/078.processed: to reflect date format change (were -
15586: become ' ')
15587:
15588: * src/classes/math.C: uuid bugfix
15589:
15590: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15591: debug/release changes
15592:
15593: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15594:
15595: 2003-07-23 paf
15596:
15597: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15598: renamed a little [to move to comman naming conv]
15599:
1.116 moko 15600: * src/targets/Makefile.am: apache13 splitted to simplify apache
15601: build
1.95 moko 15602:
15603: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15604: main/pa_request.C, main/pa_sql_driver_manager.C,
15605: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15606: stack top_index() fixed
15607:
15608: * src/main/pa_globals.C: minor style changes
15609:
15610: * src/: classes/op.C, include/pa_sql_connection.h: connection
15611: closing/caching fixed [connections were not closed/put to cache]
15612:
15613: 2003-07-22 paf
15614:
15615: * INSTALL: gc part updated stightly
15616:
15617: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15618: new sapi interface
15619:
15620: * src/classes/file.C: comment on OS
15621:
15622: * src/main/pa_string.C: removed reduntant invariant check [there is
15623: one deeper in cord lib]
15624:
15625: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15626:
15627: * src/main/pa_memory.C: out of memory is no longer coredump
15628:
15629: * INSTALL: disable-threads adviced
15630:
15631: 2003-07-21 paf
15632:
1.116 moko 15633: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15634:
15635: * src/classes/file.C: file::exec/cgi environment variables now must
15636: be UPPERCASE and A-Z 0-9 _-
15637:
15638: * src/classes/file.C: env passing fixed
15639:
15640: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15641:
15642: * src/main/pa_common.C: http:// CRLF now
15643:
15644: 2003-07-02 paf
15645:
1.211 moko 15646: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15647: $memory:status fields to reflect their real meaning
1.95 moko 15648:
15649: 2003-06-27 paf
15650:
15651: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15652: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15653: file::exec/cgi .charset
15654:
15655: 2003-06-26 paf
15656:
15657: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15658: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15659: src/classes/table.C: fixed several uninitialized local
15660: structures. notably ^hash.foreach now inserts delimiters
15661: properly [were inserting it before first body]
15662:
15663: 2003-06-24 paf
15664:
15665: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15666:
15667: 2003-06-20 paf
15668:
1.211 moko 15669: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15670: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15671: $f[^file::load[binary;http://...]] $f.tables
15672:
15673: 2003-06-06 paf
15674:
15675: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15676: table. [were method lookup: inconsistent]
15677:
15678: 2003-06-02 paf
15679:
15680: * src/include/pa_memory.h: empty string clone fixed to return
15681: writable memory
15682:
15683: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15684: were not appended] which violated string invariant
15685:
15686: 2003-05-30 paf
15687:
15688: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15689: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15690:
15691: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15692: GMT ; RFC 822, updated by RFC 1123
15693:
15694: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15695: targets/isapi/parser3isapi.C: initialized request_info properly
15696:
15697: * src/classes/xnode.C: found minor bug, commended for future
15698:
15699: 2003-05-28 paf
15700:
15701: * src/classes/form.C: request_info.content_length can't be <0,
15702: size_t for some time
15703:
15704: 2003-05-26 paf
15705:
15706: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15707: forgotten <0 changed to !=STRING_NOT_FOUND
15708:
15709: * src/classes/math.C: merged ffffu from HEAD
15710:
15711: 2003-05-11 paf
15712:
15713: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15714:
15715: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15716: premature doc free. transformed document had xmlDoc reference
15717: stored to non-gc-memory (libgdome) added holding-reference
15718:
15719: 2003-04-29 paf
15720:
15721: * src/main/pa_globals.C: started digging on double free. on win32
15722: found that that's perfectly normal.
15723:
15724: 2003-04-25 paf
15725:
15726: * src/classes/table.C: table.join bug fix [bad limit check]
15727:
15728: * src/classes/math.C: merged from HEAD: simpiler hash_string
15729:
15730: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15731: print anything. changed to quicker and simplier code
15732:
15733: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15734: strict a check]
15735:
15736: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15737:
15738: 2003-04-24 paf
15739:
15740: * src/include/pa_table.h: too strict assert loosened
15741:
15742: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15743: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15744: report
15745:
15746: 2003-04-21 paf
15747:
1.116 moko 15748: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15749:
15750: * src/main/pa_globals.C: pcre memory management changed to use GC
15751: memory
15752:
15753: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15754: xmlMallocAtomic [author agreed to my suggestion], used that
15755:
15756: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15757:
15758: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15759: types/pa_vmail.C: attributed_meaning_to_string added
15760: L_UNSPECIFIED piece which was sortof OK, but violated string
15761: invariant [assertion barked on that] changed to L_PASS_APPEND,
15762: made that param obligatory
15763:
15764: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15765: fixed [assert helped]
15766:
15767: * src/include/pa_string.h: assert added [looking for bug]
15768:
15769: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15770: names on Win32 considered disk-global
15771:
15772: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15773: considered disk-global
15774:
15775: 2003-04-18 paf
15776:
15777: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15778: filenames
15779:
15780: * src/main/untaint.C: enabled '~' letter in filenames
15781:
15782: 2003-04-16 paf
15783:
15784: * src/classes/file.C: small bug introduced in autoptr times fixed
15785:
15786: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15787: HEAD
15788:
1.116 moko 15789: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15790:
15791: 2003-04-15 paf
15792:
1.211 moko 15793: * operators.ru.txt, operators.txt, src/classes/math.C,
15794: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15795: tests/results/141.processed: merged from head ^math:uuid[]
15796: ^math:uid64[] ^math:md5[string]
15797:
15798: test added: 141.html
15799:
1.211 moko 15800: * operators.ru.txt, operators.txt, src/classes/math.C:
15801: ^math:uid64[]
1.95 moko 15802:
15803: * src/classes/math.C: ^math:uuid[]
15804:
1.211 moko 15805: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15806:
1.211 moko 15807: * operators.ru.txt, operators.txt, src/classes/math.C,
15808: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15809: 16-byte digest
15810:
15811: * operators.ru.txt, operators.txt, src/classes/file.C,
15812: src/include/pa_common.h, src/include/pa_config_fixed.h,
15813: src/main/pa_common.C: ^file::load[mode;name; $.offset
15814: $.limit
1.95 moko 15815:
15816: 2003-04-14 paf
15817:
15818: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15819: started ^math:md5
15820:
15821: * src/classes/table.C, src/include/pa_array.h,
15822: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15823: tests/results/140.processed: table $.reverse option works in
15824: create&co table $.distinct[tables] bug fix merged
15825:
15826: * src/: classes/table.C, include/pa_table.h: table
15827: $.distinct[tables] bug fixed
15828:
15829: * src/classes/table.C: more warnings
15830:
15831: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15832: removed checks in table::set_current, moved them back to
15833: table::locate implemented table::create/join ñ $.reverse
15834:
15835: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15836: removed checks in table::set_current, moved them back to
15837: table::locate
15838:
15839: 2003-04-11 paf
15840:
1.211 moko 15841: * operators.ru.txt, operators.txt, src/classes/date.C,
15842: src/classes/table.C, src/include/pa_array.h,
15843: src/include/pa_common.h, src/include/pa_config_includes.h,
15844: src/include/pa_string.h, src/include/pa_table.h,
15845: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15846: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15847: before_append_array_limit_sense_change to
15848: after_append_array_limit_sense_change
15849:
15850: * src/classes/table.C: typo
15851:
1.211 moko 15852: * operators.ru.txt, operators.txt, src/classes/date.C,
15853: src/classes/table.C, src/include/pa_array.h,
15854: src/include/pa_common.h, src/include/pa_config_includes.h,
15855: src/include/pa_globals.h, src/include/pa_table.h,
15856: src/main/pa_array.C, src/main/pa_globals.C,
15857: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15858: src/main/pa_string.C, src/main/pa_table.C:
15859: append_array_limit_sense_change locate accepts options same as
15860: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15861:
15862: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15863: (stat xxx,
15864:
15865: * src/classes/: table.C: typo
15866:
15867: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15868: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15869: results/130.processed, results/131.processed,
15870: results/132.processed, results/133.processed,
15871: results/134.processed, results/135.processed,
15872: results/136.processed, results/137.processed,
15873: results/138.processed, results/139.processed: added few mustfail
15874: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15875: date/time 132.html mustfail: access to junction outside of
15876: context 133.html mustfail: access to junction outside of context,
15877: case version 134.html mustfail: hash: adding a key inside of
15878: foreach 135.html mustfail: modifying system class 136.html
15879: mustfail: $.name outside of $hash[here] 137.html mustfail:
15880: appendChild without import 138.html mustfail: invalid encoding
15881: inside of xml 139.html mustfail: bad XPath
15882:
1.211 moko 15883: * operators.ru.txt, operators.txt, src/classes/table.C,
15884: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
15885: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15886: tests/results/126.processed, tests/results/127.processed,
15887: tests/results/128.processed, tests/results/129.processed: merged
15888: from HEAD ^table.hash[key][$.distinct[tables]]
15889:
15890: maked appropriate tests [changed one old nonconforming]
15891:
1.211 moko 15892: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 15893: ^table.hash[key][$.distinct[tables]]
15894:
15895: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15896: merged fix for found very old xml (dom) bug: were passing
15897: domString objects and later ERROREOUSLY freed them
15898:
15899: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15900: src/main/pa_charset.C: re-added libgdome patch. regretfully
15901: libgdome bug can not be worked around
15902:
15903: 2003-04-10 paf
15904:
15905: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15906: found very old xml (dom) bug: were passing domString objects and
15907: later ERROREOUSLY freed them
15908:
15909: * src/doc/string.dox, src/include/pa_memory.h,
15910: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15911: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15912: tests/123.html, tests/124.html, tests/results/001.processed,
15913: tests/results/002.processed, tests/results/003.processed,
15914: tests/results/004.processed, tests/results/005.processed,
15915: tests/results/006.processed, tests/results/008.processed,
15916: tests/results/009.processed, tests/results/010.processed,
15917: tests/results/011.processed, tests/results/012.processed,
15918: tests/results/013.processed, tests/results/014.processed,
15919: tests/results/015.processed, tests/results/016.processed,
15920: tests/results/017.processed, tests/results/018.processed,
15921: tests/results/020.processed, tests/results/021.processed,
15922: tests/results/022.processed, tests/results/023.processed,
15923: tests/results/024.processed, tests/results/025.processed,
15924: tests/results/026.processed, tests/results/027.processed,
15925: tests/results/028.processed, tests/results/029.processed,
15926: tests/results/030.processed, tests/results/031.processed,
15927: tests/results/032.processed, tests/results/033.processed,
15928: tests/results/034.processed, tests/results/035.processed,
15929: tests/results/036.processed, tests/results/037.processed,
15930: tests/results/038.processed, tests/results/039.processed,
15931: tests/results/040.processed, tests/results/041.processed,
15932: tests/results/042.processed, tests/results/043.processed,
15933: tests/results/044.processed, tests/results/045.processed,
15934: tests/results/046.processed, tests/results/047.processed,
15935: tests/results/048.processed, tests/results/049.processed,
15936: tests/results/050.processed, tests/results/051.processed,
15937: tests/results/052.processed, tests/results/053.processed,
15938: tests/results/054.processed, tests/results/055.processed,
15939: tests/results/056.processed, tests/results/057.processed,
15940: tests/results/058.processed, tests/results/059.processed,
15941: tests/results/060.processed, tests/results/061.processed,
15942: tests/results/062.processed, tests/results/063.processed,
15943: tests/results/064.processed, tests/results/065.processed,
15944: tests/results/066.processed, tests/results/067.processed,
15945: tests/results/068.processed, tests/results/069.processed,
15946: tests/results/070.processed, tests/results/071.processed,
15947: tests/results/072.processed, tests/results/073.processed,
15948: tests/results/074.processed, tests/results/075.processed,
15949: tests/results/076.processed, tests/results/077.processed,
15950: tests/results/078.processed, tests/results/079.processed,
15951: tests/results/080.processed, tests/results/081.processed,
15952: tests/results/082.processed, tests/results/083.processed,
15953: tests/results/084.processed, tests/results/085.processed,
15954: tests/results/086.processed, tests/results/087.processed,
15955: tests/results/088.processed, tests/results/089.processed,
15956: tests/results/090.processed, tests/results/091.processed,
15957: tests/results/092.processed, tests/results/093.processed,
15958: tests/results/094.processed, tests/results/095.processed,
15959: tests/results/096.processed, tests/results/097.processed,
15960: tests/results/101.processed, tests/results/102.processed,
15961: tests/results/104.processed, tests/results/105.processed,
15962: tests/results/106.processed, tests/results/107.processed,
15963: tests/results/108.processed, tests/results/109.processed,
15964: tests/results/110.processed, tests/results/111.processed,
15965: tests/results/112.processed, tests/results/113.processed,
15966: tests/results/114.processed, tests/results/115.processed,
15967: tests/results/116.processed, tests/results/117.processed,
15968: tests/results/118.processed, tests/results/119.processed,
15969: tests/results/120.processed, tests/results/121.processed,
15970: tests/results/122.processed, tests/results/123.processed,
15971: tests/results/124.processed: new convention: char* never 0.
15972: assert in cord on that
15973:
15974: * src/main/pa_charset.C: couple more asserts
15975:
15976: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15977: speedup
15978:
15979: * src/main/pa_charset.C: couple assertions on fantastic situations
15980: added [may be those is the case now?]
15981:
15982: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15983: that's memory from gc_malloc, not from g_malloc :(, but would
15984: hope]
15985:
15986: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15987: that's memory from gc_malloc, not from g_malloc :(, but would
15988: hope]
15989:
15990: * src/main/pa_charset.C: checked custom malloc for returning 0
15991:
15992: 2003-04-09 paf
15993:
15994: * src/classes/date.C: merged ^date.roll changes
15995:
15996: * src/classes/date.C: ^date.roll bug fix
15997:
15998: * src/classes/date.C: ^date.roll now throws less errors: month
15999: shifts handles end of month situation by reducing day number
16000: hour-hole shift reduces hour to recover
16001:
16002: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16003: Sort by function time
16004:
1.211 moko 16005: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16006: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16007:
16008: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16009: added [after volatile fix. passes on win&intel-solaris]
16010:
16011: 2003-04-08 paf
16012:
16013: * src/: classes/file.C, classes/op.C, classes/table.C,
16014: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16015: include/pa_common.h, include/pa_request_charsets.h,
16016: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16017: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16018: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16019: types/pa_vresponse.C: started http:// $.charset[] param and
16020: http response charset detection just compiled. todo:test
16021:
16022: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16023:
16024: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16025: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16026: types/pa_vmail.C: changed transcode param converntion along with
16027: string creating convention -- all strings are zero-terminated,
16028: this allowed to fix one remaining String("123", 2) case
16029:
16030: * src/: classes/date.C, classes/file.C, classes/hash.C,
16031: classes/op.C, classes/string.C, classes/table.C,
16032: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16033: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16034: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16035: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16036: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16037: violated String::invariant. started fixing [not compiled now]
16038:
16039: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16040: main/compile.tab.C, main/compile.y, main/pa_string.C,
16041: main/untaint.C, targets/cgi/parser3.C: number of string style
16042: improvements & optimizations
16043:
16044: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16045: :(]
16046:
16047: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16048: [for it's a pointer really]
16049:
16050: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16051: 'n' param. worked that around
16052:
16053: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16054: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16055: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16056: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16057: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16058:
16059: Thanks for the bug report and patch.
16060:
16061: I hadn't looked at this code in a while. Reading it now, it
16062: seems to me that the tests should also be ">= MAX_DEPTH" to
16063: comply with the invariant, though that may not matter a lot. I
16064: changed that, too.
16065:
16066: Hans
16067:
16068: 2003-04-07 paf
16069:
16070: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16071: merged from head:safe mode error message now includes numbers
16072:
16073: * src/main/execute.C: n-th attempt to make a=a work with double.
16074: problem: as_double returns it's result in fp-register compiler
16075: optimizes access to that register after b->as_double, and just
16076: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16077: from memory. _SAME_ double values do not match here. when
16078: forced to REload fp-register, values do match.
16079:
16080: tried to make them volatile.
16081:
16082: * src/main/execute.C: n-th attempt to make a=a work with double.
16083: problem: as_double returns it's result in fp-register compiler
16084: optimizes access to that register after b->as_double, and just
16085: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16086: from memory. _SAME_ double values do not match here. when
16087: forced to REload fp-register, values do match.
16088:
16089: tried to make them volatile.
16090:
16091: * src/types/pa_vobject.h: small style change
16092:
16093: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16094:
16095: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16096: mode error message now includes numbers
16097:
16098: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16099: now causes death
16100:
16101: 2003-04-04 paf
16102:
16103: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16104: incorportated pa_exec patch by From: "Victor Fedoseev"
16105: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16106: Sent: Thursday, January 23, 2003 9:14 AM
16107:
16108: huge speedup on ^file::cgi with big result
16109:
16110: * src/classes/table.C: sort table with 0 rows bug fixed
16111:
16112: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16113: fix http://i2/tasks/edit/?id=4493701604654042676
16114:
16115: @main[] $with_default[ $.a[1] $._default[default from
16116: with_default] ] ^show[$with_default]
16117:
16118: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16119: =$to_add_to.xxx=<br>
16120:
16121: ^show[$to_add_to]
16122:
16123: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16124: ^show[$cloned]
16125:
16126: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16127:
16128: } <hr>
16129:
16130: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16131: http://i2/tasks/edit/?id=4493701604654042676
16132:
16133: @main[] $with_default[ $.a[1] $._default[default from
16134: with_default] ] ^show[$with_default]
16135:
16136: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16137: =$to_add_to.xxx=<br>
16138:
16139: ^show[$to_add_to]
16140:
16141: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16142: ^show[$cloned]
16143:
16144: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16145:
16146: } <hr>
16147:
16148: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16149: http://i2/tasks/edit/?id=4507350336410850921
16150:
16151: * src/classes/xdoc.C: memory allocation func bugfix
16152: http://i2/tasks/edit/?id=4499303470368629745
16153:
16154: * src/classes/math.C: allowed random 1...
16155:
16156: * src/classes/math.C: allowed random 0..
16157:
16158: * src/main/pa_globals.C: exif mem leak
16159: http://i2/tasks/edit/?id=4480590323629807263
16160:
16161: * src/: classes/classes.dsp, main/main.dsp,
16162: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16163: fix http://i2/tasks/edit/?id=4493946731322521294
16164: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16165:
16166: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16167: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16168: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16169: links to xml libs made relative, no need to unpack parser3project
16170: to /parser3project.
16171:
16172: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16173: column more precise - tab handling bug fixed
16174:
16175: * src/main/: compile.tab.C, compile.y: more understandable error
16176: message in case @CLASS with more then one line inside
16177:
16178: * src/targets/cgi/parser3.C: more understandable error message in
16179: case of errors in @unhandled_exception
16180:
16181: 2003-04-03 paf
16182:
16183: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16184: src/main/compile.tab.C, src/main/compile.y,
16185: src/main/compile_tools.C, src/main/compile_tools.h,
16186: src/main/execute.C, src/main/pa_request.C: debug info format
16187: simplified, now it's: OP_VALUE Operation::Origin << here value*
16188:
16189: higher limits: file number (max: 255) line number (max:
16190: 64535) column number (max: 255)
16191:
16192: * src/classes/math.C: top limit
16193:
16194: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16195: precise parse error position in case of
16196:
16197: ^bug ]
16198:
16199: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16200: changed to realities, and passed [bug fixed]
16201:
16202: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16203: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16204: main/compile_tools.h, main/pa_request.C: introducing
16205: ^process...[main-method-alias]
16206:
16207: * src/: classes/date.C, classes/image.C, classes/op.C,
16208: classes/string.C, classes/table.C, classes/xdoc.C,
16209: types/pa_vmethod_frame.h: MethodParams& now [methods without
16210: params receive zero reference, but they are expected not to look
16211: there]
16212:
1.211 moko 16213: * operators.ru.txt, operators.txt, src/classes/date.C,
16214: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16215: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16216: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16217: src/classes/response.C, src/classes/string.C,
16218: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16219: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16220: src/types/pa_method.h: MethodParams& now [methods without params
16221: receive zero reference, but they are expected not to look there]
16222:
16223: * operators.ru.txt, operators.txt, src/classes/op.C,
16224: src/include/pa_request.h, src/main/pa_request.C,
16225: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16226: better error reporting [file/line/col]
1.95 moko 16227:
16228: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16229: types/pa_vstring.h: slightly improved error messages text: 1. is
16230: '%s', it 2. method undefined in case of ^void[]
16231:
16232: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16233: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16234: handling done. now we have error columns todo: test it
16235:
16236: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16237: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16238:
16239: this makes life easier: were: bad stack order -- were in
16240: exception catch unwind order, which didn't match execution order
16241:
16242: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16243:
16244: @first[] ^throw[a;1]
16245:
16246: showed throw a first throw b try
16247:
16248: which is no good
16249:
16250: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16251: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16252: trace reset after handled exception [old bug fixed]
16253:
16254: * src/main/: compile.tab.C, compile.y: parse position old bug
16255: fixed. position reporting made precise [both, in parse erros and
16256: runtime errors]
16257:
16258: 2003-04-02 paf
16259:
16260: * src/: include/pa_operation.h, include/pa_request.h,
16261: main/compile.C, main/compile.tab.C, main/compile.y,
16262: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16263: main/pa_exception.C, main/pa_request.C: debug info: started
16264: using. todo:complete
16265:
16266: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16267: main/compile.C, main/compile.tab.C, main/compile.y,
16268: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16269: main/pa_request.C: prepared debug info todo:use it
16270:
16271: * src/include/pa_operation.h: strange mistake fixed: forgot to
16272: return Operation class->union after switching from autoptrs.
16273:
16274: * tests/: Makefile, results/108.processed, results/117.processed:
16275: meta considered OK [it's up to coder now to remove it not needed]
16276:
16277: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16278: Dictionary constructor when moved to gc]
16279:
16280: * src/main/pa_common.C: uncommented http:// file loading
16281:
16282: * src/include/pa_array.h, src/main/execute.C,
16283: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16284: fix [gdGrowingBuf]
16285:
16286: * configure.in, src/lib/Makefile.am: removed patches
16287:
16288: * configure, src/include/pa_config_auto.h.in,
16289: src/main/pa_charset.C: --enable-assertions autoconf-ed
16290:
16291: * src/main/pa_common.C: uncommented http:// file loading
16292:
16293: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16294: xdoc::create/load
16295:
16296: * src/: classes/form.C, classes/hash.C, classes/image.C,
16297: classes/string.C, classes/table.C, classes/void.C,
16298: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16299: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16300: String::String(str,helper_length) are checked. found/fixed one
16301: place: $request:body now zero-terminated,
16302:
16303: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16304: main/compile_tools.C, main/execute.C, types/pa_value.h,
16305: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16306: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16307: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16308: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16309: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16310: types/pa_vxnode.h: more locally scoped vars in execute (more
16311: easily optimizable)
16312:
16313: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16314: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16315:
16316: * src/: include/pa_array.h, include/pa_stack.h,
16317: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16318: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16319: become assertion iterator in methodframe filler
16320:
16321: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16322: targets/cgi/parser3.C: array::get/put inlined
16323:
16324: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16325: gc_substitute_memory_management_functions +installed CORD_oom
16326: function
16327:
16328: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16329: src/include/pa_config_includes.h, src/include/pa_string.h,
16330: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16331: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16332: assertions started configure.in --enable-assertions
16333:
16334: 2003-04-01 paf
16335:
16336: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16337: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16338: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16339: gdome uses glib memory, and stores last pointer to xmlDoc there,
16340: gc misses that and collects valid memory fixed by remembering
16341: xmlDoc from dom object in xdoc. todo: do something with
16342: premature free of xdoc with xnodes/node values referring into it
16343:
16344: * src/classes/: mail.C: typo fix
16345:
16346: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16347: changes
16348:
16349: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16350: main/pa_memory.C: moved memory debugging to global level: to
16351: pa_gc_malloc
16352:
16353: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16354: debugging showed no errors. todo: debug parser memory
16355:
16356: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16357: configurations
16358:
16359: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16360: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16361: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16362: types/types.dsp: prepared xml-static configuration
16363:
16364: 2003-03-31 paf
16365:
16366: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16367: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16368: xml lib memory debugging, simple checks failed: it seems that
16369: library does realloc(bad ptr), and recording those ptrs in heap
16370: [for debugging] was bad: heap situation changes = everything
16371: works fine
16372:
16373: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16374: xmlRegisterCharEncodingHandler limitation [currently imposed
16375: limit of 10 user-defined charsets]
16376:
16377: 2003-03-28 paf
16378:
16379: * src/main/execute.C: execution stack copied to local register
16380: variable, removed lots [~2e7) of memory accesses
16381:
16382: 2003-03-27 paf
16383:
16384: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16385: works in debug, but fails in release todo: fix that
16386:
16387: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16388: targets/cgi/parser3.C: forgot to merge XML memory funcs
16389: replacement from gc branch
16390:
16391: * src/main/pa_exec.C: introducing append_help_length [radical
16392: improvement here]
16393:
16394: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16395: 'not recommened' in gc.h, on win32 noticed no difference]
16396:
16397: * src/include/pa_array.h: returned checked array get [were disabled
16398: for debugging] result:not slower [don't understand that, it were
16399: INLINED] todo: find out a way of inlining it!
16400:
16401: * src/: include/pa_string.h, lib/gc/include/gc.h,
16402: lib/gc/include/gc_fake.h, main/compile.tab.C,
16403: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16404: convention changed: all resulting strings are zero-terminated
16405:
16406: * src/: classes/date.C, classes/file.C, classes/hash.C,
16407: classes/string.C, classes/table.C, classes/void.C,
16408: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16409: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16410: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16411: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16412: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16413: types/pa_vfile.C, types/pa_vmail.C: introducing
16414: append_help_length [radical improvement here]
16415:
16416: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16417: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16418: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16419: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16420: even slower
16421:
16422: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16423: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16424: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16425: clients of &get(): most to use non-ref version, some[in tight
16426: places] to get_unchecked_ref
16427:
16428: * src/doc/memory.dox: forgot to add
16429:
16430: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16431: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16432: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16433: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16434: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16435: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16436: targets/cgi/parser3.dsp, types/pa_vmail.C,
16437: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16438: T>>&<< removed after Stack::pop wiping removed [moved to separate
16439: func] other Array & removed
16440:
16441: 2003-03-26 paf
16442:
16443: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16444: classes/table.C, include/pa_array.h, include/pa_charset.h,
16445: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16446: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16447: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16448: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16449: main/pa_exec.C, main/pa_sql_driver_manager.C,
16450: main/pa_stylesheet_manager.C, main/pa_table.C,
16451: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16452: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16453: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16454: pre-evaluated .count() in some places
16455:
16456: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16457: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16458: types/types.dsp: .dsp profiling updated
16459:
16460: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16461: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16462: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16463:
16464: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16465: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16466: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16467: use lib/gc,lib/cord
16468:
1.116 moko 16469: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16470: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16471: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16472: src/include/pa_config_includes.h, src/include/pa_request.h,
16473: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16474: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16475: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16476: src/lib/cord/include/Makefile.am,
1.116 moko 16477: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16478: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16479: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16480: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16481: src/types/pa_vform.h, src/types/pa_vhash.h,
16482: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16483: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16484: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16485: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16486: funcs ported pa_exec
1.95 moko 16487:
16488: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16489:
16490: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16491: bundled gc includes
16492:
16493: * src/: classes/op.C, include/pa_array.h,
16494: include/pa_sql_connection.h, include/pa_string.h,
16495: include/pa_version.h, main/compile.tab.C, main/compile.y,
16496: main/execute.C, main/pa_common.C, main/pa_exception.C,
16497: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16498: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16499: first real site (aval)]
16500:
16501: 2003-03-25 paf
16502:
1.211 moko 16503: * operators.ru.txt, operators.txt,
16504: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16505: $status.memory used free since_compact process
1.95 moko 16506:
16507: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16508: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16509:
16510: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16511:
16512: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16513: src/types/pa_value.h, src/types/pa_vfile.h,
16514: src/types/pa_vobject.C, src/types/pa_vobject.h,
16515: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16516: tests/results/121.processed: untaint.C L_URI
16517:
1.211 moko 16518: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16519: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16520: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16521: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16522:
16523: * tests/results/109.processed: it was a bug in parser. updated 109
16524: test result
16525:
16526: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16527:
16528: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16529: tests/results/107.processed: fixed dom language [values are now
16530: considered tainted. it was a bug in parser. updated 107 test
16531: result
16532:
16533: * src/classes/xdoc.C: fixed transform params
16534:
16535: * src/: include/pa_stylesheet_manager.h,
16536: main/pa_stylesheet_manager.C: fixed stylesheet caching
16537:
16538: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16539: overloads for structure handling
16540:
16541: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16542: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16543: StringBody(0) ambiguilty, introducting static
16544: StringBody::Format(int)
16545:
16546: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16547: linked
16548:
16549: * src/types/pa_vxdoc.C: vxdoc compiled
16550:
16551: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16552: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16553: finalizers isntalled
16554:
16555: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16556: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16557: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16558: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16559: compiled todo: xnode.C / finalizers
16560:
16561: * src/doc/string.dox: updated: new string internals
16562:
16563: 2003-03-24 paf
16564:
16565: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16566: include/pa_charset.h, include/pa_config_fixed.h,
16567: include/pa_request.h, include/pa_stylesheet_connection.h,
16568: include/pa_stylesheet_manager.h, main/pa_charset.C,
16569: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16570: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16571: types/pa_vxnode.h: started XML
16572:
16573: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16574:
16575: * src/: classes/file.C, classes/image.C, classes/mail.C,
16576: include/pa_string.h, main/pa_common.C,
16577: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16578:
16579: * src/: classes/file.C, classes/image.C, classes/mail.C,
16580: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16581: main/pa_request.C, main/pa_sql_driver_manager.C,
16582: types/pa_vimage.h: size_t pos everywhere checks changed to check
16583: for eq STRING_NOT_FOUND
16584:
16585: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16586: optimize bit implemented
16587:
16588: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16589: String::ArrayFragment::append_positions fixed
16590:
16591: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16592: String::this_starts fixed
16593:
16594: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16595:
16596: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16597: hashcode implemented fully, including per-char callback [it can
16598: be - substr CORD node]
16599:
16600: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16601: rewritten to rewalloc with 100byte buf ahead
16602:
16603: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16604: src/include/pa_string.h, src/main/compile.tab.C,
16605: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16606: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16607: CORD_ec [bad] would rewrite as realloc now
16608:
16609: * src/: classes/date.C, classes/file.C, classes/form.C,
16610: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16611: include/pa_cache_managers.h, include/pa_charsets.h,
16612: include/pa_common.h, include/pa_request.h,
16613: include/pa_sql_driver_manager.h, include/pa_table.h,
16614: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16615: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16616: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16617: types/pa_vmail.C, types/pa_vmethod_frame.C,
16618: types/pa_vstateless_class.h: 2*2 worked :)
16619:
16620: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16621: src/include/pa_exec.h, src/include/pa_string.h,
16622: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16623: passed OK
16624:
16625: * src/: classes/hash.C, classes/string.C, classes/table.C,
16626: types/pa_value.C: all linked todo: debug
16627:
16628: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16629: types/pa_vstateless_class.C: all compiled. todo:link
16630:
16631: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16632:
16633: * src/types/pa_vtable.C: pa_vtable.C compiled
16634:
16635: * src/types/pa_vstring.C: pa_vstring.C compiled
16636:
16637: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16638:
16639: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16640: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16641: pa_vstateless_class.C, pa_vstateless_class.h:
16642: pa_vstateless_class.C compiled
16643:
16644: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16645: types/pa_vmath.C: pa_vmail.C compiled
16646:
16647: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16648:
16649: * src/types/pa_vform.C: pa_vform.C compiled
16650:
16651: * src/types/pa_vfile.C: pa_vfile.C compiled
16652:
16653: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16654: pa_vstateless_class.C: pa_vcookie.C compiled
16655:
16656: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16657: types/pa_vhash.h: pa_value.C compiled
16658:
16659: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16660: classes.lib main.lib compiled
16661:
16662: * src/classes/void.C: void.C compiled
16663:
16664: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16665: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16666: compiled
16667:
16668: * src/: classes/string.C, include/pa_request.h,
16669: include/pa_string.h, main/pa_string.C: string.C compiled
16670:
16671: * src/: classes/op.C, classes/string.C, classes/table.C,
16672: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16673: main/pa_request.C, main/pa_string.C: op.C compiled
16674:
16675: * src/classes/: math.C, op.C: math.C compiled
16676:
16677: * src/: classes/mail.C, classes/string.C, classes/table.C,
16678: types/pa_vmail.h: mail.C compiled
16679:
16680: * src/classes/: int.C, table.C: int.C compiled
16681:
16682: * src/: classes/hash.C, classes/image.C, classes/string.C,
16683: classes/table.C, include/pa_memory.h, include/pa_string.h,
16684: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16685: compiled
16686:
16687: * src/: classes/hash.C, classes/string.C, classes/table.C,
16688: classes/void.C, classes/xdoc.C, include/pa_request.h,
16689: include/pa_sql_connection.h: hash.C compiled
16690:
16691: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16692: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16693: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16694: classes/math.C, classes/op.C, classes/response.C,
16695: classes/string.C, classes/table.C, classes/void.C,
16696: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16697: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16698: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16699: file.C table.C compiled
16700:
16701: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16702: main/untaint.C: main.lib compiled
16703:
16704: 2003-03-21 paf
16705:
16706: * src/: classes/op.C, include/pa_cache_managers.h,
16707: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16708: include/pa_stylesheet_manager.h, main/pa_exception.C,
16709: main/pa_globals.C, main/pa_sql_driver_manager.C,
16710: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16711: compiled
16712:
16713: * src/: classes/hash.C, classes/image.C, classes/op.C,
16714: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16715: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16716: main/compile.C, main/pa_common.C, main/pa_request.C,
16717: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16718: pa_request.C compiled
16719:
16720: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16721: include/pa_request.h, main/execute.C, main/pa_request.C,
16722: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16723: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16724: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16725: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16726: compiled
16727:
16728: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16729: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16730: on unix
16731:
16732: * src/: include/pa_charset.h, include/pa_charsets.h,
16733: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16734: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16735: pa_charsets.C compiled
16736:
16737: * src/: classes/image.C, classes/mail.C, classes/op.C,
16738: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16739: main/compile.y, main/execute.C, main/pa_common.C,
16740: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16741: types/pa_vcode_frame.h, types/pa_vimage.h,
16742: types/pa_vmethod_frame.h: execute.C compiled
16743:
16744: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16745: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16746: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16747: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16748: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16749: include/pa_cache_managers.h, include/pa_charsets.h,
16750: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16751: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16752: include/pa_sql_driver_manager.h, include/pa_string.h,
16753: include/pa_stylesheet_connection.h,
16754: include/pa_stylesheet_manager.h, include/pa_table.h,
16755: main/compile.C, main/compile.tab.C, main/compile.y,
16756: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16757: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16758: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16759: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16760: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16761: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16762: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16763: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16764: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16765: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16766: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16767: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16768: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16769: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16770: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16771: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16772: types/pa_vresponse.h, types/pa_vstateless_class.C,
16773: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16774: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16775: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16776: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16777: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16778: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16779: [C++ CORD wrapper]
16780:
16781: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16782:
16783: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16784: $file::exec/cgi[script; $.charset[this is script's charset]
16785:
16786: command line, env values, input got transcoded before call
16787: stdout, stderr got transcoded after call
16788:
16789: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16790: by default. use: ^file::exec[...;$.stdin[$request.body]
16791:
16792: * src/main/pa_common.C: } typo bug fix
16793:
16794: * src/main/pa_common.C: } typo bug fix
16795:
16796: 2003-03-20 paf
16797:
16798: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16799: main/untaint.C: cord bug fix, but still errors todo: clear out
16800:
16801: * src/include/pa_string.h: more tests
16802:
16803: * src/main/pa_string.C: string.pos fixed
16804:
1.116 moko 16805: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16806: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16807: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16808: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16809: replaces
1.95 moko 16810:
16811: * src/: classes/image.C, include/pa_dictionary.h,
16812: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16813: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16814: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16815: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16816:
16817: * src/include/pa_string.h: warning
16818:
16819: * src/include/pa_string.h: this_starts fixed
16820:
16821: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16822: new String ctor & append params convention
16823:
16824: * src/: classes/file.C, classes/hash.C, classes/image.C,
16825: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16826: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16827: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16828: main/pa_exception.C, main/pa_exec.C,
16829: main/pa_sql_driver_manager.C, main/pa_string.C,
16830: main/pa_stylesheet_manager.C, main/untaint.C,
16831: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16832: types/pa_vmail.C: more tests OK
16833:
16834: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16835: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16836: gc/exit runned OK
16837:
16838: * src/types/pa_vmail.C: another naming problem: should not name
16839: vars like that: unpredictable close caused problems with later
16840: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16841: descriptors missing on startup: stdin; Bad file number
16842:
16843: todo: find out why so many filters(stream) here. probably wrong?
16844:
16845: * src/: include/pa_dictionary.h, include/pa_string.h,
16846: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16847: main/untaint.C: test compiled
16848:
16849: * src/: classes/image.C, classes/mail.C, classes/math.C,
16850: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16851: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16852: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16853: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16854: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16855: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16856: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16857: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16858: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16859:
16860: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16861: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16862: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16863: src/include/pa_memory.h, src/include/pa_request.h,
16864: src/include/pa_request_charsets.h,
16865: src/include/pa_sql_connection.h, src/include/pa_string.h,
16866: src/main/compile.tab.C, src/main/execute.C,
16867: src/main/pa_charset.C, src/main/pa_common.C,
16868: src/main/pa_exception.C, src/main/pa_exec.C,
16869: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16870: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16871: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16872: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16873: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16874: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16875: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16876: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16877: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16878: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16879: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16880: pa_common.C [done, without http for now]
16881:
16882: 2003-03-19 paf
16883:
16884: * src/: classes/date.C, classes/form.C, classes/hash.C,
16885: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16886: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16887: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16888: include/pa_string.h, include/pa_table.h, main/compile.C,
16889: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16890: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16891: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16892: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16893: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16894: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16895: types/pa_vstateless_class.h, types/pa_vtable.C,
16896: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16897: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16898: types/pa_wwrapper.h: started test
16899:
1.116 moko 16900: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16901: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16902:
16903: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16904: include/pa_string.h, main/pa_string.C: string compiled todo: test
16905: it
16906:
16907: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16908: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16909: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16910: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16911: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16912: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16913: types/pa_vmethod_frame.h, types/types.dsp: string
16914: reimplementation with cord+array<fragment>: 70%
16915:
16916: 2003-03-18 paf
16917:
16918: * src/: classes/date.C, classes/file.C, classes/form.C,
16919: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16920: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16921: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16922: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16923: can ignore lang in cmp and pos really, but would
16924: split properly!
16925:
16926: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16927: cord part made parser/src/lib: it's not compiled into libgc by
16928: default
16929:
16930: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16931: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16932: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16933: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16934: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16935: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16936: src/classes/xnode.C, src/classes/xnode.h,
16937: src/include/Makefile.am, src/include/pa_cache_managers.h,
16938: src/include/pa_charset.h, src/include/pa_charsets.h,
16939: src/include/pa_common.h, src/include/pa_dictionary.h,
16940: src/include/pa_exception.h, src/include/pa_exec.h,
16941: src/include/pa_globals.h, src/include/pa_hash.h,
16942: src/include/pa_memory.h, src/include/pa_pool.h,
16943: src/include/pa_request.h, src/include/pa_request_charsets.h,
16944: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16945: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16946: src/include/pa_stylesheet_connection.h,
16947: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16948: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16949: src/main/compile.C, src/main/compile.tab.C,
16950: src/main/compile_tools.C, src/main/compile_tools.h,
16951: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16952: src/main/pa_charsets.C, src/main/pa_common.C,
16953: src/main/pa_dictionary.C, src/main/pa_exception.C,
16954: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16955: src/main/pa_pool.C, src/main/pa_request.C,
16956: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16957: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16958: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16959: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16960: src/types/pa_junction.h, src/types/pa_method.h,
16961: src/types/pa_value.C, src/types/pa_value.h,
16962: src/types/pa_vclass.C, src/types/pa_vclass.h,
16963: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16964: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16965: src/types/pa_vdouble.h, src/types/pa_venv.h,
16966: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16967: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16968: src/types/pa_vimage.C, src/types/pa_vimage.h,
16969: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16970: src/types/pa_vmath.C, src/types/pa_vmath.h,
16971: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16972: src/types/pa_vobject.C, src/types/pa_vobject.h,
16973: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16974: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16975: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16976: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16977: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16978: src/types/pa_vstring.h, src/types/pa_vtable.C,
16979: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16980: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16981: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16982: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16983: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16984: gc: PA_Object done lots of replacements also
16985:
16986: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16987: gc logging
16988:
16989: 2003-03-17 paf
16990:
16991: * src/: classes/date.C, classes/file.C, classes/form.C,
16992: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16993: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16994: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16995: include/pa_string.h, include/pa_types.h, main/compile.C,
16996: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16997: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16998: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16999: main/pa_sql_driver_manager.C, main/pa_string.C,
17000: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17001: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17002: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17003: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17004: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17005: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17006: types/pa_vxnode.h: libgc attempt
17007:
17008: 2003-03-13 paf
17009:
17010: * src/: include/pa_sql_driver_manager.h,
17011: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17012: called
17013:
17014: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17015: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17016: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17017: types/pa_value.h, types/pa_vobject.h,
17018: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17019: set_base, set_derived simplified [counter leaks fixed]
17020:
17021: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17022: src/types/types.dsp: incorporated status class patch From:
17023: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17024: 2003 8:14 AM
17025:
17026: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17027: Win32 specific: QuotaPeakNonPagedPoolUsage
17028: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17029:
17030: 2003-03-12 paf
17031:
1.116 moko 17032: * configure, configure.in, src/lib/ltdl/configure,
17033: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17034: lib/ltdl/Makefile now created by /configure.in only [were by
17035: lib/ltdl/configure.in OVERWRITE]
17036:
1.116 moko 17037: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17038: linkage fixed for g++ 3.2.2
1.95 moko 17039:
17040: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17041: on using privately declared class [fixed]
17042:
17043: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17044: 3.2 rightliy complained on using privately declared class [fixed]
17045:
17046: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17047: sigpipe before request constructor now causes death
17048:
17049: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17050: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17051: not cause exception in exception handler
17052:
1.116 moko 17053: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17054: now default links libstdc++ statically. that can be overriden by
17055: --with-dynamic-stdcpp
1.95 moko 17056:
17057: 2003-03-11 paf
17058:
17059: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17060: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17061: necessity of libstdc++
17062:
17063: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17064:
17065: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17066:
17067: 2003-03-08 paf
17068:
17069: * tests/Makefile: make install & co
17070:
17071: * src/: include/pa_request.h, classes/op.C: removing
17072: vclass,object.h -> pa_request.h dependency
17073:
17074: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17075: main/pa_request.C: removing vform,response,cookie.h ->
17076: pa_request.h dependency
17077:
17078: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17079: dependency [testing...]
17080:
17081: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17082: return 0; fixed
17083:
17084: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17085: types/pa_vmail.h: vmail.C received just compiled [not tested]
17086:
17087: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17088:
17089: * src/main/pa_request.C: forgotten: ifdef XML
17090:
17091: * src/main/pa_request.C: forgotten: ifdef XML
17092:
17093: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17094: win32 and run memleak tests again
17095:
17096: * src/targets/cgi/parser3.C: charsets: see some strange things with
17097: old xml lib-- it's internal memory handling has faults
17098:
17099: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17100: problems when transcode from charset A to A.
17101:
17102: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17103: todo: still problems when transcode from charset A to A.
17104:
17105: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17106: classes/table.C, include/pa_array.h,
17107: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17108: started full-scale-site-test [~ http://parser.ru sources]
17109:
17110: some fixes
17111:
17112: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17113: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17114: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17115: results/110.processed, results/111.processed,
17116: results/112.processed, results/113.processed,
17117: results/114.processed, results/115.processed,
17118: results/116.processed, results/117.processed,
17119: results/118.processed, results/119.processed,
17120: results/120.processed: xml: tests 109 dom create/show 110 xpath
17121: selectSingle 111 xdoc.create from tainted & 112
17122: xdoc.create/output with russian attr value 113 xpath
17123: selectString/Number 114 dom attributes.count 115 xpath selectBool
17124: 116 output media-type change 117 transform by dom stylesheet 118
17125: empty transform result 119 dom setAttribute 120 nbsp letter
17126: output
17127:
17128: =END OF PREPARED XML TESTS=
17129:
17130: 2003-03-07 paf
17131:
17132: * src/classes/xdoc.C, src/include/pa_charset.h,
17133: src/include/pa_stylesheet_connection.h, tests/108.html,
17134: tests/108.xsl, tests/results/108.processed: xml: test 108
17135: transform with params [bugs fixed]
17136:
17137: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17138: from copy/paste bug
17139:
17140: * src/classes/xdoc.C, src/include/pa_charset.h,
17141: src/include/pa_request.h, src/main/execute.C,
17142: src/main/pa_charset.C, src/main/pa_exception.C,
17143: src/main/pa_globals.C, src/main/pa_request.C,
17144: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17145: src/types/pa_vxnode.C, tests/107.html,
17146: tests/results/107.processed: xml: test: 107 bug fixes
17147:
17148: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17149: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17150: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17151:
17152: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17153: string
17154:
17155: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17156: mem alloc functions used for different cases [libxml, libxsl]
17157:
17158: * src/classes/classes.C: fixed: prevent system classes from
17159: modification to lock ALL the classes, not only directly used
17160:
17161: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17162: linked
17163:
17164: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17165:
17166: 2003-03-06 paf
17167:
17168: * src/classes/xdoc.C: xdoc.C 50%
17169:
17170: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17171: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17172: main/pa_globals.C, main/pa_request.C,
17173: main/pa_stylesheet_manager.C: xnode.C compiled
17174:
17175: * src/: include/pa_stylesheet_connection.h,
17176: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17177: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17178:
17179: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17180: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17181: xml: stylesheet&manager STARTED
17182:
17183: * src/: include/pa_globals.h, main/pa_charset.C,
17184: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17185:
17186: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17187: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17188: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17189: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17190: charsets
17191:
17192: * tests/023.html: in some cases it rounded up badly. postponing
17193: solution of that problem, making more simple test
17194:
17195: * tests/: 058_paf2000.png, results/058.processed: .png added with
17196: -kb now
17197:
17198: * src/: include/pa_charset.h, include/pa_charsets.h,
17199: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17200: moved to charsets.C
17201:
17202: 2003-03-05 paf
17203:
17204: * src/classes/string.C, src/include/pa_string.h,
17205: src/main/pa_string.C, tests/105.html,
17206: tests/results/105.processed: String::match bug fixed
17207:
17208: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17209: tests/results/104.processed: ^bpt operator added [does int3 in
17210: debug build on win32]
17211:
17212: * tests/: 057.html, results/057.processed: test bug fixed
17213:
1.116 moko 17214: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17215:
17216: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17217: missing
17218:
1.116 moko 17219: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17220: forgotten files added to Makes
1.95 moko 17221:
17222: * ltmain.sh: ltmain.sh added
17223:
17224: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17225: change undone ;(
17226:
17227: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17228: made static
17229:
17230: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17231: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17232: todo:make linker happy
1.95 moko 17233:
17234: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17235: env param made optional
17236:
17237: 2003-03-04 paf
17238:
17239: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17240: types/pa_vimage.h: number of gcc compiler bugs fixed
17241:
17242: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17243: results/103.processed: tests: 103 image.copy transparence test
17244:
17245: * src/main/execute.C, tests/101.html, tests/102.html,
17246: tests/results/101.processed, tests/results/102.processed: tests:
17247: 101 method/variable name conflict test 102 form fields change
17248: should not not change anything [bug fix]
17249:
17250: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17251: results/099.processed, results/100.processed: tests: 57 date
17252: create 2002: added 99,100 response:body/download
17253:
17254: * src/classes/image.C, tests/098.html, tests/098font.gif,
17255: tests/results/098.processed: test: 98 image font text [bug fixed]
17256:
17257: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17258: tests/results/097.processed: test: 97 file::load http:// [bugs
17259: fixed]
17260:
17261: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17262: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17263: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17264: image EXIF [bug fixed]
17265:
17266: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17267: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17268: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17269: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17270: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17271: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17272: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17273: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17274: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17275: tests/094.html, tests/095.html, tests/results/061.processed,
17276: tests/results/062.processed, tests/results/063.processed,
17277: tests/results/064.processed, tests/results/065.processed,
17278: tests/results/066.processed, tests/results/067.processed,
17279: tests/results/068.processed, tests/results/069.processed,
17280: tests/results/070.processed, tests/results/071.processed,
17281: tests/results/072.processed, tests/results/073.processed,
17282: tests/results/074.processed, tests/results/075.processed,
17283: tests/results/076.processed, tests/results/077.processed,
17284: tests/results/078.processed, tests/results/080.processed,
17285: tests/results/081.processed, tests/results/082.processed,
17286: tests/results/083.processed, tests/results/084.processed,
17287: tests/results/085.processed, tests/results/086.processed,
17288: tests/results/087.processed, tests/results/088.processed,
17289: tests/results/089.processed, tests/results/090.processed,
17290: tests/results/091.processed, tests/results/092.processed,
17291: tests/results/093.processed, tests/results/094.processed,
17292: tests/results/095.processed, tests/079.html,
17293: tests/results/079.processed: tests: 61 file::stat size 62
17294: string->int autoconvert 63 double .int,dec,div,mul 64 date
17295: compare 65 file: basename,justname,justext 66 math:crypt 67
17296: string.match simple on long 68 string.match normalized simple on
17297: long 69 string.int 70 file::stat content-type 71 table.join 72
17298: hash parameter conditional pass 73 date daylightsaving,yearday 74
17299: date arithmetics 75 response date values/attributes 76 string.pos
17300: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17301: with local 80 scientific numeric literal in string autoconvert 81
17302: xor: logical and numerical 82 for delims 83 menu delims 84
17303: table.hash distinct 85 long string replace 86 throw+catch
17304: current language preserve 87 bit shifts 88 junction tests +
17305: $caller test 89 hash.foreach selfmodification 90 int/void to int
17306: 91 $caller test 92 junction is + def junction tests 93 $caller
17307: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17308:
17309: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17310: fixed] 60 string eq string [bug fixed]
17311:
17312: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17313: 058.html, 058_paf2000.png, 059.html, 060.html,
17314: results/053.processed, results/054.processed,
17315: results/055.processed, results/056.processed,
17316: results/057.processed, results/058.processed,
17317: results/059.processed, results/060.processed: test: 53
17318: string.replace 54 junctions 55 table.hash 56 call indirect 57
17319: date.create[string] 58 image.measure[png]
17320:
17321: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17322: outputs/051.processed, results/052.processed: test: 52
17323: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17324: task: fix that
17325:
17326: 2003-03-03 paf
17327:
17328: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17329: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17330: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17331: outputs/049.processed, outputs/050.processed,
17332: outputs/051.processed, results/001.processed,
17333: results/002.processed, results/003.processed,
17334: results/005.processed, results/006.processed,
17335: results/008.processed, results/009.processed,
17336: results/011.processed, results/012.processed,
17337: results/013.processed, results/014.processed,
17338: results/015.processed, results/016.processed,
17339: results/017.processed, results/020.processed,
17340: results/021.processed, results/022.processed,
17341: results/024.processed, results/025.processed,
17342: results/026.processed, results/027.processed,
17343: results/028.processed, results/029.processed,
17344: results/030.processed, results/031.processed,
17345: results/049.processed, results/050.processed,
17346: results/051.processed, results/043.processed,
17347: results/044.processed, results/045.processed,
17348: results/046.processed, results/047.processed,
17349: results/048.processed: tests: 43,44,45 date rolls 46
17350: autoevaluating junction 47 table.select 48 name with subvar 49
17351: hash-creating switch 50 process 51 started parent/child, works as
17352: it were but it were NOT GOOD, created separate task to fix that
17353:
17354: * tests/: 042.html, results/042.processed: test: 42
17355: exception.handled
17356:
17357: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17358: expression
17359:
17360: * tests/: 040.html, results/040.processed: test: 39 method result
17361: of type table 40 method param junction auto evaluate
17362:
17363: * tests/: 039.html, results/039.processed: test: 37 method result
17364: of type table
17365:
17366: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17367: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17368: tests/038.html, tests/results/033.processed,
17369: tests/results/034.processed, tests/results/035.processed,
17370: tests/results/036.processed, tests/results/037.processed,
17371: tests/results/038.processed: tests: 33 string.replace 34
17372: string.upper 35 table created 36 local/global vars with juntions
17373: 37 table clone 38 math PI & number formatting
17374:
17375: math class registring typo fixed
17376:
17377: * src/classes/op.C, src/include/pa_request.h,
17378: src/include/pa_string.h, src/main/execute.C,
17379: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17380: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17381: tests/032.html, tests/results/032.processed: uchar changed to
17382: String_UL in all places [was not everywhere] untaint test: 032
17383:
17384: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17385: tests/results/004.processed, tests/parser-cygwin.sh,
17386: tests/parser-unix.sh: removed -H command line key, now testing
17387: using .sh file with SERVER_SOFTWARE=xxx
17388:
17389: 2003-02-26 paf
17390:
17391: * src/main/execute.C, src/types/pa_vstateless_class.h,
17392: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17393: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17394: tests/results/024.processed, tests/results/025.processed,
17395: tests/results/026.processed, tests/results/027.processed,
17396: tests/results/028.processed, tests/results/029.processed,
17397: tests/results/030.processed, tests/results/031.processed: fixed
17398: bug with name_cstr mutable CharPtr more tests
17399:
17400: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17401: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17402: << abort. die now just exits
17403:
17404: * src/classes/classes.awk, src/classes/classes.h,
17405: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17406: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17407: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17408: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17409: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17410: src/classes/xnode.C, src/include/pa_memory.h,
17411: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17412: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17413: src/types/pa_vform.C, tests/015.html, tests/016.html,
17414: tests/017.html, tests/018.html, tests/019.html,
17415: tests/019paf2001.gif, tests/020.html, tests/021.html,
17416: tests/022.html, tests/023.html, tests/022_dir/a.html,
17417: tests/022_dir/b.txt, tests/022_dir/c.htm,
17418: tests/results/015.processed, tests/results/016.processed,
17419: tests/results/017.processed, tests/results/018.processed,
17420: tests/results/019.processed, tests/results/020.processed,
17421: tests/results/021.processed, tests/results/022.processed,
17422: tests/results/023.processed: methoded_array now contains all Mxxx
17423: classes SAPI::get_env now returns info on pool more tests
17424:
17425: * src/include/pa_array.h, src/include/pa_hash.h,
17426: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17427: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17428: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17429: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17430: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17431: tests/results/001.processed, tests/results/002.processed,
17432: tests/results/003.processed, tests/results/004.processed,
17433: tests/results/005.processed, tests/results/006.processed,
17434: tests/results/007.processed, tests/results/008.processed,
17435: tests/results/009.processed, tests/results/010.processed,
17436: tests/results/011.processed, tests/results/012.processed,
17437: tests/results/013.processed, tests/results/014.processed: hash
17438: cloning fixed
17439:
17440: 2003-02-25 paf
17441:
17442: * src/main/pa_common.C: typo fixed
17443:
17444: 2003-02-24 paf
17445:
17446: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17447: [one remained]
17448:
17449: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17450: [should have been get_string(&pool)] todo: check other such calls
17451:
17452: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17453: test10, bad lookups
17454:
17455: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17456: object got destructed, and xxx points to sky
17457:
17458: * ChangeLog, src/classes/string.C: match bug fixed
17459:
17460: * src/types/pa_vmail.C: body [text/html] transcoded to
17461: $.charset[specified] now
17462:
17463: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17464: which failed to handle sigsetjmp+throw: crashed inside of
17465: pre-throw code. rewritten simplier [though duplicating
17466: closesocket code]
17467:
17468: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17469: which failed to handle sigsetjmp+throw: crashed inside of
17470: pre-throw code. rewritten simplier [though duplicating
17471: closesocket code]
17472:
17473: 2003-02-21 paf
17474:
1.211 moko 17475: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17476: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17477: now]]
1.95 moko 17478:
17479: written makefile with regression tests [raw]
17480:
17481: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17482: tests' only [it's not forcing CGI mode now] now use -H to output
17483: CGI header when parser used in command line [useful for tests
17484: also]
17485:
17486: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17487: switches on CGI mode, and is used in regression tests
17488:
17489: * src/: include/pa_request.h, main/pa_request.C,
17490: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17491: fixed
17492:
17493: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17494: handling pa_*
17495:
17496: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17497: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17498: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17499: memory handling files
17500:
17501: * src/main/pa_array.C: pool::format_integer terminator fixed
17502:
17503: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17504: compiles OK test to show benefits of free
17505:
17506: * src/: classes/file.C, classes/image.C, classes/mail.C,
17507: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17508: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17509: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17510: use pool [as the one in ^process]
17511:
17512: * src/classes/op.C: fixed process. sould now check for all cstr's
17513: -- some must use pool [as the one in ^process]
17514:
17515: 2003-02-20 paf
17516:
17517: * src/: classes/date.C, classes/double.C, classes/file.C,
17518: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17519: classes/math.C, classes/op.C, classes/response.C,
17520: classes/string.C, classes/table.C, classes/void.C,
17521: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17522: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17523: string cmp fixed
17524:
17525: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17526: values passed OK now
17527:
17528: 2003-02-19 paf
17529:
17530: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17531: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17532: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17533: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17534: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17535: all remaning leaks resulted from pooled::malloc calls [excluding
17536: in gd -- planning complete rewrite extremely ugly code]
17537:
17538: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17539: files
17540:
17541: 2003-02-17 paf
17542:
17543: * src/: classes/date.C, classes/double.C, classes/file.C,
17544: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17545: classes/response.C, classes/string.C, classes/table.C,
17546: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17547: include/pa_stylesheet_connection.h,
17548: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17549: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17550: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17551: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17552: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17553: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17554: of unitialized simple-typed field
17555:
17556: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17557: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17558: simple-typed field fixed. todo: find&kill all like that one
17559:
17560: * src/: main/execute.C, targets/cgi/pa_pool.C,
17561: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17562: debug output fixed
17563:
17564: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17565: main/pa_request.C: stack-stored items need extra .ref to prevent
17566: object_ptr from delete[them]
17567:
17568: * src/: classes/date.C, classes/op.C, classes/table.C,
17569: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17570: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17571: main/pa_charset.C, main/pa_common.C,
17572: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17573: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17574: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17575: calls
17576:
17577: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17578: couple mem leaks rusulted from old pooled::malloc usage.
17579: todo:find more like those
17580:
17581: * src/main/: compile.C, compile_tools.C: 2*2!
17582:
17583: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17584: stackItem fixed [there were no string on stack before]
17585:
17586: * src/: main/execute.C, main/pa_request.C,
17587: types/pa_vmethod_frame.C: first letters out OK
17588:
17589: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17590: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17591: main/pa_string.C, main/untaint.C, types/pa_value.h,
17592: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17593: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17594: type not initialized with zeros :( while class fields of class
17595: types initialized with default constructors. learn C++
17596:
17597: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17598: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17599: classes/math.C, classes/xdoc.C, classes/xnode.C,
17600: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17601: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17602:
17603: 2003-02-14 paf
17604:
17605: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17606: 13 link errors
17607:
17608: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17609: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17610: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17611: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17612: errors :)
17613:
17614: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17615: classes/hash.C, classes/mail.C, classes/op.C,
17616: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17617: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17618: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17619: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17620:
17621: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17622: classes/table.C, include/pa_common.h, include/pa_globals.h,
17623: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17624: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17625: types/pa_vint.h, types/types.dsp: op compiled
17626:
17627: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17628: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17629: main/untaint.C, types/pa_vtable.h: string, response compiled
17630:
17631: 2003-02-07 paf
17632:
17633: * src/: classes/table.C, types/pa_vtable.h: table compiled
17634:
17635: 2003-02-06 paf
17636:
17637: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17638: mail compiled
17639:
17640: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17641: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17642: types/pa_vfile.h, types/pa_vimage.h: image compiled
17643:
17644: * src/classes/: file.C, form.C: form compiled
17645:
17646: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17647: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17648: types/pa_vfile.C, types/pa_vfile.h: file compiled
17649:
17650: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17651: types/pa_vmath.h: math compiled [win32]
17652:
17653: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17654: types/pa_vstring.h: hash compiled
17655:
17656: 2003-02-04 paf
17657:
17658: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17659: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17660: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17661: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17662: types/pa_vhash.h: hash 50% compiled
17663:
17664: * src/: classes/date.C, classes/file.C, classes/hash.C,
17665: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17666: classes/string.C, classes/table.C, classes/xdoc.C,
17667: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17668: main/pa_string.C: date compiled
17669:
17670: * src/classes/: classes.dsp, double.C: double compiled
17671:
17672: * src/: classes/date.C, classes/double.C, classes/file.C,
17673: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17674: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17675: classes/string.C, classes/table.C, classes/void.C,
17676: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17677: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17678: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17679: compiled
17680:
17681: * src/: classes/date.C, classes/double.C, classes/file.C,
17682: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17683: classes/math.C, classes/op.C, classes/response.C,
17684: classes/string.C, classes/table.C, classes/void.C,
17685: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17686: types/pa_vvoid.h: void compiled :)
17687:
17688: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17689: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17690: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17691: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17692: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17693: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17694: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17695: types/pa_vresponse.C, types/pa_vstateless_class.C,
17696: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17697: types/pa_wcontext.C, types/types.dsp: removed stupid
17698: value_includes.h
17699:
17700: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17701: trying to remove stupid value_includes.h
17702:
17703: * src/main/pa_exec.C: pa_exec compiled on win32
17704:
17705: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17706:
17707: * src/: include/pa_globals.h, include/pa_request.h,
17708: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17709: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17710: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17711: types/pa_vrequest.C, types/pa_vstateless_class.C,
17712: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17713:
17714: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17715: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17716: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17717:
17718: * src/: include/pa_array.h, include/pa_config_includes.h,
17719: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17720: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17721: compiled
17722:
17723: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17724: name conflicts)
17725:
17726: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17727: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17728: yelds "virtual memory exhausted" while trying to compile
17729: execute.C [eating up to 127MB]
17730:
17731: 2003-02-03 paf
17732:
17733: * src/: include/pa_config_includes.h, include/pa_hash.h,
17734: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17735: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17736: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17737: types/pa_vint.h, types/pa_vjunction.h,
17738: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17739: started gcc compiling pa_common compiled
17740:
17741: * src/: include/pa_exception.h, include/pa_pool.h,
17742: main/pa_exception.C: exception gcc change #1
17743:
1.116 moko 17744: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17745: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17746:
17747: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17748:
17749: * src/types/pa_vtable.C: vtable compiled
17750:
17751: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17752:
17753: * src/: include/pa_cache_managers.h, main/pa_request.C,
17754: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17755:
17756: * src/types/pa_vstateless_class.C: vstateless_class compiled
17757:
17758: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17759:
17760: * src/types/pa_vrequest.C: vrequest compiled
17761:
17762: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17763: pa_vobject.C, pa_vobject.h: vobject compiled
17764:
17765: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17766: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17767: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17768: compiled
17769:
17770: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17771:
17772: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17773: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17774: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17775: compiled
17776:
17777: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17778: main.lib - 0 error(s), 0 warning(s)
17779:
17780: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17781: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17782:
17783: 2003-01-31 paf
17784:
17785: * src/: include/pa_array.h, include/pa_operation.h,
17786: include/pa_request.h, main/execute.C, main/main.dsp,
17787: types/pa_vjunction.h: started last file from main library:
17788: execute
17789:
17790: * src/: include/pa_request.h, include/pa_sapi.h,
17791: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17792: main/pa_request.C, targets/cgi/parser3.C,
17793: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17794: types/pa_vhash.h: pa_request compiled
17795:
17796: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17797: include/pa_globals.h, include/pa_request.h,
17798: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17799: main/execute.C, main/main.dsp, main/pa_common.C,
17800: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17801: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17802: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17803: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17804: types/types.dsp: most pa_request compiled
17805:
17806: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17807: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17808: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17809: classes/op.C, classes/response.C, classes/string.C,
17810: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17811: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17812: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17813: include/pa_config_fixed.h, include/pa_config_includes.h,
17814: include/pa_dictionary.h, include/pa_dir.h,
17815: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17816: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17817: include/pa_pool.h, include/pa_request.h,
17818: include/pa_request_charsets.h, include/pa_request_info.h,
17819: include/pa_sapi.h, include/pa_socks.h,
17820: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17821: include/pa_stack.h, include/pa_string.h,
17822: include/pa_stylesheet_connection.h,
17823: include/pa_stylesheet_manager.h, include/pa_table.h,
17824: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17825: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17826: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17827: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17828: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17829: main/compile.C, main/compile.tab.C, main/compile.y,
17830: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17831: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17832: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17833: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17834: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17835: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17836: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17837: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17838: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17839: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17840: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17841: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17842: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17843: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17844: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17845: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17846: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17847: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17848: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17849: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17850: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17851: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17852: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17853: types/pa_vresponse.h, types/pa_vstateless_class.C,
17854: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17855: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17856: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17857: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17858: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17859: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17860:
17861: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17862: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17863: src/include/pa_charsets.h, src/include/pa_common.h,
17864: src/include/pa_dictionary.h, src/include/pa_exception.h,
17865: src/include/pa_exec.h, src/include/pa_pool.h,
17866: src/include/pa_request.h, src/include/pa_sapi.h,
17867: src/include/pa_sql_connection.h,
17868: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17869: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17870: src/main/compile.tab.C, src/main/compile_tools.C,
17871: src/main/compile_tools.h, src/main/main.dsp,
17872: src/main/pa_charset.C, src/main/pa_charsets.C,
17873: src/main/pa_common.C, src/main/pa_dictionary.C,
17874: src/main/pa_exception.C, src/main/pa_exec.C,
17875: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17876: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17877: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17878: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17879: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17880: src/types/pa_vdouble.h, src/types/pa_venv.h,
17881: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17882: src/types/pa_vhash.h, src/types/pa_vimage.C,
17883: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17884: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17885: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17886: src/types/pa_vobject.C, src/types/pa_vobject.h,
17887: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17888: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17889: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17890: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17891: src/types/pa_vstring.h, src/types/pa_vtable.h,
17892: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17893: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17894: died, long live StringPtr
17895:
17896: 2003-01-30 paf
17897:
17898: * src/: include/pa_charset.h, include/pa_request.h,
17899: include/pa_sql_driver_manager.h, main/compile.tab.C,
17900: main/compile.y, main/compile_tools.h, main/pa_request.C,
17901: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17902:
17903: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17904: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17905: types/pa_vhash.h, types/pa_vmethod_frame.h,
17906: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17907: types/types.dsp: vstateless_class compiled
17908:
17909: * src/main/compile.C: compile compiled
17910:
17911: * src/: include/pa_array.h, include/pa_operation.h,
17912: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17913: main/pa_table.C: compile_tools compiled
17914:
17915: * src/: include/pa_operation.h, main/compile.y,
17916: main/compile_tools.C, main/compile_tools.h: started
17917: compile_tools. vagues ideas of how to free compiled code
17918:
17919: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17920: main/main.dsp, types/pa_value.C, types/pa_value.h,
17921: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17922: compiled
17923:
17924: 2003-01-29 paf
17925:
17926: * src/: include/pa_globals.h, include/pa_request.h,
17927: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17928: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17929: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17930: compiled
17931:
17932: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17933: now
17934:
17935: * src/: include/pa_array.h, include/pa_exception.h,
17936: include/pa_pool.h, main/pa_exception.C: gd compiled
17937:
17938: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17939: compiled
17940:
17941: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17942: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17943: types/pa_vfile.h: vfile compiled
17944:
17945: * src/: include/pa_common.h, include/pa_globals.h,
17946: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17947: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17948: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17949:
17950: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17951: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17952: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17953: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17954: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17955:
17956: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17957: main/main.dsp, main/untaint.C: more compiled
17958:
17959: * src/: include/pa_charsets.h, include/pa_request.h,
17960: include/pa_request_info.h, include/pa_string.h,
17961: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17962: types/pa_vresponse.h: vrequest compiled
17963:
17964: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17965: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17966: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17967:
17968: * src/: classes/classes.h, include/pa_charset.h,
17969: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17970: include/pa_request.h, include/pa_string.h, main/main.dsp,
17971: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17972: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17973: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17974: types/pa_vrequest.C, types/pa_vrequest.h,
17975: types/pa_vstateless_class.h, types/pa_vstring.h,
17976: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17977:
17978: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17979: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17980: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17981: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17982: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17983: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17984: types/pa_vobject.h, types/pa_vstateless_class.h,
17985: types/pa_vstateless_object.h, types/pa_vstatus.h,
17986: types/pa_vstring.h, types/types.dsp: vmath compiled
17987:
17988: 2003-01-28 paf
17989:
17990: * src/: classes/classes.h, classes/date.C, classes/file.C,
17991: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17992: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17993: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17994: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17995: compile_tools
17996:
17997: * src/: include/pa_charset.h, include/pa_exception.h,
17998: include/pa_request.h, include/pa_string.h, main/untaint.C:
17999: untaint compiled
18000:
18001: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18002: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18003: more compiled. struck with string::store_to needing to know
18004: source/client charsets
18005:
18006: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18007: types/pa_vfile.h: uue compiled
18008:
18009: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18010: table compiled
18011:
18012: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18013: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18014:
18015: * src/: include/pa_charset.h, main/pa_charset.C,
18016: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18017: introduced]
18018:
18019: * src/: classes/date.C, include/pa_charset.h,
18020: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18021: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18022: pa_charsets compiled
18023:
18024: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18025: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18026:
18027: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18028: common compiled
18029:
18030: * src/: include/pa_charsets.h, main/pa_charsets.C,
18031: main/pa_sql_driver_manager.C: pa_charsets compiled
18032:
18033: * src/: include/pa_array.h, include/pa_charset.h,
18034: include/pa_charsets.h, include/pa_pool.h,
18035: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18036: include/pa_stack.h, include/pa_string.h,
18037: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18038: sql_driver_manager compiled
18039:
18040: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18041: letter i with two dots added to koi, all ukranian letters added
18042: to win1251.
18043:
18044: typographic simbol 0xb9 deleted from win1251 [strange one & were
18045: abscent from koi]
18046:
18047: 2003-01-27 paf
18048:
18049: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18050: include/pa_sql_driver_manager.h, include/pa_string.h,
18051: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18052: sql/pa_sql_driver.h: paused on sql_manager
18053:
18054: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18055: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18056: include/pa_stack.h, main/pa_sql_driver_manager.C,
18057: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18058:
18059: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18060: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18061: include/pa_table.h, main/pa_sql_driver_manager.C,
18062: main/pa_table.C: table compiled
18063:
18064: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18065: cache_managers compiled
18066:
18067: * src/: include/pa_array.h, include/pa_charset.h,
18068: include/pa_pool.h, main/pa_charset.C: charset compiled
18069:
18070: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18071:
18072: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18073: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18074: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18075: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18076: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18077:
18078: 2003-01-24 paf
18079:
18080: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18081: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18082: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18083: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18084: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18085: types/pa_vint.h, types/pa_vjunction.h,
18086: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18087: types/pa_vstatus.h, types/pa_vstring.h: more patched
18088:
18089: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18090: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18091: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18092: main/pa_string.C, main/pa_table.C: string compiled
18093:
18094: * src/: include/pa_array.h, include/pa_common.h,
18095: include/pa_dictionary.h, include/pa_exception.h,
18096: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18097: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18098: main/pa_string.C: dictionary compiled
18099:
18100: 2003-01-23 paf
18101:
18102: * src/: include/pa_array.h, include/pa_common.h,
18103: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18104: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18105: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18106: types/pa_value.h: resurrected pool in new sense: now it's
18107: factory, producing&accounting memory chunks for read[autofree]
18108: buffers
18109:
18110: * src/: include/pa_array.h, include/pa_exception.h,
18111: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18112: main/pa_exception.C, main/pa_table.C: table compiled
18113:
18114: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18115: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18116: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18117: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18118: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18119: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18120: main/pa_table.C: aint that easy
18121:
18122: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18123: main/main.dsp: continued with Hash
18124:
18125: * src/main/pa_common.C: connect_string allocated on heap[wes on
18126: stack] now. and exception can be reported OK now [can be reported
18127: outside of pro c with that stack]
18128:
18129: 2003-01-22 paf
18130:
18131: * src/: include/pa_array.h, include/pa_charset.h,
18132: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18133: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18134: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18135: base: contains references_count. auto_ptr template calls
18136: add_ref/release
18137:
18138: 2003-01-21 paf
18139:
18140: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18141: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18142: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18143: classes/op.C, classes/response.C, classes/string.C,
18144: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18145: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18146: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18147: include/pa_config_fixed.h, include/pa_config_includes.h,
18148: include/pa_dictionary.h, include/pa_dir.h,
18149: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18150: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18151: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18152: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18153: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18154: include/pa_stack.h, include/pa_string.h,
18155: include/pa_stylesheet_connection.h,
18156: include/pa_stylesheet_manager.h, include/pa_table.h,
18157: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18158: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18159: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18160: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18161: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18162: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18163: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18164: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18165: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18166: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18167: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18168: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18169: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18170: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18171: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18172: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18173: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18174: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18175: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18176: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18177: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18178: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18179: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18180: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18181: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18182: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18183: types/pa_vstateless_object.h, types/pa_vstatus.C,
18184: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18185: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18186: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18187: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18188: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18189: 2002->2003
18190:
18191: 2003-01-16 paf
18192:
1.211 moko 18193: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18194: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18195: $.any-status(1)
1.95 moko 18196:
1.211 moko 18197: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18198: src/main/pa_common.C: http request now return status. and not
18199: fail on status!=200
18200:
18201: 2003-01-15 paf
18202:
18203: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18204:
18205: 2003-01-14 paf
18206:
18207: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18208: mkinstalldirs: removed some ancient files [they in / really]
18209:
18210: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18211: regretfully needed patch in two places. in config_fixed.h made
18212: stubs for lib to compile in MSVC
18213:
18214: 2003-01-13 paf
18215:
18216: * config.guess, config.sub, ltmain.sh: removed last piece of
18217: configure.in(libtool) hacks
18218:
1.116 moko 18219: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18220: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18221: ltdl.h: moved to latest libtool (1.4.3)
18222:
18223: 2003-01-10 paf
18224:
18225: * src/lib/ltdl/: configure, configure.in: PROG_NM
18226:
18227: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18228: patches. libxml2 >= 2.5.1
18229: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18230: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18231: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18232:
18233: * INSTALL: moved to latest versions of xml libs libxml2 >=
18234: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18235: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18236: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18237:
18238: 2003-01-09 paf
18239:
18240: * INSTALL: xml,xslt,gdome lib urls updated
18241:
18242: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18243: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18244: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18245: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18246: 1.7.2
1.95 moko 18247:
18248: * depcomp: moving to automake 1.7.2
18249:
18250: 2002-12-27 paf
18251:
18252: * src/include/pa_version.h: 0007
18253:
18254: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18255: outdated parts, made links to language docs
18256:
18257: * src/include/pa_config_auto.h.in: comment
18258:
18259: 2002-12-26 paf
18260:
18261: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18262: not contain trailing / fixed.
18263:
18264: * INSTALL: changing SAFE_MODE politics
18265:
18266: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18267:
18268: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18269:
18270: 2002-12-25 paf
18271:
18272: * src/main/pa_globals.C: optimized-xml
18273:
18274: * src/main/pa_globals.C: optimized-as-is
18275:
18276: 2002-12-24 paf
18277:
18278: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18279: fixed [were really called with zero size when .html?a=&b=]
18280:
18281: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18282: with --with-sendmail
18283:
18284: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18285: fixed]
18286:
18287: 2002-12-23 paf
18288:
18289: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18290: ignoring parameters & were storing only string with default
18291: expires
18292:
18293: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18294: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18295: December 23, 2002 4:22 AM Subject: bug â
18296: Charset::transcode_buf2xchar
18297:
18298: 2002-12-20 paf
18299:
18300: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18301: non-cgi [script] runs
18302:
18303: 2002-12-19 paf
18304:
18305: * INSTALL: --without-iconv recommended [it crashes on some systems
18306: [tested on elik]] moreover, it's not needed there [parser
18307: registers charsets itself]
18308:
18309: * INSTALL: --without-iconv recommended [it crashes on some systems
18310: [tested on elik]]
18311:
1.211 moko 18312: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18313: src/include/pa_request.h, src/main/pa_globals.C,
18314: src/main/pa_request.C: $response:download
18315:
18316: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18317: compiler [win32]].
18318:
18319: 2002-12-18 paf
18320:
18321: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18322:
18323: 2002-12-17 paf
18324:
18325: * src/targets/cgi/parser3.C: merged die&iis changes
18326:
18327: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18328: to exit(1) 2. more flexible iilegal call check
18329:
18330: 2002-12-16 paf
18331:
18332: * ltmain.sh: some automakes silly insist on having this handy
18333:
18334: * src/main/untaint.C: filespec russian small 'r' changed to latin
18335: 'p' bug fix
18336:
18337: 2002-12-15 paf
18338:
18339: * src/main/untaint.C: filespec russian small 'r' changed to latin
18340: 'p'
18341:
18342: * configure.in, src/include/pa_config_auto.h.in,
18343: src/main/compile.C, src/main/pa_common.C: merged small changes
18344: from branch 6 to HEAD
18345:
18346: * src/main/compile.C: removed warning
18347:
18348: * src/main/pa_common.C: ftruncate having checked
18349:
18350: * configure.in, src/include/pa_version.h: new version
18351:
18352: 2002-12-14 paf
18353:
18354: * src/classes/table.C: removed unnecessary code
18355:
18356: * src/sql/pa_sql_driver.h: exception type fixed
18357:
18358: 2002-12-09 paf
18359:
18360: * src/types/pa_vvoid.h: $void.store[now] error
18361:
18362: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18363:
18364: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18365: tries to write core dump
18366:
18367: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18368:
18369: * src/: classes/hash.C, classes/string.C, classes/table.C,
18370: classes/void.C, main/pa_sql_driver_manager.C,
18371: sql/pa_sql_driver.h: changed exception handling mech in sql
18372: handlers #2
18373:
18374: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18375: exception handling mech in sql handlers
18376:
18377: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18378: handlers
18379:
18380: * src/: classes/hash.C, classes/string.C, classes/table.C,
18381: classes/void.C, main/pa_sql_driver_manager.C,
18382: sql/pa_sql_driver.h: changed exception handling mech in sql
18383: handlers
18384:
1.116 moko 18385: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18386: to write makefile which used libtool to install things, which is
18387: not needed
1.95 moko 18388:
18389: 2002-12-06 paf
18390:
1.211 moko 18391: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18392: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18393: more like 'table'
1.95 moko 18394:
18395: 2002-12-05 paf
18396:
18397: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18398: cc/bcc OK now
18399:
18400: * src/main/untaint.C: mail header closed properly
18401:
18402: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18403: header ',' allowed. still bugs in smtp [only one receiptient
18404: works, cc, bcc ignored now, and MAILED ;)]
18405:
18406: [strncpy killed, memnchr used]
18407:
18408: * src/main/pa_table.C: table-copy now current=0
18409:
18410: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18411: lowlevel proc
18412:
18413: * src/targets/cgi/parser3.C: more checks on
18414: http://domain/parser.cgi start [maybe some getenv returns "",
18415: checked that now
18416:
18417: * src/targets/cgi/parser3.C: more checks on
18418: http://domain/parser.cgi start [maybe some getenv returns "",
18419: checked that now
18420:
18421: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18422: out-of-mem errors reached log]
18423:
18424: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18425: mail:send MIME-Version default
18426:
18427: * src/main/main.dsp: pa_version included into main.dsp
18428:
18429: 2002-12-04 paf
18430:
18431: * src/types/pa_vform.C: $form:field string value cut by premature 0
18432:
18433: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18434: lib/libltdl -> lib/ltdl Win32 changes. s
18435:
18436: * src/classes/classes.awk: more strict *.C$
18437:
18438: * gnu.dsp: restored
18439:
1.116 moko 18440: * configure.in, gnu.dsp, src/lib/Makefile.am,
18441: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18442: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18443: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18444: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18445: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18446: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18447: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18448: now created with /configure, not ltdl/configure, so it does have
18449: no problems with automake. ltdl/configure
18450: AC_OUTPUT(Makefile<<removed)
1.95 moko 18451:
18452: 2002-12-02 paf
18453:
1.211 moko 18454: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18455:
18456: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18457: src/main/pa_common.C, src/main/pa_request.C,
18458: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18459: tainted parts becomes http-header
18460:
18461: 2002-11-29 paf
18462:
1.211 moko 18463: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18464: operators.txt: exif dates now objects of type date
1.95 moko 18465:
18466: * src/classes/image.C: file.seek removed [it were used in image.C
18467: only, and for parser user this means that jpeg image has bad
18468: size in fragment's header] now used image.format
18469:
18470: * src/: include/pa_common.h, main/pa_common.C,
18471: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18472: now handled exactly like $response:header values. e.g. can be
18473: hash [can have subattributes] & contain date values.
18474:
18475: * src/main/pa_common.C: http:// param values lang forced URI
18476:
18477: * src/main/pa_common.C: http:// tainted partes now %xx
18478:
18479: 2002-11-28 paf
18480:
1.211 moko 18481: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18482:
18483: * src/classes/image.C: ^image.length now counts interchar space.
18484: plus space after last char
18485:
18486: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18487:
18488: * src/classes/image.C: ^image.font width measurer now scans full
18489: height [were -1]
18490:
18491: * configure.in: stopped double libltdl/Makefile generation
18492:
18493: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18494: chars [one top horizontal line of 1pixel height were missing]
18495:
18496: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18497: 'false' to go into (Hash *) parameter
18498:
18499: 2002-11-27 paf
18500:
18501: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18502: types/pa_vmail.C: response:body[file] if file nows it's name now
18503: returns content-disposition: >>attachment<<
18504:
18505: * src/classes/image.C: ^image.font << bad font file-size now
18506: properly reported
18507:
18508: 2002-11-26 paf
18509:
18510: * src/main/pa_request.C: fixed lang in reponse header
18511:
18512: * src/main/pa_common.C: utf8 prefix ignored @read text
18513:
1.211 moko 18514: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18515: response status!=200 made exception: http.status with source=bad
18516: status#
1.95 moko 18517:
18518: 2002-11-25 paf
18519:
18520: * configure.in, src/classes/image.C,
18521: src/include/pa_config_auto.h.in,
18522: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18523: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18524: const void related probs fixed
1.95 moko 18525:
1.211 moko 18526: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18527: fields now UPPERCASE
1.95 moko 18528:
18529: $file[^file::load[http://there]] $file.SERVER
18530:
18531: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18532: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18533: http options [invalid onces now reported] made default
18534: user-agent: paf
18535:
1.211 moko 18536: * operators.ru.txt, operators.txt, src/classes/file.C,
18537: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18538: src/include/pa_globals.h, src/main/pa_common.C,
18539: src/main/pa_globals.C, src/main/pa_request.C,
18540: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18541: now understand http:// prefix and additional params, sample:
18542: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18543: $.USER-AGENT[parser3] ]]
18544:
18545: 2002-11-22 paf
18546:
18547: * src/classes/image.C, src/include/pa_globals.h,
18548: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18549: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18550: $image.exif support $image.exif.DateTime & co
1.95 moko 18551:
18552: 2002-11-21 paf
18553:
18554: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18555: _PASS_APPENDED)
18556:
18557: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18558: EXIF information [were big block and it's size were considered
18559: negative :(]
18560:
1.211 moko 18561: * operators.ru.txt, operators.txt, src/classes/image.C,
18562: src/include/pa_common.h, src/main/pa_common.C,
18563: src/types/pa_vmail.C: image.measure internals rewritten. no
18564: there's reader.seek, and all's ready for EXIF extraction [now we
18565: fail to measure files with EXIF info]
1.95 moko 18566:
18567: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18568: O_TRUNC truncates even exclusevely write-locked file [thanks to
18569: Igor Milyakov <virtan@rotabanner.com> for discovering]
18570:
18571: 2002-11-20 paf
18572:
18573: * src/targets/cgi/parser3.C: logging @signal += query_string
18574:
18575: * configure.in, src/include/pa_config_auto.h.in,
18576: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18577: comment
18578:
18579: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18580:
18581: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18582: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18583: currently processed document SIGPIPE >> interrupts request
18584: processing [exception = DB rollback]
18585:
18586: * src/main/pa_exec.C: comment
18587:
18588: * src/main/pa_exec.C: pa_exec: data written only if size>0
18589:
1.211 moko 18590: * operators.ru.txt, operators.txt, src/classes/file.C:
18591: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18592:
18593: * src/: include/pa_config_fixed.h, main/pa_common.C,
18594: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18595: pipe read errors now checked
18596:
18597: 2002-11-19 paf
18598:
18599: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18600: CGI: Illegal call
18601:
18602: 2002-11-01 paf
18603:
18604: * src/main/execute.C: comment
18605:
18606: 2002-10-31 paf
18607:
18608: * src/main/execute.C: found out why, checked that for now. todo:
18609: find out a way for that user could do that
18610:
18611: * src/types/pa_vstateless_object.h: object put replaces static
18612: parent if any
18613:
18614: * src/types/pa_vobject.C: object put replaces static parent if any
18615:
18616: * src/: classes/form.C, classes/mail.C, classes/op.C,
18617: classes/xnode.h, main/compile.tab.C, main/execute.C,
18618: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18619: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18620: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18621: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18622: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18623: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18624: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18625: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18626: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18627: types/pa_vstateless_object.h, types/pa_vstatus.C,
18628: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18629: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18630: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18631: types/pa_wwrapper.h: static fix merged
18632:
18633: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18634: $virtual_fields in dynamic, but one can reach derived
18635: static[class] variable from base
18636:
18637: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18638: types/pa_vobject.C, types/pa_vobject.h,
18639: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18640: statics, left $virtual_fields in dynamic
18641:
18642: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18643: one can't remember derivates in base class: there's so many of
18644: them. also there can be no virtual method calls in static
18645: classes
18646:
18647: * src/: classes/form.C, classes/mail.C, classes/op.C,
18648: classes/xnode.h, main/execute.C, main/pa_request.C,
18649: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18650: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18651: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18652: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18653: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18654: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18655: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18656: types/pa_vresponse.C, types/pa_vresponse.h,
18657: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18658: types/pa_vstateless_object.h, types/pa_vstatus.C,
18659: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18660: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18661: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18662: types/pa_wwrapper.h: static call $self fixed
18663:
18664: * src/main/execute.C: comment
18665:
18666: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18667: ^process[$caller.self]{...} now compiles to last derived object
18668: part of that 'self'
18669:
18670: 2002-10-29 paf
18671:
18672: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18673: re-passing [iis to blame]
18674:
18675: * src/classes/string.C: changed string.save to pass current sql
18676: connection to cstr thus one can ^connect[some server]{
18677: $s[insert into table x (x) values (^taint[sql]{value})]
18678: ^s.save[some.sql] } and he'd get in some.sql file code with
18679: properly escaped. [tried in mssql->mysql export->import of
18680: binary data]
18681:
18682: 2002-10-25 paf
18683:
18684: * src/types/pa_vresponse.C: case insensitive response user fields
18685: get/put
18686:
18687: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18688: types/pa_vresponse.C: saving for maybe-future
18689:
18690: 2002-10-23 paf
18691:
1.211 moko 18692: * operators.ru.txt, operators.txt, src/classes/table.C:
18693: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18694:
18695: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18696:
18697: 2002-10-22 paf
18698:
18699: * src/types/: pa_vform.C, pa_vform.h: removed needless
18700: VForm::Append...(...Value)
18701:
18702: * src/main/execute.C: $.name outside of $name[...] checked
18703:
18704: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18705: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18706:
18707: 2002-10-21 paf
18708:
1.211 moko 18709: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18710: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18711:
1.211 moko 18712: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18713: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18714:
1.211 moko 18715: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18716: $form:image-map
1.95 moko 18717:
1.211 moko 18718: * operators.ru.txt, operators.txt, src/classes/file.C:
18719: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18720:
18721: 2002-10-17 paf
18722:
18723: * src/main/: compile.tab.C, compile.y: operators precedence changed
18724: a little: logical not and bitwise negation precedence made
18725: highest, << and >> bitshits precedence made equal [were << higher
18726: than >>]
18727:
18728: * src/classes/op.C: exception handling fixed [were bad with
18729: contexts]
18730:
18731: 2002-10-16 paf
18732:
18733: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18734: main/pa_request.C: Request::self considered equal to
18735: VMethodFrame::self, and removed, Request::get_self() mapped to
18736: VMethodFrame.self()
18737:
18738: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18739: $hash in open field now gives old good error meesage
18740:
18741: 2002-10-15 paf
18742:
18743: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18744: use ^if($junction is junction){was and now true}
18745:
18746: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18747: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18748: types/pa_vxnode.C: xml->parser strings now have origin, which
18749: points to place where value left xml library and came to parser:
18750: place of dom field extraction/call
18751:
18752: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18753: main/compile.tab.C, main/compile.y, main/execute.C,
18754: types/pa_vmethod_frame.h: removed last pieces of old code
18755: allowing $junction.xxx at compile time
18756:
18757: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18758: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18759: objects also considered [were only classes]
18760:
18761: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18762: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18763: with CLASS self. [ (request&method_frame).self temporarily
18764: changed ]
18765:
18766: * src/classes/: hash.C, op.C: method_frame now always changed, with
18767: no exception to native calls. for&foreach changed to use
18768: method_frame.caller for their var's name context
18769:
18770: * src/: main/execute.C, targets/cgi/parser3.C,
18771: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18772: compiling to system classes disabled
18773:
1.211 moko 18774: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18775: ^process[$caller.CLASS]{code-string} added
18776:
1.211 moko 18777: * operators.ru.txt, operators.txt, src/classes/op.C,
18778: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18779: src/main/pa_request.C, src/types/Makefile.am,
18780: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18781: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18782: $junction.get $junction.set[] introducing $caller
1.95 moko 18783:
18784: * src/types/pa_value.h: removed outdated comments. doxygen would
18785: find them lower by inheritance tree
18786:
18787: * src/types/pa_vjunction.C: ident
18788:
18789: 2002-10-14 paf
18790:
18791: * src/classes/op.C: process compiles to code's class class
18792:
18793: * src/: classes/form.C, classes/mail.C, classes/op.C,
18794: include/pa_request.h, main/compile.C, main/compile.tab.C,
18795: main/compile.y, main/execute.C, main/pa_request.C,
18796: types/pa_vstateless_class.h: operators now main-class-methods
18797:
18798: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18799: better stack trace [has "call" & co there]
18800:
18801: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18802: operators @auto now executed in MAIN context
18803:
18804: * src/main/execute.C: operator execution context now = MAIN, not
18805: closest stack frame
18806:
18807: @touchit[] $i[after]
18808:
18809: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18810: were 'after'
18811:
18812: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18813: 'after'
18814:
18815: * src/main/execute.C: comment
18816:
18817: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18818: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18819: action]
18820:
18821: * src/types/pa_vxnode.C: misreplace fixed
18822:
18823: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18824: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18825: $status:rusage.tv_secs/usecs introduced
18826:
18827: 2002-10-09 paf
18828:
18829: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18830: on empty string [or uses (default)]
18831:
18832: 2002-10-08 paf
18833:
18834: * src/main/untaint.C: mail header quoted printable changed after
18835: RFC reread
18836:
1.211 moko 18837: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18838:
18839: * src/types/pa_vxnode.C: misreplace
18840:
18841: 2002-09-24 paf
18842:
1.116 moko 18843: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18844:
18845: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18846: mailreceive would compile on freebsd now
18847:
18848: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18849: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18850: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18851: mailreceive would compile on freebsd now
1.95 moko 18852:
18853: * src/: classes/file.C, main/untaint.C: 1. file spec language
18854: changed: now there are only few chars are untainted: * ? ' " < >
18855: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18856: one should use ^untaint[uri]{...} now]
18857:
18858: 2. $list[^file:list[dir]] now returns simply tainted names in
18859: $list.name, not tainted as filespec
18860:
18861: @russianindex[] #dir with files with russian-lang names
18862: $where[dir]
18863:
18864: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18865: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18866:
18867: 2002-09-23 paf
18868:
18869: * src/types/pa_vdouble.h: double->int round added
18870:
18871: * src/classes/date.C: date bug fix, now
18872: round(floatDays*secondsPerDay)
18873:
18874: * src/classes/date.C: date bug fix, now
18875: round(floatDays*secondsPerDay)
18876:
18877: 2002-09-20 paf
18878:
18879: * src/main/execute.C: code junction calls disabled [before: code
18880: was compiled in such a way, that there were no code-junctions in
18881: OP_CALL]
18882:
18883: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18884:
18885: @badjunctioncallinside[code] ^code[]
18886:
18887: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18888: expanding to include ^junction.method
18889:
18890: * src/main/pa_common.C: -d "DIR/" now true
18891:
18892: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18893: as internal xdoc encoding, and after decoding attributes set by
18894: dom functions now encoded OK, not as digital entities
18895:
18896: * src/classes/xdoc.C: empty transform result, being taken as file
18897: now returns empty file, not raises stupid error about "stat-ed
18898: file"
18899:
18900: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18901: allowed
18902:
18903: * src/types/types.dsp: introducing $junction.get/put(1) one can
18904: write iterators now:
18905:
18906: ^user-foreach[key;value]{$key=$value<br>}
18907:
18908: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18909: $code.value($i*2) $code }
18910:
18911: * src/main/compile_tools.h: mistype
18912:
1.116 moko 18913: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18914: thus taking linking options configure changes into account [were:
18915: ignoring]
1.95 moko 18916:
18917: * src/types/: pa_vjunction.C, Makefile.am: introducing
18918: $junction.get/put(1) one can write iterators now:
18919:
18920: ^user-foreach[key;value]{$key=$value<br>}
18921:
18922: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18923: $code.value($i*2) $code }
18924:
18925: * src/: include/pa_opcode.h, include/pa_request.h,
18926: main/compile.tab.C, main/compile.y, main/execute.C,
18927: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18928: introducing $junction.get/put(1) one can write iterators now:
18929:
18930: ^user-foreach[key;value]{$key=$value<br>}
18931:
18932: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18933: $code.value($i*2) $code }
18934:
18935: 2002-09-19 paf
18936:
1.116 moko 18937: * Makefile.am: new: make commit
1.95 moko 18938:
18939: * aclocal.m4: forced to be older
18940:
18941: 2002-09-18 paf
18942:
18943: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18944: src/main/compile.y, src/main/execute.C: << >> int shifts
18945:
18946: * src/: include/pa_common.h, include/pa_request.h,
18947: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18948: - now this - fatal error
18949:
18950: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18951: that one can pass binary data there
18952:
18953: * src/: classes/date.C, classes/double.C, classes/file.C,
18954: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18955: classes/op.C, classes/response.C, classes/string.C,
18956: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18957: include/pa_request.h: pa_request contexts made privated, plus
18958: get_{self/method_frame} to read. Request_context_saver used in
18959: ^try to save flang too. [were not saved]
18960:
18961: * src/types/pa_vresponse.C: header value chains joined before
18962: output, this should help $.subject[$var $var] from being
18963: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18964:
18965: 2002-09-17 paf
18966:
18967: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18968: removed changes, operators executed with calling self. lots of
18969: code with ^include code relies on defined/defining self variables
18970:
18971: $a[1] ^include[print_a.p] print_a.p: $a
18972:
18973: ^include[set_a.p] a=$a set_a.p: $a[1]
18974:
18975: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18976: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18977: types/pa_vstateless_class.h: operators now executed with MAIN
18978: self. it's for ^include sake, too strong a change
18979:
18980: * src/classes/op.C: made place for ^process to compile it's code to
18981: in case of no self
18982:
18983: * src/main/execute.C: found ancient param to Junction, removed.
18984: allowed passing self to native_code_operators [for ^process to
18985: work, she needs self]
18986:
18987: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18988: types/pa_vstateless_class.h: found ancient param to Junction,
18989: removed. allowed passing self to native_code_operators [for
18990: ^process to work, she needs self]
18991:
18992: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18993: types/pa_value.h, types/pa_vmethod_frame.h,
18994: types/pa_vstateless_class.h: allowed Request.self to be 0,
18995: checked that in VMethodFrame get/put and $self.
18996:
18997: * src/classes/: table.C, xdoc.C: table::sql options table::create
18998: copy options options checked, wrong option now fatal error
18999:
19000: * src/main/pa_string.C: string.replace fixed [were missing words on
19001: pieces boundaries]
19002:
1.150 moko 19003: * configure, configure.in: .so now detected [can be .sl on hpux,
19004: .dll on cygwin, .so in other cases)
1.95 moko 19005:
19006: * configure, configure.in: .so now detected [can be .sl on hpux,
19007: .dll on cygwin, .so in other cases)
19008:
1.211 moko 19009: * operators.ru.txt, operators.txt, src/classes/hash.C,
19010: src/classes/table.C, src/include/pa_globals.h,
19011: src/main/pa_globals.C: table.sql hash::sql flag to allow
19012: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19013:
19014: * src/: classes/hash.C, classes/table.C,
19015: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19016: now errors
19017:
19018: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19019:
19020: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19021: ,2,3]
19022:
19023: 2002-09-16 paf
19024:
19025: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19026: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19027: stdout to be binary. now detected closest header break.
19028:
19029: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19030: closed right
19031:
19032: 2002-09-13 paf
19033:
1.211 moko 19034: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19035: src/main/compile.y, src/main/compile_tools.h: (expression
19036: #comment)
1.95 moko 19037:
19038: (multiline expression #comment line2 #comment )
19039:
19040: (expression #comment with (brackets) comment) << OK
19041:
1.211 moko 19042: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19043: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19044: for expression #comments]
1.95 moko 19045:
19046: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19047: error
19048:
19049: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19050: cheched in pa_socks.C
19051:
1.116 moko 19052: * configure, configure.in, src/include/pa_config_auto.h.in:
19053: HAVE_WINSOCK_H created in configure.in
1.95 moko 19054:
19055: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19056: cookie date now clean [were mistakenly tainted & that worked bad
19057: with opera -- 'happily' that worked OK with msie]
19058:
19059: 2002-09-12 paf
19060:
19061: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19062: VClass get_element now first looks to fields, next to methods &
19063: co todo: the rest reason: more speed
19064:
19065: * src/main/untaint.C: quoted printable encoding stops before
19066: \s*<...>$
19067:
19068: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19069: stops before <...>$
19070:
19071: 2002-09-11 paf
19072:
19073: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19074: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19075: forgot to check users of those funcs. not all were using that
19076: return value convention
19077:
19078: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19079: windows-1254 added
19080:
19081: 2002-09-10 paf
19082:
19083: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19084: VCodeFrame parent param were specified badly
19085:
19086: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19087: WWrapper which used in constructing objects(second param to sql
19088: method) ^...sql{}[$.default{code}] now has parent, wich helps
19089: code in hash to survivi
19090:
19091: * src/: include/pa_request.h, main/execute.C: removed redundant
19092: param to execute [stack said 'thanks']
19093:
19094: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19095: types/pa_value.h, types/pa_vcode_frame.h,
19096: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19097: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19098: responsibility to wcontext
19099:
19100: * src/classes/file.C: decided not to log exec's with stderr, that
19101: could be warnings, and it's up to scritper to log/show them
19102:
19103: * src/: classes/double.C, main/execute.C: double:sql badly called
19104: write_assign_lang, not write_no_lang, thus doing unnecessary
19105: double/string converstion, which were loosing time&precesion
19106:
19107: * src/: main/pa_charset.C, types/pa_vmail.C:
19108: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19109: case of unfinished in buffer processing, causing accidental
19110: transcode stop [in case that source enc != utf-8 & there is
19111: incomplete utf-8 sequence at the end of 16000block iside of
19112: libxml lib] tfm readed & code updated
19113:
19114: 2002-09-04 paf
19115:
19116: * configure: makes with sjlj
19117:
19118: * INSTALL, src/include/pa_config_fixed.h,
19119: src/include/pa_sql_connection.h,
19120: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19121: checked. on win32 it made default
19122:
19123: * src/include/pa_config_auto.h.in: sjlj define
19124:
19125: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19126: can not work with longjump/throw pair, and one must switch that
19127: on there. todo: detect that automatically]
19128:
19129: * src/types/pa_vxnode.C: removed too strong checks of
19130: xnode.elements. now, for instance, if element does not have any
19131: attributes, $xnode.attributes is void, not error
19132:
19133: 2002-09-02 paf
19134:
1.211 moko 19135: * operators.ru.txt, operators.txt, src/main/execute.C,
19136: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19137:
19138: * src/main/execute.C: double_result made to move that var away from
19139: hungry g++ optimizer (-O2), before: it were optimized and
19140: comparison operators worked badly
19141:
19142: * src/types/pa_vdate.h: removed debug
19143:
1.116 moko 19144: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19145:
19146: * src/main/execute.C: fixed numeric < & co so that thay now use
19147: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19148: unknown reason.
19149:
19150: 2002-08-29 paf
19151:
19152: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19153: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19154: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19155: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19156: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19157: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19158: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19159: [called less frequent, allowed to remove ugly
19160: Junction.change_context-s from many places, switch,
19161: mail:send..html{}, ..] request.root renamed to method_frame [more
19162: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19163: [speed up]
19164:
19165: 2002-08-28 paf
19166:
19167: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19168: tainted
19169:
19170: * src/types/pa_vcookie.C: fixed cookie delete when
19171: $cookie:name[$.value[]]
19172:
1.211 moko 19173: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19174: ^string.split[delim[;options]]
19175:
19176: 2002-08-27 paf
19177:
1.116 moko 19178: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19179:
1.211 moko 19180: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19181: src/main/compile.y: # now delimiter
1.95 moko 19182:
19183: * INSTALL: recommended latest gmime 1.0.5
19184:
19185: 2002-08-26 paf
19186:
19187: * configure, configure.in: apache13/hook added to make dist.
19188:
19189: 2002-08-23 paf
19190:
19191: * src/: include/pa_common.h, main/pa_common.C,
19192: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19193: beside binary [cgi, isapi] not accessible [due to bad rights or
19194: whatever] it's error now
19195:
19196: 2002-08-21 paf
19197:
1.116 moko 19198: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19199:
19200: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19201: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19202: class". compiled as if here they named base class
19203:
19204: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19205: cloning constructor]
19206:
19207: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19208:
1.150 moko 19209: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19210: $mail.received.file.value.content-type fixed
19211:
19212: 2002-08-20 paf
19213:
19214: * src/classes/file.C: fixed language of file:file result
19215:
1.211 moko 19216: * operators.ru.txt, operators.txt, src/classes/void.C:
19217: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19218:
1.211 moko 19219: * operators.ru.txt, operators.txt, src/classes/void.C:
19220: ^void.pos[...] = -1
1.95 moko 19221:
1.211 moko 19222: * operators.ru.txt, operators.txt, src/classes/void.C:
19223: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19224:
1.211 moko 19225: * src/classes/void.C, operators.ru.txt, operators.txt:
19226: ^void.length[] = 0
1.95 moko 19227:
19228: 2002-08-19 paf
19229:
19230: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19231: work now
19232:
19233: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19234: error in xnode, which were not catched in xdoc]
19235:
19236: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19237: prepared: // validate each document after load/create (?)
19238: //xmlDoValidityCheckingDefaultValue = 1;
19239:
19240: 2002-08-15 paf
19241:
19242: * src/classes/classes.h: write to static var caused useless
19243: Exception, introduced Methoded::put_element wich consumes those
19244:
1.211 moko 19245: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19246: src/main/pa_common.C, src/types/pa_vcookie.C,
19247: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19248: src/types/pa_vresponse.h: $response:field[date]
19249: $response:field[$.xxx[date]]
1.95 moko 19250:
19251: * src/: classes/hash.C, classes/string.C, classes/table.C,
19252: classes/void.C, include/pa_sql_connection.h: fixed source of
19253: ^hash::sql{bad}
19254:
1.211 moko 19255: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19256: request body
1.95 moko 19257:
19258: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19259:
19260: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19261: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19262:
1.211 moko 19263: * operators.ru.txt, operators.txt, src/classes/form.C,
19264: src/include/pa_pool.h, src/include/pa_request.h,
19265: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19266: planning/preparing_to $request:body r.post_data now const
1.95 moko 19267:
19268: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19269: classes/xnode.C, main/execute.C, types/pa_value.h,
19270: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19271: types/pa_vtable.h: instead of type() checking everywhere used
19272: Value.as now user descendants can be used in params.
19273:
19274: VObject::as_*, is_defined now taken from bases. xtable(table)
19275: ^if($xtable) now OK
19276:
19277: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19278: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19279: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19280:
19281: 2002-08-14 paf
19282:
19283: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19284: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19285: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19286: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19287: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19288: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19289: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19290: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19291: types/pa_vresponse.C, types/pa_vresponse.h,
19292: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19293: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19294: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19295: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19296: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19297: & VClass
19298:
19299: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19300:
19301: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19302: removed fixopt stupidity. on stupid linux use cd /document/root
19303: ../cgi/parser3 script
19304:
19305: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19306: params, splitting them by space, excluding argv[0], argv[argc-1]
19307:
19308: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19309: fixopt.h: fixopt now preprocesses command line params, splitting
19310: them by space, excluding argv[0], argv[argc-1]
19311:
19312: * src/targets/cgi/parser3.C: -f config file
19313:
19314: * src/targets/cgi/parser3.C: fixed .log file dir
19315:
19316: 2002-08-13 paf
19317:
19318: * src/types/pa_vobject.C: allow override parent variables, useful
19319: for form descendants [in vobject too, were in vclass]
19320:
19321: * src/types/pa_vclass.C: allow override parent variables, useful
19322: for form descendants
19323:
19324: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19325: overwritten in derived(table)
19326:
19327: * src/: classes/form.C, classes/mail.C, classes/op.C,
19328: classes/xnode.h, include/pa_request.h, main/execute.C,
19329: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19330: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19331: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19332: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19333: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19334: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19335: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19336: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19337: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19338: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19339: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19340: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19341: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19342: Value::get_element(..., bool looking_down) [needed to exclude
19343: endless recoursion]
19344:
19345: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19346: fix bug with put endless recoursion todo: check 'as'
19347:
19348: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19349: reorganized modules todo: fix bug with put endless recoursion
19350: todo: check 'as'
19351:
19352: * src/types/pa_vobject.h: checked: table fields can be overwritten
19353: in derived(table)
19354:
19355: * src/types/pa_vobject.h: derived classes can have fields of their
19356: own now
19357:
19358: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19359: fixed error message on using non-created table
19360:
19361: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19362: classes/op.C, classes/xnode.h, include/pa_request.h,
19363: main/compile.C, main/compile.tab.C, main/execute.C,
19364: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19365: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19366: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19367: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19368: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19369: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19370: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19371: types/pa_vresponse.C, types/pa_vresponse.h,
19372: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19373: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19374: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19375: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19376: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19377: looking down/up tree todo: fix error message on non-constructed
19378: parents
19379:
19380: 2002-08-12 paf
19381:
19382: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19383: derived OK
19384:
19385: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19386: thorough testing
19387:
19388: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19389: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19390: types/pa_vobject.h, types/pa_vstateless_class.h,
19391: types/pa_vstateless_object.h, types/pa_wcontext.h,
19392: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19393: ^base:create[] dynamic call rewritten todo: thorough testing
19394:
19395: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19396: now instantates base class, remembers it and saves child in
19397: parent VObject.get_class now returns last child = downward
19398: virtual calls OK
19399:
19400: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19401: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19402: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19403: types/pa_vobject.h, types/pa_vresponse.h,
19404: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19405: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19406: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19407: VAliased [redundant], moved $CLASS to VObject only [parser class
19408: instance]
19409:
19410: * src/main/pa_request.C: $response:body[file] content-type check
19411: fixed [were bad when content-type is hash]
19412:
19413: 2002-08-09 paf
19414:
19415: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19416: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19417:
19418: 2002-08-08 paf
19419:
1.211 moko 19420: * operators.ru.txt, operators.txt, src/classes/date.C,
19421: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19422: month calendar [week year]
1.95 moko 19423:
19424: * src/main/execute.C: error reporting on object writes to MAIN
19425: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19426:
1.211 moko 19427: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19428: $date.yearday $date.daylightsaving
1.95 moko 19429:
19430: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19431: use tainted data now. only she must specify the language.
19432:
19433: ^mail:send[ $.from[paf@mail.design.ru]
19434: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19435: $.text[^taint[uri][ìîñêâà]=] ]
19436:
19437: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19438: now prints more precise origin
19439:
19440: * src/include/pa_string.h: String::first_char now not fails on
19441: empty strings ^if(-f '') now ok and in 3 other places.
19442:
1.211 moko 19443: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19444: src/main/pa_string.C: String::first_char now not fails on empty
19445: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19446:
19447: 2002-08-07 paf
19448:
19449: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19450: fixed
19451:
19452: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19453:
19454: * src/: main/execute.C, types/pa_vcode_frame.h,
19455: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19456: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19457: mistakenly not completely transparent to object writes.
19458: $hash[^if(1){$hash}] now works
19459:
1.211 moko 19460: * operators.ru.txt, operators.txt, src/classes/op.C:
19461: ^cache...{...^cache<<to past...} now erasing cache file [there
19462: were bad check on that]
1.95 moko 19463:
19464: * src/: classes/classes.dsp, classes/table.C,
19465: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19466: all Debug dirs in .dsp now named 'Debug'
19467:
1.116 moko 19468: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19469:
1.211 moko 19470: * operators.ru.txt, operators.txt, src/classes/mail.C:
19471: exception_type email.send
1.95 moko 19472:
1.211 moko 19473: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19474: exception_type email.format
1.95 moko 19475:
19476: * src/types/pa_vmail.C: mail:send empty email checked
19477:
19478: 2002-08-06 paf
19479:
1.211 moko 19480: * operators.ru.txt, operators.txt, src/classes/table.C,
19481: src/include/pa_array.h, src/include/pa_table.h,
19482: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19483: ^table::create[$source;$.options] ^table::join[$source;$.options]
19484:
1.211 moko 19485: * operators.ru.txt, operators.txt, src/classes/hash.C,
19486: src/classes/string.C, src/classes/table.C: sql options can be
19487: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19488:
19489: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19490:
19491: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19492: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19493: $file.content-type [instead of .mime-type] now works for
19494: file::stat also
19495:
19496: * src/main/pa_request.C: case insensitive mime_type_of
19497:
19498: 2002-08-05 paf
19499:
19500: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19501:
19502: * src/types/pa_vmail.C: file buffer relocated to parser heap
19503:
1.211 moko 19504: * operators.ru.txt, operators.txt: comment on date:calendar week
19505: column
1.95 moko 19506:
19507: * src/main/pa_common.C: write checked
19508:
19509: * src/main/: pa_common.C: write checked
19510:
19511: * src/classes/date.C: +1 buf size for stupid snprintfs
19512:
19513: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19514: month calendar week column [ISO 8601 Week Numbers]
19515:
19516: 2002-08-02 paf
19517:
19518: * src/: include/pa_config_fixed.h, main/pa_string.C,
19519: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19520: DEBUG*
19521:
19522: * configure, configure.in, src/include/pa_version.h: release
19523: 3_0_0005
19524:
19525: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19526: multipart post fixed
19527:
1.211 moko 19528: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19529: src/types/pa_vform.C: response transcoded source->client only
19530: when text/* or simple onoverridden $response:body
1.95 moko 19531:
19532: 2002-08-01 paf
19533:
19534: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19535: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19536: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19537: classes/op.C, classes/response.C, classes/string.C,
19538: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19539: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19540: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19541: include/pa_config_fixed.h, include/pa_dictionary.h,
19542: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19543: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19544: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19545: include/pa_socks.h, include/pa_sql_connection.h,
19546: include/pa_sql_driver_manager.h, include/pa_stack.h,
19547: include/pa_string.h, include/pa_stylesheet_connection.h,
19548: include/pa_stylesheet_manager.h, include/pa_table.h,
19549: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19550: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19551: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19552: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19553: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19554: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19555: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19556: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19557: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19558: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19559: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19560: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19561: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19562: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19563: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19564: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19565: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19566: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19567: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19568: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19569: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19570: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19571: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19572: types/pa_vmethod_frame.h, types/pa_vobject.h,
19573: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19574: types/pa_vresponse.h, types/pa_vstateless_class.C,
19575: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19576: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19577: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19578: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19579: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19580: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19581:
19582: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19583: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19584: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19585: classes/math.C, classes/op.C, classes/response.C,
19586: classes/string.C, classes/table.C, classes/void.C,
19587: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19588: include/pa_array.h, include/pa_cache_managers.h,
19589: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19590: include/pa_config_fixed.h, include/pa_config_includes.h,
19591: include/pa_dictionary.h, include/pa_dir.h,
19592: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19593: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19594: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19595: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19596: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19597: include/pa_stack.h, include/pa_string.h,
19598: include/pa_stylesheet_connection.h,
19599: include/pa_stylesheet_manager.h, include/pa_table.h,
19600: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19601: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19602: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19603: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19604: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19605: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19606: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19607: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19608: main/pa_sql_driver_manager.C, main/pa_string.C,
19609: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19610: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19611: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19612: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19613: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19614: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19615: targets/isapi/pool_storage.h, types/pa_valiased.C,
19616: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19617: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19618: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19619: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19620: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19621: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19622: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19623: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19624: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19625: types/pa_vresponse.C, types/pa_vresponse.h,
19626: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19627: types/pa_vstateless_object.h, types/pa_vstatus.C,
19628: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19629: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19630: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19631: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19632: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19633: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19634: types/Makefile.am: ident.C* removed
19635:
1.211 moko 19636: * operators.ru.txt, operators.txt, src/classes/file.C,
19637: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19638:
19639: * src/targets/cgi/parser3.C: usage to stdout now
19640:
19641: 2002-07-31 paf
19642:
19643: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19644:
19645: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19646: default "postmaster"
19647:
19648: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19649: -f postmaster now default sendmail key word "postmaster"
19650: replaced to $.from
19651:
19652: 2002-07-30 paf
19653:
1.116 moko 19654: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19655: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19656:
19657: * src/main/pa_charset.C: comment
19658:
19659: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19660: table, &#decimal;
19661:
19662: * src/main/pa_request.C: comment
19663:
19664: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19665: paragraf]
19666:
19667: 2002-07-11 paf
19668:
19669: * src/main/pa_exec.C: build command line badly added params twice
19670: [and first time without ' ']. double wrong. fixed.
19671:
19672: * src/main/pa_exec.C: invalid .exe caused error message with params
19673: wich parser did not provide = reported badly. fixed that.
19674:
19675: * src/classes/mail.C: $MAIL[ # xxx ]
19676:
19677: now ok
19678:
1.211 moko 19679: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19680:
19681: 2002-07-01 paf
19682:
19683: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19684: [MForm.configure_admin were called when request.main_class ==0
19685:
19686: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19687:
19688: * src/classes/form.C: content_length type fix
19689:
19690: 2002-06-30 paf
19691:
19692: * src/classes/mail.C: merged from 4
19693:
19694: * src/classes/mail.C: restored $MAIL
19695:
19696: 2002-06-28 paf
19697:
19698: * configure, configure.in: removed paths.h
19699:
1.116 moko 19700: * configure, src/include/pa_version.h,
1.95 moko 19701: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19702: merged, makes updated
19703:
1.211 moko 19704: * ChangeLog, configure, operators.ru.txt, operators.txt,
19705: src/classes/xdoc.C, src/include/pa_charset.h,
19706: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19707: src/include/pa_version.h, src/main/pa_charset.C,
19708: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19709: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19710: latest updates to head
1.95 moko 19711:
19712: 2002-06-27 paf
19713:
19714: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19715: not error now
19716:
1.211 moko 19717: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19718: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19719: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19720: ^xdoc::create[[uri]]... base uri for document being created,
19721: imports and other relative file names would be relative to this
19722: uri default uri=path_translated
19723:
19724: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19725:
19726: 2002-06-26 paf
19727:
19728: * configure, configure.in, src/include/pa_version.h:
19729: release_3_0_0004
19730:
19731: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19732: 0 now
19733:
19734: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19735:
19736: 2002-06-25 paf
19737:
19738: * src/main/pa_string.C: emtpy string, or string of whitespaces
19739: considered bad number now
19740:
1.211 moko 19741: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19742: ^xdoc.transform[xdoc <<can be now
1.95 moko 19743:
1.211 moko 19744: * operators.ru.txt, operators.txt, src/classes/string.C:
19745: ^string.normalize [old name: optimize
1.95 moko 19746:
19747: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19748: library configured
19749:
19750: * src/main/pa_request.C: configure_admin forced if no @conf
19751:
1.211 moko 19752: * operators.ru.txt, operators.txt, src/classes/math.C,
19753: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19754: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19755:
19756: 2002-06-24 paf
19757:
19758: * INSTALL: --with-static/shared-mailreceive described
19759:
19760: * src/include/pa_config_fixed.h: ssize_t fixed
19761:
1.116 moko 19762: * configure, configure.in, src/include/pa_config_auto.h.in,
19763: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19764: src/types/pa_vmail.C: $mail:received makes update
19765:
19766: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19767: WITH_MAILRECEIVE
19768:
19769: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19770:
19771: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19772: option, for $mail:receive
19773:
19774: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19775: introducting $message:received ^mail:send rewritten with backward
19776: comp
19777:
19778: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19779: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19780: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19781: now
19782:
1.211 moko 19783: * operators.ru.txt, operators.txt, src/classes/mail.C,
19784: src/include/Makefile.am, src/include/pa_charset.h,
19785: src/include/pa_config_fixed.h, src/include/pa_request.h,
19786: src/include/pa_string.h, src/include/pa_uue.h,
19787: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19788: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19789: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19790: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19791: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19792: uue to separate file introducting $message:received ^mail:send
19793: rewritten with backward comp
19794:
19795: 2002-06-21 paf
19796:
1.116 moko 19797: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19798: co changes
1.95 moko 19799:
1.116 moko 19800: * configure, configure.in, src/lib/md5/Makefile.am,
19801: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19802: restructure .in and .am files appropriate changes
1.95 moko 19803:
19804: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19805: pcre to libs/ added libs/md5 which is linked to non-apache
19806: targets ^math:crypt[password;$apr1$salt]
19807:
1.211 moko 19808: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19809: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19810: src/classes/classes.dsp, src/classes/math.C,
19811: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19812: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19813: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19814: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19815: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19816: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19817: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19818: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19819: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19820: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19821: src/lib/pcre/pcre_parser_ctype.dsp,
19822: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19823: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19824: src/main/compile.tab.C, src/main/main.dsp,
19825: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19826: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19827: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19828: to libs/ added libs/md5 which is linked to non-apache targets
19829: ^math:crypt[password;$apr1$salt]
19830:
19831: 2002-06-20 paf
19832:
1.211 moko 19833: * INSTALL, configure, configure.in, operators.ru.txt,
19834: operators.txt, src/classes/file.C, src/classes/op.C,
19835: src/doc/doxygen.cfg, src/include/pa_globals.h,
19836: src/include/pa_request.h, src/main/execute.C,
19837: src/main/pa_request.C, src/targets/cgi/parser3.C,
19838: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19839: marged latest HEAD updates, mainly file:justname&co &
19840: @auto/conf[filespec
1.95 moko 19841:
1.211 moko 19842: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19843: !^file:dirname[/a/some.tar.gz]=/a
19844: !^file:dirname[/a/b/]=/a
19845: !^file:basename[/a/some.tar.gz]=some.tar.gz
19846: !^file:justname[/a/some.tar.gz]=some.tar
19847: !^file:justext[/a/some.tar.gz]=gz
19848:
19849: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19850: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19851: @conf/auto[filespec]
19852:
1.116 moko 19853: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19854:
1.211 moko 19855: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19856: src/doc/doxygen.cfg, src/include/pa_globals.h,
19857: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19858: parser3.conf renamed to auto.p
1.95 moko 19859:
19860: 2002-06-18 paf
19861:
19862: * configure, configure.in, src/include/pa_version.h: version to
19863: configure.in
19864:
19865: * INSTALL: reflected .conf.dist dir change
19866:
1.150 moko 19867: * Makefile.am, configure, configure.in,
1.116 moko 19868: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19869: .in & *.am updated
19870:
19871: * src/classes/file.C: strncasecmp
19872:
19873: * src/classes/file.C: strcasecmp
19874:
1.150 moko 19875: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19876:
19877: * src/classes/file.C: ^file::exec[script;$.bad error case
19878: insensitive check now
19879:
19880: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19881:
19882: * configure, configure.in, src/include/pa_pool.h,
19883: src/include/pa_types.h: pack configure.in detection simplified.
19884: figured out that gcc on sparc not that stupid as thought
19885: previously: on sparc: when it sees packed class it modifies it's
19886: field-access-code to byte operations [stb, ldub] instead of 4byte
19887: operations [st, lduh] so packed must be all parts of packed
19888: class, i.e. it's parents&fields(classes). for now it's only
19889: String that packed and what was wrong is that it's parent -
19890: Pooled, were not packed. fixed that.
19891:
19892: 2002-06-14 paf
19893:
1.211 moko 19894: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 19895:
1.211 moko 19896: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 19897: attribute_node.name/value xnode pi.node.data
19898:
19899: 2002-06-12 paf
19900:
1.116 moko 19901: * configure, configure.in, src/targets/cgi/Makefile.am,
19902: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19903:
1.211 moko 19904: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19905: etc/Makefile.am, src/include/pa_globals.h,
19906: src/include/pa_request.h, src/main/compile.tab.C,
19907: src/main/pa_globals.C, src/main/pa_request.C,
19908: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19909: parser3.conf now one and only
1.95 moko 19910:
19911: * src/classes/mail.C: sendmail -ti [default now]
19912:
19913: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19914: to be strings. for convinient #ing
19915:
19916: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19917: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19918:
19919: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19920: main/pa_globals.C, main/pa_request.C: @conf
19921:
19922: 2002-06-11 paf
19923:
19924: * src/classes/file.C: check simplified
19925:
19926: * src/: classes/file.C, targets/cgi/parser3.dsp,
19927: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19928: valid prefix
19929:
19930: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19931: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19932: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19933:
19934: 2002-06-10 paf
19935:
1.211 moko 19936: * operators.ru.txt, operators.txt, src/classes/op.C,
19937: src/include/pa_common.h, src/main/pa_common.C: lock failures
19938: reported now
1.95 moko 19939:
19940: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19941: string->double @ compile time were not-enough-checking...
19942:
19943: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19944: autoconvert now ignored
19945:
19946: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19947: check
19948:
19949: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19950: $response:body content-type:name
19951:
19952: * configure, configure.in: hpux check, nsl link, no socket
19953:
1.211 moko 19954: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 19955:
19956: * configure, configure.in: pack even address access on sparc&co
19957: arch checked in configure
19958:
19959: * configure, src/include/pa_version.h: makes
19960:
19961: * configure, configure.in, src/include/pa_version.h: makes
19962:
19963: * src/main/untaint.C: (bug#2) mail subject got always prepended
19964: with charset even when all letters were 7bit one
19965:
19966: * src/main/pa_common.C: merged fixed -d (bug)
19967:
19968: * src/main/pa_common.C: fixed -d (bug)
19969:
19970: 2002-06-03 paf
19971:
1.211 moko 19972: * ChangeLog, operators.ru.txt, operators.txt,
19973: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
19974: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 19975: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19976: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19977: .dsp-s along with reorganized cvs modules dirs structure
19978:
19979: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19980: main/pa_globals.C, targets/cgi/parser3.dsp,
19981: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19982: modules
19983:
19984: 2002-05-28 paf
19985:
19986: * src/targets/cgi/parser3.C: info.uri now ""
19987:
19988: 2002-05-17 paf
19989:
19990: * src/classes/: table.C: ^table.save << checked empty
19991: pre/match/post columns
19992:
19993: 2002-05-16 paf
19994:
19995: * src/classes/image.C: image::measure can png now
19996:
19997: 2002-05-15 paf
19998:
1.211 moko 19999: * operators.ru.txt, operators.txt, src/classes/date.C:
20000: ^date::create[%H:%M[:%S]] added
1.95 moko 20001:
20002: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20003:
1.211 moko 20004: * operators.ru.txt, operators.txt, src/classes/date.C:
20005: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20006:
20007: 2002-05-14 paf
20008:
20009: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20010:
20011: 2002-05-07 paf
20012:
20013: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20014: src/include/pa_globals.h, src/include/pa_request.h,
20015: src/include/pa_table.h, src/main/compile.tab.C,
20016: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20017: src/main/pa_request.C, src/main/pa_table.C,
20018: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20019: src/targets/isapi/parser3isapi.dsp,
20020: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20021: name2number field now &. main_method_name now on Request pool
20022: rather on global_pool [Junction+VJunction created on same pool as
20023: name = were created on global pool, causing mem leaks]
20024:
20025: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20026: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20027: main/compile.y, main/main.dsp, main/pa_globals.C,
20028: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20029: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20030: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20031: field now &. main_method_name now on Request pool rather on
20032: global_pool [Junction+VJunction created on same pool as name =
20033: were created on global pool, causing mem leaks]
20034:
20035: 2002-05-06 paf
20036:
20037: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20038: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20039: 100*40 bytes per request memory leak [nonpool malloc in globals]
20040:
20041: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20042: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20043: 100*40 bytes per request memory leak [nonpool malloc in globals]
20044:
20045: 2002-04-30 paf
20046:
20047: * configure, src/include/pa_version.h: version now not b
20048:
20049: * src/targets/cgi/parser3.C: request.uri now never 0
20050:
20051: 2002-04-29 paf
20052:
20053: * configure.in: removed b
20054:
20055: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20056: Exception::comment/type checked in (), no there's no empty
20057: type/comment by default
20058:
20059: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20060: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20061: src/doc/value.dox, src/include/pa_exception.h,
20062: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20063: 0001
20064:
20065: 2002-04-26 paf
20066:
20067: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20068: size reduced
20069:
20070: 2002-04-25 paf
20071:
20072: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20073: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20074: now that took into account
20075:
1.211 moko 20076: * operators.ru.txt, operators.txt, src/classes/date.C:
20077: ^date::create[2002-12-33 01:03:04]
1.95 moko 20078:
1.211 moko 20079: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20080: ^date::create[2002-12-33 01:03:04]
20081:
20082: * ChangeLog: updated changelog
20083:
20084: * src/classes/table.C: removed restriction on column count to
20085: ^table.hash to work, now must be >0 [were >1]
20086:
20087: 2002-04-24 paf
20088:
20089: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20090: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20091: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20092: targets
20093:
20094: 2002-04-23 paf
20095:
1.211 moko 20096: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20097: int/double/string:sql{}[$.default{code}] fixed [were barking:
20098: "junction used outside of context"]
20099:
20100: 2002-04-22 paf
20101:
20102: * types.txt, src/classes/string.C, src/include/pa_string.h,
20103: src/main/pa_string.C, src/types/pa_vstring.C,
20104: src/types/pa_vstring.h: ^string.optimize[]
20105:
20106: * src/: include/pa_globals.h, include/pa_table.h,
20107: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20108: table template
20109:
20110: * src/classes/: string.C: optimize removed from string
20111: .left/right/pos
20112:
20113: * src/main/execute.C: rolled back to
20114: before_killing_userjunction_contexts
20115:
20116: * src/main/execute.C: user junctions context killed
20117:
20118: * src/main/execute.C: junctions to local contexts got
20119: cleanized&checked later
20120:
20121: 2002-04-19 paf
20122:
20123: * src/: classes/string.C, include/pa_request.h,
20124: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20125: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20126: prior to .left .right .mid .pos .match when that is profitable,
20127: and always before .replace when $ORIGINS(1) optimization disabled
20128: economy from not wasting mem on lots of strings which occur by
20129: lots of String:mid calls to get parts of source string between
20130: found_occurances
20131:
20132: * src/classes/file.C: ovector now local economy: 16 bytes per
20133: ^file:list
20134:
20135: * src/: include/pa_globals.h, include/pa_table.h,
20136: main/pa_globals.C, main/pa_string.C: String::match table columns
20137: globalized, not created @ each ^match anymore economy:
20138: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20139:
20140: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20141: removed from each String::match replace iteration, and made
20142: stacked sizeof(VTable)=12bytes economy on each replace code
20143:
20144: * src/doc/footer.htm: 2001,
20145:
20146: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20147: string.match[]['] option enables generation of $match.prematch
20148: .match .postmatch columns
20149:
20150: * src/main/pa_string.C: String::match options analized without
20151: cstr-ing them now
20152:
20153: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20154: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20155: config updated to doxygen 1.2.15, created helper which fixes
20156: minor bugs in chm project files & htm tree. changed extension to
20157: .htm
20158:
20159: 2002-04-18 paf
20160:
20161: * src/doc/doxygen.cfg: .chi generation disabled
20162:
20163: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20164: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20165: fields&methods
20166:
20167: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20168: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20169: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20170: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20171: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20172: types/pa_vresponse.h, types/pa_vstateless_class.h,
20173: types/pa_vstateless_object.h, types/pa_vstatus.h,
20174: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20175: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20176: VStateless_class to VObject
20177:
20178: * src/: main/pa_request.C, types/pa_valiased.h,
20179: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20180: types/pa_vstring.h: VStateless_string_object speicalized light
20181: version of VStateless_object
20182:
20183: * src/classes/op.C: ^throw comment param made optional
20184:
20185: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20186: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20187: and implemented down in VClass, fclass_alias removed,
20188:
20189: * src/types/pa_value.C: forced to cut that from .h because of
20190: VStateless_class usage [undefined in .h]
20191:
20192: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20193: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20194: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20195: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20196: on each CALL]
20197:
20198: * src/: classes/classes.h, classes/date.C, classes/double.C,
20199: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20200: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20201: classes/response.C, classes/string.C, classes/table.C,
20202: classes/void.C, classes/xnode.C, include/pa_globals.h,
20203: include/pa_request.h, main/execute.C, main/pa_globals.C,
20204: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20205: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20206: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20207: types/pa_vstateless_class.h, types/pa_wcontext.C,
20208: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20209: removed Value::fname
20210:
20211: 2002-04-17 paf
20212:
20213: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20214: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20215: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20216: include/pa_pool.h, include/pa_types.h: dox updated to current
20217: state, PTHROW freshen to throw & co
20218:
20219: * src/types/pa_vhash.h: vstring wrong parent fixed
20220:
20221: * src/classes/op.C: taint local result var bug fixed
20222:
20223: 2002-04-16 paf
20224:
20225: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20226: Attic asm.txt as most interesting
20227:
20228: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20229: check, preventing content-length: 0 from appearing
20230:
20231: * src/main/execute.C: $result in @main now taken into account as in
20232: usual functions
20233:
20234: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20235: & @unhandled_exception now taken into account as in usual
20236: functions
20237:
20238: * src/doc/postbuild.txt: instructions on post .html build
20239:
20240: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20241:
20242: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20243: tainted
20244:
20245: * src/main/pa_request.C: uri in error log
20246:
20247: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20248: cheched date:create(days) param for validity [later were assumed
20249: valid and crashed on invalid onces]
20250:
20251: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20252: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20253: and used that for removing VString wrapper
20254:
20255: * src/classes/op.C: exception2vhash file now tainted
20256:
20257: * src/classes/op.C: _process pseudo origin copied from local var to
20258: heap
20259:
20260: * src/classes/op.C: extra check on empty file in origin in _execute
20261:
20262: 2002-04-15 paf
20263:
20264: * src/: main/execute.C, types/pa_value.h: fixed name update
20265:
20266: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20267: functions
20268:
20269: * src/: classes/file.C, classes/hash.C, classes/op.C,
20270: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20271: started dual write_xxx_lang functions, if checked & works
20272:
20273: * src/: classes/date.C, classes/file.C, classes/mail.C,
20274: classes/string.C, classes/xnode.C, include/pa_request.h,
20275: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20276: unnecessary VString shells
20277:
20278: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20279: prev changes]
20280:
20281: * src/: classes/image.C, classes/op.C, classes/string.C,
20282: classes/table.C, include/pa_request.h, main/execute.C,
20283: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20284: StringOrValue wcontext result, now ready for dual writes
20285:
20286: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20287: checked that
20288:
20289: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20290: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20291: changed to OP_WRITE_VALUE in var get cases
20292:
20293: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20294: include/pa_request.h, main/compile.tab.C, main/compile.y,
20295: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20296: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20297: switch in hash constructor fixed [were problems with using of
20298: stacked wwrapper after it's death]
20299:
20300: 2002-04-12 paf
20301:
1.211 moko 20302: * operators.ru.txt, operators.txt, src/classes/table.C:
20303: table.select(expression) 0
1.95 moko 20304:
20305: 2002-04-11 paf
20306:
20307: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20308: Request::process_internal codeFrame & wwrapper stacked [not
20309: wasting heap anymore]
20310:
20311: 2002-04-10 paf
20312:
20313: * src/: classes/double.C, classes/file.C, classes/hash.C,
20314: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20315: classes/string.C, classes/table.C, classes/void.C,
20316: classes/xdoc.C, include/pa_request.h, main/execute.C,
20317: main/pa_string.C: killed Request::process() wrapping
20318: VString(String) in case we need only String
20319:
20320: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20321: killed 8 bytes from String.head
20322:
20323: 2002-04-09 paf
20324:
20325: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20326: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20327: local*/char b[...]; a=b; situations
20328:
1.211 moko 20329: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20330: made literal
1.95 moko 20331:
20332: * src/classes/xdoc.C: xslt params fixed
20333:
20334: * src/: main/pa_common.C, targets/cgi/parser3.C,
20335: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20336: not pool.malloc(MAX_NUMBER) but really neaded
20337:
1.211 moko 20338: * operators.ru.txt, operators.txt, src/classes/double.C,
20339: src/classes/int.C: int/double.int/double(default)
1.95 moko 20340:
20341: 2002-04-04 paf
20342:
20343: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20344: [when reconstructing pieces were split by
20345: max_integral(piece.size), thus some strings to replace happen to
20346: be split into two = not replaced)
20347:
20348: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20349: standalone version = current dir
20350:
20351: * src/targets/cgi/parser3.C: document root in standalone version =
20352: current dir
20353:
20354: 2002-04-03 paf
20355:
20356: * configure, configure.in: more checks on nonexistent charset
20357:
1.116 moko 20358: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20359:
20360: 2002-04-02 paf
20361:
20362: * src/main/compile.C: parser.compile [exception name more like in
20363: doc]
20364:
20365: 2002-04-01 paf
20366:
20367: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20368: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20369: .content-type.charset, not .charset
20370:
20371: 2002-03-29 paf
20372:
20373: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20374:
1.211 moko 20375: * operators.ru.txt, operators.txt, src/classes/date.C:
20376: ^date::create now may not supply day, default 1. checked 29.03
20377: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20378:
20379: 2002-03-28 paf
20380:
1.211 moko 20381: * operators.ru.txt, operators.txt, src/classes/date.C,
20382: src/classes/op.C, src/include/pa_globals.h,
20383: src/include/pa_hash.h, src/main/pa_globals.C,
20384: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20385: ^cache[date] }
1.95 moko 20386:
20387: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20388: param
20389:
20390: 2002-03-27 paf
20391:
1.211 moko 20392: * operators.ru.txt, operators.txt, src/classes/date.C,
20393: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20394: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20395: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20396: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20397: src/classes/xdoc.C, src/classes/xnode.C,
20398: src/include/pa_exception.h, src/include/pa_request.h,
20399: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20400: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20401: src/main/pa_array.C, src/main/pa_charset.C,
20402: src/main/pa_charsets.C, src/main/pa_common.C,
20403: src/main/pa_dictionary.C, src/main/pa_exception.C,
20404: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20405: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20406: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20407: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20408: src/types/pa_value.h, src/types/pa_vcookie.C,
20409: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20410: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20411: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20412: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20413: src/types/pa_wwrapper.h: assigned exception types
20414:
1.211 moko 20415: * operators.ru.txt, operators.txt, src/classes/op.C,
20416: src/include/pa_config_fixed.h, src/include/pa_request.h,
20417: src/main/execute.C, src/main/pa_request.C: decided agains
20418: resetting exception_trace, just changed name
1.95 moko 20419:
20420: 2002-03-26 paf
20421:
20422: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20423: fixed
20424:
20425: * src/classes/op.C: forced language of $source field of exception
20426: to 'tainted', so that sql-langed-frags could be outputed outside
20427: of connect
20428:
1.211 moko 20429: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20430: offset
1.95 moko 20431:
20432: * src/classes/date.C: removed date.roll limit of +-1 offset
20433:
1.211 moko 20434: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20435: roll on daylightsaving days mktime took into account tm_isdst
20436: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20437:
20438: 2002-03-25 paf
20439:
1.211 moko 20440: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20441: http_site_config_filespec
20442:
20443: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20444: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20445: with any/both --disable-foreign-group-files --disable-execs
20446:
20447: * INSTALL: "--with=sendmail=COMMAND" comment
20448:
20449: * INSTALL, configure, configure.in, src/classes/mail.C,
20450: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20451: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20452: disables execs also. introducing --sendmail
1.95 moko 20453:
1.211 moko 20454: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20455:
20456: * INSTALL: comment on --disable-link-stdcpp
20457:
1.116 moko 20458: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20459: libstdc++ link skipping configure option
1.95 moko 20460:
20461: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20462: with error were put to cache with 'marked_to_rollback' flag, all
20463: consequent even OK requests rolled back
20464:
20465: 2002-03-22 paf
20466:
20467: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20468: false return
20469:
1.211 moko 20470: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20471:
20472: 2002-03-18 paf
20473:
1.211 moko 20474: * operators.ru.txt, operators.txt, src/classes/op.C,
20475: src/include/pa_exception.h, src/include/pa_globals.h,
20476: src/include/pa_request.h, src/include/pa_stack.h,
20477: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20478:
20479: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20480: types/pa_vdouble.h: removed some tested @tests
20481:
20482: 2002-03-15 paf
20483:
1.211 moko 20484: * operators.ru.txt, operators.txt, src/classes/table.C:
20485: ^table.locate(logical expr)
1.95 moko 20486:
20487: 2002-03-13 paf
20488:
20489: * src/main/pa_exception.C: checked not-pooled malloc
20490:
20491: 2002-03-11 paf
20492:
20493: * INSTALL, configure, configure.in,
20494: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20495:
20496: * src/main/pa_common.C: --disable-foreign-group-files
20497:
20498: * INSTALL: --disable-execs
20499:
20500: * src/main/pa_exec.C: --disable-execs
20501:
20502: * configure, configure.in, src/include/pa_config_auto.h.in:
20503: --disable-execs
20504:
20505: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20506:
20507: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20508: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20509:
20510: 2002-03-05 paf
20511:
1.211 moko 20512: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20513: calendar columns named
1.95 moko 20514:
1.211 moko 20515: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20516: calendar columns named
1.95 moko 20517:
20518: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20519: requires headers to be terminated with \r\n manually [refuses to
20520: separate header/body itself]
20521:
20522: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20523: targets/isapi/parser3isapi.C: isapi site config beside .dll
20524:
20525: 2002-03-04 paf
20526:
20527: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20528: in PASS language
20529:
20530: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20531: deserialize checks on broken file
20532:
20533: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20534: parser3isapi.dsp: isapi updated
20535:
20536: 2002-03-01 paf
20537:
20538: * src/main/pa_exec.C: execle -> execve, now argc OK
20539:
20540: 2002-02-28 paf
20541:
20542: * src/main/untaint.C: removed some debug comments
20543:
20544: * src/main/pa_charsets.C: when placing charset to cache using
20545: global name now [were request]
20546:
20547: * configure, configure.in: apache module updated
20548:
20549: * src/main/pa_string.C: origin by first piece preferred before last
20550: piece
20551:
20552: 2002-02-27 paf
20553:
20554: * src/main/pa_charset.C: size_t
20555:
20556: * INSTALL: shared/static-xml with-pathlink
20557:
1.211 moko 20558: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20559:
20560: 2002-02-26 paf
20561:
20562: * src/main/pa_exec.C: more precise names for vars, cosmetic
20563:
20564: * src/classes/xnode.C: in some situation, xpath query returned
20565: result with type NODESET, but empty nodeset member field, checked
20566: that
20567:
20568: 2002-02-22 paf
20569:
20570: * INSTALL: without-zlib comment
20571:
20572: * etc/parser3.charsets/windows-1251.cfg: °
20573:
20574: * configure, configure.in: glib###.a detection fixed
20575:
20576: * INSTALL: hashfile removed from INSTALL
20577:
1.116 moko 20578: * Makefile.am: make update
1.95 moko 20579:
20580: * src/main/pa_string.C: string iterators fixed again, so were
20581: String::join_chain
20582:
20583: * src/main/pa_string.C: string iterators fixed again, so were
20584: String::join_chain
20585:
20586: * src/: include/pa_string.h, main/pa_string.C: string iterators
20587: fixed again, so were String::join_chain
20588:
20589: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20590:
1.211 moko 20591: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20592: "expires=0" = "session"
1.95 moko 20593:
1.116 moko 20594: * configure, configure.in, src/include/pa_config_auto.h.in:
20595: --with-shared-xml --with-static-xml
1.95 moko 20596:
20597: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20598: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20599: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20600: xalan&xml
20601:
20602: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20603:
1.211 moko 20604: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20605: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20606: from sources for now
1.95 moko 20607:
1.116 moko 20608: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20609: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20610: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20611: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20612: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20613: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20614: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20615: src/types/Makefile.am, src/types/pa_vhashfile.C,
20616: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20617:
20618: 2002-02-21 paf
20619:
20620: * src/main/untaint.C: removed debug code, activated commented-for
20621: debug parts
20622:
1.116 moko 20623: * Makefile.am: make cvsupdate
1.95 moko 20624:
20625: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20626: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20627: append_row, not at link zero now string to string appending works
20628:
20629: 2002-02-20 paf
20630:
20631: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20632: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20633: DEBUG_STRING_APPENDS_VS_EXPANDS
20634:
20635: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20636: economy: 22%
20637:
20638: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20639: space uptimized: string::link_row removed
20640:
20641: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20642: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20643: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20644: types/pa_vstring.h: speed uptimized: string::is_empty
20645:
1.211 moko 20646: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20647: src/include/pa_config_fixed.h, src/include/pa_string.h,
20648: src/include/pa_types.h, src/main/compile.tab.C,
20649: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20650: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20651: string append optimiziation idea and estimates
20652:
20653: 2002-02-19 paf
20654:
20655: * src/classes/math.C: not used directly [but erroreously reported
20656: that 'is', thus registering twice&other probs]
20657:
20658: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20659: to node [element]
20660:
20661: * src/main/compile.C: without string_origins parse error
20662: file+line+col possible
20663:
20664: * src/main/: compile.C: without string_origins not worked
20665:
20666: 2002-02-18 paf
20667:
20668: * src/types/pa_vdouble.h: since we have in_expression removed that
20669: trick i've installed into double::as_string
20670:
20671: * src/main/pa_globals.C: extern "C" was removed too fast
20672:
20673: * src/: include/pa_opcode.h, include/pa_request.h,
20674: main/compile.tab.C, main/compile.y, main/execute.C,
20675: types/pa_wcontext.h: in_expression aimed to solve old problem
20676: with string/nonstring values, now in expressions double/int
20677: values are passed as-is, without stupid tostring/fromstring
20678: conversions
20679:
20680: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20681: __cplusplus } #endif
20682:
20683: * src/main/compile.tab.C: bison env set so one could compile
20684: without cygwin installed
20685:
20686: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20687: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20688: gnome xml libs parser .dsp-s changed accordingly
20689:
1.211 moko 20690: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20691: PARSER_ROOT_CONFIG
1.95 moko 20692:
1.211 moko 20693: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20694: [were date::set, with backward comp
1.95 moko 20695:
20696: * src/classes/math.C: math:random range check fixed
20697:
20698: * src/main/: compile.tab.C, compile.y: integer division stops name
20699:
20700: * INSTALL: local install comment
20701:
1.116 moko 20702: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20703:
1.116 moko 20704: * acinclude.m4, aclocal.m4, configure, configure.in,
20705: src/include/pa_config_auto.h.in,
20706: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20707: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20708:
1.211 moko 20709: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20710:
20711: 2002-02-13 paf
20712:
20713: * src/include/pa_config_includes.h: sys/time time both included
20714: now. vaguely remember confilicts on this on some system [not on
20715: six|ablv] so when would see them again would think up proper
20716: check
20717:
1.116 moko 20718: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20719: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20720:
20721: * src/main/pa_common.C: truncation never occured when writing files
20722: on unix [since i've changed cache mech] fix
20723:
20724: * src/main/pa_common.C: strnchr: sanity check added
20725:
20726: * etc/parser3.charsets/windows-1257.cfg: id added
20727:
20728: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20729: baltic charset file generated, in generation script ispunct check
20730: added
20731:
20732: 2002-02-08 paf
20733:
1.116 moko 20734: * src/: include/Makefile.am, sql/Makefile.am,
20735: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20736:
20737: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20738: forgotten
20739:
20740: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20741:
20742: * INSTALL, README: install&others updated
20743:
20744: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20745:
1.116 moko 20746: * Makefile.am, configure, configure.in,
20747: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20748: src/classes/Makefile.am, src/main/Makefile.am,
20749: src/main/pa_status_provider.C, src/targets/Makefile.am,
20750: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20751: works
1.95 moko 20752:
20753: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20754: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20755: classes/hashfile.C, classes/int.C, classes/mail.C,
20756: classes/math.C, classes/op.C, classes/response.C,
20757: classes/string.C, classes/table.C, classes/void.C,
20758: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20759: include/pa_array.h, include/pa_cache_managers.h,
20760: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20761: include/pa_config_fixed.h, include/pa_config_includes.h,
20762: include/pa_db_connection.h, include/pa_db_manager.h,
20763: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20764: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20765: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20766: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20767: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20768: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20769: include/pa_stack.h, include/pa_string.h,
20770: include/pa_stylesheet_connection.h,
20771: include/pa_stylesheet_manager.h, include/pa_table.h,
20772: include/pa_threads.h, include/pa_types.h, main/compile.C,
20773: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20774: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20775: main/pa_db_connection.C, main/pa_db_manager.C,
20776: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20777: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20778: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20779: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20780: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20781: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20782: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20783: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20784: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20785: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20786: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20787: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20788: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20789: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20790: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20791: types/pa_vmethod_frame.h, types/pa_vobject.h,
20792: types/pa_vrequest.h, types/pa_vresponse.h,
20793: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20794: types/pa_vstateless_object.h, types/pa_vstatus.C,
20795: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20796: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20797: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20798: classes/image.C, main/pa_common.C, main/pa_exec.C,
20799: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20800: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20801: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20802: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20803: types/pa_vxnode.C, main/pa_charset.C: name spelling
20804:
20805: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20806: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20807: classes/hashfile.C, classes/image.C, classes/int.C,
20808: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20809: classes/string.C, classes/table.C, classes/void.C,
20810: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20811: include/pa_array.h, include/pa_cache_managers.h,
20812: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20813: include/pa_config_fixed.h, include/pa_config_includes.h,
20814: include/pa_db_connection.h, include/pa_db_manager.h,
20815: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20816: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20817: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20818: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20819: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20820: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20821: include/pa_stack.h, include/pa_string.h,
20822: include/pa_stylesheet_connection.h,
20823: include/pa_stylesheet_manager.h, include/pa_table.h,
20824: include/pa_threads.h, include/pa_types.h, main/compile.C,
20825: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20826: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20827: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20828: main/pa_db_connection.C, main/pa_db_manager.C,
20829: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20830: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20831: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20832: main/pa_socks.C, main/pa_sql_driver_manager.C,
20833: main/pa_status_provider.C, main/pa_string.C,
20834: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20835: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20836: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20837: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20838: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20839: targets/isapi/pool_storage.h, types/pa_valiased.C,
20840: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20841: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20842: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20843: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20844: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20845: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20846: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20847: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20848: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20849: types/pa_vresponse.h, types/pa_vstateless_class.C,
20850: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20851: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20852: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20853: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20854: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20855: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20856:
20857: 2002-02-07 paf
20858:
20859: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20860:
1.116 moko 20861: * configure, configure.in, src/include/pa_config_auto.h.in,
20862: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20863: added yet another locking function: fcntl
1.95 moko 20864:
20865: * config.sub: on cygwin configure passes it with strange i1586
20866: const, hacked it to mean i586
20867:
20868: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20869: disabled $if reference due to conflicts with local variables
20870:
1.211 moko 20871: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20872: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20873: xdoc::create, with both sences
20874:
20875: * operators.ru.txt, operators.txt, src/classes/table.C,
20876: src/include/pa_array.h, src/include/pa_table.h,
20877: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20878: 'set' name obsolete now table clone.
1.95 moko 20879:
1.211 moko 20880: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20881: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20882: ^int/double/string.format now can be called with normal []
20883: brackets, not stupid {} as it were implemented for some strange
20884: reason. retaining backward compatibility due to some
20885: already-implemented servers
20886:
20887: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20888: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20889: operators now detected by check at name_without_curly_rdive_read
20890: rule whether diving code constists only of
20891: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20892: with OP_GET_ELEMENT_OR_OPERATOR to form
20893: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20894:
20895: 2002-02-06 paf
20896:
20897: * configure, configure.in: prefix expanded, grr
20898:
1.211 moko 20899: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
20900: config changed
1.95 moko 20901:
20902: 2002-02-05 paf
20903:
1.211 moko 20904: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 20905:
20906: * src/main/: pa_exec.C: argv0 now correct
20907:
20908: * src/types/pa_vstatus.C: status:rusage 3
20909:
20910: * src/types/pa_vstatus.C: status:rusage 2
20911:
1.211 moko 20912: * operators.ru.txt, operators.txt: status:rusage described int
20913: operators
1.95 moko 20914:
20915: * src/types/pa_vstatus.C: status:rusage 1
20916:
20917: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20918: src/types/types.dsp: status:rusage
20919:
1.211 moko 20920: * configure.in, operators.ru.txt, operators.txt,
20921: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 20922: src/include/pa_config_includes.h, src/main/compile.tab.C,
20923: src/main/pa_common.C: rewritten ^cache to use
20924: non-blocking-exclusive-caches
20925:
20926: * src/main/pa_common.C: text file read mode on win32 adjusted
20927: [speed impact. was off for debugging purpose, but forgotten
20928: afterwards]
20929:
20930: 2002-02-01 paf
20931:
20932: * src/classes/op.C: file_write does EX lock after create, while
20933: file_read does SH after open, so there's a moment after create
20934: but before EX lock when read can sneak into, and read
20935: just-created-for-writing-and-not-yet-locked file, added a check
20936: for that in ^cache...read
20937:
20938: 2002-01-31 paf
20939:
20940: * src/main/: compile.y, compile.tab.C: disabled operator call after
20941: ^xxx:
20942:
20943: * src/main/: compile.tab.C, execute.C: made operators lookup first
20944: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20945:
20946: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20947: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20948: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20949: operators check 6.1 rewritten. now check is done at compile time
20950:
20951: * src/main/execute.C: operators check 5 floated up old error of
20952: staying in 'entered class/object' state after $a($a..) it
20953: prevented operators from being called thereafter
20954:
20955: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20956: main/execute.C: operators check 4 floated up old error of staying
20957: in 'entered object' state after ^a.a(a) it prevented operators
20958: from being called thereafter
20959:
20960: * src/main/execute.C: operators check 3 floated up old error of
20961: staying in 'entered class' state after $a:a(a) it prevented
20962: operators from being called thereafter
20963:
20964: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20965: floated up old error of staying in 'entered class' state after
20966: $a:a[a] it prevented operators from being called thereafter
20967:
20968: * src/main/execute.C: operators check, thay mistakenly seen in
20969: $class:operator $object.operators contexts
20970:
20971: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20972: win32
20973:
1.116 moko 20974: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20975: src/classes/Makefile.am, src/main/Makefile.am,
20976: src/targets/cgi/Makefile.am,
1.95 moko 20977: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20978: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20979:
1.116 moko 20980: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20981: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20982: configure, configure.in, form.txt, ident.awk, install-sh,
20983: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 20984: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
20985: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 20986: etc/parser3.charsets/koi8-r.cfg,
20987: etc/parser3.charsets/windows-1250.cfg,
20988: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20989: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20990: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20991: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20992: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20993: straightened installation scripts procedure made
20994: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20995: change
20996:
20997: 2002-01-30 paf
20998:
20999: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21000: removed] those comments were a mistake, and prevented libltdl
21001: from function properly
21002:
21003: 2002-01-29 paf
21004:
1.116 moko 21005: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21006: creation [modified acinclude.m4 which were creating int into just
21007: assignment LIBTOOL=../libtool] added default system
21008: config&charsetts prepared 'make install', now it installs
21009: targets/cgi/parser3 into bin directory etc/parser3.conf &
21010: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21011: $sysconfdir/parser3.charsets respectively
21012:
21013: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21014: main/pa_globals.C: few forgotten ifdef XML added
21015:
21016: 2002-01-28 paf
21017:
1.116 moko 21018: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21019: removed
21020:
21021: * src/main/pa_exception.C: dom|generic error output fix
21022:
21023: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21024:
21025: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21026:
21027: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21028: [fixed as_node helper func to accept docs]
21029:
21030: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21031: xdoc.importNode 0
21032:
21033: * src/classes/xdoc.C: xdoc::set now untaints OK
21034:
21035: 2002-01-25 paf
21036:
21037: * src/main/: compile.tab.C, compile.y: #comment before @ after
21038: @SPECIAL now works OK
21039:
21040: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21041:
21042: * src/main/pa_exec.C: max arg count now 10, and proper message on
21043: violation that added
21044:
21045: * src/classes/hash.C: unified hash::sql, now
21046: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21047:
21048: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21049: ^file:lock[filename]{code}
21050:
21051: * src/: classes/file.C, classes/op.C, classes/string.C,
21052: classes/table.C, classes/xdoc.C, include/pa_common.h,
21053: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21054: to some pa_common funcs
21055:
21056: * src/: include/pa_charset.h, main/pa_globals.C:
21057: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21058:
21059: * src/: include/pa_charset.h, main/pa_charset.C,
21060: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21061: not stupid illegal define
21062:
21063: 2002-01-24 paf
21064:
21065: * src/include/pa_version.h: changed version number
21066:
21067: * src/: classes/hashfile.C, include/pa_db_table.h,
21068: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21069: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21070: main/pa_db_connection.C, main/pa_db_table.C,
21071: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21072: hashfile without logfiles
21073:
21074: * src/: classes/hashfile.C, include/pa_db_table.h,
21075: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21076: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21077: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21078: DB_INIT_TXN init bits, thus got rid of huge log files, which
21079: cluttered disk without huge need]
21080:
21081: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21082: handy macro, which is strangly abscent in dome lib
21083:
21084: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21085:
21086: * src/classes/xdoc.C: checked empty response
21087:
21088: * src/classes/xnode.C: xdoc.select fixed context node [were always
21089: /, not self node]
21090:
21091: * src/classes/xnode.C: xnode.select returns array always now, in
21092: case 'nothing found' returns empty array
21093:
21094: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21095: be more tender with ctrl/c/v
21096:
21097: 2002-01-23 paf
21098:
21099: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21100: substituted. // 2. when dom tree with entites goes under
21101: transform text nodes // got [erroreosly] cut on first
21102: entity occurance
21103:
21104: * src/types/pa_vdouble.h: double prec. todo: get rid of
21105: twice-converting
21106:
21107: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21108: 'e' in output this is for regretful twice-converting here:
21109: $a(double value) when they write double falue they convert it to
21110: string first, thus %g were losing precesion.
21111:
21112: todo: think up some way to remove double->string string->double
21113: twice-converting
21114:
21115: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21116: %.20E now default float format this is for regretful
21117: twice-converting here: $a(double value) when they write double
21118: falue they convert it to string first, thus %g were losing
21119: precesion.
21120:
21121: todo: think up some way to remove double->string string->double
21122: twice-converting
21123:
21124: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21125: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21126: reasons in comment inside
21127:
21128: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21129: statically linked]
21130:
21131: * src/: include/pa_exception.h, main/compile.tab.C,
21132: main/pa_exception.C: removed exception va_list constructor. 1.
21133: not needed anymore 2. there were a conflict[causing errors]
21134: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21135: never detected an ambiguilty here, compiling ctor(, "hello") into
21136: ctor(, va_list) which, of course, caused gpf
21137:
21138: * src/main/pa_globals.C: removed debug xslt messages
21139:
21140: 2002-01-22 paf
21141:
21142: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21143: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21144: helps compiling stylesheet properly. example: this refused to
21145: work, <b>«<xsl:value-of select="@title"
21146: />»</b> stranly worked only this way:
21147: <b>«<xsl:value-of select="@title" />»</b>
21148:
21149: docs says "set it to 1", never going into details, so I decided
21150: to try NOT to do that
21151:
21152: * src/classes/table.C: join behaived badly in case named tables
21153: structure mismatched: 0 strings sneaked into dest failing
21154: afterwards. replaced them with empty strings
21155:
21156: 2002-01-21 paf
21157:
21158: * src/main/pa_charset.C: checked empty transcoders in
21159: transcode_cstr|buf
21160:
21161: * src/classes/xdoc.C: xdoc::load error source = filespec
21162:
21163: * src/classes/xdoc.C: transform error source now
21164: stylesheet_filespec
21165:
1.116 moko 21166: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21167: include/pa_stylesheet_connection.h, main/pa_charset.C,
21168: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21169: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21170: gnome
1.95 moko 21171:
21172: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21173: include/pa_globals.h, include/pa_stylesheet_connection.h,
21174: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21175: xslt generic error 1
21176:
21177: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21178: xml generic message 1
21179:
21180: * src/classes/table.C: ^table::load empty lines or #comments before
21181: headline
21182:
21183: * src/: include/pa_array.h, include/pa_globals.h,
21184: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21185: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21186: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21187: errors 0
21188:
21189: 2002-01-16 paf
21190:
21191: * src/: classes/hash.C, classes/op.C, classes/string.C,
21192: classes/table.C, classes/void.C, classes/xdoc.C,
21193: include/pa_db_connection.h, include/pa_request.h,
21194: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21195: include/pa_stylesheet_connection.h,
21196: include/pa_stylesheet_manager.h, main/pa_request.C,
21197: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21198: targets/cgi/pool_storage.h: auto closers to sql_connection,
21199: stylesheet_connection auto destroyers to remaining gnome objects
21200:
21201: * src/classes/xdoc.C: few comments
21202:
21203: 2002-01-15 paf
21204:
21205: * src/classes/xdoc.C: xdoc file save string
21206:
21207: ready. todo: error handling
21208:
21209: * src/classes/xdoc.C: xdoc save rewritten using
21210: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21211: result
21212:
21213: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21214: started output options parsing
21215:
21216: 2002-01-14 paf
21217:
21218: * src/classes/xdoc.C: method
21219:
21220: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21221: include/pa_pool.h, include/pa_stylesheet_connection.h,
21222: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21223: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21224: xslt transform0. TODO: use output options handle errors
21225:
21226: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21227:
21228: 2002-01-11 paf
21229:
21230: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21231: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21232: partial logical && || evaluation
21233:
21234: * src/classes/xnode.C: xpath selectNodes
21235:
21236: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21237: string/number/bool
21238:
21239: * src/classes/xnode.C: xpath selectNode 2
21240:
21241: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21242: xpath selectNode 1
21243:
21244: 2002-01-10 paf
21245:
21246: * src/classes/xnode.C: xpath selectNode -100 [just written]
21247:
21248: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21249: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21250: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21251: refcounter]
21252:
21253: 2001-12-29 paf
21254:
21255: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21256: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21257: glib works 0
21258:
21259: 2001-12-28 paf
21260:
21261: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21262: main/pa_exception.C: started glib transcoders
21263:
21264: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21265:
21266: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21267: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21268: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21269: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21270: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21271: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21272: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21273: libs just compiled in. no refcounting no xpath no xslt yet
21274:
21275: 2001-12-27 paf
21276:
21277: * src/: include/pa_charset.h, include/pa_common.h,
21278: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21279: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21280: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21281: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21282: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21283: from xalan&xerces, started the process. globals [initialization
21284: pool [charset update charset [transcodings vxnode vxdoc [DOM
21285: calls
21286:
21287: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21288: anymore
21289:
21290: 2001-12-26 paf
21291:
21292: * src/: include/pa_charset.h, include/pa_charsets.h,
21293: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21294: key globalized [bug]
21295:
21296: 2001-12-25 paf
21297:
21298: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21299: main/pa_string.C: table set & append changed splitting languages,
21300: separators now can be clean AND as-is same to mail command line
21301: $MAIN:MAIL.progX arguments
21302:
21303: 2001-12-24 paf
21304:
21305: * src/classes/mail.C: one parted text messages - no multipart
21306: mime-type anymore. for convinient if $.attach-ments
21307:
21308: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21309: main/pa_string.C: read from cache size check updated
21310:
21311: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21312:
21313: 2001-12-21 paf
21314:
21315: * src/classes/date.C: date:sql-string now returns localtime
21316:
21317: * src/main/pa_request.C: $result in @main actually not working, to
21318: hell with it for now
21319:
21320: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21321: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21322: @postprocess @exception
21323:
21324: * src/main/execute.C: junction evaluation canceled - endless
21325: recursion detected
21326:
21327: 2001-12-19 paf
21328:
21329: * src/main/pa_charset.C: charset->charset transcoding via unicode
21330: intermediate
21331:
21332: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21333:
21334: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21335:
21336: * src/classes/op.C: ^cache keypath now relative
21337:
21338: * src/classes/mail.C: changed weighting prior to sort
21339:
21340: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21341: were missing
21342:
21343: 2001-12-17 paf
21344:
21345: * src/main/pa_charset.C: ifndef XML were bad type
21346:
21347: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21348: outdated unset services_pool
21349:
21350: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21351: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21352: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21353:
21354: * src/main/untaint.C: allowed space in filespec
21355:
21356: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21357:
21358: * src/classes/image.C: no govno
21359:
21360: * src/classes/image.C: govno
21361:
21362: 2001-12-16 paf
21363:
21364: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21365:
21366: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21367: charset_connection&manager replaced by charset&charsets
21368:
21369: * src/main/pa_charset.C: name_cstr 0
21370:
21371: * src/main/untaint.C: uri lang now knows about client/source
21372: charsets
21373:
21374: * src/: classes/file.C, classes/math.C, classes/op.C,
21375: classes/string.C, classes/table.C, classes/xdoc.C,
21376: include/pa_array.h, include/pa_cache_managers.h,
21377: include/pa_charset_connection.h, include/pa_charset_manager.h,
21378: include/pa_common.h, include/pa_db_connection.h,
21379: include/pa_db_manager.h, include/pa_db_table.h,
21380: include/pa_dictionary.h, include/pa_exception.h,
21381: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21382: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21383: include/pa_sapi.h, include/pa_socks.h,
21384: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21385: include/pa_string.h, include/pa_stylesheet_connection.h,
21386: include/pa_stylesheet_manager.h, include/pa_table.h,
21387: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21388: main/pa_charset.C, main/pa_charset_connection.C,
21389: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21390: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21391: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21392: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21393: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21394: types/types.dsp: introducing Charset
21395:
21396: 2001-12-14 paf
21397:
21398: * src/: include/pa_request.h, include/pa_transcoder.h,
21399: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21400: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21401: uri lang
21402:
21403: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21404:
21405: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21406:
21407: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21408: defalts_name global
21409:
21410: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21411: include/pa_request.h, main/main.dsp,
21412: main/pa_charset_connection.C, main/pa_charset_manager.C,
21413: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21414: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21415: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21416: changed charset model. now important: $request:charset
21417: $response:charset while $response:content-type.charset become
21418: unimportant [informational]
21419:
21420: 2001-12-13 paf
21421:
21422: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21423:
21424: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21425: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21426: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21427: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21428: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21429: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21430:
21431: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21432: auto_ptr part other way, because of stupid gcc 2.96
21433: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21434: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21435: FormatterListener] /usr/include/g++-3/memory:48:
21436: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21437: _Tp1 = FormatterListener, _Tp = FormatterListener]
21438:
21439: * src/classes/xdoc.C: removed extra inc
21440:
21441: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21442:
21443: * src/include/pa_types.h: msvc head debugging flag
21444:
21445: * src/classes/xdoc.C: freed up listener
21446:
21447: * src/classes/string.C: change msg '... code is not code'
21448:
21449: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21450: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21451: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21452: [past/future prob]
21453:
21454: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21455: include/pa_config_fixed.h, include/pa_db_manager.h,
21456: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21457: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21458:
21459: * src/: include/pa_config_fixed.h, main/pa_common.C,
21460: main/pa_string.C: removed signed mismatch warnings
21461:
21462: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21463: 'expires' from header outputs
21464:
21465: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21466: row ptr
21467:
21468: * src/classes/file.C: file::cgi bug, request_method were passed to
21469: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21470:
21471: * src/classes/xdoc.C: lang list updated
21472:
21473: 2001-12-10 paf
21474:
21475: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21476:
21477: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21478: erase files like that, knowing their full name introducing //
21479: theoretical problem with, for instance, "_2B" and "." fragments,
21480: // they would yield the same // because
21481: need_file_encode('_')=false // but we need to delete such files
21482: somehow, getting names from ^index
21483:
21484: * src/main/pa_string.C: ^string.replace bug fixed [bad
21485: string::join_chank break]
21486:
21487: 2001-12-07 paf
21488:
21489: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21490: include/pa_common.h, include/pa_config_auto.h.in,
21491: include/pa_config_fixed.h, include/pa_config_includes.h,
21492: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21493: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21494: types/pa_vhashfile.C: merged from r14_simple_cache
21495:
21496: * src/main/pa_string.C: stupid sparc architecture failed to access
21497: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21498: lduh [ %i2 + 1 ], %l0
21499:
21500: bus error, fixed that
21501:
21502: * src/main/pa_string.C: strange string deserialize bug on
21503: client[pmts], a bit shortened,
21504:
21505: * src/include/pa_config_auto.h.in: makes
21506:
21507: * src/: include/pa_common.h, include/pa_config_fixed.h,
21508: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21509: file write shared lock file read
21510:
21511: * src/: classes/op.C, include/pa_common.h,
21512: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21513:
21514: 2001-12-06 paf
21515:
21516: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21517: main/pa_request.C: #ifdef RESOURCES_DEBUG
21518:
21519: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21520: info
21521:
21522: * src/classes/hashfile.C: removed transaction from ^cache
21523:
21524: 2001-12-05 paf
21525:
21526: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21527: IIS5 there were a prob with illegal call check
21528:
21529: 2001-12-04 paf
21530:
21531: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21532: main/pa_request.C: measures to log
21533:
21534: 2001-11-23 paf
21535:
21536: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21537: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21538: types/pa_vhashfile.C: merged from _0014, 1
21539:
21540: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21541: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21542: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21543: ^cache(33) would change
21544:
21545: 0660 bits in file_write & hashfile create
21546:
21547: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21548: after pa_string optimization]
21549:
21550: 2001-11-22 paf
21551:
21552: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21553: table.offset[whence]
21554:
21555: * src/classes/op.C: process cstr(,connection)
21556:
21557: * src/classes/op.C: process now gets its body on current language,
21558: not as-is
21559:
21560: * src/main/untaint.C: ORIGINS mode removed UHTML
21561:
21562: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21563: bit
21564:
1.116 moko 21565: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21566:
21567: 2001-11-21 paf
21568:
21569: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21570: <xsl:output output options made identical to xsl:output
21571: attributes exclusion: cdata-section-elements what xalan can do
21572: but that not used now: it can escape and remove CDATA sections
21573:
21574: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21575: produced by xslt
21576:
21577: * src/targets/cgi/parser3.C: removed debug cgi||1
21578:
21579: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21580:
21581: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21582: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21583: default language for {code}, it happen to change it's language
21584: from CLEAN, so later refused to split by CLEAN \t
21585:
21586: 2001-11-20 paf
21587:
1.116 moko 21588: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21589: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21590: bottom of dependeces, so that errors would popup quicklier, fixed
21591: line numbering in table::sql
21592:
21593: 2001-11-19 paf
21594:
21595: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21596: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21597: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21598: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21599: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21600: at wcontext.write
21601:
1.116 moko 21602: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21603: _set_new_handler
21604:
1.116 moko 21605: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21606: set_new_handler in apache&isapi
1.95 moko 21607:
21608: 2001-11-16 paf
21609:
21610: * src/targets/cgi/parser3.C: pool debug @ die
21611:
21612: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21613: removed 8 bytes from String, 2 bytes from
21614: string::chunk::row::item
21615:
21616: * src/main/pa_string.C: removed 1+4 bytes from String
21617:
21618: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21619: types/pa_vstring.C: removed 1+4 bytes from String
21620:
21621: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21622: 0
21623:
21624: * src/: include/pa_globals.h, include/pa_string.h,
21625: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21626: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21627: targets/cgi/parser3.C: introducing estimating
21628: String::cstr_bufsize, 0
21629:
21630: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21631:
21632: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21633:
21634: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21635: include/pa_pool.h: die in pool::fail
21636:
21637: 2001-11-15 paf
21638:
21639: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21640: main/pa_exception.C, targets/cgi/parser3.C: exception with
21641: dynamic buffer re-back now with counter
21642:
21643: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21644: static buffer back
21645:
21646: * src/targets/cgi/parser3.C: std::
21647:
21648: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21649: include/pa_config_includes.h: setnewhandler check
21650:
1.116 moko 21651: * src/include/pa_config_auto.h.in: makes
1.95 moko 21652:
21653: * src/targets/cgi/parser3.C: set_new_handler started
21654:
21655: 2001-11-14 paf
21656:
21657: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21658: was wrong
21659:
21660: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21661: was wrong
21662:
21663: * src/main/pa_request.C: z
21664:
21665: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21666: full returns win32 -1 solaris >buffer_size
21667:
21668: checked all that
21669:
21670: * src/classes/op.C: ^untaint{body} as-is default now
21671:
21672: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21673: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21674: with no_bad_constructors_try
21675:
21676: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21677: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21678: this: $bred[^string::length[]] $bred[^response::clear[]]
21679: $bred[^int::int[]]
21680:
21681: now VObject creation moved into overriden
21682: VClass::create_new_value, thus 0 from create_new_value means that
21683: class has no ctors
21684:
21685: 2001-11-13 paf
21686:
21687: * src/classes/classes.C: returned accedently removed if in foreach
21688: callbacks [when hash no-0-restructure]
21689:
21690: 2001-11-12 paf
21691:
21692: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21693: passed as-is to method, xalan makes & into & itself
21694:
21695: * src/classes/date.C: date.roll parser2 alg used
21696:
21697: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21698: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21699: main/pa_dictionary.C, main/pa_hash.C,
21700: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21701: now does not containt 0 values. put 0 actullay removes. no check
21702: on 0 value in foreach now required
21703:
21704: 2001-11-11 paf
21705:
21706: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21707:
21708: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21709:
21710: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21711: driver initialize not const
21712:
21713: 2001-11-10 paf
21714:
21715: * src/main/pa_exec.C: doc
21716:
21717: 2001-11-09 paf
21718:
21719: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21720: param properly
21721:
21722: * src/classes/string.C: string.save now does untainting before
21723: saving
21724:
21725: * src/main/pa_common.C: line endings fixing fixed last piece[was
21726: still cstr oriented]
21727:
21728: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21729: line endings fixing got rid of cstr, now must work ok with post
21730: multipart
21731:
21732: * src/types/pa_vform.C: line endings fixed at post / multipart /
21733: not file also now
21734:
21735: 2001-11-08 paf
21736:
21737: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21738: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21739: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21740: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21741: main/pa_stylesheet_manager.C: restructured Cache manager to be
21742: simple parent, not second parent [gcc 2.96 strangly refused to
21743: call virtual from second parent]
21744:
1.116 moko 21745: * src/: include/pa_common.h, main/Makefile.am,
21746: targets/cgi/pa_pool.C: makes
1.95 moko 21747:
21748: * src/: include/pa_request.h, main/pa_request.C,
21749: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21750: 'status' class enabler
21751:
21752: <Location /parser-status.html> ParserStatusAllowed </Location>
21753:
21754: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21755: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21756: include/pa_stylesheet_manager.h, main/main.dsp,
21757: main/pa_cache_managers.C, main/pa_charset_manager.C,
21758: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21759: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21760: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21761: todo: apache 'status' class enabler
21762:
21763: 2001-11-05 paf
21764:
21765: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21766: debug to normal
21767:
21768: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21769: hence i removed skipping 0 values in hash::for_each-es we need to
21770: check cleaned cache items manually. few more checks.
21771:
21772: expiring to 0 time was wrong, changed to 'now' time
21773:
21774: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21775: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21776: on apache already done :)
21777:
21778: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21779: skipping 0 values in hash::for_each-es we need to check cleaned
21780: cache items manually
21781:
21782: * src/main/: pa_db_connection.C, pa_db_table.C:
21783: parser_multithreaded check was wrong
21784:
21785: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21786: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21787: classes/hashfile.C, classes/image.C, classes/int.C,
21788: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21789: classes/string.C, classes/table.C, classes/void.C,
21790: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21791: include/pa_array.h, include/pa_charset_connection.h,
21792: include/pa_charset_manager.h, include/pa_common.h,
21793: include/pa_config_fixed.h, include/pa_config_includes.h,
21794: include/pa_db_connection.h, include/pa_db_manager.h,
21795: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21796: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21797: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21798: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21799: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21800: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21801: include/pa_stack.h, include/pa_string.h,
21802: include/pa_stylesheet_connection.h,
21803: include/pa_stylesheet_manager.h, include/pa_table.h,
21804: include/pa_threads.h, include/pa_types.h, main/compile.C,
21805: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21806: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21807: main/pa_charset_manager.C, main/pa_common.C,
21808: main/pa_db_connection.C, main/pa_db_manager.C,
21809: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21810: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21811: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21812: main/pa_socks.C, main/pa_sql_driver_manager.C,
21813: main/pa_status_provider.C, main/pa_string.C,
21814: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21815: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21816: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21817: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21818: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21819: targets/isapi/pool_storage.h, types/pa_valiased.C,
21820: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21821: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21822: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21823: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21824: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21825: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21826: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21827: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21828: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21829: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21830: types/pa_vstateless_object.h, types/pa_vstatus.h,
21831: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21832: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21833: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21834: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21835: $status:db fixed used not initialized in db_connection & db_table
21836:
21837: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21838: $status:charset
21839:
21840: * src/: classes/xdoc.C, include/pa_db_connection.h,
21841: include/pa_stylesheet_connection.h,
21842: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21843: types/pa_vstatus.h: $status:stylesheet
21844:
21845: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21846: include/pa_request.h, include/pa_sql_connection.h,
21847: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21848: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21849: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21850: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21851: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21852: types/pa_vxnode.C, types/types.dsp: started status parser class
21853:
21854: 2001-11-01 paf
21855:
21856: * src/include/pa_config_auto.h.in: makes
21857:
21858: * src/main/pa_hash.C: removed old extra include
21859:
21860: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21861: checks [for hp, there are such in math.h]
21862:
21863: * src/classes/op.C: ^for endless loop check strightened
21864:
21865: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21866: behavior in native calls. it left unchanged, so ^for ^foreach &
21867: co can use r.root to write their i & key,value there
21868:
21869: * src/classes/op.C: detected for var storage bug, fixed.
21870: todo:foreach
21871:
21872: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21873: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21874: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21875: changing of hash inside of foreach
21876:
21877: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21878: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21879: were hash.foreach
21880:
21881: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21882: types/pa_vstring.C, types/pa_vstring.h:
21883: ^foreach[key|value]{body}[[separator]|{separator}]
21884:
21885: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21886: types/pa_vcookie.C: ^hash.delete[key]
21887:
21888: 2001-10-31 paf
21889:
21890: * src/main/: compile.C, pa_common.C: completely empty file now
21891: considered "read", not ignored [not perfect trick used]
21892:
21893: * src/main/pa_common.C: simplier common ifdefs
21894:
21895: * src/main/pa_common.C: typing bug in common - bad ifdeff
21896:
21897: * src/main/pa_db_connection.C: z
21898:
21899: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21900: lockdetector flags
21901: dbenv.lk_detect=DB_LOCK_RANDOM;
21902:
21903: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21904: from accidental show [imagine user forgot @exception]
21905:
21906: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21907:
21908: * src/: classes/file.C, classes/image.C, classes/mail.C,
21909: classes/string.C, classes/xnode.C, include/pa_common.h,
21910: main/pa_common.C: ^string.save[[append;]path]
21911:
21912: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21913: main/execute.C: \ in expression: int divide 10/3=3
21914:
21915: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21916: inside of ^cache
21917:
21918: * src/: include/pa_threads.h, main/pa_db_connection.C,
21919: main/pa_db_table.C, targets/cgi/pa_threads.C,
21920: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21921: needed
21922:
21923: 2001-10-30 paf
21924:
21925: * src/: classes/classes.dsp, main/main.dsp,
21926: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21927: types/types.dsp: enabled debug incremental compile
21928:
21929: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21930: form post data line endings not reformatted now.
21931:
21932: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21933: now required [had bug when file= has no value]
21934:
21935: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21936: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21937: cstr(asis) default param removed
21938:
21939: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21940:
21941: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21942:
21943: * src/include/pa_dir.h: LOAD_DIR fixed
21944:
21945: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21946: was broken} fix_line_breaks
21947:
21948: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21949: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21950: packed with #pragma pack
21951:
1.116 moko 21952: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21953:
21954: 2001-10-29 paf
21955:
21956: * src/types/pa_wcontext.h: bitfield syntax stricter
21957:
21958: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21959: string hash.puts
21960:
21961: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21962:
21963: * src/include/pa_sql_connection.h: there were one wrong
21964: SQL_CONNECTION_FUNC_GUARDED [failed]
21965:
21966: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21967: param.someday either ifdef or remove it
21968:
21969: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21970:
21971: * src/main/untaint.C: optimizing returned after debugging
21972:
21973: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21974: main/untaint.C: memory hunging #pragma pack(1)
21975:
21976: 16 419 844 13 169 394
21977:
21978: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21979: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21980: places [todo:Array]
21981:
21982: * src/: main/execute.C, targets/cgi/pa_pool.C,
21983: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21984: types/pa_wwrapper.h: debugging memory WContext flags to bits
21985:
21986: total 5 652 652/158731 total 5 469 332/158731
21987:
21988: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21989: Array:: without cache in get/put now
21990:
21991: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21992: 18:25:27 2001] total 5 652 652/158731
21993:
21994: * src/: include/pa_string.h, main/pa_string.C,
21995: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21996: now
21997:
21998: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21999: 18:11:53 2001] total 5796092/158731
22000:
22001: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22002: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22003: key ref now
22004:
22005: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22006: 17:11:17 2001] total 16867948/202658
22007:
22008: * src/: classes/file.C, classes/image.C, classes/string.C,
22009: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22010: main/execute.C, main/pa_array.C, main/pa_common.C,
22011: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22012: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22013: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22014: string::as_int/double now usually uses stack, not heap [200K out
22015: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22016:
22017: * src/main/pa_sql_driver_manager.C: ping to have services [old
22018: hiding bug]
22019:
22020: * src/Makefile.am: .am order
22021:
22022: * src/: include/pa_array.h, include/pa_charset_manager.h,
22023: include/pa_db_connection.h, include/pa_db_manager.h,
22024: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22025: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22026: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22027: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22028: required "friend class"
22029:
22030: ../include/pa_request.h:51: friend declaration requires
22031: class-key, i.e. `friend class Temp_lang'
22032:
22033: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22034: main/pa_exception.C, main/pa_sql_driver_manager.C,
22035: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22036:
22037: the idea is to #1 jump to C++ some function to main body, where
22038: every function stack frame has exception unwind information and
22039: from there... #2 propagate_exception()
22040:
22041: 2001-10-28 paf
22042:
22043: * src/main/pa_db_connection.C: removed old consts
22044:
22045: * src/main/pa_db_connection.C: expire table [was accidently pasted
22046: with wrong type/cast]
22047:
22048: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22049: translation
22050:
1.116 moko 22051: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22052: remember to build DB2 with -fexceptions!!!
22053:
22054: * src/main/pa_db_table.C: DB_RMW defed
22055:
22056: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22057: include/pa_db_connection.h, include/pa_db_manager.h,
22058: include/pa_db_table.h, main/pa_db_connection.C,
22059: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22060:
22061: 2001-10-27 paf
22062:
22063: * src/: classes/hashfile.C, include/pa_db_connection.h,
22064: include/pa_db_table.h, main/pa_db_connection.C,
22065: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22066: types/pa_vhashfile.C: DB2 ifdefs
22067:
1.116 moko 22068: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22069: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22070: makes with DB2
22071:
1.116 moko 22072: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22073: types/Makefile.am: makes db
1.95 moko 22074:
22075: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22076: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22077: globals.C
22078:
22079: * src/: classes/hashfile.C, include/pa_db_connection.h,
22080: include/pa_db_table.h, main/pa_db_connection.C,
22081: main/pa_db_table.C: ^hashfile.clear[]
22082:
22083: * src/classes/classes.awk: no $ in var names
22084:
22085: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22086: connection&table [forgotten calls]
22087:
22088: 2001-10-26 paf
22089:
22090: * src/main/pa_db_connection.C: db checkpoints
22091:
22092: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22093: checkpoints
22094:
22095: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22096: default. but entities still reparsed. todo: tothink
22097:
22098: * src/main/pa_db_connection.C: db recover mech 2
22099:
22100: * src/: classes/hashfile.C, include/pa_db_connection.h,
22101: include/pa_db_manager.h, include/pa_db_table.h,
22102: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22103: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22104: types/pa_vhashfile.h: db connections & tables now cached at
22105: create time & multithreaded
22106:
22107: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22108: parsed_source
22109:
22110: * src/main/pa_db_connection.C: about to remove connection from
22111: vhashfile
22112:
22113: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22114: transaction commit/rollback responsibility left to parent [as it
22115: sould - else there were a bug with double free]
22116:
22117: * src/include/pa_db_table.h: db: child transaction commit/rollback
22118: responsibility left to parent [as it sould - else there were a
22119: bug with double free]
22120:
22121: 2001-10-25 paf
22122:
22123: * src/: classes/hashfile.C, include/pa_common.h,
22124: include/pa_db_connection.h, include/pa_db_manager.h,
22125: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22126: types/pa_vhashfile.C, types/pa_vhashfile.h,
22127: include/pa_db_table.h, main/pa_db_table.C: started db_home
22128: [multiple, cached] todo: autorecover [tried, but not succeded,
22129: yet]
22130:
22131: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22132:
22133: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22134: transaction parent passed
22135:
22136: 2001-10-24 parser
22137:
1.116 moko 22138: * src/classes/Makefile.am: makes
1.95 moko 22139:
22140: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22141: isapi/pool_storage.h: pool_storage fixed
22142:
22143: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22144: types/pa_vform.h: form fix_line_breaks
22145:
1.116 moko 22146: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22147:
22148: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22149: targets/cgi/pool_storage.h: makes
22150:
22151: * src/sql/pa_sql_driver.h: version
22152:
22153: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22154: types/pa_vform.C, types/pa_vform.h: .am
22155:
22156: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22157: this: DB_RMW Acquire write locks instead of read locks when doing
22158: the retrieval. Setting this flag may decrease the likelihood of
22159: deadlock during a read-modify-write cycle by immediately
22160: acquiring the write lock during the read part of the cycle so
22161: that another thread of control acquiring a read lock for the same
22162: item, in its own read-modify-write cycle, will not result in
22163: deadlock
22164:
22165: * src/targets/isapi/parser3isapi.dsp: doc
22166:
22167: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22168:
22169: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22170:
22171: * src/: classes/hashfile.C, include/pa_db_connection.h,
22172: main/pa_db_connection.C: hashfile expired deleted from db when
22173: get & iterate
22174:
22175: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22176: expiring 1
22177:
22178: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22179:
22180: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22181: db_connection not bothers with key when not returning expired
22182: data
22183:
22184: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22185: types/pa_vhashfile.C: db_cursor constructor public now
22186:
22187: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22188: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22189: stamped, todo: put_element analize
22190:
22191: * src/: include/pa_db_connection.h, include/pa_string.h,
22192: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22193: serialize. todo stamp
22194:
22195: 2001-10-23 parser
22196:
22197: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22198: classes/image.C, classes/mail.C, classes/response.C,
22199: classes/string.C, classes/table.C, classes/xdoc.C,
22200: include/pa_config_fixed.h, include/pa_db_connection.h,
22201: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22202: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22203: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22204: types/pa_vtable.C: ^hashfile.hash[]
22205:
22206: * src/: classes/hashfile.C, classes/xdoc.C,
22207: include/pa_config_fixed.h, main/pa_db_manager.C,
22208: main/pa_globals.C: ifdefs so it compiled without db
22209:
22210: * src/: classes/hashfile.C, include/pa_db_connection.h,
22211: include/pa_db_manager.h, main/pa_db_connection.C,
22212: main/pa_db_manager.C, types/pa_vhashfile.h:
22213: ^hashfile.transaction{code} ^hashfile:clear[filename]
22214: ^hashfile.delete[key]
22215:
22216: 2001-10-22 parser
22217:
22218: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22219: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22220:
22221: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22222: classes/xnode.C, include/pa_charset_connection.h,
22223: include/pa_db_connection.h, include/pa_db_manager.h,
22224: include/pa_exception.h, include/pa_sapi.h,
22225: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22226: include/pa_stylesheet_connection.h,
22227: include/pa_stylesheet_manager.h,
22228: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22229: main/pa_db_connection.C, main/pa_db_manager.C,
22230: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22231: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22232: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22233: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22234: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22235: types/types.dsp: hashfile 0
22236:
22237: * src/types/pa_vhashfile.C: z
22238:
22239: * src/: classes/classes.dsp, classes/hashfile.C,
22240: include/pa_config_fixed.h, main/execute.C,
22241: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22242: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22243:
22244: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22245:
22246: * src/: include/pa_exception.h, include/pa_request.h,
22247: main/execute.C, main/pa_exception.C, main/pa_request.C,
22248: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22249: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22250:
22251: 2001-10-19 parser
22252:
22253: * src/include/pa_pool.h: header
22254:
22255: * src/main/pa_pool.C: auto compiled on gcc
22256:
22257: * src/classes/image.C: comment
22258:
1.116 moko 22259: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22260:
22261: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22262: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22263: types/pa_vxnode.h: xnode clone got freed
22264:
22265: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22266: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22267: can free up xalandomstring resulting from pool::transcode
22268:
22269: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22270: include/pa_config_fixed.h, include/pa_exception.h,
22271: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22272: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22273: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22274: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22275: from non-xml compile
22276:
22277: * src/main/pa_request.C: pool:: context - get_context
22278:
22279: * src/: classes/classes.h, classes/date.C, classes/double.C,
22280: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22281: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22282: classes/string.C, classes/table.C, classes/void.C,
22283: include/pa_config_fixed.h, include/pa_exception.h,
22284: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22285: main/compile.C, main/compile_tools.C, main/execute.C,
22286: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22287: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22288: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22289: main/pa_string.C, main/pa_table.C, main/untaint.C,
22290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22291: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22292: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22293: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22294: types/pa_vstateless_class.h, types/pa_vtable.C,
22295: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22296: exceptions 0
22297:
22298: * src/classes/classes.awk: $ removed
22299:
22300: 2001-10-18 parser
22301:
22302: * src/types/pa_vcookie.C: cookie:CLASS
22303:
22304: * src/main/main.dsp: project
22305:
22306: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22307: set_document & ctor question "who owns document" solved
22308:
22309: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22310:
22311: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22312: main/pa_pool.C: encoding in dom creating funcs
22313:
22314: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22315: be transformed now
22316:
22317: * src/classes/xdoc.C: dom created by create can be transformed now
22318:
22319: * src/classes/xdoc.C: z
22320:
22321: * src/classes/xdoc.C: comment
22322:
22323: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22324: create now uses XercesDocumentBridge, appendChild&co now works
22325:
22326: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22327: @ recompile
22328:
22329: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22330: $origin @exception[
22331:
22332: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22333: tag names forced to XML lang
22334:
22335: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22336: leechy-found bugs in code&doc fixed
22337:
22338: 2001-10-17 parser
22339:
22340: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22341: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22342: n functionality preserved
22343:
22344: * src/types/pa_vimage.h: removed unused vimage::save
22345:
22346: 2001-10-16 parser
22347:
22348: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22349:
22350: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22351:
22352: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22353:
22354: * src/classes/image.C: image.copy tolerance
22355:
22356: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22357: ineffective, but works for small paleted image
22358:
22359: * src/types/pa_vimage.C: comment
22360:
22361: * src/classes/image.C: gd size/resize bugfix
22362:
22363: * src/: classes/classes.dsp, main/main.dsp,
22364: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22365: types/types.dsp: ident >nul 2>&1
22366:
22367: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22368: systems
22369:
22370: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22371: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22372:
22373: 2001-10-15 parser
22374:
22375: * src/main/execute.C: z
22376:
22377: * src/classes/: xdoc.C: !::create{qualifiedName}
22378:
22379: * src/types/pa_vxnode.C: document_type_node.
22380: !readonly attribute DOMString name
22381: !notation_node.
22382: !readonly attribute DOMString publicId
22383: !readonly attribute DOMString systemId
22384:
1.116 moko 22385: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22386: ::write badly passed string too transparently [failed to
22387: intercept it]
1.95 moko 22388:
22389: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22390: include/pa_request.h, main/pa_sql_driver_manager.C,
22391: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22392: types/pa_vxnode.h: DOM1 major addtion, only few
22393: attributes/methods left
22394:
22395: 2001-10-13 parser
22396:
22397: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22398: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22399: in main handler
22400:
22401: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22402: cleanups & frees order
22403:
22404: * src/types/pa_vcode_frame.h: couple comments
22405:
22406: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22407: transparent enough to handle hash if creation&passing
22408:
22409: * src/: include/pa_config_fixed.h, main/execute.C,
22410: main/pa_exception.C: noticed that vcodeframe not transparent
22411: enough, would change now
22412:
22413: 2001-10-12 parser
22414:
22415: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22416: fixed. initialization&free on each thread!
22417:
22418: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22419: handling changed: now type of default param analized always, not
22420: only at problem time, thus helping early problem spotting
22421:
22422: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22423: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22424: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22425: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22426: multithread bug fixed. initialization&free on each thread!
22427:
22428: 2001-10-11 parser
22429:
22430: * src/classes/xnode.C: xnode.selectSingle now
22431:
22432: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22433: include/pa_pool.h, include/pa_stylesheet_connection.h,
22434: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22435: convertors out of Pool into Exception
22436:
22437: * src/main/pa_string.C: const
22438:
22439: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22440: linked pieces of same language together prior to String::replace
22441:
22442: * src/classes/hash.C: !^hash.add[addme]
22443: !^hash.sub[subme]
22444: !^a.union[b] = new
22445: !^a.intersection[b] = new
22446: !^a.intersects[b] = bool
22447:
22448: * src/classes/hash.C: !^hash::append[append_from]
22449:
22450: * src/: classes/hash.C, types/pa_vhash.h:
22451: !^hash::create[[copy_from]]
22452:
22453: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22454: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22455: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22456: fixed. got rid of empty_string, which caused errors - it hasnt
22457: exception but somebody[value.bark] tried to throw it on it's pool
22458:
1.116 moko 22459: * src/include/pa_config_auto.h.in: makes
1.95 moko 22460:
22461: 2001-10-10 parser
22462:
22463: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22464:
22465: * src/main/: compile.tab.C, compile.y: ^a[
22466:
22467: @next_method << now unclosed ] would be reported here
22468:
22469: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22470: compile error
22471:
22472: 2001-10-09 parser
22473:
1.116 moko 22474: * src/: classes/Makefile.am, main/Makefile.am,
22475: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22476:
22477: * src/classes/Makefile.am: makes
22478:
22479: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22480: win32 errors intercepted [xalan transformer patched and
22481: incorporated]
22482:
22483: * src/: classes/classes.dsp, classes/xdoc.C,
22484: include/pa_stylesheet_connection.h, main/main.dsp,
22485: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22486: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22487: patches starting
22488:
22489: * src/classes/: string.C, table.C: ^string.save[file]
22490:
22491: * src/classes/: date.C, table.C: calendar moved to date
22492:
22493: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22494: string/table] now
22495:
22496: * src/classes/: op.C, table.C: z
22497:
22498: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22499: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22500: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22501: be code [be string..]
22502:
22503: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22504: table.C: lots of
22505: params->as_int/double/as_string/as_junction/as_no_junction
22506: messages added
22507:
22508: 2001-10-08 parser
22509:
22510: * src/: classes/date.C, classes/image.C, classes/string.C,
22511: classes/table.C, classes/void.C, include/pa_request.h:
22512: params->as_int/double message added
22513:
22514: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22515:
22516: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22517: image:sector removed image:html internal "line-*" attribs
22518:
22519: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22520: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22521:
22522: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22523: way
22524:
22525: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22526: main/untaint.C: header untainting to UL_HTTP_HEADER,
22527: UL_MAIL_HEADER made nonforced [only tainted pieces]
22528:
22529: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22530: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22531: @ SAPI::log
22532:
22533: * src/main/untaint.C: \r to ' ' in origins mode
22534:
22535: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22536: set]
22537:
22538: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22539: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22540: nonstandard liaison freed up
22541:
22542: 2001-10-07 parser
22543:
22544: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22545: project
22546:
22547: 2001-10-05 parser
22548:
22549: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22550: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22551: from outputing to cerr. lots of "todos"
22552:
22553: * src/main/untaint.C: http_header tainting more gentle with
22554: enquoting now
22555:
22556: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22557: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22558: xml errorhandler. fixed string.replace a little, read @test
22559:
22560: * src/main/pa_string.C: found replace bug - first_that_starts(char
22561: *) does not have limit, and looks further eos, fixing....
22562:
22563: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22564:
22565: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22566:
22567: * src/main/: pa_charset_connection.C: ctype another mem clear
22568: bugfix
22569:
1.116 moko 22570: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22571: $result[^[$p^]z] now works fine
1.95 moko 22572:
22573: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22574: wrong. fixed it
22575:
22576: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22577: of totable appered to be vital
22578:
22579: 2001-10-04 parser
22580:
22581: * src/classes/image.C: ^image.length[text]
22582:
22583: 2001-10-03 parser
22584:
22585: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22586:
22587: * src/main/pa_request.C: restored pcre defaulting in request
22588: [mindlessly "optimized" yesterday] comment left
22589:
22590: 2001-10-02 parser
22591:
22592: * src/: main/pa_charset_manager.C,
22593: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22594: needed
22595:
22596: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22597: forgot non-xml pool.*charset needed
22598:
22599: * src/classes/table.C: # config comments fixed
22600:
22601: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22602: charset_connection #comment now
22603:
22604: * src/: classes/classes.dsp, types/types.dsp: release projects
22605: options fixed to use release msvcrt lib
22606:
22607: * src/main/pa_charset_connection.C: pcre tables now const inside
22608: removed default - pcre handles that internally fixed bug on
22609: not-cleaning tables [previously was calloced, now member]
22610:
22611: * src/: include/pa_request.h, main/pa_charset_connection.C,
22612: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22613: inside removed default - pcre handles that internally fixed bug
22614: on not-cleaning tables [previously was calloced, now member]
22615:
22616: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22617: tested charset reload on file change @ apache version = OK tested
22618: freeing up prev encoding on adding new = OK
22619:
22620: 2001-10-01 parser
22621:
22622: * src/main/pa_charset_connection.C: removed entitify external hack
22623: [internal installed]
22624:
1.116 moko 22625: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22626:
22627: * src/: include/pa_charset_connection.h,
22628: include/pa_charset_manager.h,
22629: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22630: main/pa_charset_connection.C, main/pa_charset_manager.C,
22631: main/pa_request.C: charset loading & caching mech 0
22632:
22633: * src/: include/pa_stylesheet_connection.h,
22634: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22635: main/pa_globals.C, main/pa_request.C: would make charset loading
22636: & caching mech now
22637:
22638: 2001-09-30 parser
22639:
22640: * src/main/pa_request.C: forgot to fill toTable
22641:
22642: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22643: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22644: failed on win32 for now..
22645:
22646: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22647: now charsets table configuration variable is: CHARSETS
22648:
22649: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22650: ctype with unicode 1. todo: no П entities on output somehow
22651:
22652: * src/: classes/file.C, classes/op.C, classes/string.C,
22653: include/pa_request.h, main/pa_request.C: started ctype with
22654: unicode values
22655:
22656: 2001-09-28 parser
22657:
22658: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22659: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22660: string passed AS-IS now
22661:
22662: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22663: way of user-configuring... todo: implement
22664:
22665: 2001-09-27 parser
22666:
22667: * src/classes/table.C: table.sort changed to sort table itself
22668:
22669: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22670: X^.getElementsByTagName[tagname] = array of xnode
22671: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22672: nodes removed - regretfully not supported @ xalan. maybe someday
22673: would reimplement, if needed.
22674:
22675: win32build system: solved long waiting anti-non-started-apache
22676: problem
22677:
22678: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22679: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22680: types/types.dsp: win32 ident make system so not to rebuild
22681: library [ident.C.new]
22682:
22683: 2001-09-26 parser
22684:
22685: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22686: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22687: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22688: types/pa_vxnode.C, types/types.dsp: z
22689:
22690: * src/classes/classes.C: forgot one non-xml check
22691:
1.116 moko 22692: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22693: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22694:
22695: * src/targets/cgi/parser3.C: z
22696:
22697: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22698: targets/isapi/parser3isapi.C: #ifdef SMTP
22699:
22700: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22701: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22702: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22703: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22704: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22705: types/types.dsp: xdoc&xnode now
22706:
22707: * src/: classes/classes.C, classes/classes.awk,
22708: classes/classes.dsp, classes/classes.h, classes/date.C,
22709: classes/dnode.C, classes/dnode.h, classes/dom.C,
22710: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22711: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22712: classes/op.C, classes/response.C, classes/string.C,
22713: classes/table.C, classes/void.C, include/pa_array.h,
22714: include/pa_common.h, include/pa_config_fixed.h,
22715: include/pa_config_includes.h, include/pa_dictionary.h,
22716: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22717: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22718: include/pa_socks.h, include/pa_sql_connection.h,
22719: include/pa_sql_driver_manager.h, include/pa_stack.h,
22720: include/pa_string.h, include/pa_stylesheet_connection.h,
22721: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22722: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22723: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22724: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22725: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22726: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22727: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22728: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22729: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22730: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22731: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22732: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22733: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22734: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22735: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22736: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22737: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22738: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22739: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22740: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22741: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22742: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22743: types/pa_vmethod_frame.h, types/pa_vobject.h,
22744: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22745: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22746: types/pa_vstateless_object.h, types/pa_vstring.C,
22747: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22748: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22749: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22750: main.dsp splitted to main+classes+types along to .am
22751:
22752: * src/classes/Makefile.am: removed useless var
22753:
22754: * src/: classes/classes.cmd, main/main.dsp,
22755: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22756: main.dsp
22757:
22758: 2001-09-25 parser
22759:
22760: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22761: 1251 though, todo ICU
22762:
1.116 moko 22763: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22764: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22765: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22766: types/pa_vdom.h: xml configure makes
1.95 moko 22767:
22768: 2001-09-24 parser
22769:
1.116 moko 22770: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22771: types/Makefile.am: makes
1.95 moko 22772:
1.116 moko 22773: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22774:
22775: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22776: started unix makes update
22777:
22778: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22779: started unix makes update
22780:
22781: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22782:
22783: * src/types/pa_value.h: z
22784:
22785: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22786: bugs with usinge hash/table in expressions
22787:
22788: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22789: resolved conflicts fixed [const]
22790:
22791: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22792: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22793: main/compile.C, main/compile.tab.C, main/compile.y,
22794: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22795: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22796: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22797: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22798: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22799: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22800: with before_xml [merge2 actually didn't happen - i've created
22801: tags on wrong branch. so this merge is in fact re-merge]
22802:
22803: 2001-09-21 parser
22804:
22805: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22806: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22807: produced "" in make file and sadly wrong interpreted on load]
22808:
1.116 moko 22809: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22810: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22811: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22812: include/pa_sql_driver_manager.h, include/pa_string.h,
22813: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22814: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22815: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22816:
22817: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22818: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22819: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22820: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22821: main/pa_pool.C, main/pa_request.C,
22822: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22823: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22824: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22825: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22826: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22827: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22828: types/pa_vrequest.C, types/pa_vresponse.h,
22829: types/pa_vstateless_class.C, types/pa_vstring.C,
22830: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22831: created new projects for sql drivers [planning to remove sql
22832: drivers from main cvs project] first, will join latest changes
22833:
22834: * src/classes/: dom.C: defaulted dom writing methods encoding to
22835: pool.get_charset
22836:
22837: * src/classes/dom.C: defaulted dom writing methods encoding to
22838: pool.get_charset
22839:
22840: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22841: pool.get_charset
22842:
22843: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22844: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22845: methods encoding to pool.get_charset
22846:
22847: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22848: transcoder were created right "unsupported encoding" message.
22849: not @ set time, but @ use time, so until xml output functions
22850: .string, .file, .save used - no encoding name check occur
22851:
22852: reduced transcode buffer size to 60 fixed pool cleanup - no
22853: registration needed, pools are officially destructured
22854:
22855: 2001-09-20 parser
22856:
22857: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22858:
22859: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22860: $MAIN:DEFAULTS.content-type[$.charset[here]]
22861:
22862: * src/: classes/dnode.C, classes/dom.C,
22863: include/pa_config_includes.h, include/pa_globals.h,
22864: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22865: main/pa_pool.C, targets/cgi/parser3.dsp,
22866: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22867: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22868: Pool::transcode 0
22869:
22870: * src/classes/dom.C: dom. string save file moved output xml options
22871: to last param and made it optional
22872:
22873: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22874: dnodes
22875: !$attributenode.specified = boolean
22876: true if the attribute received its value explicitly
22877: in the XML document,
22878: or if a value was assigned programatically with the
22879: setValue function.
22880: false if the attribute value came from the default value
22881: declared in the document's DTD.
22882: !$pinode.target = target of this processing instruction
22883: XML defines this as being the first token following the
22884: markup
22885: that begins the processing instruction.
22886: XPath:
22887: !^node.select[xpath/query/expression] = hash of 0->node0
22888: 1->node1
22889: !^node.select-single[xpath/query/expression] = first node if
22890: any
22891:
22892: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22893: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22894: some 'const's added
22895:
22896: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22897: expression context now, there value = size and boolean value
22898: size!=0
22899:
22900: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22901: can be used in expression context now, there value = size and
22902: boolean value size!=0
22903:
22904: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22905: types/pa_vstring.h: dnode .file .string .save moved back to dom
22906: due to strange xalan bug
22907:
22908: 2001-09-18 parser
22909:
22910: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22911: classes/image.C, classes/op.C, classes/table.C,
22912: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22913: include/pa_sql_driver_manager.h, main/compile.C,
22914: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22915: main/execute.C, main/pa_common.C, main/pa_request.C,
22916: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22917: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22918: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22919: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22920: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22921: before_xml branch ^if(def $hash) now true only when
22922: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22923:
22924: * src/: classes/op.C, main/execute.C: operators self changed to
22925: root ^for variable context changed to self
22926:
22927: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22928: dnode 1
22929:
22930: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22931: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22932:
22933: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22934: poly* fixed
22935:
22936: 2001-09-17 parser
22937:
22938: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22939: types/pa_vdom.h: started dnode+dom
22940:
22941: dnode DOM methods: $node.name $node.value
22942: ...others...
22943:
22944: ^node.xpath[/rates/USD] = hash
22945: $hash[
22946: $.0[node0]
22947: $.1[node1]
22948: ]
22949:
22950: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22951: applies to all linear primitives
22952:
22953: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22954: include/pa_stylesheet_connection.h, main/main.dsp,
22955: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22956: types/pa_vimage.h: started dnode DOM: $node.name
22957: $node.value ...others... ^node.xpath[/rates/USD] = hash
22958: dom(dnode)
22959:
22960: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22961: main/compile.y, main/compile_tools.h, main/execute.C,
22962: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22963: in expression compound($aa.zz.xx) names now can have minus '-' in
22964: name after '.'
22965:
22966: 2001-09-15 parser
22967:
22968: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22969: image: $line-width ^line(...)[**** style]
22970:
22971: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22972: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22973: pool_storage - cleanups first, allocations second. apache wisely
22974: does just like that
22975:
22976: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22977: rewritten using template, no bugs now
22978:
22979: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22980: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22981: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22982: poorly started isapi pool_storage, would rewrite using template
22983: now
22984:
22985: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22986: include/pa_stylesheet_connection.h, main/main.dsp,
22987: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22988: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22989: xalan objects freed up [introducing Pool::register_cleanup]
22990:
22991: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22992: comments
22993:
22994: 2001-09-14 parser
22995:
22996: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22997: z
22998:
22999: * src/: classes/dom.C, classes/file.C, classes/image.C,
23000: classes/mail.C, include/pa_common.h,
23001: include/pa_sql_driver_manager.h, include/pa_string.h,
23002: include/pa_stylesheet_connection.h,
23003: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23004: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23005: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23006: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23007: compiled&cached
23008:
23009: 2001-09-13 parser
23010:
23011: * src/: classes/dom.C, classes/file.C, classes/image.C,
23012: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23013:
23014: * src/classes/dom.C: dom:file content-type(.method)
23015:
23016: * src/: include/pa_common.h, include/pa_globals.h,
23017: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23018: string now more informative error messages
23019:
23020: * src/: include/pa_globals.h, include/pa_request.h,
23021: main/pa_request.C, targets/cgi/parser3.C,
23022: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23023: ParserSiteConfig .../parser3.conf
23024:
23025: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23026:
23027: 2001-09-12 parser
23028:
23029: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23030: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23031: precise error reporting: "connection string must start with
23032: protocol://" now
23033:
23034: * src/main/compile.tab.C: fixed - subname code parts actually []
23035: braced
23036:
23037: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23038: lexer on LS_USER level did [] matching without setting nestage,
23039: introduced special LS_NAME_SQUARE_PART state
23040:
23041: 2001-09-11 parser
23042:
23043: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23044: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23045: languages+=xml
23046:
23047: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23048:
23049: * src/classes/dom.C: ^dom:save/string/file[output options] output
23050: options: $.method[xml|html|text] detection fixed
23051:
23052: * src/types/pa_vdom.h: messages
23053:
23054: * src/classes/dom.C: ^dom:save/string/file[output options] output
23055: options: $.method[xml|html|text] detection fixed
23056:
23057: 2001-09-10 parser
23058:
23059: * src/classes/dom.C: ^dom:save/string/file[output options] output
23060: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23061:
23062: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23063: added]
23064:
23065: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23066: ^dom.xslt[stylesheet filename] 0
23067:
23068: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23069: ^dom.xslt[stylesheet filename] -1 doc is lying
23070:
23071: * src/classes/dom.C: ^dom.file[encoding] = file
23072:
23073: * src/classes/: dom.C: ^dom.string[encoding] 1
23074: ^dom.save[encoding;filename]
23075:
23076: * src/classes/dom.C: ^dom.string[] 0
23077:
23078: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23079:
23080: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23081: types/pa_vform.h: ^dom.save[b.xml] 0
23082:
23083: 2001-09-08 parser
23084:
23085: * src/types/pa_vform.C: $form:tables.name.field
23086:
23087: 2001-09-07 parser
23088:
23089: * src/classes/table.C: table:empty removed, superceded by ^if(def
23090: $table)...
23091:
23092: * src/targets/cgi/parser3.C: z
23093:
23094: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23095: from '' to int/double is 0]
23096:
23097: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23098: $table) is false when table is empty
23099:
23100: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23101: !$form:tables $atable[$form:tables.a]
23102: ^atable.menu{a=$atable.element}[,]
23103:
23104: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23105: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23106:
1.116 moko 23107: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23108: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23109: of dom
23110:
23111: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23112: types/pa_vform.C, types/pa_vform.h: z
23113:
23114: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23115: element [not last]
23116:
1.116 moko 23117: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23118: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23119:
23120: 2001-09-06 parser
23121:
23122: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23123: table with one column 'element' and two rows: 1 and 2
23124:
23125: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23126: table with one column 'element' and two rows: 1 and 2
23127:
23128: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23129: bad int/double conversions, and now $form:nonexistent.int(88)
23130: would return 88
23131:
23132: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23133: types/pa_vhash.h: now there's special hash key '_default'
23134: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23135: $._default[xx] ] $hash.c
23136:
23137: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23138: fixed [thanks, fif], ^; were treated there non-literally
23139:
23140: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23141: doxygen
23142:
23143: * src/: classes/image.C, classes/op.C, classes/string.C,
23144: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23145: types/pa_vtable.C: few #ifndef DOXYGEN
23146:
23147: 2001-09-05 parser
23148:
23149: * src/classes/: string.C, table.C: sql options can be void [same as
23150: image:html the other day]
23151:
23152: * src/targets/cgi/Makefile.am: .am undo
23153:
23154: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23155: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23156: macro expantion on param, simply qoutes whatever passed, undone
23157:
23158: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23159: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23160: STRINGIZE(name) #name invented
23161:
23162: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23163: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23164: MAIN_SQL_DRIVERS_NAME "drivers"
23165:
23166: moved to be availible to all users
23167:
23168: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23169: SQL_DRIVER_CREATE_FUNC_NAME
23170:
23171: * src/classes/mail.C: MAIN:MAIL check fixed
23172:
23173: 2001-09-04 parser
23174:
23175: * src/classes/image.C: image.html now can accept void params
23176:
23177: * src/targets/isapi/parser3isapi.C: z
23178:
23179: * src/targets/cgi/parser3.C: full_file_spec bug
23180:
23181: * src/targets/cgi/parser3.C: getenvcheck
23182:
23183: * src/targets/cgi/parser3.C: zz
23184:
23185: * src/targets/cgi/parser3.C: zzz
23186:
23187: * src/classes/date.C: date
23188:
23189: * src/classes/date.C: date:sql-string is now without ''
23190:
1.116 moko 23191: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23192: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23193: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23194:
1.116 moko 23195: * src/include/pa_config_auto.h.in: makes
1.95 moko 23196:
23197: 2001-09-03 parser
23198:
23199: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23200:
23201: 2001-09-01 parser
23202:
23203: * src/classes/image.C: letter_spacing
23204:
23205: * src/classes/image.C: image: font params changed
23206:
23207: * src/classes/image.C: image: as_int as_string used
23208:
23209: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23210: analized
23211:
23212: 2001-08-31 parser
23213:
23214: * src/targets/cgi/parser3.C: z
23215:
1.116 moko 23216: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23217: cygwin
1.95 moko 23218:
23219: * src/classes/void.C: void:int/double += (default)
23220:
23221: * src/classes/image.C: image:font added space param image:font
23222: changed charwidth alg, added kerning const[for now]
23223:
23224: * src/classes/: string.C, table.C: string:int/double (defaults)
23225:
23226: 2001-08-29 parser
23227:
23228: * src/main/pa_exception.C: exception redundant debug info
23229:
23230: 2001-08-28 parser
23231:
23232: * src/classes/image.C: image error msgs
23233:
23234: * src/classes/image.C: image: gifsize little endian
23235:
23236: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23237: doxygeneration
23238:
23239: * src/: classes/Makefile.am, main/Makefile.am,
23240: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23241:
23242: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23243: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23244:
23245: * src/main/compile.C: NO_STRING_ORIGIN check2
23246:
23247: * src/classes/table.C: NO_STRING_ORIGIN check
23248:
23249: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23250: storage class specifiers invalid in friend function declarations
23251:
23252: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23253: main/untaint.C, targets/cgi/parser3.C,
23254: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23255: case of limit
23256:
23257: * src/: classes/file.C, main/pa_common.C: file:move
23258: autocreate/remove dest/src dir
23259:
23260: * src/: classes/string.C, include/pa_dictionary.h,
23261: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23262: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23263: to directory constructor. string:replace
23264:
23265: 2001-08-27 parser
23266:
23267: * src/classes/image.C: fixed jpgsize alg
23268:
23269: * src/classes/image.C: fixed jpgsize alg
23270:
23271: * src/main/pa_exception.C: z
23272:
23273: * src/main/pa_common.C: removed debug info from pa_common
23274:
23275: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23276: [auto.p from current dir loading]
23277:
1.116 moko 23278: * src/: main/pa_common.C, main/pa_exception.C,
23279: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23280: for solaris -lsocket
1.95 moko 23281:
23282: 2001-08-24 parser
23283:
23284: * src/targets/cgi/parser3.C: not cgi extra \n 3
23285:
23286: * src/targets/cgi/parser3.C: not cgi extra \n 2
23287:
23288: * src/targets/cgi/parser3.C: not cgi extra \n
23289:
23290: * src/main/pa_sql_driver_manager.C: z
23291:
23292: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23293: sql* removed services from disconnect - cross-request ideological
23294: probs.
23295:
23296: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23297: cross-request ideological probs. oracle - fixed bug: cs
23298: allocated on request.pool and got freed before disconnect
23299:
23300: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23301: mallocs fixed
23302:
23303: 2001-08-23 parser
23304:
23305: * src/classes/file.C: minor bug in file:save fixed
23306:
23307: * src/main/pa_sql_driver_manager.C: oracle: dlink
23308:
23309: 2001-08-22 parser
23310:
23311: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23312: types/pa_vfile.h: file:load|save[text|binary;
23313:
23314: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23315:
23316: 2001-08-21 parser
23317:
23318: * src/classes/: file.C, table.C: ^file:list
23319:
23320: 2001-08-20 parser
23321:
23322: * src/: main/compile.tab.C, main/compile.y,
23323: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23324: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23325: recousively caused problems: inc incremeted 123 literal!! fixed
23326:
23327: 2001-08-10 parser
23328:
23329: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23330:
23331: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23332: added
23333:
23334: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23335: added
23336:
23337: * src/classes/table.C: table:sort restored [it was bad test :(]
23338:
23339: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23340: ''
23341:
23342: * src/main/: pa_request.C: wanted to make const int
23343: MAX_EXECUTE_SECONDS=1;
23344:
23345: but couldnt, set_callback_and_alarm appeared to be not exported
23346: :(
23347:
23348: * src/main/pa_string.C: string.match hanged on. there were a hang
23349: check but it weren't wise enough
23350:
23351: @parse[dateString][tmp]
23352: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23353: #end
23354:
23355: @main[] ^parse[2001-02-03]
23356:
23357: * src/classes/: table.C: table:sort now default desc
23358:
23359: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23360: table.sort now creates new sorted table
23361:
23362: 2001-08-09 parser
23363:
23364: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23365:
23366: * src/classes/hash.C: hash:_default now [was hash:default]
23367:
23368: * src/classes/op.C: case without switch check added
23369:
23370: * src/types/pa_vcookie.C: cookie name&value origins added, more
23371: precise $ORIGINS(1)
23372:
23373: * src/main/Makefile.am: .am
23374:
23375: * src/classes/void.C: void: int double copy/paste from int: bug
23376: fixed
23377:
23378: * src/classes/void.C: void: int double copy/paste from int: bug
23379: fixed
23380:
23381: 2001-08-07 parser
23382:
23383: * src/: classes/double.C, classes/int.C, classes/string.C,
23384: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23385: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23386: string, table
23387:
23388: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23389: srand made working
23390:
23391: 2001-08-06 parser
23392:
23393: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23394: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23395: main/compile.tab.C, main/compile.y, main/pa_array.C,
23396: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23397: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23398:
23399: * src/main/pa_exec.C: exec win32 real filename
23400:
23401: * src/classes/file.C: exec stderr out
23402:
23403: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23404:
23405: 2001-08-03 parser
23406:
23407: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23408:
23409: 2001-08-02 parser
23410:
23411: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23412: main/execute.C, main/pa_exec.C: introducing Array_iter
23413:
23414: * src/main/execute.C: detected quick_get recursion bug. changed to
23415: get@execute, but needs array iterator, separate from array to
23416: avoid it & use caching
23417:
23418: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23419: bug fixed
23420:
23421: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23422: main/execute.C, main/pa_globals.C: found another multithread bug
23423: in op.C (last, last global var killed) :)
23424:
23425: 2001-08-01 parser
23426:
23427: * src/: include/pa_dictionary.h, include/pa_globals.h,
23428: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23429: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23430: main/untaint.C: speeded up typo-html replacements. introducing
23431: Dictionary with first-char caching
23432:
23433: 2001-07-31 parser
23434:
23435: * src/types/Makefile.am: pa_vtable.C added to .am
23436:
23437: * src/main/compile.tab.C: added, so that could be compiled even on
23438: non-bison-enabled platforms
23439:
23440: 2001-07-28 parser
23441:
23442: * src/classes/table.C: table:hash always produces hash, when can't
23443: - empty
23444:
23445: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23446: skipped \n
23447:
23448: 2001-07-27 parser
23449:
23450: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23451: on int/double/string :sql without result and default
23452:
23453: 2001-07-26 parser
23454:
23455: * src/classes/op.C: fixed bad multithread bug with strangly global
23456: OP
23457:
23458: * src/main/compile.y: $man[$.age[zzz]] 0
23459:
23460: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23461: creation syntax problem persists. restored $: for a while.
23462: thinking of $man[$.age[zzz]] syntax now
23463:
23464: * src/: classes/double.C, classes/int.C, classes/string.C,
23465: include/pa_opcode.h, main/compile.C, main/compile.y,
23466: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23467: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23468: types/pa_wwrapper.h: fixing :: realization #1
23469:
23470: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23471: main/compile_tools.h, main/execute.C, main/pa_request.C,
23472: types/pa_vmethod_frame.h: introducing :: this is constructor call
23473: prefix. ordinary : remains for static accesses
23474:
23475: 2001-07-25 parser
23476:
23477: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23478: fields 2. methods 3. columns
23479:
23480: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23481: quote. optimized double&int tostring-s
23482:
23483: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23484: whitespace before first method decl
23485:
23486: * src/classes/table.C: allowed nontable result in table:sql,
23487: results in empty table
23488:
23489: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23490: lines before first method decl
23491:
23492: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23493: types/pa_vtable.h: ^table.record[] now $table.fields
23494:
23495: * src/main/compile.y: $var[] is now empty string, not void
23496:
23497: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23498: void
23499:
23500: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23501: main/pa_globals.C: match replace code context moved to implicit
23502: $match context
23503:
23504: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23505: main/compile_tools.h, main/execute.C: with killed, code storage
23506: introduced with former 'with' syntax
23507:
23508: 2001-07-24 parser
23509:
23510: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23511: types/pa_value.h: first get_element, next get operator
23512:
23513: * src/main/compile.y: removed @end handling
23514:
23515: * src/main/: compile.C, compile.y: @end handling method2
23516:
23517: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23518: file:move
23519:
23520: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23521: fixed
23522:
23523: 2001-07-23 parser
23524:
23525: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23526: driver
23527:
23528: * src/classes/hash.C: changed sql driver query interface
23529:
23530: * src/: classes/hash.C, classes/string.C, classes/table.C,
23531: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23532: changed sql driver query interface
23533:
23534: 2001-07-20 parser
23535:
23536: * src/types/pa_vrequest.C: X!$browser:type
23537:
23538: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23539: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23540: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23541: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23542: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23543: types/pa_vobject.h, types/pa_vrequest.C,
23544: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23545: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23546: BASE element globally removed
23547:
23548: 2001-07-18 parser
23549:
23550: * src/classes/file.C: file:exec/cgi msg
23551:
23552: * src/classes/file.C: $file:exit-code renamed to 'status'
23553:
23554: * src/: classes/file.C, main/pa_exec.C: file:exec
23555:
1.116 moko 23556: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23557: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23558: removed $id from *.in *.am
1.95 moko 23559:
23560: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23561: abbrevations
23562:
23563: * src/: classes/date.C, classes/mail.C, classes/math.C,
23564: classes/string.C, classes/table.C, include/pa_globals.h,
23565: include/pa_string.h, main/execute.C, main/pa_globals.C,
23566: main/pa_request.C, main/pa_string.C, main/untaint.C,
23567: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23568: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23569: $ORIGINS(1) output tracing mode
23570:
23571: 2001-07-13 parser
23572:
23573: * src/: classes/double.C, classes/int.C, classes/string.C,
23574: include/pa_request.h, main/execute.C, main/pa_request.C:
23575: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23576: second would not call first @auto
23577:
23578: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23579: wrong, fixed
23580:
23581: 2001-07-12 parser
23582:
23583: * src/types/pa_value.h: pa_value.putelement modification of system
23584: classes prevented
23585:
23586: 2001-07-11 parser
23587:
23588: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23589: table $piece
23590:
23591: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23592: types/pa_vstateless_class.h: $file created by file:state +=
23593: .atime .mtime .ctime +found&fixed bug with exceptions on
23594: get_junction-created objects [they were on wrong pool]
23595:
23596: 2001-07-09 parser
23597:
23598: * src/main/untaint.C: qp wrong name
23599:
23600: * src/: classes/date.C, classes/string.C, classes/table.C,
23601: main/compile.y: date format 0
23602:
23603: 2001-07-07 parser
23604:
23605: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23606: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23607: roll table calendar
23608:
23609: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23610: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23611: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23612: include/pa_request.h, main/main.dsp, types/pa_value.h,
23613: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23614: string. todo: sql, calendar
23615:
23616: 2001-07-06 parser
23617:
23618: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23619: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23620:
23621: 2001-07-03 parser
23622:
23623: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23624: classes/random.C, main/main.dsp: class random renamed to math,
23625: operators became methods
23626:
23627: * src/classes/op.C: pow sqrt
23628:
23629: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23630:
23631: 2001-07-02 parser
23632:
23633: * src/classes/table.C: ^table.columns column renamed from 'name' to
23634: 'column'
23635:
23636: * src/classes/hash.C: ^hash.keys[]
23637:
23638: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23639:
23640: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23641: 'strings'
23642:
23643: 2001-06-29 parser
23644:
23645: * src/main/: execute.C: /0 %0 checkes ver 2
23646:
23647: * src/main/execute.C: /0 %0 checke
23648:
23649: * src/classes/Makefile.am: nothing - void
23650:
23651: * src/classes/table.C: empty strings @ sql
23652:
23653: 2001-06-28 parser
23654:
23655: * src/: classes/double.C, classes/file.C, classes/form.C,
23656: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23657: classes/op.C, classes/random.C, classes/response.C,
23658: classes/string.C, classes/table.C, classes/void.C,
23659: main/compile.C, main/compile_tools.C, main/execute.C,
23660: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23661: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23662: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23663: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23664: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23665: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23666: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23667: $";
23668:
23669: * src/: classes/double.C, classes/file.C, classes/form.C,
23670: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23671: classes/op.C, classes/random.C, classes/response.C,
23672: classes/string.C, classes/table.C, classes/void.C,
23673: main/compile.C, main/compile.y, main/compile_tools.C,
23674: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23675: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23676: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23677: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23678: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23679: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23680:
23681: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23682: $class:name: == ${class:name}:
23683:
23684: * src/classes/string.C: exactly one
23685:
23686: 2001-06-27 parser
23687:
23688: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23689: types/pa_vvoid.h: nothing renamed to void
23690:
23691: * src/classes/op.C: ^switch ^case
23692:
23693: * src/main/compile.y: nothing renamed to void
23694:
23695: * src/: classes/hash.C, classes/table.C, main/compile.y,
23696: main/execute.C, main/main.dsp, main/pa_request.C,
23697: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23698: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23699: void
23700:
23701: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23702:
23703: 2001-05-28 parser
23704:
23705: * src/doc/html2chm.cmd: removed >a
23706:
23707: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23708: project options [some bugs]
23709:
23710: * src/doc/sources2html.cmd: z
23711:
23712: * src/: classes/classes.C, main/compile.C, main/compile.y,
23713: main/execute.C: operators are not in root class again
23714:
23715: 2001-05-24 parser
23716:
23717: * src/targets/cgi/parser3.dsp: project file
23718:
23719: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23720: ^log ^exp
23721:
23722: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23723: conversions in @exception[params]
23724:
23725: * src/main/pa_request.C: // no _ conversions in @exception[params]
23726:
23727: 2001-05-23 parser
23728:
23729: * src/main/pa_string.C: string cmp bug
23730:
23731: * src/classes/: mail.C, op.C: rem max 1000
23732:
23733: * src/: classes/op.C, main/compile.y: allow one empty line before
23734: LS_DEF_NAME
23735:
23736: 2001-05-22 parser
23737:
23738: * src/classes/op.C: if params code-required
23739:
23740: 2001-05-21 parser
23741:
23742: * src/types/pa_vstring.C: eoleof
23743:
23744: * src/classes/Makefile.am: .AM
23745:
23746: * src/classes/nothing.C: resultless ^sql moved to nothing:
23747:
23748: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23749:
23750: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23751: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23752: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23753: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23754: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23755: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23756: 'nothing'
23757:
23758: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23759: vstring::set_string
23760:
23761: * src/classes/: double.C, int.C, string.C: int,double;sql
23762:
23763: * src/: classes/hash.C, classes/int.C, classes/string.C,
23764: classes/table.C, include/pa_string.h, main/pa_string.C,
23765: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23766:
23767: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23768: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23769: hash:sql moved to main trunc. operators.txt updated
23770:
23771: * src/classes/: hash.C, op.C, table.C: hash:sql
23772:
23773: * src/classes/op.C: z
23774:
23775: * src/: main/compile.C, classes/classes.C: 1
23776:
23777: * src/: classes/classes.C, main/compile.C, main/compile.y,
23778: main/execute.C: 0
23779:
23780: * src/main/execute.C: z
23781:
23782: * src/targets/cgi/parser3.C: z
23783:
23784: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23785: site_auto_path "." in that case
23786:
23787: * src/targets/cgi/: parser3.C: z
23788:
23789: * src/main/pa_request.C: .am
23790:
23791: * src/: main/pa_request.C, targets/cgi/parser3.C:
23792: pcre_tables=pcre_default_tables;
23793:
23794: 2001-05-19 parser
23795:
23796: * src/main/pa_string.C: z
23797:
23798: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23799: introducing String::cstr_bufsize, returns just size+1 for as_is
23800: target.
23801:
23802: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23803: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23804: used, 4* mem wasted
23805:
23806: * src/classes/string.C: root context in match replace body now
23807: unchanged
23808:
23809: * src/types/pa_value.h: parameter # 1 based
23810:
23811: * src/main/pa_common.C: common: actual filename '%s'
23812:
23813: * src/classes/string.C: z
23814:
23815: * src/classes/Makefile.am: classes/.am
23816:
23817: * src/classes/: Makefile.am: classes/.am
23818:
23819: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23820: targets/cgi/pa_pool.C: classes/.am
23821:
23822: 2001-05-18 parser
23823:
1.116 moko 23824: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23825: pa_threads.C ins
1.95 moko 23826:
23827: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23828:
23829: 2001-05-17 parser
23830:
23831: * src/: classes/string.C, include/pa_config_fixed.h,
23832: include/pa_config_includes.h, main/compile.y,
23833: main/compile_tools.h, main/execute.C, main/pa_array.C,
23834: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23835: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23836: types/pa_vform.C: #include "pa_config_includes.h" removed from
23837: most .C
23838:
23839: * src/doc/html2chm.cmd: z
23840:
23841: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23842: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23843:
23844: * src/main/pa_sql_driver_manager.C: moved expiration to
23845: get_connection_from_cache
23846:
23847: * src/main/pa_sql_driver_manager.C: cache expiration bf
23848:
23849: * src/: classes/classes.h, include/pa_sql_connection.h,
23850: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23851: cache expiration[use SQL_Driver::disconnect]
23852:
23853: * src/main/pa_table.C: table.locate current restored on "not found"
23854:
23855: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23856: line no
23857:
23858: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23859: ANTI_ENDLESS_EXECUTE_RECOURSION
23860:
23861: * src/: classes/op.C, include/pa_sql_connection.h,
23862: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23863: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23864: 1driver and set_services fight for driver::fservices. before fix
23865:
23866: * src/: classes/op.C, include/pa_config_fixed.h,
23867: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23868: main/pa_sql_driver_manager.C: found problem at last: 2connections
23869: own 1driver and set_services fight for driver::fservices. before
23870: fix
23871:
23872: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23873: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23874: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23875: pa_threads.C
23876:
23877: * src/include/pa_threads.h: removed targets/parser
23878:
23879: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23880: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23881: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23882: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23883: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23884: headers
23885:
23886: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23887: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23888: order prevented sqlmanager to see MULTYTHREAD define
23889:
23890: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23891: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23892: put/gets
23893:
23894: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23895: from hash.h
23896:
23897: * src/: classes/op.C, include/pa_sql_connection.h,
23898: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23899: from cache ->set_services(&services);
23900:
23901: 2001-05-16 parser
23902:
23903: * src/targets/cgi/parser3.C: z
23904:
23905: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23906: debug, #ifdefed some. would debug later, on more precise sample
23907: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23908: $name.$tail[$tail!] $name.$tail } ok3
23909:
23910: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23911: removed array debug. before vstring rebasing
23912:
23913: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23914: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23915: array debugged; adjusted
23916:
23917: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23918: SQL_Driver_manager line no for connect/charset errors
23919:
23920: 2001-05-15 parser
23921:
23922: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23923: main/pa_string.C: string+array made linear grows
23924:
23925: * src/: include/pa_string.h, main/pa_string.C,
23926: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23927: grow lineary, not exponentialy
23928:
23929: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23930: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23931: with fullchunk cmps
23932:
23933: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23934: 70041= 81
23935:
23936: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23937: targets/cgi/parser3.C: detected huge mem allocation: size/times
23938: malloc 27809390/368771, calloc 3232/83. would test now
23939:
23940: * src/: classes/random.C, main/compile.y, main/execute.C,
23941: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23942: numbered params had wrong name - for instance: bad error message
23943: in ^for[] bad body type. fixed
23944:
23945: 2001-05-14 parser
23946:
23947: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23948: main/untaint.C: ^string.upper|lower[]
23949:
23950: 2001-05-11 parser
23951:
23952: * src/: classes/double.C, classes/image.C, classes/op.C,
23953: classes/string.C, classes/table.C, classes/unknown.C,
23954: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23955: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23956: types/pa_vunknown.h: op: MAX_LOOPS as_int
23957:
23958: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23959: .dsp for win32tools
23960:
23961: 2001-05-11 paf
23962:
23963: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23964: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23965: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23966: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23967:
23968: 2001-05-10 paf
23969:
23970: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23971: for C++, that's all
23972:
1.116 moko 23973: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23974: pa_config_includes.h: inline wonders
1.95 moko 23975:
23976: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23977: doc/doxygen.cmd: hash.C added
23978:
23979: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23980:
23981: * src/main/compile.y: @end grammar: allowed zero strings in control
23982: menthod
23983:
23984: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23985: pa_vstateless_object.h: changed priority: field before method
23986: lookup in vclass & vobject
23987:
23988: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23989: grammar: priorities changes [lowerd && prior] vobject: now first
23990: fields, next methods
23991:
23992: 2001-05-08 paf
23993:
23994: * src/main/pa_table.C: table columnname2item on nameless ignored
23995: bark=false. fixed
23996:
23997: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23998: types/pa_vmethod_frame.h: hash:default works at last!
23999:
24000: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24001: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24002: hash:default
24003:
24004: * src/classes/table.C: z
24005:
24006: * src/classes/table.C: table:hash always hash of hash now
24007:
24008: * src/classes/table.C: table:empty return bool now
24009:
24010: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24011: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24012: types/pa_vtable.h: table:hash
24013:
24014: * src/classes/table.C: table:record have name
24015:
24016: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24017: returns vunknown
24018:
24019: * src/classes/: double.C, int.C, op.C, string.C:
24020: int,double,string:int[] double[] string:length[] results now have
24021: hames
24022:
24023: * src/: classes/op.C, classes/table.C, main/main.dsp,
24024: types/pa_vtable.h: removed table:find. table:locate and op:eval
24025: now return bool
24026:
24027: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24028: in method checkparams again. fixed
24029:
24030: 2001-05-07 paf
24031:
24032: * src/doc/chm.cmd: cmd
24033:
24034: * src/: classes/image.C, classes/mail.C, classes/string.C,
24035: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24036: types/pa_value.h: method reported errors on wrong pool
24037:
24038: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24039: now
24040:
24041: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24042: include/code.h, include/pa_opcode.h, main/compile.C,
24043: main/compile_tools.h, main/execute.C, types/pa_value.h,
24044: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24045: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24046: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24047: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24048: types/pa_vmethod_frame.h, types/pa_vobject.h,
24049: types/pa_vrequest.h, types/pa_vresponse.h,
24050: types/pa_vstateless_class.h, types/pa_vstring.h,
24051: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24052: types/pa_wwrapper.h: pa_code.h
24053:
24054: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24055:
24056: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24057: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24058: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24059: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24060: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24061: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24062: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24063: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24064: types/pa_vtable.h: dox, split by not clean parts also
24065:
24066: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24067: types/pa_vtable.h: table: fields, then methods. so to enable
24068: 'dir' fields & co. more
24069:
24070: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24071: so to enable 'dir' fields & co.
24072:
24073: * src/main/compile.y: grammar: @end
24074:
24075: 2001-05-04 paf
24076:
24077: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24078: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24079:
24080: * src/: classes/classes.h, classes/double.C, classes/file.C,
24081: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24082: classes/op.C, classes/random.C, classes/response.C,
24083: classes/string.C, classes/table.C, classes/unknown.C,
24084: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24085: method dox
24086:
24087: 2001-05-03 paf
24088:
24089: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24090: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24091: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24092: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24093: doc/string.dox, doc/targets.dox, doc/value.dox,
24094: main/pa_request.C: dox splitted .dox files and added some
24095:
24096: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24097:
24098: 2001-05-02 paf
24099:
24100: * src/classes/: image.C, table.C: table:dir result are not tainted
24101: by file_name language now
24102:
24103: 2001-04-28 paf
24104:
24105: * src/classes/classes.inc: removed classes.inc
24106:
24107: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24108: from .am
24109:
24110: * src/classes/classes.awk: skipped classes in .awk
24111:
24112: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24113: classes/classes.inc, classes/double.C, classes/file.C,
24114: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24115: classes/string.C, classes/table.C, classes/unknown.C,
24116: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24117: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24118: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24119: pa_methoded back to classes/classes.h
24120:
24121: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24122:
24123: * src/: classes/Makefile.am, classes/classes.awk,
24124: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24125: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24126:
24127: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24128: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24129: classes/response.C, classes/string.C, classes/table.C,
24130: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24131: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24132: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24133: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24134: include|main/pa_methoded
24135:
24136: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24137: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24138:
24139: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24140: moved some configured data to request::classes_conf moved some
24141: string crations from globals to M... [works]
24142:
24143: * src/: classes/form.C, classes/mail.C, classes/op.C,
24144: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24145: main/pa_request.C: moved some configured data to
24146: request::classes_conf moved some string crations from globals to
24147: M...
24148:
24149: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24150: about to move configured data to special request hash
24151:
24152: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24153: classes/form.C, classes/mail.C, include/pa_request.h,
24154: main/pa_request.C: configure started
24155:
24156: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24157: 2. todo: methoded-configure
24158:
24159: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24160: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24161: classes/_random.h, classes/_response.h, classes/_string.h,
24162: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24163: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24164: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24165: classes/random.C, classes/response.C, classes/string.C,
24166: classes/table.C, classes/unknown.C, include/pa_globals.h,
24167: include/pa_request.h, main/compile.y, main/execute.C,
24168: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24169: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24170: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24171: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24172: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24173: types/pa_vrequest.h, types/pa_vresponse.h,
24174: types/pa_vstateless_class.h, types/pa_vstring.h,
24175: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24176: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24177: methoded-configure
24178:
24179: * src/: classes/file.C, classes/table.C, main/compile.y,
24180: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24181: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24182: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24183:
24184: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24185: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24186: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24187: classes/random.C, classes/response.C, classes/string.C,
24188: classes/table.C, classes/unknown.C, include/pa_request.h,
24189: main/compile.y, main/execute.C, main/pa_globals.C,
24190: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24191: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24192: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24193: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24194: beautifying just compiled. todo: debug, configure
24195:
24196: 2001-04-27 paf
24197:
24198: * src/: classes/file.C, classes/image.C, classes/table.C,
24199: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24200: beautifying -99
24201:
24202: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24203: classes/_response.h, classes/_unknown.h, classes/classes.C,
24204: classes/classes.h, classes/double.C, classes/file.C,
24205: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24206: classes/op.C, classes/random.C, classes/response.C,
24207: classes/string.C, include/pa_globals.h, main/main.dsp,
24208: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24209: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24210: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24211: types/pa_vunknown.h: beautifying -100
24212:
24213: * src/main/compile.y: serge@ found @CLASS bug. fixed
24214:
24215: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24216: classes/_op.h, classes/_random.h, classes/_table.h,
24217: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24218: classes/op.C, classes/random.C, classes/response.C,
24219: classes/string.C, classes/table.C, classes/unknown.C,
24220: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24221: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24222: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24223: beautifying
24224:
24225: 2001-04-26 paf
24226:
24227: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24228:
24229: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24230: documentation ++
24231:
24232: * src/: classes/_exec.h, doc/doxygen.cfg,
24233: include/pa_config_fixed.h, include/pa_config_includes.h,
24234: targets/cgi/pa_pool.C: code documentation ++
24235:
24236: * src/: classes/_image.h, classes/op.C, classes/random.C,
24237: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24238: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24239: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24240: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24241: types/pa_vmethod_frame.h, types/pa_vobject.h,
24242: types/pa_vrequest.C, types/pa_vrequest.h,
24243: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24244: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24245: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24246: code documentation ++
24247:
24248: * src/: classes/image.C, classes/mail.C, classes/string.C,
24249: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24250: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24251: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24252: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24253: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24254: types/pa_vobject.h, types/pa_vstateless_class.h,
24255: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24256:
24257: * src/main/: pa_request.C, pa_string.C: z
24258:
24259: * src/: include/pa_common.h, include/pa_types.h,
24260: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24261: connection caching fixed. request-pooled-url were stored into
24262: global connectioncache
24263:
24264: 2001-04-25 paf
24265:
24266: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24267: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24268:
24269: * src/: include/code.h, include/pa_common.h, main/compile.y,
24270: main/execute.C, main/pa_common.C: -d
24271:
24272: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24273: illegal call check a bit improved, but still under iis no mapping
24274: of dir with parser allowed!
24275:
24276: 2001-04-24 paf
24277:
24278: * src/targets/Makefile.am: apache module lib .am
24279:
24280: * src/main/pa_exec.C: windows32 buildCommand
24281:
24282: 2001-04-23 paf
24283:
24284: * src/targets/cgi/Makefile.am: win32 conditional
24285:
24286: * src/targets/cgi/Makefile.am: win32 conditional
24287:
24288: * src/targets/cgi/Makefile.am: liblink
24289:
24290: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24291: vfile fields return type
24292:
24293: * src/types/pa_vfile.h: vfile fields return type
24294:
24295: * src/include/pa_config_auto.h.in: .h.in
24296:
24297: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24298: types/Makefile: makefiles removed
24299:
24300: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24301: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24302:
24303: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24304: [tested: i & g ]
24305:
24306: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24307: @test noticed series in isapi, check how initialize_random_class
24308: is called! [must be called only once]
24309:
24310: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24311: would not be 'unknown column'
24312:
24313: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24314: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24315:
24316: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24317: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24318: [now doesnt]
24319:
24320: * src/targets/cgi/parser3.C: cgi cmdline ver
24321:
24322: * src/targets/cgi/parser3.C: cgi /// @test disable
24323: /cgi-bin/parser3/auto.p
24324:
24325: * src/main/untaint.C: untaint without charset
24326:
24327: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24328: main/pa_common.C: common: file_write /// @test mkdirs
24329: file_delete rmdirs
24330:
24331: * src/main/untaint.C: mail header only once to =?
24332:
24333: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24334: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24335: main/untaint.C: untaint - @test optimize whitespaces for
24336: all but 'html'
24337:
24338: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24339: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24340: main/untaint.C: untaint - @test mail-header
24341:
24342: 2001-04-20 paf
24343:
24344: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24345: include/pa_request.h, include/pa_string.h, main/compile.y,
24346: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24347: targets/cgi/parser3.C: $MAIN:LOCALE
24348:
24349: * src/main/untaint.C: z
24350:
24351: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24352:
24353: 2001-04-19 paf
24354:
24355: * src/main/compile_tools.h: $a$b bugfix
24356:
24357: * src/targets/cgi/parser3.C: z
24358:
24359: * src/classes/file.C: z
24360:
24361: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24362: done: header to $fields. waits for header '\' tricks
24363:
24364: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24365: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24366: changed urlencode here and in untaint.C to HTTP standard's " and
24367: \" mech
24368:
24369: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24370: http://alx/~paf/ doesnt load /auto.p
24371:
24372: 2001-04-18 paf
24373:
24374: * src/main/pa_request.C: 1
24375:
24376: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24377: linux @alx
24378:
24379: 2001-04-17 paf
24380:
24381: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24382: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24383: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24384: enabled
24385:
24386: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24387: classes/_exec.h, classes/_file.h, classes/_form.h,
24388: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24389: classes/_random.h, classes/_response.h, classes/_string.h,
24390: classes/_table.h, classes/_unknown.h, classes/file.C,
24391: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24392: include/pa_config_fixed.h, include/pa_config_includes.h,
24393: include/pa_hash.h, include/pa_sql_driver_manager.h,
24394: include/pa_version.h, main/Makefile.am, main/compile.y,
24395: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24396: main/pa_sql_driver_manager.C, sql/Makefile.am,
24397: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24398: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24399: types/pa_vform.C, types/pa_vimage.h: exec @jav
24400:
24401: * src/: include/pa_sql_driver_manager.h,
24402: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24403: types/pa_vimage.h: sql driver interface now has initialize(client
24404: .so)
24405:
24406: 2001-04-16 paf
24407:
24408: * src/Makefile.am: compile2 cygwin
24409:
24410: * src/: include/pa_config_includes.h, main/pa_exec.C,
24411: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24412:
24413: * src/targets/cgi/Makefile.am: compile0 jav
24414:
24415: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24416: classes/_exec.h, classes/_file.h, classes/_form.h,
24417: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24418: classes/_random.h, classes/_response.h, classes/_string.h,
24419: classes/_table.h, classes/_unknown.h, classes/image.C,
24420: classes/mail.C, classes/op.C, classes/random.C,
24421: include/pa_config_fixed.h, include/pa_config_includes.h,
24422: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24423: main/compile.y, main/pa_common.C, main/pa_exec.C,
24424: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24425: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24426: compile-1
24427:
24428: 2001-04-15 paf
24429:
24430: * src/classes/op.C: z
24431:
24432: * src/classes/table.C: table:empty +=process
24433:
24434: * src/types/pa_value.h: MethodParams !junction
24435:
24436: * src/: classes/_string.h, classes/double.C, classes/file.C,
24437: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24438: classes/random.C, classes/response.C, classes/string.C,
24439: classes/table.C, classes/unknown.C, main/pa_request.C:
24440: MethodParams everywhere
24441:
24442: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24443: types/pa_vmethod_frame.h: MethodParams in op.C
24444:
24445: 2001-04-12 paf
24446:
24447: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24448:
24449: * src/: classes/_unknown.h, classes/unknown.C,
24450: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24451: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24452:
24453: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24454:
24455: * src/classes/image.C: image:gif now does not have params
24456:
24457: * src/classes/image.C:
24458: image:line/fill/rectangle/bar/replace/polygon/polybar
24459:
24460: * src/: classes/image.C, classes/op.C, main/execute.C,
24461: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24462: for var now written not to r.wcontext, but to r.root cleared
24463: "entered_object" state
24464:
24465: 2001-04-11 paf
24466:
24467: * src/classes/image.C: image:create image:load
24468:
24469: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24470: just compiled
24471:
24472: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24473: todo: gif without file
24474:
24475: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24476: started porting to Pooled descendant
24477:
24478: * src/: classes/image.C, main/execute.C, main/main.dsp,
24479: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24480: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24481: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24482:
24483: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24484: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24485: end. switching to python imaging lib
24486:
24487: * src/main/main.dsp: gd+smtp made separate libs
24488:
24489: * src/: include/pa_globals.h, include/pa_string.h,
24490: main/pa_common.C, main/pa_request.C, main/untaint.C,
24491: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24492: length
24493:
24494: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24495: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24496: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24497: UL_FILE_NAME of posted file name
24498:
24499: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24500: post [broke when moved post read to core]
24501:
24502: 2001-04-10 paf
24503:
24504: * src/classes/image.C: image:html done
24505:
24506: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24507:
24508: * src/classes/image.C: z
24509:
24510: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24511: forgotten!
24512:
24513: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24514: main/pa_request.C, main/pa_string.C, main/untaint.C,
24515: types/pa_vimage.h: image:measure -90
24516:
24517: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24518: classes/_int.h, classes/_mail.h, classes/_op.h,
24519: classes/_random.h, classes/_response.h, classes/_string.h,
24520: classes/_table.h, classes/file.C, classes/mail.C,
24521: include/pa_common.h, include/pa_globals.h, main/execute.C,
24522: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24523: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24524: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24525: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24526: compiled
24527:
24528: * src/classes/mail.C: minor bug with unclear from/to
24529:
24530: * src/classes/mail.C: sendmail unix skipping defaults
24531:
24532: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24533: sendmail unix added defaults
24534:
24535: * src/classes/mail.C: unix sendmail compiled. todo:testing
24536:
24537: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24538:
24539: 2001-04-09 paf
24540:
24541: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24542: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24543: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24544: targets/isapi/parser3isapi.dsp: all targets exec
24545:
24546: * src/: include/pa_sapi.h, include/pa_string.h,
24547: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24548: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24549: args in apache:util.script
24550:
24551: * src/include/pa_string.h: written but not tested exec with env for
24552: unix
24553:
24554: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24555: targets/cgi/parser3.C: exec win32 env
24556:
24557: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24558: 0
24559:
24560: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24561: main/execute.C, main/main.dsp, main/pa_globals.C,
24562: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24563: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24564:
24565: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24566: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24567:
24568: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24569: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24570:
24571: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24572: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24573: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24574: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24575: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24576: exec class just compiled. moved post read to request core
24577:
24578: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24579: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24580: main/pa_globals.C, targets/cgi/parser3.C,
24581: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24582: are already read by vform
24583:
24584: 2001-04-08 paf
24585:
24586: * src/: classes/file.C, classes/mail.C, classes/string.C,
24587: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24588: uuencode. string<<
24589:
24590: 2001-04-07 paf
24591:
24592: * src/classes/mail.C: z
24593:
24594: * src/classes/mail.C: z
24595:
24596: * src/classes/mail.C: ^mail[$attach
24597:
24598: * src/classes/mail.C: ^attach dead end
24599:
24600: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24601: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24602: targets/isapi/parser3isapi.C: mail:send 1
24603:
24604: * src/: classes/mail.C, main/pa_request.C: z
24605:
24606: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24607: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24608: compiled
24609:
24610: * src/classes/mail.C: +=
24611:
24612: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24613: prepared
24614:
24615: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24616: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24617: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24618: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24619:
24620: 2001-04-06 paf
24621:
24622: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24623: main/pa_string.C: table:dir 1
24624:
24625: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24626: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24627:
24628: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24629: classes/root.C, include/pa_globals.h, include/pa_request.h,
24630: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24631: main/pa_request.C: renamed 'root' to 'op'
24632:
24633: * src/classes/: _op.h, op.C: renamed from 'root'
24634:
24635: * src/types/pa_valiased.C: another root inherititance skipped
24636:
24637: * src/main/: compile.C, compile.y, execute.C: operators are now not
24638: root methods of parent class. just 'ROOT' class
24639:
24640: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24641: @office
24642:
24643: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24644:
24645: 2001-04-05 paf
24646:
24647: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24648: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24649: constructor flag dropped at get_method_frame and remembered into
24650: method_frame
24651:
24652: * src/: classes/file.C, classes/root.C, classes/string.C,
24653: classes/table.C, main/pa_request.C: junction to code&expression
24654: in errors
24655:
24656: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24657: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24658: $LOCALE:ctype[Russian_Russia.1251]
24659:
24660: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24661: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24662: main/pa_table.C: hash now not thread-safe.
24663:
24664: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24665: main/untaint.C: z
24666:
24667: * src/: classes/random.C, classes/root.C, classes/table.C,
24668: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24669: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24670: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24671: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24672:
24673: * src/: classes/table.C, include/pa_sql_connection.h,
24674: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24675:
24676: * src/classes/table.C: select * from hren error contains statement
24677:
24678: * src/: classes/table.C, include/pa_sql_connection.h,
24679: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24680: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24681:
24682: * src/: classes/root.C, include/pa_sql_connection.h,
24683: include/pa_sql_driver.h, main/main.dsp,
24684: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24685: services for conv memory & error reporting
24686:
24687: 2001-04-04 paf
24688:
24689: * src/doc/doxygen.cfg: z
24690:
24691: * src/include/pa_sql_driver.h: mysql connect
24692:
24693: * src/include/pa_sql_driver.h: mysql info
24694:
24695: * src/: classes/root.C, include/pa_sql_driver.h,
24696: include/pa_sql_driver_manager.h, main/main.dsp,
24697: main/pa_sql_driver_manager.C: more manager&connection&driver
24698:
24699: * src/sql/Makefile.am: forgot to add mysql client
24700:
24701: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24702: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24703: [forgot to add libltdl, added]
24704:
24705: * src/: Makefile.am, classes/root.C, classes/string.C,
24706: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24707: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24708: include/pa_string.h, include/pa_table.h, main/main.dsp,
24709: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24710: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24711: -1000 just compiled
24712:
24713: * src/: classes/random.C, classes/root.C, classes/table.C,
24714: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24715: main/pa_request.C, types/pa_vclass.h: sql frame -10
24716:
24717: 2001-04-03 paf
24718:
24719: * src/types/pa_vform.C: z
24720:
24721: * src/: classes/string.C, types/pa_vform.C: string:match replace
24722: assigned lang
24723:
24724: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24725: {}[]< empty []
24726:
24727: * src/: classes/file.C, classes/string.C, classes/table.C,
24728: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24729: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24730:
24731: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24732: string:match replace strange matches
24733:
24734: * src/classes/string.C: string:match replace 0
24735:
24736: * src/: classes/string.C, main/pa_string.C: string:match replace
24737: prepared 2
24738:
24739: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24740: string:match replace prepared
24741:
24742: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24743: string:match replace -11
24744:
24745: * src/: classes/string.C, include/pa_globals.h,
24746: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24747: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24748:
24749: * src/: classes/string.C, include/pa_globals.h,
24750: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24751: main/pa_string.C: string:match [search] -1 just compiled
24752:
24753: * src/types/pa_vstring.C: z
24754:
24755: * src/: classes/double.C, classes/file.C, classes/form.C,
24756: classes/int.C, classes/response.C, classes/root.C,
24757: classes/string.C, classes/table.C, include/pa_string.h,
24758: main/pa_string.C: string:match -10 [frame]
24759:
24760: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24761: main/pa_request.C: z
24762:
24763: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24764: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24765: todo/tests
24766:
24767: * src/include/pa_common.h: z
24768:
24769: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24770: main/pa_request.C, targets/cgi/parser3.C,
24771: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24772: content-disposition
24773:
24774: * src/: include/pa_common.h, include/pa_globals.h,
24775: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24776: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24777:
24778: * src/: include/pa_common.h, include/pa_request.h,
24779: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24780: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24781: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24782: response:body
24783:
24784: * src/classes/table.C: table:append now uses string::split
24785:
24786: * src/classes/table.C: z
24787:
24788: * src/: classes/file.C, classes/root.C, classes/string.C,
24789: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24790: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24791: include/pa_string.h, main/execute.C, main/pa_string.C,
24792: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24793: string::pos & cmp & piece bugs fixed. string::split new
24794: table:load separated from set table:set implemented with clean \n
24795: \t searches
24796:
24797: 2001-04-02 paf
24798:
24799: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24800: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24801: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24802: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24803: it in table:set/load
24804:
24805: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24806: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24807:
24808: * src/classes/random.C: random:generate 1
24809:
24810: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24811: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24812: types/pa_value.h: random:generate
24813:
24814: 2001-03-30 paf
24815:
24816: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24817: todo: table flip and append. string::pos
24818:
24819: * src/: classes/double.C, classes/file.C, classes/int.C,
24820: classes/response.C, classes/root.C, classes/string.C,
24821: classes/table.C, main/compile.y, main/execute.C,
24822: types/pa_value.h, types/pa_vstateless_class.C,
24823: types/pa_vstateless_class.h: static|dynamic|any method
24824: registration
24825:
24826: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24827: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24828: table:flip
24829:
24830: 2001-03-29 paf
24831:
24832: * src/classes/string.C: string:xsplit forgot that they must result
24833: in 1 row N column [not vice versa]
24834:
24835: * src/classes/string.C: z
24836:
24837: * src/classes/string.C: string: rsplit
24838:
24839: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24840: string: lsplit
24841:
24842: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24843: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24844: lsplit -1
24845:
24846: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24847: string: pos
24848:
24849: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24850: string: pos -1
24851:
24852: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24853: main/compile.y, main/pa_request.C, main/pa_string.C,
24854: main/untaint.C: string: left right mid
24855:
24856: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24857: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24858: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24859: and [;] are different now.
24860:
24861: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24862: main/untaint.C: pool.request undone
24863:
24864: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24865: main/untaint.C: pool.request
24866:
24867: 2001-03-28 paf
24868:
24869: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24870: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24871: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24872: $request:browser [.type .version]; unknown.get_double now = 0.
24873:
24874: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24875: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24876: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24877: types/pa_vform.C: file:load autodetection of mime-type by
24878: user-file-name
24879:
24880: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24881: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24882: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24883:
24884: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24885: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24886: write. must be self.set
24887:
24888: * src/: classes/file.C, classes/root.C, classes/table.C,
24889: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24890:
24891: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24892: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24893: types/pa_vtable.h: table:locate just compiled
24894:
24895: 2001-03-27 paf
24896:
24897: * src/main/: execute.C, pa_common.C: fixed r/w context of
24898: code-params2, fixed ntfs hardlink slow dir update
24899:
24900: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24901: types/pa_wcontext.h: fixed r/w context of code-params
24902:
24903: * src/: classes/table.C, main/execute.C: about to change junction
24904: rcontext!!
24905:
24906: * src/: classes/double.C, classes/int.C, classes/root.C,
24907: classes/string.C, classes/table.C, main/compile_tools.C,
24908: main/execute.C, main/pa_request.C, main/untaint.C,
24909: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24910: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24911: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24912: types/pa_vunknown.h: sort 0
24913:
24914: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24915: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24916: renamed to are_static_calls_disabled
24917:
24918: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24919: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24920: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24921: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24922:
24923: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24924:
24925: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24926: started table:sort fixed minor bug in #...^{
24927:
24928: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24929: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24930: decided to have as it were. stepped back. grammar: added 'in'
24931: 'is' 'lt'&co follow-space check
24932:
24933: 2001-03-26 paf
24934:
24935: * src/: classes/file.C, classes/root.C, classes/table.C,
24936: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24937: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24938: main/pa_table.C: moved ::save to pa_table. disabled @auto
24939: invocation in ^process
24940:
24941: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24942:
24943: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24944: main/pa_array.C: table:record
24945:
24946: * src/: main/untaint.C, targets/cgi/parser3.C,
24947: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24948: targets/isapi/pool_storage.h, types/pa_valiased.h,
24949: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24950: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24951: types/pa_vtable.h: z
24952:
24953: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24954: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24955: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24956: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24957: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24958: method realisations on 'self' validity - they now can simply
24959: assume that 'self' is V{Proper} .
24960:
24961: 2001-03-25 paf
24962:
24963: * src/main/untaint.C: z
24964:
24965: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24966: lowlevel - it initialization could be skipped if failed in @auto.
24967: so that exception report would use some table
24968:
24969: * src/main/pa_request.C: table empty lines ignored. system-default
24970: content type assigned in output:result [can fail in main:auto and
24971: skipped normal defaults extraction]
24972:
24973: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24974: bug
24975:
24976: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24977: processing to table [except preliminary \r\n \r \n replacements
24978: to "\n"]
24979:
24980: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24981: move all the processing to table
24982:
24983: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24984: main/pa_table.C, main/untaint.C: returned table originating.
24985: useful for reporting typo table problems origin. think would be
24986: useful somewhere else
24987:
24988: * src/main/untaint.C: typo \r \r\n \n properly handled
24989:
24990: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24991: include/pa_table.h, main/compile.y, main/compile_tools.C,
24992: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24993: main/pa_string.C, main/pa_table.C, main/untaint.C,
24994: types/pa_vcookie.h: typo & typo-default
24995:
24996: 2001-03-24 paf
24997:
24998: * src/main/pa_common.C: z
24999:
25000: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25001: targets/cgi/parser3.C: html-typo 2
25002:
25003: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25004: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25005: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25006: main/execute.C, main/pa_array.C, main/pa_globals.C,
25007: main/pa_request.C, main/pa_string.C, main/untaint.C,
25008: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25009: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25010: noticed double default content-type prob. run cgi.cmd tomorrow
25011: first html-typo sample. detected << problem: they become ltlt too
25012: fast
25013:
25014: * src/main/compile.y: z
25015:
25016: * src/main/: compile.y, compile_tools.h: #comment
25017:
25018: * src/: classes/file.C, classes/root.C, classes/table.C,
25019: include/pa_common.h, include/pa_request.h, main/compile.y,
25020: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25021: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25022: stringified
25023:
25024: * src/types/pa_valiased.C: decided to String-ify file_read
25025:
25026: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25027: isapi/parser3isapi.dsp: cgi: sapi::log
25028:
25029: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25030: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25031: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25032: error log experiments failed - cgi under iis got no access to
25033: log. registereventsource simply failed with 5(illegal call) code,
25034: while worked OK as standalone executable. isapi: used
25035: HSE_APPEND_LOG_PARAMETER feature
25036:
25037: * src/: include/pa_common.h, include/pa_globals.h,
25038: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25039: targets/isapi/parser3isapi.C: fixed default content-type
25040: allocation storage
25041:
25042: * src/: include/pa_globals.h, include/pa_request.h,
25043: main/pa_globals.C, main/pa_request.C: z
25044:
25045: * src/: include/pa_array.h, include/pa_hash.h,
25046: include/pa_request.h, main/compile.y, main/pa_array.C,
25047: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25048: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25049: content-type
25050:
25051: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25052: sanity
25053:
25054: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25055: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25056: away freeze mech. no danger now for you can't do
25057: ^request:process[@new-method[] body] trick anymore. still
25058: remains $some_instance.process[@new-method[] possibility] but
25059: would leave it as a feature. see index for sample
25060:
25061: * src/: include/pa_common.h, main/pa_common.C,
25062: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25063: monkey every target
25064:
25065: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25066: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25067: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25068:
25069: 2001-03-23 paf
25070:
25071: * src/: include/pa_pool.h, main/pa_request.C,
25072: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25073: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25074: targets/isapi/pool_storage.h: isapi: dumb pool storage
25075:
25076: * src/targets/isapi/pa_pool.C: decided to continue with extension
25077:
25078: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25079: it would be better to rewrite as filter then to deal with pool
25080:
25081: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25082: now like in cgi, not from APPL_PHYSICAL_PATH
25083:
25084: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25085: include/pa_config_fixed.h, include/pa_config_includes.h,
25086: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25087: include/pa_version.h, main/compile.y, main/execute.C,
25088: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25089: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25090: main/untaint.C, targets/cgi/parser3.C,
25091: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25092: cgi: reinvent document_root and request_uri under iis. autoconf
25093: updated. introducing ap_config_includes
25094:
25095: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25096:
25097: * src/targets/cgi/parser3.C: cgi: only one pool now
25098:
25099: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25100: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25101: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25102: types/pa_venv.h, types/pa_vform.C: sapi made object
25103:
25104: * src/: include/pa_globals.h, main/pa_request.C,
25105: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25106: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25107: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25108:
25109: * src/: main/pa_request.C, targets/cgi/parser3.C,
25110: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25111: isapi minor env beauty
25112:
25113: * src/: main/pa_request.C, targets/cgi/parser3.C,
25114: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25115: isapi document_root 0
25116:
25117: 2001-03-22 paf
25118:
25119: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25120:
25121: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25122: isapi/parser3isapi.C: z
25123:
25124: * src/: include/pa_pool.h, main/pa_request.C,
25125: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25126:
25127: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25128: kill.pl: isapi added utils
25129:
25130: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25131: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25132: types/pa_vform.C: isapi 0
25133:
25134: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25135: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25136: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25137: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25138: started isapi
25139:
25140: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25141: some comments
25142:
25143: * src/: include/pa_globals.h, include/pa_request.h,
25144: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25145: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25146: parser_root_auto_path parser_site_auto_path
25147:
25148: * src/types/pa_vcookie.C: cookie attr decoded
25149:
25150: 2001-03-21 paf
25151:
25152: * src/targets/cgi/parser3.C: z
25153:
25154: * src/include/pa_globals.h: post. todo: config of auto.p path
25155:
25156: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25157: types/pa_venv.h: in cookie & env. todo:post
25158:
25159: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25160: classes/root.C, classes/table.C, include/pa_array.h,
25161: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25162: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25163: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25164: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25165: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25166: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25167: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25168: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25169: shifted apache branch on main trunc
25170:
25171: * src/: include/pa_common.h, include/pa_globals.h,
25172: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25173: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25174: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25175: starting mod_parser3
25176:
25177: * src/targets/cgi/parser3.C: starting mod_parser3
25178:
25179: 2001-03-20 paf
25180:
25181: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25182: targets/cgi/parser3.C: automake compiled and works. todo:make
25183: win32 ifdefs work and add ifdef unistd
25184:
25185: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25186: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25187: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25188: z
25189:
25190: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25191: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25192: locking
25193:
25194: * src/: classes/Makefile.am, types/Makefile.am: z
25195:
25196: * src/: Makefile.am, classes/file.C, classes/root.C,
25197: classes/table.C, include/pa_array.h, include/pa_request.h,
25198: include/pa_string.h, main/Makefile.am, main/execute.C,
25199: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25200: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25201: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25202: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25203:
25204: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25205: main/pa_request.C, types/pa_vfile.h: ^table:save
25206:
25207: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25208: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25209: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25210: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25211: types/pa_vform.h: z
25212:
25213: * src/include/pa_string.h: z
25214:
25215: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25216: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25217: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25218: :Value
25219:
25220: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25221: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25222: :VStateless_object
25223:
25224: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25225: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25226: :VStateless_object
25227:
25228: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25229: types/pa_valiased.C, types/pa_vform.h: commented VForm
25230:
25231: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25232: types/pa_valiased.h, types/pa_value.h,
25233: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25234: types/pa_vstateless_object.h: moved common get_element part from
25235: stateless object&class into VAliased
25236:
25237: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25238: classes/table.C, main/execute.C, main/main.dsp,
25239: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25240: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25241: now :Value
25242:
25243: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25244: main/execute.C, main/main.dsp, main/pa_globals.C,
25245: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25246:
25247: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25248: doxx
25249:
25250: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25251: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25252: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25253: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25254: and ^file:save
25255:
25256: 2001-03-19 paf
25257:
25258: * src/types/pa_vfile.C: z
25259:
25260: * src/: classes/file.C, classes/request.C, classes/table.C,
25261: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25262: main/pa_request.C, main/untaint.C, types/pa_value.h,
25263: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25264:
25265: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25266: include/pa_string.h, include/pa_table.h, main/main.dsp,
25267: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25268: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25269: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25270: classes/_file.h, classes/file.C, types/pa_vfile.C,
25271: types/pa_vfile.h: file class just compiled
25272:
25273: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25274: include/pa_table.h, include/pa_types.h, main/execute.C,
25275: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25276: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25277: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25278:
25279: * src/include/pa_pool.h: z
25280:
25281: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25282: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25283: Hash::Value to Val so to doxygen would finlly stop confusing
25284: those Value-s
25285:
25286: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25287: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25288: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25289: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25290: include/pa_types.h, main/compile.C, main/compile.y,
25291: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25292: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25293: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25294: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25295: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25296:
25297: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25298: derivates somehow unlinked. don't know why yet
25299:
25300: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25301: include/pa_string.h, include/pa_threads.h, main/compile.C,
25302: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25303: main/execute.C, main/pa_array.C, main/pa_common.C,
25304: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25305: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25306: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25307:
25308: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25309: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25310: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25311: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25312: types/pa_vrequest.h: doc: detected Value derivates prob
25313:
25314: * src/include/pa_globals.h: z
25315:
25316: * src/: classes/_request.h, classes/request.C, include/code.h,
25317: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25318: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25319: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25320: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25321: main/execute.C, main/pa_pool.C, main/pa_request.C,
25322: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25323: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25324:
25325: 2001-03-18 paf
25326:
25327: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25328: cookie: allowed access to hash-assigned
25329:
25330: * src/targets/cgi/parser3.C: z
25331:
25332: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25333: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25334: include/pa_types.h, main/main.dsp, main/pa_common.C,
25335: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25336: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25337: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25338: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25339: types/pa_vunknown.h: cookie class
25340:
25341: * src/main/pa_request.C: zero length output allowed
25342:
25343: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25344: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25345:
25346: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25347: lang switch
25348:
25349: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25350: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25351: types/pa_value.h, types/pa_vhash.h:
25352: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25353:
25354: * src/main/execute.C: z
25355:
25356: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25357: targets/cgi/parser3.C: taint[uri
25358:
25359: * src/: classes/request.C, classes/response.C, classes/root.C,
25360: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25361: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25362: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25363:
25364: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25365: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25366: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25367: types/pa_vstateless_class.C: convinient string(pool, char *src,
25368: bool tainted) ctor
25369:
25370: * src/: include/pa_hash.h, include/pa_request.h,
25371: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25372: main/pa_request.C, main/pa_string.C, main/untaint.C,
25373: targets/cgi/parser3.C: proper @exceptions params tainting
25374:
25375: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25376: response fields to header
25377:
25378: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25379: z
25380:
25381: * src/: classes/_response.h, classes/response.C,
25382: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25383: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25384: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25385: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25386: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25387: $response: 0 request::core exception rethrow
25388:
25389: 2001-03-16 paf
25390:
25391: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25392: types/pa_vrequest.h: native method' class call with less params
25393: then needed error reporting
25394:
25395: * src/: classes/_request.h, classes/request.C,
25396: include/pa_globals.h, include/pa_request.h, main/execute.C,
25397: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25398: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25399: types/pa_vrequest.h: $request : query :uri
25400:
25401: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25402: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25403: types/pa_wcontext.h: $result
25404:
25405: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25406:
25407: * src/: classes/double.C, include/code.h, main/compile.y,
25408: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25409: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25410:
25411: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25412: main/compile.y, main/execute.C, types/pa_value.h,
25413: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25414: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25415: wcontext conflict
25416:
25417: * src/: main/execute.C, types/pa_value.h,
25418: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25419: $string.field
25420:
25421: 2001-03-15 paf
25422:
25423: * src/main/pa_request.C: news sample
25424:
25425: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25426: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25427:
25428: * src/main/: compile.y, execute.C: z
25429:
25430: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25431: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25432: pre pre works
25433:
25434: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25435: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25436: fillfields just compiled
25437:
25438: 2001-03-14 paf
25439:
25440: * src/: include/pa_request.h, main/pa_request.C,
25441: targets/cgi/parser3.C: z
25442:
25443: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25444: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25445: types/pa_vstring.h: limits -1
25446:
25447: * src/: include/pa_globals.h, include/pa_request.h,
25448: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25449: main/pa_request.C, targets/cgi/parser3.C,
25450: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25451: request_info -1
25452:
25453: * src/: include/pa_globals.h, main/pa_globals.C,
25454: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25455: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25456: vform_fields_fill
25457:
25458: * src/targets/cgi/parser3.C: # if MSVC
25459:
25460: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25461: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25462:
25463: * src/targets/cgi/parser3.C: z
25464:
25465: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25466: include/pa_string.h, include/pa_types.h, main/compile.y,
25467: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25468: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25469: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25470: types/pa_vunknown.h: global handler, exceptions in parser3
25471:
25472: 2001-03-13 paf
25473:
25474: * src/: classes/form.C, main/compile.y, main/core.C,
25475: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25476: types/pa_vform.h, types/pa_vstateless_class.C,
25477: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25478: instead
25479:
25480: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25481: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25482: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25483: started cgi target
25484:
25485: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25486: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25487: before error show with parser
25488:
25489: * src/: classes/_form.h, classes/form.C, include/core.h,
25490: include/pa_request.h, main/core.C, main/pa_request.C,
25491: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25492:
25493: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25494:
25495: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25496: parser3.C: renamed targets/ parser to cgi
25497:
25498: * src/: classes/double.C, classes/env.C, classes/int.C,
25499: classes/root.C, classes/string.C, classes/table.C,
25500: include/pa_request.h, types/pa_vhash.h: z
25501:
25502: * src/: classes/_env.h, classes/env.C, classes/root.C,
25503: include/core.h, include/pa_pool.h, include/pa_request.h,
25504: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25505: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25506: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25507: [historical moment :)]
25508:
25509: * src/: include/code.h, include/pa_string.h, main/compile.y,
25510: main/execute.C, main/pa_string.C: 'value is type' expr operator
25511:
25512: * src/types/pa_venv.h: $ENV 1
25513:
25514: * src/main/execute.C: z
25515:
25516: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25517: future methods of ENV constructor if
25518:
25519: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25520: class
25521:
25522: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25523: classes/_root.h, classes/_string.h, classes/_table.h,
25524: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25525: classes/string.C, classes/table.C, include/pa_request.h,
25526: main/compile.C, main/compile_tools.h, main/core.C,
25527: main/execute.C, main/main.dsp, main/pa_request.C,
25528: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25529: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25530: types/pa_vobject.h, types/pa_vstateless_class.C,
25531: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25532: types/pa_wcontext.h: $ENV: re 0, stateless classes
25533:
25534: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25535: classes/_root.h, classes/_string.h, classes/_table.h,
25536: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25537: classes/string.C, classes/table.C, include/pa_request.h,
25538: main/compile.C, main/compile_tools.h, main/core.C,
25539: main/execute.C, main/main.dsp, main/pa_request.C,
25540: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25541: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25542: types/pa_vobject.h, types/pa_vstateless_class.C,
25543: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25544: types/pa_wcontext.h: $ENV: re 0, stateless classes
25545:
25546: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25547: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25548: yesterdays bad decision on execute_static_method
25549:
25550: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25551:
25552: * src/: classes/double.C, classes/int.C, classes/root.C,
25553: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25554:
25555: * src/main/pa_request.C: z
25556:
25557: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25558: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25559:
25560: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25561: include/pa_pool.h, main/pa_request.C:
25562: restructure_exceptions_dead_end
25563:
25564: * src/: classes/root.C, main/compile.y: ^if required junctions.
25565: allowed ; inside {} to break params
25566:
25567: * src/classes/root.C: ^eval
25568:
25569: * src/: classes/_string.h, classes/double.C, classes/int.C,
25570: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25571: string ^format
25572:
25573: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25574: 'bad' but not 'enough'
25575:
25576: * src/: classes/double.C, classes/root.C, classes/table.C,
25577: include/pa_common.h, include/pa_types.h, main/compile.y,
25578: main/pa_common.C, main/pa_request.C, main/untaint.C,
25579: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25580: types/pa_wwrapper.h: think constructing flag as is is bad
25581:
25582: * src/: classes/double.C, classes/int.C, classes/root.C,
25583: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25584: types/pa_vint.h: ^for
25585:
25586: 2001-03-12 paf
25587:
25588: * src/classes/table.C: table ^empty
25589:
25590: * src/: classes/table.C, include/pa_table.h: table ^menu
25591:
25592: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25593: ^offset ^line ^count
25594:
25595: * src/classes/root.C: ^round() ^floor() ^ceiling()
25596: ^abs() ^sign()
25597:
25598: * src/classes/: root.C, table.C: ^use
25599:
25600: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25601: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25602: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25603: ^while. switched off wcontext.constructing after write(value) or
25604: auto-vhash-constructing
25605:
25606: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25607: main/pa_request.C: fail_if_junction_ helper func
25608:
25609: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25610: include/pa_request.h, main/execute.C, main/main.dsp,
25611: main/pa_common.C, main/pa_request.C: ^process error point by
25612: actual method_name, not source. ^load
25613:
25614: * src/types/pa_vtable.h: table: no, better with string in cells...
25615:
25616: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25617: classes/_table.h, classes/table.C, main/untaint.C: z
25618:
25619: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25620: include/pa_table.h, main/core.C, main/execute.C,
25621: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25622: types/pa_value.h: table:set 0
25623:
25624: * src/: classes/root.C, include/core.h, include/pa_array.h,
25625: include/pa_request.h, include/pa_table.h, main/core.C,
25626: main/main.dsp, main/pa_request.C, main/pa_table.C,
25627: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25628: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25629: types/pa_vstring.h: freeze, ^table:create[] -1
25630:
25631: * src/: classes/root.C, types/pa_value.h: z
25632:
25633: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25634: get_method in couple places optimizing them
25635:
25636: * src/classes/root.C: z
25637:
25638: * src/: classes/root.C, types/pa_vclass.h: process temp main
25639: zeroing
25640:
25641: * src/: classes/double.C, classes/int.C, classes/root.C,
25642: classes/string.C, include/pa_common.h, include/pa_request.h,
25643: include/pa_string.h, include/pa_types.h, main/compile.C,
25644: main/compile.y, main/compile_tools.h, main/execute.C,
25645: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25646: types/pa_vmframe.h: ^process. actual names to store param and
25647: check_actual_numbered_params for better place diagnostics
25648:
25649: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25650: method-junctions bug fixed
25651:
25652: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25653: pa_vstateless_object.h, pa_vstring.h: stateless_object
25654:
25655: 2001-03-11 paf
25656:
25657: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25658: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25659: VDouble VInt base now VObject_base - without fields
25660:
25661: * src/: classes/root.C, include/core.h, main/core.C: z
25662:
25663: * src/: classes/double.C, classes/int.C, classes/root.C,
25664: classes/string.C, include/core.h, include/pa_hash.h,
25665: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25666: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25667:
25668: * src/: classes/double.C, classes/int.C, classes/root.C,
25669: include/pa_request.h, main/execute.C: intercept_string
25670:
25671: * src/: classes/double.C, classes/int.C, classes/root.C,
25672: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25673:
25674: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25675: ^inc-s(expr)
25676:
25677: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25678: classes/_root.h, classes/_string.h, classes/double.C,
25679: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25680: include/code.h, include/core.h, include/pa_array.h,
25681: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25682: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25683: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25684: include/pa_types.h, main/compile.C, main/compile.y,
25685: main/compile_tools.C, main/compile_tools.h, main/core.C,
25686: main/execute.C, main/pa_array.C, main/pa_common.C,
25687: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25688: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25689: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25690: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25691: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25692: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25693: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25694: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25695:
25696: * src/: main/pa_request.C, types/pa_vhash.h: z
25697:
25698: * src/: include/core.h, include/pa_request.h, main/core.C,
25699: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25700:
25701: * src/: include/pa_valiased.h, include/pa_value.h,
25702: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25703: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25704: include/pa_vjunction.h, include/pa_vmframe.h,
25705: include/pa_vobject.h, include/pa_vstring.h,
25706: include/pa_vunknown.h, include/pa_wcontext.h,
25707: include/pa_wwrapper.h, main/compile.y, main/core.C,
25708: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25709: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25710: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25711: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25712: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25713: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25714: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25715: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25716: include/
25717:
25718: 2001-03-10 paf
25719:
25720: * src/: include/core.h, include/pa_request.h, main/core.C,
25721: main/pa_request.C: run+auto=run
25722:
25723: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25724:
25725: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25726: classes/_root.h, classes/_string.h, classes/double.C,
25727: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25728: include/code.h, include/core.h, include/pa_array.h,
25729: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25730: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25731: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25732: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25733: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25734: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25735: include/pa_vjunction.h, include/pa_vmframe.h,
25736: include/pa_vobject.h, include/pa_vstring.h,
25737: include/pa_vunknown.h, include/pa_wcontext.h,
25738: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25739: main/compile_tools.C, main/compile_tools.h, main/core.C,
25740: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25741: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25742: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25743: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25744: main/pa_wcontext.C: sources header
25745:
25746: * src/main/pa_request.C: auto..
25747:
25748: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25749: main/pa_request.C: auto tree0
25750:
25751: * src/: include/core.h, include/pa_request.h, main/compile.y,
25752: main/core.C, main/pa_request.C: names to core.C
25753:
25754: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25755: include/pa_request.h, main/core.C, main/execute.C,
25756: main/pa_common.C, main/pa_request.C: root auto.p loaded
25757:
25758: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25759: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25760: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25761: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25762:
25763: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25764: @auto[] realised. auto.p scan togo
25765:
25766: * src/: include/pa_request.h, main/execute.C: autocalc
25767: code-junctions result now have names
25768:
25769: * src/: classes/double.C, classes/int.C, classes/root.C,
25770: classes/string.C, include/pa_request.h, include/pa_string.h,
25771: include/pa_wcontext.h, main/compile.y, main/execute.C,
25772: main/pa_string.C, main/pa_wcontext.C: tainting 0
25773:
25774: * src/classes/env.C: env:file/line
25775:
25776: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25777: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25778: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25779: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25780: main/compile_tools.C, main/compile_tools.h, main/core.C,
25781: main/execute.C, main/main.dsp, main/pa_cframe.C,
25782: main/pa_request.C, main/pa_wcontext.C: const fight finished
25783:
25784: * src/include/pa_vclass.h: const fight to go
25785:
25786: * src/: classes/_env.h, classes/env.C, classes/root.C,
25787: include/pa_request.h, include/pa_vclass.h, main/core.C,
25788: main/main.dsp: env0
25789:
25790: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25791: classes/_string.h, classes/double.C, classes/int.C,
25792: classes/root.C, classes/string.C, include/pa_request.h,
25793: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25794: include/pa_wcontext.h, main/core.C, main/main.dsp,
25795: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25796: main/pa_wcontext.C: ^lang prepare0
25797:
25798: 2001-03-09 paf
25799:
25800: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25801: construct proper naming
25802:
25803: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25804: classes/double.C, classes/int.C, classes/root.C,
25805: classes/string.C, include/code.h, include/pa_value.h,
25806: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25807: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25808: main/compile.y, main/compile_tools.C, main/core.C,
25809: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25810: and ^double[]. fixed expr type
25811:
25812: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25813: ^string.length[]
25814:
25815: 2001-03-08 paf
25816:
25817: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25818:
25819: * src/: include/pa_vclass.h, include/pa_vstring.h,
25820: include/pa_wcontext.h, main/compile.y, main/core.C,
25821: main/execute.C, main/main.dsp: dead end: vstring can't be
25822: derivated from vobject
25823:
25824: * src/: include/pa_vclass.h, include/pa_vhash.h,
25825: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25826:
25827: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25828: remained clone conseqs
25829:
25830: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25831:
25832: * src/main/pa_vclass.C: wow! vclass were out of vcs
25833:
25834: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25835: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25836: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25837: include/pa_vobject.h, include/pa_vstring.h,
25838: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25839: main/execute.C: withoud cloning. didn't need it actually, params
25840: got passed from out unnamed ewpool
25841:
25842: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25843: include/pa_vjunction.h, include/pa_vobject.h,
25844: include/pa_vunknown.h, main/compile.y: cloning dead end
25845:
25846: * src/: include/pa_bool.h, include/pa_double.h,
25847: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25848: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25849: include/pa_vjunction.h, include/pa_vmframe.h,
25850: include/pa_vobject.h, include/pa_vstring.h,
25851: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25852: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25853: to give params proper names
25854:
25855: * src/main/pa_wcontext.C: z
25856:
25857: * src/: include/pa_vmframe.h, main/execute.C: added names to
25858: unknown values in get_element and unfilled params. removed wrong
25859: name change in get_element
25860:
25861: * src/main/execute.C: z
25862:
25863: * src/main/execute.C: fixed problems calling operators in
25864: constructors
25865:
25866: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25867: detected problems calling operators in constructors
25868:
25869: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25870: autocalc def to string
25871:
25872: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25873: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25874:
25875: * src/classes/root.C: added root.c
25876:
25877: * src/: include/pa_request.h, include/pa_value.h,
25878: include/pa_vcframe.h, include/pa_vmframe.h,
25879: include/pa_wcontext.h, main/compile.C, main/compile.y,
25880: main/core.C, main/execute.C, main/pa_cframe.C,
25881: main/pa_wcontext.C: 'if' just compiled
25882:
25883: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25884: include/pa_vjunction.h, include/pa_vmframe.h,
25885: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25886: main/pa_wcontext.C: z
25887:
25888: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25889: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25890: with parameter names in operator methods
25891:
25892: * src/main/compile.y: minor renamings in .y
25893:
25894: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25895: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25896: @BASE. changed 'RUN' assignment mech
25897:
25898: * src/main/execute.C: z
25899:
25900: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25901: main/compile_tools.h, main/execute.C: made class: dynamic, not
25902: static. so to enable runtime ^use
25903:
25904: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25905:
25906: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25907: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25908:
25909: * src/main/execute.C: root root in code-junction
25910:
25911: 2001-03-07 paf
25912:
25913: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25914: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25915:
25916: * src/: include/pa_stack.h, include/pa_value.h,
25917: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25918: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25919: fixed rwcontext of {} params up
25920:
25921: * src/main/: compile.y, compile_tools.h: ^func(params)
25922:
25923: * src/main/compile.y: .y priorities syntax shaped up a bit
25924:
25925: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25926: include/pa_vunknown.h, main/compile.y, main/execute.C,
25927: main/pa_hash.C: expr def in -f
25928:
25929: * src/main/: compile.y, execute.C: expr calls
25930:
25931: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25932: fixed
25933:
25934: * src/main/compile.y: expr quoted code
25935:
25936: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25937: support0
25938:
25939: * src/main/compile.y: expr string comparisons 0
25940:
25941: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25942: main/pa_string.C: just compiled lt&co
25943:
25944: * src/main/execute.C: ^var.menu{$field} problem detected. that
25945: $field not a $var.field
25946:
25947: 2001-03-06 paf
25948:
25949: * src/main/compile.y: .y expr visible-shorter
25950:
25951: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25952: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25953: logical
25954:
25955: * src/: include/pa_vstring.h, main/compile.y: problems with
25956: skipping whitespace in yylex
25957:
25958: * src/include/pa_vbool.h: forgot this
25959:
25960: * src/: include/code.h, main/compile.y, main/execute.C: without
25961: string ops in expressions 0
25962:
25963: * src/: include/pa_value.h, include/pa_vdouble.h,
25964: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25965: main/execute.C, main/main.dsp: !~
25966:
25967: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25968: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25969: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25970: include/pa_vunknown.h, include/pa_wcontext.h,
25971: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25972: main/compile_tools.h, main/execute.C: +-*/
25973:
25974: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25975: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25976:
25977: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25978: main/execute.C: expr grammar-1 2*2=4.000000 :)
25979:
25980: * src/main/compile.y: expr grammar-1
25981:
25982: * src/main/compile.y: expr lexx1
25983:
25984: * src/main/: compile.y, execute.C, main.dsp: z
25985:
25986: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25987: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25988: main/execute.C: expr lex0 exec-1
25989:
25990: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25991:
25992: 2001-02-26 paf
25993:
25994: * src/main/compile.y: max_string in yyerror bug fix
25995:
25996: 2001-02-25 paf
25997:
25998: * src/: include/pa_value.h, include/pa_vmframe.h,
25999: include/pa_wcontext.h, main/execute.C: VAliased3
26000:
26001: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26002:
26003: * src/main/execute.C: VAliased1
26004:
26005: * src/: include/pa_request.h, include/pa_value.h,
26006: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26007: VAliased0
26008:
26009: * src/: include/pa_pool.h, include/pa_request.h,
26010: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26011: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26012: VAliased just compiled
26013:
26014: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26015: include/pa_vobject.h, main/execute.C: alias dead end
26016:
26017: * src/: include/pa_value.h, include/pa_vclass.h,
26018: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26019: main/main.dsp: no not get fields into interm VFielded class.
26020: fields & staticfields 1
26021:
26022: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26023: include/pa_vobject.h, include/pa_wcontext.h,
26024: include/pa_wwrapper.h, main/core.C, main/execute.C,
26025: main/main.dsp: would now get fields into interm VFielded class
26026:
26027: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26028: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26029: include/pa_wcontext.h, main/compile.y, main/core.C,
26030: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26031: main/pa_wcontext.C: virtuals2
26032:
26033: * src/main/compile.y: : 1
26034:
26035: * src/main/compile.y: rethought to $class:static.field.subfield
26036:
26037: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26038: $class:element
26039:
26040: * src/: include/pa_value.h, include/pa_vmframe.h,
26041: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26042: main/pa_wcontext.C: before execute class calls rewrite
26043:
26044: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26045: name RUN, also alias
26046:
26047: * src/main/compile.y: escaping bug
26048:
26049: * src/: include/pa_request.h, include/pa_value.h,
26050: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26051: main/core.C, main/execute.C, main/pa_common.C: vobject1
26052:
26053: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26054: include/pa_vmframe.h, include/pa_vobject.h,
26055: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26056: main/compile_tools.h, main/execute.C: ^class:method() just
26057: compiled
26058:
26059: 2001-02-24 paf
26060:
26061: * src/main/main.dsp: no bison -d
26062:
26063: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26064: class' err msg wrong
26065:
26066: * src/main/compile.y: z
26067:
26068: * src/main/: compile.y, core.C: yylex need some @special lines adj
26069:
26070: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26071: main/compile.y, main/compile_tools.h, main/core.C: modules0
26072:
26073: * src/: include/pa_vclass.h, main/core.C: z
26074:
26075: * src/: include/pa_value.h, include/pa_vclass.h,
26076: include/pa_vobject.h, main/main.dsp: vobject00
26077:
26078: * src/main/pa_array.C: minor bug in expanding very small arrays.
26079: 60% from 1 were 0
26080:
26081: * src/: include/pa_value.h, include/pa_wcontext.h,
26082: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26083: as bad as you've named it: wcontext.value() was not a perfect
26084: idea
26085:
26086: * src/main/execute.C: codeframe1
26087:
26088: * src/: include/pa_value.h, include/pa_vcframe.h,
26089: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26090: include/pa_vjunction.h, include/pa_vmframe.h,
26091: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26092: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26093: just compiled
26094:
26095: * src/: include/pa_vframe.h, main/compile.y: found junction
26096: ideology @: ^x{$a()) must construct current wcontext element, so
26097: smart wcontext handling needed
26098:
26099: * src/main/compile.y: fixed grammar bugs in constructor/params
26100: klinch
26101:
26102: * src/main/: compile.y, execute.C: fixed empty constructor
26103: optimized empty case. failed on calls - produced empty string
26104: param
26105:
26106: * src/main/compile.y: fixed last \n macrotemplate strip bug
26107:
26108: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26109: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26110: main/compile_tools.C, main/compile_tools.h, main/core.C,
26111: main/execute.C: code junctions0. something wrong with last \n
26112: macrotemplate strip
26113:
26114: * src/: include/pa_value.h, main/compile.C, main/core.C,
26115: main/pa_value.C: minor error reporting format beautifyings
26116:
26117: * src/: include/pa_value.h, include/pa_vclass.h,
26118: include/pa_vframe.h, main/core.C, main/execute.C,
26119: main/pa_value.C: get_method RIP. junctions everywhere. call with
26120: junctions0
26121:
26122: 2001-02-23 paf
26123:
26124: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26125: pa_wwrapper.h: lara came, can't work, sorry :(
26126:
26127: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26128: junction
26129:
26130: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26131: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26132: main/execute.C, main/main.dsp, main/pa_value.C: call0
26133:
26134: * src/: include/pa_hash.h, include/pa_value.h,
26135: include/pa_wcontext.h, main/core.C, main/execute.C,
26136: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26137: done
26138:
26139: * src/include/pa_wcontext.h: z
26140:
26141: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26142: wrong grammar in complex constructor case
26143:
26144: * src/main/: compile.y, execute.C: empty constructor bug fixed
26145:
26146: * src/main/execute.C: with result rwpool
26147:
26148: * src/: include/pa_value.h, main/core.C, main/execute.C,
26149: main/main.dsp: value named
26150:
26151: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26152: strign 2 value in 2 places in execute
26153:
26154: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26155: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26156: wcontext.put_element when wcontext fvalue==0
26157:
26158: 2001-02-22 paf
26159:
26160: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26161: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26162: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26163:
26164: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26165: erroreos checkout
26166:
26167: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26168:
26169: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26170: main/compile_tools.h, main/pa_array.C: $self.get
26171:
26172: * src/main/: compile.C, compile.y, compile_tools.C: z
26173:
26174: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26175: bit. finished now.
26176:
26177: * src/main/compile.y: $: finished
26178:
26179: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26180:
26181: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26182: main/execute.C: OP_STRING better then some xxx _VALUE
26183:
26184: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26185: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26186: string to vstring it .y all
26187:
26188: * src/: include/pa_request.h, include/pa_stack.h,
26189: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26190: all
26191:
26192: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26193: precise parse error line:col
26194:
26195: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26196: main/pa_hash.C, main/pa_pool.C: TRY...
26197:
26198: * src/: include/pa_exception.h, include/pa_pool.h,
26199: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26200: main/compile.C, main/compile.y, main/compile_tools.C,
26201: main/core.C, main/pa_array.C, main/pa_exception.C,
26202: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26203: main/pa_table.C: removed exception from request
26204:
26205: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26206: some forgotten
26207:
26208: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26209: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26210: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26211: get/put simple vars to VClass works0
26212:
26213: * src/: include/pa_array.h, include/pa_wcontext.h,
26214: main/pa_string.C: in process, but found that exceptions are too
26215: global
26216:
26217: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26218: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26219: main/execute.C, main/pa_string.C: write_value write_string 0 it
26220: seems wcontext must write strings regardles of fvalue!=0
26221:
26222: 2001-02-21 paf
26223:
26224: * src/main/execute.C: tired :)
26225:
26226: * src/main/: compile.C, compile.y, execute.C: store0
26227:
26228: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26229: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26230: include/pa_wcontext.h, main/compile.C, main/compile.y,
26231: main/execute.C, main/main.dsp, main/pa_array.C,
26232: main/pa_request.C: get put -1 [just compiled]
26233:
26234: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26235: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26236: main/main.dsp, main/pa_request.C: request core methods0
26237:
26238: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26239: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26240: execute
26241:
26242: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26243: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26244: methods and one_big_piece. now compile returns array<method*>
26245:
26246: * src/main/compile.y: more straightforward yylex[end]
26247:
26248: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26249: string.operator==(char*)
26250:
26251: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26252: main/execute.C, main/pa_array.C: after array.const get wonders
26253:
26254: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26255: pa_string.h, pa_value.h: struck with const array.gets
26256:
26257: * src/main/: execute.C: z
26258:
26259: * src/main/: compile.y, execute.C: z
26260:
26261: * src/main/: compile.C, compile.y, compile_tools.h: error
26262: processing in eval & yyerror so it wouldn't cause memleaks.
26263:
26264: * src/main/: compile.C, compile.y: failed to add absolute precies
26265: parse error positions. leaving RIGHTMOST position as
26266: @file[line:col]
26267:
26268: * src/: include/compile.h, main/compile.C, main/compile.y,
26269: main/compile_tools.h: line numbers needed. would add them to .y
26270: now internally. externally it's not as precise as needed
26271:
26272: * src/: include/code.h, include/pa_types.h, main/compile.C,
26273: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26274: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26275: compiler works ok
26276:
26277: 2001-02-20 paf
26278:
26279: * src/main/: compile.C, compile.y, compile_tools.C,
26280: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26281: not perfect
26282:
26283: * src/: include/code.h, include/compile.h, include/execute.h,
26284: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26285: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26286: main/compile.C, main/compile.y, main/compile_tools.C,
26287: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26288: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26289: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26290: compiled. execute=dump for now
26291:
26292: * src/main/core.C: core rewrite using yacc investigations now will
26293: be compile[yacc]/execute[opcodes]
26294:
26295: 2001-02-15 paf
26296:
26297: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26298: rewrite as turing machine? for it seems it would be it's too many
26299: ifs with this syntax now
26300:
26301: 2001-02-14 paf
26302:
26303: * src/main/core.C: get_params 1
26304:
26305: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26306: :( ]
26307:
26308: * src/main/core.C: varios breaks
26309:
26310: * src/main/core.C: get names 3
26311:
26312: * src/main/core.C: get names 2
26313:
26314: * src/main/core.C: get names 1
26315:
26316: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26317: names 0
26318:
26319: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26320: text repassing2 operator static vars
26321:
26322: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26323: main/pa_string.C: process text repassing
26324:
26325: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26326: module:calls changes
26327:
26328: 2001-02-13 paf
26329:
26330: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26331: ^class:calls[] started
26332:
26333: * src/: include/pa_value.h, main/core.C: z
26334:
26335: * src/main/core.C: operators : and self. prefixes
26336:
26337: * src/main/core.C: z
26338:
26339: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26340: tested
26341:
26342: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26343: optimized
26344:
26345: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26346: would change privates to better support optimization
26347:
26348: * src/: include/pa_string.h, main/pa_string.C:
26349: String_iterator::skip_to todo:optimize
26350:
26351: 2001-02-12 paf
26352:
26353: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26354: String_iterator
26355:
26356: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26357: comments
26358:
26359: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26360: self/methodref joined
26361:
26362: 2001-02-11 paf
26363:
26364: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26365: main/main.dsp: core started. core.C, context&value .h
26366:
26367: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26368: include/pa_string.h, main/main.dsp, main/pa_array.C,
26369: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26370:
26371: 2001-01-30 paf
26372:
26373: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26374: comments
26375:
26376: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26377: main/pa_pool.C: moved pa_pool.C to be target specific
26378:
26379: * src/: include/pa_exception.h, include/pa_pool.h,
26380: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26381: to & changes
26382:
26383: * src/: include/pa_exception.h, include/pa_pool.h,
26384: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26385: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26386: re-associated. that's much better even removed 'die' necessety
26387:
26388: * src/: include/pa_error.h, include/pa_exception.h,
26389: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26390: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26391: targets/Makefile.am: lowered targets/parser into subdir, added
26392: parser_Pool(Pool) failed to add. would think..
26393:
26394: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26395: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26396: main/pa_string.C, main/pa_table.C: Table more like C++ style
26397: hence lots of 'const'
26398:
26399: * src/: include/pa_error.h, include/pa_request.h,
26400: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26401: main/pa_table.C: Error fixed
26402:
26403: 2001-01-29 paf
26404:
26405: * src/: include/pa_array.h, include/pa_common.h,
26406: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26407: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26408: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26409: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26410:
26411: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26412: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26413: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26414: main/pa_string.C, main/pa_table.C: Request Error Table
26415:
26416: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26417: templates"
26418:
26419: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26420: main/main.dsp, main/pa_array.C: templates failed no template
26421: specializations [VC6], no library auto instantation [VC6, GNU c++
26422: 2.95.2-6 from latest cygwin]
26423:
26424: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26425: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26426: main/main.dsp, main/pa_array.C, main/pa_string.C,
26427: main/pa_table.C: Table started would test template Array now
26428:
26429: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26430: String originating
26431:
26432: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26433: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26434: SYNCHRONIZED(thread_safe)
26435:
26436: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26437: parts to top
26438:
26439: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26440: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26441: see: needed only in global Hash now, made Hash:: put/get
26442: SYNCHRONIZED
26443:
26444: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26445: main/pa_threads.C: added pa_threads
26446:
26447: Mutex
26448:
26449: * src/include/pa_hash.h: some comments
26450:
26451: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26452: Array& operator += (Array& src)
26453:
26454: * src/main/pa_array.C: expand not convinient, would rewrite
26455:
26456: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26457: (Array& src)
26458:
26459: rethought, would change now
26460:
26461: 2001-01-27 paf
26462:
26463: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26464: caching
26465:
26466: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26467: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26468: cache rethought to chunk caching
26469:
26470: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26471: include/pa_string.h, main/main.dsp, main/pa_array.C,
26472: main/pa_hash.C, main/pa_string.C: Array 0
26473:
26474: * src/main/pa_string.C: String::operator ==
26475:
26476: * src/main/pa_hash.C: String(&String)
26477:
26478: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26479:
26480: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26481: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26482: pa_hash[forgotten]
26483:
26484: 2001-01-26 paf
26485:
26486: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26487: removed templates [vc++ suxx]
26488:
26489: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26490: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26491:
26492: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26493:
1.119 moko 26494: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26495:
1.119 moko 26496: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26497: check
26498:
26499: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26500: dynamic row_count
26501:
26502: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26503: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26504: targets/Makefile.am: Initial revision
26505:
26506: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26507: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26508: targets/Makefile.am: creating parser3 module
26509:
E-mail: