Annotation of parser3/ChangeLog, revision 1.219
1.219 ! moko 1: 2025-05-31 moko
! 2:
! 3: * src/main/pa_http.C: old gcc compilation fix (related to feature
! 4: #1277)
! 5:
! 6: 2025-05-28 moko
! 7:
! 8: * src/: classes/array.C, include/pa_array.h: last
! 9: Array_iterator::key() removed (related to feature #1277)
! 10:
! 11: 2025-05-27 moko
! 12:
! 13: * src/: classes/array.C, classes/table.C, include/pa_array.h,
! 14: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
! 15: and used (related to feature #1277)
! 16:
1.218 moko 17: 2025-05-26 moko
18:
19: * src/: classes/array.C, classes/curl.C, classes/hash.C,
20: classes/hashfile.C, classes/image.C, classes/table.C,
21: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
22: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
23: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
24: VString(const char *avalue) added and used to optimize new
25: VString(*new String(i.key(), String::L_TAINTED)) (related to
26: feature #1277)
27:
28: * src/: classes/array.C, classes/curl.C, classes/file.C,
29: classes/hash.C, classes/image.C, classes/json.C,
30: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
31: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
32: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
33: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
34: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
35: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
36: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
37: types/pa_vxnode.C: implements feature #1277 String::Body(const
38: char *abody) now explicit but HashString::put(const char *str, V
39: value) added for simplicity optimizations: HASH_PUT_CSTR used
40: where hash.put called several time during execution; caching
41: String::Body::uitoa used at all pash.put(<uint> calls.
42:
43: 2025-05-25 moko
44:
45: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
46: to feature #1277)
47:
48: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
49:
50: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
51: added for caching (related to feature #1277)
52:
53: * src/include/pa_string.h: optimized String:pos versions added
54: (without language + char *) (related to feature #1277)
55:
56: 2025-05-24 moko
57:
58: * tests/: 445.html, results/445.processed: test for
59: ^hash.array[[keys|values]] added (related to feature #1274)
60:
61: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
62: feature #1274)
63:
1.217 moko 64: 2025-01-26 moko
65:
66: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
67:
1.216 moko 68: 2025-01-25 moko
69:
70: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
71:
72: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
73: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
74: autoheader && automake && autoconf
75:
76: * src/lib/ltdl/configure.ac: new autotools used
77:
78: * acsite.m4, configure.ac: new autotools warnings fixed
79:
1.213 moko 80: 2025-01-10 moko
81:
1.215 moko 82: * tests/results/320.processed: test result updated after syslog
83: added
84:
1.214 moko 85: * src/classes/op.C: minor MSVC fixes
86:
87: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
88:
1.213 moko 89: * operators.ru.txt, operators.txt: +
90: ^syslog[ident;message[;info|warning|error|debug]]
91:
92: * src/classes/op.C: +
93: ^syslog[ident;message[;info|warning|error|debug]] (implelents
94: feature #1270)
95:
96: * configure, configure.ac, src/include/pa_config_auto.h.in,
97: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
98:
99: 2025-01-06 moko
100:
101: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
102: 2^n) calculated and used
103:
104: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
105: https://www.hadrons.org/software/libmd/
106:
1.212 moko 107: 2024-12-28 moko
108:
109: * tests/httpd/run_tests.sh: for FreeBSD compatibility
110:
111: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
112: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
113: $request:uri and $request:path tests added (related to feature
114: #1269)
115:
116: * operators.ru.txt, operators.txt: + $request:path documented
117: (related to feature #1269)
118:
119: * tests/: 065.html, results/065.processed: $request:path,
120: $request:uri tested
121:
122: * src/types/pa_vrequest.C: $request:path default is empty string to
123: match an empty URI in console mode (related to feature #1269)
124:
125: * etc/auto.p.in: $request:path used (related to feature #1269)
126:
127: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
128: (implements feature #1269)
129:
130: 2024-12-26 moko
131:
132: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
133: 3.5.0
134:
135: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
136: pa-include/pa_errno.h, pa-include/pa_file_info.h,
137: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
138: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
139: pa_strcat
140:
141: * tests/results/223.processed: apache upgraded @parser.ru
142:
143: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
144: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
145: pa-include/pa_errno.h, pa-include/pa_file_info.h,
146: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
147: pa-include/pa_strings.h: sdbm updated from version included in
148: apache 2.0.43 to version included in apache 2.0.65
149:
150: 2024-12-24 moko
151:
152: * etc/auto.p.in: to avoid patching Debian package
153:
154: * src/main/: pa_exec.C, pa_http.C: final fixes for
155: --with-build-warnings (dangling-reference warnings can be
156: ignored)
157:
158: 2024-12-23 moko
159:
160: * src/: classes/file.C, classes/hash.C, classes/op.C,
161: include/pa_common.h, main/pa_http.C, main/pa_request.C,
162: types/pa_vcookie.C, types/pa_vform.C: more fixes for
163: --with-build-warnings
164:
165: * src/: classes/date.C, classes/inet.C, classes/op.C,
166: classes/reflection.C, include/pa_array.h,
167: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
168: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
169: --with-build-warnings
170:
1.211 moko 171: 2024-12-21 moko
172:
173: * Makefile.am: +operators.ru.txt
174:
175: * operators.ru.txt, operators.txt: typo fixed
176:
177: 2024-12-20 moko
178:
179: * operators.txt: whitespace synced
180:
181: * operators.ru.txt, operators.txt: curl added
182:
183: * operators.ru.txt, operators.txt: logically sorted
184:
185: * operators.ru.txt: id added
186:
187: * operators.txt: ID added
188:
189: * operators.txt: translated
190:
191: * operators.ru.txt, operators.txt: operators.txt translated to
192: english, synced format with operators.ru.txt
193:
194: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
195: formatted
196:
197: * operators.ru.txt, operators.txt: formatted, actualized, oracle
198: info moved to separate file
199:
200: 2024-12-19 moko
201:
202: * src/targets/cgi/parser3.C: avoid parser version requests logging
203: in parser3.log
204:
205: 2024-12-18 moko
206:
207: * buildall: preventing --with-system-mailreceive linking with
208: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
209: to feature #1199)
210:
1.210 moko 211: 2024-12-16 moko
212:
1.211 moko 213: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 214:
215: * src/classes/table.C: exception text fixed
216:
217: 2024-12-15 moko
218:
219: * tests/: 102.html, results/102.processed: tests updated after
220: $form:fields not editable again (related to feature #1254)
221:
222: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
223: be edited (related to feature #1254)
224:
225: * src/types/pa_vform.C: reverted that
226: $form:fields/tables/files/imap can be edited (related to feature
227: #1254) for backward compatibility
228:
229: 2024-12-14 moko
230:
1.211 moko 231: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 232:
233: * tests/results/auto.p: avoid $mac execution unless on OS X
234:
235: * tests/388-sql.html: more OS support
236:
237: 2024-12-13 moko
238:
239: * tests/388-sql.html: sql tests under OS X now fixed
240:
241: * tests/results/auto.p: curl test under OS X now works
242:
243: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
244: no dll name under Windows, hiding
245:
246: * tests/: 379-curl.html, results/379-curl.processed: some curl
247: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
248:
249: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
250: 389.html, results/030.processed, results/212.processed,
251: results/219.processed, results/273.processed,
252: results/320.processed, results/346-curl.processed,
253: results/389.processed, results/auto.p: ^try-catch-filtered added
254: and used
255:
256: * tests/: 347-curl.html, results/347-curl.processed: support for
257: different error messages
258:
259: * src/classes/curl.C: several curl libraries supported,
260: ^curl:options[ $.library[] ] resets to default
261:
262: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
263: removed as depends on curl version
264:
265: * tests/results/: 223-curl.processed, 394-curl.processed: curl
266: fixed bug with \n in file names, test result updated
267:
268: * tests/388-sql.html: +libmysqlclient.so
269:
270: * etc/auto.p.in: +libmariadb
271:
272: 2024-12-12 moko
273:
274: * tests/: 388-sql.html, results/429-sql.processed: test results
275: updated after test changed
276:
277: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
278: for newer MariaDB compatibility
279:
280: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
281: results/429-sql.processed: key -> id for new MariaDB
282: compatibility
283:
284: * src/types/pa_vmethod_frame.h: warning war
285:
286: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
287: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
288: including for Debian package
289:
290: 2024-12-11 moko
291:
292: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
293: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
294: $status:log-filename added (related to feature #1262)
295:
296: * tests/: 440.html, results/440.processed: test for row is checked
297: before accessing when table is modified during select (related to
298: bug #1258)
299:
300: * src/: classes/table.C, include/pa_table.h: row should be checked
301: before accessing as table can be modified during select (related
302: to bug #1258)
303:
304: * src/types/pa_vmail.C: $mail:received tables -> elements array
305: (related to feature #1226)
306:
307: * src/: classes/file.C, classes/image.C, classes/table.C,
308: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
309: better messages (related to feature #1267)
310:
311: * tests/results/: 065.processed, 246.processed, 337.processed,
312: 342.processed, 352.processed, 356.processed, 364.processed,
313: 372.processed, 373.processed, 389.processed, 404.processed,
314: 406.processed, 414.processed, 430.processed, 432.processed,
315: 442.processed: tests updated after params.as_string error
316: reporting was improved (related to feature #1267)
317:
318: * src/classes/reflection.C: error messages optimized (related to
319: feature #1267)
320:
321: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
322: error reporing for params.as_* (related to feature #1267)
323:
324: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
325: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
326: #1267)
327:
328: * tests/results/: 246.processed, 414.processed, 432.processed:
329: tests updated after params.as_string error reporting was improved
330: (related to feature #1267)
331:
332: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
333: reporing for params.as_string (implements feature #1267)
334:
335: * tests/: 065.html, results/065.processed: tests for file methods
336: accepting file as filename added (related to feature #1265)
337:
338: * src/: classes/file.C, include/pa_exception.h,
339: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
340: methods now accept file as path specification (adopted Sumo patch
341: implements feature #1265)
342:
343: * tests/: 400.html, results/400.processed: tests for result
344: optimization "locks" after first method call (related to feature
345: #1266)
346:
347: 2024-12-10 moko
348:
349: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
350: result_optimization comments (related to feature #1266)
351:
352: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
353: $result now stored in my_result, not in local variables hash
354: (implements feature #1266)
355:
1.209 moko 356: 2024-12-09 moko
357:
1.210 moko 358: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
359: set_my_variable in preparation for $result optimization (related
360: to feature #1266)
361:
1.209 moko 362: * tests/results/119.processed: newline corrected for some OS
363:
364: * tests/: 441.html, results/441.processed: Debian-specific test
365: commented
366:
367: * buildall: pcre2 10.42 -> 10.44
368:
369: 2024-12-08 moko
370:
371: * buildall: external links fixed
372:
373: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
374:
375: * src/include/pa_table.h: some clang versions compilation fix
376:
377: * configure.ac: 3.4.7b -> 3.5.0rc
378:
379: 2024-12-07 moko
380:
381: * tests/: 443.html, 444.html, results/443.processed,
382: results/444.processed: tests for named params (related to feature
383: #1205)
384:
385: * src/: classes/reflection.C, types/pa_method.h: named_params
386: support in reflection (related to feature #1205)
387:
388: * src/types/pa_vmethod_frame.h: extra_params and named params
389: should be also inited in ^method[] call (related to feature
390: #1205)
391:
392: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
393: support using @method[arg;.named_arg;.named_arg2] syntax
394: (implements feature #1205)
395:
396: * tests/: 443.html, results/443.processed: test for *args inited
397: added (related to bug #1264)
398:
399: * src/types/pa_vmethod_frame.h: *args are now inited even if not
400: specified (fixes bug #1264)
401:
402: * tests/: 442.html, results/442.processed: tests for
403: params.as_file_name(N) with empty file name added (related to
404: feature #1121)
405:
406: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
407: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
408: include/pa_exception.h, types/pa_vmethod_frame.h:
409: params.as_file_name(N) added and used instead of
410: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
411: (implements feature #1121)
412:
413: * src/: classes/file.C, classes/image.C, classes/op.C,
414: classes/table.C, include/pa_exception.h: filename is everywhere
415: params.as_string, unify exception and remove
416: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
417:
418: * tests/: 141.html, results/141.processed: test for
419: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
420: to feature #1263)
421:
422: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
423: $.format[file] ] now supported (implements feature #1263)
424:
425: 2024-12-06 moko
426:
427: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
428: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
429: (cgi/console/mail/httpd/apache/isapi) added (related to feature
430: #1262)
431:
432: 2024-12-05 moko
433:
434: * src/targets/cgi/parser3.C: more correct arguments processing to
435: block -fl config.file log.file logic (related to feature #1262)
436:
437: 2024-12-04 moko
438:
439: * src/targets/cgi/parser3.C: now only one log location is selected
440: and tried. -l - supported for stderr specification (related to
441: feature #1262)
442:
443: 2024-12-03 moko
444:
445: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
446: results/010.processed, results/415.processed: tests for
447: $.(expression)[value], $a.(expression), ^v.(expression)[args]
448: added (related to feature #1064)
449:
450: * src/main/compile.y: $.(expression)[value], $a.(expression),
451: ^v.(expression)[args] now supported (implements feature #1064)
452:
453: 2024-12-02 moko
454:
455: * src/targets/cgi/parser3.C: -l /path/to/log options added
456: (implements feature #1262)
457:
1.208 moko 458: 2024-12-01 moko
459:
460: * tests/: 010.html, results/010.processed: some tests related to
461: bug #1149 added
462:
463: * src/main/compile.y: the check pc.pos.col > 1 is not required
464: because we can't be here without a '$' before. The begin == end
465: check was incorrect since $[a]{b} fits this condition (fixes bug
466: #1149)
467:
468: 2024-11-29 moko
469:
470: * src/classes/array.C: warning war
471:
472: 2024-11-26 moko
473:
474: * tests/: 441.html, results/441.processed: a bit more testing
475: (related to bug #1238)
476:
477: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
478:
479: * src/main/pa_exec.C: simplification arg_quote added (related to
480: bug #1229)
481:
1.207 moko 482: 2024-11-25 moko
483:
484: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
485: bug #1239)
486:
487: 2024-11-24 moko
488:
489: * src/main/pa_exec.C: added cmd.exe specific
490:
491: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
492: tests for ^file::exec env and args tainting tests (related to bug
493: #1239)
494:
495: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
496:
497: * src/include/pa_config_includes.h: added recommendations for
498: libxslt.a and and libexslt.a compilation under cygwin
499:
500: * tests/results/102.processed: $form:fields.value is now writable,
501: as $form:value (related to feature #1254)
502:
503: * src/include/pa_config_includes.h: cigwin compilation fixes
504:
505: 2024-11-23 moko
506:
507: * tests/httpd/site/run_server.sh: to simplify testing
508:
509: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
510: site/form.html: $form:files and $form:elements tests added, tests
511: with curl supported (related to feature #1254)
512:
513: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
514: types/pa_vform.h: $form:elements implemented, VForm::get_element
515: uses faster SYMBOLS_EQ, hashes no longer copied when using
516: $form:fields/tables/files/imap and can be edited (implements
517: feature #1254)
518:
519: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
520: bug #1261)
521:
1.206 moko 522: 2024-11-17 moko
523:
524: * tests/: 440.html, results/440.processed: tests for
525: ^table.array[], offset restoration, iterators robust tests
526: (related to bug #1258, features #1259 and #1260)
527:
528: * tests/: 439.html, results/439.processed: array and hash iterators
529: robust tests (related to feature #1260)
530:
531: * src/: classes/array.C, classes/table.C, include/pa_array.h,
532: include/pa_table.h: Array_robust_iterator added and used in cases
533: where array can be modified during iteration (implements feature
534: #1260)
535:
536: * src/classes/table.C: ^table.array[], ^table.array[column name],
537: ^table.array{code} added (implements feature #1259)
538:
539: 2024-11-16 moko
540:
541: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
542: table current row restoration after exception and table changes
543: (fixes bug #1258)
544:
545: 2024-11-13 moko
546:
547: * src/classes/table.C: minor optimization
548:
549: * src/main/pa_string.C: \r added to default ^string.trim chars list
550: (https://www.parser.ru/forum/?id=86648)
551:
1.205 moko 552: 2024-11-11 moko
553:
1.206 moko 554: * src/classes/classes.C: set_base commented
555:
556: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
557: deleted
558:
559: * src/classes/classes.vcproj: no more classes.awk and classes.inc
560:
561: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
562: classes.inc
563:
564: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
565: main/pa_globals.C: classes.awk is useless, preparing to delete it
566:
1.205 moko 567: * src/classes/classes.h: temp fix
568:
569: 2024-11-10 moko
570:
571: * src/: classes/date.C, classes/file.C, classes/image.C,
572: classes/op.C, main/pa_string.C: minor optimization
573:
574: * src/: classes/date.C, classes/file.C, classes/image.C,
575: classes/op.C, main/pa_string.C: typo fixed
576:
577: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
578: classes/file.C, classes/image.C, classes/op.C,
579: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
580: memory allocation befor main(). Only 3 allocations in chatsets
581: left (implements feature #1257)
582:
583: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
584: minor naming convention fix
585:
586: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
587: results/436.processed, results/437.processed,
588: results/438.processed: tests for @unhandled_exception processing
589: (related to feature #1256)
590:
591: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
592: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
593: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
594: are now processed in request::core for correct logging and
595: reporting (feature #1256)
596:
597: * src/: include/pa_sapi.h, main/pa_request.C,
598: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
599: targets/isapi/parser3isapi.C: unhandled exception now called if
600: exception occures during $response:download processing (related
601: to bug #1255)
602:
603: * etc/auto.p.in: better 404 error reporting
604:
605: 2024-11-09 moko
606:
607: * src/main/pa_memory.C: more detailed usage comment
608:
609: * src/main/pa_memory.C: usage commented
610:
611: * src/main/pa_memory.C: minor cleanup
612:
613: * src/types/: pa_varray.h, pa_vregex.h: warnings war
614:
615: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
616: httpd/site/029.html, results/436.processed: test for exception in
617: $response:download[] added
618:
619: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
620: and avoid exit status 1 on die
621:
622: * tests/results/: 007.processed, 019.processed, 098.processed,
623: 103.processed, 233.processed: windows headers matter for binary
624: files
625:
626: * tests/httpd/ok.log: tests results updated as extra headers now
627: cleared on error (related to bug #1255)
628:
629: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
630: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
631: targets/isapi/parser3isapi.C: headers buffering to avoid extra
632: headers in errors, custom send_error in cgi/httpd mode to avoid
633: memory allocations (fixes bug #1255)
634:
635: 2024-11-07 moko
636:
637: * tests/: 264.html, results/264.processed: tests updated to test
638: removal of only trailing empty arguments for backward
639: compatibility (related to feature #1252)
640:
641: * src/classes/file.C: remove trailing empty arguments for backward
642: compatibility (related to feature #1252)
643:
644: 2024-11-05 moko
645:
646: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
647: low memory case, when static initialization failed even before
648: main() start
649:
650: 2024-11-04 moko
651:
652: * configure, src/include/pa_config_auto.h.in,
653: src/include/pa_config_fixed.h: _locking no longer used
654:
655: * configure.ac: _locking no longer used (related to bug #1231)
656:
657: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
658:
659: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
660:
661: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
662: unused
663:
664: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
665: be used on locking errors (related to bug #1231)
666:
667: * src/main/pa_os.C: GetLastError used as errno is not set (related
668: to bug #1231)
669:
670: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
671: allowing shared lock to work (fixes bug #1231)
672:
673: * INSTALL: actualized, minor fixes
674:
675: * etc/auto.p.in: default LIMITS added
676:
677: * AUTHORS: links actualized
678:
679: * src/: classes/array.C, classes/bool.C, classes/classes.C,
680: classes/classes.awk, classes/classes.h, classes/curl.C,
681: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
682: classes/hash.C, classes/hashfile.C, classes/image.C,
683: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
684: classes/math.C, classes/memcached.C, classes/memory.C,
685: classes/op.C, classes/reflection.C, classes/regex.C,
686: classes/response.C, classes/string.C, classes/table.C,
687: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
688: include/pa_array.h, include/pa_base64.h,
689: include/pa_cache_managers.h, include/pa_charset.h,
690: include/pa_charsets.h, include/pa_common.h,
691: include/pa_config_fixed.h, include/pa_config_includes.h,
692: include/pa_dictionary.h, include/pa_dir.h,
693: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
694: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
695: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
696: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
697: include/pa_request_charsets.h, include/pa_request_info.h,
698: include/pa_sapi.h, include/pa_socks.h,
699: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
700: include/pa_stack.h, include/pa_string.h,
701: include/pa_stylesheet_connection.h,
702: include/pa_stylesheet_manager.h, include/pa_symbols.h,
703: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
704: include/pa_uue.h, include/pa_xml_exception.h,
705: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
706: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
707: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
708: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
709: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
710: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
711: main/compile.tab.C, main/compile.y, main/compile_tools.C,
712: main/compile_tools.h, main/execute.C, main/pa_base64.C,
713: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
714: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
715: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
716: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
717: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
718: main/pa_sql_driver_manager.C, main/pa_string.C,
719: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
720: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
721: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
722: main/untaint.C, sql/pa_sql_driver.h,
723: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
724: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
725: targets/isapi/parser3isapi.C, types/pa_junction.h,
726: types/pa_method.h, types/pa_property.h, types/pa_value.C,
727: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
728: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
729: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
730: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
731: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
732: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
733: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
734: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
735: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
736: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
737: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
738: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
739: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
740: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
741: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
742: types/pa_vresponse.C, types/pa_vresponse.h,
743: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
744: types/pa_vstateless_object.h, types/pa_vstatus.C,
745: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
746: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
747: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
748: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
749: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
750:
1.203 moko 751: 2024-10-28 moko
752:
1.204 moko 753: * src/classes/array.C: avoid invalidate()
754:
755: * src/: classes/array.C, types/pa_varray.h: minor optimization for
756: fused to survive in ^array::copy[$a] (related to feature #930)
757:
758: * src/types/pa_varray.h: minor optimization as last element is
759: allways defined if present
760:
1.203 moko 761: * tests/: 435.html, results/435.processed: tests for
762: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
763: for array added (related to feature #1253)
764:
765: * src/classes/array.C: typo fixed
766:
767: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
768: ^hash.set([-+]index)[value], and same for array added (implements
769: feature #1253)
770:
771: * tests/results/: 246.processed, 298.processed, 342.processed,
772: 389.processed, 397.processed, 430.processed, 432.processed: tests
773: results update after minor exceptions texts fixes
774:
775: 2024-10-27 moko
776:
777: * src/: classes/array.C, classes/hash.C, classes/math.C,
778: classes/reflection.C, classes/string.C, classes/table.C,
779: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
780: types/pa_vmethod_frame.h: handy as_index() added, several
781: exceptions texts fixed (related to feature #930)
782:
783: * src/: classes/array.C, types/pa_varray.h: non-working
784: $array.fields removed, ^array.delete[index] supported (related to
785: feature #930)
786:
787: * tests/: 431.html, results/431.processed: tests updated after
788: ^a.delete[3] supported
789:
790: * tests/: 431.html, 434.html, results/434.processed: tests for last
791: element used, push/pop, exceptions during arguments processing
792: and used caching (related to feature #930)
793:
794: * src/: classes/array.C, types/pa_varray.h: change_used added for
795: better used caching and now no issues if exception occures during
796: append arguments processing (related to feature #930)
797:
798: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
799: ^array.pop[] added, last element is allways used (related to
800: feature #930)
801:
802: 2024-10-26 moko
803:
804: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
805: types/pa_varray.h: confirm_all_used added where possible (related
806: to feature #930)
807:
808: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
809: small array optimizations (related to feature #930)
810:
811: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
812:
813: * tests/: 431.html, results/431.processed: test for
814: ^array.compact[undef] added
815:
816: * src/classes/array.C: ^array.compact[] now have optional 'undef'
817: argument to also compact undefined elements (related to feature
818: #930)
819:
820: 2024-10-24 moko
821:
822: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
823: VArray::hash is used rarery, no longer caching the result
824:
825: * tests/results/432.processed: testing removed from tests
826:
827: 2024-10-23 moko
828:
829: * tests/: 431.html, results/431.processed: ^array.compact[] test
830: added
831:
832: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
833:
834: * tests/: 432.html, results/432.processed: testing ^array.at[] for
835: both "solid" and "sparse" arrays
836:
837: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
838:
839: 2024-10-22 moko
840:
841: * tests/results/264.processed: spelling
842:
843: * src/classes/file.C: spelling
844:
845: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
846: tests updated after ^file::exec[cmd;;$array] implemented and
847: empty arguments not skipped (related to feature #1252)
848:
849: * src/classes/file.C: ^file::exec[cmd;;$array] supported
850: (implements feature #1252) bugfix: empty arguments no longer
851: skipped
852:
1.205 moko 853: 2024-10-21 moko
854:
855: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
856: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
857: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
858: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
859: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
860: site/index.html, site/test.txt: httpd tests added
861:
1.202 moko 862: 2024-10-20 moko
863:
864: * src/classes/string.C: warnings war
865:
866: * src/: main/pa_string.C, classes/array.C: warnings war
867:
868: * src/classes/json.C: warnings war
869:
870: * src/classes/image.C: warnings war
871:
872: * src/: classes/table.C, types/pa_varray.C: warnings war
873:
874: * src/classes/array.C: warning war
875:
876: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
877:
878: * src/main/main.vcproj: warnings war
879:
880: 2024-10-19 moko
881:
882: * tests/427.html: test updated after constructors renamed
883:
884: 2024-10-18 moko
885:
886: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
887: results/421.processed, results/430.processed,
888: results/431.processed: test updated after constructors renamed
889:
890: * src/classes/array.C: create -> copy, new -> create according to
891: https://www.parser.ru/forum/?id=86603 discussion (related to
892: feature #930)
893:
894: 2024-10-16 moko
895:
896: * src/classes/json.C: $json:array[array or hash] added to provide
897: more backward compatibility (implements feature #1251)
898:
899: 2024-10-15 moko
900:
901: * tests/: 421.html, results/421.processed: test results updated
902: after missing constuctor error check added and array is_index
903: check added
904:
905: * src/main/execute.C: absent constructor message fixed
906:
1.201 moko 907: 2024-10-13 moko
908:
909: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
910: with is_index() before calling index() for better error reporting
911: in method name typo (was invalid number, not method not found
912: exception).
913:
914: 2024-10-08 moko
915:
916: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
917:
918: * src/include/pa_array.h: warnings war
919:
1.200 moko 920: 2024-10-05 moko
921:
922: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
923: returns current row cells array (implements feature #1250)
924:
925: * tests/: 405.html, results/169.processed, results/405.processed:
926: tests updated after ^string.split[;a] implemented (related to
927: feature #1249)
928:
929: * src/classes/string.C: ^string.split[] - 'a' option added for
930: splitting into an array (implements feature #1249)
931:
932: 2024-10-04 moko
933:
934: * tests/: 431.html, results/431.processed: final code coverage
935: array tests
936:
937: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
938: array: confirm_all_used() added and used where possible, expand()
939: now expends faster
940:
941: 2024-10-03 moko
942:
943: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
944:
945: * tests/: 256.html, results/256.processed: test for
946: $.date[unix-timestamp] handling large dates
947:
948: * src/: classes/file.C, classes/op.C, classes/reflection.C,
949: classes/string.C, classes/table.C, include/pa_common.h,
950: main/pa_common.C, main/pa_http.C, main/pa_request.C,
951: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
952: format replaced with pa_uitoa where applicable,
953: $.date[unix-timestamp] fixed for handling large dates
954:
955: * tests/: 433.html, results/433.processed: more tests, including
956: test for possible endless recursion in ^o.GET[]
957:
958: * src/types/pa_vobject.C: bugfix: detecting possible endless
959: recursion in get_scalar_value inside ^o.GET[]
960:
961: * src/: classes/json.C, include/pa_request.h, main/execute.C,
962: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
963: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
964: $LIMITS.max_recursion
965:
966: 2024-10-02 moko
967:
968: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
969: results/253.processed, results/287.processed,
970: results/430.processed, results/433.processed: more tests for full
971: array and json code coverage
972:
973: * tests/: 433.html, results/433.processed: tests for hash functions
974: with array param
975:
976: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
977:
978: * tests/: 432.html, results/432.processed: modified ^hash.at tests
979: in 246.html used to test ^array.at, same result produced
980:
981: * tests/: 430.html, 431.html, results/430.processed,
982: results/431.processed: more array tests for 100% code coverage
983: (related to feature #930)
984:
985: * tests/: 427.html, 430.html, results/427.processed,
986: results/430.processed: first portion of array tests added
987: (related to feature #930)
988:
989: * src/classes/array.C: allow only whitespace string as argument for
990: add and join
991:
992: * src/classes/array.C: add behavour for array synced with hash
993:
994: 2024-09-30 moko
995:
996: * tests/: 429-sql.html, results/429-sql.processed: code coverage
997: tests added
998:
999: * src/classes/array.C: $.distinct should not be used unless
1000: $.sparse(true)
1001:
1002: * tests/: 429-sql.html, results/388-sql.processed,
1003: results/429-sql.processed: tests for ^array::sql{}, including
1004: multi_statements mode (related to feature #930)
1005:
1.199 moko 1006: 2024-09-29 moko
1007:
1008: * src/classes/array.C: synced ^array::sql multi_statements logic
1009: with ^hash::sql new behavour
1010:
1011: 2024-09-28 moko
1012:
1013: * tests/: 428-sql.html, results/388-sql.processed,
1014: results/428-sql.processed: tests updated after column names were
1015: fixed in multi_statements mode (related to feature #1197)
1016:
1017: * src/classes/hash.C: column names are fixed for most cases in
1018: multi_statements mode (related to feature #1197)
1019:
1020: * tests/: 428-sql.html, results/195.processed,
1021: results/224.processed, results/239.processed,
1022: results/254.processed, results/261.processed,
1023: results/306.processed, results/333.processed,
1024: results/341.processed, results/343.processed,
1025: results/344.processed, results/348.processed,
1026: results/364.processed, results/389.processed,
1027: results/390.processed, results/415.processed,
1028: results/420.processed, results/421.processed: tests results
1029: updated after error messages spelling minor fixes
1030:
1031: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1032: spelling
1033:
1034: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1035: classes/image.C, classes/math.C, classes/string.C,
1036: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1037: main/execute.C, main/pa_charset.C, main/pa_common.C,
1038: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1039: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1040: types/pa_vmail.C, types/pa_vobject.C,
1041: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1042: types/pa_vxdoc.C: minor error messages spelling fixes
1043:
1044: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1045: implementation (related to feature #930)
1046:
1047: * tests/: 388-sql.html, results/388-sql.processed: test results
1048: updated after rows number ^file::sql{} check added
1049:
1050: * src/classes/file.C: rows number now checked in ^file::sql{}
1051:
1052: * tests/: 428-sql.html, results/428-sql.processed: more tests
1053:
1054: * tests/: 428-sql.html, results/428-sql.processed: more
1055: multi_statements testing before bugfix
1056:
1057: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1058: results/428-sql.processed: support for multiple sql test files
1059: added
1060:
1061: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1062:
1063: * src/classes/hash.C: more accurate one_bool_column processing
1064:
1065: * tests/: 427.html, results/427.processed: Constructors as methods
1066: behavour documented in test
1067:
1068: * src/classes/hash.C: HashStringValue::Iterator used for options
1069:
1070: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1071:
1072: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1073: testing
1074:
1075: * tests/results/367-curl.processed: test result updated after
1076: server charset changed
1077:
1078: * tests/results/347-curl.processed: error messages updated
1079:
1080: * tests/results/: 346-curl.processed, 379-curl.processed,
1081: 394-curl.processed: tests results updated after Type -> Exception
1082: type replacement
1083:
1084: * tests/results/388-sql.processed: tests result updated after Type
1085: -> Exception type
1086:
1087: 2024-09-27 moko
1088:
1089: * src/classes/hash.C: minor simplification
1090:
1091: 2024-09-24 moko
1092:
1093: * src/main/pa_string.C: atoui error messages improved
1094:
1095: * tests/: 165.html, 312.html, results/165.processed,
1096: results/312.processed, results/379.processed: tests updated after
1097: default endless loop limit increased, atoi error messages
1098: improved
1099:
1100: * src/classes/hash.C: VBool::get used, unification
1101:
1.198 moko 1102: 2024-09-22 moko
1103:
1104: * src/classes/array.C: minor simplification
1105:
1106: * src/classes/array.C: ^array.left(N),
1107: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1108:
1109: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1110: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1111: added, default 1000000 (related to feature #930)
1112:
1113: * tests/: 426.html, results/426.processed: test for negative limit
1114: and offset processing for table options added
1115:
1116: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1117: bugfix: negative limit and offset processing for table options
1118: fixed
1119:
1120: 2024-09-21 moko
1121:
1122: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1123: ^for added that also iterates holes; ^remove added (related to
1124: feature #930)
1125:
1126: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1127: $.offset(M) ] added (related to feature #930)
1128:
1129: 2024-09-20 moko
1130:
1131: * src/: classes/array.C, types/pa_varray.h: array:
1132: +foreach[value]{code}, + add[hash with numeric keys] (related to
1133: feature #930)
1134:
1135: 2024-09-19 moko
1136:
1137: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1138: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1139: support $a[v1;v2;...] syntax (related to feature #930)
1140:
1141: 2024-09-17 moko
1142:
1143: * src/: classes/reflection.C, include/pa_request.h,
1144: main/compile_tools.h, main/pa_request.C:
1145: ^reflection:class_alias[existing class name;alias class name]
1146: added. The array class can now be redefined regardless of the
1147: $.replace(bool) option value (related to feature #930)
1148:
1149: * src/main/: compile.y, compile_tools.h: class_add return value
1150: inverted to add it to request class
1151:
1152: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1153: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1154: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1155: resize if required. spared array - added fused, append.
1156:
1.197 moko 1157: 2024-09-16 moko
1158:
1159: * src/types/pa_varray.h: get moved to where it belongs
1160:
1161: 2024-09-15 moko
1162:
1163: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1164: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1165:
1166: * tests/: 421.html, results/323.processed, results/421.processed:
1167: tests updated after 'spared-array' class renamed to 'array'
1168: following a discussion on the forum (related to feature #930)
1169:
1170: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1171: types/pa_vmail.C: initial SparseArray separation from Array,
1172: parser class now 'array'
1173:
1174: 2024-09-14 moko
1175:
1176: * tests/: 030.html, results/030.processed: out of range expires
1177: check added
1178:
1179: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1180: checking expires time using VDate
1181:
1182: 2024-09-13 moko
1183:
1184: * src/: classes/array.C, classes/curl.C, classes/date.C,
1185: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1186: classes/memcached.C, classes/op.C, classes/regex.C,
1187: classes/string.C, classes/xdoc.C, classes/xnode.C,
1188: main/execute.C, main/pa_http.C, main/pa_request.C,
1189: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1190: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1191: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1192: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1193: removed as dynamic_cast is faster, Value::is() is still required
1194: for is operator.
1195:
1196: 2024-09-12 moko
1197:
1198: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1199: classes/table.C, classes/xnode.C, include/pa_array.h,
1200: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1201: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1202: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1203: templated pa_itoa/pa_uitoa added to work with any integer type,
1204: String::Body::Format removed
1205:
1206: 2024-09-10 moko
1207:
1208: * src/classes/array.C: append and insert methods added to
1209: sparse-array (related to feature #930)
1210:
1211: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1212: tests updated after sparse-array was added to avoid ^json:parse[]
1213: using it in old tests (related to feature #930)
1214:
1215: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1216: types/pa_varray.h: sparse-array class added (initial feature #930
1217: implementation)
1218:
1219: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1220: for sparse-array class files (related to feature #930)
1221:
1222: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1223: types/pa_vhash.h: VArray support functions without actual VArray
1224: files (related to feature #930)
1225:
1.196 moko 1226: 2024-09-07 moko
1227:
1228: * src/: classes/curl.C, classes/string.C, classes/table.C,
1229: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1230: main/pa_http.C, main/pa_sql_driver_manager.C,
1231: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1232: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1233: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1234: with Hash::Iterator, has_next() replaced with operator bool
1235: (related to feature #930)
1236:
1237: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1238: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1239: types/pa_vstateless_class.C: Array class extended,
1240: Array::Iterator added and used (related to feature #930)
1241:
1.195 moko 1242: 2024-08-26 moko
1243:
1244: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1245: should be used on argv[0] as well to match document root.
1246:
1.194 moko 1247: 2024-08-25 moko
1248:
1249: * src/main/pa_request.C: be more specific
1250:
1251: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1252: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1253: (fixes bug #1244)
1254:
1255: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1256: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1257: rsplit(..., '\\') is not correct when / and \ are mixed in path
1258:
1259: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1260:
1.193 moko 1261: 2024-07-24 moko
1262:
1263: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1264: main/execute.C, main/pa_string.C: Warning war: clang changed
1265: -Wdeprecated-register warning to -Wregister, it's easier to
1266: remove all register vars then continue this fight. :)
1267:
1268: * src/main/: compile.y, compile.tab.C: warning war: register
1269: removed
1270:
1.192 moko 1271: 2024-07-14 moko
1272:
1273: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1274: checking the HTTP request environment; if the variable is not
1275: present, checking the web server process environment (implements
1276: feature #1242)
1277:
1.191 moko 1278: 2024-05-26 moko
1279:
1280: * tests/: 195.html, 229.html, results/096.processed,
1281: results/097.processed, results/158.processed,
1282: results/186.processed, results/273.processed,
1283: results/293.processed, results/317.processed,
1284: results/389.processed, results/402.processed: tests updated as
1285: single quote now escaped with ' in HTML tainting mode
1286: (related to feature #1241)
1287:
1288: * src/main/untaint.C: single quote now escaped with ' in HTML
1289: tainting mode (implements feature #1241)
1290:
1291: * tests/results/: 020.processed, 021.processed, 026.processed,
1292: 042.processed, 043.processed, 057.processed, 110.processed,
1293: 115.processed, 116.processed, 117.processed, 118.processed,
1294: 119.processed, 120.processed, 125.processed, 126.processed,
1295: 128.processed, 130.processed, 131.processed, 132.processed,
1296: 133.processed, 135.processed, 136.processed, 138.processed,
1297: 139.processed, 140.processed, 145.processed, 150.processed,
1298: 151.processed, 165.processed, 174.processed, 181.processed,
1299: 182.processed, 192.processed, 193.processed, 201.processed,
1300: 213.processed, 224.processed, 226.processed, 230.processed,
1301: 239.processed, 240.processed, 244.processed, 253.processed,
1302: 254.processed, 261.processed, 264.processed, 269.processed,
1303: 274.processed, 275.processed, 288.processed, 294.processed,
1304: 296.processed, 303.processed, 306.processed, 307.processed,
1305: 308.processed, 311.processed, 312.processed, 314.processed,
1306: 315.processed, 316.processed, 320.processed, 323.processed,
1307: 324.processed, 325.processed, 328.processed, 330.processed,
1308: 332.processed, 333.processed, 337.processed, 338.processed,
1309: 341.processed, 342.processed, 343.processed, 344.processed,
1310: 345.processed, 348.processed, 352.processed, 356.processed,
1311: 357.processed, 363.processed, 364.processed, 368.processed,
1312: 372.processed, 373.processed, 376.processed, 378.processed,
1313: 379.processed, 385.processed, 386.processed, 387.processed,
1314: 389.processed, 390.processed, 395.processed, 397.processed,
1315: 398.processed, 399.processed, 404.processed, 406.processed,
1316: 413.processed, 414.processed, 420.processed, 421.processed,
1317: 424.processed, auto.p: Type -> Exception type for readability
1318:
1319: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1320: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1321: results/119.processed, results/165.processed,
1322: results/175.processed, results/192.processed,
1323: results/213.processed, results/217.processed,
1324: results/230.processed, results/240.processed,
1325: results/298.processed, results/380.processed,
1326: results/415.processed: try-catch, try-catch-comment used
1327:
1328: 2024-05-21 moko
1329:
1330: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1331: results/180.processed, results/195.processed,
1332: results/224.processed, results/auto.p: @try-catch-comment added
1333: and used
1334:
1335: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1336: 415.html, results/269.processed, results/283.processed,
1337: results/auto.p: more tests are updated to prepare for apostrophe
1338: escaping in HTML tainting
1339:
1340: * tests/results/: 181.processed, 294.processed, 296.processed,
1341: 315.processed, 379.processed, 389.processed, auto.p:
1342: $exception.comment printed as-is for whitespace reporting and to
1343: prepare for apostrophe escaping in HTML mode
1344:
1.190 moko 1345: 2024-05-11 moko
1346:
1347: * tests/: 099.html, 100.html, results/099.processed,
1348: results/100.processed: a test for non-UTF-8 filename* added
1349: (related to feature #1240)
1350:
1351: * tests/: 293.html, results/293.processed: tainting modes tests
1352: added
1353:
1354: * tests/results/: 099.processed, 100.processed, 205.processed,
1355: 309.processed, 310.processed, 419.processed: tests results
1356: updated after filename* added (related to feature #1240)
1357:
1358: * src/: include/pa_common.h, main/pa_request.C: The filename*
1359: parameter was added to the Content-Disposition header to conform
1360: with RFC 6266, with code provided by Sumo (implements feature
1361: #1240)
1362:
1363: 2024-05-10 moko
1364:
1365: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1366: positive performance effect in our case
1367:
1.189 moko 1368: 2024-03-27 moko
1369:
1370: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1371: (related to feature #1236)
1372:
1373: 2024-03-15 moko
1374:
1375: * tests/: 413.html, results/413.processed: test for object still
1376: can be used as file parameter (related to bug #1218)
1377:
1378: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1379: still can be used in file context (fixes bug #1218)
1380:
1381: 2024-03-14 moko
1382:
1383: * src/include/pa_string.h: ArrayString get() null result assert
1384: also added (related to bug #1238)
1385:
1386: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1387: VString::empty() used instead of new VString()
1388:
1389: 2024-03-12 moko
1390:
1391: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1392: results/379.processed: test added for cookie without value
1393: (related to bug #1238)
1394:
1395: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1396: values are now required to be non-null (related to bug #1238)
1397:
1398: * src/main/pa_http.C: cookies without value are now parsed
1399: correctly (fixed bug #1238)
1400:
1401: 2024-03-11 moko
1402:
1403: * tests/run_parser.sh: for better error reporting
1404:
1.188 moko 1405: 2023-12-30 moko
1406:
1407: * tests/: 038.html, results/038.processed: test for atan2 added
1408:
1409: 2023-12-29 moko
1410:
1411: * src/classes/math.C: atan2(y,x) math function added
1412:
1.187 moko 1413: 2023-12-14 moko
1414:
1415: * tests/212.html: pcre2 compatibility (related to feature #1236)
1416:
1417: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1418: exceptions and behavour added (related to feature #1236)
1419:
1420: 2023-12-13 moko
1421:
1422: * buildall: by default parser is now bundled with pcre2 10.42,
1423: --without-pcre2 option added to build with pcre-8.45 (related to
1424: feature #1236)
1425:
1426: 2023-12-12 moko
1427:
1428: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1429: support added (implements feature #1236)
1430:
1431: * src/: include/pa_charset.h, include/pa_config_includes.h,
1432: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1433: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1434: types/pa_vregex.h: Adopted patch from Yavor Doganov
1435: <yavor@gnu.org> to add pcre2 library support (implements feature
1436: #1236)
1437:
1.186 moko 1438: 2023-11-28 moko
1439:
1440: * src/include/pa_config_includes.h: warnings war continues
1441:
1442: * src/include/pa_config_includes.h: warning war
1443:
1444: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1445: number strings, whitespace and sign in exception messages
1446: (related to bug #1234)
1447:
1.185 moko 1448: 2023-11-26 moko
1449:
1450: * tests/: 274.html, results/224.processed, results/274.processed:
1451: tests for date double, int, bool added (related to feature #1235)
1452:
1453: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1454: added for date class (implements feature #1235)
1455:
1456: 2023-11-23 moko
1457:
1458: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1459: and '-' strings are no longer can be treated as number 0,
1460: exception thrown (fixes bug #1234)
1461:
1.184 moko 1462: 2023-11-18 moko
1463:
1464: * src/include/pa_types.h: minor
1465:
1466: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1467:
1468: * tests/: 389.html, results/389.processed: error messages for some
1469: OS differs a bit, reducing failing tests for them
1470:
1471: 2023-11-17 moko
1472:
1473: * tests/: 423.html, results/423.processed: test for optional
1474: @auto[] inheritance added (related to feature #1233)
1475:
1476: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1477: types/pa_vstateless_class.C: optional @auto[] inheritance
1478: implemented if defined with two args (path, class name)
1479: (implements feature #1233)
1480:
1481: * src/: classes/double.C, classes/int.C, classes/math.C,
1482: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1483: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1484: sync double->int overflow behavour under different architectures
1485: (fixes bug #1232)
1486:
1487: * tests/: 422.html, results/422.processed: int clipping added
1488:
1489: 2023-11-16 moko
1490:
1491: * tests/: 422.html, results/422.processed: test for int and uint
1492: overflow in ^n.format[d/u/x]
1493:
1494: * src/classes/math.C: bugfix: crc32 should not be negative (under
1495: Apple M1 when negative double converts to uint the result is 0)
1496: and crc32 should be 32 bits
1497:
1498: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1499: on Apple M1 it's 0
1500:
1501: * src/classes/file.C: bugfix: crc32 should not be negative (under
1502: Apple M1 when negative double converts to uint the result is 0)
1503: and crc32 should be 32 bits
1504:
1.183 moko 1505: 2023-10-07 moko
1506:
1507: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1508: behavour with other OP_NUM_*, related to bug #1230
1509:
1510: 2023-10-06 moko
1511:
1512: * tests/: 338.html, results/338.processed: test for bug #1230 added
1513:
1514: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1515: be converted to double to avoid 80 bit operations in x87 mode
1516: (fixes bug #1230)
1517:
1518: 2023-10-05 moko
1519:
1520: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1521: compatibility
1522:
1523: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1524:
1525: * tests/: 421.html, results/421.processed: test to cover all
1526: classes and objects nonexistent method and field exceptions
1527: (related to feature #1080 and #1227)
1528:
1529: * tests/results/: 182.processed, 324.processed: undefined method ->
1530: <type> method not found exception (related to feature #1080)
1531:
1532: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1533: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1534: "element can not be fetched from" for them, "field not found" for
1535: all other types (related to bug #1227)
1536:
1537: 2023-10-03 moko
1538:
1539: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1540: <type> method not found" exception now thrown for static calls
1541: instead of "undefined method" without class name (related to
1542: feature #1080)
1543:
1544: 2023-10-02 moko
1545:
1546: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1547: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1548: <method name>, Comment: <type> method not found" exception now
1549: thrown for all dynamic objects instead of "undefined method"
1550: without class name (implements feature #1080)
1551:
1.182 moko 1552: 2023-10-01 moko
1553:
1554: * src/classes/json.C: we don't have a dynamic json object.
1555:
1556: 2023-09-28 moko
1557:
1558: * tests/: 420.html, results/261.processed, results/420.processed:
1559: tests updated after bug #1228 fix reverted
1560:
1561: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1562: whitespace string is hash compatible, so we don't want $s.key to
1563: return a junction
1564:
1565: * tests/: 261.html, 420.html, results/261.processed,
1566: results/420.processed: test for bug #1227 added, test updated
1567: after bug #1228 fixed
1568:
1569: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1570: now throws exception as $non-empty-string.field (fixes bug #1227)
1571:
1572: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1573: #1228)
1574:
1575: 2023-09-26 moko
1576:
1577: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1578: src/classes/classes.C, src/classes/classes.awk,
1579: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1580: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1581: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1582: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1583: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1584: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1585: src/classes/regex.C, src/classes/response.C,
1586: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1587: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1588: src/include/pa_array.h, src/include/pa_base64.h,
1589: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1590: src/include/pa_charsets.h, src/include/pa_common.h,
1591: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1592: src/include/pa_dictionary.h, src/include/pa_dir.h,
1593: src/include/pa_exception.h, src/include/pa_exec.h,
1594: src/include/pa_globals.h, src/include/pa_hash.h,
1595: src/include/pa_http.h, src/include/pa_memory.h,
1596: src/include/pa_opcode.h, src/include/pa_operation.h,
1597: src/include/pa_os.h, src/include/pa_pool.h,
1598: src/include/pa_random.h, src/include/pa_request.h,
1599: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1600: src/include/pa_sapi.h, src/include/pa_socks.h,
1601: src/include/pa_sql_connection.h,
1602: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1603: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1604: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1605: src/include/pa_table.h, src/include/pa_threads.h,
1606: src/include/pa_types.h, src/include/pa_uue.h,
1607: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1608: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1609: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1610: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1611: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1612: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1613: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1614: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1615: src/main/compile.tab.C, src/main/compile.y,
1616: src/main/compile_tools.C, src/main/compile_tools.h,
1617: src/main/execute.C, src/main/pa_base64.C,
1618: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1619: src/main/pa_charsets.C, src/main/pa_common.C,
1620: src/main/pa_dictionary.C, src/main/pa_dir.C,
1621: src/main/pa_exception.C, src/main/pa_exec.C,
1622: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1623: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1624: src/main/pa_request.C, src/main/pa_socks.C,
1625: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1626: src/main/pa_stylesheet_connection.C,
1627: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1628: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1629: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1630: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1631: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1632: src/targets/apache/mod_parser3_core.C,
1633: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1634: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1635: src/types/pa_method.h, src/types/pa_property.h,
1636: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1637: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1638: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1639: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1640: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1641: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1642: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1643: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1644: src/types/pa_vhash.C, src/types/pa_vhash.h,
1645: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1646: src/types/pa_vimage.C, src/types/pa_vimage.h,
1647: src/types/pa_vint.h, src/types/pa_vjunction.C,
1648: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1649: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1650: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1651: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1652: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1653: src/types/pa_vobject.h, src/types/pa_vregex.C,
1654: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1655: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1656: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1657: src/types/pa_vstateless_class.h,
1658: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1659: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1660: src/types/pa_vstring.h, src/types/pa_vtable.C,
1661: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1662: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1663: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1664: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1665: src/types/pa_wwrapper.h: copyright, authors actualized
1666:
1.181 moko 1667: 2023-08-20 moko
1668:
1669: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1670: commited (related to feature #1219)
1671:
1672: 2023-08-16 moko
1673:
1674: * src/main/pa_random.C: replaced clock precision with monotonicity
1675: counter, good for Windows version with low clock frequency
1676: (related to feature #1229)
1677:
1678: 2023-08-15 moko
1679:
1680: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1681: fixes related to feature #1229
1682:
1683: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1684: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1685: (implements feature #1229)
1686:
1.180 moko 1687: 2023-08-02 moko
1688:
1689: * tests/: results/417.processed, 417.html: test for empty string
1690: match after last char added (related to bug #1224)
1691:
1692: * src/main/pa_string.C: avoid prestart++ after last char on zero
1693: length match (related to bug #1224)
1694:
1.179 moko 1695: 2022-11-22 moko
1696:
1697: * tests/: 419.html, results/419.processed: test for L_URI and path
1698: removeal from filename added (related to bug #1204)
1699:
1700: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1701: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1702: attribute value, L_URI should be used
1703:
1.178 moko 1704: 2022-09-21 moko
1705:
1706: * src/targets/cgi/parser3.C: more clear error messages
1707:
1708: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1709: SAPI_Info will return 0 in read_post and post_size !=
1710: content_length will be thrown
1711:
1.177 moko 1712: 2022-08-23 moko
1713:
1714: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1715: header value
1716:
1717: 2022-08-22 moko
1718:
1719: * tests/: 418.html, results/418.processed: test for
1720: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1721: to #1225)
1722:
1723: * src/classes/hash.C: keep old behavoir by default
1724:
1725: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1726: $.order[self|arg] ] added (implements #1215)
1727:
1.176 moko 1728: 2022-03-21 moko
1729:
1730: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1731: xmlInitCharEncodingHandlers is called in libxml static
1732: initializers before gc_substitute_memory_management_functions in
1733: pa_globals and thus gc may not see reference to our
1734: xmlCharEncodingHandler and free it.
1735:
1.175 moko 1736: 2022-01-26 moko
1737:
1738: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1739:
1.174 moko 1740: 2021-12-28 moko
1741:
1742: * tests/: 417.html, results/417.processed: test for empty string
1743: match added (related to bug #1224)
1744:
1745: * src/main/pa_string.C: empty string match now works (fixes bug
1746: #1224)
1747:
1.173 moko 1748: 2021-12-24 moko
1749:
1750: * tests/: 415_dir/29.p, results/415.processed: yet another test
1751:
1752: 2021-12-23 moko
1753:
1754: * src/: classes/table.C, main/pa_request.C: warnings war
1755:
1756: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1757: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1758:
1759: 2021-12-21 moko
1760:
1761: * tests/: 416.html, results/416.processed: test for ^break[] in
1762: ^hash/table.select[] (related to feature #1222)
1763:
1764: * src/classes/: hash.C, table.C: ^break[] support for
1765: ^hash/table.select[] (implements feature #1222)
1766:
1.172 moko 1767: 2021-11-30 moko
1768:
1769: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1770: 0.5 sec
1771:
1.171 moko 1772: 2021-11-10 moko
1773:
1774: * tests/results/415.processed: more syntax errors tests added
1775:
1776: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1777: 28.p: minor syntax error tests
1778:
1779: * src/main/pa_exception.C: pa_strdup added for compatibility
1780:
1781: * src/classes/curl.C: hint to call ^curl:options[
1782: $.library[correct.libcurl.so.name] ] added if default load fails.
1783:
1784: 2021-11-09 moko
1785:
1786: * src/main/compile.y: error message can be on stack
1787:
1788: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1789:
1790: * src/main/pa_charset.C: memcpy is more correct and efficient in
1791: this case then strncpy
1792:
1793: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1794: instead of strcpy where possible
1795:
1796: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1797: used to avoid MAX_STRING limit in Exception comment
1798:
1799: * tests/results/415.processed: compiler exceptions are no longer
1800: limited to MAX_STRING
1801:
1802: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1803: char * instead of fixed buffer
1804:
1805: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1806: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1807: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1808: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1809: results/415.processed: tests for parser.compile exceptions added
1810:
1811: 2021-11-08 moko
1812:
1813: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1814: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1815: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1816: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1817: drawbacks
1818:
1.170 moko 1819: 2021-11-06 moko
1820:
1821: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1822: (implements feature #1219)
1823:
1824: * tests/: 414.html, results/414.processed: test for
1825: ^hash.rename[from;to] added (related to feature #1144)
1826:
1827: 2021-11-05 moko
1828:
1829: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1830: (related to feature #1144)
1831:
1832: 2021-11-04 moko
1833:
1834: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1835: added (implements feature #1144)
1836:
1.169 moko 1837: 2021-10-19 moko
1838:
1839: * tests/: 413.html, results/413.processed: test for hash no longer
1840: is accepted as file parameter (related to bug #1218)
1841:
1842: * src/: classes/curl.C, classes/file.C, classes/image.C,
1843: classes/math.C, classes/xdoc.C, types/pa_value.C,
1844: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1845: longer is accepted as file parameter (fixes bug #1218)
1846:
1.168 moko 1847: 2021-07-19 moko
1848:
1849: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1850: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1851:
1.167 moko 1852: 2021-04-16 moko
1853:
1854: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1855: processing it leads to assertions.
1856:
1.166 moko 1857: 2021-03-25 moko
1858:
1859: * tests/: 412.html, results/412.processed: test to demonstrate bug
1860: #1213
1861:
1.165 moko 1862: 2021-02-12 moko
1863:
1864: * tests/: 360.html, results/360.processed, results/363.processed:
1865: parser method call in expression mode no longer differs from call
1866: in string mode (related to feature #1211)
1867:
1868: 2021-02-11 moko
1869:
1870: * src/types/pa_vmail.C: mail parsing with Windows line endings
1871: fixed (bug #1212)
1872:
1873: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1874: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1875: strings in both calls (implements feature #1211)
1876:
1.164 moko 1877: 2021-01-28 moko
1878:
1879: * buildall, etc/auto.p.in: to remove last patch in debian package
1880:
1881: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1882: 3.4.7b
1883:
1.162 moko 1884: 2021-01-21 moko
1885:
1886: * src/main/pa_http.C: no alarm() in file::load when web server mode
1887: is MULTITHREADED
1888:
1.157 moko 1889: 2021-01-20 moko
1890:
1.161 moko 1891: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1892: 'a2enmod mpm_prefork'
1893:
1.160 moko 1894: * src/targets/apache/mod_parser3.c: prefork name is now
1895: 'libapache2-mpm-itk'
1896:
1897: * src/targets/apache/mod_parser3_core.C: last regular malloc
1898: removed
1899:
1.159 moko 1900: * src/targets/isapi/Makefile.am: -pa_threads.C
1901:
1.158 moko 1902: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1903: 3.4.6
1904:
1.157 moko 1905: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1906:
1907: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1908: /httpd.p
1909:
1910: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1911: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1912: #1203)
1913:
1914: 2021-01-19 moko
1915:
1916: * buildall: --disable-parallel-mark added to avoid "number of
1917: processors" threads creation for heap marking as it conflicts
1918: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1919: limits threads)
1920:
1.156 moko 1921: 2021-01-16 moko
1922:
1923: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1924: main/pa_globals.C, main/pa_memory.C,
1925: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1926: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1927: feature #1209)
1928:
1929: 2021-01-15 moko
1930:
1931: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1932: 3.4.6rc
1933:
1934: * src/classes/json.C: get_delim added for delimiter caching (10%
1935: faster on large json)
1936:
1937: 2021-01-14 moko
1938:
1.211 moko 1939: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1940:
1941: * tests/results/224.processed: test result modified after
1942: today(shift) implemented
1943:
1944: * tests/: 407.html, results/407.processed: test for ^hash.select
1945: option $.default(bool) added (related to feature #1172)
1946:
1947: * src/classes/hash.C: ^hash.select option $.default(bool) added
1948: (related to feature #1172)
1949:
1950: * tests/: 141.html, results/141.processed: test modified for
1951: feature #1185.
1952:
1953: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1954: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1955: options $.lower(bool) (implements feature #1185)
1956:
1957: 2021-01-11 moko
1958:
1959: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1960: #1192)
1961:
1962: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1963: added (related to feature #1192)
1964:
1.155 moko 1965: 2021-01-05 moko
1966:
1967: * tests/: 270.html, results/270.processed: test modified to work
1968: under Windows
1969:
1970: * tests/: 390.html, 395.html, results/395.processed: tests updated
1971: 4 windows
1972:
1973: * tests/: 410.html, results/410.processed: test for
1974: $CLASS-GETTER-PROTECTED(false) added
1975:
1976: 2021-01-04 moko
1977:
1978: * tests/: 409.html, results/409.processed, results/auto.p: test for
1979: $MAIN:LOCALS(true) added
1980:
1.154 moko 1981: 2021-01-03 moko
1982:
1983: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1984: types/pa_vclass.h, types/pa_vstateless_class.C,
1985: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1986: +LOCALS. $main -> $MAIN in exception texts (implements feature
1987: #1207)
1988:
1989: 2021-01-02 moko
1990:
1991: * etc/auto.p.in: minor
1992:
1993: * src/main/pa_request.C: sending headers only after opening file to
1994: allow error reporting if file was not opened (foreign group,
1995: etc).
1996:
1997: 2020-12-31 moko
1998:
1999: * src/: include/pa_request.h, main/pa_request.C,
2000: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2001:
2002: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2003: main/pa_request.C: get_class_ref added and used
2004:
2005: * etc/auto.p.in: @CLASS httpd added
2006:
2007: * etc/auto.p.in: @auto[] is now first
2008:
2009: 2020-12-30 moko
2010:
2011: * tests/: 408.html, results/408.processed: test for bug #1166
2012: (windows only) added
2013:
2014: * src/main/pa_common.C: create_dir_for_file should not create dir
2015: for trailing / (fixes bug #1166)
2016:
2017: * tests/: 341.html, results/341.processed: tests for
2018: ^nameless_table.hash[] added (related to feature #1138)
2019:
2020: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2021: (implements feature #1138), extra fields in named tables no
2022: longer ignored (implements feature #1138)
2023:
2024: * tests/results/390.processed: updated after exception text change
2025:
2026: 2020-12-29 moko
2027:
2028: * tests/: 407.html, results/407.processed: +$._default check
2029:
2030: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2031:
2032: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2033: and ^hash.reverse[] added (releated to feature #1172)
2034:
2035: * src/classes/hash.C:
2036: ^hash.select[key;value](bool-condition)[options hash] +
2037: ^hash.reverse[] added (implements feature #1172)
2038:
2039: * src/types/pa_vtable.h: warning war
2040:
2041: * src/include/pa_config_fixed.h: win32 fix
2042:
1.153 moko 2043: 2020-12-27 moko
2044:
2045: * tests/: 406.html, results/406.processed: test results updated
2046:
2047: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2048: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2049: spelling
2050:
2051: 2020-12-26 moko
2052:
2053: * tests/: 406.html, results/406.processed: tests for
2054: ^table.rename[] added (related to feature #1148)
2055:
2056: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2057: ^table.rename[column name from;column name to], ^table.rename[
2058: $.[column name from][column name to] ... ] added (implements
2059: feature #1148)
2060:
2061: 2020-12-25 moko
2062:
2063: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2064: request_info now on stack to avoid yet another THREAD_LOCAL
2065: memory deallocation issue (now with cookies), explained in #1203
2066:
2067: * src/types/pa_vcookie.C: fields should be inited
2068:
2069: 2020-12-24 moko
2070:
2071: * src/include/pa_stylesheet_connection.h: looks like
2072: xsltFreeStylesheet leads to memory double-free. If so, it's for
2073: sure libxml bug, but we have GC anyway, so we just remove this
2074: call and see...
2075:
2076: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2077: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2078: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2079: abort.c:65:8 frame #3: 0x00000000004da663
2080: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2081: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2082: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2083: malloc.c:617:9 frame #5: 0x0000000000577f0c
2084: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2085: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2086: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2087: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2088: frame #8: 0x000000000050d35c
2089: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2090: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2091: frame #10: 0x00000000004436e5
2092: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2093: [inlined]
2094: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2095: pa_stylesheet_connection.h:62:3
2096:
2097: 2020-12-23 moko
2098:
2099: * src/classes/image.C: ^image::measure[; $.video() ] option added
2100:
2101: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2102: ^image::measure[; $.video(true) ] added
2103:
2104: * src/main/pa_exec.C: not cleared automatically in multithreaded
2105: httpd mode for unknown reasons
2106:
2107: 2020-12-22 moko
2108:
2109: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2110: error_log uri of currently processed document", but never used
2111: and conflicts with how libgc stops threads on FreeBSD (#define
2112: SIG_SUSPEND SIGUSR1), thus removed.
2113:
2114: 2020-12-21 moko
2115:
2116: * src/main/pa_request.C: +comment
2117:
1.151 moko 2118: 2020-12-20 moko
2119:
1.152 moko 2120: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2121: it is more safe to have versions of pa_strdup with one and two
2122: arguments, as helper_length=0 not always mean that strlen()
2123: should be called, but means zero.
2124:
2125: * src/targets/isapi/parser3isapi.C: minor
2126:
2127: * src/main/pa_http.C: +valid_http_method
2128:
1.151 moko 2129: * src/: include/pa_http.h, main/pa_http.C,
2130: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2131:
2132: 2020-12-17 moko
2133:
2134: * tests/: 405.html, results/405.processed: test for split by regex
2135: added (related to feature #1160)
2136:
2137: * src/classes/string.C: split by regex implemented (feature #1160)
2138:
2139: * src/classes/string.C: minor
2140:
2141: * tests/: 404.html, results/404.processed: test for whitespace
2142: string is now OK for table argument (related to feature #1169)
2143:
2144: * src/: classes/image.C, classes/string.C, classes/table.C,
2145: types/pa_vmethod_frame.C: whitespace string is now OK for table
2146: argument (as with hash) (implements feature #1169)
2147:
2148: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2149: limit for comment (fixes bug #1102)
2150:
2151: * src/targets/cgi/parser3.C: +HAVE_TLS check
2152:
2153: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2154:
2155: * src/include/pa_config_includes.h: HAVE_TLS used
2156:
2157: * configure.ac: +TLS check
2158:
2159: * src/main/pa_http.C: content logging added
2160:
2161: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2162: clear_response_headers added
2163:
2164: 2020-12-16 moko
2165:
2166: * buildall: as we now use threads, libatomic_ops still required for
2167: some OS.
2168:
2169: * src/main/pa_request.C: whitespace
2170:
2171: * src/: include/pa_request.h, main/pa_request.C:
2172: Request::Exception_trace::table extracted and used
2173:
2174: * src/main/pa_request.C: moving output_result call outside of try
2175: as network exceptions should not be handled by parser code
2176:
2177: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2178: logging network exchange
2179:
2180: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2181: via network if it was network write error.
2182:
2183: * src/targets/cgi/parser3.C: log -> pa_log
2184:
2185: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2186:
2187: * src/main/pa_threads.C: getpid() if no gettid() found
2188:
2189: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2190: we need to ignore "void" connections from browsers (browsers open
2191: connections in advance and they will be empty if user does not
2192: request more pages)
2193:
2194: 2020-12-15 moko
2195:
2196: * src/targets/cgi/parser3.C: avoid previous uri in logs
2197:
2198: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2199: RequestController not needed in httpd mode
2200:
2201: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2202: classes/classes.h, classes/curl.C, classes/date.C,
2203: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2204: classes/hashfile.C, classes/image.C, classes/inet.C,
2205: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2206: classes/memcached.C, classes/memory.C, classes/op.C,
2207: classes/reflection.C, classes/regex.C, classes/response.C,
2208: classes/string.C, classes/table.C, classes/void.C,
2209: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2210: include/pa_array.h, include/pa_base64.h,
2211: include/pa_cache_managers.h, include/pa_charset.h,
2212: include/pa_charsets.h, include/pa_common.h,
2213: include/pa_config_fixed.h, include/pa_config_includes.h,
2214: include/pa_dictionary.h, include/pa_dir.h,
2215: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2216: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2217: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2218: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2219: include/pa_request_charsets.h, include/pa_request_info.h,
2220: include/pa_sapi.h, include/pa_socks.h,
2221: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2222: include/pa_stack.h, include/pa_string.h,
2223: include/pa_stylesheet_connection.h,
2224: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2225: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2226: include/pa_uue.h, include/pa_xml_exception.h,
2227: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2228: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2229: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2230: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2231: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2232: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2233: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2234: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2235: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2236: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2237: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2238: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2239: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2240: main/pa_sql_driver_manager.C, main/pa_string.C,
2241: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2242: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2243: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2244: main/untaint.C, sql/pa_sql_driver.h,
2245: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2246: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2247: targets/isapi/parser3isapi.C, types/pa_junction.h,
2248: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2249: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2250: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2251: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2252: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2253: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2254: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2255: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2256: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2257: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2258: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2259: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2260: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2261: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2262: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2263: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2264: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2265: types/pa_vstateless_object.h, types/pa_vstatus.C,
2266: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2267: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2268: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2269: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2270: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2271:
2272: * src/main/pa_request.C: old compilers support
2273:
2274: * tests/: 362.html, results/362.processed: test updated after
2275: changes after upgrade to libxml2-2.9.9 were made (related to bug
2276: #1108)
2277:
2278: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2279: removed, as xsltFreeStylesheet has side effects on original doc.
2280: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2281: not updated after xdoc modification (part 3 of test 362).
2282: (related to bug #1108)
2283:
2284: * src/targets/isapi/parser3isapi.C: +pa_strcat
2285:
2286: * src/: classes/memory.C, include/pa_memory.h,
2287: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2288: PA_GC_GCOLLECT used
2289:
2290: * src/include/pa_memory.h: +PA_GC_COLLECT
2291:
2292: * src/targets/cgi/parser3.C: msvs support fixes
2293:
2294: * src/lib/gc/include/gc.h: more cleanup
2295:
2296: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2297:
2298: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2299: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2300:
2301: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2302:
2303: * configure.ac: pthread.h added to checked headers
2304:
2305: * src/classes/table.C: string stream is back :)
2306:
2307: * src/classes/memory.C: GC_generate_random_backtrace no longer
2308: exists
2309:
2310: * src/main/pa_globals.C: GC_dont_gc replaced
2311:
2312: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2313: left to simplify adding new functions. depricated GC_dont_gc
2314: replaced with GC_disable and GC_enable calls.
2315:
2316: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2317: CORD_from_file* not used and thus removed
2318:
2319: * src/lib/gc/include/gc_allocator.h: minor cleanup
2320:
2321: 2020-12-14 moko
2322:
2323: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2324: referenced elsewhere, or GC will collect it.
2325:
2326: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2327: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2328: elsewhere, or GC will collect them (and we'll get GPF in
2329: multithreaded enviroment). May be it can be also fixed by some
2330: GC call, not sure. But this fix costs nothing (but hours of
2331: debugging to find the issue :).
2332:
1.150 moko 2333: 2020-12-11 moko
2334:
2335: * configure.ac: gettid() check added
2336:
2337: * src/main/pa_threads.C: HAVE_GETTID used
2338:
2339: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2340:
2341: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2342: version for isapi/cgi/apache
2343:
2344: * buildall: threads are now required.
2345:
2346: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2347: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2348: main/main.vcproj: pa_threads.C moved to main
2349:
2350: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2351: isapi/pa_threads.C: pa_threads.C moved to main
2352:
2353: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2354: targets/apache/Makefile.am: pa_threads.C moved to main
2355:
2356: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2357:
2358: * src/: include/pa_stylesheet_connection.h,
2359: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2360: and weird GPF in multithreaded httpd is gone
2361:
2362: * src/include/: pa_stylesheet_connection.h,
2363: pa_sql_driver_manager.h: whitespace
2364:
2365: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2366:
2367: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2368: main/pa_stylesheet_manager.C: whitespace, warning war
2369:
2370: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2371: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2372: parser_multithreaded never used
2373:
2374: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2375:
2376: 2020-12-10 moko
2377:
2378: * src/: include/pa_config_includes.h, include/pa_http.h,
2379: main/pa_http.C, targets/cgi/parser3.C: initial support for
2380: MULTITHREADED and PARALLEL httpd server modes
2381:
2382: * src/main/pa_globals.C: GC_java_finalization is depricated
2383:
2384: 2020-12-09 moko
2385:
2386: * etc/auto.p.in: + @httpd-main
2387:
2388: * src/: include/pa_common.h, main/pa_request.C,
2389: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2390: work
2391:
2392: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2393: slow file_read_binary no longer used, send_range added
2394:
2395: 2020-12-08 moko
2396:
2397: * src/main/pa_request.C: >4Gb support
2398:
2399: * src/targets/cgi/parser3.C: msvc warning war
2400:
2401: * src/: include/pa_config_includes.h, main/pa_http.C,
2402: main/pa_request.C: msvc warnings war
2403:
2404: * src/classes/image.C: warning war
2405:
2406: * src/classes/table.C: MSVC warning war
2407:
2408: * src/targets/cgi/parser3.C: msvc warnings war
2409:
2410: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2411: added
2412:
1.149 moko 2413: 2020-12-07 moko
2414:
1.150 moko 2415: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2416: avoid logging beside system-wide auto.p
2417:
2418: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2419:
2420: * configure, configure.ac, src/include/pa_config_auto.h.in:
2421: configure options added:
2422:
2423: --with-system-cfg=FILE to specify system-wide auto.p
2424: --with-system-log=FILE to specify system-wide parser3.log
2425:
2426: * Makefile.am: bin no longer exists
2427:
2428: * configure, configure.ac: auto.p moved to etc to simplify debian
2429: package
2430:
2431: * buildall: auto.p and parser3.charsets moved to their default
2432: location after install
2433:
2434: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2435:
2436: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2437:
1.149 moko 2438: * src/targets/cgi/parser3.C: locate_config call returned to
2439: original place as it requires pa_thread_request() under Windows
2440:
2441: * src/targets/cgi/parser3.C: renaming
2442:
2443: 2020-12-06 moko
2444:
2445: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2446: check added
2447:
2448: 2020-12-04 moko
2449:
2450: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2451: main/pa_request.C: unified uint64_t lseek implemented to support
2452: >4Gb files under x86, including Windows
2453:
2454: 2020-12-02 moko
2455:
2456: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2457: with max_file_size
2458:
2459: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2460: support for processing files sized >4Gb on 32 bit planforms
2461:
2462: * tests/399.html: file moved
2463:
2464: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2465:
2466: * src/targets/cgi/pa_sapi_info.h: warning war
2467:
2468: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2469: warning war
2470:
2471: 2020-12-01 moko
2472:
2473: * src/classes/image.C: mp4 extended size (>4Gb) support added
2474:
2475: * src/classes/image.C: for "size not found" exception to be shown
2476: if size not found until eof
2477:
2478: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2479: bit linux)
2480:
2481: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2482: #1188)
2483:
2484: 2020-11-30 moko
2485:
2486: * src/classes/image.C: definitions moved closer to code
2487:
2488: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2489: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2490: 395_dir/3_VP8X.webp, results/395.processed,
2491: results/396.processed: tests for ^image::measure[] .webp support
2492: added, all image files moved into one directory (related to
2493: feature #1188)
2494:
2495: * src/classes/image.C: ^image::measure[] now supports webp (feature
2496: #1188)
2497:
1.148 moko 2498: 2020-11-29 moko
2499:
2500: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2501: processing, unnessesary defines removed
2502:
2503: 2020-11-24 moko
2504:
2505: * tests/results/: 099.processed, 100.processed, 205.processed,
2506: 309.processed, 310.processed: Content-Disposition: inline
2507: returned
2508:
2509: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2510: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2511: ] added (related to bug #1204)
2512:
2513: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2514: ] supported to avoid Content-Disposition: inline;
2515: filename="<file>.ext" but still set Content-Type for ext (related
2516: to bug #1204)
2517:
1.147 moko 2518: 2020-11-22 moko
2519:
2520: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2521: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2522:
2523: * src/main/pa_request.C: content_disposition_inline returned.
2524:
2525: 2020-11-17 moko
2526:
2527: * src/main/pa_request.C: empty main method name support
2528:
2529: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2530: config_handler added, stdout flush added.
2531:
2532: 2020-11-16 moko
2533:
2534: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2535:
2536: * tests/results/: 099.processed, 205.processed, 237.processed,
2537: 309.processed, 310.processed: Content-Disposition: inline is not
2538: required and should not contain filename="<name>"
2539:
2540: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2541: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2542: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2543:
1.146 moko 2544: 2020-11-14 moko
2545:
2546: * src/targets/cgi/parser3.C: spelling
2547:
2548: * src/targets/cgi/parser3.C: renaming
2549:
2550: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2551: relocated
2552:
2553: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2554: before request processing, which is weired
2555:
2556: 2020-11-13 moko
2557:
2558: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2559: copied in httpd.
2560:
2561: 2020-11-12 moko
2562:
2563: * src/main/pa_http.C: ALARM code unified to be used in httpd
2564:
2565: * src/: include/pa_request.h, main/pa_request.C,
2566: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2567:
2568: * src/main/pa_http.C: URI validation added
2569:
2570: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2571: can't be empty but can be null. httpd-main is now main method
2572: name for httpd mode
2573:
2574: 2020-11-11 moko
2575:
2576: * src/main/pa_request.C: path_translated can be null in httpd mode
2577:
2578: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2579: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2580: classes/xdoc.C, include/pa_request.h, main/execute.C,
2581: main/pa_request.C: r.absolute -> r.full_disk_path
2582:
2583: * src/targets/cgi/parser3.C: if filename to process is not
2584: specified, auto.p should be present.
2585:
1.145 moko 2586: 2020-11-03 moko
2587:
2588: * src/: classes/op.C, include/pa_request.h: unused argument removed
2589:
2590: * src/main/pa_request.C: content_disposition_inline is the default,
2591: not required.
2592:
1.144 moko 2593: 2020-10-29 moko
2594:
2595: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2596: ^use[file; $.main(true) ] implemented for auto.p processing and
2597: path_translated changing to correct relative files path
2598: calculation in httpd mode
2599:
2600: * src/: include/pa_request.h, main/pa_request.C:
2601: fail_on_read_problem removed, as it allways true, as if should
2602: be.
2603:
2604: * src/: include/pa_request.h, main/pa_request.C,
2605: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2606: targets/isapi/parser3isapi.C: clearing config_filespec when
2607: config was not found, thus flag not required and removed.
2608:
2609: 2020-10-28 moko
2610:
2611: * tests/: 402.html, results/402.processed: error reporting test
2612:
2613: * src/main/execute.C: better error reporting when
2614: $result[^hash::create[]] in @main.
2615:
2616: * src/main/: execute.C, pa_request.C: frame.result() should be used
2617: + minor optimization
2618:
2619: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2620: main/pa_xml_io.C: execute_*_method simplified and unified
2621:
2622: 2020-10-27 moko
2623:
2624: * tests/: 306.html, results/306.processed: a bit more testing. :)
2625:
2626: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2627: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2628: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2629: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2630: types/pa_vmethod_frame.h, types/pa_vobject.C,
2631: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2632: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2633: longer used in object-prototype mode
2634:
2635: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2636: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2637: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2638: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2639: $form:name[value] features
2640:
1.143 moko 2641: 2020-10-18 moko
2642:
2643: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2644:
2645: 2020-10-15 moko
2646:
2647: * src/main/pa_http.C: url no longer needed as
2648: ALTER_EXCEPTION_SOURCE is used
2649:
2650: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2651: main/pa_http.C: check_file_size filespec is now optional
2652:
2653: * src/: classes/curl.C, include/pa_exception.h,
2654: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2655: ALTER_EXCEPTION_COMMENT added for better error reporting
2656:
2657: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2658: results/346-curl.processed, results/379-curl.processed,
2659: results/379.processed: test results updated as load now provides
2660: better error reporting + curl responses updated
2661:
2662: 2020-10-14 moko
2663:
2664: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2665: main/pa_string.C, targets/apache/mod_parser3_core.C,
2666: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2667: checked. 10 is now default base, no hex autodetect by default
2668:
2669: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2670: connection socket closing in destructor + accept exception
2671: handling
2672:
2673: * src/targets/cgi/parser3.C: warning war
2674:
2675: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2676: main/pa_request.C, targets/apache/mod_parser3_core.C,
2677: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2678: exception handling unified
2679:
2680: 2020-10-13 moko
2681:
2682: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2683: autodetection
2684:
2685: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2686:
2687: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2688:
2689: * src/main/pa_http.C: warning war
2690:
1.142 moko 2691: 2020-10-12 moko
2692:
1.143 moko 2693: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2694: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2695: unhandled exception code optimization
2696:
2697: * src/targets/cgi/parser3.C: request_info now global variable
2698:
2699: * src/main/pa_http.C: http_read_response moved to HTTP_response
2700: class
2701:
2702: * src/: include/pa_http.h, main/pa_http.C,
2703: targets/cgi/pa_sapi_info.h: read_post implemented
2704:
1.142 moko 2705: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2706: [host:]port syntax support in httpd mode
2707:
2708: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2709: targets/cgi/parser3.C: populate_env added
2710:
2711: * src/include/pa_hash.h: to make get(char *) compiling in
2712: HashStringString
2713:
2714: 2020-10-10 moko
2715:
2716: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2717: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2718:
2719: * src/: include/pa_http.h, include/pa_request_info.h,
2720: main/pa_http.C, main/pa_string.C,
2721: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2722: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2723: types/pa_vrequest.C: initial httpd mode implementation
2724:
1.141 moko 2725: 2020-10-04 moko
2726:
2727: * src/targets/cgi/parser3.C: options together
2728:
2729: 2020-09-30 moko
2730:
2731: * src/main/pa_http.C: renamed
2732:
1.140 moko 2733: 2020-08-14 moko
2734:
2735: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2736: src/targets/cgi/Makefile.am: no httpd as separate library
2737:
2738: 2020-08-13 moko
2739:
2740: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2741: unhandled exception handler to report 500 instead of 200 it was
2742: before.
2743:
2744: * src/targets/apache/mod_parser3_core.C: minor cleanup
2745:
2746: * src/: include/pa_sapi.h, main/untaint.C,
2747: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2748: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2749: thus replaced with SAPI::die and removed
2750:
2751: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2752: cgi/parser3.C: whitespace
2753:
2754: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2755:
2756: 2020-08-12 moko
2757:
2758: * src/targets/cgi/parser3.C: duplicate info in signal logging
2759: removed, whitespace was: SIGPIPE received while executing code.
2760: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2761: cl=0]
2762:
2763: * parser3.sln: + httpd.vcproj
2764:
2765: 2020-08-11 moko
2766:
2767: * src/targets/cgi/Makefile.am: +libhttpd
2768:
2769: * configure.ac, src/lib/Makefile.am: +libhttpd
2770:
1.139 moko 2771: 2020-07-13 moko
2772:
2773: * tests/: 401.html, results/401.processed: test for hash key does
2774: not keep language, but tainted in foreach.
2775:
1.138 moko 2776: 2020-07-01 moko
2777:
2778: * tests/: 235.html, results/235.processed: test result updated as
2779: messages before attachments implemented (feature #1176)
2780:
1.137 moko 2781: 2020-06-27 moko
2782:
2783: * tests/: 400.html, results/400.processed: test updated to check
2784: ^return{code}
2785:
2786: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2787: fixed
2788:
2789: 2020-06-26 moko
2790:
2791: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2792: added (related to https://www.parser.ru/forum/?id=85319)
2793:
2794: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2795: when $result assignment was last statement in the method
2796: (https://www.parser.ru/forum/?id=85319)
2797:
1.136 moko 2798: 2020-05-23 moko
2799:
2800: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2801: whitespace, unused level removed
2802:
2803: 2020-05-19 moko
2804:
2805: * src/types/pa_vmail.C: whitespace
2806:
2807: * src/types/pa_vmail.C: files should be processed last (related to
2808: feature #1176)
2809:
1.135 moko 2810: 2020-05-12 moko
2811:
2812: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2813: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2814:
2815: * configure.ac: FreeBSD1X.X check added to avoid
2816: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2817:
1.134 moko 2818: 2020-02-26 moko
2819:
2820: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2821: compilation issue (related to bug #1201)
2822:
2823: * src/main/pa_common.C: entry_readable -> entry_exists,
2824: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2825: -f and -d now works under Windows in UTF-8 with Russian
2826: filenames.
2827:
2828: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2829: advice (related to feature #1199)
2830:
2831: 2020-02-25 moko
2832:
2833: * buildall: --silent removed
2834:
2835: * configure.ac: gmime-3.0 support
2836:
2837: * buildall: --with-system-mailreceive option added to build with
2838: system libgmime
2839:
2840: * src/types/pa_vmail.C: avoiding
2841: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2842: to feature #1199)
2843:
1.133 moko 2844: 2020-02-18 moko
2845:
2846: * src/classes/op.C: windows x64 debug mode compile fix
2847:
2848: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2849: change (releated to feature #1200)
2850:
2851: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2852: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2853: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2854: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2855: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2856: targets/apache/ApacheModuleParser3.vcproj,
2857: targets/apache/ApacheModuleParser3Core.vcproj,
2858: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2859: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2860: dependency (related to feature #1200)
2861:
1.132 moko 2862: 2020-02-12 moko
2863:
2864: * src/types/pa_vmail.C: minimize diff
2865:
2866: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2867: #1199)
2868:
1.131 moko 2869: 2020-01-18 moko
2870:
2871: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2872:
1.130 moko 2873: 2019-12-28 moko
2874:
2875: * src/targets/cgi/parser3.C: avoid empty ?
2876:
2877: 2019-12-27 moko
2878:
2879: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2880: DOCUMENT_ROOT (related to feature #1164)
2881:
2882: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2883: fcgiwrap setup (implements feature #1164)
2884:
2885: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2886: but no issues found (related to feature #1164)
2887:
2888: * src/targets/cgi/parser3.C: actualized
2889:
2890: 2019-12-26 moko
2891:
2892: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2893: removed
2894:
2895: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2896: removed
2897:
2898: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2899: allocation errors, we don't want default gc warnings (without
2900: timestamp and URI).
2901:
2902: * src/: classes/memory.C, main/pa_globals.C,
2903: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2904: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2905: pa_globals_init
2906:
2907: * src/main/pa_globals.C: setup_hex_value() removed, static array
2908: initialization used (optimization)
2909:
2910: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2911: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2912: pa_socks_init/pa_socks_done moved inside pa_globals_init
2913: (optimization)
2914:
1.129 moko 2915: 2019-12-09 moko
2916:
2917: * src/include/pa_config_fixed.h: warning war
2918:
1.128 moko 2919: 2019-12-08 moko
2920:
2921: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2922: process grammar under Unix.
2923:
2924: 2019-12-07 moko
2925:
2926: * tests/389.html: For Windows XP. :)
2927:
2928: * tests/388-sql.html: Windows compatibility added
2929:
2930: 2019-12-06 moko
2931:
2932: * src/targets/cgi/parser3.C: warning war
2933:
2934: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2935: == sizeof(CORD)) to avoid aligning bugs in future
2936:
2937: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2938: XML_STATIC
2939:
2940: * src/include/pa_request.h: StackItem() not required
2941:
2942: * src/include/pa_stack.h: warning war
2943:
2944: * src/include/pa_config_includes.h: GCC warning silenced
2945:
2946: * src/include/pa_memory.h: warning war: the program should also
2947: define 'void operator delete [](void*, std::size_t)'
2948: [-Wsized-deallocation]
2949:
2950: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2951:
2952: * src/classes/string.C: not reqired cast removed
2953:
2954: * src/classes/string.C: not reqired cast removed
2955:
2956: 2019-12-05 moko
2957:
2958: * src/lib/sdbm/pa_file_io.C: warning war
2959:
2960: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2961: enum Language : size_t - required for VS2015+ to make
2962: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2963: without it (related to feature #1198)
2964:
2965: 2019-12-04 moko
2966:
2967: * src/main/pa_base64.C: unsigned char -> uchar
2968:
2969: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2970: as other libs
2971:
2972: * src/include/pa_version.h: +amd64
2973:
2974: 2019-12-03 moko
2975:
2976: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2977: release
2978:
2979: * src/include/pa_config_includes.h: warning war
2980:
2981: * src/classes/image.C: warning war
2982:
2983: * src/main/pa_globals.C: x64 libs support
2984:
2985: * src/include/pa_config_includes.h: warning war
2986:
2987: * src/types/pa_method.h: warning war
2988:
1.127 moko 2989: 2019-11-28 moko
2990:
2991: * src/classes/math.C: vs2003 compatibility + warning war
2992:
2993: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2994: libxml2-2.9.9 (related to feature #1136)
2995:
2996: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2997: typecast for more compatibility (related to feature #1136)
2998:
2999: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3000: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3001: feature #1136)
3002:
3003: 2019-11-26 moko
3004:
3005: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3006: removed (it was failing in $$var case), condition added
3007:
1.126 moko 3008: 2019-11-25 moko
3009:
3010: * tests/: 397.html, 399.html, results/141.processed,
3011: results/399.processed: base64 options tested
3012:
3013: * src/: classes/math.C, main/pa_http.C: base64 options used
3014:
3015: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3016: implemented (feature #986)
3017:
3018: * src/main/pa_cache_managers.C: whitespace
3019:
3020: * tests/: 397.html, 399.html, results/399.processed: tests for
3021: ^base64 encode options added (related to feature #986)
3022:
3023: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3024: pa_base64_encode(file) removed - more memory, but faster and less
3025: code (related fo feature #986)
3026:
3027: 2019-11-24 moko
3028:
3029: * tests/: 155.html, results/155.processed: limit and offset in
3030: ^table::load[] now supported, thus test added
3031:
3032: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3033: main/pa_common.C: optimization: offset and limit options parsing
3034: moved inside file_load.
3035:
3036: 2019-11-23 moko
3037:
3038: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3039: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3040: optimization: file_read replaced with simplified file_read_binary
3041:
3042: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3043: types/pa_vform.C: whitespace
3044:
3045: * src/: include/pa_common.h, main/pa_common.C: never used params
3046: removed
3047:
3048: 2019-11-21 moko
3049:
3050: * tests/: 193.html, results/193.processed, results/389.processed:
3051: test results updated as now base64 does not discard tail without
3052: padding (related to feature #986)
3053:
3054: 2019-11-20 moko
3055:
3056: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3057: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3058: pa_base64_decode (related to feature #986)
3059:
3060: * tests/398.html: tests for base64 decode added (related to feature
3061: #986)
3062:
3063: * src/main/pa_base64.C: base64_decode rewritten - padding option
3064: support, padding inside base 64 supported (related to feature
3065: #096)
3066:
3067: 2019-11-19 moko
3068:
3069: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3070: FreeBSD 12
3071:
1.125 moko 3072: 2019-11-16 moko
3073:
3074: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3075: support added, step support removed (related to #986)
3076:
3077: 2019-11-15 moko
3078:
3079: * src/classes/math.C: using log since log2 is not present on
3080: FreeBSD < 8.4 (related to feature #1177)
3081:
3082: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3083: pa_base64_size extracted and used for files as well (related to
3084: feature 986)
3085:
3086: 2019-11-14 moko
3087:
3088: * tests/: 397.html, results/397.processed: + content check
3089:
3090: * tests/: 141.html, results/141.processed: make test resuls more
3091: readable
3092:
3093: * tests/: 397.html, results/193.processed, results/397.processed:
3094: test results updated after \x00 character was disabled in
3095: math:convert string mode (related to feature #1177)
3096:
3097: * src/classes/: math.C, string.C: \\x00 character disabled while
3098: converting to string (as in base64, related to feature #1177)
3099:
3100: * src/classes/file.C: more correct arguments separation
3101:
3102: * src/: classes/file.C, classes/math.C, classes/string.C,
3103: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3104: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3105: options added, but not yet implemented (related to feature #986)
3106:
3107: * src/classes/math.C: whitespace
3108:
3109: 2019-11-13 moko
3110:
3111: * tests/: 397.html, results/397.processed: +tainting test (related
3112: to feature #1177)
3113:
3114: * src/classes/math.C: as we now produce not only digits, result
3115: should be tainted (related to feature #1177)
3116:
3117: * src/main/pa_base64.C: whitespace
3118:
3119: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3120: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3121: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3122: implementation moved from pa_common.h and pa_common.C
3123:
3124: 2019-11-12 moko
3125:
3126: * tests/: 275.html, results/275.processed: out of range test fixed,
3127: as ^math:convert now supports arbitrary precision
3128:
3129: 2019-11-11 moko
3130:
3131: * tests/results/389.processed: uctualized error message
3132:
3133: * tests/: 389.html, 397.html, results/397.processed: tests for
3134: ^math:convert added (related to feature #1177)
3135:
3136: * src/classes/math.C: ^math:convert now supports arbitrary
3137: precision, alphabet support added (implements feature #1177)
3138:
1.124 moko 3139: 2019-11-06 moko
3140:
3141: * tests/: 181.html, results/181.processed: entities usage added,
3142: more entites load tests (related to bug #842 discussion)
3143:
3144: 2019-11-05 moko
3145:
3146: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3147: call from xmlFileOpen if http://localhost/<file> was not found
3148: (related to bug #842)
3149:
3150: * src/main/pa_xml_io.C: rename
3151:
3152: * src/main/pa_xml_io.C: +MemoryStream constructor
3153:
3154: * src/main/pa_xml_io.C: whitespace
3155:
1.123 moko 3156: 2019-10-31 moko
3157:
3158: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3159: XML_PARSE_NOENT) added to fix entities load, (related to feature
3160: #1181)
3161:
1.122 moko 3162: 2019-10-25 moko
3163:
3164: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3165: queries tests
3166:
3167: 2019-10-24 moko
3168:
3169: * tests/: 388-sql.html, results/388-sql.processed: support for
3170: pgsql driver test
3171:
3172: * tests/: 388-sql.html, results/388-sql.processed:
3173: multi_statements=1 now tested, mysql test now supported
3174: (connection must be specified in [parser3] section in .my.cnf)
3175: related to issues #1195 and #1194
3176:
1.121 moko 3177: 2019-09-11 moko
3178:
3179: * src/classes/int.C: whitespace
3180:
3181: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3182: exception test
3183:
3184: * tests/results/388-sql.processed: sql queries now shown (related
3185: to feature #1196)
3186:
3187: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3188: with old parser versions.
3189:
3190: * src/: classes/file.C, classes/hash.C, classes/string.C,
3191: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3192: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3193: instead of connect string in query_event_handlers exceptions
3194: (implements feature #1196)
3195:
1.120 moko 3196: 2019-09-06 moko
3197:
3198: * tests/388-sql.html: mysql compat
3199:
3200: * src/: classes/hash.C, classes/string.C, classes/table.C,
3201: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3202: sql_ variables declaration moved to pa_common.h
3203:
1.116 moko 3204: 2019-01-15 moko
3205:
3206: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3207: logically sorted
3208:
3209: 2018-12-27 moko
3210:
3211: * src/include/pa_config_includes.h: warning war:
3212: -Wdeprecated-register added for C++ 17
3213:
3214: 2018-10-15 moko
3215:
3216: * configure.ac: FreeBSD 11.2 can be build with ./configure
3217: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3218: --with-xml=/usr/local/
3219:
3220: 2018-09-24 moko
3221:
3222: * tests/: 396.html, 396.tiff, results/396.processed: test for
3223: ^image::measure[] now supports tiff added (related to feature
3224: #1188)
3225:
3226: * src/classes/image.C: ^image::measure[] now supports tiff
3227: (implements feature #1188)
3228:
3229: 2018-09-20 moko
3230:
3231: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3232: files measure added (related to ticket #1188)
3233:
3234: * src/classes/image.C: measure of bmp files implemented (related to
3235: ticket #1188)
3236:
3237: 2018-09-18 moko
3238:
3239: * tests/: 394-curl.html, results/394-curl.processed,
3240: results/auto.p: test for bug #1187 (max_file_size check for head
3241: requests) added
3242:
3243: 2018-08-24 moko
3244:
3245: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3246: response content-length check is required (fixes bug #1187)
3247:
3248: 2018-05-11 moko
3249:
3250: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3251: $.append(bool) ] option added (related to feature #919)
3252:
3253: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3254: from misha@ patch (implements feature #919)
3255:
3256: 2018-03-22 moko
3257:
3258: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3259: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3260: with 128kb buffer. Now works at least 12 times faster. :) May be
3261: Windows-only problem.
3262:
3263: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3264: build fix)
3265:
3266: 2018-02-03 moko
3267:
3268: * src/main/execute.C: removes irrelevant lines from exception stack
3269: trace when exceptions occurs in assigment (fixes bug #1165)
3270:
3271: * tests/: 393.html, results/393.processed: test for behavour after
3272: "Property can not be created, already exists field with that
3273: name" exception removed (related to feature #1183)
3274:
3275: * src/types/pa_vclass.C: "Property can not be created, already
3276: exists field with that name" exception removed (implements
3277: feature #1183)
3278:
3279: 2018-01-19 moko
3280:
3281: * src/classes/string.C: whitespace
3282:
3283: * src/classes/string.C: whitespace
3284:
3285: * tests/: 392.html, results/392.processed: test for
3286: ^regex::create[$regex] added (related to feature #1135)
3287:
3288: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3289: ^regex::create[$regex] added (implements feature #1135)
3290:
3291: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3292: commented define added (related to feature #1157)
3293:
3294: 2018-01-17 moko
3295:
3296: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3297:
3298: 2018-01-15 moko
3299:
3300: * tests/: 390.html, results/390.processed: real path replaced by
3301: stub
3302:
3303: * tests/: 391.html, results/391.processed: test for feature #1181
3304: (XML_PARSE_HUGE exception) added
3305:
3306: 2018-01-11 moko
3307:
3308: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3309: XML_PARSE_HUGE option passed by default (implements feature
3310: #1181)
3311:
3312: * src/classes/string.C: whitespace
3313:
3314: 2017-12-10 moko
3315:
3316: * tests/: 389.html, 390.html, results/389.processed,
3317: results/390.processed: image code coverage tests added (related
3318: to feature #1125)
3319:
3320: 2017-12-08 moko
3321:
3322: * tests/: 346-curl.html, 388-sql.html, 389.html,
3323: results/346-curl.processed, results/388-sql.processed,
3324: results/389.processed: more code coverage tests
3325:
3326: * tests/: 264.html, results/264.processed: code coverage for
3327: ^file::exec[]
3328:
3329: 2017-12-07 moko
3330:
3331: * tests/: 174.html, 388-sql.html, 389.html,
3332: results/388-sql.processed, results/389.processed,
3333: results/174.processed: more coverage tests
3334:
3335: * src/classes/math.C: exception text actualized
3336:
3337: 2017-12-06 moko
3338:
3339: * tests/388-sql.html: $SQL can be here
3340:
3341: * tests/results/auto.p: $SQL not required here
3342:
3343: * tests/: 388-sql.html, 389.html, Makefile,
3344: results/388-sql.processed, results/389.processed, results/auto.p:
3345: code coverage tests for sql (using sqlite) and int/double/bool
3346: added (related to feature #1125)
3347:
3348: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3349: lib/json/json.vcproj, lib/md5/md5.vcproj,
3350: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3351: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3352: targets/apache/ApacheModuleParser3Core.vcproj,
3353: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3354: types/types.vcproj: gc\include no longer required
3355:
3356: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3357: required
3358:
3359: * src/: classes/Makefile.am, classes/table.C,
3360: include/pa_config_includes.h, include/pa_string.h,
3361: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3362: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3363: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3364: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3365: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3366: used, we now include it directly
3367:
3368: 2017-12-04 moko
3369:
3370: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3371: memcached/memcached.vcproj, punycode/punycode.vcproj,
3372: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3373: where required
3374:
3375: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3376: now can be used to trace memory allocations
3377:
3378: * src/: classes/table.C, include/pa_config_includes.h,
3379: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3380: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3381: method removes, libcord also can work without libgc
3382:
3383: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3384:
3385: 2017-11-29 moko
3386:
3387: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3388: are not present (related to feature #1173)
3389:
3390: * tests/346-curl.html: test updated to test curl content-length bug
3391: (related to feature #1173)
3392:
3393: * tests/results/346-curl.processed: more test for content-length
3394: curl bug (related to feature #1173)
3395:
3396: * tests/results/346-curl.processed: test results updated after
3397: #1173 implemented
3398:
3399: 2017-11-28 moko
3400:
3401: * src/classes/curl.C: another libcurl Content-length bug walkaround
3402: (related to feature #1173)
3403:
3404: 2017-11-27 moko
3405:
3406: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3407: $.http_version[version string] added (implements feature #1173),
3408: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3409: where $post(true) bug existed.
3410:
3411: 2017-11-18 moko
3412:
3413: * src/include/pa_memory.h: warning war (related to feature #1170)
3414:
3415: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3416: feature #1170)
3417:
3418: 2017-11-17 moko
3419:
3420: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3421: std::basic_stringstream used in ^table.csv-string[] is compatible
3422: with delete usage check only under Debian 9 (related to feature
3423: #1170)
3424:
3425: 2017-11-16 moko
3426:
3427: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3428: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3429: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3430: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3431: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3432: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3433: stubs defend from accidental use (implements feature #1170)
3434:
3435: 2017-06-24 moko
3436:
3437: * configure.ac: minor fix: thanks to alx@
3438:
1.115 moko 3439: 2017-05-29 moko
3440:
3441: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3442: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3443: added to avoid cutting of UTF-8 chars (fixed bug #123)
3444:
3445: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3446: ignored, =?UTF-8?Q?= should start in case of leading space
3447: (related to bug #123)
3448:
3449: * buildall: echo -n -> printf for OS X. :)
3450:
3451: 2017-05-25 moko
3452:
3453: * tests/: 288.html, results/288.processed: test updated afted
3454: setting $o.prop without setter exception removed (related to
3455: feature #1157)
3456:
3457: * src/types/pa_vclass.C: no more "this property has no setter
3458: method" when setting $o.prop without setter (implements feature
3459: #1157)
3460:
3461: * buildall: echo \c -> echo -n for FreeBSD
3462:
3463: * configure, configure.ac, src/include/pa_config_auto.h.in,
3464: src/types/pa_vdouble.h: isfinite now checked in configure
3465:
3466: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3467: upgraded to automake 1.15
3468:
3469: 2017-05-23 moko
3470:
3471: * src/types/pa_vdouble.h: finite returned where isfinite not
3472: defined
3473:
3474: 2017-05-22 moko
3475:
3476: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3477:
3478: * buildall: extern CFLAGS setting support
3479:
3480: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3481:
3482: * buildall: http -> https
3483:
3484: * buildall: gc-7.2f -> gc-7.6.0
3485:
3486: 2017-05-20 moko
3487:
3488: * buildall: https, pcre, xml, xslt updated to current versions
3489: (related to feature #1136)
3490:
3491: 2017-05-19 moko
3492:
3493: * tests/097.html: after parser.ru moved to https
3494:
3495: 2017-05-17 moko
3496:
3497: * tests/results/: 175.processed, 372.processed: tests resuls
3498: updated after lintian spelling typos fixed (related to bug #1156)
3499:
3500: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3501: classes/string.C, classes/table.C, main/pa_charset.C,
3502: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3503: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3504: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3505:
3506: * tests/results/096.processed: +XMP
3507:
3508: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3509: $.xmp(true) options tested (test for feature #1154)
3510:
3511: * src/classes/image.C: ^image:measure[] options $.exif(false)
3512: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3513: fetched by default! (implements feature #1154)
3514:
3515: 2017-05-16 moko
3516:
3517: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3518: allowed (related to feature #1154)
3519:
3520: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3521: initial XMP implementation - without options and transcode
3522: (related to feature #1154)
3523:
3524: 2017-05-12 moko
3525:
3526: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3527: image: exif moved to ffields, skipped in ^image.html[] where
3528: iterators now used (preparation for feature #1154)
3529:
3530: 2017-05-05 moko
3531:
3532: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3533: results/387.processed: test for circular class inheritance check
3534: added (related to bug #1150)
3535:
3536: * src/types/pa_vstateless_class.C: circular class inheritance check
3537: added (fixes endless add_derived bug #1150)
3538:
3539: 2017-05-04 moko
3540:
3541: * tests/: 386.html, results/386.processed: test for
3542: $table.value(number) added (related to feature #1152)
3543:
3544: * src/types/pa_vtable.C: table put_element: column value must be
3545: string - > column value must be string compatible to allow
3546: $t.value(1) (implements feature #1152)
3547:
3548: 2017-05-03 moko
3549:
3550: * src/main/pa_request.C: $use[$method] is not possible, reverting
3551: (related to feature #1151)
3552:
3553: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3554: not possible, removing test (related to feature #1151)
3555:
3556: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3557: get_element_method added and used to allow $use[$method] and
3558: $autouse[$method] (implements feature 1151)
3559:
3560: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3561: variable added (related to feature #1151)
3562:
3563: * tests/results/226.processed: actualized after ^try-catch used
3564:
3565: * tests/: 226.html, 385.html, results/385.processed: test for
3566: @autouse in variable added
3567:
3568: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3569:
1.114 moko 3570: 2017-02-27 moko
3571:
3572: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3573:
1.113 moko 3574: 2017-02-20 moko
3575:
1.211 moko 3576: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3577:
3578: 2017-02-16 moko
3579:
3580: * tests/: 384.html, results/384.processed: test for
3581: ^reflection:mixin[; $.name[] ] option added (related to feature
3582: #1089)
3583:
3584: * tests/: 384.html, results/384.processed: test for
3585: ^reflection:mixin[] added (related to feature #1089)
3586:
3587: * src/types/pa_value.h: warning war: virtual ~Value() added
3588:
1.112 moko 3589: 2017-02-15 moko
3590:
3591: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3592: fixed
3593:
3594: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3595: test added (related to feature #1069)
3596:
3597: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3598: compilation without HASH_ORDER fixed
3599:
3600: * src/: classes/reflection.C, include/pa_hash.h:
3601: $.reverse(true/false) added to ^reflection:methods[] (related to
3602: feature #1069)
3603:
3604: 2017-02-14 moko
3605:
3606: * tests/: 152.html, results/152.processed: test for $._default hash
3607: added (related to bug #1131)
3608:
3609: * tests/: 277.html, results/277.processed: test for hash with only
3610: $._default is now defined (related to bug #1131)
3611:
3612: * src/types/pa_vhash.h: hash with only $._default is now defined
3613: (fixed bug #1131)
3614:
3615: 2017-02-13 moko
3616:
3617: * tests/cat-windows.sh: cat-windows added (cygwin required)
3618:
3619: * tests/: 171.html, 264.html, 286.html, 370.html,
3620: results/320.processed, results/375.processed, results/auto.p:
3621: cat-windows.sh support added
3622:
3623: * tests/375.html: Windows support
3624:
3625: * tests/270.html: documented
3626:
3627: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3628: (not backslashes) even under Windows (broke test 270)
3629:
3630: 2017-02-12 moko
3631:
3632: * tests/: descript.ion, todo.txt: cleanup
3633:
3634: 2017-02-09 moko
3635:
3636: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3637: run_tests.cmd: Windows compatibility
3638:
3639: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3640: incorrectly (GMT) if parser is called from cygwin
3641:
1.111 moko 3642: 2017-02-08 moko
3643:
1.211 moko 3644: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3645:
1.211 moko 3646: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3647:
3648: * NEWS, README: minor update
3649:
3650: * src/include/pa_config_includes.h: warning war continues
3651:
3652: * src/: include/pa_config_includes.h, include/pa_memory.h,
3653: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3654: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3655: gcc 6.x issues fixed
3656:
1.111 moko 3657: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3658: classes/classes.h, classes/curl.C, classes/date.C,
3659: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3660: classes/hashfile.C, classes/image.C, classes/inet.C,
3661: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3662: classes/memcached.C, classes/memory.C, classes/op.C,
3663: classes/reflection.C, classes/regex.C, classes/response.C,
3664: classes/string.C, classes/table.C, classes/void.C,
3665: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3666: include/pa_array.h, include/pa_cache_managers.h,
3667: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3668: include/pa_config_fixed.h, include/pa_config_includes.h,
3669: include/pa_dictionary.h, include/pa_dir.h,
3670: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3671: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3672: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3673: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3674: include/pa_request_charsets.h, include/pa_request_info.h,
3675: include/pa_sapi.h, include/pa_socks.h,
3676: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3677: include/pa_stack.h, include/pa_string.h,
3678: include/pa_stylesheet_connection.h,
3679: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3680: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3681: include/pa_uue.h, include/pa_xml_exception.h,
3682: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3683: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3684: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3685: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3686: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3687: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3688: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3689: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3690: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3691: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3692: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3693: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3694: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3695: main/pa_string.C, main/pa_stylesheet_connection.C,
3696: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3697: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3698: main/untaint.C, sql/pa_sql_driver.h,
3699: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3700: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3701: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3702: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3703: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3704: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3705: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3706: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3707: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3708: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3709: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3710: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3711: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3712: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3713: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3714: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3715: types/pa_vmemcached.h, types/pa_vmemory.h,
3716: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3717: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3718: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3719: types/pa_vresponse.C, types/pa_vresponse.h,
3720: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3721: types/pa_vstateless_object.h, types/pa_vstatus.C,
3722: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3723: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3724: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3725: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3726: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3727: 2015->2017
3728:
1.110 moko 3729: 2017-02-07 moko
3730:
3731: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3732:
3733: 2017-02-06 moko
3734:
3735: * src/main/pa_common.C: minor fixes, whitespace
3736:
3737: * src/: classes/curl.C, classes/file.C, classes/image.C,
3738: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3739: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3740: now used (implements feature #1081)
3741:
3742: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3743:
3744: 2017-02-01 moko
3745:
3746: * src/include/pa_request.h: cleanup
3747:
3748: 2017-01-30 moko
3749:
3750: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3751:
3752: 2017-01-29 moko
3753:
3754: * tests/: 383.html, results/383.processed: test for
3755: ^reflection:stack[] added (related to feature #1052)
3756:
3757: * src/classes/reflection.C: else added
3758:
3759: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3760: $.max_file_lock_wait added (implements feature #1128)
3761:
3762: 2017-01-28 moko
3763:
3764: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3765: body and other cases tests added (related to featue #1014)
3766:
3767: * src/classes/curl.C: bug if response is empty fixed (related to
3768: feature #1014)
3769:
3770: 2017-01-27 moko
3771:
3772: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3773: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3774: added (implements feature #1052)
3775:
3776: 2017-01-25 moko
3777:
3778: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3779: method test added
3780:
3781: 2017-01-23 moko
3782:
3783: * src/classes/reflection.C: optimization: options->get replaced by
3784: hash iterator
3785:
3786: * tests/: 381.html, results/381.processed: now -> fixed date
3787:
3788: * src/main/pa_request.C: warning war
3789:
3790: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3791: 5Mb (fixes bug #1058)
3792:
3793: * src/classes/curl.C: warning war
3794:
3795: * tests/: 381.html, results/381.processed: tests for ^json:string
3796: $.one-line(true) option added (related to feature #1124)
3797:
3798: * src/: classes/json.C, types/pa_value.h: $json-string
3799: $.one-line(true|false) options is now supported (implements
3800: feature #1124)
3801:
3802: * tests/: 380.html, results/380.processed: test for modified
3803: $.max_file_size added (related to bug #1014)
3804:
3805: * tests/: 379.html, results/auto.p: tests for rewritten http file
3806: load added (related to bug #1014)
3807:
3808: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3809: main/pa_common.C, main/pa_http.C: check_file_size added and used
3810: in curl / file load from disk and http, http file load rewritten
3811: (related to bug #1014)
3812:
3813: 2017-01-18 moko
3814:
3815: * tests/: 378.html, results/378.processed: tests for ^result[]
3816: added (related to feature #66)
3817:
3818: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3819: Method::CO_WITHOUT_FRAME as frame still added in expression
3820: (related to feature #66)
3821:
3822: 2017-01-17 moko
3823:
3824: * tests/: 377.html, results/377.processed: test for different
3825: combinations of breaks in body and delimiter (related to bug
3826: #1077)
3827:
3828: * tests/: 376.html, results/376.processed: many ^break[] tests
3829: added (related to bug #1077)
3830:
3831: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3832: passed to native method" exception added to avoid bugs due to
3833: WRITE_EXPR_RESULT skipped and native methods execution continues
3834: after ^break[] (related to bug #1077)
3835:
3836: 2017-01-14 moko
3837:
3838: * tests/: 330.html, results/330.processed: test results updated
3839: after ^break[] bugs where fixed (related to bug #1077)
3840:
3841: * tests/: 329.html, results/329.processed: test results updated
3842: after ^break[] bugs where fixed (related to bug #1077)
3843:
3844: * tests/results/320.processed: ^return[] added
3845:
3846: 2017-01-13 moko
3847:
3848: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3849: classes/table.C, include/pa_request.h, main/execute.C,
3850: main/pa_request.C, targets/cgi/parser3.C,
3851: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3852: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3853: checked after each possible process/execute call (fixes bug
3854: #1077)
3855:
3856: 2016-12-29 moko
3857:
3858: * src/main/pa_common.C: warning war
3859:
3860: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3861: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3862: pa_file_size_limit added, ^math:random fixed for upper limit and
3863: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3864: (related to feature #1014)
3865:
3866: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3867: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3868: (related to feature #1014)
3869:
3870: 2016-12-28 moko
3871:
3872: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3873: warning war
3874:
3875: 2016-12-26 moko
3876:
3877: * tests/: 341.html, results/341.processed: test for
3878: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3879:
3880: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3881: (related to feature #1057)
3882:
3883: * src/types/pa_vdate.C: warning war continues...
3884:
3885: * src/: classes/date.C, classes/image.C, classes/table.C,
3886: include/pa_config_includes.h, types/pa_vfile.C: warning war
3887:
3888: * src/lib/gd/gifio.C: warning war / cleanup
3889:
3890: * src/lib/json/pa_json.C: warning war
3891:
3892: * src/classes/hash.C: warning war
3893:
3894: * src/types/pa_vfile.C: warning war
3895:
3896: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3897: -Wall warning war continues
3898:
3899: * configure.ac: --with-build-warnings actualized
3900:
3901: 2016-12-25 moko
3902:
3903: * src/main/pa_exec.C: -wAll warning war
3904:
3905: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3906: -wAll warning war
3907:
3908: * src/: include/pa_common.h, include/pa_sapi.h,
3909: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3910: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3911: -wAll warning war
3912:
3913: 2016-12-23 moko
3914:
3915: * src/lib/ltdl/Makefile.am: extra dist added
3916:
3917: * tests/results/344.processed: test result updated after $file.text
3918: prefetched in ^hash::create[$file] (related to feature #1075)
3919:
3920: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3921: ^hash::create[$file] (related to feature #1075)
3922:
3923: 2016-12-22 moko
3924:
3925: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3926: main/pa_request.C, main/pa_stylesheet_connection.C,
3927: types/pa_vfile.C: file_stat now return 64-bit size (implements
3928: #1014 under 32-bit unix versions)
3929:
3930: 2016-12-21 moko
3931:
3932: * tests/: 375.html, results/375.processed: test for exec returning
3933: stated file added (related to feature #1119)
3934:
3935: * src/classes/file.C: load should not return file with null body
3936: (fixes bug #1119)
3937:
3938: 2016-12-14 moko
3939:
3940: * tests/: 374.html, results/374.processed: test for $method.name
3941: added (related to feature #1117) plus method returning junction
3942: test
3943:
3944: 2016-12-13 moko
3945:
3946: * src/: include/pa_symbols.h, main/pa_symbols.C,
3947: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3948: (implements feature #1117)
3949:
3950: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3951: HEAD and TRACE can't have body (implements feature #1116)
3952:
3953: 2016-12-09 moko
3954:
3955: * tests/: 373.html, results/373.processed: tests for
3956: ^reflection:tainting added (related to feature #1098)
3957:
3958: * src/classes/reflection.C: ^reflection:tainting arguments order
3959: change (related to feature #1098)
3960:
3961: 2016-12-06 moko
3962:
3963: * src/: classes/reflection.C, include/pa_string.h,
3964: main/pa_string.C: ^reflection:tainting[$string] added (implements
3965: feature #1098)
3966:
3967: 2016-12-05 moko
3968:
3969: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3970: (fixes bug #1114)
3971:
3972: 2016-12-04 moko
3973:
3974: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3975: check added
3976:
3977: 2016-12-03 moko
3978:
3979: * tests/: 346-curl.html, results/346-curl.processed: test modified
3980: to test value.as_hash() usage
3981:
3982: * src/classes/curl.C: value.as_hash() used for correct hash
3983: processing
3984:
3985: * src/classes/reflection.C: exceptions texts fixes
3986:
3987: 2016-12-02 moko
3988:
3989: * tests/: 372.html, results/372.processed: tests for
3990: ^reflection:create[ $.class[name] $.constructor[name]
3991: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3992: feature #1094)
3993:
3994: * src/types/pa_vmethod_frame.h: comment added: params should be
3995: declared outside of *_FRAME_ACTION as MethodParams destructor
3996: will be called in ~VNativeMethodFrame
3997:
3998: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3999: ] minor fix
4000:
4001: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4002: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4003: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4004: now supported (implements feature #1094) value::as_hash added
4005: (and should be used everywhere)
4006:
4007: * src/classes/reflection.C: cleanup
4008:
4009: 2016-12-01 moko
4010:
4011: * tests/: 356.html, results/356.processed: test for method
4012: junctions class name added to the resulting hash added (related
4013: to feature #1068)
4014:
4015: * src/classes/reflection.C: for method junctions class name added
4016: to the resulting hash (related to feature #1068)
4017:
4018: 2016-11-30 moko
4019:
4020: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4021: exception (related to bug #1113)
4022:
4023: * src/types/pa_vhashfile.C: whitespace
4024:
4025: * src/main/pa_os.C: errno now returned as it should (fixes bug
4026: #1113)
4027:
4028: * tests/results/: 175.processed, 192.processed, 224.processed,
4029: 229.processed, 239.processed, 244.processed, 246.processed,
4030: 314.processed, 352.processed: tests results updated after method
4031: call exceptions improved as method now keeps its name
4032:
4033: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4034: types/pa_vmethod_frame.h: method call exceptions improved as
4035: method now keeps its name
4036:
4037: * tests/: 224.html, 239.html, results/224.processed,
4038: results/239.processed: tests and tests results updated after
4039: Request::construct exception changed
4040:
4041: * src/: classes/reflection.C, main/execute.C: Request::construct
4042: exception optimized
4043:
4044: * tests/: 371.html, results/371.processed: test for
4045: WWrapper.get_element call in $.name.key[value] code added
4046: (related to feature #1091)
4047:
4048: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4049: in $.name.key[value] code (related to feature #1091)
4050:
4051: 2016-11-29 moko
4052:
4053: * src/classes/op.C: VS warning war
4054:
4055: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4056: C4239: nonstandard extension used : 'return' : conversion from
4057: 'Value' to 'Value &' (related to feature #1020)
4058:
4059: * src/: main/execute.C, types/pa_vmethod_frame.h,
4060: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4061: used : 'return' : conversion from 'Value' to 'Value &' (related
4062: to feature #1020)
4063:
4064: * src/main/execute.C: VS warning war
4065:
4066: * src/targets/cgi/parser3.C: VS compatibility fix
4067:
4068: * src/include/pa_request.h: VS warning war
4069:
4070: * tests/: 370.html, results/370.processed: test for ^file::exec[
4071: ... $.stdin[$binary_file] ] added (related to bug #1044)
4072:
4073: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4074: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4075: $.stdin[$binary_file] (fixes bug #1044)
4076:
4077: 2016-11-28 moko
4078:
4079: * src/main/pa_exec.C: whitespace
4080:
4081: * src/main/pa_request.C: whitespace
4082:
4083: * tests/: 369.html, results/369.processed: test for
4084: $response:status usage added (related to feature #1099)
4085:
4086: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4087: if < 100 (implements feature #1099)
4088:
4089: * src/targets/cgi/parser3.C: whitespace
4090:
4091: * src/targets/cgi/parser3.C: whitespace
4092:
4093: * tests/: 368.html, results/368.processed: test updated after
4094: ^reflection:filename[$method] added (related to feature #1053)
4095:
4096: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4097: main/compile.y, main/execute.C, main/pa_request.C,
4098: types/pa_vclass.h: filename -> filespec,
4099: ^reflection:filename[$method] added (related to feature #1053)
4100:
4101: 2016-11-27 moko
4102:
4103: * tests/: 368.html, results/368.processed: test for
4104: reflection:filename[$class or object] added (related to feature
4105: #1053)
4106:
4107: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4108: types/pa_vstateless_class.h: ^reflection:filename[$class or
4109: object] added (implements feature #1053)
4110:
4111: 2016-11-26 moko
4112:
4113: * src/: include/pa_request_info.h,
4114: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4115: remove_absolute_uri -> strip_absolute_uri
4116:
4117: 2016-11-25 moko
4118:
4119: * src/: include/pa_request_info.h,
4120: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4121: request_info.remove_absolute_uri added to remove possible
4122: http://site.name/ from $request:uri (implements feature #1112)
4123:
4124: 2016-11-24 moko
4125:
4126: * tests/: 367-curl.html, results/367-curl.processed: test for
4127: previous request headers clearing after redirect added (related
4128: to bug #1109)
4129:
4130: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4131: response headers from previous requests are now cleared, only
4132: last request headers are collected (fixes bug #1109)
4133:
4134: * tests/results/: 266.processed, 321.processed, 356.processed:
4135: tests results updated as method name now added to the resulting
4136: hash for new syntax only (Imp1 compatimility fixed, related to
4137: feature #1068)
4138:
4139: * src/classes/reflection.C: method name now added to the resulting
4140: hash for new syntax only (Imp1 compatimility fixed, related to
4141: feature #1068)
4142:
4143: * tests/results/366.processed: test for native and parser
4144: implementation of ^use[] logic (related to feature #1074)
4145:
4146: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4147: for native and parser implementation of ^use[] logic (related to
4148: feature #1074)
4149:
4150: 2016-11-23 moko
4151:
4152: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4153: main/pa_request.C: @USE file now implemented as ^use[file;
4154: $.origin[origin_file] ] (implements feature #1074)
4155:
1.109 moko 4156: 2016-11-21 moko
4157:
1.110 moko 4158: * tests/: 365.html, results/365.processed: test for $caller bugs in
4159: 3.4.4 and $caller.method now tested (related to feature #1110)
4160:
4161: * tests/: 364.html, results/364.processed: $caller usage in
4162: different contexts now tested (related to feature #1110)
4163:
4164: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4165:
4166: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4167:
1.109 moko 4168: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4169: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4170: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4171: used (implements feature #1110)
4172:
4173: 2016-11-20 moko
4174:
4175: * src/types/pa_vdouble.h: whitespace
4176:
4177: 2016-11-11 moko
4178:
4179: * tests/: 363.html, results/363.processed: more tests for feature
4180: #1091 (how parser methods work in expression context)
4181:
4182: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4183: expressions strings are now written as strings, not values by
4184: write_as_string (related to feature #1091)
4185:
4186: * src/classes/op.C: to make more correct behavour in expression
4187: context
4188:
4189: 2016-11-07 moko
4190:
4191: * tests/: 362.html, results/362.processed: test for
4192: xsltParseStylesheetDoc caching as xsl modification after it added
4193: (related to bug #1108)
4194:
4195: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4196: result now cached as xdoc is modified after it (fixes bug #1108)
4197:
4198: 2016-11-06 moko
4199:
4200: * src/types/pa_vxdoc.h: whitespace
4201:
4202: 2016-11-05 moko
4203:
4204: * src/types/pa_vmethod_frame.h: cleanup
4205:
4206: 2016-11-03 moko
4207:
4208: * tests/results/244.processed: more correct exception after method
4209: frames separation
4210:
4211: * src/types/pa_vmethod_frame.h: minor optimizaion
4212:
4213: * src/types/pa_method.h: optimization: params_count added
4214:
4215: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4216: include/pa_request.h, main/execute.C, main/pa_request.C,
4217: types/pa_value.C, types/pa_vmethod_frame.C,
4218: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4219: VMethodFrame now divided into VNativeMethodFrame,
4220: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4221: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4222: and used (related to feature #1104)
4223:
4224: 2016-11-02 moko
4225:
4226: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4227: classes/double.C, classes/file.C, classes/hash.C,
4228: classes/hashfile.C, classes/image.C, classes/inet.C,
4229: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4230: classes/memcached.C, classes/op.C, classes/reflection.C,
4231: classes/regex.C, classes/string.C, classes/table.C,
4232: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4233: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4234: r.write (implements feature #1091)
4235:
4236: * src/main/execute.C: cleanup (related to feature #1104)
4237:
4238: * src/: include/pa_request.h, main/execute.C,
4239: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4240: added, in_expression removed (implements feature #1104)
4241:
4242: 2016-10-31 moko
4243:
4244: * src/types/pa_value.C: whitespace
4245:
4246: 2016-10-28 moko
4247:
4248: * tests/results/244.processed: updated after error reporting fixed
4249: in pa_wcontext.C
4250:
4251: * src/types/pa_wcontext.C: error reporting fixed
4252:
4253: * src/types/pa_wcontext.h: whitespace
4254:
4255: * src/classes/image.C: not fully readed entries are no longer
4256: processed (fixes bug #1106)
4257:
4258: 2016-10-26 moko
4259:
4260: * src/classes/image.C: whitespace
4261:
4262: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4263: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4264: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4265: longer required (related to feature #1091)
4266:
4267: * tests/results/: 264.processed, 350.processed: test results update
4268: reverted (whitespace optimization) after write_no_lang removed :)
4269: (related to feature #1091)
4270:
4271: * src/: classes/file.C, classes/hash.C, classes/op.C,
4272: classes/string.C, classes/table.C, classes/void.C,
4273: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4274: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4275: equal write_pass_lang (related to feature #1091)
4276:
4277: * tests/results/: 264.processed, 350.processed: test results
4278: updated (whitespace optimization) after write_assign_lang removed
4279: (related to feature #1091)
4280:
4281: * tests/: 361.html, results/361.processed: test for non-string
4282: ^untaint added (related to feature #1091)
4283:
4284: * src/: classes/curl.C, classes/date.C, classes/file.C,
4285: classes/hash.C, classes/op.C, classes/string.C,
4286: include/pa_request.h, main/execute.C: optimization:
4287: write_assign_lang removed as not required (first part of feature
4288: #1091 implementation)
4289:
1.108 moko 4290: 2016-10-12 moko
4291:
4292: * tests/: 360.html, results/360.processed: more test code (related
4293: to feature #1104)
4294:
4295: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4296: include/pa_request.h, main/compile.y, main/execute.C: opcode
4297: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4298: WContext is next task (implements feature #1104)
4299:
4300: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4301: / CO_WITHOUT_WCONTEXT
4302:
4303: * tests/: 360.html, results/360.processed: test for in expression
4304: state (related to feature #1104)
4305:
4306: 2016-10-11 moko
4307:
4308: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4309:
4310: * src/classes/op.C: default value removed from initializer
4311:
4312: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4313:
4314: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4315:
4316: 2016-10-10 moko
4317:
4318: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4319: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4320: to feature #42)
4321:
4322: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4323: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4324:
4325: 2016-10-08 moko
4326:
4327: * src/classes/double.C: whitespace
4328:
4329: 2016-10-07 moko
4330:
4331: * src/types/pa_vmethod_frame.h: reorder
4332:
4333: 2016-10-06 moko
4334:
4335: * src/classes/date.C: typo
4336:
4337: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4338:
4339: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4340: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4341: types/pa_vmethod_frame.h: params.get now returns Value&, not
4342: Value*
4343:
4344: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4345:
4346: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4347: removed; first as_* code rewrite
4348:
4349: 2016-10-05 moko
4350:
4351: * src/include/pa_request.h: whitespace
4352:
4353: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4354: intercept_string added (related to feature #1097)
4355:
4356: * src/: classes/image.C, classes/op.C, classes/table.C,
4357: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4358: optimization: intercept_string removed (implements feature #1097)
4359:
4360: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4361:
4362: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4363: from VCodeFrame and WWrapper as not required
4364:
4365: 2016-10-04 moko
4366:
4367: * src/: classes/curl.C, classes/date.C, classes/double.C,
4368: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4369: classes/int.C, classes/json.C, classes/op.C,
4370: classes/reflection.C, classes/string.C, classes/table.C,
4371: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4372: proces_to_value -> process after StringOrValue removed (related
4373: to feature #1020)
4374:
4375: * src/classes/form.C: whitespace
4376:
4377: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4378:
4379: * tests/: 357.html, 358.html, results/357.processed,
4380: results/358.processed, results/auto.p: test for @conf
4381: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4382:
4383: 2016-10-03 moko
4384:
4385: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4386: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4387: supported (implements feature #42)
4388:
4389: * src/types/pa_vregex.h: no reason for VRegex to be
4390: is_evaluated_expr
4391:
4392: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4393: (implements feature #1095)
4394:
4395: 2016-10-01 moko
4396:
4397: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4398: false by default (related to feature #1089)
4399:
4400: 2016-09-30 moko
4401:
4402: * src/types/pa_wcontext.h: cleanup
4403:
4404: 2016-09-29 moko
4405:
4406: * src/main/execute.C: whitespace
4407:
4408: * src/include/pa_request.h: whitespace
4409:
4410: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4411: classes/op.C, classes/table.C, include/pa_request.h,
4412: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4413: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4414: StringOrValue removed as it just slows down and adds complexity
4415: (implements feature #1020)
4416:
4417: 2016-09-28 moko
4418:
4419: * tests/: 356.html, results/266.processed, results/321.processed,
4420: results/356.processed: tests updated after name was added to
4421: method_info hash, test for ^reflection:method_info[junction]
4422: added (related to feature #1068)
4423:
4424: * src/classes/reflection.C: ^reflection:method_info[junction] now
4425: supported, method name added to the resulting hash (implements
4426: feature #1068)
4427:
4428: * tests/: 276.html, results/276.processed: more tests for
4429: ^reflection:delete[]
4430:
4431: * src/classes/reflection.C: fixed bug then ^reflection:delete
4432: didn't work on class and could damage native objects (like file)
4433:
4434: 2016-09-26 moko
4435:
4436: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4437: results/345.processed, results/346-curl.processed,
4438: results/347-curl.processed, results/348.processed: numbers added
4439: to simplify diff analysis
4440:
4441: * tests/: 352.html, results/352.processed: test result updated as
4442: method name used
4443:
4444: * src/classes/reflection.C: method name used
4445:
4446: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4447: its name
4448:
4449: * src/types/pa_method.h: whitespace
4450:
4451: * src/classes/reflection.C: both method and field with one name can
4452: exist.
4453:
4454: * src/classes/reflection.C: ^reflection:mixin added (implements
4455: feature #1089)
4456:
4457: * tests/: 355.html, results/355.processed: property appears in
4458: derived class if added in base test added
4459:
4460: * src/types/pa_vstateless_class.h: get_method declaration +
4461: whitespace
4462:
4463: * tests/: 354.html, results/354.processed: nice test from method
4464: and property with one name in class added
4465:
4466: 2016-09-23 moko
4467:
4468: * src/classes/reflection.C: ^reflection:method usage documented
4469:
4470: 2016-09-22 moko
4471:
4472: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4473: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4474: compile warning and GPF occures on VS2003 (related to feature
4475: #1087)
4476:
4477: * tests/: 350.html, results/350.processed: test added for
4478: $.encloser[] support in ^table::create (related to feature #11)
4479:
4480: * src/classes/table.C: another minor fix (related to feature #11)
4481:
1.107 moko 4482: 2016-09-21 moko
4483:
4484: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4485:
4486: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4487: classes/json.C, classes/string.C, classes/table.C,
4488: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4489: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4490: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4491: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4492: pa_charsets, vs2015 warning war
4493:
4494: * src/classes/table.C: vs2015 warning war
4495:
4496: * src/types/pa_vdate.C: vs2015 warning war
4497:
4498: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4499:
4500: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4501: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4502:
4503: * src/main/pa_common.C: vs2015 compilation fixes
4504:
4505: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4506: vs2015 compilation fixes
4507:
4508: * src/main/pa_charset.C: vs2015 warning war
4509:
4510: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4511:
4512: * src/main/pa_charset.C: vs2015 warning war
4513:
4514: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4515:
4516: * src/types/pa_vdate.C: vs2015 compilation fix
4517:
4518: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4519:
4520: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4521: VS2015 compilation fixes
4522:
4523: * src/classes/table.C: minor fix (related to feature #11)
4524:
4525: * tests/results/282.processed: no longer skipping extra enclosers
4526: (related to feature #11)
4527:
4528: * src/classes/table.C: minor fix + no longer skipping extra
4529: enclosers (related to feature #11)
4530:
4531: * src/classes/table.C: minor optimization (related to feature #11)
4532:
4533: * src/classes/table.C: minor fix and optimization (related to
4534: feature #11)
4535:
4536: 2016-09-20 moko
4537:
4538: * tests/: 353.html, results/353.processed: test for
4539: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4540: added (related to bug #1090)
4541:
4542: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4543: one_big_piece (fixes bug #1090)
4544:
4545: * tests/: 229.html, results/229.processed: code coverage tests
4546:
4547: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4548: body) was called
4549:
4550: * src/classes/op.C: whitespace
4551:
4552: * tests/: 323.html, results/323.processed: test for code junction
4553: should not be returned by ^reflection:class, ^reflection:base
4554:
4555: * src/classes/reflection.C: bugfix: code junction should not be
4556: returned by ^reflection:class, ^reflection:base
4557:
4558: * tests/: 323.html, 352.html, results/352.processed: no more
4559: exception for ^reflection:method[class;no-such-method] (related
4560: to feature #1087)
4561:
4562: * src/classes/reflection.C:
4563: ^reflection:method[class;no-such-method] : exception -> void
4564: (related to feature #1087)
4565:
4566: * src/include/pa_request.h: request::write_value added to allow
4567: write value without convertion (related to issue #1091)
4568:
4569: 2016-09-19 moko
4570:
4571: * src/main/pa_random.C: windows build fix
4572:
4573: * src/types/pa_vhash.h: warning war
4574:
4575: 2016-09-14 moko
4576:
4577: * tests/: 352.html, 552.html, results/352.processed,
4578: results/552.processed: test for ^reflection:method[] extension
4579: added (related to feature #1087)
4580:
4581: * tests/: 552.html, results/552.processed: test for
4582: ^reflection:method[] extension added (related to feature #1087)
4583:
4584: * src/classes/reflection.C: compatibility issue fixed, VClass
4585: dynamic_cast check added (related to feature #1087)
4586:
4587: * tests/: 351.html, results/351.processed: test for @auto[]
4588: inheritance bug diring ^process[] added (related to bug #1088)
4589:
4590: * src/: classes/op.C, main/pa_request.C,
4591: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4592: disable it inheritance during ^process (fixes bug #1088)
4593:
4594: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4595: added (implements feature #1087)
4596:
4597: 2016-09-13 moko
4598:
4599: * tests/: 349.html, results/auto.p: test for objects prototyping
4600: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4601: to feature #1086)
4602:
4603: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4604: types/pa_vobject.C: objects now are not class instances, but have
4605: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4606: in @conf (implements feature #1086)
4607:
4608: 2016-09-08 moko
4609:
4610: * src/: classes/file.C, classes/mail.C, classes/string.C,
4611: classes/table.C, main/pa_http.C, main/pa_string.C,
4612: include/pa_string.h: cleanup: string::split limit argument
4613: removed as no longer required, pos_after no longer reference
4614: (related to feature #11)
4615:
4616: * src/classes/table.C, tests/results/348.processed: now exception
4617: is rised when invalid option is passed to ^table::create[]
4618:
4619: * tests/: 282.cfg, 282.html, results/282.processed: more code
4620: coverage tests
4621:
4622: * tests/: 348.html, results/348.processed: code coverage tests
4623: added
4624:
4625: * tests/: 348.html, results/348.processed: generic ^table::create[]
4626: tests
4627:
4628: * tests/: 035.html, results/035.processed, results/272.processed:
4629: tests updated after $.encloser[] support for ^table::create
4630: implementation (related to feature #11)
4631:
4632: * src/classes/table.C: $.encloser[] support for ^table::create
4633: finally added (implements feature #11)
4634:
4635: 2016-09-07 moko
4636:
4637: * src/include/pa_string.h: added StringSplitHelper as friend
4638: (related to feature #11)
4639:
4640: * src/include/pa_string.h: body and langs now protected, not
4641: private to allow inheritance (related to feature #11)
4642:
4643: * src/classes/table.C: lsplit optimized before cloning for
4644: ^table::create with $.encloser[] (related to feature #11)
4645:
4646: * src/classes/table.C: optimizaion: TableControlChars.separators
4647: added and used (related to feature #11)
4648:
4649: * src/classes/table.C: spelling:
4650:
4651: TableSeparators -> TableControlChars column -> separator
4652: separators -> control_chars
4653:
4654: 2016-09-06 moko
4655:
4656: * src/main/pa_string.C: whitespace
4657:
4658: * src/main/pa_string.C: whitespace
4659:
4660: 2016-09-01 moko
4661:
4662: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4663: results OS-independent
4664:
4665: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4666: compiler (related to feature #1042)
4667:
4668: 2016-08-15 moko
4669:
4670: * src/include/pa_string.h: whitespace
4671:
4672: * src/classes/table.C: whitespace
4673:
1.106 moko 4674: 2016-08-05 moko
4675:
4676: * tests/: 344.html, results/344.processed: test for
4677: ^hash::create[$file] added (related to feature #1075)
4678:
4679: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4680: supported (implements feature #1075)
4681:
4682: 2016-08-04 moko
4683:
4684: * tests/: 341.html, results/341.processed: more code coverage tests
4685:
4686: * tests/: 346-curl.html, results/346-curl.processed: more code
4687: coverage tests for curl
4688:
4689: * tests/: 346-curl.html, results/346-curl.processed: more code
4690: coverage tests for curl
4691:
4692: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4693: results/223.processed: code coverage tests: $.form[ $.table[] ]
4694: test added
4695:
4696: * tests/: 223-curl.html, results/223-curl.processed: more code
4697: coverage tests for curl
4698:
4699: 2016-08-03 moko
4700:
4701: * src/classes/curl.C: dlink(curl_library) now called not once, but
4702: until it will be loaded, allowing to find existing library.
4703:
4704: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4705: results/347-curl.processed: more code coverage tests for curl
4706:
4707: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4708: results/339-curl.processed, results/346-curl.processed: curl
4709: functionality tests
4710:
4711: 2016-08-02 moko
4712:
4713: * tests/: 339.html, results/339.processed: test for tables in
4714: ^file:load[] and ^curl:load[] (commented) added (related to
4715: feature #1042)
4716:
4717: * tests/: 345.html, results/345.processed: code coverage tests for
4718: file class
4719:
4720: * tests/: 344.html, results/344.processed: code coverage tests
4721:
4722: * tests/: 344.html, results/344.processed: mdate removed from
4723: output
4724:
4725: * src/classes/file.C: minor bugfix: is_text should be taked from
4726: fcontent.is_text_mode() if not set (related to feature #1061)
4727:
4728: * tests/: 344.html, results/344.processed: more tests
4729:
4730: * tests/: 343.html, 344.html, results/343.processed,
4731: results/344.processed: tests for ^file::create[ $.from-charset
4732: and $.to-charset ] (related to feature #1061)
4733:
4734: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4735: aset_text_mode argument optimized
4736:
4737: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4738: checkBOM now used in detect_binary_content (related to feature
4739: #1061)
4740:
4741: * src/main/pa_request.C: load_charset no longer required to_upper
4742:
4743: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4744: preserves original file mode (if no $.mode specified)
4745:
4746: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4747: ^file::create now supports $.from-charset[] and $.to-charset
4748: options (implements feature #1061), automatic transcode is done
4749: if text file is created from binary file and charset is detected.
4750:
4751: 2016-07-30 moko
4752:
4753: * src/classes/table.C: ^t.hash[..;] now supported (related to
4754: feature #1057)
4755:
4756: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4757: added (related to feature #1057)
4758:
4759: * tests/: 286.html, results/286.processed: code tests coverage
4760:
4761: 2016-07-29 moko
4762:
4763: * src/classes/table.C: table size should be checked inside menu and
4764: foreach (related to feature #858)
4765:
4766: * src/: classes/curl.C, classes/file.C, classes/string.C,
4767: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4768: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4769: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4770: charsets.get now does str_upper inside (related to feature #1061)
4771:
4772: * tests/: 342.html, results/342.processed: more code coverage tests
4773:
4774: * tests/: 342.html, outputs/342.processed: table menu code coverage
4775: + foreach test added (related to feature #858)
4776:
4777: * tests/: 341.html, results/341.processed: tests for
4778: ^table.hash[]{code} added + code coverage tests (related to
4779: feature #1057)
4780:
4781: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4782: value} support (implements feature #1057)
4783:
4784: * src/classes/table.C: whitespace
4785:
4786: 2016-07-28 moko
4787:
4788: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4789: from URL, if not specified query string removed from url-based
4790: filenames in ^curl:load[] and ^file::load[] (related to feature
4791: #1042)
4792:
4793: 2016-07-27 moko
4794:
4795: * tests/: 340.html, results/340.processed: test for
4796: transcode_text_result=false added (related to issue #1042)
4797:
4798: 2016-07-26 moko
4799:
4800: * src/types/pa_vfile.C: file name should not be empty (if file path
4801: is folder and ends with /) (related to feature #1042)
4802:
4803: * src/main/pa_http.C: whitespace optimizaion
4804:
4805: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4806: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4807: multiple headers, ^file::load supports headers transcoding
4808: (implements feature #1042)
4809:
4810: 2016-07-25 moko
4811:
4812: * src/include/pa_common.h: PA_DEFAULT added
4813:
4814: 2016-07-22 moko
4815:
4816: * tests/: 338.html, results/338.processed: test for
4817: $date.field(value) added (related to feature #1066)
4818:
4819: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4820: $date.field(value) now supported for y/m/d/h/m/s (implements
4821: feature #1066)
4822:
1.105 moko 4823: 2016-07-21 moko
4824:
4825: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4826: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4827: arguments removed; image.C - absolute path shown in exception
4828: (implements feature #1071)
4829:
4830: * tests/: 235.html, results/235.processed: test and test result
4831: updated after static boundary in mail and Errors-To: mail header
4832: removed (related to feature #1047)
4833:
4834: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4835: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4836: used, static boundary in mail removed, Errors-To: mail header
4837: removed (implements feature #1047)
4838:
4839: 2016-07-20 moko
4840:
4841: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4842: equest.classes(): Value -> VStateless_class, part 3 (related to
4843: issue #1051)
4844:
4845: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4846: request.classes(): Value -> VStateless_class, part 2 (related to
4847: issue #1051)
4848:
4849: * tests/results/: 224.processed, 323.processed: classes without
4850: methods should not be methoded (related to issue #1051)
4851:
4852: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4853: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4854: -> VStateless_class, part 1 (related to issue #1051)
4855:
4856: * tests/: 337.html, results/337.processed: test for
4857: ^reflection:fields_reference[] and VHashReference class added
4858: (related to feature #1072)
4859:
4860: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4861: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4862: and VHashReference added, allowing ^reflection:fields_reference[]
4863: implementation (closes feature #1072)
4864:
4865: 2016-07-19 moko
4866:
4867: * tests/: 323.html, results/323.processed: we want to see
4868: "methoded"
4869:
4870: * tests/: 336.html, results/336.processed: test for $BASE:property
4871: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4872: #1059)
4873:
4874: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4875: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4876: somebody_entered_some_class, $BASE:property works again,
4877: ^BASE:method[] bugs fixed (fixes bug #1059)
4878:
4879: 2016-07-14 moko
4880:
4881: * tests/: 335.html, results/335.processed: test for feature #1055
4882: added
4883:
4884: * src/classes/hash.C: bugfix: $._default was not copied if empty
4885: feature: ^hash.contains[_default] added (implements feature
4886: #1055)
4887:
4888: 2016-07-13 moko
4889:
4890: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4891: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4892:
4893: 2016-07-05 moko
4894:
4895: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4896: in ^hash.foreach (related to feature #1073)
4897:
4898: 2016-07-04 moko
4899:
4900: * tests/: 134.html, 281.html, results/134.processed,
4901: results/281.processed: tests updated after hash blocking removed
4902: (related to feature #1073)
4903:
4904: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4905: no longer blocks on change during foreach (implements feature
4906: #1073)
4907:
4908: 2016-06-17 moko
4909:
4910: * tests/: 330.html, results/330.processed: try exception source
4911: test added (related to bug in #1062)
4912:
4913: * tests/: 334.html, results/334.processed: Exception stack trace
4914: test added (related to bug in $1062)
4915:
4916: * src/classes/op.C: Exception trace now correctly restored and
4917: errors reported (related to bug #1062)
4918:
1.104 moko 4919: 2016-05-25 moko
4920:
4921: * src/main/compile.y: minor cleanup + beauty
4922:
4923: 2016-05-24 moko
4924:
4925: * tests/: 333.html, results/333.processed: more exceptions testing
4926:
4927: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4928: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4929: features #1056, #1026)
4930:
4931: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4932: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4933: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4934: (implements feature #1056)
4935:
4936: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4937: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4938: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4939: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4940: feature #1026)
4941:
4942: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4943: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4944: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4945: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4946: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4947: feature #1026)
4948:
4949: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4950: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4951: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4952: SYMBOLS_CACHING define implemented (related to feature #1026)
4953:
4954: * src/main/main.vcproj: + ps_symbols
4955:
4956: * src/: include/Makefile.am, include/pa_string.h,
4957: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4958: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4959: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4960: types/pa_vstateless_class.C: initial implementation for symbols
4961: cache (related to feature #1026)
4962:
4963: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4964:
4965: * src/main/pa_globals.C: minor cleanup
4966:
4967: 2016-05-19 moko
4968:
4969: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4970: (related to feature #1046)
4971:
4972: * tests/: 331.html, results/331.processed: test for
4973: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4974: (related to feature #1051)
4975:
4976: * src/main/compile.y:
4977: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4978: (implements feature #1054)
4979:
4980: 2016-05-18 moko
4981:
4982: * src/types/pa_vtable.C, tests/results/324.processed: no more
4983: "column not found" exception for ^table.no-such-method[] (related
4984: to feature #1046)
4985:
4986: * tests/: 261.html, results/261.processed: test added and updated
4987: after feature #1046 implementation
4988:
4989: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4990: types/pa_vvoid.h: $string.anything works for whitespace strings,
4991: ^string.contains added for hash compatibility, $string.method no
4992: longer returns stting method (implements feature #1046)
4993:
4994: 2016-05-12 moko
4995:
4996: * src/classes/curl.C: content-type response header no longer
4997: ignored (fixes issue #1045)
4998:
4999: * tests/: 330.html, results/330.processed: test for incomplete
5000: finally execution when break occures added (related to issue
5001: #1077)
5002:
5003: * src/classes/op.C: bugfix: Request::skip reset is called before
5004: executing catch and finally code (fixes issue #1062)
5005:
5006: 2016-05-11 moko
5007:
5008: * tests/: 329.html, results/329.processed: test for invalid
5009: ^break[] behavour added (bug #1077)
5010:
5011: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5012:
5013: 2016-04-24 moko
5014:
5015: * src/types/pa_vstateless_class.h: warning war
5016:
5017: 2016-04-17 moko
5018:
5019: * tests/: 328.html, results/328.processed: test for
5020: ^break(condition) and ^continue(condition) (related to feature
5021: #1063)
5022:
5023: * src/classes/op.C: ^break(condition) and ^continue(condition)
5024: implemented (feature #1063)
5025:
5026: 2016-04-12 moko
5027:
5028: * tests/results/280.processed: ordered hash now used for class
5029: methods and properties (test results updated for feature #1069)
5030:
5031: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5032: to xdoc.C as under FreeBSD it was inited after and inheritance
5033: failed (related to issue #1051)
5034:
5035: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5036: are printed to check inheritance (related to feature #1051)
5037:
1.103 moko 5038: 2016-04-09 moko
5039:
5040: * tests/results/320.processed: ordered hash now used for class
5041: methods and properties (test results updated for feature #1069)
5042:
5043: * src/types/pa_vstateless_class.h: ordered hash now used for class
5044: methods and properties (implements feature #1069)
5045:
5046: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5047: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5048: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5049: feature #1051)
5050:
5051: 2016-04-07 moko
5052:
5053: * src/main/execute.C: returned Value in .CLASS case for VJunction
5054: (related to feature #1051)
5055:
5056: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5057: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5058: string constants deduplication (related to feature #1051)
5059:
5060: * tests/results/224.processed: test result updated (related to
5061: feature #1051)
5062:
5063: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5064: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5065: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5066: types/pa_vstatus.h: classes hash now contains only
5067: VStateless_class derived objects, .CLASS is also allways
5068: VStateless_class derived object (related to feature #1051).
5069:
5070: 2016-04-06 moko
5071:
5072: * tests/results/323.processed: test result updated after feature
5073: #1051 implementation
5074:
5075: * src/: classes/classes.h, classes/op.C, classes/response.C,
5076: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5077: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5078: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5079: types/pa_vresponse.C, types/pa_vresponse.h,
5080: types/pa_vstateless_class.h: base -> methoded_donor for static
5081: classes, type() moved from VStateless_class to VClass and
5082: Methoded (implements feature #1051)
5083:
5084: 2016-04-04 moko
5085:
5086: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5087: beauty: put_class added (related to feature #1051)
5088:
5089: 2016-04-01 moko
5090:
5091: * tests/results/: 175.processed, 192.processed, 224.processed,
5092: 229.processed, 244.processed, 246.processed, 316.processed: test
5093: results updated as class.type() removed from error messages, only
5094: type() left (related to feature #1051)
5095:
5096: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5097: classes/op.C, classes/reflection.C, main/compile.y,
5098: main/compile_tools.h, main/execute.C, main/pa_request.C,
5099: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5100: types/pa_vmethod_frame.h, types/pa_vobject.h,
5101: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5102: from VStateless_class, type() is used instead (related to feature
5103: #1051)
5104:
5105: * src/classes/mail.C: old logic restored.
5106:
5107: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5108: classes/classes.h, classes/curl.C, classes/date.C,
5109: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5110: classes/hashfile.C, classes/image.C, classes/inet.C,
5111: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5112: classes/memcached.C, classes/memory.C, classes/reflection.C,
5113: classes/regex.C, classes/response.C, classes/string.C,
5114: classes/table.C, classes/xdoc.C, classes/xnode.C,
5115: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5116: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5117: feature #1051)
5118:
5119: 2016-03-30 moko
5120:
5121: * tests/: 327.html, results/224.processed, results/327.processed:
5122: test for TZ specification in ^date::create[], TZ is kept during
5123: ^date::create[$dt] (related to feature #1048)
5124:
5125: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5126: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5127: feature #1048)
5128:
5129: 2016-03-29 moko
5130:
5131: * tests/: 315.html, results/315.processed: test for timezone format
5132: +HHmm added (related to feature #1065)
5133:
5134: * src/classes/date.C: timezone format +HHmm now supported
5135: (implements feature #1065)
5136:
5137: 2016-03-28 moko
5138:
5139: * tests/: 202.html, results/131.processed, results/202.processed,
5140: results/224.processed, results/256.processed,
5141: results/315.processed: test results updated after %.2d now
5142: default for hours offset in iso-string (was %2d), test for
5143: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5144: added (related to feature #1065)
5145:
5146: 2016-03-27 moko
5147:
5148: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5149: feature #1065)
5150:
5151: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5152: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5153: added (implements feature #1065)
5154:
5155: 2016-03-24 moko
5156:
5157: * tests/: 202.html, results/202.processed: test $date.week added
5158: (related to bug #1067)
5159:
5160: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5161: date (fix for bug #1067)
5162:
5163: 2016-03-10 moko
5164:
5165: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5166:
1.102 moko 5167: 2015-12-07 moko
5168:
5169: * tests/: 326.html, results/326.processed: test for .CLASS &
5170: .CLASS_NAME optimization added (related to feature #844)
5171:
5172: 2015-11-17 moko
5173:
5174: * tests/: 323.html, results/323.processed: order added
5175:
5176: * tests/: 325.html, results/325.processed: double range test added
5177: (related to bug #1049)
5178:
5179: 2015-11-16 moko
5180:
5181: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5182: added to disallow NaN and Infinity (fixes bug #1049)
5183:
5184: 2015-11-11 moko
5185:
5186: * tests/324.html: parser 3.4.3 execution support added (related to
5187: feature #1017)
5188:
5189: * tests/: 324.html, results/324.processed: test for
5190: GET_ELEMENT4CALL feature added (feature #1017)
5191:
1.101 moko 5192: 2015-10-29 moko
5193:
1.211 moko 5194: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5195:
5196: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5197:
5198: * src/main/pa_exec.C: get_exit_status implemented for Windows
5199: (related to bug #1043)
5200:
5201: 2015-10-28 moko
5202:
5203: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5204: hangup during ^file::exec (fixes bug #1043)
5205:
1.100 moko 5206: 2015-10-27 moko
5207:
5208: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5209:
1.99 moko 5210: 2015-10-26 moko
5211:
1.100 moko 5212: * tests/322.html, src/classes/reflection.C: arguments reorder
5213: (related to issue #1041)
5214:
5215: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5216: Copyright year updated
5217:
1.99 moko 5218: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5219: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5220: classes/form.C, classes/hash.C, classes/hashfile.C,
5221: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5222: classes/mail.C, classes/math.C, classes/memcached.C,
5223: classes/memory.C, classes/op.C, classes/reflection.C,
5224: classes/regex.C, classes/response.C, classes/string.C,
5225: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5226: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5227: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5228: include/pa_config_fixed.h, include/pa_config_includes.h,
5229: include/pa_dictionary.h, include/pa_dir.h,
5230: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5231: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5232: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5233: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5234: include/pa_request_charsets.h, include/pa_request_info.h,
5235: include/pa_sapi.h, include/pa_socks.h,
5236: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5237: include/pa_stack.h, include/pa_string.h,
5238: include/pa_stylesheet_connection.h,
5239: include/pa_stylesheet_manager.h, include/pa_table.h,
5240: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5241: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5242: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5243: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5244: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5245: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5246: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5247: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5248: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5249: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5250: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5251: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5252: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5253: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5254: main/pa_string.C, main/pa_stylesheet_connection.C,
5255: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5256: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5257: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5258: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5259: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5260: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5261: targets/isapi/parser3isapi.C, types/pa_junction.h,
5262: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5263: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5264: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5265: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5266: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5267: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5268: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5269: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5270: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5271: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5272: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5273: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5274: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5275: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5276: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5277: types/pa_vresponse.C, types/pa_vresponse.h,
5278: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5279: types/pa_vstateless_object.h, types/pa_vstatus.C,
5280: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5281: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5282: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5283: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5284: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5285:
5286: * src/targets/cgi/parser3.C: year updated
5287:
5288: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5289: issue #1041)
5290:
5291: * tests/: 323.html, results/323.processed: test for base classes
5292: added
5293:
5294: * tests/: 261.html, results/261.processed: updated after better
5295: error reporting done for $string.key exception
5296:
5297: * src/types/pa_vstring.h: better error report for $string.key
5298: exception
5299:
5300: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5301: copied as VObject::get_element4call to remove extra virtual call
5302:
5303: * tests/: 322.html, results/322.processed: test for
5304: ^reflection:is[] added (related to feature #1041)
5305:
5306: * src/classes/reflection.C: ^reflection:is empty value is void
5307: (related to feature #1041)
5308:
5309: * src/classes/reflection.C:
5310: ^reflection:is[class_name|code|method;[context;]element_name]
5311: added (implements feature #1041)
5312:
5313: 2015-10-24 moko
5314:
5315: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5316:
1.98 moko 5317: 2015-10-22 moko
5318:
5319: * tests/: 321.html, results/321.processed: test for
5320: ^reflection:method_info[] file detection added
5321:
5322: * tests/: 320.html, results/320.processed: test for
5323: ^reflection:class_by_name[class_name] added (related to feature
5324: #993)
5325:
5326: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5327: added (implements feature #993)
5328:
5329: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5330: (related to feature #1017)
5331:
5332: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5333: added (related to issue #1039)
5334:
5335: * src/main/pa_request.C: ^throw origin fixed (related to feature
5336: #1039)
5337:
5338: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5339: for VDate
5340:
5341: * tests/results/182.processed: updated after feature #1038
5342: implemented
5343:
5344: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5345: compile-time exception origin added (test for feature #1039)
5346:
5347: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5348: main/pa_request.C: exception unification: compile-time exceptions
5349: now have origin, @USE origins also tracked (implements feature
5350: #1039)
5351:
5352: 2015-10-20 moko
5353:
5354: * src/main/pa_request.C: cleanup
5355:
5356: 2015-10-15 moko
5357:
5358: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5359:
5360: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5361: types/pa_vtable.C: new feature: no more $table.method and
5362: $hash.method, aliases for _at, _count, _key (related to feature
5363: #1017)
5364:
1.97 moko 5365: 2015-10-14 moko
5366:
1.98 moko 5367: * tests/: 317.html, results/317.processed: test for
5368: ^string.unescape[] added (related to feature #120)
5369:
1.97 moko 5370: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5371: defined" bug (described in issue #1036)
5372:
5373: * tests/: 247.html, results/247.processed: test for checkBOM added
5374: (test for bug #1037)
5375:
5376: * src/: include/pa_charsets.h, main/pa_charsets.C,
5377: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5378: it's not enforced, skips BOM signature if it complies charset
5379: (fixes bug #1037)
5380:
5381: 2015-10-13 moko
5382:
5383: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5384: linking
5385:
5386: * src/classes/inet.C: vs2003 compilation fix
5387:
5388: * src/classes/math.C: warning war
5389:
5390: * src/lib/punycode/pa_punycode.c: warning war
5391:
5392: 2015-10-12 moko
5393:
5394: * src/lib/punycode/pa_punycode.c: warning war
5395:
5396: * parser3.sln: moved parser3 first, to make it default startup
5397: project
5398:
5399: * buildall: parser "mirror" now used for external libs sources
5400: (implements feature #1036)
5401:
5402: * buildall: most external libs are updated to their current
5403: versions (related to feature #1036)
5404:
5405: * src/classes/image.C: more tags added
5406:
5407: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5408:
5409: 2015-10-11 moko
5410:
5411: * src/classes/curl.C: minor optimization (related to feature #1035)
5412:
5413: 2015-10-09 moko
5414:
5415: * src/classes/curl.C: pa_strdup added for strings from curl
5416: (related to feature #1035)
5417:
5418: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5419: ULLONG_MAX definition
5420:
5421: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5422: (implements feature #1035)
5423:
5424: * src/main/pa_charset.C: String::Body(String::C) used
5425:
5426: * src/main/pa_charset.C: exceptions unified
5427:
5428: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5429: unified
5430:
5431: * src/: classes/file.C, classes/image.C, classes/mail.C,
5432: classes/op.C, classes/xdoc.C, classes/xnode.C,
5433: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5434: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5435: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5436: String::Body(String::C) constructor added (related to bug #957)
5437:
5438: * src/classes/file.C: minor optimization
5439:
5440: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5441: Cord(char*) autocreation (related to bug #957)
5442:
5443: * src/: classes/string.C, main/untaint.C: minor optimizations
5444:
5445: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5446: String(char*, Lang, length) removed, String(C(), Lang) used
5447: instead (related to bug #957)
5448:
5449: 2015-10-08 moko
5450:
5451: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5452: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5453: main/untaint.C: Now char * is converted to CORD only using
5454: AS_CORD() to check for empty cord bug (fixes bug #957)
5455:
5456: * src/include/pa_hash.h: fixed compilation without
5457: HASH_CODE_CACHING
5458:
5459: * src/classes/string.C:
5460: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5461: feature #120)
5462:
5463: * src/main/pa_common.C: reduce js flags checks count (related to
5464: feature #120)
5465:
1.96 moko 5466: 2015-10-07 moko
5467:
5468: * tests/: 275.html, results/275.processed: test modified after
5469: unsigned long long int support implemented (feature #1034)
5470:
5471: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5472: pa_atoul added for unsigned long long int support
5473:
5474: 2015-10-06 moko
5475:
5476: * src/types/pa_vdate.C: INT_MAX used
5477:
5478: 2015-10-03 moko
5479:
5480: * tests/: 302.html, results/302.processed: test for bug #1023
5481: (\u2028, \u2029 escaping) added
5482:
5483: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5484: json:string[] (fixes bug #1023)
5485:
5486: 2015-09-29 moko
5487:
5488: * tests/305.html: try-catch added for OS without ipv6 support
5489:
5490: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5491: compilation
5492:
5493: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5494: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5495: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5496: implemented to distinguish ^hash.method from $hash.field
5497: (implements feature #1017)
5498:
5499: * src/lib/punycode/pa_punycode.c: warning war
5500:
5501: * src/include/pa_config_includes.h: warning war
5502:
5503: * src/include/pa_config_includes.h: pragma warning actualized a bit
5504:
5505: * src/include/pa_config_includes.h: warning war
5506:
5507: * src/include/pa_hash.h: clang compilation fix
5508:
5509: 2015-09-27 moko
5510:
5511: * src/main/compile.tab.C: Bison 3 is now default
5512:
5513: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5514:
5515: 2015-09-25 moko
5516:
5517: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5518: works with undefined HASH_ORDER (related to feature #196)
5519:
5520: 2015-09-24 moko
5521:
5522: * tests/: 027.html, results/027.processed: test modified to test
5523: ^hash.sort (feature #196)
5524:
5525: * src/: classes/hash.C, include/pa_hash.h:
5526: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5527: added (implements feature #196)
5528:
5529: * tests/: 316.html, results/316.processed: Added test for bug #1025
5530: (exception handling in non-cached ^cache), plus for "it does not
5531: have logical value" and "$exception.handled value must be either
5532: boolean or string 'cache'" exceptions.
5533:
5534: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5535: code (fixes bug #1025)
5536:
1.95 moko 5537: 2015-09-23 moko
5538:
5539: * src/classes/table.C: warning war
5540:
5541: * src/: classes/math.C, types/pa_vcookie.C: warning war
5542:
5543: * src/classes/file.C: warning war
5544:
5545: * src/: include/pa_table.h, main/pa_table.C: warning war
5546:
5547: * src/: main/pa_request.C, classes/date.C: warning war
5548:
5549: * src/: types/pa_vdate.C, classes/op.C: warning war
5550:
5551: * tests/: 122.html, results/122.processed: win sync: to remove
5552: differences with OS that doesn't keep timezone change history
5553:
5554: * src/types/pa_vdate.C: tzset() should be called in Windows after
5555: TZ change (related to feature #36)
5556:
5557: * tests/: 075.html, results/075.processed: win sync: to remove
5558: differences with OS that doesn't keep timezone change history
5559:
5560: * tests/: 315.html, results/315.processed: win sync: to remove
5561: differences with OS that doesn't keep timezone change history
5562:
5563: * tests/: 256.html, results/256.processed: win sync: to remove
5564: differences with OS that doesn't keep timezone change history
5565:
5566: * tests/: 124.html, results/124.processed: win results sync: to
5567: avoid hitting time change hole.
5568:
5569: * src/types/pa_vdate.C: static returned. :)
5570:
5571: 2015-09-22 moko
5572:
5573: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5574:
5575: * tests/results/131.processed: more tests for feature #1032
5576:
5577: * src/classes/date.C: minor fix related to feature #1032
5578:
1.211 moko 5579: * operators.ru.txt, operators.txt: ISO date creation documented
5580: (related to feature #1032)
1.95 moko 5581:
1.211 moko 5582: * operators.ru.txt, operators.txt: iso-string documented (related
5583: to feature #1032)
1.95 moko 5584:
5585: * tests/: 315.html, results/315.processed: more tests added
5586: (related to feature #1032)
5587:
5588: * tests/: 131.html, results/131.processed: date range checks
5589: updated (related to feature #36)
5590:
5591: * tests/: 315.html, results/057.processed, results/315.processed:
5592: test added for ISO date support (related to issue #315)
5593:
5594: * src/classes/date.C: more readable exceptions in date creation
5595: (related to ticket #1032)
5596:
5597: 2015-09-18 moko
5598:
5599: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5600: added (related to issue #1032)
5601:
5602: * tests/results/256.processed, src/classes/json.C: iso-string
5603: documented (related to issue #1032)
5604:
5605: * tests/: 256.html, results/256.processed: ISO date check added
5606: (related to issue #1032)
5607:
5608: * tests/: 057.html, results/057.processed, results/224.processed:
5609: tests results updated after ISO date support implemented (related
5610: to feature #1032)
5611:
5612: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5613: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5614: ^date::create[string] constructor formalized, ^date.iso-string[]
5615: added (implements feature #1032)
5616:
5617: 2015-09-05 moko
5618:
1.211 moko 5619: * operators.ru.txt, operators.txt: actualized
1.95 moko 5620:
1.211 moko 5621: * operators.ru.txt, operators.txt: date changes documented (related
5622: to ticket #36)
1.95 moko 5623:
5624: 2015-09-04 moko
5625:
5626: * src/types/pa_vdate.C: warning war
5627:
5628: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5629:
5630: 2015-09-03 moko
5631:
5632: * tests/results/096.processed: test result updated for 0..9999 year
5633: date range support (related to feature #36)
5634:
5635: * tests/: 314.html, results/314.processed: test for
5636: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5637: bug #1031)
5638:
5639: * src/classes/string.C: Static calls fixed for ^string:base64[],
5640: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5641:
1.116 moko 5642: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5643: configure.in -> configure.ac
1.95 moko 5644:
1.116 moko 5645: * configure, configure.in, src/include/pa_config_auto.h.in: more
5646: correct timezone check for FreeBSD Warning war: configure.in ->
5647: configure.ac
1.95 moko 5648:
5649: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5650: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5651: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5652: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5653: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5654: src/main/Makefile.am, src/targets/apache/Makefile.am,
5655: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5656: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5657: check added
5658:
5659: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5660:
5661: * tests/results/: 124.processed, 224.processed: test resuls updated
5662: for new date implementation (related to feature #36)
5663:
5664: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5665: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5666: types/pa_vdate.h: new double date implementation with internal
5667: support for extended 0..9999 year range, default timezone support
5668: (related to feature #36)
5669:
5670: 2015-08-28 moko
5671:
5672: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5673: (fixes bug #1030)
5674:
5675: 2015-08-21 moko
5676:
5677: * src/classes/inet.C: snprintf size "bug" commented
5678:
5679: * src/main/pa_common.C: snprintf comments updated
5680:
5681: 2015-08-16 moko
5682:
5683: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5684:
5685: 2015-08-11 moko
5686:
5687: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5688: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5689: can be null (fixes bug #1029)
5690:
5691: 2015-08-06 moko
5692:
1.116 moko 5693: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5694: pa_vdate.C added
1.95 moko 5695:
5696: 2015-08-05 moko
5697:
5698: * tests/: 313.html, results/313.processed: test for
5699: ^table.count[columns] and ^table.flip[] with nameless tables
5700: (feature #1003)
5701:
5702: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5703: max_cell added, now ^table.count[columns] and ^table.flip[] works
5704: correctly for nameless tables (implements feature #1003)
5705:
5706: 2015-08-03 moko
5707:
5708: * tests/312.html: test for ^table.append[$hash] and
5709: ^table.insert[$hash] added (related to feature #1028)
5710:
5711: * src/classes/table.C: ^table.append[$hash] and
5712: ^table.insert[$hash] now supported (implements feature #1028)
5713:
5714: * tests/: 312.html, results/312.processed: test row copy in
5715: ^table.hash[; $.type[table] ] added (related to feature #1016)
5716:
5717: * src/classes/table.C: row copy now created in ^table.hash[;
5718: $.type[table] ] (related to feature #1016)
5719:
5720: 2015-07-29 moko
5721:
5722: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5723: added (related to feature #1016)
5724:
5725: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5726: ^table.delete[] added to delete current row (related to feature
5727: 1016)
5728:
5729: 2015-07-28 moko
5730:
5731: * tests/: 312.html, results/312.processed: test for
5732: $table.column[value] and ^table.insert{row} (related to feature
5733: #1016)
5734:
5735: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5736: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5737: ^table.insert{row} are now implemented (feature #1016)
5738:
5739: * src/include/pa_array.h: Optimization: bool reverse removed from
5740: append(), insert() added, memmove arguments order in remove()
5741: fixed (related to feature #1016)
5742:
5743: 2015-07-23 moko
5744:
5745: * src/classes/json.C: tainted json and empty json exception added
5746: (implements feature #1015)
5747:
5748: * tests/: 311.html, results/311.processed: empty json and tainted
5749: json exception test added (related to issue #1015)
5750:
5751: 2015-07-22 moko
5752:
5753: * tests/: 311.html, results/311.processed: test for UTF-8
5754: processing added
5755:
5756: * tests/: 311.html, results/311.processed: test for
5757: json_exception_with_source added (related to issue #394)
5758:
5759: * src/classes/json.C: json_exception_with_source added (implements
5760: feature #394)
5761:
5762: 2015-06-29 moko
5763:
5764: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5765: directories are now correctly determined if _d_type == DT_UNKNOWN
5766: (closes bug #1027)
5767:
5768: 2015-06-10 moko
5769:
5770: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5771: error if libxml has LIBXML_ICU_ENABLED.
5772:
5773: 2015-06-04 moko
5774:
5775: * tests/099.html: ups, reverting
5776:
5777: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5778: results/310.processed: tests for $response:body[ $.file[] ] and
5779: $response:last-modified added
5780:
5781: * src/main/pa_request.C: last-modified check fixed
5782:
5783: 2015-06-03 moko
5784:
5785: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5786: results/205.processed, results/293.processed: $response:headers
5787: logging added (tests for feature #1007)
5788:
5789: * src/: include/pa_common.h, include/pa_request.h,
5790: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5791: $response:headers are now in uppercase (closes feature #1007)
5792:
5793: 2015-06-02 moko
5794:
5795: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5796: build errors reverted for clang compatibility
5797:
5798: 2015-06-01 moko
5799:
5800: * src/include/pa_memory.h: -pedantic build errors fixed
5801:
5802: * src/classes/math.C: -pedantic build error fixed
5803:
5804: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5805:
5806: 2015-05-31 moko
5807:
5808: * src/classes/table.C: USE_STRINGSTREAM optimized
5809:
5810: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5811: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5812: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5813: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5814: types/pa_vxnode.h: warning war (-pedantic flag)
5815:
5816: 2015-05-28 moko
5817:
5818: * tests/: 308.html, results/308.processed: test for
5819: ^table::create[$t;], etc work added (related to bug #975)
5820:
5821: * src/classes/table.C: check_option_param removed,
5822: ^table::create[$t;], etc now works (fixes bug #975)
5823:
5824: 2015-05-27 moko
5825:
5826: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5827: (Debian jessie) fixed (closes issue #1024)
5828:
5829: * tests/Makefile: sort added as in Debian jessie list become
5830: unsorted
5831:
5832: 2015-05-18 moko
5833:
5834: * tests/: 201.html, results/201.processed: test for
5835: ^string.trim[what] feature #1022
5836:
5837: * src/classes/string.C: ^string.trim[what] now supported,
5838: implements feature #1022
5839:
5840: 2015-05-17 moko
5841:
5842: * tests/results/185.processed: test result updated as feature #1021
5843: implemented (left/right accept negative parameter)
5844:
5845: * src/classes/string.C: left/right now accept negative parameter
5846: (implements feature #1021)
5847:
5848: 2015-05-08 moko
5849:
5850: * src/classes/math.C: isalnum -> pa_isalnum
5851:
5852: * src/main/execute.C: optimization in getter-junction processing
5853: (related to issue #997)
5854:
5855: 2015-05-07 moko
5856:
5857: * tests/: 307.html, results/307.processed: test for issue #997
5858: added
5859:
5860: * src/main/execute.C: process_getter result now checked if junction
5861: returned (closes issue #997)
5862:
5863: * tests/: 305.html, results/305.processed: sort added to ignore
5864: different order
5865:
5866: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5867: assignment (closes issue #994)
5868:
5869: * tests/: 306.html, results/306.processed: test for issue #994
5870: added
5871:
5872: * tests/: 303.html, results/303.processed: two more errors tested
5873:
5874: 2015-05-06 moko
5875:
5876: * tests/: 305.html, results/305.processed: test for name2ip &
5877: ip2name added (related to feature #992)
5878:
5879: * tests/: 303.html, 304.html, results/303.processed,
5880: results/304.processed: tests for idna conversion added (related
5881: to issue #849)
5882:
5883: 2015-05-02 moko
5884:
5885: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5886: implemented
5887:
5888: 2015-04-30 moko
5889:
5890: * src/main/pa_http.C: idna_host added, related to issue #849
5891:
5892: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5893: (related to issue #849)
5894:
5895: 2015-04-24 moko
5896:
5897: * src/types/pa_vjunction.C: warning war
5898:
5899: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5900: unification
5901:
5902: * src/lib/punycode/pa_idna.c: warning war
5903:
5904: 2015-04-22 moko
5905:
5906: * src/main/main.vcproj: punycode include path added
5907:
5908: * src/lib/punycode/pa_idna.c: windows compile error fixed
5909:
5910: * src/lib/punycode/pa_idna.c: warning war
5911:
5912: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5913: project file added
5914:
5915: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5916:
5917: * src/include/pa_memory.h: warning war
5918:
5919: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5920: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5921: implemented (related to feature #849)
5922:
5923: * configure.in, src/main/Makefile.am,
5924: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5925: libpunycode added in Unix
5926:
5927: 2015-04-21 moko
5928:
5929: * configure.in: large files support
5930:
5931: 2015-04-15 moko
5932:
5933: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5934: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5935: pa_punycode.h: initial version for punycode/idna support library
5936: (ticket #849)
5937:
5938: 2015-04-08 moko
5939:
5940: * src/: classes/curl.C, classes/date.C, classes/file.C,
5941: classes/image.C, classes/mail.C, classes/reflection.C,
5942: classes/string.C, classes/xnode.C, include/pa_request.h,
5943: include/pa_string.h, include/pa_stylesheet_connection.h,
5944: main/compile.y, main/compile_tools.h, main/execute.C,
5945: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5946: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5947: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5948: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5949: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5950: clang compiler warnings (closes issue #1018)
5951:
5952: * src/include/pa_string.h: String::Body comparation operators with
5953: char * added (related to issue #958)
5954:
5955: 2015-04-07 moko
5956:
5957: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5958: pa_malloc/pa_free to remove system malloc/free usage (related to
5959: issue #1018)
5960:
5961: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5962: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5963: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5964: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5965: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5966: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5967: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5968: malloc/strdup/free replaced with pa_ version and checks for
5969: accidental use of non-pa_ version added (related to issue #1018)
5970:
5971: 2015-04-03 moko
5972:
5973: * buildall: pcre-8.33 -> pcre-8.36
5974:
5975: * src/: main/compile.y, classes/form.C, classes/mail.C,
5976: classes/op.C, classes/string.C, main/compile.tab.C,
5977: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5978: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5979: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5980: ticket #958)
5981:
5982: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5983: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5984: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5985: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5986: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5987: $request:headers, $request:method added (implements feature
5988: #1007)
5989:
5990: 2015-03-17 misha
5991:
5992: * tests/302.html: - test for
5993: ^json:string[...;$._default[method-name]]
5994:
5995: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5996: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5997: option $._default[method-name] is specified in ^json:string[], a
5998: method with specified name will be called for classes/objects
5999: serialization ( new feature: #982 )
6000:
6001: 2015-03-16 misha
6002:
6003: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6004: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6005: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6006: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6007: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6008: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6009: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6010: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6011: types/pa_vrequest.h, types/pa_vstateless_class.C,
6012: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6013: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6014: $var.CLASS_NAME now have special opcodes. This can be switched
6015: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6016: on pa_opcode.h ( new feature: #844 )
6017:
6018: 2015-03-15 misha
6019:
6020: * tests/075.html: - test for $response:header[]
6021:
6022: * src/types/pa_vresponse.C: - $response:header[] deletes header
6023: that was set earlie ( new feature: #1001 )
6024:
6025: 2015-03-12 misha
6026:
6027: * tests/246.html: - more tests for ^hash._at[]
6028:
6029: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6030: accepts second param [key|value|hash] ( new feature: #1012 )
6031:
6032: 2015-03-09 moko
6033:
6034: * src/types/pa_vmail.C: exception for everything but
6035: $mail:received, closes issue #1011
6036:
6037: 2015-02-20 moko
6038:
6039: * tests/: 275.html, results/275.processed: hex detection in
6040: pa_atoui fix test (closes issue #1010)
6041:
6042: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6043: issue #1010)
6044:
6045: 2015-02-17 moko
6046:
6047: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6048: tainted.
6049:
6050: 2015-02-03 misha
6051:
6052: * tests/301.html: - test for ^json:string($double) causes
6053: exception. bugfix: #1008
6054:
6055: * src/classes/json.C: - ^json:string($double) causes exception.
6056: bugfix: #1008
6057:
6058: * tests/014.html: - updated for work with ^hash.delete[]
6059:
6060: 2015-01-12 misha
6061:
6062: * src/: classes/form.C, include/pa_common.h,
6063: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6064: types/pa_vform.h: - supports body with PUT method as well ( new
6065: feature: #1006 )
6066:
6067: * src/classes/file.C: - warnings war
6068:
6069: 2015-01-11 misha
6070:
6071: * tests/300.html: - test for ^hash.delete[] is added
6072:
6073: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6074: feature: #989 ) - tiny optimization in intersects
6075:
6076: 2015-01-06 moko
6077:
6078: * src/types/pa_vmail.C: file names transcode added, to and cc added
6079: with transcode, attachments detection fixed
6080:
6081: * src/main/pa_request.C: filling mail received after cgi/auto.p
6082: load to allow charset switch (related to issue #996)
6083:
6084: 2014-12-31 moko
6085:
6086: * src/types/pa_vmail.C: from and subject now transcoded if not
6087: UTF-8 source charset (fixes issue 996)
6088:
6089: * src/main/pa_exception.C: fixed string from stack bug (closes
6090: issue #1000)
6091:
6092: 2014-12-11 misha
6093:
6094: * src/types/pa_vhashfile.C: - check if key is not empty before
6095: access ( bug fix: #1005 )
6096:
6097: 2014-11-13 misha
6098:
6099: * src/main/compile.y: - PC.append does not reset to false while
6100: creating a new class. bugfix: #990
6101:
6102: * tests/299.html: - test for creation class after working with
6103: partial class (create+append)
6104:
6105: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6106: #995
6107:
6108: * tests/232.html: - test for @get[def] added
6109:
6110: 2014-10-12 moko
6111:
6112: * src/lib/pcre/pcre_internal.vcproj: correct path
6113:
6114: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6115: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6116: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6117: targets/apache/ApacheModuleParser3.vcproj,
6118: targets/apache/ApacheModuleParser3Core.vcproj,
6119: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6120: types/types.vcproj: project GUID inserted in *.vcproj for correct
6121: conversion in newer VS versions
6122:
6123: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6124: pcre_internal.vcproj added
6125:
6126: 2014-08-28 moko
6127:
6128: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6129: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6130: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6131:
6132: 2014-06-30 misha
6133:
6134: * tests/298.html: - tests for ^reflection:def[class;className]
6135: added
6136:
6137: * src/classes/reflection.C: - ^reflection:def[class;className]
6138: added ( new feature: #918 )
6139:
6140: 2014-06-29 misha
6141:
6142: * src/classes/table.C: - ^table::create[unsupported data] -
6143: exception comment changed to "body must be table or code" ( bug
6144: fix: #951 )
6145:
6146: * tests/: 261.html, results/261.processed: - tests for
6147: ^json:string[...;$.void[null|string]] added
6148:
6149: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6150: option $.void[string|null] added to ^json:string[...] ( new
6151: feature: #952 )
6152:
6153: 2014-06-28 moko
6154:
6155: * src/classes/curl.C: $.charset now processed before other curl
6156: options (closes issue #980)
6157:
6158: 2014-05-23 misha
6159:
6160: * src/classes/json.C: - bug fix: #987
6161:
6162: 2014-05-04 misha
6163:
6164: * tests/: 253.html, 253_json.txt: - test for
6165: ^json:parse[$.int(false)] is added
6166:
6167: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6168: default true). The option is similar to $.double(bool) but for
6169: integers.
6170:
6171: 2014-05-01 moko
6172:
6173: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6174: #12 )
6175:
6176: 2014-04-16 moko
6177:
6178: * src/main/pa_http.C: response-charset option should finally work
6179: now (fix for issue #867)
6180:
6181: * src/main/pa_http.C: response-charset option should work now (fix
6182: for issue #867)
6183:
6184: 2014-03-07 moko
6185:
6186: * buildall: libgc moved
6187:
6188: * buildall: libgc moved
6189:
6190: 2013-12-29 moko
6191:
6192: * src/classes/string.C: ^string:js-unescape result now tainted,
6193: closes issue #966
6194:
6195: * tests/: 186.html, results/186.processed: ^string:js-unescape
6196: result now tainted, issue #966
6197:
6198: 2013-12-03 moko
6199:
6200: * src/: classes/memcached.C, types/pa_vmemcached.C,
6201: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6202: option was added for http://www.parser.ru/forum/?id=79343
6203:
6204: * src/classes/file.C: bugfix for
6205: http://www.parser.ru/forum/?id=79337
6206:
6207: 2013-11-05 moko
6208:
6209: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6210:
6211: * src/main/pa_globals.C: spelling fixed
6212:
6213: 2013-10-29 moko
6214:
6215: * src/lib/json/json.vcproj: json.c -> pa_json.C
6216:
6217: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6218: #892
6219:
6220: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6221: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6222: exceptions to be thrown thougth json library), related to issue
6223: #892
6224:
6225: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6226: related to issue #896
6227:
6228: 2013-10-24 moko
6229:
6230: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6231:
6232: 2013-10-23 moko
6233:
6234: * README: actualization
6235:
6236: 2013-10-22 moko
6237:
6238: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6239: compatibility patch from Sergey Kirpichev
6240:
6241: * tests/: 297.html, results/297.processed: non-working getter fix
6242: test for issue #948
6243:
6244: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6245: called when saving value of $match variable in ^string.match[] to
6246: increase compatibility (related to issue #948).
6247:
6248: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6249: usage optimization
6250:
6251: 2013-10-21 moko
6252:
6253: * tests/: 182.html, results/182.processed: local path removed for
6254: compatibility
6255:
6256: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6257: results/244.processed, results/253.processed,
6258: results/254.processed, results/275.processed,
6259: results/281.processed: try_catch -> try-catch
6260:
6261: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6262: results/294.processed, results/296.processed: try_catch ->
6263: try-catch
6264:
6265: 2013-10-20 moko
6266:
6267: * tests/: 296.html, results/296.processed: test for xsl exception
6268: for issue #938 added.
6269:
6270: * src/: include/pa_xml_exception.h,
6271: main/pa_stylesheet_connection.C: forgotten to be replaced
6272: XmlException is now replaced (once again closes issue #938)
6273:
6274: 2013-10-18 moko
6275:
6276: * buildall: disable clock_gettime detection to avoid librt linking
6277: (which in turn depends on libpthread), related to issue #943
6278:
6279: 2013-10-18 misha
6280:
6281: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6282: lib/smtp/smtp.vcproj, main/main.vcproj,
6283: targets/apache/ApacheModuleParser3Core.vcproj,
6284: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6285: types/types.vcproj: - new locations for libxml2 includes where
6286: added to vcproj files
6287:
6288: 2013-10-18 moko
6289:
6290: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6291: fix
6292:
6293: * tests/: 295.html, results/295.processed: test for issue #948
6294: updated
6295:
6296: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6297: :)
6298:
6299: * tests/: 295.html, results/295.processed: test for issue #948
6300: added
6301:
6302: * src/: classes/hash.C, classes/string.C, classes/table.C,
6303: include/pa_request.h, types/pa_method.h: for getters and setters
6304: to be executed request.put_element should be called, not
6305: context.put_element (fixes issue #948)
6306:
6307: 2013-10-17 moko
6308:
6309: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6310: LIBXML2_NEW_BUFFER check (closes issue #943)
6311:
6312: * buildall: libxml 2.9.1 build is broken --without-reader.
6313:
6314: 2013-10-16 moko
6315:
6316: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6317:
6318: * tests/: 294.html, results/294.processed: test for issue #938
6319:
6320: * src/: classes/xdoc.C, classes/xnode.C,
6321: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6322: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6323:
6324: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6325: libxslt-1.1.26 -> libxslt-1.1.28
6326:
6327: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6328: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6329: to '?', related to issue #938
6330:
6331: 2013-10-15 moko
6332:
6333: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6334: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6335: minor optimizations (closes issue #896)
6336:
6337: * tests/results/: 292.processed, 293.processed: results updated to
6338: comply with issue #896
6339:
6340: * tests/: 292.html, 293.html, results/292.processed,
6341: results/293.processed: tests for json escaping
6342:
6343: 2013-10-14 moko
6344:
6345: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6346: and cleanup, code moved from .h to .C, no changes in code
6347:
6348: 2013-10-12 moko
6349:
6350: * tests/results/119.processed: updated test result commited
6351:
6352: * tests/: 291.html, results/291.processed: test for issue #894
6353: added
6354:
6355: * src/types/pa_wcontext.h: base methods call support function
6356: get_somebody_entered_some_class should not be true forever, as
6357: wcontext can have many get_elements calls (fixes issue #894)
6358:
6359: 2013-10-11 moko
6360:
6361: * tests/: 290.html, results/290.processed: test for junction GPF
6362: issue #942 added
6363:
6364: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6365: to native method fixed (closes issue #942)
6366:
6367: * tests/: 158.html, results/158.processed: test for csv-string[]
6368: added
6369:
6370: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6371: feature #907)
6372:
6373: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6374: feature #907)
6375:
6376: 2013-10-09 moko
6377:
6378: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6379: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6380: types/pa_vstateless_class.C: GET_default, SET_default now works
6381: properly not only in objects, but in classes as well (closes
6382: issue #903)
6383:
6384: * tests/: 289.html, results/289.processed: GET/SET_default now
6385: works in classes, not only objects, test case added, related to
6386: issue #903
6387:
6388: * tests/: 288.html, results/288.processed: test for endless
6389: recursion bug added (related to issue #903)
6390:
6391: 2013-10-05 moko
6392:
6393: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6394: classes/table.C, main/execute.C, types/pa_method.h,
6395: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6396: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6397: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6398: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6399: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6400: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6401: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6402: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6403: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6404: optimization: put_element no longer has "bool areplace" argument,
6405: related to issue #903
6406:
6407: 2013-10-03 moko
6408:
6409: * tests/results/182.processed: result for $.replace(false) test
6410: commited
6411:
6412: * src/classes/date.C: ^date::create(number) processed correctly
6413: (fixes issue #901)
6414:
6415: * src/classes/image.C: as_no_junction removed, as param can be
6416: expression (closes issue #931)
6417:
6418: * tests/233.html: test for issue #931 added
6419:
6420: 2013-10-02 moko
6421:
6422: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6423: modified, test for $.replace(false) added
6424:
6425: * src/main/compile_tools.h: forgotten class replace returned. :)
6426:
6427: 2013-09-30 moko
6428:
6429: * tests/: 141.html, results/141.processed: md5 tainting test added
6430:
6431: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6432: main/compile_tools.h, main/pa_request.C: allow_class_replace
6433: implemented; $.replace option added to ^process and ^use
6434:
6435: 2013-08-27 moko
6436:
6437: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6438: cstr_to_string_body_untaint should be called with charsets for
6439: possible uri language and connection for possible sql language.
6440: related to issue #857
6441:
6442: * buildall: and -> or fixed
6443:
6444: 2013-08-26 moko
6445:
6446: * buildall: prepare_ functions logic changed to support
6447: gc-7.2d.tar.gz extracting to gc-7.2 directory
6448:
6449: 2013-08-23 moko
6450:
6451: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6452: statically
6453:
6454: 2013-08-22 moko
6455:
6456: * src/classes/string.C: String::Empty used (related to issue #912)
6457: append_know_length removed (related to old GPF bug)
6458:
6459: 2013-08-21 moko
6460:
6461: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6462:
6463: * src/classes/math.C: ^math:digest[...;$file] support added
6464: (related to ticket #857
6465:
6466: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6467: implemented
6468:
6469: * src/types/pa_vhashfile.h: warning war
6470:
6471: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6472: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6473: anti_endless_json_string_recoursion removed from request;
6474: json_string_recoursion added to json_options; $.indent[indent
6475: value] now supported and passed within recoursion closes feature
6476: #937
6477:
6478: * tests/: 287.html, results/287.processed: test for feature #937
6479:
6480: 2013-07-31 moko
6481:
6482: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6483: compilation having #define _S
6484:
6485: * src/main/pa_globals.C: cleanup
6486:
6487: 2013-07-30 moko
6488:
6489: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6490: main/pa_common.C: vs2003 warning war
6491:
6492: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6493:
6494: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6495:
6496: * src/lib/md5/pa_sha2.c: warning war
6497:
6498: 2013-07-29 moko
6499:
6500: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6501: patches from github
6502:
6503: * src/: classes/bool.C, classes/double.C, classes/int.C,
6504: classes/memcached.C, include/pa_config_includes.h,
6505: types/pa_vfile.C, types/pa_vfile.h: warning war
6506:
6507: * src/lib/json/json.vcproj: C++ -> C
6508:
6509: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6510:
6511: * src/lib/json/: json.c, pa_json.C: windows compatibility
6512:
6513: * src/lib/json/: json.c, pa_json.C: windows compatibility
6514:
6515: * src/lib/json/: json.c, pa_json.C: warning war
6516:
6517: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6518:
6519: * src/include/pa_config_fixed.h: uint16_t added
6520:
6521: * configure.in: uint16_t check added
6522:
6523: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6524: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6525: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6526: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6527: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6528:
6529: 2013-07-25 moko
6530:
6531: * parser3.sln: dependencies added
6532:
6533: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6534: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6535: module support
6536:
6537: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6538:
6539: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6540:
6541: 2013-07-23 moko
6542:
6543: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6544: PA_DEBUG_GC_MEMORY removed
6545:
6546: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6547: PA_DEBUG_DISABLE_GC compilation fix
6548:
6549: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6550: main/pa_request.C: outdated RESOURCES_DEBUG removed
6551:
6552: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6553: garbage cleanup
6554:
6555: * src/main/pa_common.C: warning war
6556:
6557: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6558:
6559: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6560: minor cleanup
6561:
6562: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6563: uses cygwin, not WIN32 implementation
6564:
6565: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6566: able to exec shell scripts
6567:
6568: * src/classes/math.C: ifdef WIN32 cleanup
6569:
6570: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6571:
6572: * src/classes/curl.C: LT_MODULE_EXT used
6573:
6574: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6575:
6576: 2013-07-22 moko
6577:
6578: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6579: includes fix
6580:
6581: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6582:
6583: * configure.in, src/include/pa_config_includes.h,
6584: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6585: src/main/pa_exec.C: includes cleanup
6586:
6587: * src/targets/cgi/parser3.C: 2012->2013
6588:
6589: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6590:
6591: * configure.in, src/include/pa_config_includes.h,
6592: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6593: src/main/pa_random.C, src/main/pa_socks.C,
6594: src/types/pa_vstatus.C: cygwin support cleanup
6595:
6596: * configure.in: dirent.h check added
6597:
6598: * src/: include/pa_config_includes.h, include/pa_dir.h,
6599: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6600: not copied
6601:
6602: 2013-07-21 moko
6603:
6604: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6605:
6606: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6607: parser3.vcproj: unused getopt.h / getopt.c removed
6608:
1.211 moko 6609: * operators.ru.txt, operators.txt, src/classes/file.C,
6610: tests/022.html, tests/results/022.processed:
6611: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6612:
6613: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6614: src/main/pa_dir.C: ^file:list[] now has dir column and when
6615: $.stat(true) it has size/*date columns modified patch from misha@
6616: that closes issue #914.
6617:
6618: * src/: include/pa_config_includes.h, main/pa_globals.C:
6619: PA_RELEASE_ASSERTS removed
6620:
6621: * src/lib/md5/pa_md5c.c: minor cleanup
6622:
6623: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6624: localeconv()->decimal_point usage remoed (related to issue #934)
6625:
6626: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6627: cordprnt.c removed
6628:
6629: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6630: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6631: pa-include/pa_strings.h: includes cleanup
6632:
6633: * src/lib/md5/pa_md5c.c: headers cleanup
6634:
6635: 2013-07-20 moko
6636:
6637: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6638: cleanup
6639:
6640: 2013-07-19 moko
6641:
6642: * src/classes/math.C: extern "C" added for crypt
6643:
6644: 2013-07-18 moko
6645:
6646: * src/classes/math.C: fix redhat7.2 build
6647:
6648: 2013-07-17 moko
6649:
6650: * configure.in, src/include/pa_config_includes.h,
6651: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6652: added for uint8/32/64_t)
6653:
6654: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6655: pa_config_includes.h used for uint32/64_t
6656:
6657: 2013-07-16 moko
6658:
6659: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6660: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6661: war
6662:
6663: * src/main/compile.tab.C: compile.y was updated
6664:
6665: * src/main/compile.y: warning war
6666:
6667: * src/: include/pa_exception.h, main/pa_exception.C,
6668: main/pa_xml_exception.C: warning war
6669:
6670: * src/: include/pa_common.h, main/pa_common.C: warning war
6671:
6672: * configure.in: beauty :)
6673:
6674: * tests/: 141.html, results/141.processed: sha256/512 added
6675:
6676: 2013-07-13 moko
6677:
6678: * src/lib/md5/md5.vcproj: sha2 added
6679:
6680: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6681: classes/math.C: sha2 support (sha256/sha512 digest)
6682:
6683: 2013-07-08 moko
6684:
6685: * src/classes/image.C: directory read or other read problem message
6686: fixed (related to issue #933)
6687:
6688: 2013-07-07 moko
6689:
6690: * AUTHORS: + misha + moko. :)
6691:
6692: 2013-07-06 moko
6693:
6694: * src/: classes/curl.C, include/pa_globals.h,
6695: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6696: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6697: for lt_dlinit to be called once and lt_dlexit called at right
6698: place (related to issue #925)
6699:
6700: 2013-07-04 moko
6701:
6702: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6703: VString::as_vfile now uses vfile.set_binary_string to avoid
6704: content-type to be set, as it brokes badly designed logic in
6705: response output. This hopefully finishes issue #928.
6706:
6707: * tests/results/: 256.processed, 286.processed: file now displayed
6708: as name, size, mode, content-type
6709:
6710: * src/main/pa_common.C: read error now reported cottectly (fixes
6711: issue #933
6712:
6713: 2013-06-28 moko
6714:
6715: * tests/: 286.html, results/286.processed: test extended
6716:
6717: * tests/: 286.html, results/286.processed: Test for issue #928
6718: added. it tests default content-type change.
6719:
6720: * src/types/pa_vfile.C: closes issue #928 - default content-type
6721: now updated
6722:
6723: 2013-06-25 moko
6724:
6725: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6726: content-type for text/binary files without name added;
6727: ^file::create[$f;...] options now works properly and $f
6728: properties are default (fixes issue #928)
6729:
6730: 2013-05-16 misha
6731:
6732: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6733: added
6734:
6735: * src/main/pa_table.C: - a tiny memory optimisation while creating
6736: table if specified limit is bigger than source rows count
6737:
6738: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6739: added ( new feature: #858 )
6740:
6741: 2013-04-29 moko
6742:
6743: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6744: $.ipresolve(0|1|2) added (closes issue #891)
6745:
6746: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6747:
6748: 2013-04-24 moko
6749:
6750: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6751: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6752: types/pa_vmemcached.h: ^memcache.release[] added, calls
6753: memcached_quit (refs #893)
6754:
6755: 2013-04-22 moko
6756:
6757: * src/: include/pa_string.h, main/pa_common.C: no more double
6758: slashes in file path (fixes bug #872)
6759:
6760: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6761: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6762: #739)
6763:
6764: * tests/results/266.processed: $.max_params added (feature #915)
6765:
6766: * src/: include/pa_common.h, main/pa_http.C: response-charset
6767: option added to file::load (closes issue #867)
6768:
6769: 2013-04-20 misha
6770:
6771: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6772: commited
6773:
6774: 2013-03-15 misha
6775:
6776: * src/classes/: hash.C, table.C: - Optimisation: do not create
6777: multiple empty strings while ::sql. uae String::Empty instead
6778:
6779: 2013-03-14 misha
6780:
6781: * src/classes/reflection.C: - for user classes
6782: ^reflection:method_info[] returns $.max_params and $.extra_param
6783: with $.call_type if they available ( new feature: #915 )
6784:
6785: * src/classes/file.C: - ^file:delete[] now supports an option
6786: $.exception(false) that suppress any exception while deleting
6787: file ( new feature: #916 )
6788:
6789: * src/classes/curl.C: - parsing cookies after curl:load now should
6790: work :)
6791:
6792: 2013-03-12 misha
6793:
6794: * src/types/pa_vfile.C: - if specified file_name is empty string
6795: set default name for the file
6796:
6797: 2013-03-11 misha
6798:
6799: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6800: also available in $f.cookies
6801:
6802: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6803: moved to a separate method
6804:
6805: 2013-03-10 moko
6806:
6807: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6808: added
6809:
6810: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6811: removed (declared by autoconf)
6812:
6813: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6814: uint32_t define
6815:
6816: 2013-03-10 misha
6817:
6818: * src/classes/file.C: ^file:delete and ^file:move now support
6819: option $.keep-empty-dirs(true) ( new feature: #884 )
6820:
6821: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6822: empty dirs is added
6823:
6824: 2013-03-10 moko
6825:
6826: * src/classes/: bool.C, double.C, int.C: default can be present,
6827: but default check removed from ^int/double/bool.int/double/bool
6828: for string.int/double/bool compatibility (related to issue #913)
6829:
6830: * src/classes/string.C: ^string.int/dobule/bool no longer
6831: internally throws exception if default is present (closes issue
6832: #913)
6833:
6834: 2013-03-09 misha
6835:
6836: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6837: optimisations ( #845 )
6838:
6839: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6840:
6841: 2013-03-08 moko
6842:
6843: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6844: creates correct table (fixes issue #910)
6845:
6846: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6847: use outside of 'connect' operator (fixes issue #911)
6848:
6849: * tests/results/: 096.processed, 122.processed: test results
6850: updated as doubles now printed with 15 significant digits, not 5
6851: (fixes issue #882)
6852:
6853: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6854: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6855:
6856: 2013-02-21 moko
6857:
6858: * src/classes/table.C: _locate_name_value does not check arguments
6859: count, so we check it in advance (fixes issue #905)
6860:
6861: 2012-10-23 moko
6862:
6863: * buildall: old shell for and echo compatibility (for six)
6864:
6865: 2012-10-19 moko
6866:
6867: * buildall: --strip added --disable-safe-mode listed in usage
6868:
6869: 2012-10-17 misha
6870:
6871: * src/classes/op.C: - apply-taint should not throw "outside
6872: connect" exception with sql lang now
6873:
6874: 2012-10-17 moko
6875:
6876: * src/main/pa_request.C: bugfix: safe mode should be inited for
6877: each request (for apache module)
6878:
6879: 2012-09-26 moko
6880:
6881: * src/doc/doxygen.cfg: png -> svg
6882:
6883: 2012-09-25 moko
6884:
6885: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6886: test added
6887:
6888: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6889: double use when key is long
6890:
6891: 2012-09-16 moko
6892:
6893: * src/classes/math.C: Format -> Method Encode -> Format
6894:
6895: * tests/: 141.html, results/141.processed: math:digest hmac test
6896: added
6897:
6898: 2012-09-14 moko
6899:
6900: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6901: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6902: implementation added
6903:
6904: 2012-09-12 moko
6905:
6906: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6907: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6908: targets.dox and string.dox slightly actualized
6909:
6910: 2012-08-31 moko
6911:
6912: * ChangeLog: now generated with patched cvs2cl.pl
6913:
6914: 2012-07-29 moko
6915:
6916: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6917: result should be pushed after VMethodFrame destructor is called,
6918: as it deletes junctions from stack params (fixes issue #868)
6919:
6920: 2012-07-23 moko
6921:
6922: * INSTALL, README: buildall script usage documented, other outdated
6923: info updated.
6924:
6925: * buildall-with-xml, buildall-without-xml: replaced by buildall
6926:
6927: 2012-07-21 moko
6928:
6929: * buildall: glib does not compile when threads are disabled...
6930:
6931: * src/types/pa_vmail.C: g_assertion fixes for empty input
6932:
6933: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6934: unref, can't unref nested objects)
6935:
6936: * src/types/pa_vmail.C: another check added
6937:
6938: 2012-07-19 moko
6939:
6940: * buildall: usage added
6941:
6942: * buildall: new buildall script that unites buildall-with-xml,
6943: buildall-without-xml, --with-apache and --with-mailreceive
6944:
6945: * configure.in: support for static gmime and dynamic glib linking.
6946: fixes for FreeBSD
6947:
6948: 2012-07-17 moko
6949:
6950: * configure.in: --with-mailreceive replaced
6951: --with-static-mailreceive and --with-shared-mailreceive pathlink
6952: removed
6953:
6954: 2012-07-16 moko
6955:
6956: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6957: capitalized, content now decoded and text content converted to
6958: $request:charset. all properties are accessed by functions, this
6959: ready for dynamic load.
6960:
6961: 2012-06-28 moko
6962:
1.116 moko 6963: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6964: 32 bit
1.95 moko 6965:
6966: 2012-06-27 moko
6967:
6968: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6969: passive ftp
6970:
6971: * src/lib/ltdl/ltdl.vcproj: release build fixed
6972:
6973: * configure.in: 3.4.2 RC -> 3.4.2
6974:
6975: 2012-06-22 moko
6976:
6977: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6978: #815)
6979:
6980: * tests/: 284.html, results/284.processed: output options test
6981: (feature #265)
6982:
6983: 2012-06-22 misha
6984:
6985: * tests/215.html: - little changes
6986:
6987: 2012-06-21 moko
6988:
6989: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6990: types/pa_vxdoc.h: output_options returned and used (bugfix for
6991: feature #265)
6992:
6993: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6994: breaks long .*, default 10M restored. (issue #216)
6995:
6996: * tests/: 283.html, results/283.processed: test for issue #815
6997: added
6998:
6999: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7000: again, cstrm not required.
7001:
7002: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7003: Win32 and broken FreeBSD (issue #45)
7004:
7005: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7006:
7007: * src/main/pa_string.C: warnings war
7008:
7009: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7010: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7011: main/pa_socks.C, targets/apache/pa_threads.C,
7012: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7013: types/pa_vstatus.C: compilation under cygwin fixed
7014:
7015: 2012-06-19 moko
7016:
7017: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7018: Windows fixed
7019:
7020: * parser3.sln: removed antique pcre_ctype
7021:
7022: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7023:
7024: * src/include/pa_config_fixed.h: undefined reference to
7025: __imp__pcre_* fix for Windows
7026:
7027: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7028: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7029: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7030: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7031: define fixed
1.95 moko 7032:
7033: 2012-06-18 moko
7034:
7035: * src/classes/memcached.C: flush -> clear
7036:
7037: * src/classes/memcached.C: memcached does not support quotes even
7038: in server name
7039:
7040: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7041: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7042: called on open to check servers existance. $.key(true) syntax
7043: now supported
7044:
7045: 2012-06-17 moko
7046:
7047: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7048: cleanup
7049:
7050: * src/classes/table.C, tests/282.cfg, tests/282.html,
7051: tests/results/282.processed: encloser at the EOF bug fixed,
7052: incorrectly enclosed data now processed more logicaly (fixes
7053: #339)
7054:
7055: 2012-06-15 moko
7056:
7057: * buildall-without-xml: sync with buildall-with-xml
7058:
7059: * buildall-with-xml: download auto-detected between fetch and curl
7060:
7061: * configure.in: --with-gc and --with-pcre now also processed
7062: correctly
7063:
1.116 moko 7064: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7065: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7066: should be run on rol1 using automake / aclocal (GNU automake)
7067: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7068:
7069: * configure.in: new PARSER_VERSION logic
7070:
7071: * src/include/pa_version.h: new pa_version.h logic
7072:
7073: * src/: classes/curl.C, classes/file.C, classes/image.C,
7074: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7075: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7076: feols_normalized -> fis_text_content set_binary added
7077:
7078: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7079:
7080: 2012-06-15 misha
7081:
7082: * src/: classes/curl.C, classes/file.C, classes/image.C,
7083: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7084: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7085: ^file::create[text;content] EOLs in content now is normalized. (
7086: new feature: #815 )
7087:
7088: 2012-06-15 moko
7089:
7090: * configure.in: --disable-version-update added to disable version
7091: update with host information (for debian package) whitespace
7092: optimized
7093:
7094: * configure.in: version changed to 3.4.2 RC no-pic added for
7095: libtool
7096:
7097: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7098: it.
7099:
7100: 2012-06-14 moko
7101:
7102: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7103: tests/results/281.processed: "hash flocked" error removed for
7104: safe operations like ^h._count[] ( new feature: #335 )
7105:
1.116 moko 7106: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7107:
7108: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7109:
7110: * configure.in: --with-static/shared xml replaced with --with-xml,
7111: xml compilation check added
7112:
7113: * configure.in: --with-static/shared-gc, --with-static-pcre are
7114: replaced with --with-gc and --with-pcre test for pcre linking
7115: added
7116:
7117: 2012-06-13 moko
7118:
7119: * configure.in: apxs2 check optimized
7120:
7121: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7122: .la, includes optimized
7123:
7124: * buildall-with-xml: --with-pic looks better for -fPIC
7125:
7126: * configure.in: switched to convenience library in static linking
7127:
7128: * src/targets/apache/Makefile.am: switched to convenience library
7129: usage to avoid libtool warnings
7130:
7131: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7132: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7133: smtp/Makefile.am: switched to convenience library usage
7134:
7135: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7136:
7137: * src/targets/apache/Makefile.am: updated for libtool usage
7138:
7139: * buildall-without-xml: --with-included-ltdl added
7140:
7141: * buildall-without-xml: sync with buildall-with-xml
7142:
7143: * buildall-with-xml: --with-included-ltdl added $cflags added for
7144: -fPIC for x64 $download added for wget success check added
7145:
7146: * buildall-without-xml: --with-dynamic-stdcpp removed
7147:
7148: * configure.in: disable-static returned
7149:
7150: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7151: LIBTOOLFLAGS
7152:
7153: 2012-06-12 moko
7154:
7155: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7156: compatible with LIBTOOLFLAGS for unknown reasons
7157:
7158: * buildall-with-xml: --with-dynamic-stdcpp removed
7159:
7160: * configure.in: static/dynamic -lstdc++ linking option removed
7161: apxs2 check added
7162:
7163: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7164: option removed
7165:
7166: 2012-06-10 moko
7167:
7168: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7169: added
7170:
7171: * src/targets/cgi/pp3.cmd: old PAF stuff
7172:
1.116 moko 7173: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7174: beauty
1.95 moko 7175:
7176: * depcomp: from libtool 2.4.2
7177:
7178: * configure.in: ltdl directory removed, it has correct Makefile.in
7179:
7180: 2012-06-09 moko
7181:
1.116 moko 7182: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7183: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7184: autogenerated files updated after libtool update
7185:
1.116 moko 7186: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7187: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7188: config_auto.h.in, config_fixed.h, configure, configure.ac,
7189: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7190: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7191: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7192: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7193: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7194: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7195: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7196: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7197: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7198: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7199:
7200: * configure.in: preparation for new libtool
7201:
7202: * configure.in: Some beauty added :)
7203:
7204: * src/targets/apache/Makefile.am: := -> =
7205:
7206: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7207: again. :)
7208:
7209: * src/include/pa_config_includes.h, configure.in: limits.h added,
7210: previously was taken from pcre_internal.h. :)
7211:
7212: * src/lib/pcre/Makefile.am: config.h returned
7213:
7214: * src/lib/pcre/config.h: still need this. :)
7215:
7216: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7217:
7218: * configure.in: --with-charsets removed; --with-mysql-client & co
7219: removed
7220:
7221: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7222: now in parser tree, no need to copy
7223:
7224: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7225: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7226: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7227: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7228: extracts now used old trash removed
7229:
7230: * etc/parser3.charsets/Makefile.am: charsets now in share
7231: (debian/patches/104_automake.patch) + all charsets are copied
7232:
7233: * buildall-with-xml, buildall-without-xml: curl option removed +
7234: extra arguments now supported
7235:
7236: 2012-06-08 misha
7237:
7238: * src/classes/table.C: - one params.as_hash usage was rolled back:
7239: the 2nd option in ^table.hash[] could be hash or table so
7240: .as_hash will throw an exception when table option is specified
7241:
7242: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7243: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7244: classes/table.C, classes/void.C, classes/xdoc.C,
7245: include/pa_exception.h, types/pa_vmethod_frame.C,
7246: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7247: and improved (whitespaces are allowed as empty options) -
7248: MethodParams::as_table is added - above methods are used for
7249: parsing methods' options ( new feature: #9 )
7250:
7251: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7252: to vclass. now class fields can be accessible as a hash:
7253: $h[^hash::create[$asd:CLASS]]
7254:
7255: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7256: have get_fields method so their fields can be accessed with
7257: ^reflection:fields[...] & ^reflection:field[...]
7258:
7259: 2012-06-06 misha
7260:
7261: * tests/280.html: - tests for
7262: ^reflection:method[obj-or-class;method],
7263: ^reflection:field[obj-or-class;field] and
7264: ^reflection:fields[obj-or-class] are added
7265:
7266: 2012-06-05 misha
7267:
7268: * src/classes/reflection.C: - ^reflection:method[class or
7269: object;method name] and ^reflection:field[class or object;field
7270: name] are added
7271:
7272: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7273: is used
7274:
7275: * src/types/pa_method.h: - Method::as_vjunction method is added
7276:
7277: 2012-06-05 moko
7278:
1.116 moko 7279: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7280:
7281: * src/classes/memcached.C: flish ttl fixed
7282:
7283: 2012-06-04 moko
7284:
7285: * src/classes/json.C, src/classes/op.C, tests/279.html,
7286: tests/results/279.processed: ^json:parse[] now supports $.taint
7287: option (new feature #833)
7288:
7289: 2012-06-04 misha
7290:
7291: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7292: - search_stop method was moved from pa_vcookie.C to pa_common.C
7293:
7294: 2012-06-03 misha
7295:
7296: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7297: cookies are parced and stored into $.cookies ( new feature: #31 )
7298:
7299: 2012-05-30 misha
7300:
7301: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7302: incomplete class into a scope while @USE is found
7303:
7304: * src/main/compile.y: - add incomplete class into a scope while
7305: @USE and @CLASS instructions are found ( bugfix: #838 )
7306:
7307: 2012-05-30 moko
7308:
7309: * src/types/pa_vclass.C, tests/278.html,
7310: tests/results/278.processed: removed "property has no getter
7311: method" exception when GET_DEFAULT present (fixes #269)
7312:
7313: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7314: $._default
7315:
7316: 2012-05-29 moko
7317:
7318: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7319: uninitialized values usage (new feature: #154)
7320:
7321: 2012-05-28 moko
7322:
7323: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7324: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7325: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7326: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7327: src/types/pa_vobject.C, src/types/pa_vobject.h,
7328: src/types/pa_vstring.h, src/types/pa_vtable.C,
7329: tests/results/277.processed, src/types/pa_vtable.h,
7330: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7331: ^json:string[$o; $.default[$method]] implemented for VObject (new
7332: feature #803)
7333:
7334: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7335: tests/results/277.processed: json numbers are now treated as
7336: double ( new feature: #834 )
7337:
7338: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7339: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7340: added for out of range checks, zero division in vint/vdouble
7341: check added ( fixes #832 )
7342:
7343: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7344: ( fixes #832 )
7345:
7346: 2012-05-28 misha
7347:
7348: * buildall-with-xml: - --without-lzma option is added to libxml2
7349: configure
7350:
7351: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7352: added - tests for unsupported values for options $.file, $.table
7353: and $.date are added
7354:
7355: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7356: accepts "stat" $.file[] option's value in addition to existed
7357: "text" and "base64" ( new feature: #835 )
7358:
7359: * tests/276.html: - test for
7360: ^reflection:delete[$object-or-class;field-name]
7361:
7362: * src/classes/reflection.C: -
7363: ^reflection:delete[$object-or-class;field-name] is added ( new
7364: feature: #268 )
7365:
7366: 2012-05-27 misha
7367:
7368: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7369:
7370: 2012-05-24 misha
7371:
7372: * src/include/pa_common.h: - method lastposafter was removed
7373:
7374: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7375: lastposafter - ^file:dirname[] & Co proper handle windows file
7376: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7377: work as *nix commands
7378:
7379: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7380:
7381: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7382: rskipchars were added
7383:
7384: * tests/270.html: - more tests for ^file:find[]
7385:
7386: * tests/065.html: - more tests for ^file:dirname[] & Co
7387:
7388: * src/include/pa_version.h: - must be "win32" here. it is
7389: auto-generated on *nix
7390:
7391: 2012-05-24 moko
7392:
7393: * src/classes/math.C: ^math:convert[] now supports uint32 and
7394: throws overflow exception ( new feature: #830 )
7395:
7396: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7397: uint32 support and overflow added ( new feature: #830 )
7398:
7399: 2012-05-23 moko
7400:
7401: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7402: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7403: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7404: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7405: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7406: types/pa_vregex.h, types/pa_vstateless_class.C,
7407: types/pa_vstateless_class.h, types/pa_vstring.h,
7408: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7409: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7410: "return string as-is" removed from as_expr_result. ( new feature:
7411: #831 )
7412:
7413: * tests/results/244.processed: test changed after bug #782 fix
7414: commited
7415:
7416: * tests/results/229.processed: test results for bug #782 commited
7417:
7418: * tests/: 254.html, results/254.processed: uid now just compared,
7419: not printed. :)
7420:
7421: 2012-05-20 moko
7422:
7423: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7424: feature: #341 )
7425:
7426: * tests/: 254.html, results/254.processed: test for
7427: ^reflection:uid[] added
7428:
7429: * tests/: 254.html, results/254.processed: test for
7430: ^reflection:uid[$obj] added
7431:
7432: 2012-05-17 misha
7433:
7434: * src/main/untaint.C: - do not replace ' char by _26 while
7435: exploding filespec-tainting ( new feature: #829 )
7436:
7437: 2012-05-12 moko
7438:
7439: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7440: not.
7441:
7442: 2012-05-08 moko
7443:
7444: * src/types/pa_vmethod_frame.h: bug #782 fixed
7445:
7446: * tests/229.html: test for bug #782
7447:
7448: * tests/results/259.processed, src/main/pa_request.C,
7449: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7450: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7451: src/types/pa_vvoid.h: feature #154 - first empty param now
7452: string; defined locals are empty strings; $STRICT-VARS(true)
7453: added
7454:
7455: 2012-04-27 moko
7456:
1.116 moko 7457: * src/targets/apache/Makefile.am:
1.95 moko 7458: ../../lib/memcached/libmemcached.a added
7459:
7460: 2012-04-27 misha
7461:
7462: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7463: ( #827 )
7464:
7465: 2012-04-25 moko
7466:
7467: * src/: classes/json.C, classes/memcached.C,
7468: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7469: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7470: implemented.
7471:
7472: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7473:
7474: 2012-04-23 moko
7475:
7476: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7477: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7478: types/pa_vmemcached.h: open allows options hash for new
7479: memcached(options) function
7480:
7481: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7482: not appended
7483:
7484: 2012-04-21 moko
7485:
7486: * src/classes/curl.C: '' added. :)
7487:
7488: * src/classes/classes.vcproj: new curl.h location
7489:
7490: * src/classes/curl.C: verbose output redirection from stderr to
7491: file curl option added
7492:
7493: 2012-04-20 moko
7494:
7495: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7496: contains what we need from curl, #ifdef HAVE_CURL removed
7497:
1.116 moko 7498: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7499: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7500: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7501: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7502: configure option
7503:
7504: 2012-04-19 moko
7505:
7506: * src/: classes/double.C, classes/inet.C, classes/int.C,
7507: classes/string.C, lib/gc/include/gc_allocator.h,
7508: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7509: options from sql_result_string removed. (closes issue #468)
7510:
7511: * src/types/pa_vmemcached.C: empty string fix
7512:
7513: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7514: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7515: pa_vmemcached.C
7516:
7517: 2012-04-18 moko
7518:
7519: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7520: apache2-mpm-prefork" error displayed in threaded mpm.
7521:
7522: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7523: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7524: installed (issue #354)
7525:
7526: 2012-04-16 moko
7527:
7528: * src/types/pa_vmemcached.C: call to memcached_result_create and
7529: memcached_result_free removed
7530:
7531: 2012-04-14 moko
7532:
7533: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7534:
7535: * src/types/pa_vmemcached.C: check_key added and used
7536:
7537: 2012-04-13 moko
7538:
7539: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7540: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7541: Serialization_data now added and used, VString now serialized
7542: with languages into memcached.
7543:
7544: 2012-03-28 moko
7545:
7546: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7547: lib/memcached/pa_memcached.h: result lengths added
7548:
7549: 2012-03-27 moko
7550:
7551: * src/types/pa_vmemcached.C: strdup added
7552:
7553: 2012-03-24 moko
7554:
7555: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7556: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7557: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7558:
7559: 2012-03-20 moko
7560:
1.116 moko 7561: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7562:
7563: * src/targets/cgi/Makefile.am: cleanup
7564:
7565: * src/: types/Makefile.am, types/pa_vmemcached.C,
7566: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7567:
7568: * src/: classes/Makefile.am, classes/memcached.C,
7569: lib/memcached/Makefile.am, lib/memcached/constants.h,
7570: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7571: lib/memcached/types.h, lib/Makefile.am: memcached initial
7572:
7573: 2012-03-16 moko
7574:
7575: * src/main/execute.C: ident now works under Linux + ident displays
7576: filenames (closes issue #818)
7577:
1.116 moko 7578: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7579: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7580: pa_vmethod_frame_local.h removed
7581:
7582: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7583: classes/classes.h, classes/curl.C, classes/date.C,
7584: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7585: classes/hashfile.C, classes/image.C, classes/inet.C,
7586: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7587: classes/memory.C, classes/op.C, classes/reflection.C,
7588: classes/regex.C, classes/response.C, classes/string.C,
7589: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7590: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7591: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7592: include/pa_config_fixed.h, include/pa_config_includes.h,
7593: include/pa_dictionary.h, include/pa_dir.h,
7594: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7595: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7596: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7597: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7598: include/pa_request_charsets.h, include/pa_request_info.h,
7599: include/pa_sapi.h, include/pa_socks.h,
7600: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7601: include/pa_stack.h, include/pa_string.h,
7602: include/pa_stylesheet_connection.h,
7603: include/pa_stylesheet_manager.h, include/pa_table.h,
7604: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7605: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7606: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7607: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7608: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7609: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7610: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7611: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7612: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7613: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7614: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7615: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7616: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7617: main/pa_string.C, main/pa_stylesheet_connection.C,
7618: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7619: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7620: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7621: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7622: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7623: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7624: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7625: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7626: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7627: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7628: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7629: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7630: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7631: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7632: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7633: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7634: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7635: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7636: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7637: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7638: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7639: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7640: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7641: types/pa_vresponse.h, types/pa_vstateless_class.C,
7642: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7643: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7644: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7645: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7646: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7647: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7648: ident now works under Linux + ident displays filenames (closes
7649: issue #818) Copyright updated
7650:
7651: 2012-03-13 moko
7652:
7653: * src/main/pa_string.C: compilation fix for feature #741
7654:
7655: 2012-03-09 misha
7656:
7657: * tests/193.html: - tests for ^string:base64[encoded] are updated
7658:
7659: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7660: now detects invalid base64 chars in the middle of encoded stricg
7661: ( new feature: #55 )
7662:
7663: * src/include/pa_exception.h: - new exception type for base64
7664: decoding is added
7665:
7666: 2012-03-06 misha
7667:
7668: * tests/274.html: - tests for ^date::today[] and
7669: ^date.sql-string[datetime|date|time] are added
7670:
7671: * src/classes/date.C: - constructor ^date::today[] is added ( new
7672: feature: #811 ) - ^date.sql-string[] now can accept one param --
7673: strings "datetime", "date" or "time" - comments tidying up
7674:
7675: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7676: date and time
7677:
7678: 2012-03-03 misha
7679:
7680: * tests/193.html: - tests for
7681: ^string:base64[encoded;$.strict(true)] are added
7682:
7683: * tests/results/auto.p: - try-catch operator is added
7684:
7685: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7686: main/pa_common.C: - $.strict(true|false) option is added to
7687: base64 decode methods ( new feature: #55 )
7688:
7689: * src/main/pa_common.C: - base64 decode memory usage was decreased
7690: ( new feature: #819 )
7691:
7692: 2012-02-28 moko
7693:
7694: * src/classes/hash.C: ident test
7695:
7696: 2012-02-27 misha
7697:
7698: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7699:
7700: 2012-01-08 misha
7701:
7702: * tests/273.html: - tests for ^string.replace[from;to] are added
7703:
7704: * src/: classes/string.C, include/pa_dictionary.h,
7705: main/pa_dictionary.C, main/pa_string.C: -
7706: ^string.replace[from;to] is added ( new feature: #741 ) -
7707: ^string.replace[one subst here] is slightly optimized
7708:
7709: 2011-12-07 misha
7710:
7711: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7712: named table with one empty column ( bugfix: #63 )
7713:
7714: 2011-11-30 misha
7715:
7716: * src/classes/json.C: - it's possible to set user's method for
7717: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7718: #763 )
7719:
7720: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7721:
7722: 2011-11-23 misha
7723:
7724: * src/: classes/curl.C, classes/file.C, classes/image.C,
7725: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7726: types/pa_vfile.h, types/pa_vform.C: - constructor
7727: ^file::create[mode;filename;content[;options]] now accepts binary
7728: mode and file-content - new constructor's format:
7729: ^file::create[string-or-file-content[;$.name[filename]
7730: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7731: feature: #65 )
7732:
7733: * src/: include/pa_request.h, main/pa_request.C: - new method
7734: mime_type_of(const String*) is added
7735:
7736: * src/include/pa_exception.h: - new exception constant
7737: FILE_NAME_MUST_BE_SPECIFIED is added
7738:
7739: * src/classes/table.C: - bug with negative offset transformed into
7740: a feature. it means pointing to a row from the end of the table (
7741: new feature: #810 )
7742:
7743: 2011-11-19 misha
7744:
7745: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7746: â ìåòîäå _select ( new feature: #810 )
7747:
7748: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7749: options were specified together is simplified
7750:
7751: 2011-11-12 misha
7752:
7753: * src/main/pa_request.C: - forgotten fix for escaping filename in
7754: HTTP content-disposition header (a part of bug #361 )
7755:
7756: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7757: checks for ancestors' classes as well ( new feature: #456 )
7758:
7759: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7760: "without cycle" now have types "parser.break" and
7761: "parser.continue" instead of "parser.runtime" ( new feature: #799
7762: )
7763:
7764: 2011-11-11 misha
7765:
7766: * tests/results/: 099.processed, 100.processed, 205.processed,
7767: 237.processed: - since bug #361 was fixed the content of filename
7768: in HTTP headers is quoted
7769:
7770: * tests/results/270.processed: - result for test 270
7771:
7772: * tests/: 065.html, results/065.processed: - more tests for
7773: ^file:basename[] & Co were added
7774:
7775: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7776:
7777: * tests/270.html: - tests for ^file:find[] are added
7778:
7779: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7780: using option $.charset. option $.engoding is still supported but
7781: these options can not be specified together
7782:
7783: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7784: comparation charset name with string "UTF-8" ( bugfix: #759 )
7785:
7786: 2011-10-11 misha
7787:
7788: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7789: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7790: #622)
7791:
7792: 2011-09-30 misha
7793:
7794: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7795: exception "saving stat-ed file" ( bugfix: #395 )
7796:
7797: 2011-05-30 misha
7798:
7799: * src/classes/string.C: - fixed bug which was added with
7800: params.as_hash into string:sql
7801:
7802: 2011-05-29 misha
7803:
7804: * src/types/pa_value.C: - filename in content-disposition header
7805: must be quoted ( bugfix: #361 )
7806:
7807: 2011-05-27 misha
7808:
7809: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7810: created file
7811:
7812: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7813: usage
7814:
7815: * src/include/pa_exception.h: - one more string for exception was
7816: added
7817:
7818: 2011-05-25 misha
7819:
7820: * tests/269.html: - tests for checking input params in some dom
7821: methods
7822:
7823: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7824: was added. it isn't possible not wo create xdoc with invalid
7825: tagName. ( bugfix: #160 )
7826:
7827: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7828: string "data must be string" was mover from pa_exception.h to
7829: pa_xml_exception.h
7830:
7831: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7832: as_xmlncname, as_xmlname and as_xmlnsuri were added
7833:
7834: * src/main/pa_xml_exception.C: - XmlException accepts more options
7835:
7836: * src/include/pa_xml_exception.h: - XmlException accepts more
7837: options - XML-related exception's strings were added
7838:
7839: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7840: output_options were removed)
7841:
7842: 2011-05-19 misha
7843:
7844: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7845: params.as_hash is used more while parsing methods hash-options
7846:
7847: 2011-05-18 misha
7848:
1.211 moko 7849: * operators.ru.txt, operators.txt: - info about json-serialization
7850: of xdoc was added
1.95 moko 7851:
7852: * tests/256.html: - tests for json-serialization xdoc were added
7853:
7854: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7855:
7856: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7857: classes/json.C, classes/xdoc.C: - now json:string can serialize
7858: xdoc-objects. options (the same as ^xdoc.string[]) could be
7859: specified in $.xdoc[] ( new feature: #265 )
7860:
7861: 2011-05-15 misha
7862:
7863: * tests/268.html: - tests for ^table.count[with options] were added
7864:
7865: * src/classes/table.C: - method ^table.count[] now can accept
7866: options ( new feature: #93 ): ^table.count[column] returns number
7867: of columns for named table; ^table.count[cells] returns number of
7868: cells in the current row; ^table.count[] & ^table.count[rows]
7869: return number of rows in a table.
7870:
7871: * tests/267.html: - test for checking switch/case in boolean mode
7872: was added
7873:
7874: * src/classes/op.C: - if switch's or case's value is bool, they are
7875: compared as bool values, not as double values: new feature: #351
7876:
7877: 2011-05-06 misha
7878:
7879: * tests/242.html: - EOL before EOF was added
7880:
7881: * tests/169.html: - tests for splitting empty string and void were
7882: added
7883:
7884: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7885: returned table with one empty cell)
7886:
7887: 2011-04-03 misha
7888:
7889: * src/include/pa_version.h, configure.in: - version in head was
7890: changed to 3.4.2b
7891:
7892: 2011-03-30 misha
7893:
7894: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7895: as well ( new feature #294 )
7896:
7897: 2011-03-29 misha
7898:
7899: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7900: limited to approx. 6 MB. previous limits were too big for real
7901: life. bugfix: #216
7902:
7903: 2011-03-04 moko
7904:
7905: * etc/parser3.charsets/cp866.cfg: Conforms to
7906: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7907:
7908: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7909: vlalek@
7910:
7911: 2011-02-22 misha
7912:
1.211 moko 7913: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7914: methods mustn't be under #ifdef XML or parser can't be compiled
7915: without xml support
1.95 moko 7916:
7917: 2011-02-21 misha
7918:
1.116 moko 7919: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7920: ApacheModuleParser3.vcproj was removed
7921:
7922: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7923: removed)
7924:
7925: 2011-02-20 misha
7926:
7927: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7928: $.overridden in ^reflection:method_info[...] were added
7929:
7930: * src/classes/reflection.C: - beautifying result of
7931: ^reflection:method_info[] ($.overridden/inherited)
7932:
7933: 2011-02-18 misha
7934:
7935: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7936: and pa_isalnum instead of isalpha and isalnum - bug with
7937: redundand quoting lowercased latin chars while building email
7938: body was fixed
7939:
7940: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7941: added (they check for latin chars only)
7942:
7943: 2011-02-16 misha
7944:
7945: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7946: string size for transcoding gave too small value (should ever
7947: look for availability char in dest charset inspite of the char
7948: size)
7949:
7950: 2011-02-04 moko
7951:
7952: * tests/223.html: header values now not url-encoded (issue #195)
7953:
7954: 2011-02-01 misha
7955:
7956: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7957:
7958: 2011-01-31 misha
7959:
7960: * src/main/pa_request.C: - throw exception if param file_name in
7961: use_file is empty
7962:
7963: 2011-01-08 moko
7964:
7965: * src/classes/curl.C: compilations errors fixed
7966:
7967: 2010-12-29 moko
7968:
7969: * tests/: 265.html, results/265.processed: test for issue #200
7970: added
7971:
7972: * src/main/pa_string.C: empty regex result check added (fixes issue
7973: #200)
7974:
7975: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7976:
7977: * tests/results/223.processed: header values now not url-encoded
7978: (issue #195)
7979:
7980: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7981: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7982: pa_http_safe_header_name added for headers names (fixes bug #195)
7983:
7984: 2010-12-18 misha
7985:
7986: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7987: => pa-include
7988:
7989: 2010-11-28 moko
7990:
7991: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7992:
7993: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7994: -> pa
7995:
7996: * configure.in: apr -> pa
7997:
7998: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7999:
8000: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8001: classes/Makefile.am, types/Makefile.am: apr -> pa
8002:
8003: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8004: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8005: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8006: pa-include/pa_apr.h, pa-include/pa_errno.h,
8007: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8008: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8009: module apr name conflict resolved)
8010:
8011: 2010-11-27 misha
8012:
8013: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8014: libbz2
8015:
8016: 2010-11-26 misha
8017:
8018: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8019: warnings removed
8020:
8021: 2010-11-25 moko
8022:
1.211 moko 8023: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8024:
1.211 moko 8025: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8026:
1.211 moko 8027: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8028:
8029: * buildall-with-xml: libxml2-2.7.8 + with-apache
8030:
8031: 2010-11-24 moko
8032:
1.116 moko 8033: * configure: apxs support
1.95 moko 8034:
8035: * configure.in: apxs support -Bstatic gc removed for OS X
8036:
8037: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8038:
8039: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8040: THREAD_LOCAL usage
8041:
8042: * src/: classes/curl.C, include/pa_config_includes.h,
8043: main/pa_globals.C: THREAD_LOCAL defined and used
8044:
8045: 2010-11-23 moko
8046:
8047: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8048: should be passed to pa_sleep, and only fractional part (bugfix:
8049: #188)
8050:
8051: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8052:
8053: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8054: GC_dont_gc=1, as in cgi version
8055:
8056: * src/targets/apache/mod_parser3.c: warning war
8057:
8058: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8059: pa_httpd.h: version removed, some trash removed
8060:
8061: * src/targets/apache/mod_parser3.c: version removed (we don't want
8062: to show it), warning war
8063:
8064: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8065: pa_httpd.h: parser_status_allowed removed + merge config
8066: functions removed (override is the default) + beauty
8067:
8068: * src/: include/pa_request.h, main/pa_request.C,
8069: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8070: hide $status used in apache module removed
8071:
8072: 2010-11-18 moko
8073:
1.211 moko 8074: * operators.ru.txt, operators.txt: $.table[compact] added for
8075: ^json:string[]
1.95 moko 8076:
8077: 2010-11-16 moko
8078:
8079: * src/targets/apache/mod_parser3.c: some cleanup done
8080:
8081: * src/main/untaint.C: bugfix: first, second String::Body argument
8082: is hashcode; second, info.fragment_begin is original, not
8083: resulting length
8084:
8085: * src/classes/file.C: new feature: $.stdin now untainted
8086:
8087: * tests/results/264.processed: new feature: $.stdin[] now untainted
8088:
8089: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8090:
8091: * src/classes/op.C: ^apply-taint[] method added
8092:
8093: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8094: added; $.stdin untaint test added
8095:
8096: 2010-11-15 moko
8097:
8098: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8099: removed
8100:
8101: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8102: pa_httpd.h: 2x2 calculated under apache2. :)
8103:
8104: 2010-11-13 moko
8105:
8106: * src/targets/apache/mod_parser3.c: initial changes to build module
8107: with apache 2.x includes
8108:
8109: * src/targets/apache/: Makefile.am, mod_parser3.c,
8110: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8111: united apache 1.3 / apache 2.x DSO module
8112:
8113: 2010-11-09 moko
8114:
8115: * src/types/pa_method.h: check added to dissallow @method[name;*]
8116: syntax
8117:
8118: * tests/: 263.html, results/263.processed: test from method[*args]
8119: added
8120:
8121: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8122: number of params can now be passed to a method declared with *arg
8123:
8124: 2010-11-06 moko
8125:
8126: * src/classes/table.C: formating fixed. :)
8127:
8128: * src/classes/table.C: closes #4: ^table.select now supports
8129: $.limit(), $.offset, $.reverse() options
8130:
8131: * tests/: 262.html, results/262.processed: test for ^table:select
8132: with options added (feature #4)
8133:
8134: * src/include/pa_array.h: remove function added
8135:
8136: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8137: object in get_element/put_element, using static one.
8138:
8139: 2010-11-04 moko
8140:
8141: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8142: options is passed
8143:
8144: * tests/: 256.html, results/256.processed: $.table[compact] feature
8145: now tested; k and p in handler now tested.
8146:
8147: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8148: $.table[compact] feature added
8149:
8150: * src/classes/json.C: key is now passed to handler in
8151: value_json_string; ^json:string result now process tainting
8152: inside and returns clean string, related to issue #153
8153:
8154: * src/main/untaint.C: bugfix: charset can be null (in
8155: ^string:save[] as example), thus check is added
8156:
8157: 2010-10-31 moko
8158:
8159: * src/classes/string.C: error message changed (fixes issue #149)
8160:
8161: 2010-10-29 moko
8162:
8163: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8164: port is not default (fixes issue #155); exception on invalid port
8165: added.
8166:
8167: * src/main/untaint.C: '*' is now not urlencoded to allow header
8168: "Accept: */*" to be passed
8169:
8170: 2010-10-28 moko
8171:
8172: * src/classes/curl.C: bugfix: detect_charset() was throwing
8173: exception on unknown charset even if response_charset was
8174: specified
8175:
8176: 2010-10-27 moko
8177:
8178: * src/classes/string.C: ^string.append removed for void
8179: compatibility
8180:
8181: 2010-10-26 moko
8182:
8183: * src/classes/json.C: libjson supports array at top level, we too
8184: (GPF fixed)
8185:
8186: 2010-10-25 moko
8187:
8188: * tests/: 253.html, results/253.processed: libjson supports array
8189: at top level, parser now supports it as well.
8190:
8191: * tests/261.html, tests/results/261.processed,
8192: src/types/pa_vstring.h: empty string is now void compatible
8193: (allows $empty.key)
8194:
8195: 2010-10-22 misha
8196:
8197: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8198: while adding additional expires checkout)
8199:
8200: * tests/030.html: - test for session cookie was added
8201:
8202: 2010-10-21 moko
8203:
8204: * src/: classes/string.C, classes/void.C, main/execute.C,
8205: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8206: string (feature #111)
8207:
8208: * tests/: 261.html, results/261.processed: checks void from string
8209: inheritance (feature #111)
8210:
8211: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8212: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8213: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8214: now true by default
8215:
8216: 2010-10-17 moko
8217:
8218: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8219: upload now uses binary blocks instead of L_FILE_POST tainting.
8220: (bugfix: #128)
8221:
8222: * tests/: 223.html, results/223.processed: binary file upload test
8223: added, GPF (issue #128) also checked in this test
8224:
8225: 2010-10-13 misha
8226:
8227: * tests/260.html: - test for math:convert
8228:
8229: * src/classes/math.C: - error in math:convert was fixed
8230:
1.211 moko 8231: * operators.ru.txt, operators.txt: - info about
1.95 moko 8232: ^math:convert[number](from-base;to-base) was added
8233:
8234: * src/classes/math.C: - method
8235: ^math:convert[number](from-base;to-base) for converting number
8236: represention from one base to another was added ( new feature:
8237: #23 )
8238:
8239: 2010-10-13 moko
8240:
8241: * src/main/compile.tab.C: [] now is empty string, not void
8242:
8243: * src/main/compile.y: [] now is empty string, not void
8244:
8245: * src/types/pa_vvoid.h: void now passed as parameter
8246:
8247: * tests/: 259.html, results/259.processed: to test difference
8248: between void and empty string (see ticket #111)
8249:
8250: * tests/results/152.processed: $sEmpty[] is now empty string, not
8251: void
8252:
8253: * tests/256.html: $s[$void] is no longer empty string
8254:
8255: * tests/254.html: empty string is no longer void
8256:
8257: 2010-10-12 misha
8258:
8259: * src/types/pa_vcookie.C: - check if $.expires value can be
8260: converted to date during cookies set up ( bugfix: #104 )
8261:
8262: * tests/041.html: - more tests for ^table.locate were added
8263:
8264: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8265: work ( bugfix: #129 ) - exception comment for incorrect options
8266: ^table.locate[field;value;options] was fixed
8267:
8268: 2010-10-10 moko
8269:
8270: * src/: classes/reflection.C, main/execute.C: constructor returning
8271: another object feature returned
8272:
8273: * tests/results/258.processed: test result updated as constructor
8274: returning another object feature returned
8275:
8276: * tests/: 258.html, results/258.processed: test for constructor
8277: returning another object
8278:
8279: 2010-10-08 misha
8280:
8281: * tests/257.html: - whitespaces after @METACOMMANDS and their
8282: options shouldn't cause exceptions any longer
8283:
8284: 2010-10-06 moko
8285:
8286: * src/classes/: hash.C, table.C: length from sql server is now
8287: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8288:
8289: 2010-10-02 misha
8290:
1.211 moko 8291: * operators.ru.txt, operators.txt: - the X mark was removed from
8292: ^cache[file]. it is usable to delete cache file.
1.95 moko 8293:
8294: 2010-10-02 moko
8295:
8296: * tests/: 253.html, results/253.processed: hook_key added for key
8297: checking
8298:
8299: * src/classes/json.C: null key bug fixed
8300:
8301: 2010-09-29 misha
8302:
8303: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8304:
8305: 2010-09-25 moko
8306:
8307: * src/classes/json.C: small fixed
8308:
8309: * tests/results/: 253.processed, 255.processed: just updated
8310:
8311: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8312: results/255.processed: charset transcode test added for
8313: json:parse
8314:
8315: 2010-09-24 moko
8316:
8317: * src/types/pa_value.h: warning war :)
8318:
8319: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8320: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8321: ^json:string
8322:
8323: 2010-09-22 moko
8324:
8325: * src/main/pa_charset.C: parser charset tables declare only
8326: white-space before 0x20, thus adding the missing chars
8327:
8328: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8329: to http://unicode.org/Public/MAPPINGS/VENDORS/
8330:
8331: 2010-09-21 misha
8332:
8333: * src/main/compile.y: - some semicolons were added (VS2010 don't
8334: want to compile grammar if they are absent)
8335:
8336: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8337:
8338: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8339:
8340: * src/main/main.vcproj: - path to bison is changed
8341:
8342: 2010-09-21 moko
8343:
1.116 moko 8344: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8345: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8346: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8347:
8348: 2010-09-20 misha
8349:
8350: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8351:
8352: * src/classes/json.C: - add EOL while json-serializing hash
8353:
8354: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8355: compilers don't like 'ES'.
8356:
8357: 2010-09-17 misha
8358:
1.211 moko 8359: * operators.ru.txt, operators.txt: - info about json class was
8360: added
1.95 moko 8361:
8362: * src/classes/json.C: - ^json:string[object]
8363:
8364: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8365: preventing infinite recursion while executing json:string was
8366: added
8367:
8368: * src/include/pa_string.h: - method append_quoted was added
8369:
8370: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8371: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8372: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8373: was added to Value & Co
8374:
8375: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8376: were used
8377:
8378: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8379: were added
8380:
8381: 2010-09-10 moko
8382:
8383: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8384: die_or_abort (backport from 3.4.1)
8385:
8386: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8387: die_or_abort (bugfix: #106)
8388:
8389: 2010-09-09 moko
8390:
8391: * src/classes/json.C: warning war. :)
8392:
8393: 2010-09-08 misha
8394:
8395: * src/lib/json/Makefile.am: - additional include directories were
8396: added (for pa_memory.h and gc.h)
8397:
8398: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8399: compile as C++ instead default - additional include directory was
8400: added (for gc.h)
8401:
8402: * src/types/pa_vform.C: - little code reformating
8403:
8404: * src/classes/file.C: - $.content-type option now can be specified
8405: in ^file::create ( new feature: #102 )
8406:
8407: 2010-09-08 moko
8408:
8409: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8410: pa_malloc/pa_free
8411:
8412: 2010-09-07 moko
8413:
8414: * tests/results/254.processed: VStateless_class:put_element
8415: exception was fixed
8416:
8417: * src/types/: pa_value.h, pa_vstateless_class.h: now
8418: VStateless_class:put_element barks self.type, not this.type
8419: (bugfix: #105)
8420:
8421: 2010-09-06 moko
8422:
8423: * src/classes/reflection.C: bugfix: new String() is required for
8424: exception handling
8425:
8426: * tests/: 254.html, results/254.processed: test modified
8427:
8428: 2010-09-05 moko
8429:
8430: * tests/: 254.html, results/254.processed: ^reflection:copy test
8431: added
8432:
8433: * src/: classes/reflection.C, include/pa_request.h:
8434: ^reflection:copy implemented (new feature: #100)
8435:
8436: 2010-09-03 moko
8437:
8438: * src/lib/json/JSON_parser.C: c++ compatiblity
8439:
8440: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8441: option testing added
8442:
8443: 2010-09-02 moko
8444:
8445: * src/classes/json.C: $.distinct[first|last|all] added
8446:
8447: 2010-09-01 moko
8448:
8449: * tests/results/253.processed: json test result
8450:
8451: * tests/: 253.html, 253_json.txt: json test added
8452:
8453: * src/classes/json.C: json.C update to actual version + hash key
8454: creation bugfix
8455:
8456: 2010-08-31 misha
8457:
8458: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8459: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8460: src/lib/Makefile.am, src/classes/Makefile.am,
8461: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8462: json library was added
8463:
8464: 2010-08-30 moko
8465:
8466: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8467: types/pa_vobject.C: cosmetic optimization in
8468: request:execute_method usage
8469:
8470: * src/: include/pa_charset.h, main/pa_charset.C: small
8471: optimization, just to decrease number of lines. :)
8472:
8473: 2010-08-27 misha
8474:
8475: * src/classes/op.C: - taint[json] was added
8476:
8477: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8478: were added
8479:
8480: * src/main/pa_exec.C: - warning fix was rolled back.
8481:
8482: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8483: include/pa_string.h: - taint[json] was added - escaping was
8484: slightly modified
8485:
8486: 2010-08-25 misha
8487:
8488: * src/classes/file.C: - typo in file:sql exception was fixed
8489:
8490: * src/main/pa_exec.C: - warning about declared and not used
8491: variable forced_allow was removed
8492:
8493: 2010-08-14 misha
8494:
8495: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8496: were removed
8497:
8498: 2010-08-11 moko
8499:
8500: * tests/: 249.html, results/249.processed: default setter and
8501: anti-recursive default getter test added
8502:
8503: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8504: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8505: types/pa_vobject.h, types/pa_vstateless_class.C,
8506: types/pa_vstateless_class.h: default setter support +
8507: anti-recursive default getter support ( new feature: #13 )
8508:
8509: * src/include/pa_hash.h: optimization: threshold member removed
8510: from hash, reducing sizeof(hash)
8511:
8512: 2010-08-10 misha
8513:
8514: * tests/196.html: - junction-method was added to the test
8515:
8516: * tests/248.html: - ups. typo :)
8517:
8518: * tests/248.html: - test for checking .match with 4 params
8519:
8520: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8521: 247_windows1251.txt: - test for "transcode file from utf-8 to
8522: $request:charset during loading if the BOM code is detected"
8523:
8524: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8525: $request:charset during loading if the BOM code is detected ( new
8526: feature: #98 )
8527:
8528: 2010-08-05 misha
8529:
8530: * src/classes/image.C: - ^image.replace now can accept only 2
8531: params. in this case the whole image is affected ( new feature:
8532: #95 )
8533:
8534: 2010-08-04 misha
8535:
8536: * tests/246.html: - test tor ^hash._at[] was added
8537:
8538: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8539: #53 )
8540:
8541: * src/include/pa_hash.h: - methods for accessing the first and the
8542: last values of ordered hash were added (first_value and
8543: last_value)
8544:
8545: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8546: (similar to others file's methods):
8547: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8548: #68 )
8549:
8550: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8551:
8552: 2010-08-01 moko
8553:
8554: * src/classes/op.C: to correctly process $result[] in code, called
8555: from ^process
8556:
8557: * tests/245.html: $result in ^process[] test added
8558:
8559: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8560: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8561: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8562: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8563: caller, self) op_call(VMethodFrame &frame, bool constructing)
8564: removed, construct(class,method) added
8565:
8566: * tests/results/: 192.processed, 244.processed: request::construct
8567: added
8568:
8569: * tests/: 244.html, 245.html, results/244.processed,
8570: results/245.processed: object creation exceptions and ^process
8571: tests added
8572:
8573: 2010-07-28 misha
8574:
8575: * tests/make_tests.cmd: - win32 EOLs
8576:
8577: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8578: tests on Win32 were added (The system timezone should be GMT+3)
8579:
8580: 2010-07-26 misha
8581:
8582: * tests/: 212.html, results/212.processed: - sizes were removed
8583: mecause they could be different on different OSs
8584:
8585: * tests/065.html: - make it "win32 friendly"
8586:
8587: 2010-07-25 misha
8588:
8589: * src/main/compile.y: - all EOLs between methods are removed during
8590: compilation ( new feature: #47 )
8591:
8592: * tests/results/149.processed: - prepare tests to trim trailing
8593: methods' EOLs
8594:
8595: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8596:
8597: * tests/: results/006.processed, results/014.processed, 006.html,
8598: 014.html, 022.html: - prepare tests to trim trailing methods'
8599: EOLs
8600:
8601: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8602: results/071.processed, results/022.processed: - prepare tests to
8603: trim trailing methods' EOLs
8604:
8605: * tests/: results/073.processed, results/109.processed,
8606: results/142.processed, results/144.processed,
8607: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8608: 144.html: - prepare tests to trim trailing methods' EOLs
8609:
8610: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8611: 149.html, 152.html, results/096.processed, results/107.processed,
8612: results/109.processed, results/142.processed,
8613: results/144.processed: - prepare tests to trim trailing methods'
8614: EOLs
8615:
8616: 2010-07-24 moko
8617:
8618: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8619: the hash order in this test
8620:
8621: * tests/014.html: to check hash order, hash no is longer sorted
8622: before print
8623:
8624: * src/include/pa_hash.h: hash copy constructor now keeps order
8625: (bugfix: #54)
8626:
8627: 2010-07-23 moko
8628:
8629: * tests/results/224.processed: @auto[] is no longer inherited
8630:
8631: * src/types/pa_vstateless_class.C, tests/227.html,
8632: tests/results/227.processed: @auto[] is no longer inherited
8633: (bugfix: #57)
8634:
8635: 2010-07-22 misha
8636:
8637: * src/classes/table.C: - don't skip comment lines during
8638: table::load if encloser or separator is set as '#' ( new feature:
8639: #30 )
8640:
8641: * src/targets/cgi/parser3.C: - don't run as cgi if
8642: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8643: #12 )
8644:
8645: * src/classes/file.C: - set PARSER_VARSION env before external
8646: script executing
8647:
8648: 2010-07-13 misha
8649:
8650: * tests/058.html: - test for suppressing @border was added - test
8651: for user attribute was added
8652:
8653: * tests/results/186.processed: unescaping from \uXXXX
8654:
8655: * tests/186.html: unescaping from \uXXXX
8656:
8657: * tests/: 239.html, results/239.processed: method call type
8658:
8659: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8660: $junction_method.CLASS_NAME (+CLASS)
8661:
8662: 2010-07-07 misha
8663:
8664: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8665: *nix
8666:
8667: 2010-07-05 misha
8668:
8669: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8670: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8671: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8672: comment strings "options must be hash", "options must be hash,
8673: not code" and "called with invalid option" were replaced by
8674: constatns - exception comment string "invalid option passed" was
8675: replaced by "called with invalid option" (now in different
8676: methods are the same exception comment string)
8677:
8678: * src/include/pa_exception.h: - more exception strings were defined
8679:
8680: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8681: types/pa_vstateless_class.h: - now we can define possible
8682: method's call type ( new feature: #5 ) 1.
8683: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8684: methods 2. @static:method[params] (only static keyword could be
8685: used here) -- for specified methods
8686:
8687: * src/main/pa_common.C: - junction points should not be deleted on
8688: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8689: cleanup
8690:
8691: 2010-07-03 misha
8692:
8693: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8694: results/158.processed, results/160.processed,
8695: results/161.processed, results/162.processed,
8696: results/163.processed: - prepare tests to trim trailing methods'
8697: EOLs
8698:
8699: * tests/results/169.processed: - prepare tests to trim trailing
8700: methods' EOLs
8701:
8702: * tests/results/: 168.processed, 169.processed: - prepare tests to
8703: trim trailing methods' EOLs
8704:
8705: * tests/: results/170.processed, results/167.processed,
8706: results/168.processed, results/169.processed, 167.html, 168.html,
8707: 169.html: - prepare tests to trim trailing methods' EOLs
8708:
8709: * tests/: results/170.processed, results/171.processed,
8710: results/172.processed, results/173.processed,
8711: results/174.processed, results/175.processed, 170.html, 171.html,
8712: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8713: trailing methods' EOLs
8714:
8715: * tests/: results/176.processed, results/180.processed,
8716: results/184.processed, results/185.processed,
8717: results/191.processed, results/192.processed,
8718: results/196.processed, results/197.processed,
8719: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8720: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8721: to trim trailing methods' EOLs
8722:
8723: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8724: results/199.processed, results/208.processed,
8725: results/209.processed, results/213.processed,
8726: results/214.processed: - prepare tests to trim trailing methods'
8727: EOLs
8728:
8729: 2010-06-29 misha
8730:
8731: * tests/: 220.html, 218.html, results/218.processed,
8732: results/215.processed, results/217.processed, 215.html, 217.html:
8733: - prepare tests to trim trailing methods' EOLs
8734:
8735: * tests/: results/224.processed, 224.html, 223.html,
8736: results/223.processed, results/220.processed: - prepare tests to
8737: trim trailing methods' EOLs
8738:
8739: * tests/results/: 226.processed, 230.processed: - prepare tests to
8740: trim trailing methods' EOLs
8741:
8742: * tests/: 229.html, results/229.processed: - prepare tests to trim
8743: trailing methods' EOLs
8744:
8745: * tests/: 232.html, 235.html, results/232.processed,
8746: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8747: results/226.processed, results/227.processed,
8748: results/228.processed, results/230.processed: - prepare tests to
8749: trim trailing methods' EOLs
8750:
8751: 2010-06-16 moko
8752:
8753: * tests/: 229.html, results/229.processed: elseif now supported in
8754: ^if
8755:
8756: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8757:
8758: 2010-06-03 misha
8759:
8760: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8761: instead of memcopy for overlaped regions
8762:
8763: 2010-05-25 misha
8764:
8765: * src/main/pa_common.C: - wanring about unused vars was removed
8766:
8767: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8768: get_method_filename was moved to execute.C
8769:
8770: 2010-05-23 misha
8771:
8772: * src/main/pa_request.C: - more accurate detection of method's file
8773:
8774: 2010-05-22 misha
8775:
8776: * src/classes/reflection.C: - bugfix: core during detection of
8777: .file if filespec isn't detected successfully
8778:
8779: 2010-05-20 misha
8780:
8781: * src/main/pa_request.C: - fix in get_method_filename
8782:
8783: * src/include/pa_request.h: - new feature: #24 -- searching
8784: included file in @USE/^use is changed. if its filespec doesn't
8785: start from '/' it will be searched in caller file directory
8786:
8787: * src/classes/reflection.C: - ^reflection:method_info returns file
8788: where the method is defined
8789:
8790: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8791: classes/op.C: - new feature: #24 -- searching included file in
8792: @USE/^use is changed. if its filespec doesn't start from '/' it
8793: will be searched in caller file directory
8794:
8795: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8796: is moved to pa_common.h
8797:
8798: 2010-05-18 misha
8799:
8800: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8801: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8802: cookie parser decode \uXXXX as well as %uXXXX
8803:
8804: 2010-05-17 misha
8805:
8806: * src/classes/curl.C: beauty: - unused param is removed in method
8807: _curl_version_action - some spaces were removed or replaced by
8808: tabs
8809:
8810: * src/classes/table.C: - bugfix: #72 core with empty value during
8811: ^table.hash[...;name_of_the_last_column][$.type[string]]
8812:
8813: 2010-05-16 misha
8814:
8815: * src/classes/curl.C: new: #61 more curl options were added
8816: (contributed by Sumo)
8817:
8818: 2010-04-29 pretender
8819:
8820: * src/main/pa_string.C: fixes #63 Split result from empty string
8821: now empty string.
8822:
8823: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8824: string type.
8825:
8826: 2010-04-28 pretender
8827:
8828: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8829: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8830: macrodefinition removed
8831:
8832: 2010-04-19 pretender
8833:
8834: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8835: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8836:
8837: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8838: fixes #64 Now file.missing exception generates in unsafe mode to.
8839:
8840: * src/classes/file.C: fixes #48 Now not throw "not save environment
8841: variable" exception in grpunlim version.
8842:
8843: 2010-04-05 misha
8844:
8845: * src/classes/string.C: - new feature: 4th param was added to
8846: match. if specified its value is returned in case of nothing was
8847: found
8848:
8849: 2010-04-01 misha
8850:
8851: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8852: multiple execution of /a/b/auto.p
8853:
8854: 2010-03-19 misha
8855:
8856: * src/main/execute.C: - core in $table1.$table2 was fixed
8857:
8858: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8859:
8860: 2010-01-27 misha
8861:
8862: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8863: trying to open file by path /existing-file/non-exixting-file
8864:
8865: 2010-01-26 misha
8866:
8867: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8868: was added (returns file)
8869:
8870: 2009-12-22 misha
8871:
8872: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8873: now parser doesn't have class curl if it was built without it
8874:
8875: 2009-12-15 misha
8876:
8877: * configure.in: - little cheat with curl include dir was added
8878:
8879: 2009-12-05 misha
8880:
8881: * src/classes/curl.C: - some fixes
8882:
8883: 2009-12-04 misha
8884:
8885: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8886: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8887: buildall-with-xml, buildall-without-xml, configure.in: - curl
8888: class was added
8889:
8890: * src/include/pa_hash.h: - hash-iterator was added
8891:
8892: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8893: was added to pcre
8894:
8895: 2009-11-27 misha
8896:
8897: * src/classes/image.C: - don't add @border attribute to output of
8898: ^image.html[] if it was specified by user with empty value
8899:
8900: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8901: root element and we are trying to access .documentElement
8902:
8903: 2009-11-11 misha
8904:
8905: * src/classes/table.C: - in ^table.flip[] look at number of columns
8906: instead of number of items in first row for named tables
8907:
8908: 2009-11-10 misha
8909:
1.211 moko 8910: * operators.ru.txt, operators.txt: - info about hash-options in
8911: ^file::create was added
1.95 moko 8912:
8913: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8914: added
8915:
8916: 2009-11-09 misha
8917:
8918: * buildall-with-xml: - moving to libxml 2.7.6
8919:
8920: * tests/236.html: - tests for comparations cords with functions
8921: were added
8922:
8923: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8924: added
8925:
8926: * src/main/pa_http.C: - little optimisation
8927:
8928: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8929: GPF mallocs + stringstream (table.save)
8930:
8931: * src/classes/file.C: - file::create now accepts 4th param: options
8932: with $.charset
8933:
8934: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8935: bug in cord (comparation cords with functions was buggy)
8936:
8937: 2009-11-06 misha
8938:
8939: * src/main/pa_string.C: - bugfix: calculation string.length
8940: sometimes was buggy
8941:
8942: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8943: destroyed if exception occured during match/replace
8944:
8945: * src/: main/pa_charset.C, include/pa_charset.h: - method
8946: lengthUTF8Char was added
8947:
8948: * src/classes/op.C: - clean tainting lang was added for user's
8949: usage
8950:
8951: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8952: fixed: checkouts are required after GC_MALLOC
8953:
8954: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8955:
1.211 moko 8956: * operators.ru.txt, operators.txt: - actually, there is no
8957: ^untaint[xml] in file::create
1.95 moko 8958:
8959: 2009-10-15 misha
8960:
8961: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8962: were added
8963:
8964: * tests/234.html: - more tests for checking ^taint[uri] escaping
8965: were added
8966:
8967: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8968: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8969: hacking: for dealing with transcoding+^taint[uri]
8970: transcode_and_untaint was replaced by untaint_and_transcode
8971:
8972: 2009-10-13 misha
8973:
8974: * tests/: 121.html, results/121.processed: - test transcoding +
8975: url-escaping now
8976:
8977: * tests/results/auto.p: - more helpers' methods were added
8978:
8979: * src/main/pa_globals.C: - die instead of abort
8980:
8981: 2009-10-06 misha
8982:
8983: * src/main/pa_common.C: - don't allocate memory during
8984: capitalization if input string is already capitalized
8985:
8986: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8987:
8988: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8989: use format function because it calls malloc
8990:
8991: * src/include/pa_common.h: - more capitalized headers were added
8992:
8993: * src/main/pa_common.C: - in safe mode clear executable bits during
8994: file writing
8995:
8996: 2009-10-05 misha
8997:
8998: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8999:
9000: 2009-10-03 misha
9001:
9002: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9003: ^img.text[] & ^img.length[] can work in utf-8 now
9004:
9005: * src/: include/pa_charset.h, main/pa_charset.C: - class
9006: UTF8_string_iterator was added
9007:
9008: * src/classes/image.C: - respect utf-8 when calculate alphabet
9009: length
9010:
9011: * src/classes/mail.C: - check from before get message.cstr
9012:
9013: 2009-10-02 misha
9014:
9015: * tests/233.html: - test for image.font, image.length, image.text
9016: with text in utf-8 were added
9017:
9018: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9019:
9020: * buildall-with-xml, buildall-without-xml: - comment about gc
9021: version for freebsd 4 was added
9022:
9023: 2009-10-01 misha
9024:
9025: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9026: terminator) - read_pipe were slightly optimized
9027:
9028: 2009-09-28 misha
9029:
9030: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9031: removed
9032:
9033: * src/types/pa_vmail.C: - forgot about space after ':'
9034:
9035: * src/types/pa_vmail.C: - escape filenames while preparing mail
9036: body - small simplifications
9037:
9038: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9039: inout params like pa_base64
9040:
9041: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9042: option $.debug-print(1) was added to mail:send - changes for
9043: using uue_encode which uses less memory
9044:
9045: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9046:
9047: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9048: memory now
9049:
9050: 2009-09-26 misha
9051:
9052: * src/types/pa_vmail.C: - default encoding now is base64
9053:
9054: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9055:
9056: 2009-09-25 misha
9057:
9058: * src/types/pa_vmail.C: - capitalization of headers was added to
9059: sending mail as well
9060:
9061: * buildall-with-xml: - catalog package was removed from libxml
9062:
9063: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9064: win32 absolute path
9065:
9066: * src/include/pa_common.h: - one more capitalized header was added
9067:
9068: 2009-09-22 misha
9069:
9070: * INSTALL: - comment about building just httpd binary while
9071: building apache module was added
9072:
9073: 2009-09-21 misha
9074:
9075: * buildall-with-xml: - moving to the latest versions of xml libs:
9076: libxml 2.7.4 and libxslt 1.1.25
9077:
9078: 2009-09-19 misha
9079:
9080: * tests/231.html: - test for encoding cookie in win-1251
9081:
9082: 2009-09-18 misha
9083:
9084: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9085: object] were added
9086:
1.211 moko 9087: * operators.ru.txt, operators.txt: - info about method
9088: ^reflection:fields[class or object] was added
1.95 moko 9089:
9090: * src/classes/reflection.C: - method ^reflection:fields[class or
9091: object] was added
9092:
9093: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9094: methods get_fields were added
9095:
9096: * tests/232.html: - tests for @GET[name]
9097:
9098: * src/classes/table.C: - some changes in handling hash-options for
9099: creare, join and locate
9100:
9101: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9102: defined with option: the type of requested value
9103:
9104: 2009-09-17 misha
9105:
9106: * tests/212.html: - tests for .pattern and .options were added
9107:
9108: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9109: $regex.options were added
9110:
9111: 2009-09-11 misha
9112:
9113: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9114: rewrited. it checks not just one case of sending cookies during
9115: file::load[http], but also sending headers and fields (including
9116: files)
9117:
9118: 2009-09-10 misha
9119:
9120: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9121: was removed => now parser can open files with Russian 'r' in
9122: filename
9123:
9124: * src/main/untaint.C: - bugfix: client charset whould be analized
9125: while escaping cookies but now source charset
9126:
9127: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9128: ^tainted[uri] so it was possible to make request with incorrect
9129: http header
9130:
9131: * src/main/pa_http.C: - capitalization of http headers during
9132: file::load[http was slightly changes - bugfix: all headers which
9133: parser sends during file::load[http should be transcoded and only
9134: then escaped
9135:
9136: * src/main/untaint.C: - a bit more comments were added
9137:
9138: * src/classes/: file.C, string.C: - types where changes (minus 2
9139: warnings)
9140:
9141: * src/include/pa_common.h: - 2 capitalized strings for making http
9142: headers during file::load[http were added
9143:
9144: 2009-09-08 misha
9145:
1.211 moko 9146: * operators.ru.txt, operators.txt: - changes in file.save and
9147: string.save were added
1.95 moko 9148:
9149: * tests/: 230.html, 230.txt: - tests for checking options in
9150: file.save and string.save were added
9151:
9152: * src/main/pa_request.C: - http headers names, which are passed to
9153: SAPI::add_header_attribute are lowercased now (it'll be
9154: capitalized in that method)
9155:
9156: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9157: classes/string.C: - file_write accepts Request_charsets and asked
9158: charset and cound transcode content before writing - string.save
9159: and file.save have option $.charset now
9160:
9161: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9162: classes/xdoc.C: - file_write accepts Request_charsets and asked
9163: charset and cound transcode content before writing
9164:
9165: * src/include/pa_exception.h: - new exception comment string was
9166: defined
9167:
9168: 2009-09-07 misha
9169:
9170: * src/main/compile.y: - grammar $name\ name stops now for regex
9171: sub-pattern\s
9172:
9173: 2009-09-04 misha
9174:
9175: * src/main/pa_http.C: - capitalization of http headers during
9176: file::load[http was implemented
9177:
9178: 2009-09-03 misha
9179:
9180: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9181: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9182: types/pa_vmail.C, targets/cgi/parser3.C,
9183: targets/isapi/parser3isapi.C: - back to storing response http
9184: headers in lowercase - capitalize them during output
9185:
9186: 2009-08-31 misha
9187:
9188: * src/classes/table.C: - allow call with any brackets (it could be
9189: useful in methods with explict result declaration)
9190:
9191: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9192: correctly if $request:charset==koi8-r
9193:
9194: 2009-08-30 misha
9195:
9196: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9197: changed: content-type => Content-type and so on
9198:
9199: * src/classes/file.C, src/include/pa_common.h,
9200: src/include/pa_request.h, src/main/pa_http.C,
9201: src/main/pa_request.C, src/types/pa_vcookie.C,
9202: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9203: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9204: tests/results/002.processed, tests/results/003.processed,
9205: tests/results/004.processed, tests/results/005.processed,
9206: tests/results/006.processed, tests/results/007.processed,
9207: tests/results/008.processed, tests/results/009.processed,
9208: tests/results/010.processed, tests/results/011.processed,
9209: tests/results/012.processed, tests/results/013.processed,
9210: tests/results/014.processed, tests/results/015.processed,
9211: tests/results/016.processed, tests/results/017.processed,
9212: tests/results/018.processed, tests/results/019.processed,
9213: tests/results/020.processed, tests/results/021.processed,
9214: tests/results/022.processed, tests/results/023.processed,
9215: tests/results/024.processed, tests/results/025.processed,
9216: tests/results/026.processed, tests/results/027.processed,
9217: tests/results/028.processed, tests/results/029.processed,
9218: tests/results/030.processed, tests/results/031.processed,
9219: tests/results/032.processed, tests/results/033.processed,
9220: tests/results/034.processed, tests/results/035.processed,
9221: tests/results/036.processed, tests/results/037.processed,
9222: tests/results/038.processed, tests/results/039.processed,
9223: tests/results/040.processed, tests/results/041.processed,
9224: tests/results/042.processed, tests/results/043.processed,
9225: tests/results/044.processed, tests/results/045.processed,
9226: tests/results/046.processed, tests/results/047.processed,
9227: tests/results/048.processed, tests/results/049.processed,
9228: tests/results/050.processed, tests/results/051.processed,
9229: tests/results/052.processed, tests/results/053.processed,
9230: tests/results/054.processed, tests/results/055.processed,
9231: tests/results/056.processed, tests/results/057.processed,
9232: tests/results/058.processed, tests/results/059.processed,
9233: tests/results/060.processed, tests/results/061.processed,
9234: tests/results/062.processed, tests/results/063.processed,
9235: tests/results/064.processed, tests/results/065.processed,
9236: tests/results/066.processed, tests/results/067.processed,
9237: tests/results/068.processed, tests/results/069.processed,
9238: tests/results/070.processed, tests/results/071.processed,
9239: tests/results/072.processed, tests/results/073.processed,
9240: tests/results/074.processed, tests/results/075.processed,
9241: tests/results/076.processed, tests/results/077.processed,
9242: tests/results/078.processed, tests/results/079.processed,
9243: tests/results/080.processed, tests/results/081.processed,
9244: tests/results/082.processed, tests/results/083.processed,
9245: tests/results/084.processed, tests/results/085.processed,
9246: tests/results/086.processed, tests/results/087.processed,
9247: tests/results/088.processed, tests/results/089.processed,
9248: tests/results/090.processed, tests/results/091.processed,
9249: tests/results/092.processed, tests/results/093.processed,
9250: tests/results/094.processed, tests/results/095.processed,
9251: tests/results/096.processed, tests/results/097.processed,
9252: tests/results/098.processed, tests/results/099.processed,
9253: tests/results/100.processed, tests/results/101.processed,
9254: tests/results/102.processed, tests/results/103.processed,
9255: tests/results/104.processed, tests/results/105.processed,
9256: tests/results/106.processed, tests/results/107.processed,
9257: tests/results/108.processed, tests/results/109.processed,
9258: tests/results/110.processed, tests/results/111.processed,
9259: tests/results/112.processed, tests/results/113.processed,
9260: tests/results/114.processed, tests/results/115.processed,
9261: tests/results/116.processed, tests/results/117.processed,
9262: tests/results/118.processed, tests/results/119.processed,
9263: tests/results/120.processed, tests/results/121.processed,
9264: tests/results/122.processed, tests/results/123.processed,
9265: tests/results/124.processed, tests/results/125.processed,
9266: tests/results/126.processed, tests/results/127.processed,
9267: tests/results/128.processed, tests/results/129.processed,
9268: tests/results/130.processed, tests/results/131.processed,
9269: tests/results/132.processed, tests/results/133.processed,
9270: tests/results/134.processed, tests/results/135.processed,
9271: tests/results/136.processed, tests/results/138.processed,
9272: tests/results/139.processed, tests/results/140.processed,
9273: tests/results/141.processed, tests/results/142.processed,
9274: tests/results/143.processed, tests/results/144.processed,
9275: tests/results/145.processed, tests/results/146.processed,
9276: tests/results/147.processed, tests/results/148.processed,
9277: tests/results/149.processed, tests/results/150.processed,
9278: tests/results/151.processed, tests/results/152.processed,
9279: tests/results/153.processed, tests/results/154.processed,
9280: tests/results/155.processed, tests/results/156.processed,
9281: tests/results/157.processed, tests/results/158.processed,
9282: tests/results/159.processed, tests/results/160.processed,
9283: tests/results/161.processed, tests/results/162.processed,
9284: tests/results/163.processed, tests/results/164.processed,
9285: tests/results/165.processed, tests/results/166.processed,
9286: tests/results/167.processed, tests/results/168.processed,
9287: tests/results/169.processed, tests/results/170.processed,
9288: tests/results/171.processed, tests/results/172.processed,
9289: tests/results/173.processed, tests/results/174.processed,
9290: tests/results/175.processed, tests/results/176.processed,
9291: tests/results/177.processed, tests/results/178.processed,
9292: tests/results/179.processed, tests/results/180.processed,
9293: tests/results/181.processed, tests/results/182.processed,
9294: tests/results/183.processed, tests/results/184.processed,
9295: tests/results/185.processed, tests/results/186.processed,
9296: tests/results/187.processed, tests/results/188.processed,
9297: tests/results/189.processed, tests/results/190.processed,
9298: tests/results/191.processed, tests/results/192.processed,
9299: tests/results/193.processed, tests/results/194.processed,
9300: tests/results/195.processed, tests/results/196.processed,
9301: tests/results/197.processed, tests/results/198.processed,
9302: tests/results/199.processed, tests/results/200.processed,
9303: tests/results/201.processed, tests/results/202.processed,
9304: tests/results/203.processed, tests/results/204.processed,
9305: tests/results/205.processed, tests/results/206.processed,
9306: tests/results/207.processed, tests/results/208.processed,
9307: tests/results/209.processed, tests/results/210.processed,
9308: tests/results/211.processed, tests/results/212.processed,
9309: tests/results/213.processed, tests/results/214.processed,
9310: tests/results/215.processed, tests/results/216.processed,
9311: tests/results/217.processed, tests/results/218.processed,
9312: tests/results/219.processed, tests/results/220.processed,
9313: tests/results/221.processed, tests/results/222.processed,
9314: tests/results/223.processed, tests/results/224.processed,
9315: tests/results/225.processed, tests/results/226.processed,
9316: tests/results/227.processed, tests/results/228.processed,
9317: tests/results/229.processed: - http headers were changed:
9318: content-type => Content-type and so on
9319:
9320: 2009-08-27 misha
9321:
9322: * src/: main/pa_random.C, include/pa_random.h,
9323: targets/cgi/parser3.C: - year was updated :)
9324:
9325: 2009-08-26 misha
9326:
9327: * tests/: 224.html, 224.p: - test for creating of parser object
9328: using constructor without params - little bugfix in test
9329:
9330: * src/main/compile_tools.h: - bugfix: should't call autouse while
9331: checking existed class while processing partial option
9332:
9333: * src/classes/reflection.C: - bugfix: core when creating object
9334: with reflection and constructor doesn't have params
9335:
9336: 2009-08-24 misha
9337:
9338: * tests/229.html: - tests for checking the number of parameters
9339: were added
9340:
9341: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9342: number of method's parameters wasn't checked correctly (the bug
9343: was introduced in 3.4.0)
9344:
9345: 2009-08-22 misha
9346:
9347: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9348: transcoded, but tainted pieces are escaped only when
9349: content-type==url-encoding
9350:
9351: * tests/228.html: - test for checking
9352: ^file::load[http://...;$.body[]]
9353:
9354: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9355: post charset was too early (charsets is empty at this moment)
9356:
9357: 2009-08-21 misha
9358:
9359: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9360: main/untaint.C: - some fixes with transcode+untaint
9361:
9362: 2009-08-15 misha
9363:
9364: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9365: was increaced to 100 (was 50)
9366:
9367: * tests/227.html: - test for checking overriding properties in
9368: static classes was added
9369:
9370: * tests/: 226.html, 226.p: - test for @autoload[] was added
9371:
9372: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9373: main/execute.C, main/pa_request.C, classes/reflection.C: -
9374: autouse was implemented
9375:
9376: 2009-08-14 misha
9377:
9378: * src/classes/reflection.C: - outdated checkout was removed
9379:
9380: * src/classes/reflection.C: - optimization - method ^dynamical was
9381: added.
9382:
9383: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9384: types/pa_vstateless_class.h, main/execute.C: - optimization
9385:
9386: * src/types/pa_vclass.C: - exception if base on sytem class
9387:
9388: 2009-08-12 misha
9389:
9390: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9391: pa_vstateless_class.h: - little optimisation
9392:
9393: 2009-08-11 misha
9394:
9395: * tests/224.html: - method_params => method_info - checking for
9396: $.inherited
9397:
1.211 moko 9398: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9399: method method_params was renamed to method_info and now it
9400: returns class name, if method was defined in ancestor
1.95 moko 9401:
9402: * tests/225.html: - tests for cheching properties in hierarhical
9403: classes were added
9404:
9405: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9406: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9407: main/compile.y, main/execute.C, classes/classes.C: - problems
9408: with properties in new classes implementation were fixed
9409:
9410: 2009-08-10 misha
9411:
9412: * src/main/execute.C: - now constructor shouldn't be defined in
9413: class. it could be defined in parent.
9414:
9415: 2009-08-09 misha
9416:
9417: * src/classes/reflection.C: - ^reflection:methods doesn't return
9418: base's methods
9419:
9420: 2009-08-08 misha
9421:
9422: * src/: classes/classes.h, classes/date.C, classes/file.C,
9423: classes/form.C, classes/hash.C, classes/hashfile.C,
9424: classes/image.C, classes/mail.C, classes/op.C,
9425: classes/reflection.C, classes/regex.C, classes/string.C,
9426: classes/table.C, classes/xdoc.C, classes/xnode.C,
9427: classes/xnode.h, include/pa_hash.h, main/execute.C,
9428: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9429: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9430: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9431: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9432: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9433: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9434: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9435: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9436: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9437: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9438: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9439: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9440: types/pa_vresponse.C, types/pa_vresponse.h,
9441: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9442: types/pa_vstateless_object.h, types/pa_vstatus.C,
9443: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9444: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9445: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9446: types/pa_wwrapper.h, types/types.vcproj: - new classes
9447: implementation
9448:
9449: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9450: USE_MUNMAP is used. so it is disabled as a workaround.
9451:
9452: 2009-08-05 misha
9453:
9454: * src/: main/pa_common.C, include/pa_common.h: - not needed
9455: parameter was removed
9456:
9457: * src/main/pa_http.C: - bugfix: error was during detecting
9458: content-type of file which was loaded by http
9459:
9460: 2009-08-01 misha
9461:
9462: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9463: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9464: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9465: can't be disabled with defines any longer
9466:
9467: 2009-07-29 misha
9468:
9469: * src/classes/reflection.C, tests/results/224.processed: - for
9470: native methods with any call type now returned empty call_type
9471: value
9472:
9473: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9474: classes/table.C, include/pa_hash.h, include/pa_request.h,
9475: main/pa_request.C: - break in cycles was optimized
9476:
9477: * INSTALL: - more defines were described
9478:
9479: 2009-07-28 misha
9480:
1.211 moko 9481: * operators.ru.txt, operators.txt: - some changes in information
9482: about reflection class
1.95 moko 9483:
9484: * tests/: 224.html, 224.p: - tests for reflection class
9485:
9486: * src/classes/reflection.C: - some bugs were fixed, method classes
9487: was added, refactoring
9488:
9489: 2009-07-26 misha
9490:
9491: * src/classes/classes.vcproj: - reflection class wass added to
9492: project
9493:
1.211 moko 9494: * operators.ru.txt, operators.txt: - information about reflection
9495: class was added
1.95 moko 9496:
9497: * src/classes/reflection.C: - class was redesigned
9498:
9499: 2009-07-24 misha
9500:
9501: * src/classes/: Makefile.am, reflection.C: - class reflection was
9502: added
9503:
9504: * src/types/pa_vstateless_class.h: - method for reflection method's
9505: in classes was added
9506:
9507: 2009-07-22 misha
9508:
9509: * src/main/compile_tools.h: - bugfix: $object.$var was
9510: over-optimized. it failed if $object1.$object2.field
9511:
9512: 2009-07-16 misha
9513:
9514: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9515: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9516: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9517: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9518: one more arg: length of cord
9519:
9520: 2009-07-15 misha
9521:
9522: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9523: tainted in ^file::load[http://...;$.cookies[]]
9524:
9525: * src/classes/: op.C, regex.C, string.C: - new string with
9526: exception was used
9527:
9528: * src/include/pa_exception.h: - new string with exception was added
9529:
9530: * tests/223.html: - test for checking cookie-encoding during
9531: ^file::load[http was added
9532:
9533: * tests/: 221.html, 222.html: - tests for checking type of
9534: $table.fields.field were added
9535:
9536: * src/types/pa_vtable.C: - not used var decl was removed
9537:
9538: * src/include/pa_string.h: - use cached string length in Body::mid.
9539: it improves speed of match with brackets in pattern
9540:
9541: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9542: outside
9543:
9544: 2009-07-14 misha
9545:
9546: * src/types/pa_vtable.C: - $table.fields.a return string even if
9547: column is empty (sometime returned void) - $table.fields was
9548: added for nameless tables
9549:
9550: * src/targets/cgi/getopt.c: - one warning resolved
9551:
9552: * src/main/pa_string.C: - potentian bug fixed
9553:
9554: * src/classes/op.C: - small optimization in taint/untaint
9555:
9556: 2009-07-13 misha
9557:
9558: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9559: added
9560:
9561: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9562: souldn't add the attribut to output
9563:
9564: 2009-07-11 misha
9565:
9566: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9567: stack size was increaced to 2MB (default=1MB)
9568:
9569: 2009-07-08 misha
9570:
9571: * src/main/pa_string.C: - link to UTF-8 description was added
9572:
9573: * src/include/pa_hash.h: - hash keeps element's order in more
9574: places (ex: ._keys[])
9575:
9576: * tests/220.html: - test for checking order of elements in hash in
9577: foreach was added
9578:
9579: * tests/172.html: - small changes in printing hash
9580:
9581: * tests/129.html: - small changes in printing hash
9582:
9583: * src/: include/pa_common.h, include/pa_hash.h,
9584: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9585: types/pa_vmethod_frame.h: - hash now keeps order of elements
9586:
9587: * tests/014.html: - small changes in printing hash
9588:
9589: 2009-07-07 misha
9590:
9591: * src/classes/op.C: - new taint language "parser-code" was added
9592:
9593: * tests/219.html: - test for auto untaint parser code in process
9594: was added
9595:
9596: * src/classes/op.C: - tainted pieces in body of process are
9597: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9598:
9599: * src/: include/pa_string.h, main/untaint.C: - new language
9600: L_PARSER_CODE for auto-untaint in process was added
9601:
9602: * src/: classes/file.C, classes/hash.C, classes/image.C,
9603: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9604: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9605: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9606: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9607: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9608: code cleanup
9609:
9610: 2009-07-06 misha
9611:
9612: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9613: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9614: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9615:
9616: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9617: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9618: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9619: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9620: should be used
9621:
9622: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9623: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9624: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9625: untaint_cstr[m] should be used
9626:
9627: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9628: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9629:
9630: * tests/218.html: - test for checking automatic file-spec-taint was
9631: added
9632:
9633: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9634: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9635: classes/file.C, classes/hash.C, classes/image.C,
9636: classes/string.C, classes/table.C, classes/void.C,
9637: classes/xdoc.C: - optimizations and simplification of
9638: string.cstr(...)
9639:
9640: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9641: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9642: - optimizations and simplification of string.cstr(...)
9643:
9644: 2009-07-04 misha
9645:
9646: * tests/217.html: - test for recursion detection was added
9647:
9648: * src/: types/types.vcproj, main/main.vcproj,
9649: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9650: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9651: from .vcproj
9652:
9653: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9654:
9655: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9656: uploading files and case-insensitive http-method were added
9657:
9658: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9659: tainted pattern in ^file:list[] was added
9660:
9661: 2009-07-03 misha
9662:
9663: * src/: classes/classes.vcproj, main/main.vcproj,
9664: types/types.vcproj, targets/cgi/parser3.vcproj,
9665: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9666: for dynamic_cast) - little options changes
9667:
9668: * src/main/pa_http.C: - file::load[http works now with uploading
9669: files _and_ changing $.charset
9670:
9671: 2009-06-29 misha
9672:
9673: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9674: while creating pattern
9675:
9676: 2009-06-25 misha
9677:
1.211 moko 9678: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9679: names for ^image.font were changed to $.space, $.width and
9680: $spacing - default space width now == gif's width
1.95 moko 9681:
9682: 2009-06-24 misha
9683:
9684: * tests/215.html: - tests for $file.mode were added
9685:
1.211 moko 9686: * operators.ru.txt, operators.txt: - added info about $file.mode
9687: and changes in ^image.font[
1.95 moko 9688:
9689: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9690: param now could be omited - third param now could be hash (with
9691: all widths options: $.space-width, $.letter-width) - it's
9692: possible to specify tracking ($.letter-space)
9693:
9694: * src/classes/file.C: - file objects now could have mode field
9695: (text|binary)
9696:
9697: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9698:
9699: 2009-06-23 misha
9700:
9701: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9702: trim can work with utf-8 chars now
9703:
9704: 2009-06-20 misha
9705:
9706: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9707: was implemented
9708:
9709: * src/classes/table.C: - string length cacheing was implemented
9710:
9711: * src/include/pa_string.h: - string length cacheing was implemented
9712:
9713: 2009-06-17 misha
9714:
9715: * src/main/execute.C: - value param was removed from
9716: WContext::WContext
9717:
9718: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9719: pa_wwrapper.h: - value param was removed from WContext::WContext
9720: - field wcontext was removed from VCodeFrame (using fparent
9721: instead)
9722:
9723: * tests/214.html: - test with hash copying
9724:
9725: 2009-06-16 misha
9726:
9727: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9728: strings doesn't work in expression anymore
9729:
9730: * src/main/execute.C: - less calls for get_constructing() - little
9731: refactoring
9732:
9733: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9734: include/pa_request.h: - less calls for get_constructing()
9735:
9736: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9737: introduced with OPTIMIZE_SINGLE_STRING optimization
9738:
9739: 2009-06-14 misha
9740:
9741: * src/: classes/date.C, classes/file.C, classes/hash.C,
9742: classes/hashfile.C, classes/image.C, classes/regex.C,
9743: classes/table.C, classes/xdoc.C, classes/xnode.h,
9744: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9745: types/pa_vstateless_class.h, main/execute.C: - create object for
9746: storing object's fields only for parser objects
9747:
9748: 2009-06-13 misha
9749:
9750: * buildall-with-xml, buildall-without-xml: - new option was added
9751: for building GC (it slightly reduces memory usage)
9752:
9753: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9754: single string write
9755:
9756: * src/main/execute.C: - bytecode optimization of ^class:constructor
9757: - optimization of single string write
9758:
9759: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9760: - bytecode optimization of ^class:constructor
9761:
9762: 2009-06-09 misha
9763:
9764: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9765: main (better compatibility)
9766:
9767: 2009-06-08 misha
9768:
9769: * src/main/compile.y: - I've forgot to commit it :(
9770:
9771: 2009-06-07 misha
9772:
9773: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9774: WITH_READ and WITH_ROOT
9775:
9776: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9777: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9778: WITH_ROOT - little refactoring
9779:
9780: 2009-06-06 misha
9781:
9782: * tests/213.html: - tests for 3rd match string-param were added
9783:
9784: * src/classes/string.C: - 3rd match param could be string now
9785:
9786: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9787: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9788: GET_OBJECT_ELEMENT
9789:
9790: 2009-06-05 misha
9791:
9792: * src/main/pa_http.C: - bugfix: content-length was not calculated
9793: if $.body was specified
9794:
9795: 2009-06-04 misha
9796:
9797: * src/classes/op.C: - optimizing write_assign_lang in connect
9798:
9799: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9800:
9801: * src/main/execute.C: - little refactoring - optimizing
9802: write_assign_lang in taint/untaint
9803:
9804: * src/include/pa_opcode.h: - little refactoring
9805:
9806: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9807: main/compile_tools.h, main/execute.C: - optimizations for
9808: $self.field, ^self.method, $self.field[...] and $self.field(...)
9809: were added
9810:
9811: 2009-06-03 misha
9812:
9813: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9814:
9815: 2009-06-02 misha
9816:
9817: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9818: include/pa_opcode.h: - refactoring in last optimizations
9819: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9820: now but code is much easy and it is ready for further
9821: improvements.
9822:
9823: 2009-05-27 misha
9824:
9825: * src/: types/pa_junction.h, types/pa_vjunction.C,
9826: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9827: changed in destructing junctions
9828:
9829: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9830: String:Body
9831:
9832: 2009-05-26 misha
9833:
9834: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9835: one method detect_charset was deleted - bug was fixed in this
9836: method (error while detecting charset in content_type withot last
9837: ';')
9838:
9839: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9840: once
9841:
9842: 2009-05-25 misha
9843:
9844: * src/classes/file.C: - bugfix: file::exec didn't work after
9845: optimizing of helper_length
9846:
9847: 2009-05-24 misha
9848:
9849: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9850: were added - little refactoring
9851:
9852: * src/main/execute.C: - core while printing in debug log
9853: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9854: optimisations were added
9855:
9856: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9857: were added
9858:
9859: 2009-05-23 misha
9860:
9861: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9862: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9863: CORD_cat optimization
9864:
9865: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9866: - call constr optimisation under separate define now
9867:
9868: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9869: in $b should be string, not void
9870:
9871: * src/main/compile.y: - little fix for rem-cut optimisation
9872:
9873: * src/: include/pa_opcode.h, main/compile_tools.C,
9874: main/compile_tools.h, main/execute.C: - optimisations for
9875: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9876:
9877: * INSTALL: - description of some #defined were added
9878:
9879: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9880: before 1st access (memory usage is reduced if don't access to
9881: .text field)
9882:
9883: * src/include/pa_array.h: - array grows step now not static (it
9884: reduces numbers of reallocs)
9885:
9886: 2009-05-20 misha
9887:
9888: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9889: $.b(2), $c[d] and $.e[f] was added
9890:
9891: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9892: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9893: $.e[f] was added
9894:
9895: * src/main/execute.C: - debug printing moved in defines
9896:
9897: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9898: and little refactoring for OP_GET_OBJECT_ELEMENT +
9899: OP_GET_OBJECT_VAR_ELEMENT optimisation
9900:
9901: 2009-05-19 misha
9902:
9903: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9904: execute.C: - $a.$b & ^a.$b bytecode optimisation
9905:
9906: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9907: ^a.$b optimisation)
9908:
9909: * src/main/compile.y: - compiler now generate new opcodes:
9910: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9911: ^a.b - compiler now cut off ^rem{ with all content ; any number
9912: of params }
9913:
9914: * src/main/execute.C: - code for handle new opcodes
9915: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9916:
9917: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9918: added for LA2V and LA2S
9919:
9920: * src/include/pa_opcode.h: - new defines which can be used for
9921: disable some bytecode optimisation and new opcodes were added
9922:
9923: 2009-05-17 misha
9924:
9925: * src/lib/cord/cordxtra.c: - bugfix.
9926:
9927: * tests/212.html: - .size[] and .study_size[] were added to tests
9928:
1.211 moko 9929: * operators.ru.txt, operators.txt: - info about regex class was
9930: added
1.95 moko 9931:
9932: * tests/212.html: - tests for regex class were added
9933:
9934: 2009-05-16 misha
9935:
9936: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9937: gc7.1
9938:
9939: * tests/022.html: - test for ^file:list[path;] (empty second param)
9940: was added
9941:
9942: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9943: param) should work
9944:
9945: 2009-05-15 misha
9946:
9947: * src/classes/table.C: - automatically disable stringstream usage
9948: on freebsd4
9949:
9950: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9951: scope
9952:
9953: * tests/211.html: - test with different types of access to hash was
9954: added
9955:
9956: * tests/210.html: - test which checks for loosing tainting in
9957: hash's keys was added
9958:
9959: * tests/208.html: - some parser work added. or stime == 0 %-)
9960:
9961: * src/lib/cord/cordbscs.c: - little hack was added to cord
9962:
9963: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9964:
9965: * src/include/pa_version.h, configure.in: - moko have made a lot of
9966: optimisations for increacing version number more dramatically :)
9967:
9968: * src/classes/date.C: - little refactoring: use constructor which
9969: accepts formated string
9970:
9971: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9972: which can print formatted string was added
9973:
9974: 2009-05-14 misha
9975:
9976: * src/include/pa_string.h: - type was fixed
9977:
9978: * src/: classes/hashfile.C, classes/op.C,
9979: include/pa_cache_managers.h, include/pa_charset.h,
9980: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9981: include/pa_request.h, include/pa_sql_driver_manager.h,
9982: include/pa_string.h, include/pa_stylesheet_manager.h,
9983: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9984: main/pa_charsets.C, main/pa_string.C,
9985: main/pa_stylesheet_connection.C, types/pa_value.h,
9986: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9987: types/pa_vobject.C, types/pa_vstateless_class.C,
9988: types/pa_vstateless_class.h: - hash_code caching was implemented
9989: (seaches should be faster now)
9990:
9991: * src/: classes/file.C, classes/hash.C, classes/image.C,
9992: classes/string.C, classes/table.C, include/pa_string.h,
9993: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9994: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9995: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9996: types/pa_vrequest.C: - String constructors don't have that stupid
9997: true/false param which means 'tainted'. they accept lang instead.
9998:
9999: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10000: with OPTIMIZE_RESULT
10001:
10002: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10003: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10004:
10005: 2009-05-13 misha
10006:
10007: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10008: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10009: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10010: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10011: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10012: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10013: include/pa_string.h, classes/date.C, classes/file.C,
10014: classes/hash.C, classes/image.C, classes/string.C,
10015: classes/table.C, classes/xdoc.C: - result optimisation -
10016: helper_length parameter removed from string constructors
10017:
10018: 2009-05-11 misha
10019:
10020: * tests/209.html: - tests for ^hash::create[hash] were added
10021:
10022: * tests/208.html: - tests for $status:rusage, $status:memory,
10023: ^memory:compact[] were added
10024:
10025: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10026: log10 were added
10027:
10028: * tests/206.html: - test for try with finally was added
10029:
10030: 2009-05-10 misha
10031:
10032: * tests/205.html: - test for ^file::create[...] was added
10033:
10034: * tests/204.html: - test for ^response:clear[] was added
10035:
10036: * tests/038.html: - tests for trigonometric functions were added
10037:
10038: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10039: added - more tests for .add, .sub, .union, .intersects and
10040: .intersections
10041:
10042: * tests/065.html: - test for ^file:dirname was added
10043:
10044: * tests/030.html: - test for $cookie:fields was added
10045:
10046: * tests/203.html: - test for ^h._keys[column name] was added
10047:
10048: * tests/201.html: - tests for .trim were added
10049:
10050: * tests/202.html: - tests for last-day,
10051: date:calendar[type](YYYY;MM;DD) were added
10052:
10053: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10054: .offset[type](N) were added
10055:
10056: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10057: and .pos[c](N) were added
10058:
10059: * tests/141.html: - test for math:sha1 was added
10060:
10061: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10062:
10063: 2009-05-09 misha
10064:
10065: * src/main/compile.y: - rollback
10066:
10067: 2009-05-05 misha
10068:
10069: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10070: replaced by is_empty()
10071:
10072: * src/: include/pa_string.h, main/pa_charset.C: - little
10073: optimisation: somewhere length() was replaced by is_empty()
10074:
10075: * src/classes/table.C: - little optimisation: somewhere length()
10076: was replaced by is_empty()
10077:
10078: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10079: classes/op.C, classes/table.C, main/pa_exception.C: - little
10080: optimisation: somewhere length() was replaced by is_empty()
10081:
10082: 2009-05-04 misha
10083:
10084: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10085: types/pa_vstateless_class.h, main/execute.C,
10086: include/pa_request.h, classes/hash.C, classes/op.C,
10087: classes/table.C: - more optimisations were added: some operators
10088: don't switch write context anylonger
10089:
10090: 2009-05-01 misha
10091:
10092: * src/main/compile.y: - slightly more opcode optimisations for
10093: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10094:
10095: * src/main/execute.C: - simplifying process for getters
10096:
10097: 2009-04-30 misha
10098:
10099: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10100:
10101: * tests/results/199.processed: - test for checking $result into
10102: ^rem was added
10103:
10104: * tests/199.html: - test for checking $result into ^rem was added
10105:
10106: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10107: some OS it returns list in different order)
10108:
10109: * src/: include/pa_array.h, include/pa_request.h,
10110: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10111: changes in stack impl - get_element() optimisation: 3rd param
10112: removed - bugfix: problems with reading empty input param -
10113: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10114:
10115: * tests/results/198.processed: - test for reading empty local var
10116: was added
10117:
10118: * tests/198.html: - test for reading empty local var was added
10119:
10120: 2009-04-29 misha
10121:
10122: * src/main/compile.y: - bugfix: couldn't compile because
10123: OP_VALUE__GET_ELEMENT should be unde #ifdef
10124:
10125: * src/: include/pa_array.h, include/pa_opcode.h,
10126: include/pa_request.h, main/compile.y, main/execute.C,
10127: main/pa_request.C, types/pa_vmethod_frame.C,
10128: types/pa_vmethod_frame.h: - we can work without opcode
10129: OP_STORE_PARAM, so it was removed
10130:
10131: 2009-04-28 misha
10132:
10133: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10134: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10135: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10136: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10137: 4.
10138: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10139:
10140: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10141:
10142: * src/: main/pa_string.C, classes/string.C: - !length() =>
10143: is_empty()
10144:
10145: 2009-04-27 misha
10146:
10147: * src/types/pa_vregex.h: - back explicit vars initialisation
10148:
10149: 2009-04-24 misha
10150:
10151: * src/classes/string.C: - ups. typo fixed
10152:
10153: * src/main/execute.C: - more replacements '*new VBool' to
10154: 'VBool::get' - checks for ^break[], ^continue[] and
10155: parser.interrupted were optimised
10156:
10157: * src/classes/string.C: - number of params.count() calls was
10158: slightly reduced
10159:
10160: 2009-04-23 misha
10161:
10162: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10163: make it x64 friendly
10164:
10165: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10166: parser is x64 friendly now
10167:
10168: 2009-04-22 misha
10169:
10170: * src/types/pa_vhashfile.C: - coder friendly exception about
10171: exceeding record size was added
10172:
10173: * src/classes/file.C: - use vregex object instead of direct calls
10174: methods from pcre lib
10175:
10176: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10177: classes/string.C: - use vregex object instead of direct calls
10178: methods from pcre lib
10179:
10180: * src/: include/pa_common.h, main/pa_common.C: - method
10181: print_pcre_exec_error_text was moved to class vregex
10182:
10183: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10184: was added
10185:
10186: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10187: - class vregex was added
10188:
10189: 2009-04-21 misha
10190:
10191: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10192:
10193: * src/: types/pa_junction.h, types/pa_value.C,
10194: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10195: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10196: junction-optimisation (destructors)
10197:
10198: * src/include/pa_array.h: - free under if now
10199:
10200: 2009-04-19 misha
10201:
10202: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10203:
10204: 2009-04-18 misha
10205:
10206: * src/include/pa_version.h:
10207: :q :
10208:
10209: CV:
10210: ----------------------------------------------------------------------
10211:
10212: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10213: refactoring
10214:
10215: * src/: include/pa_array.h, include/pa_hash.h,
10216: types/pa_vmethod_frame.h: - destructors under #ifdef now
10217:
10218: * src/include/pa_memory.h: - define for using destructors was added
10219:
10220: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10221: main/execute.C: - some junctions will be cached now
10222:
10223: * src/include/pa_hash.h: - hash destructor frees pairs now
10224:
10225: * src/include/pa_array.h: - inline was added to destructor
10226:
10227: * src/types/pa_method.h: - comment was changed
10228:
10229: 2009-04-17 misha
10230:
10231: * src/: include/pa_array.h, include/pa_hash.h,
10232: types/pa_vmethod_frame.h: - destructors were added
10233:
10234: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10235: renamed to always_use_result
10236:
10237: * src/main/: compile.y, compile_tools.h: - rollback changes in
10238: compiler: full backward compatibility is better
10239:
10240: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10241: result in var's hash
10242:
10243: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10244: optimisation in method_frame
10245:
10246: * src/include/pa_array.h: - optimisation in array (allocate
10247: elements only when needed)
10248:
10249: * src/types/pa_vresponse.C: - check for $response:headers field
10250: before looking at custom fields
10251:
10252: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10253: not needed to check existance var with name 'result' in var's
10254: hash
10255:
10256: * src/main/compile.y: - compiler was changed: now it detects
10257: writings to $result and set flag writo_to_result in method
10258:
10259: * src/classes/string.C: - little optimisation: no needed to write
10260: number with lang
10261:
10262: * src/main/pa_charset.C: - methods readChar and skipChar which is
10263: used for read utf8-strings were renamed - is_escaped was renamed
10264: to isEscaped (to the same name convention)
10265:
10266: * src/: types/pa_method.h, main/compile_tools.h: - flag
10267: write_to_result added. compiler get this info from code.
10268:
10269: 2009-04-16 misha
10270:
10271: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10272: String only before 1st write
10273:
10274: * src/include/pa_string.h: - not needed template removed
10275:
10276: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10277: types/pa_vjunction.C, types/pa_vproperty.C,
10278: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10279: main/pa_request.C, classes/bool.C, classes/double.C,
10280: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10281: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10282: bool objects)
10283:
10284: 2009-04-15 misha
10285:
10286: * src/lib/cord/cordxtra.c: - more optimisation
10287:
10288: * src/: include/pa_string.h, main/untaint.C: - String::append
10289: optimisation
10290:
10291: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10292: then get and can sometime be used)
10293:
10294: * src/main/pa_string.C: - String::length optimisation
10295:
10296: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10297: these methods read different strings
10298:
10299: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10300: fresult_initial_void removed + some optimisation - if $result
10301: defined we don't write to context anymore
10302:
10303: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10304: need just skip char)
10305:
10306: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10307: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10308: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10309:
10310: * src/types/pa_vvoid.h: - added get() method for retreave one
10311: instance
10312:
10313: 2009-04-11 misha
10314:
10315: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10316:
10317: * tests/197.html: - test for parser://test in xml was added
10318:
10319: * src/classes/string.C: - small optimisation
10320:
10321: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10322: optimisation
10323:
10324: 2009-04-10 misha
10325:
10326: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10327: to pcre-7.8
10328:
10329: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10330:
10331: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10332: added
10333:
10334: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10335: $request:CLASS_NAME were added
10336:
10337: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10338: were added
10339:
10340: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10341: $env:CLASS_NAME were added
10342:
10343: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10344: '@todo' now
10345:
10346: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10347: compirer
10348:
10349: * src/main/pa_string.C: - little code cleanup
10350:
10351: * src/main/pa_common.C: - describe one more UTF-8 related error
10352: during PCRE compile/execute
10353:
10354: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10355: normalizing todo-comments: '@todo' now
10356:
10357: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10358:
10359: * src/main/pa_charset.C: - type changed for making compiler happy
10360:
10361: 2009-03-10 misha
10362:
10363: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10364: in main()
10365:
10366: 2009-02-01 misha
10367:
10368: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10369: boundary
10370:
10371: 2009-01-25 misha
10372:
10373: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10374:
10375: * src/classes/file.C: - more changes for parsing different number
10376: of params for file::load
10377:
10378: * tests/193.html: - tests for exception while base64-decode binary
10379: to string was added
10380:
10381: * tests/192.html: - tests for file::load with different number of
10382: options
10383:
10384: * src/classes/math.C: - ups. forgot '+1'
10385:
10386: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10387: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10388: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10389: (new option $.encode[multipart-form/data] should be specified) -
10390: $.method[] option for file::load now is not case-sensitive
10391:
10392: * src/: include/pa_string.h, main/untaint.C: - for file post the
10393: new taint language L_FILE_POST was added
10394:
10395: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10396: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10397: stuff was moved to separate files
10398:
10399: 2009-01-23 misha
10400:
10401: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10402: spaces to tabs were converted
10403:
10404: 2009-01-12 misha
10405:
10406: * src/main/pa_http.C: - value of $.method[] option force uppercased
10407: now
10408:
10409: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10410: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10411: their names
10412:
10413: * src/main/pa_common.C: - changes in formating
10414:
10415: * src/: classes/file.C, main/pa_http.C: - some constants changed
10416: their names
10417:
10418: * src/include/pa_http.h: - some spaces were converted to tabs
10419:
10420: * src/include/pa_common.h: - some constants changed their names
10421:
10422: * src/classes/file.C: - fixed 4-th paramether for file::load -
10423: little code rewriting
10424:
10425: * src/types/pa_vfile.C: - little code rewriting
10426:
10427: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10428: types/pa_value.h: - some formating changes
10429:
10430: * src/include/pa_common.h: - some formating spaces transformed to
10431: tabs
10432:
10433: * src/classes/string.C: - exception while base64-decode binary to a
10434: string
10435:
10436: 2009-01-11 misha
10437:
10438: * configure.in: - version changed to 3.3.1b
10439:
10440: 2008-09-05 misha
10441:
10442: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10443: release_3_3_0 on 2008-09-05 10:59:35 +0000
10444:
10445: 2008-09-04 misha
10446:
10447: * tests/: 130.html, 131.html: - these exceptions not typeless
10448: anymore
10449:
10450: * src/classes/op.C: - exception with 'invalid taint language' not
10451: typeless anylonger
10452:
10453: * src/classes/image.C: - some exceptions while operations with
10454: image not typeless anymore
10455:
10456: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10457: main/pa_exec.C, main/pa_http.C: - some exceptions while
10458: operations with files not typeless anymore
10459:
10460: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10461: types/pa_vdate.h: - exceptions while checking date range not
10462: typeless anymore
10463:
10464: * src/include/pa_exception.h: - exception type string for invalid
10465: date range was added
10466:
10467: 2008-09-03 misha
10468:
10469: * src/: classes/file.C, main/pa_string.C: - exception while pce
10470: operations not typeless anymore
10471:
10472: * src/include/pa_exception.h: - exception type for pce operations
10473: was added
10474:
10475: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10476: and .CLASS_NAME insite classes
10477:
10478: * src/classes/table.C: - don't save table header whiile
10479: ^table.save[append;filename] if file exists
10480:
10481: 2008-09-02 misha
10482:
10483: * src/main/compile.y, src/main/compile_tools.h,
10484: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10485: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10486: renamed to partial and it login changed: we must mark class as
10487: partial for allow their modifications in future.
10488:
10489: 2008-08-29 misha
10490:
10491: * tests/results/022.processed: - testing taint[regex] in mask for
10492: file:list
10493:
10494: * tests/022.html: - testing taint[regex] in mask for file:list
10495:
10496: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10497: for file:list was added
10498:
10499: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10500: file:list
10501:
10502: 2008-08-26 misha
10503:
10504: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10505: last derived object
10506:
10507: * src/classes/image.C: - many strings "image.format" replaced by
10508: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10509: understand some more exif tags
10510:
10511: * src/include/pa_exception.h: - string "image.format" was added
10512:
10513: 2008-08-21 misha
10514:
10515: * src/: main/pa_string.C, classes/file.C: - use method for print
10516: pcre_exec text error
10517:
10518: * src/main/pa_common.C: - method for print pcre_exec text error was
10519: added
10520:
10521: * src/include/pa_common.h: - method declaration for print pcre_exec
10522: text error was added
10523:
10524: 2008-08-19 misha
10525:
10526: * src/main/execute.C: - bugfix: opcodes must be in separate
10527: namespace while debug execution as well
10528:
10529: * tests/: 015.html, results/015.processed: - test for escaping some
10530: parser chars was added
10531:
10532: 2008-08-18 misha
10533:
10534: * tests/: 190.html, 190.p, results/190.processed: - test for
10535: $caller.self.field + default getter in one class was added
10536:
10537: * tests/: 189.html, results/189.processed: - test for
10538: ^date::create[date object]
10539:
10540: * tests/: 188.html, results/188.processed: - tests for match with
10541: UTF-8 strings
10542:
10543: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10544: ^string.match[]
10545:
10546: * ChangeLog: - parser 3.3.0 beta13
10547:
10548: 2008-08-15 misha
10549:
1.116 moko 10550: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10551: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10552: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10553: dftables.c: - old PCRE files removed
1.95 moko 10554:
10555: * src/lib/pcre/config.h: - configuration for PCRE library
10556:
10557: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10558: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10559:
10560: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10561: library and set flag UTF8 if $request:charset is UTF-8
10562:
10563: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10564: include/pa_config_fixed.h: - moved to new PCRE library
10565:
10566: * src/: main/main.vcproj, types/types.vcproj,
10567: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10568: win32\pcre instead of parser3\src\lib\pcre
10569:
10570: * src/: include/pa_opcode.h, include/pa_operation.h,
10571: main/compile.C, main/compile.y, main/compile_tools.C,
10572: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10573: opcodes were moved to separate namespace
10574:
10575: 2008-08-14 misha
10576:
10577: * src/types/pa_vstateless_class.C: - newline at the end missed
10578:
10579: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10580: tainting
10581:
10582: 2008-08-11 misha
10583:
10584: * tests/: 187.html, 187.p, results/187.processed: - tests for
10585: $caller.self, $caller.self.field and $caller.self.field[value]
10586: were added
10587:
10588: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10589: runtime as well (for $caller.self)
10590:
10591: 2008-07-25 misha
10592:
10593: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10594: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10595: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10596: tests with international characters
10597:
10598: 2008-07-23 misha
10599:
10600: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10601: file::load[...;http://
10602:
10603: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10604: now everywhere in separate namespace
10605:
10606: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10607: for vars
10608:
10609: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10610: can be escaped by '^'
10611:
10612: 2008-07-22 misha
10613:
10614: * src/classes/string.C, tests/186.html: - names changes:
10615: escape=>js-escape, unescape=>js-unescape
10616:
10617: 2008-07-21 misha
10618:
10619: * tests/results/186.processed: - test for string escape/unescape
10620:
10621: * tests/186.html: - test for string escape/unescape
10622:
10623: * src/classes/string.C: - string has escape and unescape methods
10624: now
10625:
10626: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10627: added
10628:
10629: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10630: method-layers added (with different params)
10631:
10632: 2008-07-18 misha
10633:
10634: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10635: was added
10636:
10637: * tests/185.html: - test for ^str.pos[sub](offset) added
10638:
1.211 moko 10639: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10640: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10641: accepted now
1.95 moko 10642:
10643: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10644: strings
10645:
10646: 2008-07-17 misha
10647:
10648: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10649: helper length added for mid for small optimisation
10650:
10651: 2008-07-16 misha
10652:
10653: * tests/: 185.html, results/185.processed: - tests for
10654: length/left/right/mid/pos with utf-8 strings
10655:
10656: * src/classes/string.C: - left/right/mid/length/pos works fine for
10657: utf-8 strings
10658:
10659: * src/main/untaint.C: - comments removed
10660:
10661: * src/: include/pa_string.h, main/pa_string.C,
10662: include/pa_charset.h, main/pa_charset.C: - methods for working
10663: with pos/mid for strings in utf-8 were added
10664:
10665: 2008-07-15 misha
10666:
10667: * tests/: 184.html, results/184.processed: - test for case body as
10668: expression: $var(^switch(1){^case(1)(true)..})
10669:
10670: * src/classes/op.C: - case body can be expression now:
10671: $var(^switch(1){^case(1)(true)..})
10672:
10673: * tests/: results/183.processed, 183.html: - added test for testing
10674: new cookie encoding (%uXXXX)
10675:
10676: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10677: decoding for backward compatibility they decoded from %XX in
10678: request:charset too
10679:
10680: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10681: - cookie class now decode cookies before first access after last
10682: request:charset changing (as form class).
10683:
10684: * src/main/pa_charset.C: - added method escape for escaping cookies
10685: as %uXXXX - before transcode calculate required space for dest
10686: string. it reduce mem usage for transcode
10687:
10688: * src/include/pa_charset.h: - added method escape for escaping
10689: cookies as %uXXXX
10690:
10691: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10692: was added. will used for escaping cookies as %uXXXX
10693:
10694: * src/include/pa_common.h: - escape method has new option for skip
10695: converting '+' to a space char
10696:
10697: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10698: transcode - escape method has new option for skip converting '+'
10699: to a space char
10700:
10701: 2008-07-08 misha
10702:
10703: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10704: (no UE if more then 1 case matches anylonger) - optimization:
10705: doing searching.as_string() || searching.as_double() only once
10706:
10707: 2008-07-04 misha
10708:
10709: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10710: now ^date::create[date object] works
10711:
10712: * src/classes/string.C: - left and right added as aliases for start
10713: and end in ^string.trim[]
10714:
10715: 2008-07-03 misha
10716:
10717: * src/classes/file.C: - allow $.limit for file::sql as well
10718:
10719: * src/classes/file.C: - allow $.offset option for file::sql - force
10720: send limit=1 to query for use sql specifics authomatically
10721:
10722: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10723: if $.limit value if empty. autoconvert it as everywere
10724:
10725: 2008-07-02 misha
10726:
10727: * configure.in: - time to change version number to 3.3.0 %-)
10728:
10729: * src/include/pa_version.h: - time to change version number to
10730: 3.3.0 %-)
10731:
10732: 2008-06-26 misha
10733:
10734: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10735: $.limit(0) fixes
10736:
10737: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10738: - $.limit(0) fixes
10739:
10740: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10741: new API)
10742:
10743: * src/: include/pa_sql_driver_manager.h,
10744: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10745: classes/op.C: - document_root added
10746:
10747: * src/main/compile.tab.C: - error message was changed
10748:
10749: 2008-06-25 misha
10750:
10751: * src/main/compile.y: - error message was changed
10752:
10753: 2008-06-24 misha
10754:
10755: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10756:
10757: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10758: tests for @OPTIONS\nappend
10759:
10760: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10761:
10762: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10763:
10764: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10765:
10766: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10767: compile.y
10768:
10769: 2008-06-17 misha
10770:
10771: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10772: compilation: ^if(default){true. it's incorrect. must be
10773: exception}
10774:
10775: 2008-06-16 misha
10776:
10777: * tests/: 181.ent, 181.html, results/181.processed: - test for
10778: checking external reference loading with 'http://localhost'
10779: prefix while creating xdoc
10780:
10781: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10782: ^math:long2ip[] and ^math:ip2long[]
10783:
10784: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10785: added which use scalar stateless class method when user object
10786: used in scalar context - use get_scalar_value when user object
10787: requested in scalar context
10788:
10789: * src/main/pa_common.C: - size must be int but not size_t or we
10790: can't compare with 0 sprintf result
10791:
10792: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10793: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10794: with internal switch between local/global vars
10795:
10796: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10797: specified
10798:
10799: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10800: pa_vstateless_object.h: - stateless class and object now has
10801: private scalar field and getter/setter for working with it
10802:
10803: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10804: moved to inet static class
10805:
10806: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10807: class added (^inet:aton[IP], ^inet:ntoa(number))
10808:
10809: * tests/: 180.html, results/180.processed: - tests for
10810: ^math:long2ip(long) and ^math:ip2long[IP]
10811:
10812: * src/classes/math.C: - ^math:ip2long[IP] added
10813:
10814: 2008-06-11 misha
10815:
10816: * src/main/pa_xml_io.C: - use file_read_text again because of we
10817: need cut BOM code and remove DOS newline chars. but don't
10818: transcode it anyway.
10819:
10820: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10821: main/pa_http.C: - option for disable transcoding while file_read
10822: and file_read_text added
10823:
10824: 2008-06-10 misha
10825:
10826: * tests/: 179.html, 179.p, results/179.processed: - test for many
10827: classes in 1 file
10828:
10829: * src/main/: compile.C, compile_tools.h: - compile return list of
10830: classes now.
10831:
10832: * src/main/: compile.y, compile.tab.C: - compile return list of
10833: classes now. internals.
10834:
10835: * src/main/pa_request.C: - compile return list of classes now. try
10836: call @conf and @auto for each returned class
10837:
10838: * src/include/pa_request.h: - compile return list of classes now
10839:
10840: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10841: return list of classes when compile buf)
10842:
10843: 2008-06-07 misha
10844:
10845: * src/main/pa_request.C: - constructing VRequest object with 3rd
10846: param -- form
10847:
10848: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10849: 3rd param: form. needed for get post_charset
10850:
10851: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10852: added
10853:
10854: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10855: types/pa_vform.C, types/pa_vform.h: - some polish
10856:
10857: 2008-06-06 misha
10858:
10859: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10860: charset and decode chars from it but not from response:charset
10861:
10862: * src/main/pa_http.C: - detect_charset moved out of here
10863:
10864: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10865: methods moved here - unescape_chars accepn one charset now
10866:
10867: * src/main/pa_http.C: - new constants used - don't allow
10868: $.content-type in ^file::load[;http://;$.method[POST]] - add
10869: charset info while ^file::load[;http://;$.method[POST]] - option
10870: $.omit-post-charset(true) added to ^file::load[;http://] for
10871: disabling charset during post
10872:
10873: * src/types/pa_vform.C: - new constants used
10874:
10875: * src/include/pa_common.h: - some constants were added
10876:
10877: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10878: instead of StrEqNc
10879:
10880: * src/main/pa_common.C: - new method for caseless search
10881: c-substring in c-string - use isxdigit instead of is_hex_digit
10882:
10883: * src/include/pa_common.h: - new method for caseless search
10884: c-substring in c-string
10885:
10886: 2008-06-05 misha
10887:
10888: * tests/results/178.processed: - test for testing default getter
10889:
10890: * tests/178.html: - test for testing default getter
10891:
10892: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10893: for test for testing default getter
10894:
10895: * src/main/execute.C: - default getter soul
10896:
10897: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10898: requested objects' field not found
10899:
10900: * src/types/pa_vclass.C: - register default getter if defined - get
10901: default getter if requested field not found
10902:
10903: * src/types/pa_vstateless_object.h: - method get_default_getter was
10904: added
10905:
10906: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10907: pointer to default getter and methods for get/set it were added
10908:
10909: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10910: auto_name field (for default getter)
10911:
10912: 2008-06-04 misha
10913:
10914: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10915: transcoding, no cutting BOM code, no fixing line breaks) and get
10916: it to libxml "as is"
10917:
10918: 2008-06-03 misha
10919:
10920: * src/main/pa_common.C: - use store_Char instead of
10921: transcodeCharFromUTF8
10922:
10923: * src/: include/pa_charset.h, main/pa_charset.C: - method
10924: store_Char added, transcodeCharFromUTF8 -- removed
10925:
10926: 2008-06-02 misha
10927:
10928: * tests/: results/177.processed, 177.html: - test for checking
10929: .[acm]date after local ^file::load[] was added
10930:
10931: * tests/: results/176.processed, 176.html: - test for checking
10932: @OPTION\locals + @method[vars][locals] added
10933:
10934: * tests/results/auto.p: - CLASS_PATH specified for checking use
10935:
10936: 2008-05-30 misha
10937:
10938: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10939: @OPTION\nlocals + @method[vars][;locals;] were added
10940:
10941: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10942: moved to separate method op_code - switch from VMethodFrame to
10943: VMethodFrameGlobal + VMethodFrameLocal
10944:
10945: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10946: was moved to separate method op_code
10947:
10948: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10949: VMethodFrame now
10950:
10951: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10952: all_vars_local as well
10953:
10954: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10955: pa_vmethod_frame_local.h, Makefile.am: - who children for
10956: VMethodFrame were added: one (global) works as VMethodFrame
10957: before and second (local) write all vars in self vars scope
10958:
10959: * src/types/pa_method.h: - method has bool flag all_vars_local now
10960:
10961: 2008-05-29 misha
10962:
10963: * tests/: 129.html, results/129.processed: - more tests for
10964: ^table.hash[]
10965:
10966: * src/classes/hash.C: - ^hash::sql has a new option:
10967: $.type[hash|string|table] as ^table.hash[] one.
10968:
10969: * src/classes/op.C: - ^try has 3rd param now: finally code which
10970: executed anyway after try or catch section
10971:
10972: 2008-05-27 misha
10973:
10974: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10975: must not fail if $.distinct(1) wasn't specified
10976:
10977: 2008-05-26 misha
10978:
10979: * src/classes/op.C: - allow ^throw[my type]
10980:
10981: 2008-05-22 misha
10982:
10983: * configure.in, configure: - version number updated to 3.2.4b
10984:
10985: * src/classes/: op.C, string.C: - trim format string before
10986: eval/format
10987:
10988: * tests/: results/175.processed, 175.html: - more tests for
10989: different format strings in .format[]
10990:
10991: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10992: as well (not only %XX)
10993:
10994: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10995: charset specified - checks for format before print number
10996: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10997: (instead of tabs) removed
10998:
10999: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11000: charset specified
11001:
11002: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11003: char in requested charset from utf code was added
11004:
11005: 2008-05-19 misha
11006:
11007: * tests/: 174.html, results/174.processed: - test for
11008: ^hashfile.cleanup[] added
11009:
11010: * src/classes/hashfile.C: - optimization: don't create any key or
11011: value variable if it's name weren't specified
11012: (^hf.foreach[;v]{...})
11013:
11014: 2008-05-16 misha
11015:
11016: * src/classes/hash.C: - optimization: don't create any key variable
11017: if variable name wasn't specified (^h.foreach[;v]{...})
11018:
11019: 2008-05-15 misha
11020:
11021: * src/classes/op.C: - small changes
11022:
11023: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11024:
11025: * src/classes/hash.C: - calculate var_context once before foreach
11026:
11027: 2008-05-14 misha
11028:
11029: * src/classes/hashfile.C: - incorrect vars context calculation for
11030: ^hashfile.foreach[;]{} fixed
11031:
11032: * src/classes/: hash.C, table.C: - little optimisation
11033:
11034: * src/classes/file.C: - bugfix: double absolute path while loading
11035: file
11036:
11037: * tests/: 174.html, results/174.processed: - tests for hashfile
11038: were added
11039:
11040: * buildall-with-xml: - moving to libxslt 1.1.24
11041:
11042: 2008-04-30 misha
11043:
11044: * src/classes/file.C: - stat file while loading (local only) so
11045: .adate, .mdate and .cdate available without additional ::stat
11046:
11047: 2008-04-28 misha
11048:
11049: * src/classes/file.C: - $.name and $.content-type available for
11050: stated file
11051:
11052: 2008-04-14 misha
11053:
11054: * src/targets/cgi/parser3.C: - new year in copyright %-)
11055:
11056: * src/include/pa_version.h: - new version number in head
11057:
11058: 2008-04-10 misha
11059:
11060: * tests/: 080.html, results/080.processed: - cut '0' from
11061: exponential part because of on diff OS it differ (20 or 020 for
11062: ex)
11063:
11064: * tests/: 119.html, results/119.processed: - check for encoding
11065: while creating xdoc
11066:
11067: 2008-04-09 misha
11068:
11069: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11070:
11071: * src/main/pa_common.C: - comment added
11072:
11073: * src/classes/date.C: - little refactoring
11074:
11075: 2008-04-07 misha
11076:
11077: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11078: style of ^table.save[]: prepare one big string and sabe it at
11079: once. it's safe on freebsd 4.x but use much more memory.
11080:
11081: * buildall-with-xml, buildall-without-xml: - option
11082: --disable-stringstream added (under comment. use it on freebsd
11083: 4.x)
11084:
11085: 2008-02-22 misha
11086:
11087: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11088: specified together in file::load[;http] - get back transcoding
11089: $.body[] in file::load[;http]
11090:
11091: 2008-02-21 misha
11092:
11093: * src/classes/date.C: - ^date.gmt-string[] was added
11094:
11095: * src/types/pa_value.C: - method for output date in RFC 822 format
11096: moved to pa_common.h
11097:
11098: * src/include/pa_common.h: - method for output date in RFC 822
11099: format moved here from pa_value.C
11100:
11101: * src/types/pa_vmail.C: - fixed core in sending mail with
11102: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11103:
11104: 2008-02-20 misha
11105:
11106: * src/main/pa_http.C: - transcode $.headers before escaping into
11107: specified charset while ^file::load[...;http://...] (L_URI
11108: instead of L_HTTP_HEADER) - $.cookies param available in
11109: ^file::load[;http://...] now (but we don't parse set-cookies from
11110: response yet) (cookies not transcoded as common $cookies)
11111:
11112: 2008-02-19 misha
11113:
11114: * src/main/pa_request.C: - rollback: we mustn't force taint
11115: $response:field values because in this case
11116: $response:locateion[http://...] don't works.
11117:
11118: 2008-02-15 misha
11119:
11120: * src/classes/op.C: - little refactoring
11121:
11122: * src/main/pa_http.C: - taint names of $.headers for load[;http
11123:
11124: * src/main/pa_request.C: - force taint values of $response:field
11125:
11126: 2008-02-14 misha
11127:
11128: * src/main/pa_request.C: - $response:field transcoded to
11129: $response:charset before escaping now
11130:
11131: * src/main/pa_http.C: - some outdated comments removed
11132:
11133: * src/classes/date.C: - lastdat -> last-day
11134:
11135: * src/classes/date.C: - ^date:lastday(year;month) and
11136: ^date.lastday[] were added - little code refactoring - comments
11137: changes
11138:
11139: * tests/: 159.html, results/159.processed: - test for number of
11140: days in February
11141:
11142: * src/types/pa_value.C: - fixes in code formatting
11143:
11144: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11145: and comments
11146:
11147: 2008-02-13 misha
11148:
11149: * src/main/pa_common.C: - bugfix for february at leap year
11150:
11151: 2008-01-28 misha
11152:
11153: * tests/: 160.html, results/160.processed: - more test for cache
11154: added
11155:
11156: * src/classes/op.C: - bugfix: cache body executed twice if contains
11157: unhandled exception
11158:
11159: 2008-01-25 misha
11160:
11161: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11162: bug when hashfile became inavailable after memory:compact)
11163:
11164: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11165:
11166: 2008-01-22 misha
11167:
11168: * src/classes/table.C: - little refactiring and exception texts
11169: changes in method ^table.hash[]
11170:
11171: * src/types/pa_vcookie.C: - link to cookie specification changed
11172:
11173: 2008-01-21 misha
11174:
11175: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11176: file::exec/cgi
11177:
11178: * src/classes/file.C: - bugfix: core while processing headers if
11179: executed cgi script don't return content
11180:
11181: 2008-01-18 misha
11182:
11183: * buildall-with-xml: - move to libxml2 version 2.6.31
11184:
11185: * src/include/pa_version.h, configure.in: - version number updated
11186: to '3.2.3b'
11187:
11188: 2007-12-28 misha
11189:
11190: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11191: hash.contains
11192:
11193: 2007-12-27 misha
11194:
11195: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11196: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11197: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11198: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11199: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11200: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11201: src/targets/cgi/parser3.vcproj,
11202: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11203: back to VS2003 because of Apache 1.3 module can't work if it was
11204: built in VS 2005. with cgi all file so VS2003 project files can
11205: be easy converted to the new format.
11206:
11207: 2007-12-04 misha
11208:
11209: * src/types/pa_vcode_frame.h: - changes in comment
11210:
11211: 2007-11-29 misha
11212:
11213: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11214: intercept strings any longer
11215:
11216: * tests/: 173.html, results/173.processed: - tests for
11217: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11218: but not in main code frame
11219:
11220: * tests/: 172.html, results/172.processed: - more tests for pass
11221: objects from code frames
11222:
11223: 2007-11-27 misha
11224:
11225: * tests/: 152.html, results/152.processed: - tests for converting
11226: strings 'true'/'false' to bool were added
11227:
11228: * tests/152.html: - added checks for converting strings
11229: 'true'/'false' to bool
11230:
11231: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11232: not only strings with numbers but with values 'true'/'false' as
11233: well
11234:
11235: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11236: for parser3.log increased
11237:
11238: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11239:
11240: * src/include/pa_common.h: - remove_crlf return cstring size now
11241:
11242: * src/include/pa_types.h: - constant with buffer size for
11243: parser3.log added
11244:
11245: 2007-11-16 misha
11246:
11247: * tests/cat.sh: - script for tests for file::exec/cgi
11248:
11249: * tests/171.html: - tests for file::exec/cgi
11250:
11251: * tests/results/171.processed: - tests results for file::exec/cgi
11252:
11253: 2007-11-15 misha
11254:
11255: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11256:
11257: * src/classes/file.C: - .body must be set before analyzing cgi
11258: headers
11259:
11260: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11261: only if exec/cgi return anything.
11262:
11263: 2007-11-14 misha
11264:
1.211 moko 11265: * operators.ru.txt, operators.txt: - info about new text|binary
11266: option for file::exec/cgi was added
1.95 moko 11267:
11268: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11269: ^file:exec[[text|binary];script;...]
11270:
11271: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11272: classes/string.C, classes/table.C: - more text strings moved to
11273: the one place
11274:
11275: 2007-11-09 misha
11276:
11277: * src/types/pa_vrequest.C: - $request:argv must be taint
11278:
11279: * ChangeLog: - $request:argv [patch from Sumo]
11280:
1.211 moko 11281: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11282:
11283: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11284: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11285:
11286: 2007-10-25 misha
11287:
11288: * buildall-with-xml, buildall-without-xml: - options preparations
11289: for ./configure rewrited
11290:
11291: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11292: error occure in unhandled_exception finally fixed
11293:
11294: 2007-10-23 misha
11295:
11296: * tests/: 170.html, results/170.processed: - test for
11297: @method[][result]
11298:
1.211 moko 11299: * operators.ru.txt, operators.txt: - added info about node.prefix
11300: and node.namespaceURI
1.95 moko 11301:
11302: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11303:
11304: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11305: added for node and attribute
11306:
11307: 2007-10-22 misha
11308:
11309: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11310:
11311: * src/main/pa_request.C: - added const content-transfer-encoding
11312:
11313: * src/include/pa_request.h: - added const content-transfer-encoding
11314: - ups. constants must be in lowercase (for search)
11315:
11316: * src/types/pa_vmail.C: - more constants used -
11317: content-transfer-encoding: 8bit added
11318:
11319: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11320:
11321: * src/include/pa_request.h: - more constants
11322:
11323: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11324: ommit anymore if $.content-disposition was specified - little
11325: refactoring
11326:
11327: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11328:
11329: 2007-10-17 misha
11330:
1.211 moko 11331: * operators.ru.txt, operators.txt: - info about
1.95 moko 11332: table::create[nameless]{data}[>options<] was added
11333:
11334: * src/main/: compile.tab.C, compile.y: - if error occure while
11335: compile method don't put this method in methods table anymore.
11336: in other case the parser coredumped if @unhandled_exception
11337: method can't be compiled because of parser.compile error.
11338:
11339: * src/main/execute.C: - little code reformating
11340:
11341: * src/main/pa_request.C: - little code reformating - comment
11342: changed
11343:
11344: 2007-10-16 misha
11345:
11346: * tests/: 035.html, results/035.processed: - tests
11347: table::create[]{}[options] added
11348:
11349: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11350: options (only $.seperator[] yet)
11351:
11352: 2007-10-10 misha
11353:
11354: * src/classes/table.C: - some contstants moved to pa_common.h -
11355: some code changes
11356:
11357: 2007-10-02 misha
11358:
11359: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11360: then three time as much. but base64 encoding method still use
11361: less memory anyway.
11362:
11363: 2007-09-17 misha
11364:
1.211 moko 11365: * operators.ru.txt, operators.txt: - added info about
11366: $cookie:fields
1.95 moko 11367:
11368: * src/types/pa_vcookie.C: - $cookie:fields available now
11369:
11370: * src/classes/hash.C: - some stuff for use with .for_each moved to
11371: common
11372:
11373: * src/include/pa_common.h: - some stuff for use with .for_each
11374: moved here
11375:
11376: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11377:
11378: 2007-09-14 misha
11379:
11380: * buildall-with-xml: - new xml libs again =)
11381:
11382: 2007-08-28 misha
11383:
1.211 moko 11384: * operators.ru.txt, operators.txt: - texts about
11385: ^table.columns[[column name]] and ^string.split[...][v][column
11386: name] were added
1.95 moko 11387:
11388: * tests/: 168.html, 169.html, results/168.processed,
11389: results/169.processed: - tests for ^table.columns[[column name]]
11390: and ^string.split[...][v][column name] were added
11391:
11392: * src/classes/table.C: - new option ^table.columns[[column name]]
11393: was added
11394:
11395: * src/classes/string.C: - new option ^string.split[...;v;[column
11396: name]]
11397:
11398: * src/include/pa_exception.h: - error text message for
11399: ^hash._keys[], ^table.columns[] and ^string.split[]
11400:
11401: 2007-08-27 misha
11402:
11403: * src/main/untaint.C: - try to fix coredump on unix if print to
11404: body ^taint[sql][something] outside of connect
11405:
11406: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11407: outside of connect
11408:
11409: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11410: added (commented by default)
11411:
11412: 2007-08-20 misha
11413:
1.211 moko 11414: * operators.ru.txt, operators.txt: - comment about new method
11415: ^node.hasAttributes[] was added
1.95 moko 11416:
11417: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11418: duplicated exception text strings were removed
11419:
11420: * src/include/pa_exception.h: - more exception text strings moved
11421: here
11422:
11423: * src/classes/table.C: - some duplicate exceptions' text strings
11424: removed
11425:
11426: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11427: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11428: removed
11429:
11430: * src/include/pa_exception.h: - some exception text strings movet
11431: to pa_exception
11432:
11433: * tests/: 149.html, results/149.processed: - test for
11434: ^xnode.hasAttributes[] was added - some code changes
11435:
11436: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11437: added
11438:
11439: 2007-08-17 misha
11440:
11441: * tests/: results/006.processed, results/059.processed, 006.html,
11442: 059.html: - more tests for match
11443:
11444: * tests/: 129.html, results/129.processed: - tests for
11445: ^table.hash[...][$.type[string|hash|table]] added
11446:
11447: * src/targets/cgi/parser3.C: - little syntax changes
11448:
11449: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11450: syntax changes
11451:
1.211 moko 11452: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11453: annoying 'SIGPIPE' messages in parser3.log switched off by
11454: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11455:
11456: 2007-08-08 misha
11457:
11458: * buildall-with-xml, buildall-without-xml: - remove libs source
11459: files by default since now
11460:
11461: 2007-08-07 misha
11462:
11463: * buildall-without-xml: - some option syntax changes
11464:
11465: * buildall-with-xml: - compile libxml2 without http support - some
11466: option syntax changes
11467:
11468: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11469:
11470: 2007-08-06 misha
11471:
11472: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11473:
11474: * tests/: 160.html, results/160.processed: - cache test was
11475: rewrited
11476:
11477: 2007-07-06 misha
11478:
11479: * tests/: 153.html, results/153.processed: - added test for
11480: ^math:sha1[string]
11481:
11482: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11483: transcoded
11484:
11485: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11486: were added
11487:
11488: 2007-06-28 misha
11489:
11490: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11491: some incorrect chars
11492:
11493: 2007-06-19 misha
11494:
11495: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11496: were moved on top because of gcc 4 had a problems during
11497: building.
11498:
11499: 2007-06-18 misha
11500:
11501: * tests/results/019.processed: - new image commited
11502:
11503: 2007-06-09 misha
11504:
11505: * src/classes/: op.C, table.C: - in while and table.select method
11506: as_expression used now
11507:
11508: * src/types/pa_vmethod_frame.h: - method as_expression was added
11509:
11510: 2007-06-08 misha
11511:
11512: * tests/: 166.html, results/166.processed: - test for
11513: ^match[...][n]
11514:
11515: * tests/: 165.html, results/165.processed: - tests for loops
11516:
11517: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11518: because of no speed/memory optimisation but some proglems with
11519: long cycles occure
11520:
11521: 2007-06-06 misha
11522:
11523: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11524: ^table.select(true) and ^table.select(1) didn't works because of
11525: awaiting junction-param only. fixed.
11526:
11527: 2007-05-24 misha
11528:
11529: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11530: with 0.5 secs interval
11531:
11532: * src/classes/op.C: - cache was rewrited. I hope it works with
11533: locking system now on unix
11534:
11535: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11536: system locks which wait till other threads release it but try get
11537: lock, if fail wait 1 sec and make 10 attempts.
11538:
11539: * src/include/pa_os.h: - consts for blocking locks + some comments
11540: were added
11541:
11542: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11543: opening files
11544:
11545: * src/classes/table.C: - changes in includes. if unclude <sstream>
11546: after our classes on unix it can't be build
11547:
11548: * src/types/pa_vhashfile.C: - not needed code removed
11549:
11550: 2007-05-23 misha
11551:
11552: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11553: include/pa_common.h: - cosmetic changes
11554:
11555: 2007-05-18 misha
11556:
11557: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11558: often. it's give some speed increasing
11559:
11560: * tests/results/160.processed: - returned time corrected
11561:
11562: * tests/160.html: - time increased because on unix 1 mean nothing
11563: :(
11564:
1.211 moko 11565: * operators.ru.txt, operators.txt: - added info about
11566: ^hash.contain[key]
1.95 moko 11567:
11568: * src/classes/hash.C: - added ^hash.contain[key]
11569:
11570: * src/include/pa_hash.h: - added method for checking key exists in
11571: hash
11572:
11573: 2007-05-07 misha
11574:
11575: * src/include/pa_string.h: - was compilation error during build on
11576: freebsd4
11577:
11578: 2007-05-03 misha
11579:
11580: * src/classes/table.C: - option $.type[hash|string|table] was added
11581: for ^table.hash[]
11582:
11583: * src/classes/file.C: - comment removed
11584:
11585: 2007-04-26 misha
11586:
11587: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11588: real files doesn't opened in place anymore
11589:
11590: 2007-04-24 misha
11591:
11592: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11593:
11594: * src/include/pa_exception.h: "static" removed
11595:
11596: 2007-04-23 misha
11597:
11598: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11599:
11600: * src/classes/math.C: added: - ^math:ln(N) (the same as
11601: ^math:log(N)) - ^math:lg(N)
11602:
11603: * tests/: 097.html, results/097.processed: - charsets converstion
11604: during ^file::load[text;http://...] added
11605:
11606: * tests/: 164.html, results/164.processed: - check for set expires
11607: as a date
11608:
11609: * tests/: 164.html, results/164.processed: - test for hashfile
11610:
11611: * src/classes/hashfile.C: - little comment changes
11612:
11613: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11614: access
11615:
11616: * src/: classes/date.C, classes/double.C, classes/file.C,
11617: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11618: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11619: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11620: classes/xnode.h, include/pa_request.h, main/execute.C,
11621: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11622: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11623: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11624: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11625: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11626: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11627: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11628: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11629: "parser.runtime" strings were removed
11630:
11631: * src/classes/hashfile.C: - with .clear[] called files_delete()
11632: now.
11633:
11634: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11635:
11636: * src/include/pa_exception.h: - string constant with
11637: "parser.runtime" text was added
11638:
11639: 2007-04-20 misha
11640:
1.211 moko 11641: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11642:
1.211 moko 11643: * operators.ru.txt, operators.txt: - added info about
11644: .^hashfile.release[], ^hashfile.clenaup[] and new
11645: ^string.match[][>N-option<]
1.95 moko 11646:
11647: * configure: =cheching for unsetenv
11648:
11649: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11650: ^hashfile.release[] were added
11651:
11652: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11653: ^string.match[][] understand new option now: return number of
11654: matches but not table wit results
11655:
11656: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11657: reopen now
11658:
11659: * src/classes/op.C: - bug. must be false
11660:
11661: * configure.in: - checking for unsetenv was added
11662:
11663: * src/types/pa_vform.C: - some comments
11664:
11665: 2007-04-18 misha
11666:
11667: * buildall-with-xml: moving to libxml2-2.6.28
11668:
11669: * buildall-with-xml, buildall-without-xml: added commented lines
11670: with --disable-safe-mode option
11671:
1.211 moko 11672: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11673:
11674: 2007-04-17 misha
11675:
11676: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11677: $form:files was added
11678:
11679: * tests/: 163.html, results/163.processed: removing auto format
11680:
11681: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11682:
11683: 2007-04-16 misha
11684:
11685: * tests/: 163.html, results/163.processed: - test for .int[],
11686: floor, round, ceiling and .format[]
11687:
11688: * src/classes/file.C: - little optimization for getting args in
11689: exec/cgi
11690:
11691: 2007-04-13 misha
11692:
11693: * src/classes/file.C: - arguments for file::exec/cgi can be
11694: specified now as s table with one column
11695:
11696: 2007-03-27 misha
11697:
11698: * tests/: 162.html, results/162.processed: - test for
11699: ^table.select(^condition[$t])
11700:
11701: * tests/results/auto.p: - load windows-1251 charset for some tests
11702:
11703: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11704:
11705: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11706: 161_windows1251.txt: - added test for
11707: ^file::load[text;/local/file.txt;$.charset[...]]
11708:
11709: * tests/: results/013.processed, 013.html: - added test for
11710: checking $._default value while hash modifications
11711:
11712: * tests/: 160.html, results/160.processed: - add test for
11713: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11714:
11715: 2007-03-22 misha
11716:
11717: * src/include/pa_common.h: - "charset" string defined for
11718: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11719:
11720: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11721: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11722: added - not needed transcodes were removed from
11723: ^file::load[...;http://...]
11724:
11725: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11726: added
11727:
11728: * src/classes/date.C: - date.week was fixed
11729:
1.211 moko 11730: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11731:
11732: * tests/: 159.html, results/159.processed: - tests for date.week
11733: and date.weekyear added
11734:
11735: 2007-03-15 misha
11736:
11737: * src/classes/table.C: - enclose column numbers for nameless tables
11738: as well
11739:
11740: 2007-03-14 misha
11741:
11742: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11743:
11744: * src/classes/table.C: - table.save optimization: now required much
11745: less memory
11746:
11747: 2007-03-13 misha
11748:
11749: * tests/results/: 158.processed, 158.processes: - tests for
11750: table.save/table.load
11751:
11752: * tests/: 158.html, results/158.processes: - tests for
11753: table.save/table.load
11754:
11755: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11756:
11757: * buildall-with-xml: - pattern needed now for building
11758:
11759: * tests/results/097.processed: - added test results for xdoc::load
11760: & xdoc::load[http://...]
11761:
11762: * tests/097.html: - added test for xdoc::load
11763:
11764: 2007-03-12 misha
11765:
11766: * tests/: 107.html, results/107.processed: - added test for xpath
11767: '//man'
11768:
11769: 2007-03-01 misha
11770:
11771: * tests/: 097.html, results/097.processed: - added test for
11772: creating xdoc from file
11773:
11774: * tests/: results/157.processed, 157.html: - added test for
11775: file:move
11776:
11777: 2007-02-28 misha
11778:
11779: * src/classes/xdoc.C: - another attempt
11780:
11781: * src/classes/xdoc.C: - roll back last changes for a while
11782:
1.211 moko 11783: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11784: ^xdoc::create[$file] added.
1.95 moko 11785:
11786: * src/classes/file.C: - under lock we create non-exist dir anyway
11787:
11788: * tests/results/099.processed: - ever send content-disposition to
11789: client with file
11790:
11791: * tests/157.html: + test for file:copy
11792:
11793: 2007-02-26 misha
11794:
11795: * src/classes/file.C: - some similar strings moved to #define
11796: instead of to be copy/pasted many times
11797:
11798: * src/types/pa_vfile.h: - class name string ("file") moved to
11799: #define
11800:
11801: 2007-02-20 misha
11802:
11803: * configure.in: - added some strings for sqlite detection
11804:
11805: 2007-02-19 misha
11806:
1.211 moko 11807: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11808:
11809: * buildall-with-xml, buildall-without-xml: - some modifications
11810:
11811: 2007-02-17 misha
11812:
11813: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11814:
11815: * src/main/pa_request.C: - damn, i forgot to commit it while I
11816: change console behaviour
11817:
11818: 2007-02-12 misha
11819:
11820: * src/targets/cgi/parser3.C: - don't print headers if
11821: $console:line[data] was used during cgi execution.
11822:
11823: * src/types/pa_vconsole.h: - console class have bool flag now which
11824: marked as 'true' if class was used.
11825:
11826: * tests/: 152.html, results/152.processed: - more types was added
11827: to test 152
11828:
11829: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11830: adding 'bool' (^if($image){} caused exception)
11831:
11832: 2007-02-09 misha
11833:
11834: * tests/: 152.html, results/152.processed: - test alightly updated
11835:
11836: * tests/: 152.html, results/152.processed: - test rewrited
11837:
11838: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11839: bugfix. I broke xdoc & xnode in expression
11840:
11841: 2007-02-08 misha
11842:
11843: * tests/: 152.html, results/152.processed: - add test for checking
11844: 'def' for void, string, bool, int & double
11845:
11846: 2007-02-07 misha
11847:
1.211 moko 11848: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11849: added
1.95 moko 11850:
11851: * tests/results/153.processed: - result test for
11852: ^file:base64[filespec] was updated
11853:
11854: * tests/153.html: - test for ^file:base64[filespec] was added
11855:
11856: * src/types/pa_vconsole.h: - little optimization
11857:
11858: * src/classes/file.C: - ^file:base64[filespec]
11859:
11860: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11861:
11862: * src/include/pa_common.h: - declarations for
11863: ^file:base64[filespec]
11864:
11865: * src/types/pa_vcookie.C: - little optimization
11866:
11867: 2007-02-06 misha
11868:
11869: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11870: were temporary commented
11871:
11872: * src/types/pa_vbool.h: - bugfix
11873:
11874: * tests/156.html: - added test for bool cookie
11875:
11876: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11877:
11878: * tests/: 155.html, results/155.processed: - added test for check
11879: $.encloser[] option for table save/load
11880:
11881: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11882:
11883: 2007-02-05 misha
11884:
11885: * tests/results/152.processed: - newline at the end was missed
11886:
11887: * tests/results/141.processed: - math:md5 must be lowercased
11888:
11889: * src/targets/cgi/parser3.C: - 2007 in help ;)
11890:
11891: 2007-02-03 misha
11892:
11893: * tests/results/: 150.processed, 151.processed, 152.processed: -
11894: test for bool added and some content length fixes
11895:
11896: * tests/152.html: - test for bool added
11897:
11898: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11899:
1.211 moko 11900: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11901:
1.116 moko 11902: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11903: classes/classes.vcproj, classes/double.C, classes/int.C,
11904: classes/string.C, classes/void.C, classes/xnode.C,
11905: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11906: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11907: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11908: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11909: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11910: types/types.vcproj: - bool class was added
11911:
11912: * src/main/pa_request.C: - fix
11913:
11914: 2007-01-18 misha
11915:
11916: * src/: main/pa_string.C, classes/string.C: - return table during
11917: ^string.match[][] even if no matched found.
11918:
11919: 2006-12-20 misha
11920:
11921: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11922: http://www.parser.ru/forum/?id=55598 ]
11923:
11924: 2006-12-19 misha
11925:
11926: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11927: details: http://www.parser.ru/forum/?id=52359
11928:
11929: * src/main/pa_request.C: - always set content-disposition for
11930: $response:body[hash here]. more details:
11931: http://www.parser.ru/forum/?id=52130
11932:
11933: 2006-12-07 misha
11934:
1.211 moko 11935: * operators.ru.txt, operators.txt: - added info about bool params
11936: in cookie set
1.95 moko 11937:
11938: * src/types/pa_vcookie.C: - bool param in cookies available now
11939: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11940: ]
11941:
11942: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11943: was added
11944:
11945: 2006-12-02 misha
11946:
11947: * src/classes/file.C: - file_block_read used instead of native read
11948:
11949: * src/main/pa_common.C: - added file_block_read with read error
11950: detection - file_block_read used instead of native read
11951:
11952: * src/include/pa_common.h: - added file_block_read declaration
11953:
11954: 2006-12-01 misha
11955:
1.211 moko 11956: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11957: added
1.95 moko 11958:
11959: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11960: $var.CLASS_NAME added
11961:
1.211 moko 11962: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11963:
11964: * src/classes/file.C: - ^file:copy[from;fo] was added
11965:
11966: 2006-11-20 misha
11967:
11968: * src/classes/date.C: - bug fix :)
11969:
11970: 2006-11-17 misha
11971:
11972: * src/include/pa_common.h: - array in crc32 calculation was changed
11973: to static
11974:
11975: * src/main/pa_common.C: - little optimization in getMonthDays -
11976: small changes in crc32 calculation
11977:
11978: * src/classes/date.C: - not needed code was removed
11979:
11980: 2006-11-16 misha
11981:
11982: * src/types/pa_vmail.C: - fix missed brakes
11983:
11984: * src/types/pa_vmail.C: - mail:send now set content-type:
11985: multipart/related instead of multipart/mixed if file have
11986: $.content-id[]
11987:
11988: 2006-11-15 misha
11989:
11990: * src/types/pa_vdouble.h: abs -> fabs
11991:
11992: 2006-11-14 misha
11993:
1.211 moko 11994: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
11995: and ^file:md5[file-name]
1.95 moko 11996:
11997: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11998: added
11999:
12000: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12001: FILE_BUFFER_SIZE
12002:
12003: * src/classes/math.C: - hex_string was moved to pa_common.h
12004:
12005: * src/include/pa_common.h: - hex_string was moved from math.C -
12006: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12007:
12008: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12009: values was fixed
12010:
12011: 2006-11-13 misha
12012:
1.211 moko 12013: * operators.ru.txt, operators.txt: - added info about
12014: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12015:
12016: * src/classes/math.C: - added ^math:crc32[string]
12017:
12018: * src/classes/file.C: - some comments were changed - added
12019: ^file:crc32[file-name] and ^file.crc32[]
12020:
12021: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12022: crc32 calculation added
12023:
12024: 2006-11-03 misha
12025:
12026: * src/include/pa_array.h: - not needed variable removed
12027:
12028: * tests/: 150.html, 151.html, results/150.processed,
12029: results/151.processed: - 2 tests were added
12030:
12031: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12032: with $.reverse(1) were fixed
12033:
12034: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12035: query converted to $.charset during ^file::load[http://...]
12036:
12037: 2006-11-02 misha
12038:
12039: * src/include/pa_table.h: ups. forget '=' char
12040:
12041: * src/include/pa_table.h: - one more fix in
12042: .locate[...][$.reverse(1)]
12043:
12044: 2006-11-01 misha
12045:
12046: * src/classes/math.C: - bug fix, details:
12047: http://www.parser.ru/forum/?id=53360
12048:
12049: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12050: false for all records )[$.reverse(1)]
12051:
12052: * src/main/pa_http.C: - second param for this mid method is length
12053: but not end_index so this method has error and can't detect
12054: charsets in next content-types: Content-type: text/html;
12055: charset="windows-1251" Content-type: text/html;
12056: charset="windows-1251"; Content-type: text/html;
12057: charset=windows-1251;
12058:
12059: only Content-type: text/html; charset=windows-1251 was fine
12060:
12061: 2006-10-31 misha
12062:
12063: * src/classes/file.C: - empty args in file::exec removed now
12064:
12065: 2006-09-03 paf
12066:
12067: * src/classes/file.C: proper tainting of
12068: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12069:
12070: 2006-06-09 paf
12071:
12072: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12073:
12074: * src/classes/table.C: formatting
12075:
12076: * src/classes/table.C: incorporated patch from misha: Sent:
12077: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12078: ignoring string options for ^table.save[]
12079:
12080: * src/classes/hash.C: incorporated patch from misha Sent:
12081: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12082: $hash._default disappear while
12083:
1.211 moko 12084: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12085: $.value[file] $.format[!uue|!base64] << new base64 option.
12086: default uue ] ]
1.95 moko 12087:
12088: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12089: PM Subject: patch for base64 in ^mail:send[] %-)
12090:
12091: 2006-04-09 paf
12092:
12093: * src/main/compile.tab.C: ` change compiled
12094:
1.211 moko 12095: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12096: src/classes/classes.vcproj, src/classes/file.C,
12097: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12098: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12099: src/classes/xnode.C, src/include/pa_array.h,
12100: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12101: src/include/pa_memory.h, src/include/pa_request.h,
12102: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12103: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12104: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12105: src/lib/pcre/pcre_dftables.vcproj,
12106: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12107: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12108: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12109: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12110: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12111: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12112: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12113: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12114: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12115: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12116: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12117: src/types/pa_value.h, src/types/pa_vcookie.C,
12118: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12119: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12120: src/types/pa_vstatus.C, src/types/types.vcproj,
12121: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12122: ^menu, ^hash/hashfile.foreach
12123:
12124: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12125: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12126: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12127: src/classes/xnode.C, src/include/pa_array.h,
12128: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12129: src/include/pa_memory.h, src/include/pa_request.h,
12130: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12131: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12132: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12133: src/lib/pcre/pcre_dftables.vcproj,
12134: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12135: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12136: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12137: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12138: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12139: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12140: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12141: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12142: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12143: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12144: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12145: src/types/pa_value.h, src/types/pa_vcookie.C,
12146: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12147: src/types/pa_vstatus.C, src/types/types.vcproj,
12148: tests/descript.ion: ! switched to VS2005 (projects and
12149: object<info explicitly typed>.for_each(, info)) +
12150: $response:field[] setting void means removing + grammar $name`
12151: name stops now, for mysql `$field` + started ^break[]
12152: ^continue[], in ^for. TODO: to other iterators (while, menu,
12153: foreach) + all log messages += [uri=, method=, cl=]
12154:
12155: * buildall-with-xml: merged . ftp paths update
12156:
12157: * buildall-with-xml: . ftp paths update
12158:
12159: 2006-03-04 paf
12160:
12161: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12162: checks++ [thanks to Igor Zinkovsky for detailed report]
12163:
12164: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12165: Igor Zinkovsky for detailed report]
12166:
12167: 2006-03-01 paf
12168:
12169: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12170: \n to ' ' in
12171:
12172: 2006-02-18 paf
12173:
12174: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12175: \n to ' ' in
12176:
12177: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12178:
12179: 2006-02-03 paf
12180:
12181: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12182: base64
12183:
12184: * src/main/pa_common.C: ! bugfix: decoding from base64
12185:
12186: 2006-01-20 paf
12187:
12188: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12189: economy fix
12190:
12191: * src/classes/: table.C: merged from HEAD ! bugfix
12192: ^table.save[$.encloser-s now handled properly
12193:
12194: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12195: handled properly
12196:
12197: 2006-01-19 paf
12198:
12199: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12200: libgc:USE_MUNMAP activates merging of free memory blocks which
12201: helps a lot in our case: after transform we want
12202: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12203:
12204: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12205: economy fix
12206:
12207: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12208: activates merging of free memory blocks which helps a lot in our
12209: case: after transform we want CORD(main.result)->cstr[big
12210: malloc]->transcode[big malloc]
12211:
12212: 2006-01-17 paf
12213:
12214: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12215: before reading them. got rid of reallocs = became quicker and
12216: less fragmentated
12217:
12218: 2005-12-29 paf
12219:
1.116 moko 12220: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12221: configure, configure.in, src/include/pa_version.h,
12222: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12223: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12224: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12225: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12226: src/lib/ltdl/missing: . merged from 3.2.1
12227:
1.116 moko 12228: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12229: packaged when 'make dist', so do configure companion files in
12230: src/lib/ltdl
12231:
12232: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12233: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12234: missing: . now config_auto.h is created with configure [were
12235: constant]
1.95 moko 12236:
12237: * INSTALL: . references to documentation and some clarification
12238:
12239: * buildall-with-xml, buildall-without-xml: . farawell doc
12240: indication
12241:
1.116 moko 12242: * Makefile.am: . dist+=buildall*
1.95 moko 12243:
12244: 2005-12-28 paf
12245:
12246: * configure: . 3.2.1
12247:
12248: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12249: simplify build process, see INSTALL
12250:
12251: 2005-12-26 paf
12252:
12253: * configure: ver
12254:
12255: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12256: version
12257:
12258: 2005-12-21 paf
12259:
12260: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12261: compiled with bison 1.875b, it reports unexpected token names
12262:
12263: 2005-12-19 paf
12264:
12265: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12266: holds a link to xmlNode to prevent premature gc(xmlNode)
12267:
12268: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12269: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12270: src/main/main.vcproj, src/main/pa_globals.C,
12271: src/targets/cgi/parser3.vcproj,
12272: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12273: configure, configure.in, src/include/pa_version.h: . killing
12274: gdome [what a relief]
12275:
12276: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12277: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12278: run_parser.sh, results/001.processed, results/002.processed,
12279: results/003.processed, results/004.processed,
12280: results/005.processed, results/006.processed,
12281: results/008.processed, results/009.processed,
12282: results/010.processed, results/011.processed,
12283: results/012.processed, results/013.processed,
12284: results/014.processed, results/015.processed,
12285: results/016.processed, results/017.processed,
12286: results/018.processed, results/020.processed,
12287: results/021.processed, results/022.processed,
12288: results/023.processed, results/024.processed,
12289: results/025.processed, results/026.processed,
12290: results/027.processed, results/028.processed,
12291: results/029.processed, results/030.processed,
12292: results/031.processed, results/032.processed,
12293: results/033.processed, results/034.processed,
12294: results/035.processed, results/036.processed,
12295: results/037.processed, results/038.processed,
12296: results/039.processed, results/040.processed,
12297: results/041.processed, results/042.processed,
12298: results/043.processed, results/044.processed,
12299: results/045.processed, results/046.processed,
12300: results/047.processed, results/048.processed,
12301: results/049.processed, results/050.processed,
12302: results/051.processed, results/052.processed,
12303: results/053.processed, results/054.processed,
12304: results/055.processed, results/056.processed,
12305: results/057.processed, results/058.processed,
12306: results/059.processed, results/060.processed,
12307: results/061.processed, results/062.processed,
12308: results/063.processed, results/064.processed,
12309: results/065.processed, results/066.processed,
12310: results/067.processed, results/068.processed,
12311: results/069.processed, results/070.processed,
12312: results/071.processed, results/072.processed,
12313: results/073.processed, results/074.processed,
12314: results/075.processed, results/076.processed,
12315: results/077.processed, results/078.processed,
12316: results/079.processed, results/080.processed,
12317: results/081.processed, results/082.processed,
12318: results/083.processed, results/084.processed,
12319: results/085.processed, results/086.processed,
12320: results/087.processed, results/088.processed,
12321: results/089.processed, results/090.processed,
12322: results/091.processed, results/092.processed,
12323: results/093.processed, results/094.processed,
12324: results/095.processed, results/096.processed,
12325: results/097.processed, results/099.processed,
12326: results/100.processed, results/101.processed,
12327: results/102.processed, results/104.processed,
12328: results/105.processed, results/106.processed,
12329: results/107.processed, results/108.processed,
12330: results/109.processed, results/110.processed,
12331: results/111.processed, results/112.processed,
12332: results/113.processed, results/114.processed,
12333: results/115.processed, results/117.processed,
12334: results/119.processed, results/120.processed,
12335: results/121.processed, results/122.processed,
12336: results/123.processed, results/124.processed,
12337: results/125.processed, results/126.processed,
12338: results/127.processed, results/128.processed,
12339: results/129.processed, results/130.processed,
12340: results/131.processed, results/132.processed,
12341: results/133.processed, results/134.processed,
12342: results/135.processed, results/136.processed,
12343: results/138.processed, results/139.processed,
12344: results/140.processed, results/141.processed,
12345: results/142.processed, results/143.processed,
12346: results/144.processed, results/145.processed,
12347: results/146.processed, results/147.processed,
12348: results/148.processed, results/149.processed, results/auto.p: .
12349: now works if we turn off default auto.p
12350:
1.116 moko 12351: * configure: . makes
1.95 moko 12352:
12353: * src/types/pa_vxnode.C: . less warnings
12354:
12355: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12356: tests/145.html, tests/149.html, tests/descript.ion,
12357: tests/outputs/d.cmd, tests/results/142.processed,
12358: tests/results/143.processed, tests/results/144.processed,
12359: tests/results/145.processed, tests/results/146.processed,
12360: tests/results/147.processed, tests/results/148.processed,
12361: tests/results/149.processed: . removed .nodeValue from all node
12362: types other than 5 (grabbed piece from gdome)
12363:
12364: * tests/: 137.html, results/137.processed: . not handled this case
12365: yet. code does not hang from inserting parent into child,
12366: considering thing minor issue -- nodes are removed from source
12367: anyway, don't know why shold that be an error after all
12368:
12369: * src/targets/cgi/parser3.C: . style
12370:
12371: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12372: xdoc too [were barking "not element"]
12373:
12374: 2005-12-16 paf
12375:
12376: * tests/: 146.html, 147.html, 148.html: . more tests
12377:
12378: * src/classes/xnode.C: . also bark on possible errors
12379:
12380: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12381: props
12382:
12383: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12384: main/compile.y: merged from HEAD ! fixed overoptimized
12385: ^call(false) case. (confused it with ^call[] case)
12386:
12387: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12388: ^call(false) case. (confused it with ^call[] case)
12389:
12390: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12391:
12392: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12393: results/001.processed, results/002.processed,
12394: results/003.processed, results/004.processed,
12395: results/005.processed, results/006.processed,
12396: results/008.processed, results/009.processed,
12397: results/010.processed, results/011.processed,
12398: results/012.processed, results/013.processed,
12399: results/014.processed, results/015.processed,
12400: results/016.processed, results/017.processed,
12401: results/018.processed, results/019.processed,
12402: results/020.processed, results/021.processed,
12403: results/022.processed, results/023.processed,
12404: results/024.processed, results/025.processed,
12405: results/026.processed, results/027.processed,
12406: results/028.processed, results/029.processed,
12407: results/030.processed, results/031.processed,
12408: results/032.processed, results/033.processed,
12409: results/034.processed, results/035.processed,
12410: results/036.processed, results/037.processed,
12411: results/038.processed, results/039.processed,
12412: results/040.processed, results/041.processed,
12413: results/042.processed, results/043.processed,
12414: results/044.processed, results/045.processed,
12415: results/046.processed, results/047.processed,
12416: results/048.processed, results/049.processed,
12417: results/050.processed, results/051.processed,
12418: results/052.processed, results/053.processed,
12419: results/054.processed, results/055.processed,
12420: results/056.processed, results/057.processed,
12421: results/058.processed, results/059.processed,
12422: results/060.processed, results/061.processed,
12423: results/062.processed, results/063.processed,
12424: results/064.processed, results/065.processed,
12425: results/066.processed, results/067.processed,
12426: results/068.processed, results/069.processed,
12427: results/070.processed, results/071.processed,
12428: results/072.processed, results/073.processed,
12429: results/074.processed, results/075.processed,
12430: results/076.processed, results/077.processed,
12431: results/078.processed, results/079.processed,
12432: results/080.processed, results/081.processed,
12433: results/082.processed, results/083.processed,
12434: results/084.processed, results/085.processed,
12435: results/086.processed, results/087.processed,
12436: results/088.processed, results/089.processed,
12437: results/090.processed, results/091.processed,
12438: results/092.processed, results/093.processed,
12439: results/094.processed, results/095.processed,
12440: results/096.processed, results/097.processed,
12441: results/099.processed, results/101.processed,
12442: results/102.processed, results/104.processed,
12443: results/105.processed, results/106.processed,
12444: results/107.processed, results/108.processed,
12445: results/109.processed, results/110.processed,
12446: results/111.processed, results/112.processed,
12447: results/113.processed, results/114.processed,
12448: results/115.processed, results/116.processed,
12449: results/117.processed, results/118.processed,
12450: results/119.processed, results/120.processed,
12451: results/121.processed, results/122.processed,
12452: results/123.processed, results/124.processed,
12453: results/125.processed, results/126.processed,
12454: results/127.processed, results/128.processed,
12455: results/129.processed, results/130.processed,
12456: results/131.processed, results/132.processed,
12457: results/133.processed, results/134.processed,
12458: results/135.processed, results/136.processed,
12459: results/137.processed, results/138.processed,
12460: results/139.processed, results/140.processed,
12461: results/141.processed: . refreshed old tests, made them work
12462: without auto.p (in utf8) . things noted: . gif got encoded
12463: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12464: some strange year)
12465:
12466: * INSTALL: . revived linux libgc fix
12467:
12468: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12469: glib/gdome in INSTALL and patches]
12470:
12471: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12472: include/pa_charset.h, include/pa_config_includes.h,
12473: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12474: include/pa_xml_exception.h, lib/cord/Makefile.am,
12475: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12476: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12477: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12478: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12479: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12480: types/pa_vxnode.h: . started killing gdome
12481:
12482: 2005-12-13 paf
12483:
12484: * src/main/: pa_request.C: merged from HEAD ! when code in
12485: @unhandled_exception thrown another exception, print correct
12486: origin (earlier code in catch of exception inside of
12487: @unhandled_exception grabbed parent_frame(original_exception)
12488: origin and printed it, instead of true origin)
12489:
12490: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12491: another exception, print correct origin (earlier code in catch of
12492: exception inside of @unhandled_exception grabbed
12493: parent_frame(original_exception) origin and printed it, instead
12494: of true origin)
12495:
12496: 2005-12-09 paf
12497:
12498: * INSTALL: . updated INSTALL doc to work around linux stack base
12499: detection problem, due to change in gc6.4 code
12500:
12501: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12502: ignored in ^string.matched :(
12503:
12504: * src/main/pa_string.C: ! regex tainting were ignored in
12505: ^string.matched :(
12506:
12507: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12508: src/include/pa_config_fixed.h, src/include/pa_version.h,
12509: src/main/compile.y, src/main/compile_tools.h,
12510: src/main/pa_charset.C, src/main/pa_common.C,
12511: src/main/pa_globals.C, src/main/pa_string.C,
12512: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12513: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12514:
12515: 2005-12-08 paf
12516:
12517: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12518: 500 chars now handled OK [were wrapped on 500th char according to
12519: rfc, but sendmail failed to unwrap it properly]
12520:
12521: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12522: handled OK [were wrapped on 500th char according to rfc, but
12523: sendmail failed to unwrap it properly]
12524:
12525: * src/targets/isapi/parser3isapi.C: . less warnings
12526:
12527: * src/targets/isapi/parser3isapi.C: . undone some strange change
12528: since 3.1.5
12529:
12530: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12531: link fixes
12532:
12533: * src/: classes/date.C, include/pa_config_fixed.h,
12534: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12535: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12536: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12537:
12538: * src/include/pa_config_fixed.h: . removed outdated string origins
12539: [in current storage scheme there's no place for them. someday we
12540: can add third CORD to store origins and special version of parser
12541: which stores origins there [separate binary]]
12542:
12543: 2005-12-07 paf
12544:
12545: * src/targets/isapi/parser3isapi.C: . now links in release mode
12546:
12547: * src/include/pa_version.h: makefiles
12548:
12549: * src/include/pa_version.h: . not beta
12550:
12551: * configure, configure.in, src/include/pa_version.h: not beta
12552:
12553: 2005-12-06 paf
12554:
12555: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12556: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12557: decided to undo the change ^call[$void] passes void. now it will
12558: pass empty string again.
12559:
12560: * src/main/: compile.tab.C, compile.y: . version readded
12561:
12562: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12563: = ^switch[void] problem
12564:
12565: 2005-12-01 paf
12566:
12567: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12568: caused ^case[string] to be coerced to double since searching
12569: value were not string (it was vvoid)
12570:
12571: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12572: ^case[string] to be coerced to double since searching value were
12573: not string (it was vvoid)
12574:
12575: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12576: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12577:
12578: 2005-11-30 paf
12579:
12580: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12581: win32 must putenv("TZ="), on unix works only putenv("TZ")
12582:
12583: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12584: putenv("TZ="), on unix works only putenv("TZ")
12585:
12586: * INSTALL: . xml libs versions updated
12587:
12588: * src/main/pa_globals.C: //20051130 trying to remove this, author
12589: claims that fixed a lot there // 20040920 for now both
12590: workarounds needed. wait for new libxml/xsl versions
12591:
12592: 2005-11-28 paf
12593:
12594: * src/classes/table.C: merged from HEAD: ! nameless table has
12595: columns==0
12596:
12597: * src/classes/table.C: ! nameless table has columns==0
12598:
12599: * src/main/pa_http.C: merged from HEAD: ! status line check made
12600: earlier [was totally wrong]
12601:
12602: * src/main/pa_http.C: ! status line check made earlier [was totally
12603: wrong]
12604:
12605: 2005-11-25 paf
12606:
12607: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12608: undoing for now...
12609:
12610: * src/include/pa_version.h: -this reduces speed(table::load),
12611: strange. undoing
12612:
12613: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12614:
12615: * src/classes/op.C: + ^while(){}[SEPARATOR]
12616:
12617: * src/include/pa_array.h: + optimistics added: all arrays (table
12618: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12619: this speeds things up and saves memory a LOT! (not noticed
12620: negative effect on syntetic tests, future will tell...)
12621:
12622: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12623: changed gc_malloc implementation, which obscured profiling
12624:
12625: * src/classes/table.C: merged from HEAD: + optimized
12626: table::load/sql, now row ArrayString-s allocated with
12627: columns.count() elements and don't always grow from
12628: count=3[realloc,realloc]
12629:
12630: * src/classes/table.C: + optimized table::load/sql, now row
12631: ArrayString-s allocated with columns.count() elements and don't
12632: always grow from count=3[realloc,realloc]
12633:
12634: * src/classes/table.C: merged from HEAD: . ^table.save unused
12635: buffer after save
12636:
12637: * src/classes/table.C: . ^table.save unused buffer after save
12638:
12639: 2005-11-24 paf
12640:
12641: * configure.in: . merged glib2-config patch
12642:
12643: * configure.in: + trying to find glib2-config
12644:
12645: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12646: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12647: file/dir_readable to simple file/dir_exist, this would help in
12648: situations "class not found because .p file has bad rights" << in
12649: that case error would be explicit "access denied to 'this' file"
12650:
1.116 moko 12651: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12652:
12653: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12654: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12655: to simple file/dir_exist, this would help in situations "class
12656: not found because .p file has bad rights" << in that case error
12657: would be explicit "access denied to 'this' file"
12658:
12659: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12660: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12661: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12662: ^file::exec/cgi[script;$.charset[changed]
12663: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12664: encoded in $.charset charset
12665:
12666: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12667: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12668: encoded in $.charset charset
12669:
12670: * src/: include/Makefile.am, include/pa_common.h,
12671: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12672: main/pa_common.C, main/pa_http.C: . extracted http:// into
12673: separate file [preparation for
12674: ^file::cgi[script;$.form[$.field1[]
12675:
12676: 2005-11-22 paf
12677:
12678: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12679:
12680: * acinclude.m4, configure.in: . merged underquting fixes
12681:
1.116 moko 12682: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12683:
12684: * src/classes/op.C: . overmerged a little
12685:
12686: * src/main/compile.tab.C: Makefile
12687:
12688: * src/main/: pa_common.C: . less gcc warnings
12689:
12690: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12691: now reports original exception if we have no old cache
12692:
12693: * src/classes/op.C: + $exception.handled[cache] now reports
12694: original exception if we have no old cache
12695:
12696: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12697: from HEAD: + ^taint/untaint[regex] << escapes these:
12698: \^$.[]|()?*+{}
12699:
12700: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12701: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12702:
12703: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12704: getenv-ed variable, which does not work both on win32&unix.
12705: copied old TZ value now
12706:
12707: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12708: stored pointer to getenv-ed variable, which does not work both on
12709: win32&unix. copied old TZ value now
12710:
12711: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12712: getenv-ed variable, which does not work both on win32&unix.
12713: copied old TZ value now
12714:
12715: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12716: access to internal hash
12717:
12718: * src/types/pa_vresponse.C: + $response:headers access to internal
12719: hash
12720:
12721: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12722: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12723: isapi] this reduces number of "GC Warning: Repeated allocation of
12724: very large block" messages to only important onces
12725:
12726: * src/targets/isapi/parser3isapi.C: +
12727: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12728: isapi] this reduces number of "GC Warning: Repeated allocation of
12729: very large block" messages to only important onces
12730:
12731: * src/classes/string.C: merged from HEAD: + removed limitation on
12732: ^string/int/double:sql{}[$.default[({param style})] ]
12733:
12734: * src/classes/string.C: + removed limitation on
12735: ^string/int/double:sql{}[$.default[({param style})] ]
12736:
12737: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12738: with ?params or $.form option" limitation
12739:
12740: * src/main/pa_common.C: + removed "use either uri with ?params or
12741: $.form option" limitation
12742:
12743: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12744: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12745: ^file::base64[encoded] decode
12746:
12747: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12748: main/pa_common.C: + ^file.base64[] encode +
12749: ^file::base64[encoded] decode
12750:
12751: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12752: ^string:base64[encoded] decode
12753:
12754: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12755: ^string:base64[in] encode + ^string.base64[] decode
12756:
12757: 2005-11-21 paf
12758:
12759: * src/classes/file.C: + merged from HEAD:
12760: ^file::create[text;file.xml;^untaint[xml]{data}]
12761:
12762: * src/classes/file.C: +
12763: ^file::create[text;file.xml;^untaint[xml]{data}]
12764:
12765: * src/main/pa_request.C: ! merged: $response:body[file] now
12766: differes from :download, it does not return content-disposition
12767: at all now [previusely it returned valueless content-disposition]
12768:
12769: * src/main/pa_request.C: ! $response:body[file] now differes from
12770: :download, it does not return content-disposition at all now
12771: [previusely it returned valueless content-disposition]
12772:
12773: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12774: literals, reverted to just vvod, recreating empty array with each
12775: void_value token. that's absolutely needed, since that array
12776: grows
12777:
12778: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12779: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12780: types/pa_vmethod_frame.h: + merged: expression literals:
12781: true/false. ^format[$.indent(true)]
12782:
12783: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12784: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12785: types/pa_vmethod_frame.h: + expression literals: true/false.
12786: ^format[$.indent(true)]
12787:
12788: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12789: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12790: i386-pc-win32)"
12791:
12792: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12793: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12794: i386-pc-win32)"
12795:
12796: 2005-11-18 paf
12797:
12798: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12799: null}[$.default(123)] will now return default value
12800:
12801: * src/classes/op.C: + merged ^cache[] << returns current cache
12802: expiration time
12803:
12804: * src/classes/op.C: + ^cache[] << returns current cache expiration
12805: time
12806:
12807: * src/classes/table.C: ! merged ^table::create[not'nameless';
12808: failed << Exception.problem_source pointed to local var!
12809:
12810: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12811: Exception.problem_source pointed to local var!
12812:
12813: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12814: now loads VFile.ptr!=0, so such files can be saved now
12815:
12816: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12817: loads VFile.ptr!=0, so such files can be saved now
12818:
12819: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12820: only . and .. now removed from list [were removed all .*]
12821:
12822: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12823: .. now removed from list [were removed all .*]
12824:
12825: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12826: open error now checked, were not :( [stole that piece from apache
12827: 1.3 sources]
12828:
12829: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12830: checked, were not :( [stole that piece from apache 1.3 sources]
12831:
12832: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12833: untainting of @main result if returned by $result or
12834: $response:body
12835:
12836: * src/main/pa_request.C: ! ensured proper untainting of @main
12837: result if returned by $result or $response:body
12838:
12839: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12840: issue: now tries to guess content-length and allocates one big
12841: piece if possible [regretfully gc_realloc works as malloc+free,
12842: leaving lots of holes behind]
12843:
12844: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12845: fixed file load memory issue: now tries to guess content-length
12846: and allocates one big piece if possible [regretfully gc_realloc
12847: works as malloc+free, leaving lots of holes behind]
12848:
12849: 2005-11-16 paf
12850:
12851: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12852: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12853: table::save with enclosers now doubles them: "->"" !
12854: table::save/load do not remove elements from options hash
12855:
12856: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12857: [were overoptimized ^if(double_literal), compiler confused
12858: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12859:
12860: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12861: [were overoptimized ^if(double_literal), compiler confused
12862: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12863:
12864: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12865: main/pa_common.C: ! table::save with enclosers now doubles them:
12866: "->"" ! table::save/load do not remove elements from options hash
12867:
12868: 2005-11-03 paf
12869:
1.116 moko 12870: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12871: compilation, not all makefiles liked that
1.95 moko 12872:
12873: 2005-08-30 paf
12874:
12875: * src/classes/op.C: merge . speedup check of [DEFAULT]
12876:
12877: * src/classes/op.C: . speedup check of [DEFAULT]
12878:
12879: 2005-08-26 paf
12880:
12881: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12882:
12883: * src/: classes/date.C, types/pa_vdate.h: + date.week
12884:
12885: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12886: complains about bad!=nameless
12887:
12888: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12889: about bad!=nameless
12890:
12891: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12892: optional options were allowed to be empty. were checked
12893: if(is_string), changed to !defined||is_string to allow void
12894:
12895: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12896: classes/string.C, classes/table.C, classes/void.C: ! optional
12897: options were allowed to be empty. were checked if(is_string),
12898: changed to !defined||is_string to allow void
12899:
12900: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12901: as_junction where they needed as_int/double, so failed with
12902: recent "(const) now no junction" optimization
12903:
12904: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12905: merged ! many classes/* used as_junction where they needed
12906: as_int/double, so failed with recent "(const) now no junction"
12907: optimization
12908:
12909: * src/: classes/double.C, classes/int.C, classes/math.C,
12910: classes/op.C, classes/string.C, classes/table.C,
12911: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12912: used as_junction where they needed as_int/double, so failed with
12913: recent "(const) now no junction" optimization
12914:
12915: 2005-08-24 paf
12916:
12917: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12918: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12919: stripped it
12920:
12921: 2005-08-09 paf
12922:
12923: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12924: not cleared
12925:
12926: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12927: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12928: classes/hashfile.C, classes/image.C, classes/int.C,
12929: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12930: classes/response.C, classes/string.C, classes/table.C,
12931: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12932: include/pa_array.h, include/pa_cache_managers.h,
12933: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12934: include/pa_config_fixed.h, include/pa_config_includes.h,
12935: include/pa_dictionary.h, include/pa_dir.h,
12936: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12937: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12938: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12939: include/pa_request_charsets.h, include/pa_request_info.h,
12940: include/pa_sapi.h, include/pa_socks.h,
12941: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12942: include/pa_stack.h, include/pa_string.h,
12943: include/pa_stylesheet_connection.h,
12944: include/pa_stylesheet_manager.h, include/pa_table.h,
12945: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12946: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12947: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12948: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12949: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12950: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12951: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12952: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12953: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12954: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12955: main/pa_sql_driver_manager.C, main/pa_string.C,
12956: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12957: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12958: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12959: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12960: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12961: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12962: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12963: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12964: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12965: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12966: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12967: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12968: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12969: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12970: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12971: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12972: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12973: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12974: types/pa_vresponse.C, types/pa_vresponse.h,
12975: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12976: types/pa_vstateless_object.h, types/pa_vstatus.C,
12977: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12978: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12979: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12980: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12981: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12982:
12983: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12984: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12985: speedup consequent checks in vmethod_frame
12986:
12987: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12988: not cleared
12989:
12990: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12991: params: 50 max (were 10)
12992:
12993: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12994: params: 50 max (were 10)
12995:
12996: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12997: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12998: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12999: empty string) ! simplified (double) speedup consequent checks in
13000: vmethod_frame
13001:
13002: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13003: optimized constants in expressions vstring->vdouble + optimized
13004: ^call(vdouble), no junction creation, no calls later
13005:
13006: 2005-08-08 paf
13007:
13008: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13009: compile_tools.h: merged + optimized constants in expressions
13010: vstring->vdouble + optimized ^call(vdouble), no junction
13011: creation, no calls later
13012:
13013: * src/types/pa_vdouble.h: merged . double values without fractional
13014: part now default printed as %.0f instead of %g
13015:
13016: * src/types/pa_vdouble.h: . double values without fractional part
13017: now default printed as %.0f instead of %g
13018:
13019: * src/classes/hashfile.C: . merged ! second hashfile::open would
13020: cause an exception
13021:
13022: * src/classes/hashfile.C: ! second hashfile::open would cause an
13023: exception
13024:
13025: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13026: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13027: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13028: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13029: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13030: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13031: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13032: types/pa_vresponse.h, types/pa_vstateless_class.C,
13033: types/pa_vstateless_object.h, types/pa_vvoid.h,
13034: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13035: merged VJunction(new Junction) optimization from 3.1.4
13036:
13037: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13038: types/pa_vstateless_class.C: + optimized new VJunction(new
13039: Junction(params)) to new VJunction(params), thousands of mallocs
13040: removed
13041:
13042: 2005-08-05 paf
13043:
13044: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13045: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13046: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13047: creation, no calls later
13048:
13049: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13050: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13051: classes/hashfile.C, classes/image.C, classes/int.C,
13052: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13053: classes/response.C, classes/string.C, classes/table.C,
13054: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13055: include/pa_array.h, include/pa_cache_managers.h,
13056: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13057: include/pa_config_fixed.h, include/pa_config_includes.h,
13058: include/pa_dictionary.h, include/pa_dir.h,
13059: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13060: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13061: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13062: include/pa_request_charsets.h, include/pa_request_info.h,
13063: include/pa_sapi.h, include/pa_socks.h,
13064: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13065: include/pa_stack.h, include/pa_string.h,
13066: include/pa_stylesheet_connection.h,
13067: include/pa_stylesheet_manager.h, include/pa_table.h,
13068: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13069: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13070: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13071: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13072: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13073: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13074: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13075: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13076: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13077: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13078: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13079: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13080: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13081: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13082: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13083: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13084: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13085: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13086: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13087: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13088: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13089: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13090: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13091: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13092: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13093: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13094: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13095: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13096: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13097: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13098: types/pa_vstateless_object.h, types/pa_vstatus.C,
13099: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13100: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13101: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13102: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13103: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13104:
13105: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13106: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13107: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13108: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13109: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13110: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13111: optimized constants in expressions vstring->vdouble
13112:
13113: 2005-07-29 paf
13114:
13115: * src/types/pa_vclass.C: . shaped up error messages a bit
13116:
13117: * src/types/pa_vclass.C: + property getter can now be overridden
13118:
13119: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13120: bug fix: static parent fields were not replaced in case
13121: $derived:field[put] + property setter can now be overridden
13122:
13123: 2005-07-28 paf
13124:
13125: * configure, configure.in, src/classes/classes.h,
13126: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13127: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13128: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13129: src/classes/xnode.h, src/include/pa_hash.h,
13130: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13131: src/types/Makefile.am, src/types/pa_method.h,
13132: src/types/pa_value.h, src/types/pa_vclass.C,
13133: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13134: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13135: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13136: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13137: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13138: src/types/pa_vobject.C, src/types/pa_vobject.h,
13139: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13140: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13141: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13142: src/types/pa_vstateless_class.h,
1.95 moko 13143: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13144: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13145: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13146: dynamic_fields_join
13147:
13148: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13149: classes/xnode.C, include/pa_hash.h, main/execute.C,
13150: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13151: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13152: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13153: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13154: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13155: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13156: types/pa_vresponse.h, types/pa_vstateless_object.h,
13157: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13158: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13159: restored its checks in vobject.put_element->static fields |
13160: dynamic properties
13161:
13162: 2005-07-27 paf
13163:
13164: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13165: is some old code containing @set_name $name
13166:
13167: * src/types/pa_vobject.h: . fixed warning
13168:
13169: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13170: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13171:
13172: * src/: classes/xnode.C, include/pa_hash.h,
13173: types/pa_vstateless_class.C: ! new asserts were all false.
13174: regretfully reverted them all to checks
13175:
13176: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13177: classes/op.C, main/execute.C, types/pa_method.h,
13178: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13179: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13180: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13181: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13182: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13183: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13184: types/pa_vstateless_object.h, types/pa_vvoid.h,
13185: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13186: joined_dynamic_fields: removed unused param from put_method
13187: (returned to 3 params)
13188:
13189: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13190: joined_dynamic_fields: dynamic get/set works with overriding
13191: props [alpha2]
13192:
13193: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13194: works [alfa]
13195:
13196: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13197: classes/op.C, include/pa_hash.h, main/execute.C,
13198: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13199: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13200: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13201: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13202: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13203: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13204: types/pa_vresponse.h, types/pa_vstateless_class.C,
13205: types/pa_vstateless_object.h, types/pa_vvoid.h,
13206: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13207: joined_dynamic_fields: just compiled
13208:
13209: * src/: classes/date.C, classes/file.C, classes/hash.C,
13210: classes/hashfile.C, classes/image.C, classes/table.C,
13211: classes/xdoc.C, classes/xnode.h, main/execute.C,
13212: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13213: types/pa_vstateless_class.h: joined_dynamic_fields: started
13214:
13215: * src/types/pa_vobject.C: . object setters [only started, does not
13216: work yet]
13217:
13218: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13219: object setters [only started, does not work yet]
13220:
13221: 2005-07-26 paf
13222:
13223: * src/: include/pa_request.h, main/execute.C: . properties: set
13224: works [alpha2]. for classes. todo: for objects
13225:
13226: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13227: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13228: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13229: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13230: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13231: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13232: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13233: types/pa_vstateless_object.h, types/pa_vvoid.h,
13234: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13235: properties: set works [alpha1]
13236:
13237: 2005-07-25 paf
13238:
13239: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13240: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13241: properties: started, get works [alpha1, other approach]
13242:
13243: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13244: properties: started, get works [alpha2]
13245:
13246: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13247: pa_vstateless_class.h: . properties: started, get works [alpha]
13248:
13249: 2005-07-15 paf
13250:
13251: * src/: classes/classes.h, classes/op.C, main/execute.C,
13252: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13253: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13254: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13255: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13256: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13257: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13258: types/pa_vresponse.C, types/pa_vresponse.h,
13259: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13260: types/pa_vstateless_object.h, types/pa_vvoid.h,
13261: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13262: types/pa_wwrapper.h, types/types.vcproj: + started property
13263: [getters work but think of changing them too to precaching]
13264:
13265: 2005-07-08 paf
13266:
13267: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13268: gpf
13269:
13270: 2005-06-28 paf
13271:
13272: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13273: in passing empty strings to file::exec/cgi environment
13274:
13275: 2005-06-06 paf
13276:
13277: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13278: ^table:sql ^hash:sql now DO process $.bind option
13279:
13280: 2005-05-24 paf
13281:
13282: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13283: $.limit] now work again [support was broken in 3.1.4]
13284:
13285: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13286: ALL_INTERIOR_POINTERS
13287:
13288: 2005-05-12 paf
13289:
13290: * configure: 3.1.5beta
13291:
13292: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13293:
13294: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13295: $.limit] now work again [support was broken in 3.1.4]
13296:
13297: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13298: line-width [was refusing to fill if line-width >1, thanks to
13299: Seras <seras@pinxit.lt> for repro case
13300:
13301: 2005-04-25 paf
13302:
13303: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13304: correctly
13305:
13306: 2005-04-19 paf
13307:
13308: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13309: in VString violating invariant!!
13310:
13311: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13312: getenv("TZ")==null
13313:
13314: 2005-04-08 paf
13315:
13316: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13317: bugfix: when there is no char in charset one byte produces 6
13318: (ÿ <<max). increased buffer size!
13319:
13320: 2005-03-23 paf
13321:
13322: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13323: ^date.sql-string now takes TZ into account
13324:
13325: 2005-03-16 paf
13326:
13327: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13328: gcc 3.4
13329:
13330: * src/types/pa_vhash.C: . warning about eof eol
13331:
13332: 2005-02-17 paf
13333:
1.211 moko 13334: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13335: ^sleep(double seconds)
1.95 moko 13336:
13337: 2005-02-02 paf
13338:
13339: * src/classes/xnode.C: beauty: removed needless includes
13340:
13341: 2005-01-31 paf
13342:
13343: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13344: $.partNoNumber now alias to $.part1
13345:
13346: * src/types/pa_vmail.C: change: incoming letter part contains
13347: "content-disposition" header with any value? now considering that
13348: part to be "file#" [for text/plain text/html were $.text#
13349: $.html#]
13350:
13351: * INSTALL: updatet to latest working versions available
13352:
13353: 2005-01-20 paf
13354:
13355: * configure.in, src/include/pa_version.h: version
13356:
13357: 2005-01-19 paf
13358:
1.116 moko 13359: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13360: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13361: couple warnings in parser3.C
1.95 moko 13362:
13363: 2004-12-23 paf
13364:
13365: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13366:
13367: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13368: dir to directory of script (when shbang used), not to directory
13369: of its interpreter
13370:
13371: * src/include/pa_version.h: compiled on win32...
13372:
13373: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13374: we need more hspace
13375:
13376: * configure, configure.in, src/include/pa_version.h: configured
13377: host to pa_version. will be displayed everywhere
13378:
13379: * src/main/pa_request.C: new: @unhandled_exception can prevent
13380: exception from being logged by setting $exception.handled(1)
13381:
1.211 moko 13382: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13383: ^file::sql{query}[[options]] options: $.name[file name]
13384: $.content-type[application/what]
13385:
13386: * src/: include/pa_common.h, main/pa_common.C,
13387: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13388: new file
13389:
13390: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13391: bugfix: table->hash now regards _default
13392:
13393: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13394: created by accessing $name_of_method it acquired bad self=closest
13395: methodframe; instead of proper self (current class)
13396:
13397: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13398: hashfile produced bad cord
13399:
13400: 2004-12-10 paf
13401:
13402: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13403: subsequent failures though defined in .h
13404:
13405: * src/main/pa_common.C: comment on volatile
13406:
13407: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13408: alarm function were not used since the beginning due to stupid
13409: error [setsigjmp were not checked in configure.in]
13410:
13411: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13412: unix too
13413:
13414: * src/main/pa_common.C: http: exception status of send/recv errors
13415: change to most probable http.timeout
13416:
13417: * src/main/pa_common.C: win32: http connection $.timeout option now
13418: works [setsockopt on send/receive]
13419:
13420: 2004-12-08 paf
13421:
13422: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13423: cstr-ed knowing mail charset, and untainting uri lang now knows
13424: proper charset
13425:
13426: 2004-11-24 paf
13427:
13428: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13429:
13430: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13431: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13432:
13433: 2004-11-12 paf
13434:
13435: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13436: [since 3.0.4]
13437:
13438: 2004-11-09 paf
13439:
13440: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13441: writes basics to c:\parser3.log
13442:
13443: 2004-10-21 paf
13444:
13445: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13446: tainted strings [were returning clean onces]
13447:
13448: 2004-10-15 paf
13449:
13450: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13451: cycles(i=1; i=2), which was wrong, now does ONE
13452:
13453: 2004-10-12 paf
13454:
13455: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13456:
13457: 2004-10-07 paf
13458:
13459: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13460: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13461: release asserts
13462:
13463: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13464: String.dump() to stdout in detailed form [were String.v() in
13465: short form]
13466:
13467: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13468: \t\r\n as @#| and truncates long char sequences less
13469:
13470: 2004-10-06 paf
13471:
13472: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13473: win32 beauty: socket errors properly decoded
13474:
13475: 2004-10-05 paf
13476:
13477: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13478: request::configure_user/admin done always, even if no
13479: file-to-process useful in @unhandled_exception [say, if they
13480: would want to mail by SMTP something]
13481:
13482: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13483: now performed prior to file loading [and @auto executing] thus
13484: making $cookie:value available in @auto and in
13485: @unhandled_exception when IIS is configured to run interpreter
13486: even if no file exist
13487:
13488: 2004-09-20 paf
13489:
13490: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13491: somewhere where it should have called xmlMalloc and it calls
13492: xmlFree when it should have not called it. inserted two
13493: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13494: xmlFree just ignored. put away a testcase, maybe someday libxml
13495: author would fix all that. until that day: we have SLOW garbage
13496: collecting when many xml objects are alive hint: do
13497: ^memory:compact[] before xdoc::create
13498:
13499: 2004-09-17 paf
13500:
13501: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13502: error from 3.0.8 version]
13503:
13504: 2004-09-14 paf
13505:
13506: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13507: part bugfix: hashfile.foreach iterated only part if hashfile were
13508: modified inside
13509:
13510: 2004-09-13 paf
13511:
13512: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13513: [were as octal]
13514:
13515: * src/types/pa_vhashfile.C: beauty: not reproduced
13516: $hashfile.key[$novalue] bug [reported by motorin], inserted
13517: safety-check
13518:
13519: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13520: [not something obscure from sdbm lib]
13521:
13522: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13523: = strerror now returnes something and we can properly report that
13524: to client
13525:
13526: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13527: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13528:
13529: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13530: [tainted as-is] this helps //[space][newline] to remain as-is and
13531: not be unnecessary optimized away [ruining javascript]
13532:
13533: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13534: [tainted as-is]
13535:
13536: * src/classes/mail.C: bugfix: typo error
13537:
13538: 2004-09-09 paf
13539:
13540: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13541: separators bugfix: loads header with endings \r\n\r\n and \n\n
13542: (bloody yandex.server)
13543:
13544: 2004-09-06 paf
13545:
13546: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13547: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13548: encoded
13549:
13550: 2004-09-01 paf
13551:
13552: * src/types/pa_vmail.C: change: multipart/mixed changed to
13553: multipart/related outlook express have no problems showing
13554: unrelated attachments. todo: someday figure out a way of
13555: multipart/mixed multipart/related text/html
13556: image/xxx application/octet-stream << true attachments
13557:
13558: * src/types/pa_vmail.C: new:
13559: ^mail:send[$.file[$.content-disposition can be overriden new:
13560: empty mail header fields removed from letter
13561:
13562: * src/: classes/mail.C, include/pa_config_fixed.h,
13563: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13564: ^mail:send[ $.file[ $.any[header]
13565:
13566: 2004-08-30 paf
13567:
13568: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13569: warnings
13570:
13571: * src/main/pa_common.C: beauty: do not bother with charset
13572: detection when ^file::load[binary
13573:
13574: 2004-08-27 paf
13575:
13576: * src/main/pa_common.C: hack: for yandex.server http server
13577:
13578: 2004-08-18 paf
13579:
13580: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13581: possibly-chunked response
13582:
13583: 2004-08-17 paf
13584:
13585: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13586: $f.content-type now = that of http response
13587:
13588: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13589: $f.content-type now = that of http response
13590:
13591: 2004-07-30 paf
13592:
13593: * src/: include/pa_request.h, main/pa_request.C,
13594: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13595: win32: system&parser exceptions in release mode reported properly
13596: parser exception in exception handler WERE mistakenly reported as
13597: system exception, without details [in apache & isapi] +some
13598: beauty in exception text
13599:
13600: * src/: include/pa_exception.h, main/pa_request.C,
13601: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13602: release mode reported properly parser exception in exception
13603: handler WERE mistakenly reported as system exception, without
13604: details
13605:
13606: * src/main/execute.C: beauty: simplified system exception handling
13607:
13608: 2004-07-29 paf
13609:
13610: * src/classes/table.C: bugfix:
13611: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13612: were ignored, and \t used unconditionally]
13613:
13614: * src/types/Makefile.am: added vhash.c
13615:
13616: 2004-07-28 paf
13617:
13618: * src/: classes/date.C, classes/image.C, classes/math.C,
13619: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13620: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13621: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13622: failed on russian letters
13623:
13624: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13625: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13626: letters
13627:
13628: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13629: as 'currentDirectory' parameter to CreateProcess
13630:
13631: 2004-07-27 paf
13632:
13633: * src/targets/cgi/parser3.vcproj: beauty: win32:
13634: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13635: from release somewhere [to help searching for unhandled system
13636: exceptions]
13637:
13638: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13639: TZ shift
13640:
13641: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13642: but also in ctor
13643:
13644: 2004-07-26 paf
13645:
1.211 moko 13646: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13647: src/main/pa_common.C, src/main/pa_request.C,
13648: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13649: src/types/types.vcproj: new: $response:body/download[
13650: $.file[name on disk] $.name[of file for user]
13651: $.mdate[date of last-modified. default from directory] ]
13652:
13653: * src/classes/file.C: moving file:send somewhere else..
13654:
13655: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13656: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13657: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13658: $response:download[ $.filename[filename] $.option[] ,, ]
13659:
13660: * src/classes/file.C: beauty: invalid mode thoroughly reported
13661:
13662: 2004-07-21 paf
13663:
13664: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13665: to several lines
13666:
13667: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13668:
13669: note: ms outlook[!express] shows only first 255 characters of
13670: subject
13671:
13672: 2004-07-15 paf
13673:
13674: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13675: off]
13676:
13677: 2004-07-14 paf
13678:
13679: * src/classes/table.C: bugfix: $.bind values now got untainted
13680: according to lang [were: as-is]
13681:
13682: 2004-07-07 paf
13683:
13684: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13685: checked that
13686:
13687: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13688: now untainted according to their languages. were: as-is.
13689: EVERYWHERE
13690:
13691: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13692: environment string now untainted according to their languages.
13693: were: as-is. EVERYWHERE
13694:
13695: * src/main/pa_exec.C: bufix: on unix environment string now
13696: untainted according to their languages. were: as-is. on win32:
13697: ok
13698:
13699: * parser3.vssscc: ...would not go unnoticed
13700:
13701: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13702: fails. in case on input appears nonutf, those bytes will be
13703: printed in %HH form. that can be easily decoded/recovered.
13704:
13705: this form is quite noticable, and hopefully would not go noticed
13706:
13707: 2004-07-06 paf
13708:
13709: * src/main/pa_exec.C: bufix: on unix environment string now
13710: untainted according to their languages. were: as-is. on win32:
13711: ok
13712:
13713: 2004-07-01 paf
13714:
13715: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13716: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13717: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13718: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13719: main/main.vcproj, targets/cgi/parser3.vcproj,
13720: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13721: option: global optimization ON
13722:
13723: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13724: to do xdoc::create{invalid chars} standard disables chars less
13725: then \x20, except tab, cr, lf.
13726:
13727: changed tainting so that those become '!'
13728:
13729: 2004-06-25 paf
13730:
13731: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13732: int on odd address [prev bugfix failed due to superwize
13733: optimizer, which turned memcpy into same 'ld' asm command]
13734:
13735: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13736: int on odd address
13737:
13738: 2004-06-22 paf
13739:
13740: * src/sql/pa_sql_driver.h: note: about possible optimization
13741:
1.211 moko 13742: * operators.ru.txt, operators.txt, src/classes/hash.C,
13743: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13744: src/classes/void.C, src/include/pa_config_includes.h: new:
13745: ^void:sql{call paf(:a)}[ $.bind[
13746: $.a[2] ] ] output variables work. todo:
13747: check in out variables
1.95 moko 13748:
13749: 2004-06-18 paf
13750:
13751: * src/: classes/file.C, classes/hash.C, classes/string.C,
13752: classes/table.C, classes/void.C, include/pa_globals.h,
13753: include/pa_sql_connection.h, main/compile.tab.C,
13754: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13755: $.bind[ $.a[2] ]
13756: ] input variables work. todo:output
13757:
13758: * src/targets/cgi/parser3.C: bugfix: iis specific
13759: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13760: /_bug.html?404;http://hpsv/test/
13761: --------------------------------------------------------------------------------
13762: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13763: --------------------------------------------------------------------------------
13764: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13765:
13766: 2004-06-16 paf
13767:
13768: * src/targets/cgi/parser3.C: new: iis specific
13769: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13770: $request:query
13771: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13772: $form:fields IIS-STATUS="404"
13773: IIS-DOCUMENT="http://server/_bug.html" f="v"
13774:
13775: todo: isapi too
13776:
13777: 2004-05-26 paf
13778:
13779: * src/include/pa_version.h: 3.1.3
13780:
1.211 moko 13781: * operators.ru.txt, operators.txt: beauty: removed outdated level
13782: 'table'
1.95 moko 13783:
13784: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13785:
13786: * src/main/pa_string.C: beauty: removed 3 warnings
13787:
13788: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13789: classes/op.C: beauty: removed outdated level 'table'
13790:
13791: 2004-05-25 paf
13792:
13793: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13794: implementation. mistery: how anything worked
13795:
13796: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13797: changed, it is now safe to use url if pointers to it are stored
13798: to gc mem
13799:
13800: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13801: unknown errors reported and not cause SIGSEGV now
13802:
13803: 2004-05-24 paf
13804:
13805: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13806: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13807: less memory: CORD_chars_block originally intended to ... it was
13808: good that CORD_chars_block were not used: it consumes more memory
13809: [and, might be slow too] undoing that. [and removed that func so
13810: that it would not confuse parser developer in future]
13811:
13812: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13813: less memory: CORD_chars_block originally intended to
13814: speedup/reduce mem usage were forgotten, and were used stupid
13815: CORD_chars
13816:
13817: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13818:
13819: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13820: BIGENDIAN processors space-conserving mech failed, causing
13821: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13822: (1|2|3));
13823:
13824: 2004-05-14 paf
13825:
13826: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13827: bugfix: void now has vfile value, and $response:body[] works OK
13828:
13829: 2004-05-12 paf
13830:
13831: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13832: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13833: sources to use is_defined() {return as_bool();} along VBool
13834:
13835: 2004-05-11 paf
13836:
13837: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13838: referencing to local objects
13839:
13840: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13841: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13842: left intact
13843:
13844: 2004-04-15 paf
13845:
13846: * src/classes/date.C: merged: beauty: unused var removed
13847:
13848: * src/classes/date.C: beauty: unused var removed
13849:
13850: * src/include/: pa_exec.h: bugfix: interface without pointer
13851: provoked bug
13852:
13853: 2004-04-09 paf
13854:
13855: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13856:
13857: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13858:
13859: 2004-04-08 paf
13860:
13861: * src/classes/date.C: new: ^date::create[y-m-d
13862: h-M-s>>.milliseconds<<] now allowed, ignored so far
13863:
13864: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13865:
13866: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13867: to consult default catalog [usually, that file belongs to other
13868: user/group]
13869:
13870: 2004-04-06 paf
13871:
13872: * src/main/pa_common.C: beauty: gcc warning removed
13873:
13874: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13875: accept that trick, trying other
13876:
13877: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13878: explicit result problem
13879:
13880: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13881: explicit result problem
13882:
13883: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13884: explicit result problem
13885:
1.211 moko 13886: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13887: ^string.append[string]
1.95 moko 13888:
13889: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13890: main/execute.C: attempt_check_call_in_explicit_result_mode:
13891: failed
13892:
13893: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13894: http://i.p.a.ddress gethostbyaddr added [on some platforms
13895: gethostbyname failed with such 'domains'] now checked properly,
13896: were: needless reverse/forward dns lookup
13897:
13898: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13899: http://i.p.a.ddress gethostbyaddr added [on some platforms
13900: gethostbyname failed with such 'domains'] now checked properly,
13901: were: needless reverse/forward dns lookup
13902:
13903: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13904: @method[][result] means "no string output here" moved to lexical
13905: level [on grammar level it were too difficult]
13906:
1.211 moko 13907: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13908: src/main/compile.tab.C, src/main/compile.y,
13909: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13910: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13911: string output here", implemented part of that idea: compiler
13912: throws away string literal generation code. and barks
13913: nonwhitespace chars
1.95 moko 13914:
1.211 moko 13915: * operators.ru.txt, operators.txt: truth: removed comment about
13916: $ORIGIN
1.95 moko 13917:
13918: 2004-04-05 paf
13919:
13920: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13921: src/include/pa_version.h, src/main/pa_common.C,
13922: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13923:
13924: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13925: Konstantin Tomashevitch [mailto:konst@design.ru]
13926:
13927: * src/doc/html2chm.cmd: beauty: no need in bg here
13928:
13929: * src/doc/sources2html.cmd: beauty: same window, in bg it
13930: interfered with FAR console
13931:
13932: * configure, configure.in: 3.1.3
13933:
13934: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13935:
13936: * src/main/pa_common.C: removed warning
13937:
13938: * src/include/pa_version.h: 3.1.3
13939:
13940: 2004-04-02 paf
13941:
13942: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13943:
13944: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13945: allows to specify where to put parser log file
13946:
13947: 2004-04-01 paf
13948:
13949: * src/classes/table.C: bugfix: bugfix: table::load last line
13950: without tab and enter were ignored
13951:
13952: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13953: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13954: main/pa_socks.C, targets/cgi/parser3.C,
13955: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13956: bugfix: sql connections now are disconnected
13957:
13958: 2004-03-30 paf
13959:
13960: * src/classes/table.C: bugfix: table::load last line without tab
13961: and enter were ignored
13962:
13963: * src/classes/table.C: bufix: if last table lines were commented,
13964: gpfed
13965:
13966: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13967: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13968: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13969: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13970: doc/methoded.dox, doc/object.dox, doc/string.dox,
13971: doc/targets.dox, doc/value.dox, include/pa_version.h,
13972: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13973: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13974: bugfixes from 3.1.2, changed version to 3.1.3beta
13975:
13976: 2004-03-29 paf
13977:
13978: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13979: causes gpf
13980:
13981: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13982: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13983: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13984: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13985: value.dox: translated to english
13986:
13987: 2004-03-25 paf
13988:
13989: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13990: parser3project dependency removed
13991:
13992: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13993: bugfix: refused to compile without xml
13994:
13995: * src/types/pa_vform.C: beauty: removed warning
13996:
13997: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13998: any folder [removed last ;) folder dependency]
13999:
14000: * src/classes/classes.vcproj: bugfix: now all compiles in any
14001: folder [removed last ;) folder dependency]
14002:
14003: * src/include/pa_version.h: release
14004:
14005: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14006:
14007: * src/classes/table.C: beauty: comment& more meaningful error
14008: message
14009:
14010: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14011: $.hash[$.column_value1(true) ... ] [were producing some strang
14012: thing]
14013:
14014: 2004-03-23 paf
14015:
14016: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14017: and http status line parsing checked number of columns in table
14018: [user reported an assert]
14019:
1.211 moko 14020: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14021:
14022: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14023: bugfix: junction reattach now actually reattaches a junction to
14024: new wcontext [were only assigning it to junction, which caused
14025: junction tracking to loose junction, and it's context were not
14026: killed, and it tried to process in invalid context, gpf]
14027:
14028: * src/targets/cgi/parser3.C: debug helper added
14029:
14030: 2004-03-19 paf
14031:
14032: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14033: "type(type)" in braces
14034:
14035: 2004-03-10 paf
14036:
1.211 moko 14037: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14038: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14039: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14040: src/types/pa_vxnode.h: new: refined solution to
14041: search-in-namespaces problem:
1.95 moko 14042: $xdoc.search-namespaces.x[http://pif.design.ru/]
14043: $nodes[^xdoc.select[//x:second]]
14044:
1.211 moko 14045: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14046: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14047: search for info in namespaces
1.95 moko 14048:
14049: $nodes[^xdoc.select[//x:second][
14050: $.x[http://pif.design.ru/] ]]
14051:
14052: 2004-03-09 paf
14053:
1.211 moko 14054: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14055: ^file::load[...][options] $.form[
14056: !$.field1[string]
14057: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14058: ] !$.body[string]
14059:
14060: GET ?here notGET(POST, HEAD, others) in content-type:
14061: application/x-www-form-urlencoded
14062:
14063: todo: upload files ability
14064:
14065: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14066: properly, done
14067:
14068: 2004-03-05 paf
14069:
1.211 moko 14070: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14071: file::load[;http:// GET/POST $.form[$.fields started, not tested
14072: yet todo:$.field[table] for multiple values
1.95 moko 14073:
1.211 moko 14074: * operators.ru.txt, operators.txt: new: http:// options $.user
14075: $.password basic authorization
1.95 moko 14076:
14077: * src/main/pa_common.C: beauty: link to rtf added
14078:
1.211 moko 14079: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14080: src/main/pa_common.C: new: http:// options $.user $.password
14081: basic authorization
1.95 moko 14082:
14083: * src/main/pa_common.C: beauty: removed needless vars
14084:
1.211 moko 14085: * operators.ru.txt, operators.txt: new: pgsql option [like that
14086: recently added to oracle driver]
14087: ClientCharset=parser-charset << charset in which parser thinks
14088: client works
14089:
14090: * operators.ru.txt, operators.txt: new: odbc option [like that
14091: recently added to oracle driver]
14092: ClientCharset=parser-charset << charset in which parser thinks
14093: client works
1.95 moko 14094:
14095: * src/sql/pa_sql_driver.h: beauty: important warning added
14096:
14097: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14098: char!
14099:
14100: * etc/parser3.charsets/windows-1251.cfg: typo
14101:
14102: 2004-03-04 paf
14103:
14104: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14105: cached, sql transcoding now goes faster
14106:
1.211 moko 14107: * operators.ru.txt, operators.txt: new: mysql option [like that
14108: recently added to oracle driver]
14109: ClientCharset=parser-charset << charset in which parser thinks
14110: client works
1.95 moko 14111:
14112: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14113: typo error
14114:
14115: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14116: chars commented
14117:
14118: 2004-03-03 paf
14119:
14120: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14121: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14122:
14123: 2004-03-02 paf
14124:
1.211 moko 14125: * operators.ru.txt, operators.txt: new[update typo]:
14126: !^void.left(n) nothing !^void.right(n) nothing
14127: !^void.mid(p[;n]) nothing
14128:
14129: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14130: !^void.left(n) nothing !^void.right(n) nothing
14131: !^void.pos(p[;n]) nothing
1.95 moko 14132:
1.211 moko 14133: * operators.ru.txt, operators.txt, src/classes/file.C,
14134: src/include/pa_string.h: new:
1.95 moko 14135: ^file::sql[[name_to_become_$.name]]{} query result must be one
14136: row with columns: first: data second: file name third:
14137: content-type
14138:
1.211 moko 14139: * operators.ru.txt, operators.txt, src/classes/file.C:
14140: ^file.sql-string[] inside ^connect gets properly escaped string,
14141: which can be passed to request now this for mysql only. it's up
14142: to parser sql driver to fix zeros properly
1.95 moko 14143:
14144: * INSTALL: note: added on building apache with this option:
14145: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14146:
14147: 2004-03-01 paf
14148:
14149: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14150: extension memory:compact befor processingrequest
14151:
1.211 moko 14152: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14153: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14154:
1.211 moko 14155: * operators.ru.txt, operators.txt, src/classes/image.C,
14156: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14157: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14158:
14159: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14160: beauty: image -- less checks [were ugly impl]
14161:
14162: * src/classes/string.C: bugfix: ^string.left/right/mid with
14163: negative values now considered bad
14164:
14165: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14166:
14167: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14168: options now have unified defaults [after transform
14169: indent/omit-xml-declaration/standalone 'default' erroreously
14170: meant 'true']
14171:
14172: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14173: added [on some platforms gethostbyname failed with such
14174: 'domains']
14175:
14176: * src/include/pa_config_auto.h.in: no select check, no define
14177:
14178: * src/classes/string.C: feature: ^string.trim both parameters may
14179: be empty-strings, meaning kind=both chars=whitespaces
14180:
14181: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14182: exist
14183:
14184: * src/classes/string.C: check: trim 'chars' must not be empty,
14185: exception if it is
14186:
14187: * src/classes/string.C: changed: ^string.trim [] << both,
14188: whitespaces [start|both|end] << kind, whitespaces
14189: [start|both|end;chars] full
14190:
14191: 2004-02-27 paf
14192:
1.211 moko 14193: * operators.ru.txt, operators.txt, src/classes/string.C,
14194: src/main/pa_string.C: new method:
14195: ^string.trim[start|both|end[;chars]] default 'chars' --
14196: whitespace chars finished
1.95 moko 14197:
1.211 moko 14198: * operators.ru.txt, operators.txt, src/classes/string.C,
14199: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14200: ^string.trim[start|both|end[;chars]] default 'chars' --
14201: whitespace chars started, only start works
14202:
14203: * src/main/compile.C: bugfix: line numbers after
14204: ^process{}[$.line(-10]] can be negative, allowed to print they as
14205: signed
14206:
14207: * src/main/untaint.C: speed: there's no \n chars in output
14208: [normally], so no need to optimize them they could be retrived
14209: from databases, though. but 1. should be replaced 2. if not
14210: optimized, no harm done
14211:
14212: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14213: ^file::exec/cgi could return invalid status & zombie child can
14214: remain for short period until process exists [very bad in
14215: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14216:
14217: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14218: malicious SMTP server to attack as by returning too long status
14219: responses http://i2/tasks/edit/?id=4629448401140924947
14220:
14221: 2004-02-26 paf
14222:
1.211 moko 14223: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14224: has options] which are $.main[to what to rename @main]
1.95 moko 14225: $.file[file, from which (user says) goes that CODE]
14226: $.lineno(line number in that file, where CODE starts. may be
14227: negative)
14228:
1.211 moko 14229: * operators.ru.txt, operators.txt, src/classes/op.C,
14230: src/include/pa_request.h, src/main/compile.C,
14231: src/main/compile_tools.h, src/main/pa_request.C: feature:
14232: ^process...{CODE}[now has options] which are $.main[to
14233: what to rename @main] $.file[file, from which (user says)
14234: goes that CODE] $.lineno(line number in that file, where
14235: CODE starts. may be negative)
14236:
1.95 moko 14237: 2004-02-25 paf
14238:
1.116 moko 14239: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14240: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14241:
14242: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14243: produces hash of column=>1
14244:
14245: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14246: with incomplete errno constants set
14247:
14248: 2004-02-24 paf
14249:
14250: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14251: "man select"
14252:
14253: * src/main/pa_os.C: beauty: <0 better then ==-1
14254:
14255: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14256:
14257: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14258:
1.116 moko 14259: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14260:
14261: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14262: unix: steps to work on unix [extracted 'to']
14263:
14264: * src/classes/mail.C: smtp on unix: steps to work on unix
14265:
14266: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14267:
1.116 moko 14268: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14269: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14270: unix [testing on solaris]
1.95 moko 14271:
14272: 2004-02-20 paf
14273:
14274: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14275: pointing that out
14276:
14277: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14278: fixed again [same solution, mistanenly removed one line]
14279:
14280: 2004-02-19 paf
14281:
14282: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14283: date::create from bad datetime in spring daylightsaving hole now
14284: OK for all platforms [on some platforms it failed]
14285:
14286: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14287: in daylightsaving hole] now throws error
14288:
14289: * src/classes/date.C: comment: mistake fixed
14290:
14291: 2004-02-18 paf
14292:
14293: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14294: now renderes in $request:charset, but in header puts
14295: $response:charset todo: make that default only so that coder
14296: could override that
14297:
14298: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14299: turns off omit-xml-declaration
14300:
14301: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14302: /.xsl for sample
14303:
14304: 2004-02-17 paf
14305:
14306: * src/classes/xdoc.C: beauty: needless helper class removed
14307:
14308: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14309: copied extra time
14310:
14311: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14312: part of libxml
14313:
14314: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14315: libxml to do the work] <xsl:output method="html"
14316: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14317: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14318: />
14319:
14320: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14321:
14322: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14323: caused assertion
14324:
14325: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14326: could hang. now such add does nothing, sub clears $hash
14327:
14328: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14329: not made quoted-printable
14330:
14331: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14332: string invariant
14333:
14334: 2004-02-16 paf
14335:
14336: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14337: cleared [were not cleared properly]
14338:
14339: 2004-02-13 paf
14340:
1.116 moko 14341: * src/include/pa_version.h: prerelease
1.95 moko 14342:
14343: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14344: used, introducing dependencies timestamp check
14345:
14346: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14347: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14348: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14349: .xsl.stamp now not used, introducing dependencies timestamp check
14350:
1.150 moko 14351: * configure.in: auto.p: @conf made relative
1.95 moko 14352:
14353: 2004-02-12 paf
14354:
14355: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14356: ruined empty <input type=file> submits. parser thought there were
14357: nameless empty file and $form:field got value of type 'file'
14358:
14359: * INSTALL: --without-threads
14360:
14361: * src/include/pa_sapi.h: 2004
14362:
14363: 2004-02-11 paf
14364:
14365: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14366: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14367: classes/hashfile.C, classes/image.C, classes/int.C,
14368: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14369: classes/response.C, classes/string.C, classes/table.C,
14370: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14371: include/pa_array.h, include/pa_cache_managers.h,
14372: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14373: include/pa_config_fixed.h, include/pa_config_includes.h,
14374: include/pa_dictionary.h, include/pa_dir.h,
14375: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14376: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14377: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14378: include/pa_request_charsets.h, include/pa_request_info.h,
14379: include/pa_socks.h, include/pa_sql_connection.h,
14380: include/pa_sql_driver_manager.h, include/pa_stack.h,
14381: include/pa_string.h, include/pa_stylesheet_connection.h,
14382: include/pa_stylesheet_manager.h, include/pa_table.h,
14383: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14384: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14385: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14386: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14387: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14388: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14389: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14390: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14391: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14392: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14393: main/pa_sql_driver_manager.C, main/pa_string.C,
14394: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14395: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14396: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14397: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14398: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14399: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14400: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14401: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14402: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14403: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14404: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14405: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14406: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14407: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14408: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14409: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14410: types/pa_vresponse.h, types/pa_vstateless_class.C,
14411: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14412: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14413: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14414: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14415: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14416: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14417:
14418: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14419: debug version of gc.dll
14420:
14421: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14422: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14423: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14424: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14425: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14426: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14427: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14428: processes
14429:
14430: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14431: main/pa_globals.C, targets/cgi/parser3.vcproj,
14432: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14433: changes to reflect libxml xsl new folders
14434:
14435: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14436: lib/smtp/smtp.vcproj, main/main.vcproj,
14437: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14438: to reflect libxml xsl new folders
14439:
14440: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14441: lib/smtp/smtp.vcproj, main/main.vcproj,
14442: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14443: types/types.vcproj: started changes to reflect libxml xsl new
14444: folders
14445:
14446: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14447: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14448: src/main/compile.tab.C, src/main/main.vcproj,
14449: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14450: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14451: started changes to reflect libxml xsl new folders
14452:
14453: 2004-02-10 paf
14454:
14455: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14456: compile. recommened latest libxml up to date
14457:
14458: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14459: pattern compilation errors", on which spent 4 hours worktime. use
14460: versions higher than that. recommended now latest up to date
14461:
14462: 2004-02-06 paf
14463:
14464: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14465: beauty: unified destructing style
14466:
14467: * src/main/untaint.C: beauty: removed old def/ifdef
14468:
14469: * src/main/untaint.C: beauty: coredump @unknown untaint language
14470: now
14471:
14472: 2004-02-03 paf
14473:
14474: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14475: targets/isapi/parser3isapi.C, types/pa_value.C,
14476: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14477: then %ld/%lu
14478:
14479: * src/main/pa_common.C: typo: %l -> %u
14480:
14481: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14482: in attributes or documents-results of transform now not xx;
14483:
14484: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14485:
14486: * src/main/pa_charset.C: bugfix: forgot to undo some
14487:
14488: * src/main/pa_charset.C: beauty: uncomment
14489: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14490: libraries
14491:
14492: 2004-02-02 paf
14493:
14494: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14495: $cookie:example[ $.value[value] $.path[/there/] ]
14496:
14497: $cookie:example[ $.value[] $.expires[session]
14498: $.path[/there/] $.domain[test.com] ]
14499:
14500: * src/types/pa_vform.C: bugfix: empty values with
14501: enctype=multipart/form-data now produce entries in $form:tables
14502: <form method=post enctype=multipart/form-data> <input type=hidden
14503: name=a> <input type=hidden name=b>
14504:
14505: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14506: <hr> <pre>$request:body
14507:
14508: 2004-01-30 paf
14509:
14510: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14511: or documents-results of transform now not xx;
14512:
14513: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14514: produce exception.
14515:
14516: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14517: bugfix: ^date::create[invalid fields now produce exception.
14518:
14519: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14520: year] now produces exception. todo: check other fields
14521:
14522: 2004-01-29 paf
14523:
14524: * src/include/pa_memory.h: typo error
14525:
14526: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14527: more byte then specified, then zeroed it << useless and
14528: potentially harmful(could gpf)
14529:
14530: 2004-01-22 paf
14531:
14532: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14533:
14534: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14535: optimization
14536:
14537: * src/main/untaint.C: bugfix: whitespace now optimized properly
14538: [were bug: ^taint[1 & 2]="1 &2"
14539:
14540: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14541: errors
14542:
14543: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14544: overflow
14545:
14546: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14547: error-reporting code * in parser-error reporting code [when no
14548: @unhandled_exception defined]
14549:
14550: fixed in one place: my *snprintf override
14551:
14552: 2004-01-13 paf
14553:
1.211 moko 14554: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14555:
14556: 2003-12-25 paf
14557:
14558: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14559: garbled [pieces after zero bytes were removed]
14560:
14561: 2003-12-22 paf
14562:
1.116 moko 14563: * src/include/Makefile.am: bugfix: removed from dist:
14564: src/include/pa_config_auto.h which were configured for
1.95 moko 14565: make-dist-platform and badly updated proper config file in target
14566: [when .tar used for updating existing source tree]
14567:
1.211 moko 14568: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14569: src/include/pa_sql_connection.h,
14570: src/include/pa_sql_driver_manager.h,
14571: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14572: feature: sql introducing ability to transcode charsets
14573:
14574: 2003-12-19 paf
14575:
14576: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14577: error message
14578:
14579: * src/main/pa_charset.C: bugfix: memory for charsethandler
14580: structure for libxml now allocated properly
14581:
14582: 2003-12-17 paf
14583:
14584: * src/types/pa_vfile.C: beauty: removed outdated cast
14585:
14586: * src/main/pa_common.C: bugfix: empty http response caused gpf
14587:
14588: * src/include/pa_string.h: bugfix: removed too strong a assert
14589:
14590: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14591: unreported xmlGenericErrors]
14592:
14593: 2003-12-15 paf
14594:
14595: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14596: works}
14597:
14598: 2003-12-11 paf
14599:
1.211 moko 14600: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14601: !$status:pid process id
1.95 moko 14602: !$status:tid thread id
14603:
14604: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14605: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14606: bugfix(solaris): removed dependency on object initialization
14607: order [one more place]
14608:
14609: * src/: classes/file.C, classes/mail.C, classes/op.C,
14610: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14611: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14612: understand that
14613:
14614: * src/: classes/file.C, classes/mail.C, classes/op.C,
14615: classes/xdoc.C, include/pa_cache_managers.h,
14616: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14617: include/pa_stylesheet_manager.h, main/pa_request.C,
14618: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14619: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14620: ctor call [relying on implicit String::Body(cstr) call]
14621:
14622: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14623: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14624: object initialization order [two places]
14625:
14626: 2003-12-10 paf
14627:
14628: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14629: << time now ok
14630:
1.211 moko 14631: * operators.ru.txt, operators.txt,
14632: src/main/pa_sql_driver_manager.C,
1.95 moko 14633: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14634: operational
14635:
1.211 moko 14636: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14637: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14638: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14639: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14640: back operational
14641:
14642: 2003-12-02 paf
14643:
14644: * src/types/pa_vmail.C: bugfix:
14645: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14646: as-is forced]
14647:
14648: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14649: exceptions out of libxml callbacks: reimplemented error handling
14650: of http://localhost, parser://method and safemode check callbacks
14651:
14652: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14653: [merged from HEAD]
14654:
14655: * src/classes/image.C: nothing: comment removed
14656:
14657: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14658: addresses to int
14659:
14660: 2003-12-01 paf
14661:
14662: * src/main/pa_xml_io.C: bugfix: typo
14663:
14664: * src/main/pa_globals.C: bugfix: win32: compile prob
14665:
14666: * src/classes/xdoc.C: bugfix: typo
14667:
14668: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14669: exception
14670:
14671: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14672:
14673: 2003-11-28 paf
14674:
14675: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14676: all xml documents read
14677:
14678: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14679:
14680: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14681: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14682: replaced original open mech of xdoc::create & co to use libxml
14683: open, so that this would work for root document todo: safe mode
14684: checks to libxml: ideally to some 1 point
14685:
14686: * src/main/pa_xml_io.C: comment
14687:
1.211 moko 14688: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14689: in http://parser[abscent params]
1.95 moko 14690:
1.211 moko 14691: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14692: src/main/pa_xml_io.C: works. todo: maybe replace original open
14693: mech of xdoc::create & co to use libxml open, so that this would
14694: work for root document
1.95 moko 14695:
14696: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14697: "parser://method/params/here"> <test> &test^; </test> }]
14698:
14699: ^taint[^xdoc.string[]]
14700:
14701: @method[param] <!ENTITY test
14702: "test-entity-value+$form:user+$param!">
14703:
14704: 2003-11-27 paf
14705:
14706: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14707:
14708: * src/classes/date.C: bugfix: typo error
14709:
14710: 2003-11-26 paf
14711:
1.211 moko 14712: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14713: src/include/pa_globals.h, src/main/Makefile.am,
14714: src/main/main.vcproj, src/main/pa_globals.C,
14715: src/main/pa_request.C, src/include/pa_xml_io.h,
14716: src/main/pa_xml_io.C: simplification: xml errors to
14717: hash<thread_id,error> reorganization: xml io moved to
14718: pa_xml_io.C/h
1.95 moko 14719:
14720: * src/types/pa_value.h: warnings: --
14721:
14722: 2003-11-25 paf
14723:
14724: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14725: whatever)
14726:
14727: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14728: a, (c?x:y, z)
14729:
14730: * src/main/untaint.C: bugfix: consequences of not reading this
14731: comment: CORD_pos_chars_left /* Number of characters in cache.
14732: <= 0 ==> none */
14733:
14734: * src/include/pa_array.h: removed needless checks
14735:
14736: 2003-11-24 paf
14737:
14738: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14739: removed limit: now $form:xxx can be accessed anytime, even in
14740: @auto/conf [and request/response:charset still can be changed
14741: anytime]
14742:
14743: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14744: now not transcodes response body
14745:
1.211 moko 14746: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14747: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14748: $tn[^xdoc.createTextNode[text node value]]
14749: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14750: $xdoc.firstChild.firstChild.nodeValue[different]
14751: ^taint[^xdoc.string[]]
14752:
14753: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14754: workaround: static Hash::allocates -> static Hash_allocates
14755:
14756: 2003-11-21 paf
14757:
1.116 moko 14758: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14759: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14760: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14761:
14762: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14763:
14764: * src/classes/mail.C: bugfix: typo
14765:
14766: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14767: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14768: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14769: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14770: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14771: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14772:
14773: * src/main/pa_exec.C: bug in safe mode
14774:
14775: * src/include/Makefile.am: pa_xml_exception.h
14776:
14777: * src/targets/isapi/parser3isapi.C: more warnings --
14778:
14779: 2003-11-20 paf
14780:
14781: * src/: classes/math.C, classes/op.C, classes/string.C,
14782: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14783: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14784: --
14785:
14786: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14787: more warnings --
14788:
14789: * src/classes/xdoc.C: more warnings --
14790:
14791: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14792:
14793: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14794: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14795:
14796: * src/: classes/date.C, classes/file.C, classes/hash.C,
14797: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14798: classes/table.C, include/pa_cache_managers.h,
14799: include/pa_stylesheet_connection.h, main/pa_request.C,
14800: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14801: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14802: --
14803:
14804: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14805: can't report problem (undefined @unhandled_exception) problem
14806: source string were not reported
14807:
14808: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14809: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14810: classes/hashfile.C, classes/image.C, classes/int.C,
14811: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14812: classes/response.C, classes/string.C, classes/table.C,
14813: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14814: include/pa_array.h, include/pa_cache_managers.h,
14815: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14816: include/pa_config_fixed.h, include/pa_dictionary.h,
14817: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14818: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14819: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14820: include/pa_request.h, include/pa_request_charsets.h,
14821: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14822: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14823: include/pa_stack.h, include/pa_string.h,
14824: include/pa_stylesheet_connection.h,
14825: include/pa_stylesheet_manager.h, include/pa_table.h,
14826: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14827: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14828: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14829: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14830: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14831: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14832: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14833: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14834: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14835: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14836: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14837: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14838: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14839: targets/isapi/parser3isapi.C, types/pa_junction.h,
14840: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14841: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14842: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14843: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14844: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14845: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14846: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14847: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14848: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14849: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14850: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14851: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14852: types/pa_vresponse.h, types/pa_vstateless_class.C,
14853: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14854: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14855: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14856: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14857: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14858: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14859: const IDENT
14860:
14861: * src/: include/pa_array.h, include/pa_pool.h,
14862: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14863: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14864: types/pa_wcontext.h: more warnings --
14865:
14866: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14867: classes/file.C, classes/hash.C, classes/hashfile.C,
14868: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14869: classes/memory.C, classes/op.C, classes/string.C,
14870: classes/table.C, classes/xdoc.C, classes/xnode.C,
14871: include/pa_config_includes.h, include/pa_operation.h,
14872: include/pa_sql_connection.h, include/pa_table.h,
14873: include/pa_types.h, lib/ltdl/config_fixed.h,
14874: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14875: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14876: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14877: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14878: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14879: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14880: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14881: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14882: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14883: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14884: types/pa_vmail.C, types/pa_vobject.C,
14885: types/pa_vstateless_class.h, types/pa_vtable.C,
14886: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14887: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14888: on all projects (except libltdl=off & libsdbm=level3) found
14889: several unitialized vars
14890:
14891: 2003-11-19 paf
14892:
14893: * src/classes/op.C: more ansi C++ comp
14894:
1.211 moko 14895: * operators.ru.txt, operators.txt, src/classes/op.C,
14896: src/include/pa_request.h, src/main/pa_request.C:
14897: ^cache[...]{body}{catch block with $exception.handled[cache]
14898: meaning "get expired cache, if any. else error"}
1.95 moko 14899:
14900: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14901: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14902: ^cache[...]{body}{catch code with $exception.cache field}
14903:
14904: 2003-11-12 paf
14905:
14906: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14907: [copy/paste bug]
14908:
14909: 2003-11-11 paf
14910:
14911: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14912: failed]
14913:
14914: 2003-11-10 paf
14915:
14916: * src/types/pa_vconsole.h: flush
14917:
1.211 moko 14918: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14919: src/types/Makefile.am, src/types/types.vcproj,
14920: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14921:
1.211 moko 14922: * operators.ru.txt, operators.txt: mysql: transaction support:
14923: ?autocommit=0
1.95 moko 14924:
1.211 moko 14925: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14926:
14927: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14928: serialize version and exipire now removes entries
14929:
1.211 moko 14930: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14931: altogether [and dir, if could]
1.95 moko 14932:
14933: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14934: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14935: removes files altogether [and dir, if could]
14936:
14937: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14938: nonexistent pair. .c coded that that was error. fixed
14939:
14940: * src/types/pa_vhashfile.C: sdbm: exception type change to
14941: file.access [regretfull can't split it to different exceptions
14942: without modifying sdbm source wich would prefer not to]
14943:
14944: 2003-11-07 paf
14945:
14946: * src/: classes/date.C, classes/file.C, classes/hash.C,
14947: classes/hashfile.C, classes/image.C, classes/table.C,
14948: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14949: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14950: main/execute.C, main/main.vcproj, main/pa_pool.C,
14951: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14952: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14953: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14954: destructing objects at request processing end
14955:
14956: 2003-11-06 paf
14957:
14958: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14959: updates
14960:
14961: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14962: to include sdbm
14963:
1.116 moko 14964: * src/include/: pa_config_includes.h, pa_version.h: our
14965: replacements of max& co only for cpp
1.95 moko 14966:
14967: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14968: upper dir, .am updated
14969:
14970: * tests/todo.txt: hashfile: done
14971:
1.211 moko 14972: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
14973: hashfile: clear & expiration [time in value. todo: move time to
14974: key]
1.95 moko 14975:
14976: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14977:
14978: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14979: to do that in foreach, no errors, but surely wrong]
14980:
1.211 moko 14981: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 14982: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14983:
1.211 moko 14984: * operators.ru.txt, operators.txt, src/classes/hash.C,
14985: src/classes/hashfile.C, src/types/pa_vhashfile.C,
14986: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 14987:
14988: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 14989: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
14990: hashfile: hash
1.95 moko 14991:
1.211 moko 14992: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
14993: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14994: tests/todo.txt: hashfile: delete
1.95 moko 14995:
14996: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14997: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14998: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14999: get/put [raw]
15000:
15001: * src/: classes/op.C, main/pa_os.C: just linked
15002:
15003: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15004: XmlException changes
15005:
15006: * src/: include/pa_charset.h, include/pa_globals.h,
15007: include/pa_stylesheet_connection.h, main/pa_exception.C:
15008: XmlException changes
15009:
15010: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15011:
15012: * src/: include/pa_common.h, include/pa_exception.h,
15013: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15014: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15015: main/pa_xml_exception.C: locking move to pa_os [along with
15016: pa_sleep] apr-impl locking done
15017:
1.211 moko 15018: * configure, configure.in, operators.ru.txt, operators.txt,
15019: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15020: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15021: src/include/pa_exception.h, src/include/pa_globals.h,
15022: src/include/pa_memory.h, src/include/pa_version.h,
15023: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15024: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15025: src/main/compile.tab.C, src/main/main.vcproj,
15026: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15027: src/types/Makefile.am, src/types/pa_vhash.C,
15028: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15029: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15030: again with sdbm from apache
15031:
15032: 2003-11-05 paf
15033:
15034: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15035: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15036: \parser3project dir anymore
15037:
15038: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15039: thoughtlessly from xalan]
15040:
15041: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15042: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15043: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15044:
15045: * src/main/helpers/CaseFolding.txt:
15046: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15047:
15048: 2003-11-04 paf
15049:
1.211 moko 15050: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15051:
15052: * src/classes/table.C: compiled on unix
15053:
1.116 moko 15054: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15055:
15056: * src/classes/mail.C: compiled on unix
15057:
1.211 moko 15058: * operators.ru.txt, operators.txt, src/classes/mail.C,
15059: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15060: $.options[unix: string to append to sendmail command
15061: line]
15062:
1.211 moko 15063: * operators.ru.txt, operators.txt, src/classes/table.C,
15064: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15065: $.separator[^#09] $.encloser["] <nothing> by default
15066:
15067: * operators.ru.txt, operators.txt, src/classes/table.C,
15068: tests/todo.txt: ^table::load !$.separator[^#09]
15069: !$.encloser["] <nothing> by default
1.95 moko 15070:
15071: 2003-11-03 paf
15072:
1.211 moko 15073: * operators.ru.txt, operators.txt, src/classes/table.C,
15074: src/main/pa_common.C: ^table::load[; options:
15075: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15076:
1.211 moko 15077: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15078: src/types/pa_vrequest.C: $request:document-root
15079:
15080: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15081: [already included into uri=xxx]
15082:
1.211 moko 15083: * operators.ru.txt, operators.txt, src/classes/image.C,
15084: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15085:
15086: * src/classes/date.C: minor precaution
15087:
1.211 moko 15088: * operators.ru.txt, operators.txt, src/classes/date.C:
15089: !^date::unix-timestamp()
1.95 moko 15090: !^date.unix-timestamp[]
15091:
15092: 2003-10-30 paf
15093:
1.211 moko 15094: * operators.ru.txt, operators.txt, src/classes/date.C,
15095: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15096: $date.hour
1.95 moko 15097:
15098: * src/classes/: date.C, image.C: improvement diagnostics:
15099: $now[^date::create[$undefined]] now is error
15100:
15101: * src/main/pa_common.C: read errors would now be reported 'actually
15102: read -1 bytes'
15103:
15104: 2003-10-24 paf
15105:
15106: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15107: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15108: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15109: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15110:
15111: 2003-10-22 paf
15112:
15113: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15114:
15115: 2003-10-21 paf
15116:
1.211 moko 15117: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15118: src/main/pa_string.C: fixed: string.match[g] without <'> option
15119: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15120:
15121: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15122: recoursion' message with intensive throw-catches fixed: incorrect
15123: name and line (one name upper then needed) in error message about
15124: problems inside try block
15125:
15126: 2003-10-10 paf
15127:
15128: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15129: check offset argument for validity did that in String::Body::pos
15130: myself http://i2/tasks/edit/?id=4577425257580789777
15131:
15132: 2003-10-07 paf
15133:
15134: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15135: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15136:
15137: 2003-10-03 paf
15138:
15139: * parser3.sln, src/include/pa_dictionary.h,
15140: src/main/pa_dictionary.C, src/main/pa_string.C,
15141: src/targets/cgi/parser3.vcproj: dictionary optimized by
15142: precalculating cstr&length
15143:
15144: 2003-10-02 paf
15145:
15146: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15147: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15148: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15149: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15150:
15151: 2003-09-30 paf
15152:
15153: * src/main/pa_string.C: string::replace bug fix [were ignoring
15154: occurrances after lang-mismatched
15155:
15156: 2003-09-29 paf
15157:
15158: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15159: helper
15160:
15161: * src/main/pa_string.C: string::serialize bug fix with
15162: zero-terminator
15163:
15164: * src/classes/table.C: ^nameless_table.save column row now has no
15165: \t at the end
15166:
15167: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15168: @postprocess now takes $response:body/download
15169:
15170: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15171: error message
15172:
15173: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15174:
15175: * src/classes/table.C: bugfix: flip: must produce nameless
15176: http://i2/tasks/edit/?id=4573405524674081244
15177:
15178: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15179: main/helpers/simple_folding.pl: utf-8 upper/lower
15180:
15181: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15182: to typo error http://i2/tasks/edit/?id=4573354650786434584
15183:
15184: 2003-09-26 paf
15185:
15186: * src/main/untaint.C: removed needless field
15187:
15188: * src/main/untaint.C: removed needless const
15189:
15190: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15191: String.for_each bug fixed [omited one-char cases]
15192:
15193: * src/include/pa_stack.h: bugfix: before collecting garbage,
15194: runtime-executor stack were cleared... BADLY
15195:
15196: * src/main/pa_string.C: ^stirng.replace code used old
15197: param-convention on langs.append, fixed that search fo the like,
15198: found none
15199:
15200: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15201: string::serialize/deserialize implemented Language enum assigned
15202: meaningful letters [more convinient for debugging. read warning
15203: before adding/changing anything]
15204:
15205: 2003-09-25 paf
15206:
15207: * src/: include/pa_string.h, include/pa_version.h,
15208: main/pa_string.C, main/untaint.C: templates and anonymous unions
15209: differences on unix
15210:
15211: * parser3.sln, src/classes/file.C, src/classes/image.C,
15212: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15213: src/classes/xdoc.C, src/classes/xnode.C,
15214: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15215: src/include/pa_charsets.h, src/include/pa_common.h,
15216: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15217: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15218: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15219: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15220: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15221: src/main/compile_tools.h, src/main/pa_charset.C,
15222: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15223: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15224: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15225: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15226: src/types/pa_vmail.C, src/types/pa_vmath.C,
15227: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15228: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15229:
15230: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15231: functions aligned to that of eeparser3 look
15232:
15233: * src/lib/cord/cordprnt.c: removed warnings
15234:
15235: 2003-09-24 paf
15236:
15237: * src/: classes/file.C, classes/image.C, classes/mail.C,
15238: classes/op.C, classes/xdoc.C, classes/xnode.C,
15239: include/pa_cache_managers.h, include/pa_charset.h,
15240: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15241: include/pa_sql_driver_manager.h, include/pa_string.h,
15242: include/pa_stylesheet_manager.h, include/pa_table.h,
15243: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15244: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15245: main/pa_sql_driver_manager.C, main/pa_string.C,
15246: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15247: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15248: types/pa_vstateless_class.h, types/pa_vstatus.C,
15249: types/pa_vxnode.C: v() functions of String::Body,
15250: String::Languages and String itself StringBody->String::Body
15251:
15252: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15253: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15254: never optimized anything. todo: somehow speed up harder cases:
15255: concatenationA+concatenationB when last block of A and first of B
15256: contain same letters
15257:
15258: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15259: lib/cord/include/cord.h: langs: speed up by joining adjucent
15260: blocks of same char [CORD_append_block]
15261:
15262: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15263: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15264: save space by extending blocks when appending block with c ==
15265: lastblock.c
15266:
15267: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15268: working yet :( but more working &understood :)
15269:
15270: * src/: classes/table.C, include/pa_string.h,
15271: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15272:
15273: 2003-09-23 paf
15274:
15275: * src/main/untaint.C: $a[ok!] $a works!
15276:
15277: * src/main/untaint.C: something even more works :)
15278:
15279: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15280: something more works :)
15281:
15282: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15283: lib/cord/cordxtra.c: something already works :)
15284:
15285: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15286: serialize&deserialize
15287:
15288: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15289: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15290: main/untaint.C: main idea implemented, details left
15291:
15292: 2003-09-22 paf
15293:
15294: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15295:
15296: * src/classes/xnode.C: copy/paste comment bugfix
15297:
15298: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15299: allocator returns 0, just die.
15300: http://i2/tasks/edit/?id=4570798492410259445
15301:
15302: * src/classes/xdoc.C: copy/paste comment bugfix
15303:
15304: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15305: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15306: xnode: getAttributeNS setAttributeNS removeAttributeNS
15307: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15308:
15309: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15310: chars due to bitwise operation signed-char error]
15311:
15312: 2003-09-19 paf
15313:
15314: * src/types/pa_wcontext.C: output message: more practical
15315: suggestion
15316:
1.211 moko 15317: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15318: $f[^file::load[binary;http://...]] $f.tables
15319:
15320: 2003-09-02 paf
15321:
15322: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15323: flush stdout without referencing 'stdout' symbol. to hell with
15324: non-ansi libraries without 'stdout' symbol
15325:
15326: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15327: unix (users reported problems with some old libc)
15328:
15329: * src/types/pa_vdate.h: forgot initializer
15330:
15331: 2003-09-01 paf
15332:
15333: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15334: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15335: zone]
15336:
15337: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15338:
15339: 2003-08-19 paf
15340:
15341: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15342: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15343: simplified a little
15344:
15345: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15346: [lost fix from 3.0.8]
15347:
15348: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15349: visible here }
15350:
15351: bug fix
15352:
15353: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15354:
15355: * src/main/compile.tab.C: initialized couple of variables about
15356: which user reported runtime problems when parser were compiled
15357: with VC7, warning level4. study shows that later in bison
15358: they've fixed that. would migrate to latest bison someday
15359:
15360: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15361: recoding headers)
15362:
15363: * src/types/pa_vmail.C: works as before, same charset problems:
15364: gmime recodes to UTF-8 only headers, not body. so not recoding
15365: anything for now
15366:
15367: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15368: problems with body
15369:
15370: * src/types/pa_vmail.C: mail_receive just compiled
15371:
15372: 2003-08-18 paf
15373:
15374: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15375: main/main.vcproj, types/types.vcproj: win32: continued process
15376: detaching from \parser3project directory
15377:
15378: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15379: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15380: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15381: src/lib/pcre/pcre_dftables.dsp,
15382: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15383: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15384: src/types/types.dsp: moved to MSVC 7
15385:
15386: * gnu.vcproj.vspscc, parser3.vssscc,
15387: src/classes/classes.vcproj.vspscc,
15388: src/lib/cord/cord.vcproj.vspscc,
15389: src/lib/ltdl/libltdl.vcproj.vspscc,
15390: src/lib/md5/md5.vcproj.vspscc,
15391: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15392: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15393: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15394: src/targets/isapi/parser3isapi.vcproj.vspscc,
15395: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15396: moved to MSVC 7
15397:
15398: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15399: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15400: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15401: src/lib/pcre/pcre_dftables.vcproj,
15402: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15403: src/targets/cgi/parser3.vcproj,
15404: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15405: new VS project files
15406:
15407: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15408: .NET to detect Jalindi Igloo capabilities.
15409:
15410: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15411: src/classes/classes.awk, src/doc/footer.htm,
15412: src/include/pa_config_fixed.h, src/include/pa_version.h,
15413: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15414: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15415: src/types/pa_vmail.C: merged 3.1.0 latest changes
15416:
15417: 2003-08-15 paf
15418:
15419: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15420: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15421:
15422: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15423: non-ascii <yyy> now encoded correctly
15424:
15425: 2003-07-29 paf
15426:
1.116 moko 15427: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15428: dist
1.95 moko 15429:
15430: * src/types/pa_vmail.C: just started --with-mail-receive
15431:
15432: 2003-07-28 paf
15433:
1.116 moko 15434: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15435: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15436:
15437: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15438:
15439: 2003-07-25 paf
15440:
15441: * src/doc/footer.htm: year
15442:
15443: 2003-07-24 paf
15444:
15445: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15446: fix
15447:
15448: * src/include/pa_version.h: release
15449:
1.116 moko 15450: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15451:
15452: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15453: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15454: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15455: getting rid of win32xml pseudo project
15456:
15457: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15458:
1.116 moko 15459: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15460: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15461: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15462: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15463: src/classes/classes.C, src/classes/classes.awk,
15464: src/classes/classes.dsp, src/classes/classes.h,
15465: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15466: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15467: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15468: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15469: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15470: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15471: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15472: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15473: src/include/pa_array.h, src/include/pa_cache_managers.h,
15474: src/include/pa_charset.h, src/include/pa_charsets.h,
15475: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15476: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15477: src/include/pa_dictionary.h, src/include/pa_dir.h,
15478: src/include/pa_exception.h, src/include/pa_exec.h,
15479: src/include/pa_globals.h, src/include/pa_hash.h,
15480: src/include/pa_memory.h, src/include/pa_opcode.h,
15481: src/include/pa_operation.h, src/include/pa_pool.h,
15482: src/include/pa_pragma_pack_begin.h,
1.95 moko 15483: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15484: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15485: src/include/pa_sapi.h, src/include/pa_socks.h,
15486: src/include/pa_sql_connection.h,
15487: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15488: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15489: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15490: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15491: src/include/pa_uue.h, src/lib/Makefile.am,
15492: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15493: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15494: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15495: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15496: src/lib/cord/include/ec.h,
15497: src/lib/cord/include/private/Makefile.am,
15498: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15499: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15500: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15501: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15502: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15503: src/main/compile_tools.C, src/main/compile_tools.h,
15504: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15505: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15506: src/main/pa_charsets.C, src/main/pa_common.C,
15507: src/main/pa_dictionary.C, src/main/pa_dir.C,
15508: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15509: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15510: src/main/pa_request.C, src/main/pa_socks.C,
15511: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15512: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15513: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15514: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15515: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15516: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15517: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15518: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15519: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15520: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15521: src/targets/isapi/parser3isapi.dsp,
15522: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15523: src/types/pa_junction.h, src/types/pa_method.h,
15524: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15525: src/types/pa_vclass.C, src/types/pa_vclass.h,
15526: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15527: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15528: src/types/pa_vdouble.h, src/types/pa_venv.h,
15529: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15530: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15531: src/types/pa_vimage.C, src/types/pa_vimage.h,
15532: src/types/pa_vint.h, src/types/pa_vjunction.h,
15533: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15534: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15535: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15536: src/types/pa_vobject.C, src/types/pa_vobject.h,
15537: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15538: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15539: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15540: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15541: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15542: src/types/pa_vstring.h, src/types/pa_vtable.C,
15543: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15544: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15545: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15546: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15547: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15548: HEAD
15549:
15550: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15551: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15552: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15553: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15554: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15555: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15556: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15557: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15558: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15559: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15560: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15561: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15562: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15563: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15564: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15565: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15566: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15567: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15568: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15569: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15570: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15571: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15572: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15573: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15574: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15575: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15576: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15577: outputs/create-dir, results/001.processed, results/002.processed,
15578: results/003.processed, results/004.processed,
15579: results/005.processed, results/006.processed,
15580: results/007.processed, results/008.processed,
15581: results/009.processed, results/010.processed,
15582: results/011.processed, results/012.processed,
15583: results/013.processed, results/014.processed,
15584: results/015.processed, results/016.processed,
15585: results/017.processed, results/018.processed,
15586: results/019.processed, results/020.processed,
15587: results/021.processed, results/022.processed,
15588: results/023.processed, results/024.processed,
15589: results/025.processed, results/026.processed,
15590: results/027.processed, results/028.processed,
15591: results/029.processed, results/030.processed,
15592: results/031.processed, results/032.processed,
15593: results/033.processed, results/034.processed,
15594: results/035.processed, results/036.processed,
15595: results/037.processed, results/038.processed,
15596: results/039.processed, results/040.processed,
15597: results/041.processed, results/042.processed,
15598: results/043.processed, results/044.processed,
15599: results/045.processed, results/046.processed,
15600: results/047.processed, results/048.processed,
15601: results/049.processed, results/050.processed,
15602: results/051.processed, results/052.processed,
15603: results/053.processed, results/054.processed,
15604: results/055.processed, results/056.processed,
15605: results/057.processed, results/058.processed,
15606: results/059.processed, results/060.processed,
15607: results/061.processed, results/062.processed,
15608: results/063.processed, results/064.processed,
15609: results/065.processed, results/066.processed,
15610: results/067.processed, results/068.processed,
15611: results/069.processed, results/070.processed,
15612: results/071.processed, results/072.processed,
15613: results/073.processed, results/074.processed,
15614: results/075.processed, results/076.processed,
15615: results/077.processed, results/078.processed,
15616: results/079.processed, results/080.processed,
15617: results/081.processed, results/082.processed,
15618: results/083.processed, results/084.processed,
15619: results/085.processed, results/086.processed,
15620: results/087.processed, results/088.processed,
15621: results/089.processed, results/090.processed,
15622: results/091.processed, results/092.processed,
15623: results/093.processed, results/094.processed,
15624: results/095.processed, results/096.processed,
15625: results/097.processed, results/098.processed,
15626: results/099.processed, results/100.processed,
15627: results/101.processed, results/102.processed,
15628: results/103.processed, results/104.processed,
15629: results/105.processed, results/106.processed,
15630: results/107.processed, results/108.processed,
15631: results/109.processed, results/110.processed,
15632: results/111.processed, results/112.processed,
15633: results/113.processed, results/114.processed,
15634: results/115.processed, results/116.processed,
15635: results/117.processed, results/118.processed,
15636: results/119.processed, results/120.processed,
15637: results/121.processed, results/122.processed,
15638: results/123.processed, results/124.processed,
15639: results/125.processed, results/126.processed,
15640: results/127.processed, results/128.processed,
15641: results/129.processed, results/130.processed,
15642: results/131.processed, results/132.processed,
15643: results/133.processed, results/134.processed,
15644: results/135.processed, results/136.processed,
15645: results/137.processed, results/138.processed,
15646: results/139.processed, results/140.processed,
15647: results/141.processed: merged(copied) to HEAD from template_gc
15648:
15649: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15650: towards \parser3project not having to be in root
15651:
15652: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15653: module compiled [were minor unnecessary changes in lib/md5
15654: interface]
15655:
15656: * src/include/pa_version.h: release
15657:
15658: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15659:
15660: * src/classes/math.C: merged uuid bugfix
15661:
15662: * tests/: 141.html, results/141.processed: fixed bug with
15663: too-small-a-buffer
15664:
15665: * src/classes/math.C: uuid bugfix
15666:
15667: * tests/: 141.html, Makefile, results/005.processed,
15668: results/030.processed, results/075.processed,
15669: results/078.processed: to reflect date format change (were -
15670: become ' ')
15671:
15672: * src/classes/math.C: uuid bugfix
15673:
15674: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15675: debug/release changes
15676:
15677: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15678:
15679: 2003-07-23 paf
15680:
15681: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15682: renamed a little [to move to comman naming conv]
15683:
1.116 moko 15684: * src/targets/Makefile.am: apache13 splitted to simplify apache
15685: build
1.95 moko 15686:
15687: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15688: main/pa_request.C, main/pa_sql_driver_manager.C,
15689: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15690: stack top_index() fixed
15691:
15692: * src/main/pa_globals.C: minor style changes
15693:
15694: * src/: classes/op.C, include/pa_sql_connection.h: connection
15695: closing/caching fixed [connections were not closed/put to cache]
15696:
15697: 2003-07-22 paf
15698:
15699: * INSTALL: gc part updated stightly
15700:
15701: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15702: new sapi interface
15703:
15704: * src/classes/file.C: comment on OS
15705:
15706: * src/main/pa_string.C: removed reduntant invariant check [there is
15707: one deeper in cord lib]
15708:
15709: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15710:
15711: * src/main/pa_memory.C: out of memory is no longer coredump
15712:
15713: * INSTALL: disable-threads adviced
15714:
15715: 2003-07-21 paf
15716:
1.116 moko 15717: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15718:
15719: * src/classes/file.C: file::exec/cgi environment variables now must
15720: be UPPERCASE and A-Z 0-9 _-
15721:
15722: * src/classes/file.C: env passing fixed
15723:
15724: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15725:
15726: * src/main/pa_common.C: http:// CRLF now
15727:
15728: 2003-07-02 paf
15729:
1.211 moko 15730: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15731: $memory:status fields to reflect their real meaning
1.95 moko 15732:
15733: 2003-06-27 paf
15734:
15735: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15736: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15737: file::exec/cgi .charset
15738:
15739: 2003-06-26 paf
15740:
15741: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15742: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15743: src/classes/table.C: fixed several uninitialized local
15744: structures. notably ^hash.foreach now inserts delimiters
15745: properly [were inserting it before first body]
15746:
15747: 2003-06-24 paf
15748:
15749: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15750:
15751: 2003-06-20 paf
15752:
1.211 moko 15753: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15754: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15755: $f[^file::load[binary;http://...]] $f.tables
15756:
15757: 2003-06-06 paf
15758:
15759: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15760: table. [were method lookup: inconsistent]
15761:
15762: 2003-06-02 paf
15763:
15764: * src/include/pa_memory.h: empty string clone fixed to return
15765: writable memory
15766:
15767: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15768: were not appended] which violated string invariant
15769:
15770: 2003-05-30 paf
15771:
15772: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15773: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15774:
15775: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15776: GMT ; RFC 822, updated by RFC 1123
15777:
15778: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15779: targets/isapi/parser3isapi.C: initialized request_info properly
15780:
15781: * src/classes/xnode.C: found minor bug, commended for future
15782:
15783: 2003-05-28 paf
15784:
15785: * src/classes/form.C: request_info.content_length can't be <0,
15786: size_t for some time
15787:
15788: 2003-05-26 paf
15789:
15790: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15791: forgotten <0 changed to !=STRING_NOT_FOUND
15792:
15793: * src/classes/math.C: merged ffffu from HEAD
15794:
15795: 2003-05-11 paf
15796:
15797: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15798:
15799: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15800: premature doc free. transformed document had xmlDoc reference
15801: stored to non-gc-memory (libgdome) added holding-reference
15802:
15803: 2003-04-29 paf
15804:
15805: * src/main/pa_globals.C: started digging on double free. on win32
15806: found that that's perfectly normal.
15807:
15808: 2003-04-25 paf
15809:
15810: * src/classes/table.C: table.join bug fix [bad limit check]
15811:
15812: * src/classes/math.C: merged from HEAD: simpiler hash_string
15813:
15814: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15815: print anything. changed to quicker and simplier code
15816:
15817: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15818: strict a check]
15819:
15820: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15821:
15822: 2003-04-24 paf
15823:
15824: * src/include/pa_table.h: too strict assert loosened
15825:
15826: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15827: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15828: report
15829:
15830: 2003-04-21 paf
15831:
1.116 moko 15832: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15833:
15834: * src/main/pa_globals.C: pcre memory management changed to use GC
15835: memory
15836:
15837: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15838: xmlMallocAtomic [author agreed to my suggestion], used that
15839:
15840: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15841:
15842: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15843: types/pa_vmail.C: attributed_meaning_to_string added
15844: L_UNSPECIFIED piece which was sortof OK, but violated string
15845: invariant [assertion barked on that] changed to L_PASS_APPEND,
15846: made that param obligatory
15847:
15848: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15849: fixed [assert helped]
15850:
15851: * src/include/pa_string.h: assert added [looking for bug]
15852:
15853: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15854: names on Win32 considered disk-global
15855:
15856: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15857: considered disk-global
15858:
15859: 2003-04-18 paf
15860:
15861: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15862: filenames
15863:
15864: * src/main/untaint.C: enabled '~' letter in filenames
15865:
15866: 2003-04-16 paf
15867:
15868: * src/classes/file.C: small bug introduced in autoptr times fixed
15869:
15870: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15871: HEAD
15872:
1.116 moko 15873: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15874:
15875: 2003-04-15 paf
15876:
1.211 moko 15877: * operators.ru.txt, operators.txt, src/classes/math.C,
15878: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15879: tests/results/141.processed: merged from head ^math:uuid[]
15880: ^math:uid64[] ^math:md5[string]
15881:
15882: test added: 141.html
15883:
1.211 moko 15884: * operators.ru.txt, operators.txt, src/classes/math.C:
15885: ^math:uid64[]
1.95 moko 15886:
15887: * src/classes/math.C: ^math:uuid[]
15888:
1.211 moko 15889: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15890:
1.211 moko 15891: * operators.ru.txt, operators.txt, src/classes/math.C,
15892: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15893: 16-byte digest
15894:
15895: * operators.ru.txt, operators.txt, src/classes/file.C,
15896: src/include/pa_common.h, src/include/pa_config_fixed.h,
15897: src/main/pa_common.C: ^file::load[mode;name; $.offset
15898: $.limit
1.95 moko 15899:
15900: 2003-04-14 paf
15901:
15902: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15903: started ^math:md5
15904:
15905: * src/classes/table.C, src/include/pa_array.h,
15906: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15907: tests/results/140.processed: table $.reverse option works in
15908: create&co table $.distinct[tables] bug fix merged
15909:
15910: * src/: classes/table.C, include/pa_table.h: table
15911: $.distinct[tables] bug fixed
15912:
15913: * src/classes/table.C: more warnings
15914:
15915: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15916: removed checks in table::set_current, moved them back to
15917: table::locate implemented table::create/join ñ $.reverse
15918:
15919: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15920: removed checks in table::set_current, moved them back to
15921: table::locate
15922:
15923: 2003-04-11 paf
15924:
1.211 moko 15925: * operators.ru.txt, operators.txt, src/classes/date.C,
15926: src/classes/table.C, src/include/pa_array.h,
15927: src/include/pa_common.h, src/include/pa_config_includes.h,
15928: src/include/pa_string.h, src/include/pa_table.h,
15929: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15930: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15931: before_append_array_limit_sense_change to
15932: after_append_array_limit_sense_change
15933:
15934: * src/classes/table.C: typo
15935:
1.211 moko 15936: * operators.ru.txt, operators.txt, src/classes/date.C,
15937: src/classes/table.C, src/include/pa_array.h,
15938: src/include/pa_common.h, src/include/pa_config_includes.h,
15939: src/include/pa_globals.h, src/include/pa_table.h,
15940: src/main/pa_array.C, src/main/pa_globals.C,
15941: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15942: src/main/pa_string.C, src/main/pa_table.C:
15943: append_array_limit_sense_change locate accepts options same as
15944: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15945:
15946: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15947: (stat xxx,
15948:
15949: * src/classes/: table.C: typo
15950:
15951: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15952: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15953: results/130.processed, results/131.processed,
15954: results/132.processed, results/133.processed,
15955: results/134.processed, results/135.processed,
15956: results/136.processed, results/137.processed,
15957: results/138.processed, results/139.processed: added few mustfail
15958: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15959: date/time 132.html mustfail: access to junction outside of
15960: context 133.html mustfail: access to junction outside of context,
15961: case version 134.html mustfail: hash: adding a key inside of
15962: foreach 135.html mustfail: modifying system class 136.html
15963: mustfail: $.name outside of $hash[here] 137.html mustfail:
15964: appendChild without import 138.html mustfail: invalid encoding
15965: inside of xml 139.html mustfail: bad XPath
15966:
1.211 moko 15967: * operators.ru.txt, operators.txt, src/classes/table.C,
15968: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
15969: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15970: tests/results/126.processed, tests/results/127.processed,
15971: tests/results/128.processed, tests/results/129.processed: merged
15972: from HEAD ^table.hash[key][$.distinct[tables]]
15973:
15974: maked appropriate tests [changed one old nonconforming]
15975:
1.211 moko 15976: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 15977: ^table.hash[key][$.distinct[tables]]
15978:
15979: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15980: merged fix for found very old xml (dom) bug: were passing
15981: domString objects and later ERROREOUSLY freed them
15982:
15983: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15984: src/main/pa_charset.C: re-added libgdome patch. regretfully
15985: libgdome bug can not be worked around
15986:
15987: 2003-04-10 paf
15988:
15989: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15990: found very old xml (dom) bug: were passing domString objects and
15991: later ERROREOUSLY freed them
15992:
15993: * src/doc/string.dox, src/include/pa_memory.h,
15994: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15995: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15996: tests/123.html, tests/124.html, tests/results/001.processed,
15997: tests/results/002.processed, tests/results/003.processed,
15998: tests/results/004.processed, tests/results/005.processed,
15999: tests/results/006.processed, tests/results/008.processed,
16000: tests/results/009.processed, tests/results/010.processed,
16001: tests/results/011.processed, tests/results/012.processed,
16002: tests/results/013.processed, tests/results/014.processed,
16003: tests/results/015.processed, tests/results/016.processed,
16004: tests/results/017.processed, tests/results/018.processed,
16005: tests/results/020.processed, tests/results/021.processed,
16006: tests/results/022.processed, tests/results/023.processed,
16007: tests/results/024.processed, tests/results/025.processed,
16008: tests/results/026.processed, tests/results/027.processed,
16009: tests/results/028.processed, tests/results/029.processed,
16010: tests/results/030.processed, tests/results/031.processed,
16011: tests/results/032.processed, tests/results/033.processed,
16012: tests/results/034.processed, tests/results/035.processed,
16013: tests/results/036.processed, tests/results/037.processed,
16014: tests/results/038.processed, tests/results/039.processed,
16015: tests/results/040.processed, tests/results/041.processed,
16016: tests/results/042.processed, tests/results/043.processed,
16017: tests/results/044.processed, tests/results/045.processed,
16018: tests/results/046.processed, tests/results/047.processed,
16019: tests/results/048.processed, tests/results/049.processed,
16020: tests/results/050.processed, tests/results/051.processed,
16021: tests/results/052.processed, tests/results/053.processed,
16022: tests/results/054.processed, tests/results/055.processed,
16023: tests/results/056.processed, tests/results/057.processed,
16024: tests/results/058.processed, tests/results/059.processed,
16025: tests/results/060.processed, tests/results/061.processed,
16026: tests/results/062.processed, tests/results/063.processed,
16027: tests/results/064.processed, tests/results/065.processed,
16028: tests/results/066.processed, tests/results/067.processed,
16029: tests/results/068.processed, tests/results/069.processed,
16030: tests/results/070.processed, tests/results/071.processed,
16031: tests/results/072.processed, tests/results/073.processed,
16032: tests/results/074.processed, tests/results/075.processed,
16033: tests/results/076.processed, tests/results/077.processed,
16034: tests/results/078.processed, tests/results/079.processed,
16035: tests/results/080.processed, tests/results/081.processed,
16036: tests/results/082.processed, tests/results/083.processed,
16037: tests/results/084.processed, tests/results/085.processed,
16038: tests/results/086.processed, tests/results/087.processed,
16039: tests/results/088.processed, tests/results/089.processed,
16040: tests/results/090.processed, tests/results/091.processed,
16041: tests/results/092.processed, tests/results/093.processed,
16042: tests/results/094.processed, tests/results/095.processed,
16043: tests/results/096.processed, tests/results/097.processed,
16044: tests/results/101.processed, tests/results/102.processed,
16045: tests/results/104.processed, tests/results/105.processed,
16046: tests/results/106.processed, tests/results/107.processed,
16047: tests/results/108.processed, tests/results/109.processed,
16048: tests/results/110.processed, tests/results/111.processed,
16049: tests/results/112.processed, tests/results/113.processed,
16050: tests/results/114.processed, tests/results/115.processed,
16051: tests/results/116.processed, tests/results/117.processed,
16052: tests/results/118.processed, tests/results/119.processed,
16053: tests/results/120.processed, tests/results/121.processed,
16054: tests/results/122.processed, tests/results/123.processed,
16055: tests/results/124.processed: new convention: char* never 0.
16056: assert in cord on that
16057:
16058: * src/main/pa_charset.C: couple more asserts
16059:
16060: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16061: speedup
16062:
16063: * src/main/pa_charset.C: couple assertions on fantastic situations
16064: added [may be those is the case now?]
16065:
16066: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16067: that's memory from gc_malloc, not from g_malloc :(, but would
16068: hope]
16069:
16070: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16071: that's memory from gc_malloc, not from g_malloc :(, but would
16072: hope]
16073:
16074: * src/main/pa_charset.C: checked custom malloc for returning 0
16075:
16076: 2003-04-09 paf
16077:
16078: * src/classes/date.C: merged ^date.roll changes
16079:
16080: * src/classes/date.C: ^date.roll bug fix
16081:
16082: * src/classes/date.C: ^date.roll now throws less errors: month
16083: shifts handles end of month situation by reducing day number
16084: hour-hole shift reduces hour to recover
16085:
16086: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16087: Sort by function time
16088:
1.211 moko 16089: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16090: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16091:
16092: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16093: added [after volatile fix. passes on win&intel-solaris]
16094:
16095: 2003-04-08 paf
16096:
16097: * src/: classes/file.C, classes/op.C, classes/table.C,
16098: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16099: include/pa_common.h, include/pa_request_charsets.h,
16100: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16101: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16102: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16103: types/pa_vresponse.C: started http:// $.charset[] param and
16104: http response charset detection just compiled. todo:test
16105:
16106: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16107:
16108: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16109: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16110: types/pa_vmail.C: changed transcode param converntion along with
16111: string creating convention -- all strings are zero-terminated,
16112: this allowed to fix one remaining String("123", 2) case
16113:
16114: * src/: classes/date.C, classes/file.C, classes/hash.C,
16115: classes/op.C, classes/string.C, classes/table.C,
16116: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16117: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16118: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16119: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16120: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16121: violated String::invariant. started fixing [not compiled now]
16122:
16123: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16124: main/compile.tab.C, main/compile.y, main/pa_string.C,
16125: main/untaint.C, targets/cgi/parser3.C: number of string style
16126: improvements & optimizations
16127:
16128: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16129: :(]
16130:
16131: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16132: [for it's a pointer really]
16133:
16134: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16135: 'n' param. worked that around
16136:
16137: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16138: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16139: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16140: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16141: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16142:
16143: Thanks for the bug report and patch.
16144:
16145: I hadn't looked at this code in a while. Reading it now, it
16146: seems to me that the tests should also be ">= MAX_DEPTH" to
16147: comply with the invariant, though that may not matter a lot. I
16148: changed that, too.
16149:
16150: Hans
16151:
16152: 2003-04-07 paf
16153:
16154: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16155: merged from head:safe mode error message now includes numbers
16156:
16157: * src/main/execute.C: n-th attempt to make a=a work with double.
16158: problem: as_double returns it's result in fp-register compiler
16159: optimizes access to that register after b->as_double, and just
16160: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16161: from memory. _SAME_ double values do not match here. when
16162: forced to REload fp-register, values do match.
16163:
16164: tried to make them volatile.
16165:
16166: * src/main/execute.C: n-th attempt to make a=a work with double.
16167: problem: as_double returns it's result in fp-register compiler
16168: optimizes access to that register after b->as_double, and just
16169: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16170: from memory. _SAME_ double values do not match here. when
16171: forced to REload fp-register, values do match.
16172:
16173: tried to make them volatile.
16174:
16175: * src/types/pa_vobject.h: small style change
16176:
16177: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16178:
16179: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16180: mode error message now includes numbers
16181:
16182: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16183: now causes death
16184:
16185: 2003-04-04 paf
16186:
16187: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16188: incorportated pa_exec patch by From: "Victor Fedoseev"
16189: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16190: Sent: Thursday, January 23, 2003 9:14 AM
16191:
16192: huge speedup on ^file::cgi with big result
16193:
16194: * src/classes/table.C: sort table with 0 rows bug fixed
16195:
16196: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16197: fix http://i2/tasks/edit/?id=4493701604654042676
16198:
16199: @main[] $with_default[ $.a[1] $._default[default from
16200: with_default] ] ^show[$with_default]
16201:
16202: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16203: =$to_add_to.xxx=<br>
16204:
16205: ^show[$to_add_to]
16206:
16207: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16208: ^show[$cloned]
16209:
16210: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16211:
16212: } <hr>
16213:
16214: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16215: http://i2/tasks/edit/?id=4493701604654042676
16216:
16217: @main[] $with_default[ $.a[1] $._default[default from
16218: with_default] ] ^show[$with_default]
16219:
16220: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16221: =$to_add_to.xxx=<br>
16222:
16223: ^show[$to_add_to]
16224:
16225: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16226: ^show[$cloned]
16227:
16228: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16229:
16230: } <hr>
16231:
16232: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16233: http://i2/tasks/edit/?id=4507350336410850921
16234:
16235: * src/classes/xdoc.C: memory allocation func bugfix
16236: http://i2/tasks/edit/?id=4499303470368629745
16237:
16238: * src/classes/math.C: allowed random 1...
16239:
16240: * src/classes/math.C: allowed random 0..
16241:
16242: * src/main/pa_globals.C: exif mem leak
16243: http://i2/tasks/edit/?id=4480590323629807263
16244:
16245: * src/: classes/classes.dsp, main/main.dsp,
16246: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16247: fix http://i2/tasks/edit/?id=4493946731322521294
16248: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16249:
16250: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16251: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16252: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16253: links to xml libs made relative, no need to unpack parser3project
16254: to /parser3project.
16255:
16256: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16257: column more precise - tab handling bug fixed
16258:
16259: * src/main/: compile.tab.C, compile.y: more understandable error
16260: message in case @CLASS with more then one line inside
16261:
16262: * src/targets/cgi/parser3.C: more understandable error message in
16263: case of errors in @unhandled_exception
16264:
16265: 2003-04-03 paf
16266:
16267: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16268: src/main/compile.tab.C, src/main/compile.y,
16269: src/main/compile_tools.C, src/main/compile_tools.h,
16270: src/main/execute.C, src/main/pa_request.C: debug info format
16271: simplified, now it's: OP_VALUE Operation::Origin << here value*
16272:
16273: higher limits: file number (max: 255) line number (max:
16274: 64535) column number (max: 255)
16275:
16276: * src/classes/math.C: top limit
16277:
16278: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16279: precise parse error position in case of
16280:
16281: ^bug ]
16282:
16283: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16284: changed to realities, and passed [bug fixed]
16285:
16286: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16287: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16288: main/compile_tools.h, main/pa_request.C: introducing
16289: ^process...[main-method-alias]
16290:
16291: * src/: classes/date.C, classes/image.C, classes/op.C,
16292: classes/string.C, classes/table.C, classes/xdoc.C,
16293: types/pa_vmethod_frame.h: MethodParams& now [methods without
16294: params receive zero reference, but they are expected not to look
16295: there]
16296:
1.211 moko 16297: * operators.ru.txt, operators.txt, src/classes/date.C,
16298: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16299: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16300: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16301: src/classes/response.C, src/classes/string.C,
16302: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16303: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16304: src/types/pa_method.h: MethodParams& now [methods without params
16305: receive zero reference, but they are expected not to look there]
16306:
16307: * operators.ru.txt, operators.txt, src/classes/op.C,
16308: src/include/pa_request.h, src/main/pa_request.C,
16309: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16310: better error reporting [file/line/col]
1.95 moko 16311:
16312: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16313: types/pa_vstring.h: slightly improved error messages text: 1. is
16314: '%s', it 2. method undefined in case of ^void[]
16315:
16316: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16317: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16318: handling done. now we have error columns todo: test it
16319:
16320: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16321: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16322:
16323: this makes life easier: were: bad stack order -- were in
16324: exception catch unwind order, which didn't match execution order
16325:
16326: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16327:
16328: @first[] ^throw[a;1]
16329:
16330: showed throw a first throw b try
16331:
16332: which is no good
16333:
16334: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16335: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16336: trace reset after handled exception [old bug fixed]
16337:
16338: * src/main/: compile.tab.C, compile.y: parse position old bug
16339: fixed. position reporting made precise [both, in parse erros and
16340: runtime errors]
16341:
16342: 2003-04-02 paf
16343:
16344: * src/: include/pa_operation.h, include/pa_request.h,
16345: main/compile.C, main/compile.tab.C, main/compile.y,
16346: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16347: main/pa_exception.C, main/pa_request.C: debug info: started
16348: using. todo:complete
16349:
16350: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16351: main/compile.C, main/compile.tab.C, main/compile.y,
16352: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16353: main/pa_request.C: prepared debug info todo:use it
16354:
16355: * src/include/pa_operation.h: strange mistake fixed: forgot to
16356: return Operation class->union after switching from autoptrs.
16357:
16358: * tests/: Makefile, results/108.processed, results/117.processed:
16359: meta considered OK [it's up to coder now to remove it not needed]
16360:
16361: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16362: Dictionary constructor when moved to gc]
16363:
16364: * src/main/pa_common.C: uncommented http:// file loading
16365:
16366: * src/include/pa_array.h, src/main/execute.C,
16367: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16368: fix [gdGrowingBuf]
16369:
16370: * configure.in, src/lib/Makefile.am: removed patches
16371:
16372: * configure, src/include/pa_config_auto.h.in,
16373: src/main/pa_charset.C: --enable-assertions autoconf-ed
16374:
16375: * src/main/pa_common.C: uncommented http:// file loading
16376:
16377: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16378: xdoc::create/load
16379:
16380: * src/: classes/form.C, classes/hash.C, classes/image.C,
16381: classes/string.C, classes/table.C, classes/void.C,
16382: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16383: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16384: String::String(str,helper_length) are checked. found/fixed one
16385: place: $request:body now zero-terminated,
16386:
16387: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16388: main/compile_tools.C, main/execute.C, types/pa_value.h,
16389: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16390: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16391: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16392: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16393: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16394: types/pa_vxnode.h: more locally scoped vars in execute (more
16395: easily optimizable)
16396:
16397: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16398: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16399:
16400: * src/: include/pa_array.h, include/pa_stack.h,
16401: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16402: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16403: become assertion iterator in methodframe filler
16404:
16405: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16406: targets/cgi/parser3.C: array::get/put inlined
16407:
16408: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16409: gc_substitute_memory_management_functions +installed CORD_oom
16410: function
16411:
16412: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16413: src/include/pa_config_includes.h, src/include/pa_string.h,
16414: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16415: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16416: assertions started configure.in --enable-assertions
16417:
16418: 2003-04-01 paf
16419:
16420: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16421: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16422: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16423: gdome uses glib memory, and stores last pointer to xmlDoc there,
16424: gc misses that and collects valid memory fixed by remembering
16425: xmlDoc from dom object in xdoc. todo: do something with
16426: premature free of xdoc with xnodes/node values referring into it
16427:
16428: * src/classes/: mail.C: typo fix
16429:
16430: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16431: changes
16432:
16433: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16434: main/pa_memory.C: moved memory debugging to global level: to
16435: pa_gc_malloc
16436:
16437: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16438: debugging showed no errors. todo: debug parser memory
16439:
16440: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16441: configurations
16442:
16443: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16444: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16445: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16446: types/types.dsp: prepared xml-static configuration
16447:
16448: 2003-03-31 paf
16449:
16450: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16451: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16452: xml lib memory debugging, simple checks failed: it seems that
16453: library does realloc(bad ptr), and recording those ptrs in heap
16454: [for debugging] was bad: heap situation changes = everything
16455: works fine
16456:
16457: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16458: xmlRegisterCharEncodingHandler limitation [currently imposed
16459: limit of 10 user-defined charsets]
16460:
16461: 2003-03-28 paf
16462:
16463: * src/main/execute.C: execution stack copied to local register
16464: variable, removed lots [~2e7) of memory accesses
16465:
16466: 2003-03-27 paf
16467:
16468: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16469: works in debug, but fails in release todo: fix that
16470:
16471: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16472: targets/cgi/parser3.C: forgot to merge XML memory funcs
16473: replacement from gc branch
16474:
16475: * src/main/pa_exec.C: introducing append_help_length [radical
16476: improvement here]
16477:
16478: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16479: 'not recommened' in gc.h, on win32 noticed no difference]
16480:
16481: * src/include/pa_array.h: returned checked array get [were disabled
16482: for debugging] result:not slower [don't understand that, it were
16483: INLINED] todo: find out a way of inlining it!
16484:
16485: * src/: include/pa_string.h, lib/gc/include/gc.h,
16486: lib/gc/include/gc_fake.h, main/compile.tab.C,
16487: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16488: convention changed: all resulting strings are zero-terminated
16489:
16490: * src/: classes/date.C, classes/file.C, classes/hash.C,
16491: classes/string.C, classes/table.C, classes/void.C,
16492: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16493: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16494: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16495: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16496: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16497: types/pa_vfile.C, types/pa_vmail.C: introducing
16498: append_help_length [radical improvement here]
16499:
16500: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16501: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16502: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16503: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16504: even slower
16505:
16506: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16507: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16508: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16509: clients of &get(): most to use non-ref version, some[in tight
16510: places] to get_unchecked_ref
16511:
16512: * src/doc/memory.dox: forgot to add
16513:
16514: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16515: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16516: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16517: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16518: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16519: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16520: targets/cgi/parser3.dsp, types/pa_vmail.C,
16521: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16522: T>>&<< removed after Stack::pop wiping removed [moved to separate
16523: func] other Array & removed
16524:
16525: 2003-03-26 paf
16526:
16527: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16528: classes/table.C, include/pa_array.h, include/pa_charset.h,
16529: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16530: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16531: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16532: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16533: main/pa_exec.C, main/pa_sql_driver_manager.C,
16534: main/pa_stylesheet_manager.C, main/pa_table.C,
16535: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16536: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16537: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16538: pre-evaluated .count() in some places
16539:
16540: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16541: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16542: types/types.dsp: .dsp profiling updated
16543:
16544: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16545: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16546: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16547:
16548: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16549: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16550: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16551: use lib/gc,lib/cord
16552:
1.116 moko 16553: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16554: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16555: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16556: src/include/pa_config_includes.h, src/include/pa_request.h,
16557: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16558: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16559: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16560: src/lib/cord/include/Makefile.am,
1.116 moko 16561: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16562: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16563: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16564: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16565: src/types/pa_vform.h, src/types/pa_vhash.h,
16566: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16567: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16568: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16569: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16570: funcs ported pa_exec
1.95 moko 16571:
16572: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16573:
16574: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16575: bundled gc includes
16576:
16577: * src/: classes/op.C, include/pa_array.h,
16578: include/pa_sql_connection.h, include/pa_string.h,
16579: include/pa_version.h, main/compile.tab.C, main/compile.y,
16580: main/execute.C, main/pa_common.C, main/pa_exception.C,
16581: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16582: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16583: first real site (aval)]
16584:
16585: 2003-03-25 paf
16586:
1.211 moko 16587: * operators.ru.txt, operators.txt,
16588: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16589: $status.memory used free since_compact process
1.95 moko 16590:
16591: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16592: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16593:
16594: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16595:
16596: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16597: src/types/pa_value.h, src/types/pa_vfile.h,
16598: src/types/pa_vobject.C, src/types/pa_vobject.h,
16599: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16600: tests/results/121.processed: untaint.C L_URI
16601:
1.211 moko 16602: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16603: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16604: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16605: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16606:
16607: * tests/results/109.processed: it was a bug in parser. updated 109
16608: test result
16609:
16610: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16611:
16612: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16613: tests/results/107.processed: fixed dom language [values are now
16614: considered tainted. it was a bug in parser. updated 107 test
16615: result
16616:
16617: * src/classes/xdoc.C: fixed transform params
16618:
16619: * src/: include/pa_stylesheet_manager.h,
16620: main/pa_stylesheet_manager.C: fixed stylesheet caching
16621:
16622: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16623: overloads for structure handling
16624:
16625: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16626: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16627: StringBody(0) ambiguilty, introducting static
16628: StringBody::Format(int)
16629:
16630: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16631: linked
16632:
16633: * src/types/pa_vxdoc.C: vxdoc compiled
16634:
16635: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16636: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16637: finalizers isntalled
16638:
16639: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16640: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16641: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16642: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16643: compiled todo: xnode.C / finalizers
16644:
16645: * src/doc/string.dox: updated: new string internals
16646:
16647: 2003-03-24 paf
16648:
16649: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16650: include/pa_charset.h, include/pa_config_fixed.h,
16651: include/pa_request.h, include/pa_stylesheet_connection.h,
16652: include/pa_stylesheet_manager.h, main/pa_charset.C,
16653: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16654: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16655: types/pa_vxnode.h: started XML
16656:
16657: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16658:
16659: * src/: classes/file.C, classes/image.C, classes/mail.C,
16660: include/pa_string.h, main/pa_common.C,
16661: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16662:
16663: * src/: classes/file.C, classes/image.C, classes/mail.C,
16664: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16665: main/pa_request.C, main/pa_sql_driver_manager.C,
16666: types/pa_vimage.h: size_t pos everywhere checks changed to check
16667: for eq STRING_NOT_FOUND
16668:
16669: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16670: optimize bit implemented
16671:
16672: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16673: String::ArrayFragment::append_positions fixed
16674:
16675: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16676: String::this_starts fixed
16677:
16678: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16679:
16680: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16681: hashcode implemented fully, including per-char callback [it can
16682: be - substr CORD node]
16683:
16684: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16685: rewritten to rewalloc with 100byte buf ahead
16686:
16687: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16688: src/include/pa_string.h, src/main/compile.tab.C,
16689: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16690: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16691: CORD_ec [bad] would rewrite as realloc now
16692:
16693: * src/: classes/date.C, classes/file.C, classes/form.C,
16694: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16695: include/pa_cache_managers.h, include/pa_charsets.h,
16696: include/pa_common.h, include/pa_request.h,
16697: include/pa_sql_driver_manager.h, include/pa_table.h,
16698: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16699: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16700: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16701: types/pa_vmail.C, types/pa_vmethod_frame.C,
16702: types/pa_vstateless_class.h: 2*2 worked :)
16703:
16704: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16705: src/include/pa_exec.h, src/include/pa_string.h,
16706: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16707: passed OK
16708:
16709: * src/: classes/hash.C, classes/string.C, classes/table.C,
16710: types/pa_value.C: all linked todo: debug
16711:
16712: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16713: types/pa_vstateless_class.C: all compiled. todo:link
16714:
16715: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16716:
16717: * src/types/pa_vtable.C: pa_vtable.C compiled
16718:
16719: * src/types/pa_vstring.C: pa_vstring.C compiled
16720:
16721: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16722:
16723: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16724: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16725: pa_vstateless_class.C, pa_vstateless_class.h:
16726: pa_vstateless_class.C compiled
16727:
16728: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16729: types/pa_vmath.C: pa_vmail.C compiled
16730:
16731: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16732:
16733: * src/types/pa_vform.C: pa_vform.C compiled
16734:
16735: * src/types/pa_vfile.C: pa_vfile.C compiled
16736:
16737: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16738: pa_vstateless_class.C: pa_vcookie.C compiled
16739:
16740: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16741: types/pa_vhash.h: pa_value.C compiled
16742:
16743: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16744: classes.lib main.lib compiled
16745:
16746: * src/classes/void.C: void.C compiled
16747:
16748: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16749: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16750: compiled
16751:
16752: * src/: classes/string.C, include/pa_request.h,
16753: include/pa_string.h, main/pa_string.C: string.C compiled
16754:
16755: * src/: classes/op.C, classes/string.C, classes/table.C,
16756: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16757: main/pa_request.C, main/pa_string.C: op.C compiled
16758:
16759: * src/classes/: math.C, op.C: math.C compiled
16760:
16761: * src/: classes/mail.C, classes/string.C, classes/table.C,
16762: types/pa_vmail.h: mail.C compiled
16763:
16764: * src/classes/: int.C, table.C: int.C compiled
16765:
16766: * src/: classes/hash.C, classes/image.C, classes/string.C,
16767: classes/table.C, include/pa_memory.h, include/pa_string.h,
16768: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16769: compiled
16770:
16771: * src/: classes/hash.C, classes/string.C, classes/table.C,
16772: classes/void.C, classes/xdoc.C, include/pa_request.h,
16773: include/pa_sql_connection.h: hash.C compiled
16774:
16775: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16776: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16777: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16778: classes/math.C, classes/op.C, classes/response.C,
16779: classes/string.C, classes/table.C, classes/void.C,
16780: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16781: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16782: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16783: file.C table.C compiled
16784:
16785: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16786: main/untaint.C: main.lib compiled
16787:
16788: 2003-03-21 paf
16789:
16790: * src/: classes/op.C, include/pa_cache_managers.h,
16791: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16792: include/pa_stylesheet_manager.h, main/pa_exception.C,
16793: main/pa_globals.C, main/pa_sql_driver_manager.C,
16794: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16795: compiled
16796:
16797: * src/: classes/hash.C, classes/image.C, classes/op.C,
16798: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16799: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16800: main/compile.C, main/pa_common.C, main/pa_request.C,
16801: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16802: pa_request.C compiled
16803:
16804: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16805: include/pa_request.h, main/execute.C, main/pa_request.C,
16806: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16807: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16808: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16809: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16810: compiled
16811:
16812: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16813: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16814: on unix
16815:
16816: * src/: include/pa_charset.h, include/pa_charsets.h,
16817: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16818: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16819: pa_charsets.C compiled
16820:
16821: * src/: classes/image.C, classes/mail.C, classes/op.C,
16822: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16823: main/compile.y, main/execute.C, main/pa_common.C,
16824: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16825: types/pa_vcode_frame.h, types/pa_vimage.h,
16826: types/pa_vmethod_frame.h: execute.C compiled
16827:
16828: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16829: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16830: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16831: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16832: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16833: include/pa_cache_managers.h, include/pa_charsets.h,
16834: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16835: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16836: include/pa_sql_driver_manager.h, include/pa_string.h,
16837: include/pa_stylesheet_connection.h,
16838: include/pa_stylesheet_manager.h, include/pa_table.h,
16839: main/compile.C, main/compile.tab.C, main/compile.y,
16840: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16841: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16842: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16843: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16844: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16845: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16846: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16847: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16848: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16849: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16850: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16851: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16852: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16853: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16854: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16855: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16856: types/pa_vresponse.h, types/pa_vstateless_class.C,
16857: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16858: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16859: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16860: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16861: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16862: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16863: [C++ CORD wrapper]
16864:
16865: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16866:
16867: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16868: $file::exec/cgi[script; $.charset[this is script's charset]
16869:
16870: command line, env values, input got transcoded before call
16871: stdout, stderr got transcoded after call
16872:
16873: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16874: by default. use: ^file::exec[...;$.stdin[$request.body]
16875:
16876: * src/main/pa_common.C: } typo bug fix
16877:
16878: * src/main/pa_common.C: } typo bug fix
16879:
16880: 2003-03-20 paf
16881:
16882: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16883: main/untaint.C: cord bug fix, but still errors todo: clear out
16884:
16885: * src/include/pa_string.h: more tests
16886:
16887: * src/main/pa_string.C: string.pos fixed
16888:
1.116 moko 16889: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16890: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16891: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16892: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16893: replaces
1.95 moko 16894:
16895: * src/: classes/image.C, include/pa_dictionary.h,
16896: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16897: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16898: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16899: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16900:
16901: * src/include/pa_string.h: warning
16902:
16903: * src/include/pa_string.h: this_starts fixed
16904:
16905: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16906: new String ctor & append params convention
16907:
16908: * src/: classes/file.C, classes/hash.C, classes/image.C,
16909: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16910: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16911: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16912: main/pa_exception.C, main/pa_exec.C,
16913: main/pa_sql_driver_manager.C, main/pa_string.C,
16914: main/pa_stylesheet_manager.C, main/untaint.C,
16915: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16916: types/pa_vmail.C: more tests OK
16917:
16918: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16919: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16920: gc/exit runned OK
16921:
16922: * src/types/pa_vmail.C: another naming problem: should not name
16923: vars like that: unpredictable close caused problems with later
16924: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16925: descriptors missing on startup: stdin; Bad file number
16926:
16927: todo: find out why so many filters(stream) here. probably wrong?
16928:
16929: * src/: include/pa_dictionary.h, include/pa_string.h,
16930: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16931: main/untaint.C: test compiled
16932:
16933: * src/: classes/image.C, classes/mail.C, classes/math.C,
16934: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16935: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16936: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16937: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16938: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16939: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16940: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16941: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16942: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16943:
16944: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16945: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16946: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16947: src/include/pa_memory.h, src/include/pa_request.h,
16948: src/include/pa_request_charsets.h,
16949: src/include/pa_sql_connection.h, src/include/pa_string.h,
16950: src/main/compile.tab.C, src/main/execute.C,
16951: src/main/pa_charset.C, src/main/pa_common.C,
16952: src/main/pa_exception.C, src/main/pa_exec.C,
16953: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16954: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16955: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16956: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16957: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16958: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16959: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16960: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16961: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16962: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16963: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16964: pa_common.C [done, without http for now]
16965:
16966: 2003-03-19 paf
16967:
16968: * src/: classes/date.C, classes/form.C, classes/hash.C,
16969: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16970: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16971: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16972: include/pa_string.h, include/pa_table.h, main/compile.C,
16973: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16974: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16975: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16976: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16977: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16978: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16979: types/pa_vstateless_class.h, types/pa_vtable.C,
16980: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16981: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16982: types/pa_wwrapper.h: started test
16983:
1.116 moko 16984: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16985: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16986:
16987: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16988: include/pa_string.h, main/pa_string.C: string compiled todo: test
16989: it
16990:
16991: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16992: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16993: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16994: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16995: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16996: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16997: types/pa_vmethod_frame.h, types/types.dsp: string
16998: reimplementation with cord+array<fragment>: 70%
16999:
17000: 2003-03-18 paf
17001:
17002: * src/: classes/date.C, classes/file.C, classes/form.C,
17003: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17004: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17005: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17006: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17007: can ignore lang in cmp and pos really, but would
17008: split properly!
17009:
17010: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17011: cord part made parser/src/lib: it's not compiled into libgc by
17012: default
17013:
17014: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17015: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17016: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17017: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17018: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17019: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17020: src/classes/xnode.C, src/classes/xnode.h,
17021: src/include/Makefile.am, src/include/pa_cache_managers.h,
17022: src/include/pa_charset.h, src/include/pa_charsets.h,
17023: src/include/pa_common.h, src/include/pa_dictionary.h,
17024: src/include/pa_exception.h, src/include/pa_exec.h,
17025: src/include/pa_globals.h, src/include/pa_hash.h,
17026: src/include/pa_memory.h, src/include/pa_pool.h,
17027: src/include/pa_request.h, src/include/pa_request_charsets.h,
17028: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17029: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17030: src/include/pa_stylesheet_connection.h,
17031: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17032: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17033: src/main/compile.C, src/main/compile.tab.C,
17034: src/main/compile_tools.C, src/main/compile_tools.h,
17035: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17036: src/main/pa_charsets.C, src/main/pa_common.C,
17037: src/main/pa_dictionary.C, src/main/pa_exception.C,
17038: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17039: src/main/pa_pool.C, src/main/pa_request.C,
17040: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17041: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17042: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17043: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17044: src/types/pa_junction.h, src/types/pa_method.h,
17045: src/types/pa_value.C, src/types/pa_value.h,
17046: src/types/pa_vclass.C, src/types/pa_vclass.h,
17047: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17048: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17049: src/types/pa_vdouble.h, src/types/pa_venv.h,
17050: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17051: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17052: src/types/pa_vimage.C, src/types/pa_vimage.h,
17053: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17054: src/types/pa_vmath.C, src/types/pa_vmath.h,
17055: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17056: src/types/pa_vobject.C, src/types/pa_vobject.h,
17057: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17058: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17059: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17060: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17061: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17062: src/types/pa_vstring.h, src/types/pa_vtable.C,
17063: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17064: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17065: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17066: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17067: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17068: gc: PA_Object done lots of replacements also
17069:
17070: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17071: gc logging
17072:
17073: 2003-03-17 paf
17074:
17075: * src/: classes/date.C, classes/file.C, classes/form.C,
17076: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17077: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17078: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17079: include/pa_string.h, include/pa_types.h, main/compile.C,
17080: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17081: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17082: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17083: main/pa_sql_driver_manager.C, main/pa_string.C,
17084: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17085: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17086: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17087: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17088: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17089: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17090: types/pa_vxnode.h: libgc attempt
17091:
17092: 2003-03-13 paf
17093:
17094: * src/: include/pa_sql_driver_manager.h,
17095: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17096: called
17097:
17098: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17099: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17100: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17101: types/pa_value.h, types/pa_vobject.h,
17102: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17103: set_base, set_derived simplified [counter leaks fixed]
17104:
17105: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17106: src/types/types.dsp: incorporated status class patch From:
17107: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17108: 2003 8:14 AM
17109:
17110: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17111: Win32 specific: QuotaPeakNonPagedPoolUsage
17112: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17113:
17114: 2003-03-12 paf
17115:
1.116 moko 17116: * configure, configure.in, src/lib/ltdl/configure,
17117: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17118: lib/ltdl/Makefile now created by /configure.in only [were by
17119: lib/ltdl/configure.in OVERWRITE]
17120:
1.116 moko 17121: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17122: linkage fixed for g++ 3.2.2
1.95 moko 17123:
17124: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17125: on using privately declared class [fixed]
17126:
17127: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17128: 3.2 rightliy complained on using privately declared class [fixed]
17129:
17130: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17131: sigpipe before request constructor now causes death
17132:
17133: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17134: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17135: not cause exception in exception handler
17136:
1.116 moko 17137: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17138: now default links libstdc++ statically. that can be overriden by
17139: --with-dynamic-stdcpp
1.95 moko 17140:
17141: 2003-03-11 paf
17142:
17143: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17144: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17145: necessity of libstdc++
17146:
17147: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17148:
17149: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17150:
17151: 2003-03-08 paf
17152:
17153: * tests/Makefile: make install & co
17154:
17155: * src/: include/pa_request.h, classes/op.C: removing
17156: vclass,object.h -> pa_request.h dependency
17157:
17158: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17159: main/pa_request.C: removing vform,response,cookie.h ->
17160: pa_request.h dependency
17161:
17162: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17163: dependency [testing...]
17164:
17165: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17166: return 0; fixed
17167:
17168: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17169: types/pa_vmail.h: vmail.C received just compiled [not tested]
17170:
17171: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17172:
17173: * src/main/pa_request.C: forgotten: ifdef XML
17174:
17175: * src/main/pa_request.C: forgotten: ifdef XML
17176:
17177: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17178: win32 and run memleak tests again
17179:
17180: * src/targets/cgi/parser3.C: charsets: see some strange things with
17181: old xml lib-- it's internal memory handling has faults
17182:
17183: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17184: problems when transcode from charset A to A.
17185:
17186: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17187: todo: still problems when transcode from charset A to A.
17188:
17189: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17190: classes/table.C, include/pa_array.h,
17191: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17192: started full-scale-site-test [~ http://parser.ru sources]
17193:
17194: some fixes
17195:
17196: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17197: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17198: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17199: results/110.processed, results/111.processed,
17200: results/112.processed, results/113.processed,
17201: results/114.processed, results/115.processed,
17202: results/116.processed, results/117.processed,
17203: results/118.processed, results/119.processed,
17204: results/120.processed: xml: tests 109 dom create/show 110 xpath
17205: selectSingle 111 xdoc.create from tainted & 112
17206: xdoc.create/output with russian attr value 113 xpath
17207: selectString/Number 114 dom attributes.count 115 xpath selectBool
17208: 116 output media-type change 117 transform by dom stylesheet 118
17209: empty transform result 119 dom setAttribute 120 nbsp letter
17210: output
17211:
17212: =END OF PREPARED XML TESTS=
17213:
17214: 2003-03-07 paf
17215:
17216: * src/classes/xdoc.C, src/include/pa_charset.h,
17217: src/include/pa_stylesheet_connection.h, tests/108.html,
17218: tests/108.xsl, tests/results/108.processed: xml: test 108
17219: transform with params [bugs fixed]
17220:
17221: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17222: from copy/paste bug
17223:
17224: * src/classes/xdoc.C, src/include/pa_charset.h,
17225: src/include/pa_request.h, src/main/execute.C,
17226: src/main/pa_charset.C, src/main/pa_exception.C,
17227: src/main/pa_globals.C, src/main/pa_request.C,
17228: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17229: src/types/pa_vxnode.C, tests/107.html,
17230: tests/results/107.processed: xml: test: 107 bug fixes
17231:
17232: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17233: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17234: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17235:
17236: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17237: string
17238:
17239: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17240: mem alloc functions used for different cases [libxml, libxsl]
17241:
17242: * src/classes/classes.C: fixed: prevent system classes from
17243: modification to lock ALL the classes, not only directly used
17244:
17245: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17246: linked
17247:
17248: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17249:
17250: 2003-03-06 paf
17251:
17252: * src/classes/xdoc.C: xdoc.C 50%
17253:
17254: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17255: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17256: main/pa_globals.C, main/pa_request.C,
17257: main/pa_stylesheet_manager.C: xnode.C compiled
17258:
17259: * src/: include/pa_stylesheet_connection.h,
17260: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17261: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17262:
17263: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17264: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17265: xml: stylesheet&manager STARTED
17266:
17267: * src/: include/pa_globals.h, main/pa_charset.C,
17268: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17269:
17270: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17271: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17272: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17273: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17274: charsets
17275:
17276: * tests/023.html: in some cases it rounded up badly. postponing
17277: solution of that problem, making more simple test
17278:
17279: * tests/: 058_paf2000.png, results/058.processed: .png added with
17280: -kb now
17281:
17282: * src/: include/pa_charset.h, include/pa_charsets.h,
17283: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17284: moved to charsets.C
17285:
17286: 2003-03-05 paf
17287:
17288: * src/classes/string.C, src/include/pa_string.h,
17289: src/main/pa_string.C, tests/105.html,
17290: tests/results/105.processed: String::match bug fixed
17291:
17292: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17293: tests/results/104.processed: ^bpt operator added [does int3 in
17294: debug build on win32]
17295:
17296: * tests/: 057.html, results/057.processed: test bug fixed
17297:
1.116 moko 17298: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17299:
17300: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17301: missing
17302:
1.116 moko 17303: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17304: forgotten files added to Makes
1.95 moko 17305:
17306: * ltmain.sh: ltmain.sh added
17307:
17308: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17309: change undone ;(
17310:
17311: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17312: made static
17313:
17314: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17315: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17316: todo:make linker happy
1.95 moko 17317:
17318: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17319: env param made optional
17320:
17321: 2003-03-04 paf
17322:
17323: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17324: types/pa_vimage.h: number of gcc compiler bugs fixed
17325:
17326: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17327: results/103.processed: tests: 103 image.copy transparence test
17328:
17329: * src/main/execute.C, tests/101.html, tests/102.html,
17330: tests/results/101.processed, tests/results/102.processed: tests:
17331: 101 method/variable name conflict test 102 form fields change
17332: should not not change anything [bug fix]
17333:
17334: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17335: results/099.processed, results/100.processed: tests: 57 date
17336: create 2002: added 99,100 response:body/download
17337:
17338: * src/classes/image.C, tests/098.html, tests/098font.gif,
17339: tests/results/098.processed: test: 98 image font text [bug fixed]
17340:
17341: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17342: tests/results/097.processed: test: 97 file::load http:// [bugs
17343: fixed]
17344:
17345: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17346: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17347: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17348: image EXIF [bug fixed]
17349:
17350: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17351: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17352: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17353: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17354: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17355: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17356: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17357: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17358: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17359: tests/094.html, tests/095.html, tests/results/061.processed,
17360: tests/results/062.processed, tests/results/063.processed,
17361: tests/results/064.processed, tests/results/065.processed,
17362: tests/results/066.processed, tests/results/067.processed,
17363: tests/results/068.processed, tests/results/069.processed,
17364: tests/results/070.processed, tests/results/071.processed,
17365: tests/results/072.processed, tests/results/073.processed,
17366: tests/results/074.processed, tests/results/075.processed,
17367: tests/results/076.processed, tests/results/077.processed,
17368: tests/results/078.processed, tests/results/080.processed,
17369: tests/results/081.processed, tests/results/082.processed,
17370: tests/results/083.processed, tests/results/084.processed,
17371: tests/results/085.processed, tests/results/086.processed,
17372: tests/results/087.processed, tests/results/088.processed,
17373: tests/results/089.processed, tests/results/090.processed,
17374: tests/results/091.processed, tests/results/092.processed,
17375: tests/results/093.processed, tests/results/094.processed,
17376: tests/results/095.processed, tests/079.html,
17377: tests/results/079.processed: tests: 61 file::stat size 62
17378: string->int autoconvert 63 double .int,dec,div,mul 64 date
17379: compare 65 file: basename,justname,justext 66 math:crypt 67
17380: string.match simple on long 68 string.match normalized simple on
17381: long 69 string.int 70 file::stat content-type 71 table.join 72
17382: hash parameter conditional pass 73 date daylightsaving,yearday 74
17383: date arithmetics 75 response date values/attributes 76 string.pos
17384: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17385: with local 80 scientific numeric literal in string autoconvert 81
17386: xor: logical and numerical 82 for delims 83 menu delims 84
17387: table.hash distinct 85 long string replace 86 throw+catch
17388: current language preserve 87 bit shifts 88 junction tests +
17389: $caller test 89 hash.foreach selfmodification 90 int/void to int
17390: 91 $caller test 92 junction is + def junction tests 93 $caller
17391: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17392:
17393: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17394: fixed] 60 string eq string [bug fixed]
17395:
17396: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17397: 058.html, 058_paf2000.png, 059.html, 060.html,
17398: results/053.processed, results/054.processed,
17399: results/055.processed, results/056.processed,
17400: results/057.processed, results/058.processed,
17401: results/059.processed, results/060.processed: test: 53
17402: string.replace 54 junctions 55 table.hash 56 call indirect 57
17403: date.create[string] 58 image.measure[png]
17404:
17405: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17406: outputs/051.processed, results/052.processed: test: 52
17407: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17408: task: fix that
17409:
17410: 2003-03-03 paf
17411:
17412: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17413: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17414: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17415: outputs/049.processed, outputs/050.processed,
17416: outputs/051.processed, results/001.processed,
17417: results/002.processed, results/003.processed,
17418: results/005.processed, results/006.processed,
17419: results/008.processed, results/009.processed,
17420: results/011.processed, results/012.processed,
17421: results/013.processed, results/014.processed,
17422: results/015.processed, results/016.processed,
17423: results/017.processed, results/020.processed,
17424: results/021.processed, results/022.processed,
17425: results/024.processed, results/025.processed,
17426: results/026.processed, results/027.processed,
17427: results/028.processed, results/029.processed,
17428: results/030.processed, results/031.processed,
17429: results/049.processed, results/050.processed,
17430: results/051.processed, results/043.processed,
17431: results/044.processed, results/045.processed,
17432: results/046.processed, results/047.processed,
17433: results/048.processed: tests: 43,44,45 date rolls 46
17434: autoevaluating junction 47 table.select 48 name with subvar 49
17435: hash-creating switch 50 process 51 started parent/child, works as
17436: it were but it were NOT GOOD, created separate task to fix that
17437:
17438: * tests/: 042.html, results/042.processed: test: 42
17439: exception.handled
17440:
17441: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17442: expression
17443:
17444: * tests/: 040.html, results/040.processed: test: 39 method result
17445: of type table 40 method param junction auto evaluate
17446:
17447: * tests/: 039.html, results/039.processed: test: 37 method result
17448: of type table
17449:
17450: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17451: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17452: tests/038.html, tests/results/033.processed,
17453: tests/results/034.processed, tests/results/035.processed,
17454: tests/results/036.processed, tests/results/037.processed,
17455: tests/results/038.processed: tests: 33 string.replace 34
17456: string.upper 35 table created 36 local/global vars with juntions
17457: 37 table clone 38 math PI & number formatting
17458:
17459: math class registring typo fixed
17460:
17461: * src/classes/op.C, src/include/pa_request.h,
17462: src/include/pa_string.h, src/main/execute.C,
17463: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17464: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17465: tests/032.html, tests/results/032.processed: uchar changed to
17466: String_UL in all places [was not everywhere] untaint test: 032
17467:
17468: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17469: tests/results/004.processed, tests/parser-cygwin.sh,
17470: tests/parser-unix.sh: removed -H command line key, now testing
17471: using .sh file with SERVER_SOFTWARE=xxx
17472:
17473: 2003-02-26 paf
17474:
17475: * src/main/execute.C, src/types/pa_vstateless_class.h,
17476: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17477: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17478: tests/results/024.processed, tests/results/025.processed,
17479: tests/results/026.processed, tests/results/027.processed,
17480: tests/results/028.processed, tests/results/029.processed,
17481: tests/results/030.processed, tests/results/031.processed: fixed
17482: bug with name_cstr mutable CharPtr more tests
17483:
17484: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17485: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17486: << abort. die now just exits
17487:
17488: * src/classes/classes.awk, src/classes/classes.h,
17489: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17490: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17491: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17492: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17493: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17494: src/classes/xnode.C, src/include/pa_memory.h,
17495: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17496: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17497: src/types/pa_vform.C, tests/015.html, tests/016.html,
17498: tests/017.html, tests/018.html, tests/019.html,
17499: tests/019paf2001.gif, tests/020.html, tests/021.html,
17500: tests/022.html, tests/023.html, tests/022_dir/a.html,
17501: tests/022_dir/b.txt, tests/022_dir/c.htm,
17502: tests/results/015.processed, tests/results/016.processed,
17503: tests/results/017.processed, tests/results/018.processed,
17504: tests/results/019.processed, tests/results/020.processed,
17505: tests/results/021.processed, tests/results/022.processed,
17506: tests/results/023.processed: methoded_array now contains all Mxxx
17507: classes SAPI::get_env now returns info on pool more tests
17508:
17509: * src/include/pa_array.h, src/include/pa_hash.h,
17510: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17511: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17512: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17513: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17514: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17515: tests/results/001.processed, tests/results/002.processed,
17516: tests/results/003.processed, tests/results/004.processed,
17517: tests/results/005.processed, tests/results/006.processed,
17518: tests/results/007.processed, tests/results/008.processed,
17519: tests/results/009.processed, tests/results/010.processed,
17520: tests/results/011.processed, tests/results/012.processed,
17521: tests/results/013.processed, tests/results/014.processed: hash
17522: cloning fixed
17523:
17524: 2003-02-25 paf
17525:
17526: * src/main/pa_common.C: typo fixed
17527:
17528: 2003-02-24 paf
17529:
17530: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17531: [one remained]
17532:
17533: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17534: [should have been get_string(&pool)] todo: check other such calls
17535:
17536: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17537: test10, bad lookups
17538:
17539: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17540: object got destructed, and xxx points to sky
17541:
17542: * ChangeLog, src/classes/string.C: match bug fixed
17543:
17544: * src/types/pa_vmail.C: body [text/html] transcoded to
17545: $.charset[specified] now
17546:
17547: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17548: which failed to handle sigsetjmp+throw: crashed inside of
17549: pre-throw code. rewritten simplier [though duplicating
17550: closesocket code]
17551:
17552: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17553: which failed to handle sigsetjmp+throw: crashed inside of
17554: pre-throw code. rewritten simplier [though duplicating
17555: closesocket code]
17556:
17557: 2003-02-21 paf
17558:
1.211 moko 17559: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17560: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17561: now]]
1.95 moko 17562:
17563: written makefile with regression tests [raw]
17564:
17565: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17566: tests' only [it's not forcing CGI mode now] now use -H to output
17567: CGI header when parser used in command line [useful for tests
17568: also]
17569:
17570: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17571: switches on CGI mode, and is used in regression tests
17572:
17573: * src/: include/pa_request.h, main/pa_request.C,
17574: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17575: fixed
17576:
17577: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17578: handling pa_*
17579:
17580: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17581: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17582: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17583: memory handling files
17584:
17585: * src/main/pa_array.C: pool::format_integer terminator fixed
17586:
17587: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17588: compiles OK test to show benefits of free
17589:
17590: * src/: classes/file.C, classes/image.C, classes/mail.C,
17591: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17592: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17593: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17594: use pool [as the one in ^process]
17595:
17596: * src/classes/op.C: fixed process. sould now check for all cstr's
17597: -- some must use pool [as the one in ^process]
17598:
17599: 2003-02-20 paf
17600:
17601: * src/: classes/date.C, classes/double.C, classes/file.C,
17602: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17603: classes/math.C, classes/op.C, classes/response.C,
17604: classes/string.C, classes/table.C, classes/void.C,
17605: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17606: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17607: string cmp fixed
17608:
17609: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17610: values passed OK now
17611:
17612: 2003-02-19 paf
17613:
17614: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17615: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17616: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17617: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17618: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17619: all remaning leaks resulted from pooled::malloc calls [excluding
17620: in gd -- planning complete rewrite extremely ugly code]
17621:
17622: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17623: files
17624:
17625: 2003-02-17 paf
17626:
17627: * src/: classes/date.C, classes/double.C, classes/file.C,
17628: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17629: classes/response.C, classes/string.C, classes/table.C,
17630: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17631: include/pa_stylesheet_connection.h,
17632: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17633: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17634: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17635: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17636: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17637: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17638: of unitialized simple-typed field
17639:
17640: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17641: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17642: simple-typed field fixed. todo: find&kill all like that one
17643:
17644: * src/: main/execute.C, targets/cgi/pa_pool.C,
17645: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17646: debug output fixed
17647:
17648: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17649: main/pa_request.C: stack-stored items need extra .ref to prevent
17650: object_ptr from delete[them]
17651:
17652: * src/: classes/date.C, classes/op.C, classes/table.C,
17653: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17654: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17655: main/pa_charset.C, main/pa_common.C,
17656: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17657: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17658: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17659: calls
17660:
17661: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17662: couple mem leaks rusulted from old pooled::malloc usage.
17663: todo:find more like those
17664:
17665: * src/main/: compile.C, compile_tools.C: 2*2!
17666:
17667: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17668: stackItem fixed [there were no string on stack before]
17669:
17670: * src/: main/execute.C, main/pa_request.C,
17671: types/pa_vmethod_frame.C: first letters out OK
17672:
17673: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17674: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17675: main/pa_string.C, main/untaint.C, types/pa_value.h,
17676: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17677: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17678: type not initialized with zeros :( while class fields of class
17679: types initialized with default constructors. learn C++
17680:
17681: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17682: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17683: classes/math.C, classes/xdoc.C, classes/xnode.C,
17684: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17685: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17686:
17687: 2003-02-14 paf
17688:
17689: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17690: 13 link errors
17691:
17692: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17693: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17694: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17695: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17696: errors :)
17697:
17698: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17699: classes/hash.C, classes/mail.C, classes/op.C,
17700: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17701: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17702: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17703: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17704:
17705: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17706: classes/table.C, include/pa_common.h, include/pa_globals.h,
17707: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17708: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17709: types/pa_vint.h, types/types.dsp: op compiled
17710:
17711: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17712: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17713: main/untaint.C, types/pa_vtable.h: string, response compiled
17714:
17715: 2003-02-07 paf
17716:
17717: * src/: classes/table.C, types/pa_vtable.h: table compiled
17718:
17719: 2003-02-06 paf
17720:
17721: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17722: mail compiled
17723:
17724: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17725: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17726: types/pa_vfile.h, types/pa_vimage.h: image compiled
17727:
17728: * src/classes/: file.C, form.C: form compiled
17729:
17730: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17731: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17732: types/pa_vfile.C, types/pa_vfile.h: file compiled
17733:
17734: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17735: types/pa_vmath.h: math compiled [win32]
17736:
17737: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17738: types/pa_vstring.h: hash compiled
17739:
17740: 2003-02-04 paf
17741:
17742: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17743: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17744: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17745: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17746: types/pa_vhash.h: hash 50% compiled
17747:
17748: * src/: classes/date.C, classes/file.C, classes/hash.C,
17749: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17750: classes/string.C, classes/table.C, classes/xdoc.C,
17751: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17752: main/pa_string.C: date compiled
17753:
17754: * src/classes/: classes.dsp, double.C: double compiled
17755:
17756: * src/: classes/date.C, classes/double.C, classes/file.C,
17757: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17758: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17759: classes/string.C, classes/table.C, classes/void.C,
17760: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17761: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17762: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17763: compiled
17764:
17765: * src/: classes/date.C, classes/double.C, classes/file.C,
17766: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17767: classes/math.C, classes/op.C, classes/response.C,
17768: classes/string.C, classes/table.C, classes/void.C,
17769: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17770: types/pa_vvoid.h: void compiled :)
17771:
17772: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17773: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17774: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17775: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17776: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17777: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17778: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17779: types/pa_vresponse.C, types/pa_vstateless_class.C,
17780: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17781: types/pa_wcontext.C, types/types.dsp: removed stupid
17782: value_includes.h
17783:
17784: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17785: trying to remove stupid value_includes.h
17786:
17787: * src/main/pa_exec.C: pa_exec compiled on win32
17788:
17789: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17790:
17791: * src/: include/pa_globals.h, include/pa_request.h,
17792: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17793: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17794: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17795: types/pa_vrequest.C, types/pa_vstateless_class.C,
17796: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17797:
17798: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17799: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17800: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17801:
17802: * src/: include/pa_array.h, include/pa_config_includes.h,
17803: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17804: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17805: compiled
17806:
17807: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17808: name conflicts)
17809:
17810: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17811: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17812: yelds "virtual memory exhausted" while trying to compile
17813: execute.C [eating up to 127MB]
17814:
17815: 2003-02-03 paf
17816:
17817: * src/: include/pa_config_includes.h, include/pa_hash.h,
17818: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17819: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17820: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17821: types/pa_vint.h, types/pa_vjunction.h,
17822: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17823: started gcc compiling pa_common compiled
17824:
17825: * src/: include/pa_exception.h, include/pa_pool.h,
17826: main/pa_exception.C: exception gcc change #1
17827:
1.116 moko 17828: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17829: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17830:
17831: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17832:
17833: * src/types/pa_vtable.C: vtable compiled
17834:
17835: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17836:
17837: * src/: include/pa_cache_managers.h, main/pa_request.C,
17838: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17839:
17840: * src/types/pa_vstateless_class.C: vstateless_class compiled
17841:
17842: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17843:
17844: * src/types/pa_vrequest.C: vrequest compiled
17845:
17846: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17847: pa_vobject.C, pa_vobject.h: vobject compiled
17848:
17849: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17850: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17851: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17852: compiled
17853:
17854: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17855:
17856: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17857: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17858: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17859: compiled
17860:
17861: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17862: main.lib - 0 error(s), 0 warning(s)
17863:
17864: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17865: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17866:
17867: 2003-01-31 paf
17868:
17869: * src/: include/pa_array.h, include/pa_operation.h,
17870: include/pa_request.h, main/execute.C, main/main.dsp,
17871: types/pa_vjunction.h: started last file from main library:
17872: execute
17873:
17874: * src/: include/pa_request.h, include/pa_sapi.h,
17875: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17876: main/pa_request.C, targets/cgi/parser3.C,
17877: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17878: types/pa_vhash.h: pa_request compiled
17879:
17880: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17881: include/pa_globals.h, include/pa_request.h,
17882: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17883: main/execute.C, main/main.dsp, main/pa_common.C,
17884: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17885: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17886: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17887: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17888: types/types.dsp: most pa_request compiled
17889:
17890: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17891: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17892: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17893: classes/op.C, classes/response.C, classes/string.C,
17894: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17895: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17896: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17897: include/pa_config_fixed.h, include/pa_config_includes.h,
17898: include/pa_dictionary.h, include/pa_dir.h,
17899: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17900: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17901: include/pa_pool.h, include/pa_request.h,
17902: include/pa_request_charsets.h, include/pa_request_info.h,
17903: include/pa_sapi.h, include/pa_socks.h,
17904: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17905: include/pa_stack.h, include/pa_string.h,
17906: include/pa_stylesheet_connection.h,
17907: include/pa_stylesheet_manager.h, include/pa_table.h,
17908: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17909: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17910: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17911: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17912: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17913: main/compile.C, main/compile.tab.C, main/compile.y,
17914: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17915: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17916: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17917: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17918: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17919: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17920: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17921: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17922: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17923: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17924: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17925: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17926: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17927: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17928: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17929: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17930: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17931: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17932: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17933: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17934: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17935: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17936: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17937: types/pa_vresponse.h, types/pa_vstateless_class.C,
17938: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17939: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17940: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17941: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17942: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17943: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17944:
17945: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17946: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17947: src/include/pa_charsets.h, src/include/pa_common.h,
17948: src/include/pa_dictionary.h, src/include/pa_exception.h,
17949: src/include/pa_exec.h, src/include/pa_pool.h,
17950: src/include/pa_request.h, src/include/pa_sapi.h,
17951: src/include/pa_sql_connection.h,
17952: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17953: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17954: src/main/compile.tab.C, src/main/compile_tools.C,
17955: src/main/compile_tools.h, src/main/main.dsp,
17956: src/main/pa_charset.C, src/main/pa_charsets.C,
17957: src/main/pa_common.C, src/main/pa_dictionary.C,
17958: src/main/pa_exception.C, src/main/pa_exec.C,
17959: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17960: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17961: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17962: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17963: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17964: src/types/pa_vdouble.h, src/types/pa_venv.h,
17965: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17966: src/types/pa_vhash.h, src/types/pa_vimage.C,
17967: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17968: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17969: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17970: src/types/pa_vobject.C, src/types/pa_vobject.h,
17971: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17972: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17973: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17974: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17975: src/types/pa_vstring.h, src/types/pa_vtable.h,
17976: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17977: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17978: died, long live StringPtr
17979:
17980: 2003-01-30 paf
17981:
17982: * src/: include/pa_charset.h, include/pa_request.h,
17983: include/pa_sql_driver_manager.h, main/compile.tab.C,
17984: main/compile.y, main/compile_tools.h, main/pa_request.C,
17985: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17986:
17987: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17988: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17989: types/pa_vhash.h, types/pa_vmethod_frame.h,
17990: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17991: types/types.dsp: vstateless_class compiled
17992:
17993: * src/main/compile.C: compile compiled
17994:
17995: * src/: include/pa_array.h, include/pa_operation.h,
17996: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17997: main/pa_table.C: compile_tools compiled
17998:
17999: * src/: include/pa_operation.h, main/compile.y,
18000: main/compile_tools.C, main/compile_tools.h: started
18001: compile_tools. vagues ideas of how to free compiled code
18002:
18003: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18004: main/main.dsp, types/pa_value.C, types/pa_value.h,
18005: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18006: compiled
18007:
18008: 2003-01-29 paf
18009:
18010: * src/: include/pa_globals.h, include/pa_request.h,
18011: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18012: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18013: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18014: compiled
18015:
18016: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18017: now
18018:
18019: * src/: include/pa_array.h, include/pa_exception.h,
18020: include/pa_pool.h, main/pa_exception.C: gd compiled
18021:
18022: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18023: compiled
18024:
18025: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18026: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18027: types/pa_vfile.h: vfile compiled
18028:
18029: * src/: include/pa_common.h, include/pa_globals.h,
18030: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18031: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18032: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18033:
18034: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18035: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18036: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18037: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18038: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18039:
18040: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18041: main/main.dsp, main/untaint.C: more compiled
18042:
18043: * src/: include/pa_charsets.h, include/pa_request.h,
18044: include/pa_request_info.h, include/pa_string.h,
18045: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18046: types/pa_vresponse.h: vrequest compiled
18047:
18048: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18049: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18050: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18051:
18052: * src/: classes/classes.h, include/pa_charset.h,
18053: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18054: include/pa_request.h, include/pa_string.h, main/main.dsp,
18055: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18056: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18057: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18058: types/pa_vrequest.C, types/pa_vrequest.h,
18059: types/pa_vstateless_class.h, types/pa_vstring.h,
18060: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18061:
18062: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18063: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18064: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18065: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18066: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18067: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18068: types/pa_vobject.h, types/pa_vstateless_class.h,
18069: types/pa_vstateless_object.h, types/pa_vstatus.h,
18070: types/pa_vstring.h, types/types.dsp: vmath compiled
18071:
18072: 2003-01-28 paf
18073:
18074: * src/: classes/classes.h, classes/date.C, classes/file.C,
18075: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18076: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18077: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18078: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18079: compile_tools
18080:
18081: * src/: include/pa_charset.h, include/pa_exception.h,
18082: include/pa_request.h, include/pa_string.h, main/untaint.C:
18083: untaint compiled
18084:
18085: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18086: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18087: more compiled. struck with string::store_to needing to know
18088: source/client charsets
18089:
18090: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18091: types/pa_vfile.h: uue compiled
18092:
18093: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18094: table compiled
18095:
18096: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18097: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18098:
18099: * src/: include/pa_charset.h, main/pa_charset.C,
18100: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18101: introduced]
18102:
18103: * src/: classes/date.C, include/pa_charset.h,
18104: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18105: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18106: pa_charsets compiled
18107:
18108: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18109: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18110:
18111: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18112: common compiled
18113:
18114: * src/: include/pa_charsets.h, main/pa_charsets.C,
18115: main/pa_sql_driver_manager.C: pa_charsets compiled
18116:
18117: * src/: include/pa_array.h, include/pa_charset.h,
18118: include/pa_charsets.h, include/pa_pool.h,
18119: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18120: include/pa_stack.h, include/pa_string.h,
18121: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18122: sql_driver_manager compiled
18123:
18124: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18125: letter i with two dots added to koi, all ukranian letters added
18126: to win1251.
18127:
18128: typographic simbol 0xb9 deleted from win1251 [strange one & were
18129: abscent from koi]
18130:
18131: 2003-01-27 paf
18132:
18133: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18134: include/pa_sql_driver_manager.h, include/pa_string.h,
18135: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18136: sql/pa_sql_driver.h: paused on sql_manager
18137:
18138: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18139: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18140: include/pa_stack.h, main/pa_sql_driver_manager.C,
18141: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18142:
18143: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18144: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18145: include/pa_table.h, main/pa_sql_driver_manager.C,
18146: main/pa_table.C: table compiled
18147:
18148: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18149: cache_managers compiled
18150:
18151: * src/: include/pa_array.h, include/pa_charset.h,
18152: include/pa_pool.h, main/pa_charset.C: charset compiled
18153:
18154: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18155:
18156: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18157: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18158: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18159: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18160: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18161:
18162: 2003-01-24 paf
18163:
18164: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18165: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18166: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18167: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18168: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18169: types/pa_vint.h, types/pa_vjunction.h,
18170: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18171: types/pa_vstatus.h, types/pa_vstring.h: more patched
18172:
18173: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18174: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18175: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18176: main/pa_string.C, main/pa_table.C: string compiled
18177:
18178: * src/: include/pa_array.h, include/pa_common.h,
18179: include/pa_dictionary.h, include/pa_exception.h,
18180: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18181: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18182: main/pa_string.C: dictionary compiled
18183:
18184: 2003-01-23 paf
18185:
18186: * src/: include/pa_array.h, include/pa_common.h,
18187: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18188: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18189: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18190: types/pa_value.h: resurrected pool in new sense: now it's
18191: factory, producing&accounting memory chunks for read[autofree]
18192: buffers
18193:
18194: * src/: include/pa_array.h, include/pa_exception.h,
18195: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18196: main/pa_exception.C, main/pa_table.C: table compiled
18197:
18198: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18199: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18200: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18201: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18202: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18203: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18204: main/pa_table.C: aint that easy
18205:
18206: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18207: main/main.dsp: continued with Hash
18208:
18209: * src/main/pa_common.C: connect_string allocated on heap[wes on
18210: stack] now. and exception can be reported OK now [can be reported
18211: outside of pro c with that stack]
18212:
18213: 2003-01-22 paf
18214:
18215: * src/: include/pa_array.h, include/pa_charset.h,
18216: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18217: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18218: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18219: base: contains references_count. auto_ptr template calls
18220: add_ref/release
18221:
18222: 2003-01-21 paf
18223:
18224: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18225: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18226: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18227: classes/op.C, classes/response.C, classes/string.C,
18228: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18229: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18230: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18231: include/pa_config_fixed.h, include/pa_config_includes.h,
18232: include/pa_dictionary.h, include/pa_dir.h,
18233: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18234: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18235: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18236: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18237: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18238: include/pa_stack.h, include/pa_string.h,
18239: include/pa_stylesheet_connection.h,
18240: include/pa_stylesheet_manager.h, include/pa_table.h,
18241: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18242: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18243: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18244: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18245: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18246: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18247: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18248: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18249: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18250: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18251: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18252: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18253: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18254: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18255: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18256: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18257: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18258: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18259: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18260: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18261: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18262: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18263: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18264: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18265: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18266: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18267: types/pa_vstateless_object.h, types/pa_vstatus.C,
18268: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18269: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18270: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18271: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18272: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18273: 2002->2003
18274:
18275: 2003-01-16 paf
18276:
1.211 moko 18277: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18278: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18279: $.any-status(1)
1.95 moko 18280:
1.211 moko 18281: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18282: src/main/pa_common.C: http request now return status. and not
18283: fail on status!=200
18284:
18285: 2003-01-15 paf
18286:
18287: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18288:
18289: 2003-01-14 paf
18290:
18291: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18292: mkinstalldirs: removed some ancient files [they in / really]
18293:
18294: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18295: regretfully needed patch in two places. in config_fixed.h made
18296: stubs for lib to compile in MSVC
18297:
18298: 2003-01-13 paf
18299:
18300: * config.guess, config.sub, ltmain.sh: removed last piece of
18301: configure.in(libtool) hacks
18302:
1.116 moko 18303: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18304: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18305: ltdl.h: moved to latest libtool (1.4.3)
18306:
18307: 2003-01-10 paf
18308:
18309: * src/lib/ltdl/: configure, configure.in: PROG_NM
18310:
18311: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18312: patches. libxml2 >= 2.5.1
18313: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18314: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18315: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18316:
18317: * INSTALL: moved to latest versions of xml libs libxml2 >=
18318: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18319: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18320: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18321:
18322: 2003-01-09 paf
18323:
18324: * INSTALL: xml,xslt,gdome lib urls updated
18325:
18326: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18327: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18328: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18329: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18330: 1.7.2
1.95 moko 18331:
18332: * depcomp: moving to automake 1.7.2
18333:
18334: 2002-12-27 paf
18335:
18336: * src/include/pa_version.h: 0007
18337:
18338: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18339: outdated parts, made links to language docs
18340:
18341: * src/include/pa_config_auto.h.in: comment
18342:
18343: 2002-12-26 paf
18344:
18345: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18346: not contain trailing / fixed.
18347:
18348: * INSTALL: changing SAFE_MODE politics
18349:
18350: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18351:
18352: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18353:
18354: 2002-12-25 paf
18355:
18356: * src/main/pa_globals.C: optimized-xml
18357:
18358: * src/main/pa_globals.C: optimized-as-is
18359:
18360: 2002-12-24 paf
18361:
18362: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18363: fixed [were really called with zero size when .html?a=&b=]
18364:
18365: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18366: with --with-sendmail
18367:
18368: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18369: fixed]
18370:
18371: 2002-12-23 paf
18372:
18373: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18374: ignoring parameters & were storing only string with default
18375: expires
18376:
18377: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18378: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18379: December 23, 2002 4:22 AM Subject: bug â
18380: Charset::transcode_buf2xchar
18381:
18382: 2002-12-20 paf
18383:
18384: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18385: non-cgi [script] runs
18386:
18387: 2002-12-19 paf
18388:
18389: * INSTALL: --without-iconv recommended [it crashes on some systems
18390: [tested on elik]] moreover, it's not needed there [parser
18391: registers charsets itself]
18392:
18393: * INSTALL: --without-iconv recommended [it crashes on some systems
18394: [tested on elik]]
18395:
1.211 moko 18396: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18397: src/include/pa_request.h, src/main/pa_globals.C,
18398: src/main/pa_request.C: $response:download
18399:
18400: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18401: compiler [win32]].
18402:
18403: 2002-12-18 paf
18404:
18405: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18406:
18407: 2002-12-17 paf
18408:
18409: * src/targets/cgi/parser3.C: merged die&iis changes
18410:
18411: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18412: to exit(1) 2. more flexible iilegal call check
18413:
18414: 2002-12-16 paf
18415:
18416: * ltmain.sh: some automakes silly insist on having this handy
18417:
18418: * src/main/untaint.C: filespec russian small 'r' changed to latin
18419: 'p' bug fix
18420:
18421: 2002-12-15 paf
18422:
18423: * src/main/untaint.C: filespec russian small 'r' changed to latin
18424: 'p'
18425:
18426: * configure.in, src/include/pa_config_auto.h.in,
18427: src/main/compile.C, src/main/pa_common.C: merged small changes
18428: from branch 6 to HEAD
18429:
18430: * src/main/compile.C: removed warning
18431:
18432: * src/main/pa_common.C: ftruncate having checked
18433:
18434: * configure.in, src/include/pa_version.h: new version
18435:
18436: 2002-12-14 paf
18437:
18438: * src/classes/table.C: removed unnecessary code
18439:
18440: * src/sql/pa_sql_driver.h: exception type fixed
18441:
18442: 2002-12-09 paf
18443:
18444: * src/types/pa_vvoid.h: $void.store[now] error
18445:
18446: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18447:
18448: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18449: tries to write core dump
18450:
18451: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18452:
18453: * src/: classes/hash.C, classes/string.C, classes/table.C,
18454: classes/void.C, main/pa_sql_driver_manager.C,
18455: sql/pa_sql_driver.h: changed exception handling mech in sql
18456: handlers #2
18457:
18458: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18459: exception handling mech in sql handlers
18460:
18461: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18462: handlers
18463:
18464: * src/: classes/hash.C, classes/string.C, classes/table.C,
18465: classes/void.C, main/pa_sql_driver_manager.C,
18466: sql/pa_sql_driver.h: changed exception handling mech in sql
18467: handlers
18468:
1.116 moko 18469: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18470: to write makefile which used libtool to install things, which is
18471: not needed
1.95 moko 18472:
18473: 2002-12-06 paf
18474:
1.211 moko 18475: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18476: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18477: more like 'table'
1.95 moko 18478:
18479: 2002-12-05 paf
18480:
18481: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18482: cc/bcc OK now
18483:
18484: * src/main/untaint.C: mail header closed properly
18485:
18486: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18487: header ',' allowed. still bugs in smtp [only one receiptient
18488: works, cc, bcc ignored now, and MAILED ;)]
18489:
18490: [strncpy killed, memnchr used]
18491:
18492: * src/main/pa_table.C: table-copy now current=0
18493:
18494: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18495: lowlevel proc
18496:
18497: * src/targets/cgi/parser3.C: more checks on
18498: http://domain/parser.cgi start [maybe some getenv returns "",
18499: checked that now
18500:
18501: * src/targets/cgi/parser3.C: more checks on
18502: http://domain/parser.cgi start [maybe some getenv returns "",
18503: checked that now
18504:
18505: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18506: out-of-mem errors reached log]
18507:
18508: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18509: mail:send MIME-Version default
18510:
18511: * src/main/main.dsp: pa_version included into main.dsp
18512:
18513: 2002-12-04 paf
18514:
18515: * src/types/pa_vform.C: $form:field string value cut by premature 0
18516:
18517: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18518: lib/libltdl -> lib/ltdl Win32 changes. s
18519:
18520: * src/classes/classes.awk: more strict *.C$
18521:
18522: * gnu.dsp: restored
18523:
1.116 moko 18524: * configure.in, gnu.dsp, src/lib/Makefile.am,
18525: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18526: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18527: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18528: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18529: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18530: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18531: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18532: now created with /configure, not ltdl/configure, so it does have
18533: no problems with automake. ltdl/configure
18534: AC_OUTPUT(Makefile<<removed)
1.95 moko 18535:
18536: 2002-12-02 paf
18537:
1.211 moko 18538: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18539:
18540: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18541: src/main/pa_common.C, src/main/pa_request.C,
18542: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18543: tainted parts becomes http-header
18544:
18545: 2002-11-29 paf
18546:
1.211 moko 18547: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18548: operators.txt: exif dates now objects of type date
1.95 moko 18549:
18550: * src/classes/image.C: file.seek removed [it were used in image.C
18551: only, and for parser user this means that jpeg image has bad
18552: size in fragment's header] now used image.format
18553:
18554: * src/: include/pa_common.h, main/pa_common.C,
18555: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18556: now handled exactly like $response:header values. e.g. can be
18557: hash [can have subattributes] & contain date values.
18558:
18559: * src/main/pa_common.C: http:// param values lang forced URI
18560:
18561: * src/main/pa_common.C: http:// tainted partes now %xx
18562:
18563: 2002-11-28 paf
18564:
1.211 moko 18565: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18566:
18567: * src/classes/image.C: ^image.length now counts interchar space.
18568: plus space after last char
18569:
18570: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18571:
18572: * src/classes/image.C: ^image.font width measurer now scans full
18573: height [were -1]
18574:
18575: * configure.in: stopped double libltdl/Makefile generation
18576:
18577: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18578: chars [one top horizontal line of 1pixel height were missing]
18579:
18580: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18581: 'false' to go into (Hash *) parameter
18582:
18583: 2002-11-27 paf
18584:
18585: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18586: types/pa_vmail.C: response:body[file] if file nows it's name now
18587: returns content-disposition: >>attachment<<
18588:
18589: * src/classes/image.C: ^image.font << bad font file-size now
18590: properly reported
18591:
18592: 2002-11-26 paf
18593:
18594: * src/main/pa_request.C: fixed lang in reponse header
18595:
18596: * src/main/pa_common.C: utf8 prefix ignored @read text
18597:
1.211 moko 18598: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18599: response status!=200 made exception: http.status with source=bad
18600: status#
1.95 moko 18601:
18602: 2002-11-25 paf
18603:
18604: * configure.in, src/classes/image.C,
18605: src/include/pa_config_auto.h.in,
18606: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18607: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18608: const void related probs fixed
1.95 moko 18609:
1.211 moko 18610: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18611: fields now UPPERCASE
1.95 moko 18612:
18613: $file[^file::load[http://there]] $file.SERVER
18614:
18615: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18616: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18617: http options [invalid onces now reported] made default
18618: user-agent: paf
18619:
1.211 moko 18620: * operators.ru.txt, operators.txt, src/classes/file.C,
18621: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18622: src/include/pa_globals.h, src/main/pa_common.C,
18623: src/main/pa_globals.C, src/main/pa_request.C,
18624: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18625: now understand http:// prefix and additional params, sample:
18626: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18627: $.USER-AGENT[parser3] ]]
18628:
18629: 2002-11-22 paf
18630:
18631: * src/classes/image.C, src/include/pa_globals.h,
18632: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18633: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18634: $image.exif support $image.exif.DateTime & co
1.95 moko 18635:
18636: 2002-11-21 paf
18637:
18638: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18639: _PASS_APPENDED)
18640:
18641: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18642: EXIF information [were big block and it's size were considered
18643: negative :(]
18644:
1.211 moko 18645: * operators.ru.txt, operators.txt, src/classes/image.C,
18646: src/include/pa_common.h, src/main/pa_common.C,
18647: src/types/pa_vmail.C: image.measure internals rewritten. no
18648: there's reader.seek, and all's ready for EXIF extraction [now we
18649: fail to measure files with EXIF info]
1.95 moko 18650:
18651: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18652: O_TRUNC truncates even exclusevely write-locked file [thanks to
18653: Igor Milyakov <virtan@rotabanner.com> for discovering]
18654:
18655: 2002-11-20 paf
18656:
18657: * src/targets/cgi/parser3.C: logging @signal += query_string
18658:
18659: * configure.in, src/include/pa_config_auto.h.in,
18660: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18661: comment
18662:
18663: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18664:
18665: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18666: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18667: currently processed document SIGPIPE >> interrupts request
18668: processing [exception = DB rollback]
18669:
18670: * src/main/pa_exec.C: comment
18671:
18672: * src/main/pa_exec.C: pa_exec: data written only if size>0
18673:
1.211 moko 18674: * operators.ru.txt, operators.txt, src/classes/file.C:
18675: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18676:
18677: * src/: include/pa_config_fixed.h, main/pa_common.C,
18678: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18679: pipe read errors now checked
18680:
18681: 2002-11-19 paf
18682:
18683: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18684: CGI: Illegal call
18685:
18686: 2002-11-01 paf
18687:
18688: * src/main/execute.C: comment
18689:
18690: 2002-10-31 paf
18691:
18692: * src/main/execute.C: found out why, checked that for now. todo:
18693: find out a way for that user could do that
18694:
18695: * src/types/pa_vstateless_object.h: object put replaces static
18696: parent if any
18697:
18698: * src/types/pa_vobject.C: object put replaces static parent if any
18699:
18700: * src/: classes/form.C, classes/mail.C, classes/op.C,
18701: classes/xnode.h, main/compile.tab.C, main/execute.C,
18702: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18703: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18704: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18705: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18706: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18707: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18708: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18709: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18710: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18711: types/pa_vstateless_object.h, types/pa_vstatus.C,
18712: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18713: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18714: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18715: types/pa_wwrapper.h: static fix merged
18716:
18717: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18718: $virtual_fields in dynamic, but one can reach derived
18719: static[class] variable from base
18720:
18721: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18722: types/pa_vobject.C, types/pa_vobject.h,
18723: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18724: statics, left $virtual_fields in dynamic
18725:
18726: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18727: one can't remember derivates in base class: there's so many of
18728: them. also there can be no virtual method calls in static
18729: classes
18730:
18731: * src/: classes/form.C, classes/mail.C, classes/op.C,
18732: classes/xnode.h, main/execute.C, main/pa_request.C,
18733: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18734: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18735: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18736: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18737: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18738: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18739: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18740: types/pa_vresponse.C, types/pa_vresponse.h,
18741: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18742: types/pa_vstateless_object.h, types/pa_vstatus.C,
18743: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18744: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18745: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18746: types/pa_wwrapper.h: static call $self fixed
18747:
18748: * src/main/execute.C: comment
18749:
18750: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18751: ^process[$caller.self]{...} now compiles to last derived object
18752: part of that 'self'
18753:
18754: 2002-10-29 paf
18755:
18756: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18757: re-passing [iis to blame]
18758:
18759: * src/classes/string.C: changed string.save to pass current sql
18760: connection to cstr thus one can ^connect[some server]{
18761: $s[insert into table x (x) values (^taint[sql]{value})]
18762: ^s.save[some.sql] } and he'd get in some.sql file code with
18763: properly escaped. [tried in mssql->mysql export->import of
18764: binary data]
18765:
18766: 2002-10-25 paf
18767:
18768: * src/types/pa_vresponse.C: case insensitive response user fields
18769: get/put
18770:
18771: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18772: types/pa_vresponse.C: saving for maybe-future
18773:
18774: 2002-10-23 paf
18775:
1.211 moko 18776: * operators.ru.txt, operators.txt, src/classes/table.C:
18777: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18778:
18779: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18780:
18781: 2002-10-22 paf
18782:
18783: * src/types/: pa_vform.C, pa_vform.h: removed needless
18784: VForm::Append...(...Value)
18785:
18786: * src/main/execute.C: $.name outside of $name[...] checked
18787:
18788: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18789: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18790:
18791: 2002-10-21 paf
18792:
1.211 moko 18793: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18794: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18795:
1.211 moko 18796: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18797: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18798:
1.211 moko 18799: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18800: $form:image-map
1.95 moko 18801:
1.211 moko 18802: * operators.ru.txt, operators.txt, src/classes/file.C:
18803: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18804:
18805: 2002-10-17 paf
18806:
18807: * src/main/: compile.tab.C, compile.y: operators precedence changed
18808: a little: logical not and bitwise negation precedence made
18809: highest, << and >> bitshits precedence made equal [were << higher
18810: than >>]
18811:
18812: * src/classes/op.C: exception handling fixed [were bad with
18813: contexts]
18814:
18815: 2002-10-16 paf
18816:
18817: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18818: main/pa_request.C: Request::self considered equal to
18819: VMethodFrame::self, and removed, Request::get_self() mapped to
18820: VMethodFrame.self()
18821:
18822: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18823: $hash in open field now gives old good error meesage
18824:
18825: 2002-10-15 paf
18826:
18827: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18828: use ^if($junction is junction){was and now true}
18829:
18830: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18831: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18832: types/pa_vxnode.C: xml->parser strings now have origin, which
18833: points to place where value left xml library and came to parser:
18834: place of dom field extraction/call
18835:
18836: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18837: main/compile.tab.C, main/compile.y, main/execute.C,
18838: types/pa_vmethod_frame.h: removed last pieces of old code
18839: allowing $junction.xxx at compile time
18840:
18841: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18842: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18843: objects also considered [were only classes]
18844:
18845: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18846: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18847: with CLASS self. [ (request&method_frame).self temporarily
18848: changed ]
18849:
18850: * src/classes/: hash.C, op.C: method_frame now always changed, with
18851: no exception to native calls. for&foreach changed to use
18852: method_frame.caller for their var's name context
18853:
18854: * src/: main/execute.C, targets/cgi/parser3.C,
18855: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18856: compiling to system classes disabled
18857:
1.211 moko 18858: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18859: ^process[$caller.CLASS]{code-string} added
18860:
1.211 moko 18861: * operators.ru.txt, operators.txt, src/classes/op.C,
18862: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18863: src/main/pa_request.C, src/types/Makefile.am,
18864: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18865: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18866: $junction.get $junction.set[] introducing $caller
1.95 moko 18867:
18868: * src/types/pa_value.h: removed outdated comments. doxygen would
18869: find them lower by inheritance tree
18870:
18871: * src/types/pa_vjunction.C: ident
18872:
18873: 2002-10-14 paf
18874:
18875: * src/classes/op.C: process compiles to code's class class
18876:
18877: * src/: classes/form.C, classes/mail.C, classes/op.C,
18878: include/pa_request.h, main/compile.C, main/compile.tab.C,
18879: main/compile.y, main/execute.C, main/pa_request.C,
18880: types/pa_vstateless_class.h: operators now main-class-methods
18881:
18882: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18883: better stack trace [has "call" & co there]
18884:
18885: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18886: operators @auto now executed in MAIN context
18887:
18888: * src/main/execute.C: operator execution context now = MAIN, not
18889: closest stack frame
18890:
18891: @touchit[] $i[after]
18892:
18893: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18894: were 'after'
18895:
18896: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18897: 'after'
18898:
18899: * src/main/execute.C: comment
18900:
18901: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18902: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18903: action]
18904:
18905: * src/types/pa_vxnode.C: misreplace fixed
18906:
18907: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18908: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18909: $status:rusage.tv_secs/usecs introduced
18910:
18911: 2002-10-09 paf
18912:
18913: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18914: on empty string [or uses (default)]
18915:
18916: 2002-10-08 paf
18917:
18918: * src/main/untaint.C: mail header quoted printable changed after
18919: RFC reread
18920:
1.211 moko 18921: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18922:
18923: * src/types/pa_vxnode.C: misreplace
18924:
18925: 2002-09-24 paf
18926:
1.116 moko 18927: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18928:
18929: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18930: mailreceive would compile on freebsd now
18931:
18932: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18933: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18934: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18935: mailreceive would compile on freebsd now
1.95 moko 18936:
18937: * src/: classes/file.C, main/untaint.C: 1. file spec language
18938: changed: now there are only few chars are untainted: * ? ' " < >
18939: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18940: one should use ^untaint[uri]{...} now]
18941:
18942: 2. $list[^file:list[dir]] now returns simply tainted names in
18943: $list.name, not tainted as filespec
18944:
18945: @russianindex[] #dir with files with russian-lang names
18946: $where[dir]
18947:
18948: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18949: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18950:
18951: 2002-09-23 paf
18952:
18953: * src/types/pa_vdouble.h: double->int round added
18954:
18955: * src/classes/date.C: date bug fix, now
18956: round(floatDays*secondsPerDay)
18957:
18958: * src/classes/date.C: date bug fix, now
18959: round(floatDays*secondsPerDay)
18960:
18961: 2002-09-20 paf
18962:
18963: * src/main/execute.C: code junction calls disabled [before: code
18964: was compiled in such a way, that there were no code-junctions in
18965: OP_CALL]
18966:
18967: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18968:
18969: @badjunctioncallinside[code] ^code[]
18970:
18971: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18972: expanding to include ^junction.method
18973:
18974: * src/main/pa_common.C: -d "DIR/" now true
18975:
18976: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18977: as internal xdoc encoding, and after decoding attributes set by
18978: dom functions now encoded OK, not as digital entities
18979:
18980: * src/classes/xdoc.C: empty transform result, being taken as file
18981: now returns empty file, not raises stupid error about "stat-ed
18982: file"
18983:
18984: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18985: allowed
18986:
18987: * src/types/types.dsp: introducing $junction.get/put(1) one can
18988: write iterators now:
18989:
18990: ^user-foreach[key;value]{$key=$value<br>}
18991:
18992: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18993: $code.value($i*2) $code }
18994:
18995: * src/main/compile_tools.h: mistype
18996:
1.116 moko 18997: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18998: thus taking linking options configure changes into account [were:
18999: ignoring]
1.95 moko 19000:
19001: * src/types/: pa_vjunction.C, Makefile.am: introducing
19002: $junction.get/put(1) one can write iterators now:
19003:
19004: ^user-foreach[key;value]{$key=$value<br>}
19005:
19006: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19007: $code.value($i*2) $code }
19008:
19009: * src/: include/pa_opcode.h, include/pa_request.h,
19010: main/compile.tab.C, main/compile.y, main/execute.C,
19011: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19012: introducing $junction.get/put(1) one can write iterators now:
19013:
19014: ^user-foreach[key;value]{$key=$value<br>}
19015:
19016: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19017: $code.value($i*2) $code }
19018:
19019: 2002-09-19 paf
19020:
1.116 moko 19021: * Makefile.am: new: make commit
1.95 moko 19022:
19023: * aclocal.m4: forced to be older
19024:
19025: 2002-09-18 paf
19026:
19027: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19028: src/main/compile.y, src/main/execute.C: << >> int shifts
19029:
19030: * src/: include/pa_common.h, include/pa_request.h,
19031: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19032: - now this - fatal error
19033:
19034: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19035: that one can pass binary data there
19036:
19037: * src/: classes/date.C, classes/double.C, classes/file.C,
19038: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19039: classes/op.C, classes/response.C, classes/string.C,
19040: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19041: include/pa_request.h: pa_request contexts made privated, plus
19042: get_{self/method_frame} to read. Request_context_saver used in
19043: ^try to save flang too. [were not saved]
19044:
19045: * src/types/pa_vresponse.C: header value chains joined before
19046: output, this should help $.subject[$var $var] from being
19047: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19048:
19049: 2002-09-17 paf
19050:
19051: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19052: removed changes, operators executed with calling self. lots of
19053: code with ^include code relies on defined/defining self variables
19054:
19055: $a[1] ^include[print_a.p] print_a.p: $a
19056:
19057: ^include[set_a.p] a=$a set_a.p: $a[1]
19058:
19059: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19060: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19061: types/pa_vstateless_class.h: operators now executed with MAIN
19062: self. it's for ^include sake, too strong a change
19063:
19064: * src/classes/op.C: made place for ^process to compile it's code to
19065: in case of no self
19066:
19067: * src/main/execute.C: found ancient param to Junction, removed.
19068: allowed passing self to native_code_operators [for ^process to
19069: work, she needs self]
19070:
19071: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19072: types/pa_vstateless_class.h: found ancient param to Junction,
19073: removed. allowed passing self to native_code_operators [for
19074: ^process to work, she needs self]
19075:
19076: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19077: types/pa_value.h, types/pa_vmethod_frame.h,
19078: types/pa_vstateless_class.h: allowed Request.self to be 0,
19079: checked that in VMethodFrame get/put and $self.
19080:
19081: * src/classes/: table.C, xdoc.C: table::sql options table::create
19082: copy options options checked, wrong option now fatal error
19083:
19084: * src/main/pa_string.C: string.replace fixed [were missing words on
19085: pieces boundaries]
19086:
1.150 moko 19087: * configure, configure.in: .so now detected [can be .sl on hpux,
19088: .dll on cygwin, .so in other cases)
1.95 moko 19089:
19090: * configure, configure.in: .so now detected [can be .sl on hpux,
19091: .dll on cygwin, .so in other cases)
19092:
1.211 moko 19093: * operators.ru.txt, operators.txt, src/classes/hash.C,
19094: src/classes/table.C, src/include/pa_globals.h,
19095: src/main/pa_globals.C: table.sql hash::sql flag to allow
19096: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19097:
19098: * src/: classes/hash.C, classes/table.C,
19099: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19100: now errors
19101:
19102: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19103:
19104: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19105: ,2,3]
19106:
19107: 2002-09-16 paf
19108:
19109: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19110: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19111: stdout to be binary. now detected closest header break.
19112:
19113: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19114: closed right
19115:
19116: 2002-09-13 paf
19117:
1.211 moko 19118: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19119: src/main/compile.y, src/main/compile_tools.h: (expression
19120: #comment)
1.95 moko 19121:
19122: (multiline expression #comment line2 #comment )
19123:
19124: (expression #comment with (brackets) comment) << OK
19125:
1.211 moko 19126: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19127: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19128: for expression #comments]
1.95 moko 19129:
19130: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19131: error
19132:
19133: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19134: cheched in pa_socks.C
19135:
1.116 moko 19136: * configure, configure.in, src/include/pa_config_auto.h.in:
19137: HAVE_WINSOCK_H created in configure.in
1.95 moko 19138:
19139: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19140: cookie date now clean [were mistakenly tainted & that worked bad
19141: with opera -- 'happily' that worked OK with msie]
19142:
19143: 2002-09-12 paf
19144:
19145: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19146: VClass get_element now first looks to fields, next to methods &
19147: co todo: the rest reason: more speed
19148:
19149: * src/main/untaint.C: quoted printable encoding stops before
19150: \s*<...>$
19151:
19152: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19153: stops before <...>$
19154:
19155: 2002-09-11 paf
19156:
19157: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19158: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19159: forgot to check users of those funcs. not all were using that
19160: return value convention
19161:
19162: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19163: windows-1254 added
19164:
19165: 2002-09-10 paf
19166:
19167: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19168: VCodeFrame parent param were specified badly
19169:
19170: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19171: WWrapper which used in constructing objects(second param to sql
19172: method) ^...sql{}[$.default{code}] now has parent, wich helps
19173: code in hash to survivi
19174:
19175: * src/: include/pa_request.h, main/execute.C: removed redundant
19176: param to execute [stack said 'thanks']
19177:
19178: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19179: types/pa_value.h, types/pa_vcode_frame.h,
19180: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19181: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19182: responsibility to wcontext
19183:
19184: * src/classes/file.C: decided not to log exec's with stderr, that
19185: could be warnings, and it's up to scritper to log/show them
19186:
19187: * src/: classes/double.C, main/execute.C: double:sql badly called
19188: write_assign_lang, not write_no_lang, thus doing unnecessary
19189: double/string converstion, which were loosing time&precesion
19190:
19191: * src/: main/pa_charset.C, types/pa_vmail.C:
19192: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19193: case of unfinished in buffer processing, causing accidental
19194: transcode stop [in case that source enc != utf-8 & there is
19195: incomplete utf-8 sequence at the end of 16000block iside of
19196: libxml lib] tfm readed & code updated
19197:
19198: 2002-09-04 paf
19199:
19200: * configure: makes with sjlj
19201:
19202: * INSTALL, src/include/pa_config_fixed.h,
19203: src/include/pa_sql_connection.h,
19204: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19205: checked. on win32 it made default
19206:
19207: * src/include/pa_config_auto.h.in: sjlj define
19208:
19209: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19210: can not work with longjump/throw pair, and one must switch that
19211: on there. todo: detect that automatically]
19212:
19213: * src/types/pa_vxnode.C: removed too strong checks of
19214: xnode.elements. now, for instance, if element does not have any
19215: attributes, $xnode.attributes is void, not error
19216:
19217: 2002-09-02 paf
19218:
1.211 moko 19219: * operators.ru.txt, operators.txt, src/main/execute.C,
19220: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19221:
19222: * src/main/execute.C: double_result made to move that var away from
19223: hungry g++ optimizer (-O2), before: it were optimized and
19224: comparison operators worked badly
19225:
19226: * src/types/pa_vdate.h: removed debug
19227:
1.116 moko 19228: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19229:
19230: * src/main/execute.C: fixed numeric < & co so that thay now use
19231: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19232: unknown reason.
19233:
19234: 2002-08-29 paf
19235:
19236: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19237: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19238: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19239: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19240: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19241: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19242: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19243: [called less frequent, allowed to remove ugly
19244: Junction.change_context-s from many places, switch,
19245: mail:send..html{}, ..] request.root renamed to method_frame [more
19246: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19247: [speed up]
19248:
19249: 2002-08-28 paf
19250:
19251: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19252: tainted
19253:
19254: * src/types/pa_vcookie.C: fixed cookie delete when
19255: $cookie:name[$.value[]]
19256:
1.211 moko 19257: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19258: ^string.split[delim[;options]]
19259:
19260: 2002-08-27 paf
19261:
1.116 moko 19262: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19263:
1.211 moko 19264: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19265: src/main/compile.y: # now delimiter
1.95 moko 19266:
19267: * INSTALL: recommended latest gmime 1.0.5
19268:
19269: 2002-08-26 paf
19270:
19271: * configure, configure.in: apache13/hook added to make dist.
19272:
19273: 2002-08-23 paf
19274:
19275: * src/: include/pa_common.h, main/pa_common.C,
19276: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19277: beside binary [cgi, isapi] not accessible [due to bad rights or
19278: whatever] it's error now
19279:
19280: 2002-08-21 paf
19281:
1.116 moko 19282: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19283:
19284: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19285: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19286: class". compiled as if here they named base class
19287:
19288: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19289: cloning constructor]
19290:
19291: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19292:
1.150 moko 19293: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19294: $mail.received.file.value.content-type fixed
19295:
19296: 2002-08-20 paf
19297:
19298: * src/classes/file.C: fixed language of file:file result
19299:
1.211 moko 19300: * operators.ru.txt, operators.txt, src/classes/void.C:
19301: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19302:
1.211 moko 19303: * operators.ru.txt, operators.txt, src/classes/void.C:
19304: ^void.pos[...] = -1
1.95 moko 19305:
1.211 moko 19306: * operators.ru.txt, operators.txt, src/classes/void.C:
19307: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19308:
1.211 moko 19309: * src/classes/void.C, operators.ru.txt, operators.txt:
19310: ^void.length[] = 0
1.95 moko 19311:
19312: 2002-08-19 paf
19313:
19314: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19315: work now
19316:
19317: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19318: error in xnode, which were not catched in xdoc]
19319:
19320: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19321: prepared: // validate each document after load/create (?)
19322: //xmlDoValidityCheckingDefaultValue = 1;
19323:
19324: 2002-08-15 paf
19325:
19326: * src/classes/classes.h: write to static var caused useless
19327: Exception, introduced Methoded::put_element wich consumes those
19328:
1.211 moko 19329: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19330: src/main/pa_common.C, src/types/pa_vcookie.C,
19331: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19332: src/types/pa_vresponse.h: $response:field[date]
19333: $response:field[$.xxx[date]]
1.95 moko 19334:
19335: * src/: classes/hash.C, classes/string.C, classes/table.C,
19336: classes/void.C, include/pa_sql_connection.h: fixed source of
19337: ^hash::sql{bad}
19338:
1.211 moko 19339: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19340: request body
1.95 moko 19341:
19342: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19343:
19344: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19345: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19346:
1.211 moko 19347: * operators.ru.txt, operators.txt, src/classes/form.C,
19348: src/include/pa_pool.h, src/include/pa_request.h,
19349: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19350: planning/preparing_to $request:body r.post_data now const
1.95 moko 19351:
19352: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19353: classes/xnode.C, main/execute.C, types/pa_value.h,
19354: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19355: types/pa_vtable.h: instead of type() checking everywhere used
19356: Value.as now user descendants can be used in params.
19357:
19358: VObject::as_*, is_defined now taken from bases. xtable(table)
19359: ^if($xtable) now OK
19360:
19361: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19362: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19363: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19364:
19365: 2002-08-14 paf
19366:
19367: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19368: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19369: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19370: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19371: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19372: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19373: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19374: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19375: types/pa_vresponse.C, types/pa_vresponse.h,
19376: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19377: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19378: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19379: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19380: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19381: & VClass
19382:
19383: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19384:
19385: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19386: removed fixopt stupidity. on stupid linux use cd /document/root
19387: ../cgi/parser3 script
19388:
19389: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19390: params, splitting them by space, excluding argv[0], argv[argc-1]
19391:
19392: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19393: fixopt.h: fixopt now preprocesses command line params, splitting
19394: them by space, excluding argv[0], argv[argc-1]
19395:
19396: * src/targets/cgi/parser3.C: -f config file
19397:
19398: * src/targets/cgi/parser3.C: fixed .log file dir
19399:
19400: 2002-08-13 paf
19401:
19402: * src/types/pa_vobject.C: allow override parent variables, useful
19403: for form descendants [in vobject too, were in vclass]
19404:
19405: * src/types/pa_vclass.C: allow override parent variables, useful
19406: for form descendants
19407:
19408: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19409: overwritten in derived(table)
19410:
19411: * src/: classes/form.C, classes/mail.C, classes/op.C,
19412: classes/xnode.h, include/pa_request.h, main/execute.C,
19413: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19414: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19415: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19416: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19417: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19418: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19419: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19420: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19421: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19422: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19423: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19424: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19425: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19426: Value::get_element(..., bool looking_down) [needed to exclude
19427: endless recoursion]
19428:
19429: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19430: fix bug with put endless recoursion todo: check 'as'
19431:
19432: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19433: reorganized modules todo: fix bug with put endless recoursion
19434: todo: check 'as'
19435:
19436: * src/types/pa_vobject.h: checked: table fields can be overwritten
19437: in derived(table)
19438:
19439: * src/types/pa_vobject.h: derived classes can have fields of their
19440: own now
19441:
19442: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19443: fixed error message on using non-created table
19444:
19445: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19446: classes/op.C, classes/xnode.h, include/pa_request.h,
19447: main/compile.C, main/compile.tab.C, main/execute.C,
19448: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19449: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19450: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19451: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19452: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19453: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19454: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19455: types/pa_vresponse.C, types/pa_vresponse.h,
19456: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19457: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19458: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19459: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19460: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19461: looking down/up tree todo: fix error message on non-constructed
19462: parents
19463:
19464: 2002-08-12 paf
19465:
19466: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19467: derived OK
19468:
19469: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19470: thorough testing
19471:
19472: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19473: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19474: types/pa_vobject.h, types/pa_vstateless_class.h,
19475: types/pa_vstateless_object.h, types/pa_wcontext.h,
19476: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19477: ^base:create[] dynamic call rewritten todo: thorough testing
19478:
19479: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19480: now instantates base class, remembers it and saves child in
19481: parent VObject.get_class now returns last child = downward
19482: virtual calls OK
19483:
19484: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19485: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19486: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19487: types/pa_vobject.h, types/pa_vresponse.h,
19488: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19489: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19490: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19491: VAliased [redundant], moved $CLASS to VObject only [parser class
19492: instance]
19493:
19494: * src/main/pa_request.C: $response:body[file] content-type check
19495: fixed [were bad when content-type is hash]
19496:
19497: 2002-08-09 paf
19498:
19499: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19500: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19501:
19502: 2002-08-08 paf
19503:
1.211 moko 19504: * operators.ru.txt, operators.txt, src/classes/date.C,
19505: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19506: month calendar [week year]
1.95 moko 19507:
19508: * src/main/execute.C: error reporting on object writes to MAIN
19509: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19510:
1.211 moko 19511: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19512: $date.yearday $date.daylightsaving
1.95 moko 19513:
19514: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19515: use tainted data now. only she must specify the language.
19516:
19517: ^mail:send[ $.from[paf@mail.design.ru]
19518: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19519: $.text[^taint[uri][ìîñêâà]=] ]
19520:
19521: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19522: now prints more precise origin
19523:
19524: * src/include/pa_string.h: String::first_char now not fails on
19525: empty strings ^if(-f '') now ok and in 3 other places.
19526:
1.211 moko 19527: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19528: src/main/pa_string.C: String::first_char now not fails on empty
19529: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19530:
19531: 2002-08-07 paf
19532:
19533: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19534: fixed
19535:
19536: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19537:
19538: * src/: main/execute.C, types/pa_vcode_frame.h,
19539: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19540: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19541: mistakenly not completely transparent to object writes.
19542: $hash[^if(1){$hash}] now works
19543:
1.211 moko 19544: * operators.ru.txt, operators.txt, src/classes/op.C:
19545: ^cache...{...^cache<<to past...} now erasing cache file [there
19546: were bad check on that]
1.95 moko 19547:
19548: * src/: classes/classes.dsp, classes/table.C,
19549: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19550: all Debug dirs in .dsp now named 'Debug'
19551:
1.116 moko 19552: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19553:
1.211 moko 19554: * operators.ru.txt, operators.txt, src/classes/mail.C:
19555: exception_type email.send
1.95 moko 19556:
1.211 moko 19557: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19558: exception_type email.format
1.95 moko 19559:
19560: * src/types/pa_vmail.C: mail:send empty email checked
19561:
19562: 2002-08-06 paf
19563:
1.211 moko 19564: * operators.ru.txt, operators.txt, src/classes/table.C,
19565: src/include/pa_array.h, src/include/pa_table.h,
19566: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19567: ^table::create[$source;$.options] ^table::join[$source;$.options]
19568:
1.211 moko 19569: * operators.ru.txt, operators.txt, src/classes/hash.C,
19570: src/classes/string.C, src/classes/table.C: sql options can be
19571: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19572:
19573: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19574:
19575: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19576: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19577: $file.content-type [instead of .mime-type] now works for
19578: file::stat also
19579:
19580: * src/main/pa_request.C: case insensitive mime_type_of
19581:
19582: 2002-08-05 paf
19583:
19584: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19585:
19586: * src/types/pa_vmail.C: file buffer relocated to parser heap
19587:
1.211 moko 19588: * operators.ru.txt, operators.txt: comment on date:calendar week
19589: column
1.95 moko 19590:
19591: * src/main/pa_common.C: write checked
19592:
19593: * src/main/: pa_common.C: write checked
19594:
19595: * src/classes/date.C: +1 buf size for stupid snprintfs
19596:
19597: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19598: month calendar week column [ISO 8601 Week Numbers]
19599:
19600: 2002-08-02 paf
19601:
19602: * src/: include/pa_config_fixed.h, main/pa_string.C,
19603: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19604: DEBUG*
19605:
19606: * configure, configure.in, src/include/pa_version.h: release
19607: 3_0_0005
19608:
19609: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19610: multipart post fixed
19611:
1.211 moko 19612: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19613: src/types/pa_vform.C: response transcoded source->client only
19614: when text/* or simple onoverridden $response:body
1.95 moko 19615:
19616: 2002-08-01 paf
19617:
19618: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19619: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19620: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19621: classes/op.C, classes/response.C, classes/string.C,
19622: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19623: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19624: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19625: include/pa_config_fixed.h, include/pa_dictionary.h,
19626: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19627: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19628: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19629: include/pa_socks.h, include/pa_sql_connection.h,
19630: include/pa_sql_driver_manager.h, include/pa_stack.h,
19631: include/pa_string.h, include/pa_stylesheet_connection.h,
19632: include/pa_stylesheet_manager.h, include/pa_table.h,
19633: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19634: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19635: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19636: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19637: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19638: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19639: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19640: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19641: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19642: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19643: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19644: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19645: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19646: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19647: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19648: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19649: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19650: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19651: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19652: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19653: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19654: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19655: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19656: types/pa_vmethod_frame.h, types/pa_vobject.h,
19657: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19658: types/pa_vresponse.h, types/pa_vstateless_class.C,
19659: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19660: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19661: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19662: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19663: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19664: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19665:
19666: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19667: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19668: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19669: classes/math.C, classes/op.C, classes/response.C,
19670: classes/string.C, classes/table.C, classes/void.C,
19671: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19672: include/pa_array.h, include/pa_cache_managers.h,
19673: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19674: include/pa_config_fixed.h, include/pa_config_includes.h,
19675: include/pa_dictionary.h, include/pa_dir.h,
19676: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19677: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19678: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19679: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19680: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19681: include/pa_stack.h, include/pa_string.h,
19682: include/pa_stylesheet_connection.h,
19683: include/pa_stylesheet_manager.h, include/pa_table.h,
19684: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19685: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19686: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19687: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19688: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19689: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19690: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19691: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19692: main/pa_sql_driver_manager.C, main/pa_string.C,
19693: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19694: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19695: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19696: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19697: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19698: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19699: targets/isapi/pool_storage.h, types/pa_valiased.C,
19700: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19701: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19702: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19703: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19704: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19705: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19706: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19707: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19708: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19709: types/pa_vresponse.C, types/pa_vresponse.h,
19710: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19711: types/pa_vstateless_object.h, types/pa_vstatus.C,
19712: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19713: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19714: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19715: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19716: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19717: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19718: types/Makefile.am: ident.C* removed
19719:
1.211 moko 19720: * operators.ru.txt, operators.txt, src/classes/file.C,
19721: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19722:
19723: * src/targets/cgi/parser3.C: usage to stdout now
19724:
19725: 2002-07-31 paf
19726:
19727: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19728:
19729: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19730: default "postmaster"
19731:
19732: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19733: -f postmaster now default sendmail key word "postmaster"
19734: replaced to $.from
19735:
19736: 2002-07-30 paf
19737:
1.116 moko 19738: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19739: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19740:
19741: * src/main/pa_charset.C: comment
19742:
19743: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19744: table, &#decimal;
19745:
19746: * src/main/pa_request.C: comment
19747:
19748: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19749: paragraf]
19750:
19751: 2002-07-11 paf
19752:
19753: * src/main/pa_exec.C: build command line badly added params twice
19754: [and first time without ' ']. double wrong. fixed.
19755:
19756: * src/main/pa_exec.C: invalid .exe caused error message with params
19757: wich parser did not provide = reported badly. fixed that.
19758:
19759: * src/classes/mail.C: $MAIL[ # xxx ]
19760:
19761: now ok
19762:
1.211 moko 19763: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19764:
19765: 2002-07-01 paf
19766:
19767: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19768: [MForm.configure_admin were called when request.main_class ==0
19769:
19770: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19771:
19772: * src/classes/form.C: content_length type fix
19773:
19774: 2002-06-30 paf
19775:
19776: * src/classes/mail.C: merged from 4
19777:
19778: * src/classes/mail.C: restored $MAIL
19779:
19780: 2002-06-28 paf
19781:
19782: * configure, configure.in: removed paths.h
19783:
1.116 moko 19784: * configure, src/include/pa_version.h,
1.95 moko 19785: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19786: merged, makes updated
19787:
1.211 moko 19788: * ChangeLog, configure, operators.ru.txt, operators.txt,
19789: src/classes/xdoc.C, src/include/pa_charset.h,
19790: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19791: src/include/pa_version.h, src/main/pa_charset.C,
19792: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19793: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19794: latest updates to head
1.95 moko 19795:
19796: 2002-06-27 paf
19797:
19798: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19799: not error now
19800:
1.211 moko 19801: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19802: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19803: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19804: ^xdoc::create[[uri]]... base uri for document being created,
19805: imports and other relative file names would be relative to this
19806: uri default uri=path_translated
19807:
19808: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19809:
19810: 2002-06-26 paf
19811:
19812: * configure, configure.in, src/include/pa_version.h:
19813: release_3_0_0004
19814:
19815: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19816: 0 now
19817:
19818: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19819:
19820: 2002-06-25 paf
19821:
19822: * src/main/pa_string.C: emtpy string, or string of whitespaces
19823: considered bad number now
19824:
1.211 moko 19825: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19826: ^xdoc.transform[xdoc <<can be now
1.95 moko 19827:
1.211 moko 19828: * operators.ru.txt, operators.txt, src/classes/string.C:
19829: ^string.normalize [old name: optimize
1.95 moko 19830:
19831: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19832: library configured
19833:
19834: * src/main/pa_request.C: configure_admin forced if no @conf
19835:
1.211 moko 19836: * operators.ru.txt, operators.txt, src/classes/math.C,
19837: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19838: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19839:
19840: 2002-06-24 paf
19841:
19842: * INSTALL: --with-static/shared-mailreceive described
19843:
19844: * src/include/pa_config_fixed.h: ssize_t fixed
19845:
1.116 moko 19846: * configure, configure.in, src/include/pa_config_auto.h.in,
19847: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19848: src/types/pa_vmail.C: $mail:received makes update
19849:
19850: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19851: WITH_MAILRECEIVE
19852:
19853: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19854:
19855: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19856: option, for $mail:receive
19857:
19858: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19859: introducting $message:received ^mail:send rewritten with backward
19860: comp
19861:
19862: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19863: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19864: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19865: now
19866:
1.211 moko 19867: * operators.ru.txt, operators.txt, src/classes/mail.C,
19868: src/include/Makefile.am, src/include/pa_charset.h,
19869: src/include/pa_config_fixed.h, src/include/pa_request.h,
19870: src/include/pa_string.h, src/include/pa_uue.h,
19871: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19872: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19873: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19874: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19875: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19876: uue to separate file introducting $message:received ^mail:send
19877: rewritten with backward comp
19878:
19879: 2002-06-21 paf
19880:
1.116 moko 19881: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19882: co changes
1.95 moko 19883:
1.116 moko 19884: * configure, configure.in, src/lib/md5/Makefile.am,
19885: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19886: restructure .in and .am files appropriate changes
1.95 moko 19887:
19888: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19889: pcre to libs/ added libs/md5 which is linked to non-apache
19890: targets ^math:crypt[password;$apr1$salt]
19891:
1.211 moko 19892: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19893: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19894: src/classes/classes.dsp, src/classes/math.C,
19895: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19896: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19897: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19898: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19899: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19900: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19901: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19902: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19903: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19904: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19905: src/lib/pcre/pcre_parser_ctype.dsp,
19906: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19907: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19908: src/main/compile.tab.C, src/main/main.dsp,
19909: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19910: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19911: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19912: to libs/ added libs/md5 which is linked to non-apache targets
19913: ^math:crypt[password;$apr1$salt]
19914:
19915: 2002-06-20 paf
19916:
1.211 moko 19917: * INSTALL, configure, configure.in, operators.ru.txt,
19918: operators.txt, src/classes/file.C, src/classes/op.C,
19919: src/doc/doxygen.cfg, src/include/pa_globals.h,
19920: src/include/pa_request.h, src/main/execute.C,
19921: src/main/pa_request.C, src/targets/cgi/parser3.C,
19922: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19923: marged latest HEAD updates, mainly file:justname&co &
19924: @auto/conf[filespec
1.95 moko 19925:
1.211 moko 19926: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19927: !^file:dirname[/a/some.tar.gz]=/a
19928: !^file:dirname[/a/b/]=/a
19929: !^file:basename[/a/some.tar.gz]=some.tar.gz
19930: !^file:justname[/a/some.tar.gz]=some.tar
19931: !^file:justext[/a/some.tar.gz]=gz
19932:
19933: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19934: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19935: @conf/auto[filespec]
19936:
1.116 moko 19937: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19938:
1.211 moko 19939: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19940: src/doc/doxygen.cfg, src/include/pa_globals.h,
19941: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19942: parser3.conf renamed to auto.p
1.95 moko 19943:
19944: 2002-06-18 paf
19945:
19946: * configure, configure.in, src/include/pa_version.h: version to
19947: configure.in
19948:
19949: * INSTALL: reflected .conf.dist dir change
19950:
1.150 moko 19951: * Makefile.am, configure, configure.in,
1.116 moko 19952: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19953: .in & *.am updated
19954:
19955: * src/classes/file.C: strncasecmp
19956:
19957: * src/classes/file.C: strcasecmp
19958:
1.150 moko 19959: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19960:
19961: * src/classes/file.C: ^file::exec[script;$.bad error case
19962: insensitive check now
19963:
19964: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19965:
19966: * configure, configure.in, src/include/pa_pool.h,
19967: src/include/pa_types.h: pack configure.in detection simplified.
19968: figured out that gcc on sparc not that stupid as thought
19969: previously: on sparc: when it sees packed class it modifies it's
19970: field-access-code to byte operations [stb, ldub] instead of 4byte
19971: operations [st, lduh] so packed must be all parts of packed
19972: class, i.e. it's parents&fields(classes). for now it's only
19973: String that packed and what was wrong is that it's parent -
19974: Pooled, were not packed. fixed that.
19975:
19976: 2002-06-14 paf
19977:
1.211 moko 19978: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 19979:
1.211 moko 19980: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 19981: attribute_node.name/value xnode pi.node.data
19982:
19983: 2002-06-12 paf
19984:
1.116 moko 19985: * configure, configure.in, src/targets/cgi/Makefile.am,
19986: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19987:
1.211 moko 19988: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19989: etc/Makefile.am, src/include/pa_globals.h,
19990: src/include/pa_request.h, src/main/compile.tab.C,
19991: src/main/pa_globals.C, src/main/pa_request.C,
19992: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19993: parser3.conf now one and only
1.95 moko 19994:
19995: * src/classes/mail.C: sendmail -ti [default now]
19996:
19997: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19998: to be strings. for convinient #ing
19999:
20000: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20001: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20002:
20003: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20004: main/pa_globals.C, main/pa_request.C: @conf
20005:
20006: 2002-06-11 paf
20007:
20008: * src/classes/file.C: check simplified
20009:
20010: * src/: classes/file.C, targets/cgi/parser3.dsp,
20011: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20012: valid prefix
20013:
20014: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20015: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20016: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20017:
20018: 2002-06-10 paf
20019:
1.211 moko 20020: * operators.ru.txt, operators.txt, src/classes/op.C,
20021: src/include/pa_common.h, src/main/pa_common.C: lock failures
20022: reported now
1.95 moko 20023:
20024: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20025: string->double @ compile time were not-enough-checking...
20026:
20027: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20028: autoconvert now ignored
20029:
20030: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20031: check
20032:
20033: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20034: $response:body content-type:name
20035:
20036: * configure, configure.in: hpux check, nsl link, no socket
20037:
1.211 moko 20038: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20039:
20040: * configure, configure.in: pack even address access on sparc&co
20041: arch checked in configure
20042:
20043: * configure, src/include/pa_version.h: makes
20044:
20045: * configure, configure.in, src/include/pa_version.h: makes
20046:
20047: * src/main/untaint.C: (bug#2) mail subject got always prepended
20048: with charset even when all letters were 7bit one
20049:
20050: * src/main/pa_common.C: merged fixed -d (bug)
20051:
20052: * src/main/pa_common.C: fixed -d (bug)
20053:
20054: 2002-06-03 paf
20055:
1.211 moko 20056: * ChangeLog, operators.ru.txt, operators.txt,
20057: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20058: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20059: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20060: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20061: .dsp-s along with reorganized cvs modules dirs structure
20062:
20063: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20064: main/pa_globals.C, targets/cgi/parser3.dsp,
20065: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20066: modules
20067:
20068: 2002-05-28 paf
20069:
20070: * src/targets/cgi/parser3.C: info.uri now ""
20071:
20072: 2002-05-17 paf
20073:
20074: * src/classes/: table.C: ^table.save << checked empty
20075: pre/match/post columns
20076:
20077: 2002-05-16 paf
20078:
20079: * src/classes/image.C: image::measure can png now
20080:
20081: 2002-05-15 paf
20082:
1.211 moko 20083: * operators.ru.txt, operators.txt, src/classes/date.C:
20084: ^date::create[%H:%M[:%S]] added
1.95 moko 20085:
20086: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20087:
1.211 moko 20088: * operators.ru.txt, operators.txt, src/classes/date.C:
20089: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20090:
20091: 2002-05-14 paf
20092:
20093: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20094:
20095: 2002-05-07 paf
20096:
20097: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20098: src/include/pa_globals.h, src/include/pa_request.h,
20099: src/include/pa_table.h, src/main/compile.tab.C,
20100: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20101: src/main/pa_request.C, src/main/pa_table.C,
20102: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20103: src/targets/isapi/parser3isapi.dsp,
20104: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20105: name2number field now &. main_method_name now on Request pool
20106: rather on global_pool [Junction+VJunction created on same pool as
20107: name = were created on global pool, causing mem leaks]
20108:
20109: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20110: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20111: main/compile.y, main/main.dsp, main/pa_globals.C,
20112: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20113: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20114: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20115: field now &. main_method_name now on Request pool rather on
20116: global_pool [Junction+VJunction created on same pool as name =
20117: were created on global pool, causing mem leaks]
20118:
20119: 2002-05-06 paf
20120:
20121: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20122: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20123: 100*40 bytes per request memory leak [nonpool malloc in globals]
20124:
20125: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20126: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20127: 100*40 bytes per request memory leak [nonpool malloc in globals]
20128:
20129: 2002-04-30 paf
20130:
20131: * configure, src/include/pa_version.h: version now not b
20132:
20133: * src/targets/cgi/parser3.C: request.uri now never 0
20134:
20135: 2002-04-29 paf
20136:
20137: * configure.in: removed b
20138:
20139: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20140: Exception::comment/type checked in (), no there's no empty
20141: type/comment by default
20142:
20143: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20144: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20145: src/doc/value.dox, src/include/pa_exception.h,
20146: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20147: 0001
20148:
20149: 2002-04-26 paf
20150:
20151: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20152: size reduced
20153:
20154: 2002-04-25 paf
20155:
20156: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20157: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20158: now that took into account
20159:
1.211 moko 20160: * operators.ru.txt, operators.txt, src/classes/date.C:
20161: ^date::create[2002-12-33 01:03:04]
1.95 moko 20162:
1.211 moko 20163: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20164: ^date::create[2002-12-33 01:03:04]
20165:
20166: * ChangeLog: updated changelog
20167:
20168: * src/classes/table.C: removed restriction on column count to
20169: ^table.hash to work, now must be >0 [were >1]
20170:
20171: 2002-04-24 paf
20172:
20173: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20174: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20175: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20176: targets
20177:
20178: 2002-04-23 paf
20179:
1.211 moko 20180: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20181: int/double/string:sql{}[$.default{code}] fixed [were barking:
20182: "junction used outside of context"]
20183:
20184: 2002-04-22 paf
20185:
20186: * types.txt, src/classes/string.C, src/include/pa_string.h,
20187: src/main/pa_string.C, src/types/pa_vstring.C,
20188: src/types/pa_vstring.h: ^string.optimize[]
20189:
20190: * src/: include/pa_globals.h, include/pa_table.h,
20191: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20192: table template
20193:
20194: * src/classes/: string.C: optimize removed from string
20195: .left/right/pos
20196:
20197: * src/main/execute.C: rolled back to
20198: before_killing_userjunction_contexts
20199:
20200: * src/main/execute.C: user junctions context killed
20201:
20202: * src/main/execute.C: junctions to local contexts got
20203: cleanized&checked later
20204:
20205: 2002-04-19 paf
20206:
20207: * src/: classes/string.C, include/pa_request.h,
20208: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20209: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20210: prior to .left .right .mid .pos .match when that is profitable,
20211: and always before .replace when $ORIGINS(1) optimization disabled
20212: economy from not wasting mem on lots of strings which occur by
20213: lots of String:mid calls to get parts of source string between
20214: found_occurances
20215:
20216: * src/classes/file.C: ovector now local economy: 16 bytes per
20217: ^file:list
20218:
20219: * src/: include/pa_globals.h, include/pa_table.h,
20220: main/pa_globals.C, main/pa_string.C: String::match table columns
20221: globalized, not created @ each ^match anymore economy:
20222: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20223:
20224: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20225: removed from each String::match replace iteration, and made
20226: stacked sizeof(VTable)=12bytes economy on each replace code
20227:
20228: * src/doc/footer.htm: 2001,
20229:
20230: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20231: string.match[]['] option enables generation of $match.prematch
20232: .match .postmatch columns
20233:
20234: * src/main/pa_string.C: String::match options analized without
20235: cstr-ing them now
20236:
20237: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20238: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20239: config updated to doxygen 1.2.15, created helper which fixes
20240: minor bugs in chm project files & htm tree. changed extension to
20241: .htm
20242:
20243: 2002-04-18 paf
20244:
20245: * src/doc/doxygen.cfg: .chi generation disabled
20246:
20247: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20248: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20249: fields&methods
20250:
20251: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20252: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20253: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20254: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20255: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20256: types/pa_vresponse.h, types/pa_vstateless_class.h,
20257: types/pa_vstateless_object.h, types/pa_vstatus.h,
20258: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20259: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20260: VStateless_class to VObject
20261:
20262: * src/: main/pa_request.C, types/pa_valiased.h,
20263: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20264: types/pa_vstring.h: VStateless_string_object speicalized light
20265: version of VStateless_object
20266:
20267: * src/classes/op.C: ^throw comment param made optional
20268:
20269: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20270: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20271: and implemented down in VClass, fclass_alias removed,
20272:
20273: * src/types/pa_value.C: forced to cut that from .h because of
20274: VStateless_class usage [undefined in .h]
20275:
20276: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20277: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20278: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20279: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20280: on each CALL]
20281:
20282: * src/: classes/classes.h, classes/date.C, classes/double.C,
20283: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20284: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20285: classes/response.C, classes/string.C, classes/table.C,
20286: classes/void.C, classes/xnode.C, include/pa_globals.h,
20287: include/pa_request.h, main/execute.C, main/pa_globals.C,
20288: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20289: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20290: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20291: types/pa_vstateless_class.h, types/pa_wcontext.C,
20292: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20293: removed Value::fname
20294:
20295: 2002-04-17 paf
20296:
20297: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20298: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20299: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20300: include/pa_pool.h, include/pa_types.h: dox updated to current
20301: state, PTHROW freshen to throw & co
20302:
20303: * src/types/pa_vhash.h: vstring wrong parent fixed
20304:
20305: * src/classes/op.C: taint local result var bug fixed
20306:
20307: 2002-04-16 paf
20308:
20309: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20310: Attic asm.txt as most interesting
20311:
20312: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20313: check, preventing content-length: 0 from appearing
20314:
20315: * src/main/execute.C: $result in @main now taken into account as in
20316: usual functions
20317:
20318: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20319: & @unhandled_exception now taken into account as in usual
20320: functions
20321:
20322: * src/doc/postbuild.txt: instructions on post .html build
20323:
20324: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20325:
20326: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20327: tainted
20328:
20329: * src/main/pa_request.C: uri in error log
20330:
20331: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20332: cheched date:create(days) param for validity [later were assumed
20333: valid and crashed on invalid onces]
20334:
20335: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20336: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20337: and used that for removing VString wrapper
20338:
20339: * src/classes/op.C: exception2vhash file now tainted
20340:
20341: * src/classes/op.C: _process pseudo origin copied from local var to
20342: heap
20343:
20344: * src/classes/op.C: extra check on empty file in origin in _execute
20345:
20346: 2002-04-15 paf
20347:
20348: * src/: main/execute.C, types/pa_value.h: fixed name update
20349:
20350: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20351: functions
20352:
20353: * src/: classes/file.C, classes/hash.C, classes/op.C,
20354: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20355: started dual write_xxx_lang functions, if checked & works
20356:
20357: * src/: classes/date.C, classes/file.C, classes/mail.C,
20358: classes/string.C, classes/xnode.C, include/pa_request.h,
20359: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20360: unnecessary VString shells
20361:
20362: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20363: prev changes]
20364:
20365: * src/: classes/image.C, classes/op.C, classes/string.C,
20366: classes/table.C, include/pa_request.h, main/execute.C,
20367: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20368: StringOrValue wcontext result, now ready for dual writes
20369:
20370: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20371: checked that
20372:
20373: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20374: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20375: changed to OP_WRITE_VALUE in var get cases
20376:
20377: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20378: include/pa_request.h, main/compile.tab.C, main/compile.y,
20379: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20380: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20381: switch in hash constructor fixed [were problems with using of
20382: stacked wwrapper after it's death]
20383:
20384: 2002-04-12 paf
20385:
1.211 moko 20386: * operators.ru.txt, operators.txt, src/classes/table.C:
20387: table.select(expression) 0
1.95 moko 20388:
20389: 2002-04-11 paf
20390:
20391: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20392: Request::process_internal codeFrame & wwrapper stacked [not
20393: wasting heap anymore]
20394:
20395: 2002-04-10 paf
20396:
20397: * src/: classes/double.C, classes/file.C, classes/hash.C,
20398: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20399: classes/string.C, classes/table.C, classes/void.C,
20400: classes/xdoc.C, include/pa_request.h, main/execute.C,
20401: main/pa_string.C: killed Request::process() wrapping
20402: VString(String) in case we need only String
20403:
20404: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20405: killed 8 bytes from String.head
20406:
20407: 2002-04-09 paf
20408:
20409: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20410: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20411: local*/char b[...]; a=b; situations
20412:
1.211 moko 20413: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20414: made literal
1.95 moko 20415:
20416: * src/classes/xdoc.C: xslt params fixed
20417:
20418: * src/: main/pa_common.C, targets/cgi/parser3.C,
20419: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20420: not pool.malloc(MAX_NUMBER) but really neaded
20421:
1.211 moko 20422: * operators.ru.txt, operators.txt, src/classes/double.C,
20423: src/classes/int.C: int/double.int/double(default)
1.95 moko 20424:
20425: 2002-04-04 paf
20426:
20427: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20428: [when reconstructing pieces were split by
20429: max_integral(piece.size), thus some strings to replace happen to
20430: be split into two = not replaced)
20431:
20432: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20433: standalone version = current dir
20434:
20435: * src/targets/cgi/parser3.C: document root in standalone version =
20436: current dir
20437:
20438: 2002-04-03 paf
20439:
20440: * configure, configure.in: more checks on nonexistent charset
20441:
1.116 moko 20442: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20443:
20444: 2002-04-02 paf
20445:
20446: * src/main/compile.C: parser.compile [exception name more like in
20447: doc]
20448:
20449: 2002-04-01 paf
20450:
20451: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20452: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20453: .content-type.charset, not .charset
20454:
20455: 2002-03-29 paf
20456:
20457: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20458:
1.211 moko 20459: * operators.ru.txt, operators.txt, src/classes/date.C:
20460: ^date::create now may not supply day, default 1. checked 29.03
20461: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20462:
20463: 2002-03-28 paf
20464:
1.211 moko 20465: * operators.ru.txt, operators.txt, src/classes/date.C,
20466: src/classes/op.C, src/include/pa_globals.h,
20467: src/include/pa_hash.h, src/main/pa_globals.C,
20468: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20469: ^cache[date] }
1.95 moko 20470:
20471: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20472: param
20473:
20474: 2002-03-27 paf
20475:
1.211 moko 20476: * operators.ru.txt, operators.txt, src/classes/date.C,
20477: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20478: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20479: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20480: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20481: src/classes/xdoc.C, src/classes/xnode.C,
20482: src/include/pa_exception.h, src/include/pa_request.h,
20483: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20484: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20485: src/main/pa_array.C, src/main/pa_charset.C,
20486: src/main/pa_charsets.C, src/main/pa_common.C,
20487: src/main/pa_dictionary.C, src/main/pa_exception.C,
20488: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20489: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20490: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20491: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20492: src/types/pa_value.h, src/types/pa_vcookie.C,
20493: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20494: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20495: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20496: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20497: src/types/pa_wwrapper.h: assigned exception types
20498:
1.211 moko 20499: * operators.ru.txt, operators.txt, src/classes/op.C,
20500: src/include/pa_config_fixed.h, src/include/pa_request.h,
20501: src/main/execute.C, src/main/pa_request.C: decided agains
20502: resetting exception_trace, just changed name
1.95 moko 20503:
20504: 2002-03-26 paf
20505:
20506: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20507: fixed
20508:
20509: * src/classes/op.C: forced language of $source field of exception
20510: to 'tainted', so that sql-langed-frags could be outputed outside
20511: of connect
20512:
1.211 moko 20513: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20514: offset
1.95 moko 20515:
20516: * src/classes/date.C: removed date.roll limit of +-1 offset
20517:
1.211 moko 20518: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20519: roll on daylightsaving days mktime took into account tm_isdst
20520: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20521:
20522: 2002-03-25 paf
20523:
1.211 moko 20524: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20525: http_site_config_filespec
20526:
20527: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20528: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20529: with any/both --disable-foreign-group-files --disable-execs
20530:
20531: * INSTALL: "--with=sendmail=COMMAND" comment
20532:
20533: * INSTALL, configure, configure.in, src/classes/mail.C,
20534: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20535: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20536: disables execs also. introducing --sendmail
1.95 moko 20537:
1.211 moko 20538: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20539:
20540: * INSTALL: comment on --disable-link-stdcpp
20541:
1.116 moko 20542: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20543: libstdc++ link skipping configure option
1.95 moko 20544:
20545: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20546: with error were put to cache with 'marked_to_rollback' flag, all
20547: consequent even OK requests rolled back
20548:
20549: 2002-03-22 paf
20550:
20551: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20552: false return
20553:
1.211 moko 20554: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20555:
20556: 2002-03-18 paf
20557:
1.211 moko 20558: * operators.ru.txt, operators.txt, src/classes/op.C,
20559: src/include/pa_exception.h, src/include/pa_globals.h,
20560: src/include/pa_request.h, src/include/pa_stack.h,
20561: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20562:
20563: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20564: types/pa_vdouble.h: removed some tested @tests
20565:
20566: 2002-03-15 paf
20567:
1.211 moko 20568: * operators.ru.txt, operators.txt, src/classes/table.C:
20569: ^table.locate(logical expr)
1.95 moko 20570:
20571: 2002-03-13 paf
20572:
20573: * src/main/pa_exception.C: checked not-pooled malloc
20574:
20575: 2002-03-11 paf
20576:
20577: * INSTALL, configure, configure.in,
20578: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20579:
20580: * src/main/pa_common.C: --disable-foreign-group-files
20581:
20582: * INSTALL: --disable-execs
20583:
20584: * src/main/pa_exec.C: --disable-execs
20585:
20586: * configure, configure.in, src/include/pa_config_auto.h.in:
20587: --disable-execs
20588:
20589: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20590:
20591: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20592: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20593:
20594: 2002-03-05 paf
20595:
1.211 moko 20596: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20597: calendar columns named
1.95 moko 20598:
1.211 moko 20599: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20600: calendar columns named
1.95 moko 20601:
20602: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20603: requires headers to be terminated with \r\n manually [refuses to
20604: separate header/body itself]
20605:
20606: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20607: targets/isapi/parser3isapi.C: isapi site config beside .dll
20608:
20609: 2002-03-04 paf
20610:
20611: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20612: in PASS language
20613:
20614: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20615: deserialize checks on broken file
20616:
20617: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20618: parser3isapi.dsp: isapi updated
20619:
20620: 2002-03-01 paf
20621:
20622: * src/main/pa_exec.C: execle -> execve, now argc OK
20623:
20624: 2002-02-28 paf
20625:
20626: * src/main/untaint.C: removed some debug comments
20627:
20628: * src/main/pa_charsets.C: when placing charset to cache using
20629: global name now [were request]
20630:
20631: * configure, configure.in: apache module updated
20632:
20633: * src/main/pa_string.C: origin by first piece preferred before last
20634: piece
20635:
20636: 2002-02-27 paf
20637:
20638: * src/main/pa_charset.C: size_t
20639:
20640: * INSTALL: shared/static-xml with-pathlink
20641:
1.211 moko 20642: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20643:
20644: 2002-02-26 paf
20645:
20646: * src/main/pa_exec.C: more precise names for vars, cosmetic
20647:
20648: * src/classes/xnode.C: in some situation, xpath query returned
20649: result with type NODESET, but empty nodeset member field, checked
20650: that
20651:
20652: 2002-02-22 paf
20653:
20654: * INSTALL: without-zlib comment
20655:
20656: * etc/parser3.charsets/windows-1251.cfg: °
20657:
20658: * configure, configure.in: glib###.a detection fixed
20659:
20660: * INSTALL: hashfile removed from INSTALL
20661:
1.116 moko 20662: * Makefile.am: make update
1.95 moko 20663:
20664: * src/main/pa_string.C: string iterators fixed again, so were
20665: String::join_chain
20666:
20667: * src/main/pa_string.C: string iterators fixed again, so were
20668: String::join_chain
20669:
20670: * src/: include/pa_string.h, main/pa_string.C: string iterators
20671: fixed again, so were String::join_chain
20672:
20673: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20674:
1.211 moko 20675: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20676: "expires=0" = "session"
1.95 moko 20677:
1.116 moko 20678: * configure, configure.in, src/include/pa_config_auto.h.in:
20679: --with-shared-xml --with-static-xml
1.95 moko 20680:
20681: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20682: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20683: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20684: xalan&xml
20685:
20686: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20687:
1.211 moko 20688: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20689: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20690: from sources for now
1.95 moko 20691:
1.116 moko 20692: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20693: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20694: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20695: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20696: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20697: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20698: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20699: src/types/Makefile.am, src/types/pa_vhashfile.C,
20700: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20701:
20702: 2002-02-21 paf
20703:
20704: * src/main/untaint.C: removed debug code, activated commented-for
20705: debug parts
20706:
1.116 moko 20707: * Makefile.am: make cvsupdate
1.95 moko 20708:
20709: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20710: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20711: append_row, not at link zero now string to string appending works
20712:
20713: 2002-02-20 paf
20714:
20715: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20716: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20717: DEBUG_STRING_APPENDS_VS_EXPANDS
20718:
20719: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20720: economy: 22%
20721:
20722: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20723: space uptimized: string::link_row removed
20724:
20725: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20726: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20727: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20728: types/pa_vstring.h: speed uptimized: string::is_empty
20729:
1.211 moko 20730: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20731: src/include/pa_config_fixed.h, src/include/pa_string.h,
20732: src/include/pa_types.h, src/main/compile.tab.C,
20733: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20734: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20735: string append optimiziation idea and estimates
20736:
20737: 2002-02-19 paf
20738:
20739: * src/classes/math.C: not used directly [but erroreously reported
20740: that 'is', thus registering twice&other probs]
20741:
20742: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20743: to node [element]
20744:
20745: * src/main/compile.C: without string_origins parse error
20746: file+line+col possible
20747:
20748: * src/main/: compile.C: without string_origins not worked
20749:
20750: 2002-02-18 paf
20751:
20752: * src/types/pa_vdouble.h: since we have in_expression removed that
20753: trick i've installed into double::as_string
20754:
20755: * src/main/pa_globals.C: extern "C" was removed too fast
20756:
20757: * src/: include/pa_opcode.h, include/pa_request.h,
20758: main/compile.tab.C, main/compile.y, main/execute.C,
20759: types/pa_wcontext.h: in_expression aimed to solve old problem
20760: with string/nonstring values, now in expressions double/int
20761: values are passed as-is, without stupid tostring/fromstring
20762: conversions
20763:
20764: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20765: __cplusplus } #endif
20766:
20767: * src/main/compile.tab.C: bison env set so one could compile
20768: without cygwin installed
20769:
20770: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20771: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20772: gnome xml libs parser .dsp-s changed accordingly
20773:
1.211 moko 20774: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20775: PARSER_ROOT_CONFIG
1.95 moko 20776:
1.211 moko 20777: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20778: [were date::set, with backward comp
1.95 moko 20779:
20780: * src/classes/math.C: math:random range check fixed
20781:
20782: * src/main/: compile.tab.C, compile.y: integer division stops name
20783:
20784: * INSTALL: local install comment
20785:
1.116 moko 20786: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20787:
1.116 moko 20788: * acinclude.m4, aclocal.m4, configure, configure.in,
20789: src/include/pa_config_auto.h.in,
20790: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20791: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20792:
1.211 moko 20793: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20794:
20795: 2002-02-13 paf
20796:
20797: * src/include/pa_config_includes.h: sys/time time both included
20798: now. vaguely remember confilicts on this on some system [not on
20799: six|ablv] so when would see them again would think up proper
20800: check
20801:
1.116 moko 20802: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20803: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20804:
20805: * src/main/pa_common.C: truncation never occured when writing files
20806: on unix [since i've changed cache mech] fix
20807:
20808: * src/main/pa_common.C: strnchr: sanity check added
20809:
20810: * etc/parser3.charsets/windows-1257.cfg: id added
20811:
20812: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20813: baltic charset file generated, in generation script ispunct check
20814: added
20815:
20816: 2002-02-08 paf
20817:
1.116 moko 20818: * src/: include/Makefile.am, sql/Makefile.am,
20819: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20820:
20821: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20822: forgotten
20823:
20824: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20825:
20826: * INSTALL, README: install&others updated
20827:
20828: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20829:
1.116 moko 20830: * Makefile.am, configure, configure.in,
20831: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20832: src/classes/Makefile.am, src/main/Makefile.am,
20833: src/main/pa_status_provider.C, src/targets/Makefile.am,
20834: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20835: works
1.95 moko 20836:
20837: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20838: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20839: classes/hashfile.C, classes/int.C, classes/mail.C,
20840: classes/math.C, classes/op.C, classes/response.C,
20841: classes/string.C, classes/table.C, classes/void.C,
20842: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20843: include/pa_array.h, include/pa_cache_managers.h,
20844: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20845: include/pa_config_fixed.h, include/pa_config_includes.h,
20846: include/pa_db_connection.h, include/pa_db_manager.h,
20847: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20848: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20849: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20850: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20851: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20852: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20853: include/pa_stack.h, include/pa_string.h,
20854: include/pa_stylesheet_connection.h,
20855: include/pa_stylesheet_manager.h, include/pa_table.h,
20856: include/pa_threads.h, include/pa_types.h, main/compile.C,
20857: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20858: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20859: main/pa_db_connection.C, main/pa_db_manager.C,
20860: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20861: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20862: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20863: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20864: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20865: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20866: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20867: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20868: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20869: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20870: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20871: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20872: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20873: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20874: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20875: types/pa_vmethod_frame.h, types/pa_vobject.h,
20876: types/pa_vrequest.h, types/pa_vresponse.h,
20877: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20878: types/pa_vstateless_object.h, types/pa_vstatus.C,
20879: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20880: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20881: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20882: classes/image.C, main/pa_common.C, main/pa_exec.C,
20883: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20884: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20885: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20886: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20887: types/pa_vxnode.C, main/pa_charset.C: name spelling
20888:
20889: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20890: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20891: classes/hashfile.C, classes/image.C, classes/int.C,
20892: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20893: classes/string.C, classes/table.C, classes/void.C,
20894: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20895: include/pa_array.h, include/pa_cache_managers.h,
20896: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20897: include/pa_config_fixed.h, include/pa_config_includes.h,
20898: include/pa_db_connection.h, include/pa_db_manager.h,
20899: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20900: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20901: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20902: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20903: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20904: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20905: include/pa_stack.h, include/pa_string.h,
20906: include/pa_stylesheet_connection.h,
20907: include/pa_stylesheet_manager.h, include/pa_table.h,
20908: include/pa_threads.h, include/pa_types.h, main/compile.C,
20909: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20910: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20911: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20912: main/pa_db_connection.C, main/pa_db_manager.C,
20913: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20914: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20915: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20916: main/pa_socks.C, main/pa_sql_driver_manager.C,
20917: main/pa_status_provider.C, main/pa_string.C,
20918: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20919: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20920: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20921: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20922: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20923: targets/isapi/pool_storage.h, types/pa_valiased.C,
20924: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20925: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20926: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20927: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20928: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20929: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20930: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20931: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20932: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20933: types/pa_vresponse.h, types/pa_vstateless_class.C,
20934: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20935: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20936: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20937: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20938: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20939: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20940:
20941: 2002-02-07 paf
20942:
20943: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20944:
1.116 moko 20945: * configure, configure.in, src/include/pa_config_auto.h.in,
20946: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20947: added yet another locking function: fcntl
1.95 moko 20948:
20949: * config.sub: on cygwin configure passes it with strange i1586
20950: const, hacked it to mean i586
20951:
20952: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20953: disabled $if reference due to conflicts with local variables
20954:
1.211 moko 20955: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20956: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20957: xdoc::create, with both sences
20958:
20959: * operators.ru.txt, operators.txt, src/classes/table.C,
20960: src/include/pa_array.h, src/include/pa_table.h,
20961: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20962: 'set' name obsolete now table clone.
1.95 moko 20963:
1.211 moko 20964: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20965: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20966: ^int/double/string.format now can be called with normal []
20967: brackets, not stupid {} as it were implemented for some strange
20968: reason. retaining backward compatibility due to some
20969: already-implemented servers
20970:
20971: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20972: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20973: operators now detected by check at name_without_curly_rdive_read
20974: rule whether diving code constists only of
20975: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20976: with OP_GET_ELEMENT_OR_OPERATOR to form
20977: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20978:
20979: 2002-02-06 paf
20980:
20981: * configure, configure.in: prefix expanded, grr
20982:
1.211 moko 20983: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
20984: config changed
1.95 moko 20985:
20986: 2002-02-05 paf
20987:
1.211 moko 20988: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 20989:
20990: * src/main/: pa_exec.C: argv0 now correct
20991:
20992: * src/types/pa_vstatus.C: status:rusage 3
20993:
20994: * src/types/pa_vstatus.C: status:rusage 2
20995:
1.211 moko 20996: * operators.ru.txt, operators.txt: status:rusage described int
20997: operators
1.95 moko 20998:
20999: * src/types/pa_vstatus.C: status:rusage 1
21000:
21001: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21002: src/types/types.dsp: status:rusage
21003:
1.211 moko 21004: * configure.in, operators.ru.txt, operators.txt,
21005: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21006: src/include/pa_config_includes.h, src/main/compile.tab.C,
21007: src/main/pa_common.C: rewritten ^cache to use
21008: non-blocking-exclusive-caches
21009:
21010: * src/main/pa_common.C: text file read mode on win32 adjusted
21011: [speed impact. was off for debugging purpose, but forgotten
21012: afterwards]
21013:
21014: 2002-02-01 paf
21015:
21016: * src/classes/op.C: file_write does EX lock after create, while
21017: file_read does SH after open, so there's a moment after create
21018: but before EX lock when read can sneak into, and read
21019: just-created-for-writing-and-not-yet-locked file, added a check
21020: for that in ^cache...read
21021:
21022: 2002-01-31 paf
21023:
21024: * src/main/: compile.y, compile.tab.C: disabled operator call after
21025: ^xxx:
21026:
21027: * src/main/: compile.tab.C, execute.C: made operators lookup first
21028: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21029:
21030: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21031: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21032: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21033: operators check 6.1 rewritten. now check is done at compile time
21034:
21035: * src/main/execute.C: operators check 5 floated up old error of
21036: staying in 'entered class/object' state after $a($a..) it
21037: prevented operators from being called thereafter
21038:
21039: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21040: main/execute.C: operators check 4 floated up old error of staying
21041: in 'entered object' state after ^a.a(a) it prevented operators
21042: from being called thereafter
21043:
21044: * src/main/execute.C: operators check 3 floated up old error of
21045: staying in 'entered class' state after $a:a(a) it prevented
21046: operators from being called thereafter
21047:
21048: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21049: floated up old error of staying in 'entered class' state after
21050: $a:a[a] it prevented operators from being called thereafter
21051:
21052: * src/main/execute.C: operators check, thay mistakenly seen in
21053: $class:operator $object.operators contexts
21054:
21055: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21056: win32
21057:
1.116 moko 21058: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21059: src/classes/Makefile.am, src/main/Makefile.am,
21060: src/targets/cgi/Makefile.am,
1.95 moko 21061: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21062: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21063:
1.116 moko 21064: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21065: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21066: configure, configure.in, form.txt, ident.awk, install-sh,
21067: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21068: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21069: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21070: etc/parser3.charsets/koi8-r.cfg,
21071: etc/parser3.charsets/windows-1250.cfg,
21072: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21073: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21074: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21075: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21076: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21077: straightened installation scripts procedure made
21078: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21079: change
21080:
21081: 2002-01-30 paf
21082:
21083: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21084: removed] those comments were a mistake, and prevented libltdl
21085: from function properly
21086:
21087: 2002-01-29 paf
21088:
1.116 moko 21089: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21090: creation [modified acinclude.m4 which were creating int into just
21091: assignment LIBTOOL=../libtool] added default system
21092: config&charsetts prepared 'make install', now it installs
21093: targets/cgi/parser3 into bin directory etc/parser3.conf &
21094: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21095: $sysconfdir/parser3.charsets respectively
21096:
21097: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21098: main/pa_globals.C: few forgotten ifdef XML added
21099:
21100: 2002-01-28 paf
21101:
1.116 moko 21102: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21103: removed
21104:
21105: * src/main/pa_exception.C: dom|generic error output fix
21106:
21107: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21108:
21109: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21110:
21111: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21112: [fixed as_node helper func to accept docs]
21113:
21114: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21115: xdoc.importNode 0
21116:
21117: * src/classes/xdoc.C: xdoc::set now untaints OK
21118:
21119: 2002-01-25 paf
21120:
21121: * src/main/: compile.tab.C, compile.y: #comment before @ after
21122: @SPECIAL now works OK
21123:
21124: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21125:
21126: * src/main/pa_exec.C: max arg count now 10, and proper message on
21127: violation that added
21128:
21129: * src/classes/hash.C: unified hash::sql, now
21130: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21131:
21132: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21133: ^file:lock[filename]{code}
21134:
21135: * src/: classes/file.C, classes/op.C, classes/string.C,
21136: classes/table.C, classes/xdoc.C, include/pa_common.h,
21137: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21138: to some pa_common funcs
21139:
21140: * src/: include/pa_charset.h, main/pa_globals.C:
21141: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21142:
21143: * src/: include/pa_charset.h, main/pa_charset.C,
21144: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21145: not stupid illegal define
21146:
21147: 2002-01-24 paf
21148:
21149: * src/include/pa_version.h: changed version number
21150:
21151: * src/: classes/hashfile.C, include/pa_db_table.h,
21152: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21153: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21154: main/pa_db_connection.C, main/pa_db_table.C,
21155: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21156: hashfile without logfiles
21157:
21158: * src/: classes/hashfile.C, include/pa_db_table.h,
21159: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21160: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21161: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21162: DB_INIT_TXN init bits, thus got rid of huge log files, which
21163: cluttered disk without huge need]
21164:
21165: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21166: handy macro, which is strangly abscent in dome lib
21167:
21168: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21169:
21170: * src/classes/xdoc.C: checked empty response
21171:
21172: * src/classes/xnode.C: xdoc.select fixed context node [were always
21173: /, not self node]
21174:
21175: * src/classes/xnode.C: xnode.select returns array always now, in
21176: case 'nothing found' returns empty array
21177:
21178: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21179: be more tender with ctrl/c/v
21180:
21181: 2002-01-23 paf
21182:
21183: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21184: substituted. // 2. when dom tree with entites goes under
21185: transform text nodes // got [erroreosly] cut on first
21186: entity occurance
21187:
21188: * src/types/pa_vdouble.h: double prec. todo: get rid of
21189: twice-converting
21190:
21191: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21192: 'e' in output this is for regretful twice-converting here:
21193: $a(double value) when they write double falue they convert it to
21194: string first, thus %g were losing precesion.
21195:
21196: todo: think up some way to remove double->string string->double
21197: twice-converting
21198:
21199: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21200: %.20E now default float format this is for regretful
21201: twice-converting here: $a(double value) when they write double
21202: falue they convert it to string first, thus %g were losing
21203: precesion.
21204:
21205: todo: think up some way to remove double->string string->double
21206: twice-converting
21207:
21208: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21209: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21210: reasons in comment inside
21211:
21212: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21213: statically linked]
21214:
21215: * src/: include/pa_exception.h, main/compile.tab.C,
21216: main/pa_exception.C: removed exception va_list constructor. 1.
21217: not needed anymore 2. there were a conflict[causing errors]
21218: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21219: never detected an ambiguilty here, compiling ctor(, "hello") into
21220: ctor(, va_list) which, of course, caused gpf
21221:
21222: * src/main/pa_globals.C: removed debug xslt messages
21223:
21224: 2002-01-22 paf
21225:
21226: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21227: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21228: helps compiling stylesheet properly. example: this refused to
21229: work, <b>«<xsl:value-of select="@title"
21230: />»</b> stranly worked only this way:
21231: <b>«<xsl:value-of select="@title" />»</b>
21232:
21233: docs says "set it to 1", never going into details, so I decided
21234: to try NOT to do that
21235:
21236: * src/classes/table.C: join behaived badly in case named tables
21237: structure mismatched: 0 strings sneaked into dest failing
21238: afterwards. replaced them with empty strings
21239:
21240: 2002-01-21 paf
21241:
21242: * src/main/pa_charset.C: checked empty transcoders in
21243: transcode_cstr|buf
21244:
21245: * src/classes/xdoc.C: xdoc::load error source = filespec
21246:
21247: * src/classes/xdoc.C: transform error source now
21248: stylesheet_filespec
21249:
1.116 moko 21250: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21251: include/pa_stylesheet_connection.h, main/pa_charset.C,
21252: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21253: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21254: gnome
1.95 moko 21255:
21256: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21257: include/pa_globals.h, include/pa_stylesheet_connection.h,
21258: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21259: xslt generic error 1
21260:
21261: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21262: xml generic message 1
21263:
21264: * src/classes/table.C: ^table::load empty lines or #comments before
21265: headline
21266:
21267: * src/: include/pa_array.h, include/pa_globals.h,
21268: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21269: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21270: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21271: errors 0
21272:
21273: 2002-01-16 paf
21274:
21275: * src/: classes/hash.C, classes/op.C, classes/string.C,
21276: classes/table.C, classes/void.C, classes/xdoc.C,
21277: include/pa_db_connection.h, include/pa_request.h,
21278: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21279: include/pa_stylesheet_connection.h,
21280: include/pa_stylesheet_manager.h, main/pa_request.C,
21281: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21282: targets/cgi/pool_storage.h: auto closers to sql_connection,
21283: stylesheet_connection auto destroyers to remaining gnome objects
21284:
21285: * src/classes/xdoc.C: few comments
21286:
21287: 2002-01-15 paf
21288:
21289: * src/classes/xdoc.C: xdoc file save string
21290:
21291: ready. todo: error handling
21292:
21293: * src/classes/xdoc.C: xdoc save rewritten using
21294: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21295: result
21296:
21297: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21298: started output options parsing
21299:
21300: 2002-01-14 paf
21301:
21302: * src/classes/xdoc.C: method
21303:
21304: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21305: include/pa_pool.h, include/pa_stylesheet_connection.h,
21306: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21307: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21308: xslt transform0. TODO: use output options handle errors
21309:
21310: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21311:
21312: 2002-01-11 paf
21313:
21314: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21315: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21316: partial logical && || evaluation
21317:
21318: * src/classes/xnode.C: xpath selectNodes
21319:
21320: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21321: string/number/bool
21322:
21323: * src/classes/xnode.C: xpath selectNode 2
21324:
21325: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21326: xpath selectNode 1
21327:
21328: 2002-01-10 paf
21329:
21330: * src/classes/xnode.C: xpath selectNode -100 [just written]
21331:
21332: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21333: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21334: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21335: refcounter]
21336:
21337: 2001-12-29 paf
21338:
21339: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21340: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21341: glib works 0
21342:
21343: 2001-12-28 paf
21344:
21345: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21346: main/pa_exception.C: started glib transcoders
21347:
21348: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21349:
21350: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21351: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21352: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21353: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21354: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21355: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21356: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21357: libs just compiled in. no refcounting no xpath no xslt yet
21358:
21359: 2001-12-27 paf
21360:
21361: * src/: include/pa_charset.h, include/pa_common.h,
21362: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21363: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21364: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21365: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21366: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21367: from xalan&xerces, started the process. globals [initialization
21368: pool [charset update charset [transcodings vxnode vxdoc [DOM
21369: calls
21370:
21371: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21372: anymore
21373:
21374: 2001-12-26 paf
21375:
21376: * src/: include/pa_charset.h, include/pa_charsets.h,
21377: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21378: key globalized [bug]
21379:
21380: 2001-12-25 paf
21381:
21382: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21383: main/pa_string.C: table set & append changed splitting languages,
21384: separators now can be clean AND as-is same to mail command line
21385: $MAIN:MAIL.progX arguments
21386:
21387: 2001-12-24 paf
21388:
21389: * src/classes/mail.C: one parted text messages - no multipart
21390: mime-type anymore. for convinient if $.attach-ments
21391:
21392: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21393: main/pa_string.C: read from cache size check updated
21394:
21395: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21396:
21397: 2001-12-21 paf
21398:
21399: * src/classes/date.C: date:sql-string now returns localtime
21400:
21401: * src/main/pa_request.C: $result in @main actually not working, to
21402: hell with it for now
21403:
21404: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21405: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21406: @postprocess @exception
21407:
21408: * src/main/execute.C: junction evaluation canceled - endless
21409: recursion detected
21410:
21411: 2001-12-19 paf
21412:
21413: * src/main/pa_charset.C: charset->charset transcoding via unicode
21414: intermediate
21415:
21416: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21417:
21418: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21419:
21420: * src/classes/op.C: ^cache keypath now relative
21421:
21422: * src/classes/mail.C: changed weighting prior to sort
21423:
21424: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21425: were missing
21426:
21427: 2001-12-17 paf
21428:
21429: * src/main/pa_charset.C: ifndef XML were bad type
21430:
21431: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21432: outdated unset services_pool
21433:
21434: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21435: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21436: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21437:
21438: * src/main/untaint.C: allowed space in filespec
21439:
21440: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21441:
21442: * src/classes/image.C: no govno
21443:
21444: * src/classes/image.C: govno
21445:
21446: 2001-12-16 paf
21447:
21448: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21449:
21450: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21451: charset_connection&manager replaced by charset&charsets
21452:
21453: * src/main/pa_charset.C: name_cstr 0
21454:
21455: * src/main/untaint.C: uri lang now knows about client/source
21456: charsets
21457:
21458: * src/: classes/file.C, classes/math.C, classes/op.C,
21459: classes/string.C, classes/table.C, classes/xdoc.C,
21460: include/pa_array.h, include/pa_cache_managers.h,
21461: include/pa_charset_connection.h, include/pa_charset_manager.h,
21462: include/pa_common.h, include/pa_db_connection.h,
21463: include/pa_db_manager.h, include/pa_db_table.h,
21464: include/pa_dictionary.h, include/pa_exception.h,
21465: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21466: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21467: include/pa_sapi.h, include/pa_socks.h,
21468: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21469: include/pa_string.h, include/pa_stylesheet_connection.h,
21470: include/pa_stylesheet_manager.h, include/pa_table.h,
21471: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21472: main/pa_charset.C, main/pa_charset_connection.C,
21473: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21474: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21475: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21476: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21477: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21478: types/types.dsp: introducing Charset
21479:
21480: 2001-12-14 paf
21481:
21482: * src/: include/pa_request.h, include/pa_transcoder.h,
21483: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21484: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21485: uri lang
21486:
21487: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21488:
21489: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21490:
21491: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21492: defalts_name global
21493:
21494: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21495: include/pa_request.h, main/main.dsp,
21496: main/pa_charset_connection.C, main/pa_charset_manager.C,
21497: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21498: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21499: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21500: changed charset model. now important: $request:charset
21501: $response:charset while $response:content-type.charset become
21502: unimportant [informational]
21503:
21504: 2001-12-13 paf
21505:
21506: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21507:
21508: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21509: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21510: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21511: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21512: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21513: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21514:
21515: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21516: auto_ptr part other way, because of stupid gcc 2.96
21517: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21518: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21519: FormatterListener] /usr/include/g++-3/memory:48:
21520: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21521: _Tp1 = FormatterListener, _Tp = FormatterListener]
21522:
21523: * src/classes/xdoc.C: removed extra inc
21524:
21525: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21526:
21527: * src/include/pa_types.h: msvc head debugging flag
21528:
21529: * src/classes/xdoc.C: freed up listener
21530:
21531: * src/classes/string.C: change msg '... code is not code'
21532:
21533: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21534: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21535: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21536: [past/future prob]
21537:
21538: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21539: include/pa_config_fixed.h, include/pa_db_manager.h,
21540: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21541: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21542:
21543: * src/: include/pa_config_fixed.h, main/pa_common.C,
21544: main/pa_string.C: removed signed mismatch warnings
21545:
21546: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21547: 'expires' from header outputs
21548:
21549: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21550: row ptr
21551:
21552: * src/classes/file.C: file::cgi bug, request_method were passed to
21553: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21554:
21555: * src/classes/xdoc.C: lang list updated
21556:
21557: 2001-12-10 paf
21558:
21559: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21560:
21561: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21562: erase files like that, knowing their full name introducing //
21563: theoretical problem with, for instance, "_2B" and "." fragments,
21564: // they would yield the same // because
21565: need_file_encode('_')=false // but we need to delete such files
21566: somehow, getting names from ^index
21567:
21568: * src/main/pa_string.C: ^string.replace bug fixed [bad
21569: string::join_chank break]
21570:
21571: 2001-12-07 paf
21572:
21573: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21574: include/pa_common.h, include/pa_config_auto.h.in,
21575: include/pa_config_fixed.h, include/pa_config_includes.h,
21576: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21577: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21578: types/pa_vhashfile.C: merged from r14_simple_cache
21579:
21580: * src/main/pa_string.C: stupid sparc architecture failed to access
21581: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21582: lduh [ %i2 + 1 ], %l0
21583:
21584: bus error, fixed that
21585:
21586: * src/main/pa_string.C: strange string deserialize bug on
21587: client[pmts], a bit shortened,
21588:
21589: * src/include/pa_config_auto.h.in: makes
21590:
21591: * src/: include/pa_common.h, include/pa_config_fixed.h,
21592: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21593: file write shared lock file read
21594:
21595: * src/: classes/op.C, include/pa_common.h,
21596: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21597:
21598: 2001-12-06 paf
21599:
21600: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21601: main/pa_request.C: #ifdef RESOURCES_DEBUG
21602:
21603: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21604: info
21605:
21606: * src/classes/hashfile.C: removed transaction from ^cache
21607:
21608: 2001-12-05 paf
21609:
21610: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21611: IIS5 there were a prob with illegal call check
21612:
21613: 2001-12-04 paf
21614:
21615: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21616: main/pa_request.C: measures to log
21617:
21618: 2001-11-23 paf
21619:
21620: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21621: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21622: types/pa_vhashfile.C: merged from _0014, 1
21623:
21624: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21625: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21626: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21627: ^cache(33) would change
21628:
21629: 0660 bits in file_write & hashfile create
21630:
21631: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21632: after pa_string optimization]
21633:
21634: 2001-11-22 paf
21635:
21636: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21637: table.offset[whence]
21638:
21639: * src/classes/op.C: process cstr(,connection)
21640:
21641: * src/classes/op.C: process now gets its body on current language,
21642: not as-is
21643:
21644: * src/main/untaint.C: ORIGINS mode removed UHTML
21645:
21646: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21647: bit
21648:
1.116 moko 21649: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21650:
21651: 2001-11-21 paf
21652:
21653: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21654: <xsl:output output options made identical to xsl:output
21655: attributes exclusion: cdata-section-elements what xalan can do
21656: but that not used now: it can escape and remove CDATA sections
21657:
21658: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21659: produced by xslt
21660:
21661: * src/targets/cgi/parser3.C: removed debug cgi||1
21662:
21663: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21664:
21665: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21666: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21667: default language for {code}, it happen to change it's language
21668: from CLEAN, so later refused to split by CLEAN \t
21669:
21670: 2001-11-20 paf
21671:
1.116 moko 21672: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21673: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21674: bottom of dependeces, so that errors would popup quicklier, fixed
21675: line numbering in table::sql
21676:
21677: 2001-11-19 paf
21678:
21679: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21680: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21681: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21682: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21683: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21684: at wcontext.write
21685:
1.116 moko 21686: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21687: _set_new_handler
21688:
1.116 moko 21689: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21690: set_new_handler in apache&isapi
1.95 moko 21691:
21692: 2001-11-16 paf
21693:
21694: * src/targets/cgi/parser3.C: pool debug @ die
21695:
21696: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21697: removed 8 bytes from String, 2 bytes from
21698: string::chunk::row::item
21699:
21700: * src/main/pa_string.C: removed 1+4 bytes from String
21701:
21702: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21703: types/pa_vstring.C: removed 1+4 bytes from String
21704:
21705: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21706: 0
21707:
21708: * src/: include/pa_globals.h, include/pa_string.h,
21709: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21710: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21711: targets/cgi/parser3.C: introducing estimating
21712: String::cstr_bufsize, 0
21713:
21714: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21715:
21716: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21717:
21718: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21719: include/pa_pool.h: die in pool::fail
21720:
21721: 2001-11-15 paf
21722:
21723: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21724: main/pa_exception.C, targets/cgi/parser3.C: exception with
21725: dynamic buffer re-back now with counter
21726:
21727: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21728: static buffer back
21729:
21730: * src/targets/cgi/parser3.C: std::
21731:
21732: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21733: include/pa_config_includes.h: setnewhandler check
21734:
1.116 moko 21735: * src/include/pa_config_auto.h.in: makes
1.95 moko 21736:
21737: * src/targets/cgi/parser3.C: set_new_handler started
21738:
21739: 2001-11-14 paf
21740:
21741: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21742: was wrong
21743:
21744: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21745: was wrong
21746:
21747: * src/main/pa_request.C: z
21748:
21749: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21750: full returns win32 -1 solaris >buffer_size
21751:
21752: checked all that
21753:
21754: * src/classes/op.C: ^untaint{body} as-is default now
21755:
21756: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21757: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21758: with no_bad_constructors_try
21759:
21760: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21761: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21762: this: $bred[^string::length[]] $bred[^response::clear[]]
21763: $bred[^int::int[]]
21764:
21765: now VObject creation moved into overriden
21766: VClass::create_new_value, thus 0 from create_new_value means that
21767: class has no ctors
21768:
21769: 2001-11-13 paf
21770:
21771: * src/classes/classes.C: returned accedently removed if in foreach
21772: callbacks [when hash no-0-restructure]
21773:
21774: 2001-11-12 paf
21775:
21776: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21777: passed as-is to method, xalan makes & into & itself
21778:
21779: * src/classes/date.C: date.roll parser2 alg used
21780:
21781: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21782: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21783: main/pa_dictionary.C, main/pa_hash.C,
21784: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21785: now does not containt 0 values. put 0 actullay removes. no check
21786: on 0 value in foreach now required
21787:
21788: 2001-11-11 paf
21789:
21790: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21791:
21792: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21793:
21794: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21795: driver initialize not const
21796:
21797: 2001-11-10 paf
21798:
21799: * src/main/pa_exec.C: doc
21800:
21801: 2001-11-09 paf
21802:
21803: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21804: param properly
21805:
21806: * src/classes/string.C: string.save now does untainting before
21807: saving
21808:
21809: * src/main/pa_common.C: line endings fixing fixed last piece[was
21810: still cstr oriented]
21811:
21812: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21813: line endings fixing got rid of cstr, now must work ok with post
21814: multipart
21815:
21816: * src/types/pa_vform.C: line endings fixed at post / multipart /
21817: not file also now
21818:
21819: 2001-11-08 paf
21820:
21821: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21822: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21823: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21824: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21825: main/pa_stylesheet_manager.C: restructured Cache manager to be
21826: simple parent, not second parent [gcc 2.96 strangly refused to
21827: call virtual from second parent]
21828:
1.116 moko 21829: * src/: include/pa_common.h, main/Makefile.am,
21830: targets/cgi/pa_pool.C: makes
1.95 moko 21831:
21832: * src/: include/pa_request.h, main/pa_request.C,
21833: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21834: 'status' class enabler
21835:
21836: <Location /parser-status.html> ParserStatusAllowed </Location>
21837:
21838: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21839: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21840: include/pa_stylesheet_manager.h, main/main.dsp,
21841: main/pa_cache_managers.C, main/pa_charset_manager.C,
21842: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21843: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21844: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21845: todo: apache 'status' class enabler
21846:
21847: 2001-11-05 paf
21848:
21849: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21850: debug to normal
21851:
21852: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21853: hence i removed skipping 0 values in hash::for_each-es we need to
21854: check cleaned cache items manually. few more checks.
21855:
21856: expiring to 0 time was wrong, changed to 'now' time
21857:
21858: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21859: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21860: on apache already done :)
21861:
21862: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21863: skipping 0 values in hash::for_each-es we need to check cleaned
21864: cache items manually
21865:
21866: * src/main/: pa_db_connection.C, pa_db_table.C:
21867: parser_multithreaded check was wrong
21868:
21869: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21870: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21871: classes/hashfile.C, classes/image.C, classes/int.C,
21872: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21873: classes/string.C, classes/table.C, classes/void.C,
21874: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21875: include/pa_array.h, include/pa_charset_connection.h,
21876: include/pa_charset_manager.h, include/pa_common.h,
21877: include/pa_config_fixed.h, include/pa_config_includes.h,
21878: include/pa_db_connection.h, include/pa_db_manager.h,
21879: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21880: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21881: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21882: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21883: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21884: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21885: include/pa_stack.h, include/pa_string.h,
21886: include/pa_stylesheet_connection.h,
21887: include/pa_stylesheet_manager.h, include/pa_table.h,
21888: include/pa_threads.h, include/pa_types.h, main/compile.C,
21889: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21890: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21891: main/pa_charset_manager.C, main/pa_common.C,
21892: main/pa_db_connection.C, main/pa_db_manager.C,
21893: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21894: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21895: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21896: main/pa_socks.C, main/pa_sql_driver_manager.C,
21897: main/pa_status_provider.C, main/pa_string.C,
21898: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21899: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21900: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21901: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21902: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21903: targets/isapi/pool_storage.h, types/pa_valiased.C,
21904: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21905: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21906: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21907: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21908: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21909: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21910: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21911: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21912: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21913: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21914: types/pa_vstateless_object.h, types/pa_vstatus.h,
21915: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21916: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21917: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21918: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21919: $status:db fixed used not initialized in db_connection & db_table
21920:
21921: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21922: $status:charset
21923:
21924: * src/: classes/xdoc.C, include/pa_db_connection.h,
21925: include/pa_stylesheet_connection.h,
21926: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21927: types/pa_vstatus.h: $status:stylesheet
21928:
21929: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21930: include/pa_request.h, include/pa_sql_connection.h,
21931: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21932: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21933: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21934: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21935: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21936: types/pa_vxnode.C, types/types.dsp: started status parser class
21937:
21938: 2001-11-01 paf
21939:
21940: * src/include/pa_config_auto.h.in: makes
21941:
21942: * src/main/pa_hash.C: removed old extra include
21943:
21944: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21945: checks [for hp, there are such in math.h]
21946:
21947: * src/classes/op.C: ^for endless loop check strightened
21948:
21949: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21950: behavior in native calls. it left unchanged, so ^for ^foreach &
21951: co can use r.root to write their i & key,value there
21952:
21953: * src/classes/op.C: detected for var storage bug, fixed.
21954: todo:foreach
21955:
21956: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21957: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21958: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21959: changing of hash inside of foreach
21960:
21961: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21962: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21963: were hash.foreach
21964:
21965: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21966: types/pa_vstring.C, types/pa_vstring.h:
21967: ^foreach[key|value]{body}[[separator]|{separator}]
21968:
21969: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21970: types/pa_vcookie.C: ^hash.delete[key]
21971:
21972: 2001-10-31 paf
21973:
21974: * src/main/: compile.C, pa_common.C: completely empty file now
21975: considered "read", not ignored [not perfect trick used]
21976:
21977: * src/main/pa_common.C: simplier common ifdefs
21978:
21979: * src/main/pa_common.C: typing bug in common - bad ifdeff
21980:
21981: * src/main/pa_db_connection.C: z
21982:
21983: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21984: lockdetector flags
21985: dbenv.lk_detect=DB_LOCK_RANDOM;
21986:
21987: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21988: from accidental show [imagine user forgot @exception]
21989:
21990: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21991:
21992: * src/: classes/file.C, classes/image.C, classes/mail.C,
21993: classes/string.C, classes/xnode.C, include/pa_common.h,
21994: main/pa_common.C: ^string.save[[append;]path]
21995:
21996: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21997: main/execute.C: \ in expression: int divide 10/3=3
21998:
21999: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22000: inside of ^cache
22001:
22002: * src/: include/pa_threads.h, main/pa_db_connection.C,
22003: main/pa_db_table.C, targets/cgi/pa_threads.C,
22004: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22005: needed
22006:
22007: 2001-10-30 paf
22008:
22009: * src/: classes/classes.dsp, main/main.dsp,
22010: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22011: types/types.dsp: enabled debug incremental compile
22012:
22013: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22014: form post data line endings not reformatted now.
22015:
22016: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22017: now required [had bug when file= has no value]
22018:
22019: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22020: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22021: cstr(asis) default param removed
22022:
22023: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22024:
22025: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22026:
22027: * src/include/pa_dir.h: LOAD_DIR fixed
22028:
22029: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22030: was broken} fix_line_breaks
22031:
22032: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22033: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22034: packed with #pragma pack
22035:
1.116 moko 22036: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22037:
22038: 2001-10-29 paf
22039:
22040: * src/types/pa_wcontext.h: bitfield syntax stricter
22041:
22042: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22043: string hash.puts
22044:
22045: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22046:
22047: * src/include/pa_sql_connection.h: there were one wrong
22048: SQL_CONNECTION_FUNC_GUARDED [failed]
22049:
22050: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22051: param.someday either ifdef or remove it
22052:
22053: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22054:
22055: * src/main/untaint.C: optimizing returned after debugging
22056:
22057: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22058: main/untaint.C: memory hunging #pragma pack(1)
22059:
22060: 16 419 844 13 169 394
22061:
22062: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22063: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22064: places [todo:Array]
22065:
22066: * src/: main/execute.C, targets/cgi/pa_pool.C,
22067: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22068: types/pa_wwrapper.h: debugging memory WContext flags to bits
22069:
22070: total 5 652 652/158731 total 5 469 332/158731
22071:
22072: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22073: Array:: without cache in get/put now
22074:
22075: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22076: 18:25:27 2001] total 5 652 652/158731
22077:
22078: * src/: include/pa_string.h, main/pa_string.C,
22079: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22080: now
22081:
22082: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22083: 18:11:53 2001] total 5796092/158731
22084:
22085: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22086: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22087: key ref now
22088:
22089: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22090: 17:11:17 2001] total 16867948/202658
22091:
22092: * src/: classes/file.C, classes/image.C, classes/string.C,
22093: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22094: main/execute.C, main/pa_array.C, main/pa_common.C,
22095: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22096: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22097: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22098: string::as_int/double now usually uses stack, not heap [200K out
22099: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22100:
22101: * src/main/pa_sql_driver_manager.C: ping to have services [old
22102: hiding bug]
22103:
22104: * src/Makefile.am: .am order
22105:
22106: * src/: include/pa_array.h, include/pa_charset_manager.h,
22107: include/pa_db_connection.h, include/pa_db_manager.h,
22108: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22109: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22110: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22111: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22112: required "friend class"
22113:
22114: ../include/pa_request.h:51: friend declaration requires
22115: class-key, i.e. `friend class Temp_lang'
22116:
22117: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22118: main/pa_exception.C, main/pa_sql_driver_manager.C,
22119: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22120:
22121: the idea is to #1 jump to C++ some function to main body, where
22122: every function stack frame has exception unwind information and
22123: from there... #2 propagate_exception()
22124:
22125: 2001-10-28 paf
22126:
22127: * src/main/pa_db_connection.C: removed old consts
22128:
22129: * src/main/pa_db_connection.C: expire table [was accidently pasted
22130: with wrong type/cast]
22131:
22132: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22133: translation
22134:
1.116 moko 22135: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22136: remember to build DB2 with -fexceptions!!!
22137:
22138: * src/main/pa_db_table.C: DB_RMW defed
22139:
22140: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22141: include/pa_db_connection.h, include/pa_db_manager.h,
22142: include/pa_db_table.h, main/pa_db_connection.C,
22143: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22144:
22145: 2001-10-27 paf
22146:
22147: * src/: classes/hashfile.C, include/pa_db_connection.h,
22148: include/pa_db_table.h, main/pa_db_connection.C,
22149: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22150: types/pa_vhashfile.C: DB2 ifdefs
22151:
1.116 moko 22152: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22153: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22154: makes with DB2
22155:
1.116 moko 22156: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22157: types/Makefile.am: makes db
1.95 moko 22158:
22159: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22160: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22161: globals.C
22162:
22163: * src/: classes/hashfile.C, include/pa_db_connection.h,
22164: include/pa_db_table.h, main/pa_db_connection.C,
22165: main/pa_db_table.C: ^hashfile.clear[]
22166:
22167: * src/classes/classes.awk: no $ in var names
22168:
22169: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22170: connection&table [forgotten calls]
22171:
22172: 2001-10-26 paf
22173:
22174: * src/main/pa_db_connection.C: db checkpoints
22175:
22176: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22177: checkpoints
22178:
22179: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22180: default. but entities still reparsed. todo: tothink
22181:
22182: * src/main/pa_db_connection.C: db recover mech 2
22183:
22184: * src/: classes/hashfile.C, include/pa_db_connection.h,
22185: include/pa_db_manager.h, include/pa_db_table.h,
22186: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22187: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22188: types/pa_vhashfile.h: db connections & tables now cached at
22189: create time & multithreaded
22190:
22191: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22192: parsed_source
22193:
22194: * src/main/pa_db_connection.C: about to remove connection from
22195: vhashfile
22196:
22197: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22198: transaction commit/rollback responsibility left to parent [as it
22199: sould - else there were a bug with double free]
22200:
22201: * src/include/pa_db_table.h: db: child transaction commit/rollback
22202: responsibility left to parent [as it sould - else there were a
22203: bug with double free]
22204:
22205: 2001-10-25 paf
22206:
22207: * src/: classes/hashfile.C, include/pa_common.h,
22208: include/pa_db_connection.h, include/pa_db_manager.h,
22209: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22210: types/pa_vhashfile.C, types/pa_vhashfile.h,
22211: include/pa_db_table.h, main/pa_db_table.C: started db_home
22212: [multiple, cached] todo: autorecover [tried, but not succeded,
22213: yet]
22214:
22215: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22216:
22217: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22218: transaction parent passed
22219:
22220: 2001-10-24 parser
22221:
1.116 moko 22222: * src/classes/Makefile.am: makes
1.95 moko 22223:
22224: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22225: isapi/pool_storage.h: pool_storage fixed
22226:
22227: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22228: types/pa_vform.h: form fix_line_breaks
22229:
1.116 moko 22230: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22231:
22232: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22233: targets/cgi/pool_storage.h: makes
22234:
22235: * src/sql/pa_sql_driver.h: version
22236:
22237: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22238: types/pa_vform.C, types/pa_vform.h: .am
22239:
22240: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22241: this: DB_RMW Acquire write locks instead of read locks when doing
22242: the retrieval. Setting this flag may decrease the likelihood of
22243: deadlock during a read-modify-write cycle by immediately
22244: acquiring the write lock during the read part of the cycle so
22245: that another thread of control acquiring a read lock for the same
22246: item, in its own read-modify-write cycle, will not result in
22247: deadlock
22248:
22249: * src/targets/isapi/parser3isapi.dsp: doc
22250:
22251: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22252:
22253: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22254:
22255: * src/: classes/hashfile.C, include/pa_db_connection.h,
22256: main/pa_db_connection.C: hashfile expired deleted from db when
22257: get & iterate
22258:
22259: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22260: expiring 1
22261:
22262: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22263:
22264: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22265: db_connection not bothers with key when not returning expired
22266: data
22267:
22268: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22269: types/pa_vhashfile.C: db_cursor constructor public now
22270:
22271: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22272: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22273: stamped, todo: put_element analize
22274:
22275: * src/: include/pa_db_connection.h, include/pa_string.h,
22276: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22277: serialize. todo stamp
22278:
22279: 2001-10-23 parser
22280:
22281: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22282: classes/image.C, classes/mail.C, classes/response.C,
22283: classes/string.C, classes/table.C, classes/xdoc.C,
22284: include/pa_config_fixed.h, include/pa_db_connection.h,
22285: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22286: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22287: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22288: types/pa_vtable.C: ^hashfile.hash[]
22289:
22290: * src/: classes/hashfile.C, classes/xdoc.C,
22291: include/pa_config_fixed.h, main/pa_db_manager.C,
22292: main/pa_globals.C: ifdefs so it compiled without db
22293:
22294: * src/: classes/hashfile.C, include/pa_db_connection.h,
22295: include/pa_db_manager.h, main/pa_db_connection.C,
22296: main/pa_db_manager.C, types/pa_vhashfile.h:
22297: ^hashfile.transaction{code} ^hashfile:clear[filename]
22298: ^hashfile.delete[key]
22299:
22300: 2001-10-22 parser
22301:
22302: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22303: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22304:
22305: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22306: classes/xnode.C, include/pa_charset_connection.h,
22307: include/pa_db_connection.h, include/pa_db_manager.h,
22308: include/pa_exception.h, include/pa_sapi.h,
22309: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22310: include/pa_stylesheet_connection.h,
22311: include/pa_stylesheet_manager.h,
22312: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22313: main/pa_db_connection.C, main/pa_db_manager.C,
22314: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22315: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22316: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22317: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22318: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22319: types/types.dsp: hashfile 0
22320:
22321: * src/types/pa_vhashfile.C: z
22322:
22323: * src/: classes/classes.dsp, classes/hashfile.C,
22324: include/pa_config_fixed.h, main/execute.C,
22325: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22326: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22327:
22328: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22329:
22330: * src/: include/pa_exception.h, include/pa_request.h,
22331: main/execute.C, main/pa_exception.C, main/pa_request.C,
22332: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22333: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22334:
22335: 2001-10-19 parser
22336:
22337: * src/include/pa_pool.h: header
22338:
22339: * src/main/pa_pool.C: auto compiled on gcc
22340:
22341: * src/classes/image.C: comment
22342:
1.116 moko 22343: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22344:
22345: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22346: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22347: types/pa_vxnode.h: xnode clone got freed
22348:
22349: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22350: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22351: can free up xalandomstring resulting from pool::transcode
22352:
22353: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22354: include/pa_config_fixed.h, include/pa_exception.h,
22355: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22356: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22357: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22358: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22359: from non-xml compile
22360:
22361: * src/main/pa_request.C: pool:: context - get_context
22362:
22363: * src/: classes/classes.h, classes/date.C, classes/double.C,
22364: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22365: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22366: classes/string.C, classes/table.C, classes/void.C,
22367: include/pa_config_fixed.h, include/pa_exception.h,
22368: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22369: main/compile.C, main/compile_tools.C, main/execute.C,
22370: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22371: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22372: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22373: main/pa_string.C, main/pa_table.C, main/untaint.C,
22374: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22375: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22376: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22377: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22378: types/pa_vstateless_class.h, types/pa_vtable.C,
22379: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22380: exceptions 0
22381:
22382: * src/classes/classes.awk: $ removed
22383:
22384: 2001-10-18 parser
22385:
22386: * src/types/pa_vcookie.C: cookie:CLASS
22387:
22388: * src/main/main.dsp: project
22389:
22390: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22391: set_document & ctor question "who owns document" solved
22392:
22393: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22394:
22395: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22396: main/pa_pool.C: encoding in dom creating funcs
22397:
22398: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22399: be transformed now
22400:
22401: * src/classes/xdoc.C: dom created by create can be transformed now
22402:
22403: * src/classes/xdoc.C: z
22404:
22405: * src/classes/xdoc.C: comment
22406:
22407: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22408: create now uses XercesDocumentBridge, appendChild&co now works
22409:
22410: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22411: @ recompile
22412:
22413: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22414: $origin @exception[
22415:
22416: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22417: tag names forced to XML lang
22418:
22419: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22420: leechy-found bugs in code&doc fixed
22421:
22422: 2001-10-17 parser
22423:
22424: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22425: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22426: n functionality preserved
22427:
22428: * src/types/pa_vimage.h: removed unused vimage::save
22429:
22430: 2001-10-16 parser
22431:
22432: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22433:
22434: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22435:
22436: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22437:
22438: * src/classes/image.C: image.copy tolerance
22439:
22440: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22441: ineffective, but works for small paleted image
22442:
22443: * src/types/pa_vimage.C: comment
22444:
22445: * src/classes/image.C: gd size/resize bugfix
22446:
22447: * src/: classes/classes.dsp, main/main.dsp,
22448: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22449: types/types.dsp: ident >nul 2>&1
22450:
22451: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22452: systems
22453:
22454: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22455: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22456:
22457: 2001-10-15 parser
22458:
22459: * src/main/execute.C: z
22460:
22461: * src/classes/: xdoc.C: !::create{qualifiedName}
22462:
22463: * src/types/pa_vxnode.C: document_type_node.
22464: !readonly attribute DOMString name
22465: !notation_node.
22466: !readonly attribute DOMString publicId
22467: !readonly attribute DOMString systemId
22468:
1.116 moko 22469: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22470: ::write badly passed string too transparently [failed to
22471: intercept it]
1.95 moko 22472:
22473: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22474: include/pa_request.h, main/pa_sql_driver_manager.C,
22475: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22476: types/pa_vxnode.h: DOM1 major addtion, only few
22477: attributes/methods left
22478:
22479: 2001-10-13 parser
22480:
22481: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22482: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22483: in main handler
22484:
22485: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22486: cleanups & frees order
22487:
22488: * src/types/pa_vcode_frame.h: couple comments
22489:
22490: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22491: transparent enough to handle hash if creation&passing
22492:
22493: * src/: include/pa_config_fixed.h, main/execute.C,
22494: main/pa_exception.C: noticed that vcodeframe not transparent
22495: enough, would change now
22496:
22497: 2001-10-12 parser
22498:
22499: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22500: fixed. initialization&free on each thread!
22501:
22502: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22503: handling changed: now type of default param analized always, not
22504: only at problem time, thus helping early problem spotting
22505:
22506: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22507: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22508: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22509: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22510: multithread bug fixed. initialization&free on each thread!
22511:
22512: 2001-10-11 parser
22513:
22514: * src/classes/xnode.C: xnode.selectSingle now
22515:
22516: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22517: include/pa_pool.h, include/pa_stylesheet_connection.h,
22518: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22519: convertors out of Pool into Exception
22520:
22521: * src/main/pa_string.C: const
22522:
22523: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22524: linked pieces of same language together prior to String::replace
22525:
22526: * src/classes/hash.C: !^hash.add[addme]
22527: !^hash.sub[subme]
22528: !^a.union[b] = new
22529: !^a.intersection[b] = new
22530: !^a.intersects[b] = bool
22531:
22532: * src/classes/hash.C: !^hash::append[append_from]
22533:
22534: * src/: classes/hash.C, types/pa_vhash.h:
22535: !^hash::create[[copy_from]]
22536:
22537: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22538: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22539: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22540: fixed. got rid of empty_string, which caused errors - it hasnt
22541: exception but somebody[value.bark] tried to throw it on it's pool
22542:
1.116 moko 22543: * src/include/pa_config_auto.h.in: makes
1.95 moko 22544:
22545: 2001-10-10 parser
22546:
22547: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22548:
22549: * src/main/: compile.tab.C, compile.y: ^a[
22550:
22551: @next_method << now unclosed ] would be reported here
22552:
22553: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22554: compile error
22555:
22556: 2001-10-09 parser
22557:
1.116 moko 22558: * src/: classes/Makefile.am, main/Makefile.am,
22559: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22560:
22561: * src/classes/Makefile.am: makes
22562:
22563: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22564: win32 errors intercepted [xalan transformer patched and
22565: incorporated]
22566:
22567: * src/: classes/classes.dsp, classes/xdoc.C,
22568: include/pa_stylesheet_connection.h, main/main.dsp,
22569: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22570: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22571: patches starting
22572:
22573: * src/classes/: string.C, table.C: ^string.save[file]
22574:
22575: * src/classes/: date.C, table.C: calendar moved to date
22576:
22577: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22578: string/table] now
22579:
22580: * src/classes/: op.C, table.C: z
22581:
22582: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22583: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22584: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22585: be code [be string..]
22586:
22587: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22588: table.C: lots of
22589: params->as_int/double/as_string/as_junction/as_no_junction
22590: messages added
22591:
22592: 2001-10-08 parser
22593:
22594: * src/: classes/date.C, classes/image.C, classes/string.C,
22595: classes/table.C, classes/void.C, include/pa_request.h:
22596: params->as_int/double message added
22597:
22598: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22599:
22600: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22601: image:sector removed image:html internal "line-*" attribs
22602:
22603: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22604: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22605:
22606: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22607: way
22608:
22609: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22610: main/untaint.C: header untainting to UL_HTTP_HEADER,
22611: UL_MAIL_HEADER made nonforced [only tainted pieces]
22612:
22613: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22614: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22615: @ SAPI::log
22616:
22617: * src/main/untaint.C: \r to ' ' in origins mode
22618:
22619: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22620: set]
22621:
22622: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22623: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22624: nonstandard liaison freed up
22625:
22626: 2001-10-07 parser
22627:
22628: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22629: project
22630:
22631: 2001-10-05 parser
22632:
22633: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22634: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22635: from outputing to cerr. lots of "todos"
22636:
22637: * src/main/untaint.C: http_header tainting more gentle with
22638: enquoting now
22639:
22640: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22641: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22642: xml errorhandler. fixed string.replace a little, read @test
22643:
22644: * src/main/pa_string.C: found replace bug - first_that_starts(char
22645: *) does not have limit, and looks further eos, fixing....
22646:
22647: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22648:
22649: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22650:
22651: * src/main/: pa_charset_connection.C: ctype another mem clear
22652: bugfix
22653:
1.116 moko 22654: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22655: $result[^[$p^]z] now works fine
1.95 moko 22656:
22657: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22658: wrong. fixed it
22659:
22660: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22661: of totable appered to be vital
22662:
22663: 2001-10-04 parser
22664:
22665: * src/classes/image.C: ^image.length[text]
22666:
22667: 2001-10-03 parser
22668:
22669: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22670:
22671: * src/main/pa_request.C: restored pcre defaulting in request
22672: [mindlessly "optimized" yesterday] comment left
22673:
22674: 2001-10-02 parser
22675:
22676: * src/: main/pa_charset_manager.C,
22677: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22678: needed
22679:
22680: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22681: forgot non-xml pool.*charset needed
22682:
22683: * src/classes/table.C: # config comments fixed
22684:
22685: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22686: charset_connection #comment now
22687:
22688: * src/: classes/classes.dsp, types/types.dsp: release projects
22689: options fixed to use release msvcrt lib
22690:
22691: * src/main/pa_charset_connection.C: pcre tables now const inside
22692: removed default - pcre handles that internally fixed bug on
22693: not-cleaning tables [previously was calloced, now member]
22694:
22695: * src/: include/pa_request.h, main/pa_charset_connection.C,
22696: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22697: inside removed default - pcre handles that internally fixed bug
22698: on not-cleaning tables [previously was calloced, now member]
22699:
22700: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22701: tested charset reload on file change @ apache version = OK tested
22702: freeing up prev encoding on adding new = OK
22703:
22704: 2001-10-01 parser
22705:
22706: * src/main/pa_charset_connection.C: removed entitify external hack
22707: [internal installed]
22708:
1.116 moko 22709: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22710:
22711: * src/: include/pa_charset_connection.h,
22712: include/pa_charset_manager.h,
22713: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22714: main/pa_charset_connection.C, main/pa_charset_manager.C,
22715: main/pa_request.C: charset loading & caching mech 0
22716:
22717: * src/: include/pa_stylesheet_connection.h,
22718: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22719: main/pa_globals.C, main/pa_request.C: would make charset loading
22720: & caching mech now
22721:
22722: 2001-09-30 parser
22723:
22724: * src/main/pa_request.C: forgot to fill toTable
22725:
22726: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22727: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22728: failed on win32 for now..
22729:
22730: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22731: now charsets table configuration variable is: CHARSETS
22732:
22733: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22734: ctype with unicode 1. todo: no П entities on output somehow
22735:
22736: * src/: classes/file.C, classes/op.C, classes/string.C,
22737: include/pa_request.h, main/pa_request.C: started ctype with
22738: unicode values
22739:
22740: 2001-09-28 parser
22741:
22742: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22743: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22744: string passed AS-IS now
22745:
22746: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22747: way of user-configuring... todo: implement
22748:
22749: 2001-09-27 parser
22750:
22751: * src/classes/table.C: table.sort changed to sort table itself
22752:
22753: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22754: X^.getElementsByTagName[tagname] = array of xnode
22755: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22756: nodes removed - regretfully not supported @ xalan. maybe someday
22757: would reimplement, if needed.
22758:
22759: win32build system: solved long waiting anti-non-started-apache
22760: problem
22761:
22762: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22763: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22764: types/types.dsp: win32 ident make system so not to rebuild
22765: library [ident.C.new]
22766:
22767: 2001-09-26 parser
22768:
22769: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22770: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22771: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22772: types/pa_vxnode.C, types/types.dsp: z
22773:
22774: * src/classes/classes.C: forgot one non-xml check
22775:
1.116 moko 22776: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22777: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22778:
22779: * src/targets/cgi/parser3.C: z
22780:
22781: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22782: targets/isapi/parser3isapi.C: #ifdef SMTP
22783:
22784: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22785: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22786: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22787: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22788: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22789: types/types.dsp: xdoc&xnode now
22790:
22791: * src/: classes/classes.C, classes/classes.awk,
22792: classes/classes.dsp, classes/classes.h, classes/date.C,
22793: classes/dnode.C, classes/dnode.h, classes/dom.C,
22794: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22795: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22796: classes/op.C, classes/response.C, classes/string.C,
22797: classes/table.C, classes/void.C, include/pa_array.h,
22798: include/pa_common.h, include/pa_config_fixed.h,
22799: include/pa_config_includes.h, include/pa_dictionary.h,
22800: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22801: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22802: include/pa_socks.h, include/pa_sql_connection.h,
22803: include/pa_sql_driver_manager.h, include/pa_stack.h,
22804: include/pa_string.h, include/pa_stylesheet_connection.h,
22805: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22806: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22807: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22808: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22809: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22810: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22811: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22812: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22813: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22814: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22815: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22816: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22817: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22818: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22819: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22820: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22821: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22822: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22823: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22824: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22825: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22826: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22827: types/pa_vmethod_frame.h, types/pa_vobject.h,
22828: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22829: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22830: types/pa_vstateless_object.h, types/pa_vstring.C,
22831: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22832: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22833: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22834: main.dsp splitted to main+classes+types along to .am
22835:
22836: * src/classes/Makefile.am: removed useless var
22837:
22838: * src/: classes/classes.cmd, main/main.dsp,
22839: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22840: main.dsp
22841:
22842: 2001-09-25 parser
22843:
22844: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22845: 1251 though, todo ICU
22846:
1.116 moko 22847: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22848: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22849: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22850: types/pa_vdom.h: xml configure makes
1.95 moko 22851:
22852: 2001-09-24 parser
22853:
1.116 moko 22854: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22855: types/Makefile.am: makes
1.95 moko 22856:
1.116 moko 22857: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22858:
22859: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22860: started unix makes update
22861:
22862: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22863: started unix makes update
22864:
22865: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22866:
22867: * src/types/pa_value.h: z
22868:
22869: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22870: bugs with usinge hash/table in expressions
22871:
22872: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22873: resolved conflicts fixed [const]
22874:
22875: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22876: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22877: main/compile.C, main/compile.tab.C, main/compile.y,
22878: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22879: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22880: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22881: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22882: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22883: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22884: with before_xml [merge2 actually didn't happen - i've created
22885: tags on wrong branch. so this merge is in fact re-merge]
22886:
22887: 2001-09-21 parser
22888:
22889: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22890: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22891: produced "" in make file and sadly wrong interpreted on load]
22892:
1.116 moko 22893: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22894: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22895: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22896: include/pa_sql_driver_manager.h, include/pa_string.h,
22897: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22898: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22899: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22900:
22901: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22902: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22903: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22904: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22905: main/pa_pool.C, main/pa_request.C,
22906: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22907: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22908: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22909: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22910: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22911: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22912: types/pa_vrequest.C, types/pa_vresponse.h,
22913: types/pa_vstateless_class.C, types/pa_vstring.C,
22914: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22915: created new projects for sql drivers [planning to remove sql
22916: drivers from main cvs project] first, will join latest changes
22917:
22918: * src/classes/: dom.C: defaulted dom writing methods encoding to
22919: pool.get_charset
22920:
22921: * src/classes/dom.C: defaulted dom writing methods encoding to
22922: pool.get_charset
22923:
22924: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22925: pool.get_charset
22926:
22927: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22928: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22929: methods encoding to pool.get_charset
22930:
22931: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22932: transcoder were created right "unsupported encoding" message.
22933: not @ set time, but @ use time, so until xml output functions
22934: .string, .file, .save used - no encoding name check occur
22935:
22936: reduced transcode buffer size to 60 fixed pool cleanup - no
22937: registration needed, pools are officially destructured
22938:
22939: 2001-09-20 parser
22940:
22941: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22942:
22943: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22944: $MAIN:DEFAULTS.content-type[$.charset[here]]
22945:
22946: * src/: classes/dnode.C, classes/dom.C,
22947: include/pa_config_includes.h, include/pa_globals.h,
22948: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22949: main/pa_pool.C, targets/cgi/parser3.dsp,
22950: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22951: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22952: Pool::transcode 0
22953:
22954: * src/classes/dom.C: dom. string save file moved output xml options
22955: to last param and made it optional
22956:
22957: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22958: dnodes
22959: !$attributenode.specified = boolean
22960: true if the attribute received its value explicitly
22961: in the XML document,
22962: or if a value was assigned programatically with the
22963: setValue function.
22964: false if the attribute value came from the default value
22965: declared in the document's DTD.
22966: !$pinode.target = target of this processing instruction
22967: XML defines this as being the first token following the
22968: markup
22969: that begins the processing instruction.
22970: XPath:
22971: !^node.select[xpath/query/expression] = hash of 0->node0
22972: 1->node1
22973: !^node.select-single[xpath/query/expression] = first node if
22974: any
22975:
22976: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22977: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22978: some 'const's added
22979:
22980: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22981: expression context now, there value = size and boolean value
22982: size!=0
22983:
22984: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22985: can be used in expression context now, there value = size and
22986: boolean value size!=0
22987:
22988: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22989: types/pa_vstring.h: dnode .file .string .save moved back to dom
22990: due to strange xalan bug
22991:
22992: 2001-09-18 parser
22993:
22994: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22995: classes/image.C, classes/op.C, classes/table.C,
22996: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22997: include/pa_sql_driver_manager.h, main/compile.C,
22998: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22999: main/execute.C, main/pa_common.C, main/pa_request.C,
23000: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23001: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23002: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23003: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23004: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23005: before_xml branch ^if(def $hash) now true only when
23006: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23007:
23008: * src/: classes/op.C, main/execute.C: operators self changed to
23009: root ^for variable context changed to self
23010:
23011: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23012: dnode 1
23013:
23014: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23015: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23016:
23017: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23018: poly* fixed
23019:
23020: 2001-09-17 parser
23021:
23022: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23023: types/pa_vdom.h: started dnode+dom
23024:
23025: dnode DOM methods: $node.name $node.value
23026: ...others...
23027:
23028: ^node.xpath[/rates/USD] = hash
23029: $hash[
23030: $.0[node0]
23031: $.1[node1]
23032: ]
23033:
23034: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23035: applies to all linear primitives
23036:
23037: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23038: include/pa_stylesheet_connection.h, main/main.dsp,
23039: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23040: types/pa_vimage.h: started dnode DOM: $node.name
23041: $node.value ...others... ^node.xpath[/rates/USD] = hash
23042: dom(dnode)
23043:
23044: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23045: main/compile.y, main/compile_tools.h, main/execute.C,
23046: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23047: in expression compound($aa.zz.xx) names now can have minus '-' in
23048: name after '.'
23049:
23050: 2001-09-15 parser
23051:
23052: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23053: image: $line-width ^line(...)[**** style]
23054:
23055: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23056: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23057: pool_storage - cleanups first, allocations second. apache wisely
23058: does just like that
23059:
23060: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23061: rewritten using template, no bugs now
23062:
23063: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23064: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23065: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23066: poorly started isapi pool_storage, would rewrite using template
23067: now
23068:
23069: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23070: include/pa_stylesheet_connection.h, main/main.dsp,
23071: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23072: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23073: xalan objects freed up [introducing Pool::register_cleanup]
23074:
23075: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23076: comments
23077:
23078: 2001-09-14 parser
23079:
23080: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23081: z
23082:
23083: * src/: classes/dom.C, classes/file.C, classes/image.C,
23084: classes/mail.C, include/pa_common.h,
23085: include/pa_sql_driver_manager.h, include/pa_string.h,
23086: include/pa_stylesheet_connection.h,
23087: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23088: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23089: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23090: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23091: compiled&cached
23092:
23093: 2001-09-13 parser
23094:
23095: * src/: classes/dom.C, classes/file.C, classes/image.C,
23096: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23097:
23098: * src/classes/dom.C: dom:file content-type(.method)
23099:
23100: * src/: include/pa_common.h, include/pa_globals.h,
23101: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23102: string now more informative error messages
23103:
23104: * src/: include/pa_globals.h, include/pa_request.h,
23105: main/pa_request.C, targets/cgi/parser3.C,
23106: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23107: ParserSiteConfig .../parser3.conf
23108:
23109: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23110:
23111: 2001-09-12 parser
23112:
23113: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23114: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23115: precise error reporting: "connection string must start with
23116: protocol://" now
23117:
23118: * src/main/compile.tab.C: fixed - subname code parts actually []
23119: braced
23120:
23121: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23122: lexer on LS_USER level did [] matching without setting nestage,
23123: introduced special LS_NAME_SQUARE_PART state
23124:
23125: 2001-09-11 parser
23126:
23127: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23128: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23129: languages+=xml
23130:
23131: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23132:
23133: * src/classes/dom.C: ^dom:save/string/file[output options] output
23134: options: $.method[xml|html|text] detection fixed
23135:
23136: * src/types/pa_vdom.h: messages
23137:
23138: * src/classes/dom.C: ^dom:save/string/file[output options] output
23139: options: $.method[xml|html|text] detection fixed
23140:
23141: 2001-09-10 parser
23142:
23143: * src/classes/dom.C: ^dom:save/string/file[output options] output
23144: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23145:
23146: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23147: added]
23148:
23149: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23150: ^dom.xslt[stylesheet filename] 0
23151:
23152: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23153: ^dom.xslt[stylesheet filename] -1 doc is lying
23154:
23155: * src/classes/dom.C: ^dom.file[encoding] = file
23156:
23157: * src/classes/: dom.C: ^dom.string[encoding] 1
23158: ^dom.save[encoding;filename]
23159:
23160: * src/classes/dom.C: ^dom.string[] 0
23161:
23162: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23163:
23164: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23165: types/pa_vform.h: ^dom.save[b.xml] 0
23166:
23167: 2001-09-08 parser
23168:
23169: * src/types/pa_vform.C: $form:tables.name.field
23170:
23171: 2001-09-07 parser
23172:
23173: * src/classes/table.C: table:empty removed, superceded by ^if(def
23174: $table)...
23175:
23176: * src/targets/cgi/parser3.C: z
23177:
23178: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23179: from '' to int/double is 0]
23180:
23181: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23182: $table) is false when table is empty
23183:
23184: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23185: !$form:tables $atable[$form:tables.a]
23186: ^atable.menu{a=$atable.element}[,]
23187:
23188: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23189: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23190:
1.116 moko 23191: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23192: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23193: of dom
23194:
23195: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23196: types/pa_vform.C, types/pa_vform.h: z
23197:
23198: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23199: element [not last]
23200:
1.116 moko 23201: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23202: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23203:
23204: 2001-09-06 parser
23205:
23206: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23207: table with one column 'element' and two rows: 1 and 2
23208:
23209: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23210: table with one column 'element' and two rows: 1 and 2
23211:
23212: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23213: bad int/double conversions, and now $form:nonexistent.int(88)
23214: would return 88
23215:
23216: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23217: types/pa_vhash.h: now there's special hash key '_default'
23218: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23219: $._default[xx] ] $hash.c
23220:
23221: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23222: fixed [thanks, fif], ^; were treated there non-literally
23223:
23224: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23225: doxygen
23226:
23227: * src/: classes/image.C, classes/op.C, classes/string.C,
23228: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23229: types/pa_vtable.C: few #ifndef DOXYGEN
23230:
23231: 2001-09-05 parser
23232:
23233: * src/classes/: string.C, table.C: sql options can be void [same as
23234: image:html the other day]
23235:
23236: * src/targets/cgi/Makefile.am: .am undo
23237:
23238: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23239: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23240: macro expantion on param, simply qoutes whatever passed, undone
23241:
23242: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23243: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23244: STRINGIZE(name) #name invented
23245:
23246: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23247: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23248: MAIN_SQL_DRIVERS_NAME "drivers"
23249:
23250: moved to be availible to all users
23251:
23252: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23253: SQL_DRIVER_CREATE_FUNC_NAME
23254:
23255: * src/classes/mail.C: MAIN:MAIL check fixed
23256:
23257: 2001-09-04 parser
23258:
23259: * src/classes/image.C: image.html now can accept void params
23260:
23261: * src/targets/isapi/parser3isapi.C: z
23262:
23263: * src/targets/cgi/parser3.C: full_file_spec bug
23264:
23265: * src/targets/cgi/parser3.C: getenvcheck
23266:
23267: * src/targets/cgi/parser3.C: zz
23268:
23269: * src/targets/cgi/parser3.C: zzz
23270:
23271: * src/classes/date.C: date
23272:
23273: * src/classes/date.C: date:sql-string is now without ''
23274:
1.116 moko 23275: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23276: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23277: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23278:
1.116 moko 23279: * src/include/pa_config_auto.h.in: makes
1.95 moko 23280:
23281: 2001-09-03 parser
23282:
23283: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23284:
23285: 2001-09-01 parser
23286:
23287: * src/classes/image.C: letter_spacing
23288:
23289: * src/classes/image.C: image: font params changed
23290:
23291: * src/classes/image.C: image: as_int as_string used
23292:
23293: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23294: analized
23295:
23296: 2001-08-31 parser
23297:
23298: * src/targets/cgi/parser3.C: z
23299:
1.116 moko 23300: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23301: cygwin
1.95 moko 23302:
23303: * src/classes/void.C: void:int/double += (default)
23304:
23305: * src/classes/image.C: image:font added space param image:font
23306: changed charwidth alg, added kerning const[for now]
23307:
23308: * src/classes/: string.C, table.C: string:int/double (defaults)
23309:
23310: 2001-08-29 parser
23311:
23312: * src/main/pa_exception.C: exception redundant debug info
23313:
23314: 2001-08-28 parser
23315:
23316: * src/classes/image.C: image error msgs
23317:
23318: * src/classes/image.C: image: gifsize little endian
23319:
23320: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23321: doxygeneration
23322:
23323: * src/: classes/Makefile.am, main/Makefile.am,
23324: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23325:
23326: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23327: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23328:
23329: * src/main/compile.C: NO_STRING_ORIGIN check2
23330:
23331: * src/classes/table.C: NO_STRING_ORIGIN check
23332:
23333: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23334: storage class specifiers invalid in friend function declarations
23335:
23336: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23337: main/untaint.C, targets/cgi/parser3.C,
23338: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23339: case of limit
23340:
23341: * src/: classes/file.C, main/pa_common.C: file:move
23342: autocreate/remove dest/src dir
23343:
23344: * src/: classes/string.C, include/pa_dictionary.h,
23345: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23346: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23347: to directory constructor. string:replace
23348:
23349: 2001-08-27 parser
23350:
23351: * src/classes/image.C: fixed jpgsize alg
23352:
23353: * src/classes/image.C: fixed jpgsize alg
23354:
23355: * src/main/pa_exception.C: z
23356:
23357: * src/main/pa_common.C: removed debug info from pa_common
23358:
23359: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23360: [auto.p from current dir loading]
23361:
1.116 moko 23362: * src/: main/pa_common.C, main/pa_exception.C,
23363: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23364: for solaris -lsocket
1.95 moko 23365:
23366: 2001-08-24 parser
23367:
23368: * src/targets/cgi/parser3.C: not cgi extra \n 3
23369:
23370: * src/targets/cgi/parser3.C: not cgi extra \n 2
23371:
23372: * src/targets/cgi/parser3.C: not cgi extra \n
23373:
23374: * src/main/pa_sql_driver_manager.C: z
23375:
23376: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23377: sql* removed services from disconnect - cross-request ideological
23378: probs.
23379:
23380: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23381: cross-request ideological probs. oracle - fixed bug: cs
23382: allocated on request.pool and got freed before disconnect
23383:
23384: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23385: mallocs fixed
23386:
23387: 2001-08-23 parser
23388:
23389: * src/classes/file.C: minor bug in file:save fixed
23390:
23391: * src/main/pa_sql_driver_manager.C: oracle: dlink
23392:
23393: 2001-08-22 parser
23394:
23395: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23396: types/pa_vfile.h: file:load|save[text|binary;
23397:
23398: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23399:
23400: 2001-08-21 parser
23401:
23402: * src/classes/: file.C, table.C: ^file:list
23403:
23404: 2001-08-20 parser
23405:
23406: * src/: main/compile.tab.C, main/compile.y,
23407: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23408: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23409: recousively caused problems: inc incremeted 123 literal!! fixed
23410:
23411: 2001-08-10 parser
23412:
23413: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23414:
23415: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23416: added
23417:
23418: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23419: added
23420:
23421: * src/classes/table.C: table:sort restored [it was bad test :(]
23422:
23423: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23424: ''
23425:
23426: * src/main/: pa_request.C: wanted to make const int
23427: MAX_EXECUTE_SECONDS=1;
23428:
23429: but couldnt, set_callback_and_alarm appeared to be not exported
23430: :(
23431:
23432: * src/main/pa_string.C: string.match hanged on. there were a hang
23433: check but it weren't wise enough
23434:
23435: @parse[dateString][tmp]
23436: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23437: #end
23438:
23439: @main[] ^parse[2001-02-03]
23440:
23441: * src/classes/: table.C: table:sort now default desc
23442:
23443: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23444: table.sort now creates new sorted table
23445:
23446: 2001-08-09 parser
23447:
23448: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23449:
23450: * src/classes/hash.C: hash:_default now [was hash:default]
23451:
23452: * src/classes/op.C: case without switch check added
23453:
23454: * src/types/pa_vcookie.C: cookie name&value origins added, more
23455: precise $ORIGINS(1)
23456:
23457: * src/main/Makefile.am: .am
23458:
23459: * src/classes/void.C: void: int double copy/paste from int: bug
23460: fixed
23461:
23462: * src/classes/void.C: void: int double copy/paste from int: bug
23463: fixed
23464:
23465: 2001-08-07 parser
23466:
23467: * src/: classes/double.C, classes/int.C, classes/string.C,
23468: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23469: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23470: string, table
23471:
23472: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23473: srand made working
23474:
23475: 2001-08-06 parser
23476:
23477: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23478: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23479: main/compile.tab.C, main/compile.y, main/pa_array.C,
23480: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23481: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23482:
23483: * src/main/pa_exec.C: exec win32 real filename
23484:
23485: * src/classes/file.C: exec stderr out
23486:
23487: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23488:
23489: 2001-08-03 parser
23490:
23491: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23492:
23493: 2001-08-02 parser
23494:
23495: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23496: main/execute.C, main/pa_exec.C: introducing Array_iter
23497:
23498: * src/main/execute.C: detected quick_get recursion bug. changed to
23499: get@execute, but needs array iterator, separate from array to
23500: avoid it & use caching
23501:
23502: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23503: bug fixed
23504:
23505: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23506: main/execute.C, main/pa_globals.C: found another multithread bug
23507: in op.C (last, last global var killed) :)
23508:
23509: 2001-08-01 parser
23510:
23511: * src/: include/pa_dictionary.h, include/pa_globals.h,
23512: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23513: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23514: main/untaint.C: speeded up typo-html replacements. introducing
23515: Dictionary with first-char caching
23516:
23517: 2001-07-31 parser
23518:
23519: * src/types/Makefile.am: pa_vtable.C added to .am
23520:
23521: * src/main/compile.tab.C: added, so that could be compiled even on
23522: non-bison-enabled platforms
23523:
23524: 2001-07-28 parser
23525:
23526: * src/classes/table.C: table:hash always produces hash, when can't
23527: - empty
23528:
23529: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23530: skipped \n
23531:
23532: 2001-07-27 parser
23533:
23534: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23535: on int/double/string :sql without result and default
23536:
23537: 2001-07-26 parser
23538:
23539: * src/classes/op.C: fixed bad multithread bug with strangly global
23540: OP
23541:
23542: * src/main/compile.y: $man[$.age[zzz]] 0
23543:
23544: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23545: creation syntax problem persists. restored $: for a while.
23546: thinking of $man[$.age[zzz]] syntax now
23547:
23548: * src/: classes/double.C, classes/int.C, classes/string.C,
23549: include/pa_opcode.h, main/compile.C, main/compile.y,
23550: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23551: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23552: types/pa_wwrapper.h: fixing :: realization #1
23553:
23554: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23555: main/compile_tools.h, main/execute.C, main/pa_request.C,
23556: types/pa_vmethod_frame.h: introducing :: this is constructor call
23557: prefix. ordinary : remains for static accesses
23558:
23559: 2001-07-25 parser
23560:
23561: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23562: fields 2. methods 3. columns
23563:
23564: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23565: quote. optimized double&int tostring-s
23566:
23567: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23568: whitespace before first method decl
23569:
23570: * src/classes/table.C: allowed nontable result in table:sql,
23571: results in empty table
23572:
23573: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23574: lines before first method decl
23575:
23576: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23577: types/pa_vtable.h: ^table.record[] now $table.fields
23578:
23579: * src/main/compile.y: $var[] is now empty string, not void
23580:
23581: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23582: void
23583:
23584: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23585: main/pa_globals.C: match replace code context moved to implicit
23586: $match context
23587:
23588: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23589: main/compile_tools.h, main/execute.C: with killed, code storage
23590: introduced with former 'with' syntax
23591:
23592: 2001-07-24 parser
23593:
23594: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23595: types/pa_value.h: first get_element, next get operator
23596:
23597: * src/main/compile.y: removed @end handling
23598:
23599: * src/main/: compile.C, compile.y: @end handling method2
23600:
23601: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23602: file:move
23603:
23604: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23605: fixed
23606:
23607: 2001-07-23 parser
23608:
23609: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23610: driver
23611:
23612: * src/classes/hash.C: changed sql driver query interface
23613:
23614: * src/: classes/hash.C, classes/string.C, classes/table.C,
23615: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23616: changed sql driver query interface
23617:
23618: 2001-07-20 parser
23619:
23620: * src/types/pa_vrequest.C: X!$browser:type
23621:
23622: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23623: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23624: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23625: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23626: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23627: types/pa_vobject.h, types/pa_vrequest.C,
23628: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23629: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23630: BASE element globally removed
23631:
23632: 2001-07-18 parser
23633:
23634: * src/classes/file.C: file:exec/cgi msg
23635:
23636: * src/classes/file.C: $file:exit-code renamed to 'status'
23637:
23638: * src/: classes/file.C, main/pa_exec.C: file:exec
23639:
1.116 moko 23640: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23641: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23642: removed $id from *.in *.am
1.95 moko 23643:
23644: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23645: abbrevations
23646:
23647: * src/: classes/date.C, classes/mail.C, classes/math.C,
23648: classes/string.C, classes/table.C, include/pa_globals.h,
23649: include/pa_string.h, main/execute.C, main/pa_globals.C,
23650: main/pa_request.C, main/pa_string.C, main/untaint.C,
23651: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23652: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23653: $ORIGINS(1) output tracing mode
23654:
23655: 2001-07-13 parser
23656:
23657: * src/: classes/double.C, classes/int.C, classes/string.C,
23658: include/pa_request.h, main/execute.C, main/pa_request.C:
23659: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23660: second would not call first @auto
23661:
23662: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23663: wrong, fixed
23664:
23665: 2001-07-12 parser
23666:
23667: * src/types/pa_value.h: pa_value.putelement modification of system
23668: classes prevented
23669:
23670: 2001-07-11 parser
23671:
23672: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23673: table $piece
23674:
23675: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23676: types/pa_vstateless_class.h: $file created by file:state +=
23677: .atime .mtime .ctime +found&fixed bug with exceptions on
23678: get_junction-created objects [they were on wrong pool]
23679:
23680: 2001-07-09 parser
23681:
23682: * src/main/untaint.C: qp wrong name
23683:
23684: * src/: classes/date.C, classes/string.C, classes/table.C,
23685: main/compile.y: date format 0
23686:
23687: 2001-07-07 parser
23688:
23689: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23690: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23691: roll table calendar
23692:
23693: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23694: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23695: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23696: include/pa_request.h, main/main.dsp, types/pa_value.h,
23697: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23698: string. todo: sql, calendar
23699:
23700: 2001-07-06 parser
23701:
23702: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23703: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23704:
23705: 2001-07-03 parser
23706:
23707: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23708: classes/random.C, main/main.dsp: class random renamed to math,
23709: operators became methods
23710:
23711: * src/classes/op.C: pow sqrt
23712:
23713: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23714:
23715: 2001-07-02 parser
23716:
23717: * src/classes/table.C: ^table.columns column renamed from 'name' to
23718: 'column'
23719:
23720: * src/classes/hash.C: ^hash.keys[]
23721:
23722: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23723:
23724: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23725: 'strings'
23726:
23727: 2001-06-29 parser
23728:
23729: * src/main/: execute.C: /0 %0 checkes ver 2
23730:
23731: * src/main/execute.C: /0 %0 checke
23732:
23733: * src/classes/Makefile.am: nothing - void
23734:
23735: * src/classes/table.C: empty strings @ sql
23736:
23737: 2001-06-28 parser
23738:
23739: * src/: classes/double.C, classes/file.C, classes/form.C,
23740: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23741: classes/op.C, classes/random.C, classes/response.C,
23742: classes/string.C, classes/table.C, classes/void.C,
23743: main/compile.C, main/compile_tools.C, main/execute.C,
23744: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23745: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23746: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23747: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23748: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23749: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23750: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23751: $";
23752:
23753: * src/: classes/double.C, classes/file.C, classes/form.C,
23754: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23755: classes/op.C, classes/random.C, classes/response.C,
23756: classes/string.C, classes/table.C, classes/void.C,
23757: main/compile.C, main/compile.y, main/compile_tools.C,
23758: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23759: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23760: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23761: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23762: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23763: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23764:
23765: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23766: $class:name: == ${class:name}:
23767:
23768: * src/classes/string.C: exactly one
23769:
23770: 2001-06-27 parser
23771:
23772: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23773: types/pa_vvoid.h: nothing renamed to void
23774:
23775: * src/classes/op.C: ^switch ^case
23776:
23777: * src/main/compile.y: nothing renamed to void
23778:
23779: * src/: classes/hash.C, classes/table.C, main/compile.y,
23780: main/execute.C, main/main.dsp, main/pa_request.C,
23781: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23782: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23783: void
23784:
23785: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23786:
23787: 2001-05-28 parser
23788:
23789: * src/doc/html2chm.cmd: removed >a
23790:
23791: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23792: project options [some bugs]
23793:
23794: * src/doc/sources2html.cmd: z
23795:
23796: * src/: classes/classes.C, main/compile.C, main/compile.y,
23797: main/execute.C: operators are not in root class again
23798:
23799: 2001-05-24 parser
23800:
23801: * src/targets/cgi/parser3.dsp: project file
23802:
23803: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23804: ^log ^exp
23805:
23806: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23807: conversions in @exception[params]
23808:
23809: * src/main/pa_request.C: // no _ conversions in @exception[params]
23810:
23811: 2001-05-23 parser
23812:
23813: * src/main/pa_string.C: string cmp bug
23814:
23815: * src/classes/: mail.C, op.C: rem max 1000
23816:
23817: * src/: classes/op.C, main/compile.y: allow one empty line before
23818: LS_DEF_NAME
23819:
23820: 2001-05-22 parser
23821:
23822: * src/classes/op.C: if params code-required
23823:
23824: 2001-05-21 parser
23825:
23826: * src/types/pa_vstring.C: eoleof
23827:
23828: * src/classes/Makefile.am: .AM
23829:
23830: * src/classes/nothing.C: resultless ^sql moved to nothing:
23831:
23832: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23833:
23834: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23835: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23836: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23837: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23838: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23839: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23840: 'nothing'
23841:
23842: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23843: vstring::set_string
23844:
23845: * src/classes/: double.C, int.C, string.C: int,double;sql
23846:
23847: * src/: classes/hash.C, classes/int.C, classes/string.C,
23848: classes/table.C, include/pa_string.h, main/pa_string.C,
23849: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23850:
23851: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23852: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23853: hash:sql moved to main trunc. operators.txt updated
23854:
23855: * src/classes/: hash.C, op.C, table.C: hash:sql
23856:
23857: * src/classes/op.C: z
23858:
23859: * src/: main/compile.C, classes/classes.C: 1
23860:
23861: * src/: classes/classes.C, main/compile.C, main/compile.y,
23862: main/execute.C: 0
23863:
23864: * src/main/execute.C: z
23865:
23866: * src/targets/cgi/parser3.C: z
23867:
23868: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23869: site_auto_path "." in that case
23870:
23871: * src/targets/cgi/: parser3.C: z
23872:
23873: * src/main/pa_request.C: .am
23874:
23875: * src/: main/pa_request.C, targets/cgi/parser3.C:
23876: pcre_tables=pcre_default_tables;
23877:
23878: 2001-05-19 parser
23879:
23880: * src/main/pa_string.C: z
23881:
23882: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23883: introducing String::cstr_bufsize, returns just size+1 for as_is
23884: target.
23885:
23886: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23887: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23888: used, 4* mem wasted
23889:
23890: * src/classes/string.C: root context in match replace body now
23891: unchanged
23892:
23893: * src/types/pa_value.h: parameter # 1 based
23894:
23895: * src/main/pa_common.C: common: actual filename '%s'
23896:
23897: * src/classes/string.C: z
23898:
23899: * src/classes/Makefile.am: classes/.am
23900:
23901: * src/classes/: Makefile.am: classes/.am
23902:
23903: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23904: targets/cgi/pa_pool.C: classes/.am
23905:
23906: 2001-05-18 parser
23907:
1.116 moko 23908: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23909: pa_threads.C ins
1.95 moko 23910:
23911: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23912:
23913: 2001-05-17 parser
23914:
23915: * src/: classes/string.C, include/pa_config_fixed.h,
23916: include/pa_config_includes.h, main/compile.y,
23917: main/compile_tools.h, main/execute.C, main/pa_array.C,
23918: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23919: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23920: types/pa_vform.C: #include "pa_config_includes.h" removed from
23921: most .C
23922:
23923: * src/doc/html2chm.cmd: z
23924:
23925: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23926: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23927:
23928: * src/main/pa_sql_driver_manager.C: moved expiration to
23929: get_connection_from_cache
23930:
23931: * src/main/pa_sql_driver_manager.C: cache expiration bf
23932:
23933: * src/: classes/classes.h, include/pa_sql_connection.h,
23934: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23935: cache expiration[use SQL_Driver::disconnect]
23936:
23937: * src/main/pa_table.C: table.locate current restored on "not found"
23938:
23939: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23940: line no
23941:
23942: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23943: ANTI_ENDLESS_EXECUTE_RECOURSION
23944:
23945: * src/: classes/op.C, include/pa_sql_connection.h,
23946: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23947: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23948: 1driver and set_services fight for driver::fservices. before fix
23949:
23950: * src/: classes/op.C, include/pa_config_fixed.h,
23951: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23952: main/pa_sql_driver_manager.C: found problem at last: 2connections
23953: own 1driver and set_services fight for driver::fservices. before
23954: fix
23955:
23956: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23957: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23958: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23959: pa_threads.C
23960:
23961: * src/include/pa_threads.h: removed targets/parser
23962:
23963: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23964: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23965: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23966: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23967: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23968: headers
23969:
23970: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23971: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23972: order prevented sqlmanager to see MULTYTHREAD define
23973:
23974: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23975: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23976: put/gets
23977:
23978: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23979: from hash.h
23980:
23981: * src/: classes/op.C, include/pa_sql_connection.h,
23982: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23983: from cache ->set_services(&services);
23984:
23985: 2001-05-16 parser
23986:
23987: * src/targets/cgi/parser3.C: z
23988:
23989: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23990: debug, #ifdefed some. would debug later, on more precise sample
23991: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23992: $name.$tail[$tail!] $name.$tail } ok3
23993:
23994: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23995: removed array debug. before vstring rebasing
23996:
23997: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23998: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23999: array debugged; adjusted
24000:
24001: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24002: SQL_Driver_manager line no for connect/charset errors
24003:
24004: 2001-05-15 parser
24005:
24006: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24007: main/pa_string.C: string+array made linear grows
24008:
24009: * src/: include/pa_string.h, main/pa_string.C,
24010: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24011: grow lineary, not exponentialy
24012:
24013: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24014: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24015: with fullchunk cmps
24016:
24017: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24018: 70041= 81
24019:
24020: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24021: targets/cgi/parser3.C: detected huge mem allocation: size/times
24022: malloc 27809390/368771, calloc 3232/83. would test now
24023:
24024: * src/: classes/random.C, main/compile.y, main/execute.C,
24025: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24026: numbered params had wrong name - for instance: bad error message
24027: in ^for[] bad body type. fixed
24028:
24029: 2001-05-14 parser
24030:
24031: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24032: main/untaint.C: ^string.upper|lower[]
24033:
24034: 2001-05-11 parser
24035:
24036: * src/: classes/double.C, classes/image.C, classes/op.C,
24037: classes/string.C, classes/table.C, classes/unknown.C,
24038: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24039: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24040: types/pa_vunknown.h: op: MAX_LOOPS as_int
24041:
24042: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24043: .dsp for win32tools
24044:
24045: 2001-05-11 paf
24046:
24047: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24048: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24049: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24050: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24051:
24052: 2001-05-10 paf
24053:
24054: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24055: for C++, that's all
24056:
1.116 moko 24057: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24058: pa_config_includes.h: inline wonders
1.95 moko 24059:
24060: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24061: doc/doxygen.cmd: hash.C added
24062:
24063: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24064:
24065: * src/main/compile.y: @end grammar: allowed zero strings in control
24066: menthod
24067:
24068: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24069: pa_vstateless_object.h: changed priority: field before method
24070: lookup in vclass & vobject
24071:
24072: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24073: grammar: priorities changes [lowerd && prior] vobject: now first
24074: fields, next methods
24075:
24076: 2001-05-08 paf
24077:
24078: * src/main/pa_table.C: table columnname2item on nameless ignored
24079: bark=false. fixed
24080:
24081: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24082: types/pa_vmethod_frame.h: hash:default works at last!
24083:
24084: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24085: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24086: hash:default
24087:
24088: * src/classes/table.C: z
24089:
24090: * src/classes/table.C: table:hash always hash of hash now
24091:
24092: * src/classes/table.C: table:empty return bool now
24093:
24094: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24095: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24096: types/pa_vtable.h: table:hash
24097:
24098: * src/classes/table.C: table:record have name
24099:
24100: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24101: returns vunknown
24102:
24103: * src/classes/: double.C, int.C, op.C, string.C:
24104: int,double,string:int[] double[] string:length[] results now have
24105: hames
24106:
24107: * src/: classes/op.C, classes/table.C, main/main.dsp,
24108: types/pa_vtable.h: removed table:find. table:locate and op:eval
24109: now return bool
24110:
24111: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24112: in method checkparams again. fixed
24113:
24114: 2001-05-07 paf
24115:
24116: * src/doc/chm.cmd: cmd
24117:
24118: * src/: classes/image.C, classes/mail.C, classes/string.C,
24119: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24120: types/pa_value.h: method reported errors on wrong pool
24121:
24122: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24123: now
24124:
24125: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24126: include/code.h, include/pa_opcode.h, main/compile.C,
24127: main/compile_tools.h, main/execute.C, types/pa_value.h,
24128: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24129: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24130: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24131: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24132: types/pa_vmethod_frame.h, types/pa_vobject.h,
24133: types/pa_vrequest.h, types/pa_vresponse.h,
24134: types/pa_vstateless_class.h, types/pa_vstring.h,
24135: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24136: types/pa_wwrapper.h: pa_code.h
24137:
24138: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24139:
24140: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24141: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24142: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24143: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24144: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24145: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24146: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24147: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24148: types/pa_vtable.h: dox, split by not clean parts also
24149:
24150: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24151: types/pa_vtable.h: table: fields, then methods. so to enable
24152: 'dir' fields & co. more
24153:
24154: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24155: so to enable 'dir' fields & co.
24156:
24157: * src/main/compile.y: grammar: @end
24158:
24159: 2001-05-04 paf
24160:
24161: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24162: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24163:
24164: * src/: classes/classes.h, classes/double.C, classes/file.C,
24165: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24166: classes/op.C, classes/random.C, classes/response.C,
24167: classes/string.C, classes/table.C, classes/unknown.C,
24168: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24169: method dox
24170:
24171: 2001-05-03 paf
24172:
24173: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24174: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24175: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24176: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24177: doc/string.dox, doc/targets.dox, doc/value.dox,
24178: main/pa_request.C: dox splitted .dox files and added some
24179:
24180: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24181:
24182: 2001-05-02 paf
24183:
24184: * src/classes/: image.C, table.C: table:dir result are not tainted
24185: by file_name language now
24186:
24187: 2001-04-28 paf
24188:
24189: * src/classes/classes.inc: removed classes.inc
24190:
24191: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24192: from .am
24193:
24194: * src/classes/classes.awk: skipped classes in .awk
24195:
24196: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24197: classes/classes.inc, classes/double.C, classes/file.C,
24198: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24199: classes/string.C, classes/table.C, classes/unknown.C,
24200: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24201: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24202: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24203: pa_methoded back to classes/classes.h
24204:
24205: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24206:
24207: * src/: classes/Makefile.am, classes/classes.awk,
24208: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24209: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24210:
24211: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24212: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24213: classes/response.C, classes/string.C, classes/table.C,
24214: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24215: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24216: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24217: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24218: include|main/pa_methoded
24219:
24220: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24221: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24222:
24223: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24224: moved some configured data to request::classes_conf moved some
24225: string crations from globals to M... [works]
24226:
24227: * src/: classes/form.C, classes/mail.C, classes/op.C,
24228: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24229: main/pa_request.C: moved some configured data to
24230: request::classes_conf moved some string crations from globals to
24231: M...
24232:
24233: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24234: about to move configured data to special request hash
24235:
24236: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24237: classes/form.C, classes/mail.C, include/pa_request.h,
24238: main/pa_request.C: configure started
24239:
24240: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24241: 2. todo: methoded-configure
24242:
24243: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24244: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24245: classes/_random.h, classes/_response.h, classes/_string.h,
24246: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24247: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24248: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24249: classes/random.C, classes/response.C, classes/string.C,
24250: classes/table.C, classes/unknown.C, include/pa_globals.h,
24251: include/pa_request.h, main/compile.y, main/execute.C,
24252: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24253: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24254: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24255: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24256: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24257: types/pa_vrequest.h, types/pa_vresponse.h,
24258: types/pa_vstateless_class.h, types/pa_vstring.h,
24259: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24260: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24261: methoded-configure
24262:
24263: * src/: classes/file.C, classes/table.C, main/compile.y,
24264: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24265: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24266: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24267:
24268: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24269: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24270: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24271: classes/random.C, classes/response.C, classes/string.C,
24272: classes/table.C, classes/unknown.C, include/pa_request.h,
24273: main/compile.y, main/execute.C, main/pa_globals.C,
24274: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24275: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24276: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24277: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24278: beautifying just compiled. todo: debug, configure
24279:
24280: 2001-04-27 paf
24281:
24282: * src/: classes/file.C, classes/image.C, classes/table.C,
24283: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24284: beautifying -99
24285:
24286: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24287: classes/_response.h, classes/_unknown.h, classes/classes.C,
24288: classes/classes.h, classes/double.C, classes/file.C,
24289: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24290: classes/op.C, classes/random.C, classes/response.C,
24291: classes/string.C, include/pa_globals.h, main/main.dsp,
24292: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24293: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24294: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24295: types/pa_vunknown.h: beautifying -100
24296:
24297: * src/main/compile.y: serge@ found @CLASS bug. fixed
24298:
24299: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24300: classes/_op.h, classes/_random.h, classes/_table.h,
24301: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24302: classes/op.C, classes/random.C, classes/response.C,
24303: classes/string.C, classes/table.C, classes/unknown.C,
24304: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24305: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24306: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24307: beautifying
24308:
24309: 2001-04-26 paf
24310:
24311: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24312:
24313: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24314: documentation ++
24315:
24316: * src/: classes/_exec.h, doc/doxygen.cfg,
24317: include/pa_config_fixed.h, include/pa_config_includes.h,
24318: targets/cgi/pa_pool.C: code documentation ++
24319:
24320: * src/: classes/_image.h, classes/op.C, classes/random.C,
24321: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24322: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24323: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24324: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24325: types/pa_vmethod_frame.h, types/pa_vobject.h,
24326: types/pa_vrequest.C, types/pa_vrequest.h,
24327: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24328: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24329: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24330: code documentation ++
24331:
24332: * src/: classes/image.C, classes/mail.C, classes/string.C,
24333: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24334: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24335: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24336: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24337: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24338: types/pa_vobject.h, types/pa_vstateless_class.h,
24339: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24340:
24341: * src/main/: pa_request.C, pa_string.C: z
24342:
24343: * src/: include/pa_common.h, include/pa_types.h,
24344: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24345: connection caching fixed. request-pooled-url were stored into
24346: global connectioncache
24347:
24348: 2001-04-25 paf
24349:
24350: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24351: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24352:
24353: * src/: include/code.h, include/pa_common.h, main/compile.y,
24354: main/execute.C, main/pa_common.C: -d
24355:
24356: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24357: illegal call check a bit improved, but still under iis no mapping
24358: of dir with parser allowed!
24359:
24360: 2001-04-24 paf
24361:
24362: * src/targets/Makefile.am: apache module lib .am
24363:
24364: * src/main/pa_exec.C: windows32 buildCommand
24365:
24366: 2001-04-23 paf
24367:
24368: * src/targets/cgi/Makefile.am: win32 conditional
24369:
24370: * src/targets/cgi/Makefile.am: win32 conditional
24371:
24372: * src/targets/cgi/Makefile.am: liblink
24373:
24374: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24375: vfile fields return type
24376:
24377: * src/types/pa_vfile.h: vfile fields return type
24378:
24379: * src/include/pa_config_auto.h.in: .h.in
24380:
24381: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24382: types/Makefile: makefiles removed
24383:
24384: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24385: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24386:
24387: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24388: [tested: i & g ]
24389:
24390: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24391: @test noticed series in isapi, check how initialize_random_class
24392: is called! [must be called only once]
24393:
24394: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24395: would not be 'unknown column'
24396:
24397: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24398: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24399:
24400: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24401: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24402: [now doesnt]
24403:
24404: * src/targets/cgi/parser3.C: cgi cmdline ver
24405:
24406: * src/targets/cgi/parser3.C: cgi /// @test disable
24407: /cgi-bin/parser3/auto.p
24408:
24409: * src/main/untaint.C: untaint without charset
24410:
24411: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24412: main/pa_common.C: common: file_write /// @test mkdirs
24413: file_delete rmdirs
24414:
24415: * src/main/untaint.C: mail header only once to =?
24416:
24417: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24418: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24419: main/untaint.C: untaint - @test optimize whitespaces for
24420: all but 'html'
24421:
24422: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24423: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24424: main/untaint.C: untaint - @test mail-header
24425:
24426: 2001-04-20 paf
24427:
24428: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24429: include/pa_request.h, include/pa_string.h, main/compile.y,
24430: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24431: targets/cgi/parser3.C: $MAIN:LOCALE
24432:
24433: * src/main/untaint.C: z
24434:
24435: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24436:
24437: 2001-04-19 paf
24438:
24439: * src/main/compile_tools.h: $a$b bugfix
24440:
24441: * src/targets/cgi/parser3.C: z
24442:
24443: * src/classes/file.C: z
24444:
24445: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24446: done: header to $fields. waits for header '\' tricks
24447:
24448: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24449: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24450: changed urlencode here and in untaint.C to HTTP standard's " and
24451: \" mech
24452:
24453: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24454: http://alx/~paf/ doesnt load /auto.p
24455:
24456: 2001-04-18 paf
24457:
24458: * src/main/pa_request.C: 1
24459:
24460: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24461: linux @alx
24462:
24463: 2001-04-17 paf
24464:
24465: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24466: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24467: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24468: enabled
24469:
24470: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24471: classes/_exec.h, classes/_file.h, classes/_form.h,
24472: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24473: classes/_random.h, classes/_response.h, classes/_string.h,
24474: classes/_table.h, classes/_unknown.h, classes/file.C,
24475: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24476: include/pa_config_fixed.h, include/pa_config_includes.h,
24477: include/pa_hash.h, include/pa_sql_driver_manager.h,
24478: include/pa_version.h, main/Makefile.am, main/compile.y,
24479: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24480: main/pa_sql_driver_manager.C, sql/Makefile.am,
24481: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24482: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24483: types/pa_vform.C, types/pa_vimage.h: exec @jav
24484:
24485: * src/: include/pa_sql_driver_manager.h,
24486: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24487: types/pa_vimage.h: sql driver interface now has initialize(client
24488: .so)
24489:
24490: 2001-04-16 paf
24491:
24492: * src/Makefile.am: compile2 cygwin
24493:
24494: * src/: include/pa_config_includes.h, main/pa_exec.C,
24495: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24496:
24497: * src/targets/cgi/Makefile.am: compile0 jav
24498:
24499: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24500: classes/_exec.h, classes/_file.h, classes/_form.h,
24501: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24502: classes/_random.h, classes/_response.h, classes/_string.h,
24503: classes/_table.h, classes/_unknown.h, classes/image.C,
24504: classes/mail.C, classes/op.C, classes/random.C,
24505: include/pa_config_fixed.h, include/pa_config_includes.h,
24506: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24507: main/compile.y, main/pa_common.C, main/pa_exec.C,
24508: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24509: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24510: compile-1
24511:
24512: 2001-04-15 paf
24513:
24514: * src/classes/op.C: z
24515:
24516: * src/classes/table.C: table:empty +=process
24517:
24518: * src/types/pa_value.h: MethodParams !junction
24519:
24520: * src/: classes/_string.h, classes/double.C, classes/file.C,
24521: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24522: classes/random.C, classes/response.C, classes/string.C,
24523: classes/table.C, classes/unknown.C, main/pa_request.C:
24524: MethodParams everywhere
24525:
24526: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24527: types/pa_vmethod_frame.h: MethodParams in op.C
24528:
24529: 2001-04-12 paf
24530:
24531: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24532:
24533: * src/: classes/_unknown.h, classes/unknown.C,
24534: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24535: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24536:
24537: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24538:
24539: * src/classes/image.C: image:gif now does not have params
24540:
24541: * src/classes/image.C:
24542: image:line/fill/rectangle/bar/replace/polygon/polybar
24543:
24544: * src/: classes/image.C, classes/op.C, main/execute.C,
24545: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24546: for var now written not to r.wcontext, but to r.root cleared
24547: "entered_object" state
24548:
24549: 2001-04-11 paf
24550:
24551: * src/classes/image.C: image:create image:load
24552:
24553: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24554: just compiled
24555:
24556: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24557: todo: gif without file
24558:
24559: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24560: started porting to Pooled descendant
24561:
24562: * src/: classes/image.C, main/execute.C, main/main.dsp,
24563: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24564: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24565: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24566:
24567: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24568: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24569: end. switching to python imaging lib
24570:
24571: * src/main/main.dsp: gd+smtp made separate libs
24572:
24573: * src/: include/pa_globals.h, include/pa_string.h,
24574: main/pa_common.C, main/pa_request.C, main/untaint.C,
24575: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24576: length
24577:
24578: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24579: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24580: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24581: UL_FILE_NAME of posted file name
24582:
24583: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24584: post [broke when moved post read to core]
24585:
24586: 2001-04-10 paf
24587:
24588: * src/classes/image.C: image:html done
24589:
24590: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24591:
24592: * src/classes/image.C: z
24593:
24594: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24595: forgotten!
24596:
24597: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24598: main/pa_request.C, main/pa_string.C, main/untaint.C,
24599: types/pa_vimage.h: image:measure -90
24600:
24601: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24602: classes/_int.h, classes/_mail.h, classes/_op.h,
24603: classes/_random.h, classes/_response.h, classes/_string.h,
24604: classes/_table.h, classes/file.C, classes/mail.C,
24605: include/pa_common.h, include/pa_globals.h, main/execute.C,
24606: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24607: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24608: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24609: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24610: compiled
24611:
24612: * src/classes/mail.C: minor bug with unclear from/to
24613:
24614: * src/classes/mail.C: sendmail unix skipping defaults
24615:
24616: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24617: sendmail unix added defaults
24618:
24619: * src/classes/mail.C: unix sendmail compiled. todo:testing
24620:
24621: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24622:
24623: 2001-04-09 paf
24624:
24625: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24626: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24627: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24628: targets/isapi/parser3isapi.dsp: all targets exec
24629:
24630: * src/: include/pa_sapi.h, include/pa_string.h,
24631: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24632: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24633: args in apache:util.script
24634:
24635: * src/include/pa_string.h: written but not tested exec with env for
24636: unix
24637:
24638: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24639: targets/cgi/parser3.C: exec win32 env
24640:
24641: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24642: 0
24643:
24644: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24645: main/execute.C, main/main.dsp, main/pa_globals.C,
24646: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24647: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24648:
24649: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24650: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24651:
24652: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24653: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24654:
24655: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24656: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24657: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24658: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24659: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24660: exec class just compiled. moved post read to request core
24661:
24662: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24663: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24664: main/pa_globals.C, targets/cgi/parser3.C,
24665: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24666: are already read by vform
24667:
24668: 2001-04-08 paf
24669:
24670: * src/: classes/file.C, classes/mail.C, classes/string.C,
24671: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24672: uuencode. string<<
24673:
24674: 2001-04-07 paf
24675:
24676: * src/classes/mail.C: z
24677:
24678: * src/classes/mail.C: z
24679:
24680: * src/classes/mail.C: ^mail[$attach
24681:
24682: * src/classes/mail.C: ^attach dead end
24683:
24684: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24685: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24686: targets/isapi/parser3isapi.C: mail:send 1
24687:
24688: * src/: classes/mail.C, main/pa_request.C: z
24689:
24690: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24691: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24692: compiled
24693:
24694: * src/classes/mail.C: +=
24695:
24696: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24697: prepared
24698:
24699: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24700: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24701: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24702: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24703:
24704: 2001-04-06 paf
24705:
24706: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24707: main/pa_string.C: table:dir 1
24708:
24709: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24710: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24711:
24712: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24713: classes/root.C, include/pa_globals.h, include/pa_request.h,
24714: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24715: main/pa_request.C: renamed 'root' to 'op'
24716:
24717: * src/classes/: _op.h, op.C: renamed from 'root'
24718:
24719: * src/types/pa_valiased.C: another root inherititance skipped
24720:
24721: * src/main/: compile.C, compile.y, execute.C: operators are now not
24722: root methods of parent class. just 'ROOT' class
24723:
24724: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24725: @office
24726:
24727: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24728:
24729: 2001-04-05 paf
24730:
24731: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24732: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24733: constructor flag dropped at get_method_frame and remembered into
24734: method_frame
24735:
24736: * src/: classes/file.C, classes/root.C, classes/string.C,
24737: classes/table.C, main/pa_request.C: junction to code&expression
24738: in errors
24739:
24740: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24741: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24742: $LOCALE:ctype[Russian_Russia.1251]
24743:
24744: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24745: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24746: main/pa_table.C: hash now not thread-safe.
24747:
24748: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24749: main/untaint.C: z
24750:
24751: * src/: classes/random.C, classes/root.C, classes/table.C,
24752: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24753: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24754: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24755: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24756:
24757: * src/: classes/table.C, include/pa_sql_connection.h,
24758: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24759:
24760: * src/classes/table.C: select * from hren error contains statement
24761:
24762: * src/: classes/table.C, include/pa_sql_connection.h,
24763: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24764: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24765:
24766: * src/: classes/root.C, include/pa_sql_connection.h,
24767: include/pa_sql_driver.h, main/main.dsp,
24768: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24769: services for conv memory & error reporting
24770:
24771: 2001-04-04 paf
24772:
24773: * src/doc/doxygen.cfg: z
24774:
24775: * src/include/pa_sql_driver.h: mysql connect
24776:
24777: * src/include/pa_sql_driver.h: mysql info
24778:
24779: * src/: classes/root.C, include/pa_sql_driver.h,
24780: include/pa_sql_driver_manager.h, main/main.dsp,
24781: main/pa_sql_driver_manager.C: more manager&connection&driver
24782:
24783: * src/sql/Makefile.am: forgot to add mysql client
24784:
24785: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24786: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24787: [forgot to add libltdl, added]
24788:
24789: * src/: Makefile.am, classes/root.C, classes/string.C,
24790: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24791: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24792: include/pa_string.h, include/pa_table.h, main/main.dsp,
24793: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24794: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24795: -1000 just compiled
24796:
24797: * src/: classes/random.C, classes/root.C, classes/table.C,
24798: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24799: main/pa_request.C, types/pa_vclass.h: sql frame -10
24800:
24801: 2001-04-03 paf
24802:
24803: * src/types/pa_vform.C: z
24804:
24805: * src/: classes/string.C, types/pa_vform.C: string:match replace
24806: assigned lang
24807:
24808: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24809: {}[]< empty []
24810:
24811: * src/: classes/file.C, classes/string.C, classes/table.C,
24812: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24813: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24814:
24815: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24816: string:match replace strange matches
24817:
24818: * src/classes/string.C: string:match replace 0
24819:
24820: * src/: classes/string.C, main/pa_string.C: string:match replace
24821: prepared 2
24822:
24823: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24824: string:match replace prepared
24825:
24826: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24827: string:match replace -11
24828:
24829: * src/: classes/string.C, include/pa_globals.h,
24830: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24831: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24832:
24833: * src/: classes/string.C, include/pa_globals.h,
24834: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24835: main/pa_string.C: string:match [search] -1 just compiled
24836:
24837: * src/types/pa_vstring.C: z
24838:
24839: * src/: classes/double.C, classes/file.C, classes/form.C,
24840: classes/int.C, classes/response.C, classes/root.C,
24841: classes/string.C, classes/table.C, include/pa_string.h,
24842: main/pa_string.C: string:match -10 [frame]
24843:
24844: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24845: main/pa_request.C: z
24846:
24847: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24848: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24849: todo/tests
24850:
24851: * src/include/pa_common.h: z
24852:
24853: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24854: main/pa_request.C, targets/cgi/parser3.C,
24855: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24856: content-disposition
24857:
24858: * src/: include/pa_common.h, include/pa_globals.h,
24859: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24860: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24861:
24862: * src/: include/pa_common.h, include/pa_request.h,
24863: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24864: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24865: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24866: response:body
24867:
24868: * src/classes/table.C: table:append now uses string::split
24869:
24870: * src/classes/table.C: z
24871:
24872: * src/: classes/file.C, classes/root.C, classes/string.C,
24873: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24874: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24875: include/pa_string.h, main/execute.C, main/pa_string.C,
24876: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24877: string::pos & cmp & piece bugs fixed. string::split new
24878: table:load separated from set table:set implemented with clean \n
24879: \t searches
24880:
24881: 2001-04-02 paf
24882:
24883: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24884: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24885: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24886: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24887: it in table:set/load
24888:
24889: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24890: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24891:
24892: * src/classes/random.C: random:generate 1
24893:
24894: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24895: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24896: types/pa_value.h: random:generate
24897:
24898: 2001-03-30 paf
24899:
24900: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24901: todo: table flip and append. string::pos
24902:
24903: * src/: classes/double.C, classes/file.C, classes/int.C,
24904: classes/response.C, classes/root.C, classes/string.C,
24905: classes/table.C, main/compile.y, main/execute.C,
24906: types/pa_value.h, types/pa_vstateless_class.C,
24907: types/pa_vstateless_class.h: static|dynamic|any method
24908: registration
24909:
24910: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24911: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24912: table:flip
24913:
24914: 2001-03-29 paf
24915:
24916: * src/classes/string.C: string:xsplit forgot that they must result
24917: in 1 row N column [not vice versa]
24918:
24919: * src/classes/string.C: z
24920:
24921: * src/classes/string.C: string: rsplit
24922:
24923: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24924: string: lsplit
24925:
24926: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24927: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24928: lsplit -1
24929:
24930: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24931: string: pos
24932:
24933: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24934: string: pos -1
24935:
24936: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24937: main/compile.y, main/pa_request.C, main/pa_string.C,
24938: main/untaint.C: string: left right mid
24939:
24940: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24941: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24942: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24943: and [;] are different now.
24944:
24945: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24946: main/untaint.C: pool.request undone
24947:
24948: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24949: main/untaint.C: pool.request
24950:
24951: 2001-03-28 paf
24952:
24953: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24954: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24955: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24956: $request:browser [.type .version]; unknown.get_double now = 0.
24957:
24958: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24959: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24960: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24961: types/pa_vform.C: file:load autodetection of mime-type by
24962: user-file-name
24963:
24964: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24965: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24966: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24967:
24968: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24969: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24970: write. must be self.set
24971:
24972: * src/: classes/file.C, classes/root.C, classes/table.C,
24973: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24974:
24975: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24976: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24977: types/pa_vtable.h: table:locate just compiled
24978:
24979: 2001-03-27 paf
24980:
24981: * src/main/: execute.C, pa_common.C: fixed r/w context of
24982: code-params2, fixed ntfs hardlink slow dir update
24983:
24984: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24985: types/pa_wcontext.h: fixed r/w context of code-params
24986:
24987: * src/: classes/table.C, main/execute.C: about to change junction
24988: rcontext!!
24989:
24990: * src/: classes/double.C, classes/int.C, classes/root.C,
24991: classes/string.C, classes/table.C, main/compile_tools.C,
24992: main/execute.C, main/pa_request.C, main/untaint.C,
24993: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24994: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24995: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24996: types/pa_vunknown.h: sort 0
24997:
24998: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24999: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25000: renamed to are_static_calls_disabled
25001:
25002: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25003: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25004: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25005: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25006:
25007: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25008:
25009: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25010: started table:sort fixed minor bug in #...^{
25011:
25012: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25013: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25014: decided to have as it were. stepped back. grammar: added 'in'
25015: 'is' 'lt'&co follow-space check
25016:
25017: 2001-03-26 paf
25018:
25019: * src/: classes/file.C, classes/root.C, classes/table.C,
25020: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25021: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25022: main/pa_table.C: moved ::save to pa_table. disabled @auto
25023: invocation in ^process
25024:
25025: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25026:
25027: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25028: main/pa_array.C: table:record
25029:
25030: * src/: main/untaint.C, targets/cgi/parser3.C,
25031: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25032: targets/isapi/pool_storage.h, types/pa_valiased.h,
25033: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25034: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25035: types/pa_vtable.h: z
25036:
25037: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25038: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25039: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25040: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25041: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25042: method realisations on 'self' validity - they now can simply
25043: assume that 'self' is V{Proper} .
25044:
25045: 2001-03-25 paf
25046:
25047: * src/main/untaint.C: z
25048:
25049: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25050: lowlevel - it initialization could be skipped if failed in @auto.
25051: so that exception report would use some table
25052:
25053: * src/main/pa_request.C: table empty lines ignored. system-default
25054: content type assigned in output:result [can fail in main:auto and
25055: skipped normal defaults extraction]
25056:
25057: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25058: bug
25059:
25060: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25061: processing to table [except preliminary \r\n \r \n replacements
25062: to "\n"]
25063:
25064: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25065: move all the processing to table
25066:
25067: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25068: main/pa_table.C, main/untaint.C: returned table originating.
25069: useful for reporting typo table problems origin. think would be
25070: useful somewhere else
25071:
25072: * src/main/untaint.C: typo \r \r\n \n properly handled
25073:
25074: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25075: include/pa_table.h, main/compile.y, main/compile_tools.C,
25076: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25077: main/pa_string.C, main/pa_table.C, main/untaint.C,
25078: types/pa_vcookie.h: typo & typo-default
25079:
25080: 2001-03-24 paf
25081:
25082: * src/main/pa_common.C: z
25083:
25084: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25085: targets/cgi/parser3.C: html-typo 2
25086:
25087: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25088: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25089: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25090: main/execute.C, main/pa_array.C, main/pa_globals.C,
25091: main/pa_request.C, main/pa_string.C, main/untaint.C,
25092: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25093: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25094: noticed double default content-type prob. run cgi.cmd tomorrow
25095: first html-typo sample. detected << problem: they become ltlt too
25096: fast
25097:
25098: * src/main/compile.y: z
25099:
25100: * src/main/: compile.y, compile_tools.h: #comment
25101:
25102: * src/: classes/file.C, classes/root.C, classes/table.C,
25103: include/pa_common.h, include/pa_request.h, main/compile.y,
25104: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25105: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25106: stringified
25107:
25108: * src/types/pa_valiased.C: decided to String-ify file_read
25109:
25110: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25111: isapi/parser3isapi.dsp: cgi: sapi::log
25112:
25113: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25114: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25115: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25116: error log experiments failed - cgi under iis got no access to
25117: log. registereventsource simply failed with 5(illegal call) code,
25118: while worked OK as standalone executable. isapi: used
25119: HSE_APPEND_LOG_PARAMETER feature
25120:
25121: * src/: include/pa_common.h, include/pa_globals.h,
25122: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25123: targets/isapi/parser3isapi.C: fixed default content-type
25124: allocation storage
25125:
25126: * src/: include/pa_globals.h, include/pa_request.h,
25127: main/pa_globals.C, main/pa_request.C: z
25128:
25129: * src/: include/pa_array.h, include/pa_hash.h,
25130: include/pa_request.h, main/compile.y, main/pa_array.C,
25131: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25132: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25133: content-type
25134:
25135: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25136: sanity
25137:
25138: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25139: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25140: away freeze mech. no danger now for you can't do
25141: ^request:process[@new-method[] body] trick anymore. still
25142: remains $some_instance.process[@new-method[] possibility] but
25143: would leave it as a feature. see index for sample
25144:
25145: * src/: include/pa_common.h, main/pa_common.C,
25146: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25147: monkey every target
25148:
25149: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25150: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25151: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25152:
25153: 2001-03-23 paf
25154:
25155: * src/: include/pa_pool.h, main/pa_request.C,
25156: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25157: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25158: targets/isapi/pool_storage.h: isapi: dumb pool storage
25159:
25160: * src/targets/isapi/pa_pool.C: decided to continue with extension
25161:
25162: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25163: it would be better to rewrite as filter then to deal with pool
25164:
25165: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25166: now like in cgi, not from APPL_PHYSICAL_PATH
25167:
25168: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25169: include/pa_config_fixed.h, include/pa_config_includes.h,
25170: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25171: include/pa_version.h, main/compile.y, main/execute.C,
25172: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25173: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25174: main/untaint.C, targets/cgi/parser3.C,
25175: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25176: cgi: reinvent document_root and request_uri under iis. autoconf
25177: updated. introducing ap_config_includes
25178:
25179: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25180:
25181: * src/targets/cgi/parser3.C: cgi: only one pool now
25182:
25183: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25184: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25185: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25186: types/pa_venv.h, types/pa_vform.C: sapi made object
25187:
25188: * src/: include/pa_globals.h, main/pa_request.C,
25189: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25190: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25191: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25192:
25193: * src/: main/pa_request.C, targets/cgi/parser3.C,
25194: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25195: isapi minor env beauty
25196:
25197: * src/: main/pa_request.C, targets/cgi/parser3.C,
25198: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25199: isapi document_root 0
25200:
25201: 2001-03-22 paf
25202:
25203: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25204:
25205: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25206: isapi/parser3isapi.C: z
25207:
25208: * src/: include/pa_pool.h, main/pa_request.C,
25209: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25210:
25211: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25212: kill.pl: isapi added utils
25213:
25214: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25215: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25216: types/pa_vform.C: isapi 0
25217:
25218: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25219: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25220: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25221: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25222: started isapi
25223:
25224: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25225: some comments
25226:
25227: * src/: include/pa_globals.h, include/pa_request.h,
25228: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25229: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25230: parser_root_auto_path parser_site_auto_path
25231:
25232: * src/types/pa_vcookie.C: cookie attr decoded
25233:
25234: 2001-03-21 paf
25235:
25236: * src/targets/cgi/parser3.C: z
25237:
25238: * src/include/pa_globals.h: post. todo: config of auto.p path
25239:
25240: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25241: types/pa_venv.h: in cookie & env. todo:post
25242:
25243: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25244: classes/root.C, classes/table.C, include/pa_array.h,
25245: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25246: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25247: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25248: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25249: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25250: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25251: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25252: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25253: shifted apache branch on main trunc
25254:
25255: * src/: include/pa_common.h, include/pa_globals.h,
25256: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25257: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25258: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25259: starting mod_parser3
25260:
25261: * src/targets/cgi/parser3.C: starting mod_parser3
25262:
25263: 2001-03-20 paf
25264:
25265: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25266: targets/cgi/parser3.C: automake compiled and works. todo:make
25267: win32 ifdefs work and add ifdef unistd
25268:
25269: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25270: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25271: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25272: z
25273:
25274: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25275: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25276: locking
25277:
25278: * src/: classes/Makefile.am, types/Makefile.am: z
25279:
25280: * src/: Makefile.am, classes/file.C, classes/root.C,
25281: classes/table.C, include/pa_array.h, include/pa_request.h,
25282: include/pa_string.h, main/Makefile.am, main/execute.C,
25283: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25284: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25285: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25286: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25287:
25288: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25289: main/pa_request.C, types/pa_vfile.h: ^table:save
25290:
25291: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25292: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25293: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25294: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25295: types/pa_vform.h: z
25296:
25297: * src/include/pa_string.h: z
25298:
25299: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25300: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25301: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25302: :Value
25303:
25304: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25305: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25306: :VStateless_object
25307:
25308: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25309: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25310: :VStateless_object
25311:
25312: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25313: types/pa_valiased.C, types/pa_vform.h: commented VForm
25314:
25315: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25316: types/pa_valiased.h, types/pa_value.h,
25317: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25318: types/pa_vstateless_object.h: moved common get_element part from
25319: stateless object&class into VAliased
25320:
25321: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25322: classes/table.C, main/execute.C, main/main.dsp,
25323: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25324: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25325: now :Value
25326:
25327: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25328: main/execute.C, main/main.dsp, main/pa_globals.C,
25329: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25330:
25331: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25332: doxx
25333:
25334: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25335: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25336: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25337: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25338: and ^file:save
25339:
25340: 2001-03-19 paf
25341:
25342: * src/types/pa_vfile.C: z
25343:
25344: * src/: classes/file.C, classes/request.C, classes/table.C,
25345: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25346: main/pa_request.C, main/untaint.C, types/pa_value.h,
25347: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25348:
25349: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25350: include/pa_string.h, include/pa_table.h, main/main.dsp,
25351: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25352: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25353: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25354: classes/_file.h, classes/file.C, types/pa_vfile.C,
25355: types/pa_vfile.h: file class just compiled
25356:
25357: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25358: include/pa_table.h, include/pa_types.h, main/execute.C,
25359: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25360: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25361: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25362:
25363: * src/include/pa_pool.h: z
25364:
25365: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25366: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25367: Hash::Value to Val so to doxygen would finlly stop confusing
25368: those Value-s
25369:
25370: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25371: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25372: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25373: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25374: include/pa_types.h, main/compile.C, main/compile.y,
25375: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25376: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25377: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25378: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25379: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25380:
25381: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25382: derivates somehow unlinked. don't know why yet
25383:
25384: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25385: include/pa_string.h, include/pa_threads.h, main/compile.C,
25386: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25387: main/execute.C, main/pa_array.C, main/pa_common.C,
25388: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25389: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25390: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25391:
25392: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25393: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25394: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25395: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25396: types/pa_vrequest.h: doc: detected Value derivates prob
25397:
25398: * src/include/pa_globals.h: z
25399:
25400: * src/: classes/_request.h, classes/request.C, include/code.h,
25401: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25402: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25403: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25404: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25405: main/execute.C, main/pa_pool.C, main/pa_request.C,
25406: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25407: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25408:
25409: 2001-03-18 paf
25410:
25411: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25412: cookie: allowed access to hash-assigned
25413:
25414: * src/targets/cgi/parser3.C: z
25415:
25416: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25417: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25418: include/pa_types.h, main/main.dsp, main/pa_common.C,
25419: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25420: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25421: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25422: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25423: types/pa_vunknown.h: cookie class
25424:
25425: * src/main/pa_request.C: zero length output allowed
25426:
25427: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25428: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25429:
25430: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25431: lang switch
25432:
25433: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25434: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25435: types/pa_value.h, types/pa_vhash.h:
25436: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25437:
25438: * src/main/execute.C: z
25439:
25440: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25441: targets/cgi/parser3.C: taint[uri
25442:
25443: * src/: classes/request.C, classes/response.C, classes/root.C,
25444: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25445: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25446: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25447:
25448: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25449: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25450: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25451: types/pa_vstateless_class.C: convinient string(pool, char *src,
25452: bool tainted) ctor
25453:
25454: * src/: include/pa_hash.h, include/pa_request.h,
25455: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25456: main/pa_request.C, main/pa_string.C, main/untaint.C,
25457: targets/cgi/parser3.C: proper @exceptions params tainting
25458:
25459: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25460: response fields to header
25461:
25462: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25463: z
25464:
25465: * src/: classes/_response.h, classes/response.C,
25466: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25467: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25468: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25469: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25470: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25471: $response: 0 request::core exception rethrow
25472:
25473: 2001-03-16 paf
25474:
25475: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25476: types/pa_vrequest.h: native method' class call with less params
25477: then needed error reporting
25478:
25479: * src/: classes/_request.h, classes/request.C,
25480: include/pa_globals.h, include/pa_request.h, main/execute.C,
25481: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25482: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25483: types/pa_vrequest.h: $request : query :uri
25484:
25485: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25486: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25487: types/pa_wcontext.h: $result
25488:
25489: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25490:
25491: * src/: classes/double.C, include/code.h, main/compile.y,
25492: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25493: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25494:
25495: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25496: main/compile.y, main/execute.C, types/pa_value.h,
25497: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25498: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25499: wcontext conflict
25500:
25501: * src/: main/execute.C, types/pa_value.h,
25502: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25503: $string.field
25504:
25505: 2001-03-15 paf
25506:
25507: * src/main/pa_request.C: news sample
25508:
25509: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25510: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25511:
25512: * src/main/: compile.y, execute.C: z
25513:
25514: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25515: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25516: pre pre works
25517:
25518: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25519: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25520: fillfields just compiled
25521:
25522: 2001-03-14 paf
25523:
25524: * src/: include/pa_request.h, main/pa_request.C,
25525: targets/cgi/parser3.C: z
25526:
25527: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25528: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25529: types/pa_vstring.h: limits -1
25530:
25531: * src/: include/pa_globals.h, include/pa_request.h,
25532: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25533: main/pa_request.C, targets/cgi/parser3.C,
25534: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25535: request_info -1
25536:
25537: * src/: include/pa_globals.h, main/pa_globals.C,
25538: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25539: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25540: vform_fields_fill
25541:
25542: * src/targets/cgi/parser3.C: # if MSVC
25543:
25544: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25545: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25546:
25547: * src/targets/cgi/parser3.C: z
25548:
25549: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25550: include/pa_string.h, include/pa_types.h, main/compile.y,
25551: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25552: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25553: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25554: types/pa_vunknown.h: global handler, exceptions in parser3
25555:
25556: 2001-03-13 paf
25557:
25558: * src/: classes/form.C, main/compile.y, main/core.C,
25559: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25560: types/pa_vform.h, types/pa_vstateless_class.C,
25561: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25562: instead
25563:
25564: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25565: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25566: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25567: started cgi target
25568:
25569: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25570: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25571: before error show with parser
25572:
25573: * src/: classes/_form.h, classes/form.C, include/core.h,
25574: include/pa_request.h, main/core.C, main/pa_request.C,
25575: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25576:
25577: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25578:
25579: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25580: parser3.C: renamed targets/ parser to cgi
25581:
25582: * src/: classes/double.C, classes/env.C, classes/int.C,
25583: classes/root.C, classes/string.C, classes/table.C,
25584: include/pa_request.h, types/pa_vhash.h: z
25585:
25586: * src/: classes/_env.h, classes/env.C, classes/root.C,
25587: include/core.h, include/pa_pool.h, include/pa_request.h,
25588: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25589: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25590: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25591: [historical moment :)]
25592:
25593: * src/: include/code.h, include/pa_string.h, main/compile.y,
25594: main/execute.C, main/pa_string.C: 'value is type' expr operator
25595:
25596: * src/types/pa_venv.h: $ENV 1
25597:
25598: * src/main/execute.C: z
25599:
25600: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25601: future methods of ENV constructor if
25602:
25603: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25604: class
25605:
25606: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25607: classes/_root.h, classes/_string.h, classes/_table.h,
25608: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25609: classes/string.C, classes/table.C, include/pa_request.h,
25610: main/compile.C, main/compile_tools.h, main/core.C,
25611: main/execute.C, main/main.dsp, main/pa_request.C,
25612: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25613: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25614: types/pa_vobject.h, types/pa_vstateless_class.C,
25615: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25616: types/pa_wcontext.h: $ENV: re 0, stateless classes
25617:
25618: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25619: classes/_root.h, classes/_string.h, classes/_table.h,
25620: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25621: classes/string.C, classes/table.C, include/pa_request.h,
25622: main/compile.C, main/compile_tools.h, main/core.C,
25623: main/execute.C, main/main.dsp, main/pa_request.C,
25624: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25625: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25626: types/pa_vobject.h, types/pa_vstateless_class.C,
25627: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25628: types/pa_wcontext.h: $ENV: re 0, stateless classes
25629:
25630: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25631: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25632: yesterdays bad decision on execute_static_method
25633:
25634: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25635:
25636: * src/: classes/double.C, classes/int.C, classes/root.C,
25637: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25638:
25639: * src/main/pa_request.C: z
25640:
25641: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25642: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25643:
25644: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25645: include/pa_pool.h, main/pa_request.C:
25646: restructure_exceptions_dead_end
25647:
25648: * src/: classes/root.C, main/compile.y: ^if required junctions.
25649: allowed ; inside {} to break params
25650:
25651: * src/classes/root.C: ^eval
25652:
25653: * src/: classes/_string.h, classes/double.C, classes/int.C,
25654: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25655: string ^format
25656:
25657: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25658: 'bad' but not 'enough'
25659:
25660: * src/: classes/double.C, classes/root.C, classes/table.C,
25661: include/pa_common.h, include/pa_types.h, main/compile.y,
25662: main/pa_common.C, main/pa_request.C, main/untaint.C,
25663: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25664: types/pa_wwrapper.h: think constructing flag as is is bad
25665:
25666: * src/: classes/double.C, classes/int.C, classes/root.C,
25667: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25668: types/pa_vint.h: ^for
25669:
25670: 2001-03-12 paf
25671:
25672: * src/classes/table.C: table ^empty
25673:
25674: * src/: classes/table.C, include/pa_table.h: table ^menu
25675:
25676: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25677: ^offset ^line ^count
25678:
25679: * src/classes/root.C: ^round() ^floor() ^ceiling()
25680: ^abs() ^sign()
25681:
25682: * src/classes/: root.C, table.C: ^use
25683:
25684: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25685: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25686: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25687: ^while. switched off wcontext.constructing after write(value) or
25688: auto-vhash-constructing
25689:
25690: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25691: main/pa_request.C: fail_if_junction_ helper func
25692:
25693: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25694: include/pa_request.h, main/execute.C, main/main.dsp,
25695: main/pa_common.C, main/pa_request.C: ^process error point by
25696: actual method_name, not source. ^load
25697:
25698: * src/types/pa_vtable.h: table: no, better with string in cells...
25699:
25700: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25701: classes/_table.h, classes/table.C, main/untaint.C: z
25702:
25703: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25704: include/pa_table.h, main/core.C, main/execute.C,
25705: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25706: types/pa_value.h: table:set 0
25707:
25708: * src/: classes/root.C, include/core.h, include/pa_array.h,
25709: include/pa_request.h, include/pa_table.h, main/core.C,
25710: main/main.dsp, main/pa_request.C, main/pa_table.C,
25711: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25712: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25713: types/pa_vstring.h: freeze, ^table:create[] -1
25714:
25715: * src/: classes/root.C, types/pa_value.h: z
25716:
25717: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25718: get_method in couple places optimizing them
25719:
25720: * src/classes/root.C: z
25721:
25722: * src/: classes/root.C, types/pa_vclass.h: process temp main
25723: zeroing
25724:
25725: * src/: classes/double.C, classes/int.C, classes/root.C,
25726: classes/string.C, include/pa_common.h, include/pa_request.h,
25727: include/pa_string.h, include/pa_types.h, main/compile.C,
25728: main/compile.y, main/compile_tools.h, main/execute.C,
25729: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25730: types/pa_vmframe.h: ^process. actual names to store param and
25731: check_actual_numbered_params for better place diagnostics
25732:
25733: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25734: method-junctions bug fixed
25735:
25736: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25737: pa_vstateless_object.h, pa_vstring.h: stateless_object
25738:
25739: 2001-03-11 paf
25740:
25741: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25742: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25743: VDouble VInt base now VObject_base - without fields
25744:
25745: * src/: classes/root.C, include/core.h, main/core.C: z
25746:
25747: * src/: classes/double.C, classes/int.C, classes/root.C,
25748: classes/string.C, include/core.h, include/pa_hash.h,
25749: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25750: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25751:
25752: * src/: classes/double.C, classes/int.C, classes/root.C,
25753: include/pa_request.h, main/execute.C: intercept_string
25754:
25755: * src/: classes/double.C, classes/int.C, classes/root.C,
25756: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25757:
25758: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25759: ^inc-s(expr)
25760:
25761: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25762: classes/_root.h, classes/_string.h, classes/double.C,
25763: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25764: include/code.h, include/core.h, include/pa_array.h,
25765: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25766: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25767: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25768: include/pa_types.h, main/compile.C, main/compile.y,
25769: main/compile_tools.C, main/compile_tools.h, main/core.C,
25770: main/execute.C, main/pa_array.C, main/pa_common.C,
25771: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25772: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25773: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25774: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25775: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25776: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25777: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25778: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25779:
25780: * src/: main/pa_request.C, types/pa_vhash.h: z
25781:
25782: * src/: include/core.h, include/pa_request.h, main/core.C,
25783: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25784:
25785: * src/: include/pa_valiased.h, include/pa_value.h,
25786: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25787: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25788: include/pa_vjunction.h, include/pa_vmframe.h,
25789: include/pa_vobject.h, include/pa_vstring.h,
25790: include/pa_vunknown.h, include/pa_wcontext.h,
25791: include/pa_wwrapper.h, main/compile.y, main/core.C,
25792: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25793: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25794: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25795: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25796: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25797: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25798: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25799: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25800: include/
25801:
25802: 2001-03-10 paf
25803:
25804: * src/: include/core.h, include/pa_request.h, main/core.C,
25805: main/pa_request.C: run+auto=run
25806:
25807: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25808:
25809: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25810: classes/_root.h, classes/_string.h, classes/double.C,
25811: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25812: include/code.h, include/core.h, include/pa_array.h,
25813: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25814: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25815: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25816: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25817: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25818: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25819: include/pa_vjunction.h, include/pa_vmframe.h,
25820: include/pa_vobject.h, include/pa_vstring.h,
25821: include/pa_vunknown.h, include/pa_wcontext.h,
25822: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25823: main/compile_tools.C, main/compile_tools.h, main/core.C,
25824: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25825: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25826: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25827: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25828: main/pa_wcontext.C: sources header
25829:
25830: * src/main/pa_request.C: auto..
25831:
25832: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25833: main/pa_request.C: auto tree0
25834:
25835: * src/: include/core.h, include/pa_request.h, main/compile.y,
25836: main/core.C, main/pa_request.C: names to core.C
25837:
25838: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25839: include/pa_request.h, main/core.C, main/execute.C,
25840: main/pa_common.C, main/pa_request.C: root auto.p loaded
25841:
25842: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25843: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25844: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25845: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25846:
25847: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25848: @auto[] realised. auto.p scan togo
25849:
25850: * src/: include/pa_request.h, main/execute.C: autocalc
25851: code-junctions result now have names
25852:
25853: * src/: classes/double.C, classes/int.C, classes/root.C,
25854: classes/string.C, include/pa_request.h, include/pa_string.h,
25855: include/pa_wcontext.h, main/compile.y, main/execute.C,
25856: main/pa_string.C, main/pa_wcontext.C: tainting 0
25857:
25858: * src/classes/env.C: env:file/line
25859:
25860: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25861: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25862: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25863: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25864: main/compile_tools.C, main/compile_tools.h, main/core.C,
25865: main/execute.C, main/main.dsp, main/pa_cframe.C,
25866: main/pa_request.C, main/pa_wcontext.C: const fight finished
25867:
25868: * src/include/pa_vclass.h: const fight to go
25869:
25870: * src/: classes/_env.h, classes/env.C, classes/root.C,
25871: include/pa_request.h, include/pa_vclass.h, main/core.C,
25872: main/main.dsp: env0
25873:
25874: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25875: classes/_string.h, classes/double.C, classes/int.C,
25876: classes/root.C, classes/string.C, include/pa_request.h,
25877: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25878: include/pa_wcontext.h, main/core.C, main/main.dsp,
25879: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25880: main/pa_wcontext.C: ^lang prepare0
25881:
25882: 2001-03-09 paf
25883:
25884: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25885: construct proper naming
25886:
25887: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25888: classes/double.C, classes/int.C, classes/root.C,
25889: classes/string.C, include/code.h, include/pa_value.h,
25890: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25891: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25892: main/compile.y, main/compile_tools.C, main/core.C,
25893: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25894: and ^double[]. fixed expr type
25895:
25896: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25897: ^string.length[]
25898:
25899: 2001-03-08 paf
25900:
25901: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25902:
25903: * src/: include/pa_vclass.h, include/pa_vstring.h,
25904: include/pa_wcontext.h, main/compile.y, main/core.C,
25905: main/execute.C, main/main.dsp: dead end: vstring can't be
25906: derivated from vobject
25907:
25908: * src/: include/pa_vclass.h, include/pa_vhash.h,
25909: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25910:
25911: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25912: remained clone conseqs
25913:
25914: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25915:
25916: * src/main/pa_vclass.C: wow! vclass were out of vcs
25917:
25918: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25919: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25920: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25921: include/pa_vobject.h, include/pa_vstring.h,
25922: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25923: main/execute.C: withoud cloning. didn't need it actually, params
25924: got passed from out unnamed ewpool
25925:
25926: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25927: include/pa_vjunction.h, include/pa_vobject.h,
25928: include/pa_vunknown.h, main/compile.y: cloning dead end
25929:
25930: * src/: include/pa_bool.h, include/pa_double.h,
25931: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25932: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25933: include/pa_vjunction.h, include/pa_vmframe.h,
25934: include/pa_vobject.h, include/pa_vstring.h,
25935: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25936: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25937: to give params proper names
25938:
25939: * src/main/pa_wcontext.C: z
25940:
25941: * src/: include/pa_vmframe.h, main/execute.C: added names to
25942: unknown values in get_element and unfilled params. removed wrong
25943: name change in get_element
25944:
25945: * src/main/execute.C: z
25946:
25947: * src/main/execute.C: fixed problems calling operators in
25948: constructors
25949:
25950: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25951: detected problems calling operators in constructors
25952:
25953: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25954: autocalc def to string
25955:
25956: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25957: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25958:
25959: * src/classes/root.C: added root.c
25960:
25961: * src/: include/pa_request.h, include/pa_value.h,
25962: include/pa_vcframe.h, include/pa_vmframe.h,
25963: include/pa_wcontext.h, main/compile.C, main/compile.y,
25964: main/core.C, main/execute.C, main/pa_cframe.C,
25965: main/pa_wcontext.C: 'if' just compiled
25966:
25967: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25968: include/pa_vjunction.h, include/pa_vmframe.h,
25969: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25970: main/pa_wcontext.C: z
25971:
25972: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25973: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25974: with parameter names in operator methods
25975:
25976: * src/main/compile.y: minor renamings in .y
25977:
25978: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25979: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25980: @BASE. changed 'RUN' assignment mech
25981:
25982: * src/main/execute.C: z
25983:
25984: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25985: main/compile_tools.h, main/execute.C: made class: dynamic, not
25986: static. so to enable runtime ^use
25987:
25988: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25989:
25990: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25991: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25992:
25993: * src/main/execute.C: root root in code-junction
25994:
25995: 2001-03-07 paf
25996:
25997: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25998: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25999:
26000: * src/: include/pa_stack.h, include/pa_value.h,
26001: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26002: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26003: fixed rwcontext of {} params up
26004:
26005: * src/main/: compile.y, compile_tools.h: ^func(params)
26006:
26007: * src/main/compile.y: .y priorities syntax shaped up a bit
26008:
26009: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26010: include/pa_vunknown.h, main/compile.y, main/execute.C,
26011: main/pa_hash.C: expr def in -f
26012:
26013: * src/main/: compile.y, execute.C: expr calls
26014:
26015: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26016: fixed
26017:
26018: * src/main/compile.y: expr quoted code
26019:
26020: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26021: support0
26022:
26023: * src/main/compile.y: expr string comparisons 0
26024:
26025: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26026: main/pa_string.C: just compiled lt&co
26027:
26028: * src/main/execute.C: ^var.menu{$field} problem detected. that
26029: $field not a $var.field
26030:
26031: 2001-03-06 paf
26032:
26033: * src/main/compile.y: .y expr visible-shorter
26034:
26035: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26036: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26037: logical
26038:
26039: * src/: include/pa_vstring.h, main/compile.y: problems with
26040: skipping whitespace in yylex
26041:
26042: * src/include/pa_vbool.h: forgot this
26043:
26044: * src/: include/code.h, main/compile.y, main/execute.C: without
26045: string ops in expressions 0
26046:
26047: * src/: include/pa_value.h, include/pa_vdouble.h,
26048: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26049: main/execute.C, main/main.dsp: !~
26050:
26051: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26052: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26053: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26054: include/pa_vunknown.h, include/pa_wcontext.h,
26055: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26056: main/compile_tools.h, main/execute.C: +-*/
26057:
26058: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26059: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26060:
26061: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26062: main/execute.C: expr grammar-1 2*2=4.000000 :)
26063:
26064: * src/main/compile.y: expr grammar-1
26065:
26066: * src/main/compile.y: expr lexx1
26067:
26068: * src/main/: compile.y, execute.C, main.dsp: z
26069:
26070: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26071: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26072: main/execute.C: expr lex0 exec-1
26073:
26074: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26075:
26076: 2001-02-26 paf
26077:
26078: * src/main/compile.y: max_string in yyerror bug fix
26079:
26080: 2001-02-25 paf
26081:
26082: * src/: include/pa_value.h, include/pa_vmframe.h,
26083: include/pa_wcontext.h, main/execute.C: VAliased3
26084:
26085: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26086:
26087: * src/main/execute.C: VAliased1
26088:
26089: * src/: include/pa_request.h, include/pa_value.h,
26090: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26091: VAliased0
26092:
26093: * src/: include/pa_pool.h, include/pa_request.h,
26094: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26095: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26096: VAliased just compiled
26097:
26098: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26099: include/pa_vobject.h, main/execute.C: alias dead end
26100:
26101: * src/: include/pa_value.h, include/pa_vclass.h,
26102: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26103: main/main.dsp: no not get fields into interm VFielded class.
26104: fields & staticfields 1
26105:
26106: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26107: include/pa_vobject.h, include/pa_wcontext.h,
26108: include/pa_wwrapper.h, main/core.C, main/execute.C,
26109: main/main.dsp: would now get fields into interm VFielded class
26110:
26111: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26112: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26113: include/pa_wcontext.h, main/compile.y, main/core.C,
26114: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26115: main/pa_wcontext.C: virtuals2
26116:
26117: * src/main/compile.y: : 1
26118:
26119: * src/main/compile.y: rethought to $class:static.field.subfield
26120:
26121: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26122: $class:element
26123:
26124: * src/: include/pa_value.h, include/pa_vmframe.h,
26125: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26126: main/pa_wcontext.C: before execute class calls rewrite
26127:
26128: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26129: name RUN, also alias
26130:
26131: * src/main/compile.y: escaping bug
26132:
26133: * src/: include/pa_request.h, include/pa_value.h,
26134: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26135: main/core.C, main/execute.C, main/pa_common.C: vobject1
26136:
26137: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26138: include/pa_vmframe.h, include/pa_vobject.h,
26139: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26140: main/compile_tools.h, main/execute.C: ^class:method() just
26141: compiled
26142:
26143: 2001-02-24 paf
26144:
26145: * src/main/main.dsp: no bison -d
26146:
26147: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26148: class' err msg wrong
26149:
26150: * src/main/compile.y: z
26151:
26152: * src/main/: compile.y, core.C: yylex need some @special lines adj
26153:
26154: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26155: main/compile.y, main/compile_tools.h, main/core.C: modules0
26156:
26157: * src/: include/pa_vclass.h, main/core.C: z
26158:
26159: * src/: include/pa_value.h, include/pa_vclass.h,
26160: include/pa_vobject.h, main/main.dsp: vobject00
26161:
26162: * src/main/pa_array.C: minor bug in expanding very small arrays.
26163: 60% from 1 were 0
26164:
26165: * src/: include/pa_value.h, include/pa_wcontext.h,
26166: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26167: as bad as you've named it: wcontext.value() was not a perfect
26168: idea
26169:
26170: * src/main/execute.C: codeframe1
26171:
26172: * src/: include/pa_value.h, include/pa_vcframe.h,
26173: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26174: include/pa_vjunction.h, include/pa_vmframe.h,
26175: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26176: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26177: just compiled
26178:
26179: * src/: include/pa_vframe.h, main/compile.y: found junction
26180: ideology @: ^x{$a()) must construct current wcontext element, so
26181: smart wcontext handling needed
26182:
26183: * src/main/compile.y: fixed grammar bugs in constructor/params
26184: klinch
26185:
26186: * src/main/: compile.y, execute.C: fixed empty constructor
26187: optimized empty case. failed on calls - produced empty string
26188: param
26189:
26190: * src/main/compile.y: fixed last \n macrotemplate strip bug
26191:
26192: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26193: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26194: main/compile_tools.C, main/compile_tools.h, main/core.C,
26195: main/execute.C: code junctions0. something wrong with last \n
26196: macrotemplate strip
26197:
26198: * src/: include/pa_value.h, main/compile.C, main/core.C,
26199: main/pa_value.C: minor error reporting format beautifyings
26200:
26201: * src/: include/pa_value.h, include/pa_vclass.h,
26202: include/pa_vframe.h, main/core.C, main/execute.C,
26203: main/pa_value.C: get_method RIP. junctions everywhere. call with
26204: junctions0
26205:
26206: 2001-02-23 paf
26207:
26208: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26209: pa_wwrapper.h: lara came, can't work, sorry :(
26210:
26211: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26212: junction
26213:
26214: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26215: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26216: main/execute.C, main/main.dsp, main/pa_value.C: call0
26217:
26218: * src/: include/pa_hash.h, include/pa_value.h,
26219: include/pa_wcontext.h, main/core.C, main/execute.C,
26220: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26221: done
26222:
26223: * src/include/pa_wcontext.h: z
26224:
26225: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26226: wrong grammar in complex constructor case
26227:
26228: * src/main/: compile.y, execute.C: empty constructor bug fixed
26229:
26230: * src/main/execute.C: with result rwpool
26231:
26232: * src/: include/pa_value.h, main/core.C, main/execute.C,
26233: main/main.dsp: value named
26234:
26235: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26236: strign 2 value in 2 places in execute
26237:
26238: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26239: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26240: wcontext.put_element when wcontext fvalue==0
26241:
26242: 2001-02-22 paf
26243:
26244: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26245: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26246: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26247:
26248: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26249: erroreos checkout
26250:
26251: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26252:
26253: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26254: main/compile_tools.h, main/pa_array.C: $self.get
26255:
26256: * src/main/: compile.C, compile.y, compile_tools.C: z
26257:
26258: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26259: bit. finished now.
26260:
26261: * src/main/compile.y: $: finished
26262:
26263: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26264:
26265: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26266: main/execute.C: OP_STRING better then some xxx _VALUE
26267:
26268: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26269: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26270: string to vstring it .y all
26271:
26272: * src/: include/pa_request.h, include/pa_stack.h,
26273: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26274: all
26275:
26276: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26277: precise parse error line:col
26278:
26279: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26280: main/pa_hash.C, main/pa_pool.C: TRY...
26281:
26282: * src/: include/pa_exception.h, include/pa_pool.h,
26283: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26284: main/compile.C, main/compile.y, main/compile_tools.C,
26285: main/core.C, main/pa_array.C, main/pa_exception.C,
26286: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26287: main/pa_table.C: removed exception from request
26288:
26289: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26290: some forgotten
26291:
26292: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26293: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26294: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26295: get/put simple vars to VClass works0
26296:
26297: * src/: include/pa_array.h, include/pa_wcontext.h,
26298: main/pa_string.C: in process, but found that exceptions are too
26299: global
26300:
26301: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26302: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26303: main/execute.C, main/pa_string.C: write_value write_string 0 it
26304: seems wcontext must write strings regardles of fvalue!=0
26305:
26306: 2001-02-21 paf
26307:
26308: * src/main/execute.C: tired :)
26309:
26310: * src/main/: compile.C, compile.y, execute.C: store0
26311:
26312: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26313: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26314: include/pa_wcontext.h, main/compile.C, main/compile.y,
26315: main/execute.C, main/main.dsp, main/pa_array.C,
26316: main/pa_request.C: get put -1 [just compiled]
26317:
26318: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26319: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26320: main/main.dsp, main/pa_request.C: request core methods0
26321:
26322: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26323: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26324: execute
26325:
26326: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26327: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26328: methods and one_big_piece. now compile returns array<method*>
26329:
26330: * src/main/compile.y: more straightforward yylex[end]
26331:
26332: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26333: string.operator==(char*)
26334:
26335: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26336: main/execute.C, main/pa_array.C: after array.const get wonders
26337:
26338: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26339: pa_string.h, pa_value.h: struck with const array.gets
26340:
26341: * src/main/: execute.C: z
26342:
26343: * src/main/: compile.y, execute.C: z
26344:
26345: * src/main/: compile.C, compile.y, compile_tools.h: error
26346: processing in eval & yyerror so it wouldn't cause memleaks.
26347:
26348: * src/main/: compile.C, compile.y: failed to add absolute precies
26349: parse error positions. leaving RIGHTMOST position as
26350: @file[line:col]
26351:
26352: * src/: include/compile.h, main/compile.C, main/compile.y,
26353: main/compile_tools.h: line numbers needed. would add them to .y
26354: now internally. externally it's not as precise as needed
26355:
26356: * src/: include/code.h, include/pa_types.h, main/compile.C,
26357: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26358: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26359: compiler works ok
26360:
26361: 2001-02-20 paf
26362:
26363: * src/main/: compile.C, compile.y, compile_tools.C,
26364: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26365: not perfect
26366:
26367: * src/: include/code.h, include/compile.h, include/execute.h,
26368: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26369: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26370: main/compile.C, main/compile.y, main/compile_tools.C,
26371: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26372: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26373: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26374: compiled. execute=dump for now
26375:
26376: * src/main/core.C: core rewrite using yacc investigations now will
26377: be compile[yacc]/execute[opcodes]
26378:
26379: 2001-02-15 paf
26380:
26381: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26382: rewrite as turing machine? for it seems it would be it's too many
26383: ifs with this syntax now
26384:
26385: 2001-02-14 paf
26386:
26387: * src/main/core.C: get_params 1
26388:
26389: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26390: :( ]
26391:
26392: * src/main/core.C: varios breaks
26393:
26394: * src/main/core.C: get names 3
26395:
26396: * src/main/core.C: get names 2
26397:
26398: * src/main/core.C: get names 1
26399:
26400: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26401: names 0
26402:
26403: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26404: text repassing2 operator static vars
26405:
26406: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26407: main/pa_string.C: process text repassing
26408:
26409: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26410: module:calls changes
26411:
26412: 2001-02-13 paf
26413:
26414: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26415: ^class:calls[] started
26416:
26417: * src/: include/pa_value.h, main/core.C: z
26418:
26419: * src/main/core.C: operators : and self. prefixes
26420:
26421: * src/main/core.C: z
26422:
26423: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26424: tested
26425:
26426: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26427: optimized
26428:
26429: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26430: would change privates to better support optimization
26431:
26432: * src/: include/pa_string.h, main/pa_string.C:
26433: String_iterator::skip_to todo:optimize
26434:
26435: 2001-02-12 paf
26436:
26437: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26438: String_iterator
26439:
26440: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26441: comments
26442:
26443: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26444: self/methodref joined
26445:
26446: 2001-02-11 paf
26447:
26448: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26449: main/main.dsp: core started. core.C, context&value .h
26450:
26451: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26452: include/pa_string.h, main/main.dsp, main/pa_array.C,
26453: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26454:
26455: 2001-01-30 paf
26456:
26457: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26458: comments
26459:
26460: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26461: main/pa_pool.C: moved pa_pool.C to be target specific
26462:
26463: * src/: include/pa_exception.h, include/pa_pool.h,
26464: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26465: to & changes
26466:
26467: * src/: include/pa_exception.h, include/pa_pool.h,
26468: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26469: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26470: re-associated. that's much better even removed 'die' necessety
26471:
26472: * src/: include/pa_error.h, include/pa_exception.h,
26473: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26474: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26475: targets/Makefile.am: lowered targets/parser into subdir, added
26476: parser_Pool(Pool) failed to add. would think..
26477:
26478: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26479: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26480: main/pa_string.C, main/pa_table.C: Table more like C++ style
26481: hence lots of 'const'
26482:
26483: * src/: include/pa_error.h, include/pa_request.h,
26484: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26485: main/pa_table.C: Error fixed
26486:
26487: 2001-01-29 paf
26488:
26489: * src/: include/pa_array.h, include/pa_common.h,
26490: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26491: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26492: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26493: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26494:
26495: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26496: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26497: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26498: main/pa_string.C, main/pa_table.C: Request Error Table
26499:
26500: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26501: templates"
26502:
26503: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26504: main/main.dsp, main/pa_array.C: templates failed no template
26505: specializations [VC6], no library auto instantation [VC6, GNU c++
26506: 2.95.2-6 from latest cygwin]
26507:
26508: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26509: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26510: main/main.dsp, main/pa_array.C, main/pa_string.C,
26511: main/pa_table.C: Table started would test template Array now
26512:
26513: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26514: String originating
26515:
26516: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26517: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26518: SYNCHRONIZED(thread_safe)
26519:
26520: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26521: parts to top
26522:
26523: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26524: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26525: see: needed only in global Hash now, made Hash:: put/get
26526: SYNCHRONIZED
26527:
26528: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26529: main/pa_threads.C: added pa_threads
26530:
26531: Mutex
26532:
26533: * src/include/pa_hash.h: some comments
26534:
26535: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26536: Array& operator += (Array& src)
26537:
26538: * src/main/pa_array.C: expand not convinient, would rewrite
26539:
26540: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26541: (Array& src)
26542:
26543: rethought, would change now
26544:
26545: 2001-01-27 paf
26546:
26547: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26548: caching
26549:
26550: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26551: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26552: cache rethought to chunk caching
26553:
26554: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26555: include/pa_string.h, main/main.dsp, main/pa_array.C,
26556: main/pa_hash.C, main/pa_string.C: Array 0
26557:
26558: * src/main/pa_string.C: String::operator ==
26559:
26560: * src/main/pa_hash.C: String(&String)
26561:
26562: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26563:
26564: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26565: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26566: pa_hash[forgotten]
26567:
26568: 2001-01-26 paf
26569:
26570: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26571: removed templates [vc++ suxx]
26572:
26573: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26574: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26575:
26576: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26577:
1.119 moko 26578: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26579:
1.119 moko 26580: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26581: check
26582:
26583: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26584: dynamic row_count
26585:
26586: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26587: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26588: targets/Makefile.am: Initial revision
26589:
26590: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26591: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26592: targets/Makefile.am: creating parser3 module
26593:
E-mail: