Annotation of parser3/ChangeLog, revision 1.220
1.220 ! moko 1: 2025-07-04 moko
! 2:
! 3: * src/main/pa_common.C: typo fixed (related to bug #1282)
! 4:
! 5: * src/main/pa_common.C: minor optimization + create_dir_for_file
! 6: checks for \ (related to bug #1282)
! 7:
! 8: 2025-07-03 moko
! 9:
! 10: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
! 11: under Windows (fixes bug #1282)
! 12:
! 13: * src/main/pa_common.C: file:delete for UTF-8 files now works under
! 14: Windows (fixes bug #1282)
! 15:
! 16: 2025-06-28 moko
! 17:
! 18: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
! 19: Yavor Doganov <yavor@gnu.org>
! 20:
! 21: * src/main/pa_charset.C: typo fixed (related to feature #1281)
! 22:
! 23: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
! 24: compatibility fixed (implements feature #1281)
! 25:
1.219 moko 26: 2025-05-31 moko
27:
28: * src/main/pa_http.C: old gcc compilation fix (related to feature
29: #1277)
30:
31: 2025-05-28 moko
32:
33: * src/: classes/array.C, include/pa_array.h: last
34: Array_iterator::key() removed (related to feature #1277)
35:
36: 2025-05-27 moko
37:
38: * src/: classes/array.C, classes/table.C, include/pa_array.h,
39: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
40: and used (related to feature #1277)
41:
1.218 moko 42: 2025-05-26 moko
43:
44: * src/: classes/array.C, classes/curl.C, classes/hash.C,
45: classes/hashfile.C, classes/image.C, classes/table.C,
46: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
47: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
48: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
49: VString(const char *avalue) added and used to optimize new
50: VString(*new String(i.key(), String::L_TAINTED)) (related to
51: feature #1277)
52:
53: * src/: classes/array.C, classes/curl.C, classes/file.C,
54: classes/hash.C, classes/image.C, classes/json.C,
55: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
56: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
57: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
58: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
59: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
60: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
61: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
62: types/pa_vxnode.C: implements feature #1277 String::Body(const
63: char *abody) now explicit but HashString::put(const char *str, V
64: value) added for simplicity optimizations: HASH_PUT_CSTR used
65: where hash.put called several time during execution; caching
66: String::Body::uitoa used at all pash.put(<uint> calls.
67:
68: 2025-05-25 moko
69:
70: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
71: to feature #1277)
72:
73: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
74:
75: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
76: added for caching (related to feature #1277)
77:
78: * src/include/pa_string.h: optimized String:pos versions added
79: (without language + char *) (related to feature #1277)
80:
81: 2025-05-24 moko
82:
83: * tests/: 445.html, results/445.processed: test for
84: ^hash.array[[keys|values]] added (related to feature #1274)
85:
86: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
87: feature #1274)
88:
1.217 moko 89: 2025-01-26 moko
90:
91: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
92:
1.216 moko 93: 2025-01-25 moko
94:
95: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
96:
97: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
98: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
99: autoheader && automake && autoconf
100:
101: * src/lib/ltdl/configure.ac: new autotools used
102:
103: * acsite.m4, configure.ac: new autotools warnings fixed
104:
1.213 moko 105: 2025-01-10 moko
106:
1.215 moko 107: * tests/results/320.processed: test result updated after syslog
108: added
109:
1.214 moko 110: * src/classes/op.C: minor MSVC fixes
111:
112: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
113:
1.213 moko 114: * operators.ru.txt, operators.txt: +
115: ^syslog[ident;message[;info|warning|error|debug]]
116:
117: * src/classes/op.C: +
118: ^syslog[ident;message[;info|warning|error|debug]] (implelents
119: feature #1270)
120:
121: * configure, configure.ac, src/include/pa_config_auto.h.in,
122: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
123:
124: 2025-01-06 moko
125:
126: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
127: 2^n) calculated and used
128:
129: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
130: https://www.hadrons.org/software/libmd/
131:
1.212 moko 132: 2024-12-28 moko
133:
134: * tests/httpd/run_tests.sh: for FreeBSD compatibility
135:
136: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
137: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
138: $request:uri and $request:path tests added (related to feature
139: #1269)
140:
141: * operators.ru.txt, operators.txt: + $request:path documented
142: (related to feature #1269)
143:
144: * tests/: 065.html, results/065.processed: $request:path,
145: $request:uri tested
146:
147: * src/types/pa_vrequest.C: $request:path default is empty string to
148: match an empty URI in console mode (related to feature #1269)
149:
150: * etc/auto.p.in: $request:path used (related to feature #1269)
151:
152: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
153: (implements feature #1269)
154:
155: 2024-12-26 moko
156:
157: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
158: 3.5.0
159:
160: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
161: pa-include/pa_errno.h, pa-include/pa_file_info.h,
162: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
163: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
164: pa_strcat
165:
166: * tests/results/223.processed: apache upgraded @parser.ru
167:
168: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
169: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
170: pa-include/pa_errno.h, pa-include/pa_file_info.h,
171: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
172: pa-include/pa_strings.h: sdbm updated from version included in
173: apache 2.0.43 to version included in apache 2.0.65
174:
175: 2024-12-24 moko
176:
177: * etc/auto.p.in: to avoid patching Debian package
178:
179: * src/main/: pa_exec.C, pa_http.C: final fixes for
180: --with-build-warnings (dangling-reference warnings can be
181: ignored)
182:
183: 2024-12-23 moko
184:
185: * src/: classes/file.C, classes/hash.C, classes/op.C,
186: include/pa_common.h, main/pa_http.C, main/pa_request.C,
187: types/pa_vcookie.C, types/pa_vform.C: more fixes for
188: --with-build-warnings
189:
190: * src/: classes/date.C, classes/inet.C, classes/op.C,
191: classes/reflection.C, include/pa_array.h,
192: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
193: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
194: --with-build-warnings
195:
1.211 moko 196: 2024-12-21 moko
197:
198: * Makefile.am: +operators.ru.txt
199:
200: * operators.ru.txt, operators.txt: typo fixed
201:
202: 2024-12-20 moko
203:
204: * operators.txt: whitespace synced
205:
206: * operators.ru.txt, operators.txt: curl added
207:
208: * operators.ru.txt, operators.txt: logically sorted
209:
210: * operators.ru.txt: id added
211:
212: * operators.txt: ID added
213:
214: * operators.txt: translated
215:
216: * operators.ru.txt, operators.txt: operators.txt translated to
217: english, synced format with operators.ru.txt
218:
219: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
220: formatted
221:
222: * operators.ru.txt, operators.txt: formatted, actualized, oracle
223: info moved to separate file
224:
225: 2024-12-19 moko
226:
227: * src/targets/cgi/parser3.C: avoid parser version requests logging
228: in parser3.log
229:
230: 2024-12-18 moko
231:
232: * buildall: preventing --with-system-mailreceive linking with
233: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
234: to feature #1199)
235:
1.210 moko 236: 2024-12-16 moko
237:
1.211 moko 238: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 239:
240: * src/classes/table.C: exception text fixed
241:
242: 2024-12-15 moko
243:
244: * tests/: 102.html, results/102.processed: tests updated after
245: $form:fields not editable again (related to feature #1254)
246:
247: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
248: be edited (related to feature #1254)
249:
250: * src/types/pa_vform.C: reverted that
251: $form:fields/tables/files/imap can be edited (related to feature
252: #1254) for backward compatibility
253:
254: 2024-12-14 moko
255:
1.211 moko 256: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 257:
258: * tests/results/auto.p: avoid $mac execution unless on OS X
259:
260: * tests/388-sql.html: more OS support
261:
262: 2024-12-13 moko
263:
264: * tests/388-sql.html: sql tests under OS X now fixed
265:
266: * tests/results/auto.p: curl test under OS X now works
267:
268: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
269: no dll name under Windows, hiding
270:
271: * tests/: 379-curl.html, results/379-curl.processed: some curl
272: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
273:
274: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
275: 389.html, results/030.processed, results/212.processed,
276: results/219.processed, results/273.processed,
277: results/320.processed, results/346-curl.processed,
278: results/389.processed, results/auto.p: ^try-catch-filtered added
279: and used
280:
281: * tests/: 347-curl.html, results/347-curl.processed: support for
282: different error messages
283:
284: * src/classes/curl.C: several curl libraries supported,
285: ^curl:options[ $.library[] ] resets to default
286:
287: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
288: removed as depends on curl version
289:
290: * tests/results/: 223-curl.processed, 394-curl.processed: curl
291: fixed bug with \n in file names, test result updated
292:
293: * tests/388-sql.html: +libmysqlclient.so
294:
295: * etc/auto.p.in: +libmariadb
296:
297: 2024-12-12 moko
298:
299: * tests/: 388-sql.html, results/429-sql.processed: test results
300: updated after test changed
301:
302: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
303: for newer MariaDB compatibility
304:
305: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
306: results/429-sql.processed: key -> id for new MariaDB
307: compatibility
308:
309: * src/types/pa_vmethod_frame.h: warning war
310:
311: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
312: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
313: including for Debian package
314:
315: 2024-12-11 moko
316:
317: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
318: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
319: $status:log-filename added (related to feature #1262)
320:
321: * tests/: 440.html, results/440.processed: test for row is checked
322: before accessing when table is modified during select (related to
323: bug #1258)
324:
325: * src/: classes/table.C, include/pa_table.h: row should be checked
326: before accessing as table can be modified during select (related
327: to bug #1258)
328:
329: * src/types/pa_vmail.C: $mail:received tables -> elements array
330: (related to feature #1226)
331:
332: * src/: classes/file.C, classes/image.C, classes/table.C,
333: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
334: better messages (related to feature #1267)
335:
336: * tests/results/: 065.processed, 246.processed, 337.processed,
337: 342.processed, 352.processed, 356.processed, 364.processed,
338: 372.processed, 373.processed, 389.processed, 404.processed,
339: 406.processed, 414.processed, 430.processed, 432.processed,
340: 442.processed: tests updated after params.as_string error
341: reporting was improved (related to feature #1267)
342:
343: * src/classes/reflection.C: error messages optimized (related to
344: feature #1267)
345:
346: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
347: error reporing for params.as_* (related to feature #1267)
348:
349: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
350: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
351: #1267)
352:
353: * tests/results/: 246.processed, 414.processed, 432.processed:
354: tests updated after params.as_string error reporting was improved
355: (related to feature #1267)
356:
357: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
358: reporing for params.as_string (implements feature #1267)
359:
360: * tests/: 065.html, results/065.processed: tests for file methods
361: accepting file as filename added (related to feature #1265)
362:
363: * src/: classes/file.C, include/pa_exception.h,
364: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
365: methods now accept file as path specification (adopted Sumo patch
366: implements feature #1265)
367:
368: * tests/: 400.html, results/400.processed: tests for result
369: optimization "locks" after first method call (related to feature
370: #1266)
371:
372: 2024-12-10 moko
373:
374: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
375: result_optimization comments (related to feature #1266)
376:
377: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
378: $result now stored in my_result, not in local variables hash
379: (implements feature #1266)
380:
1.209 moko 381: 2024-12-09 moko
382:
1.210 moko 383: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
384: set_my_variable in preparation for $result optimization (related
385: to feature #1266)
386:
1.209 moko 387: * tests/results/119.processed: newline corrected for some OS
388:
389: * tests/: 441.html, results/441.processed: Debian-specific test
390: commented
391:
392: * buildall: pcre2 10.42 -> 10.44
393:
394: 2024-12-08 moko
395:
396: * buildall: external links fixed
397:
398: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
399:
400: * src/include/pa_table.h: some clang versions compilation fix
401:
402: * configure.ac: 3.4.7b -> 3.5.0rc
403:
404: 2024-12-07 moko
405:
406: * tests/: 443.html, 444.html, results/443.processed,
407: results/444.processed: tests for named params (related to feature
408: #1205)
409:
410: * src/: classes/reflection.C, types/pa_method.h: named_params
411: support in reflection (related to feature #1205)
412:
413: * src/types/pa_vmethod_frame.h: extra_params and named params
414: should be also inited in ^method[] call (related to feature
415: #1205)
416:
417: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
418: support using @method[arg;.named_arg;.named_arg2] syntax
419: (implements feature #1205)
420:
421: * tests/: 443.html, results/443.processed: test for *args inited
422: added (related to bug #1264)
423:
424: * src/types/pa_vmethod_frame.h: *args are now inited even if not
425: specified (fixes bug #1264)
426:
427: * tests/: 442.html, results/442.processed: tests for
428: params.as_file_name(N) with empty file name added (related to
429: feature #1121)
430:
431: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
432: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
433: include/pa_exception.h, types/pa_vmethod_frame.h:
434: params.as_file_name(N) added and used instead of
435: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
436: (implements feature #1121)
437:
438: * src/: classes/file.C, classes/image.C, classes/op.C,
439: classes/table.C, include/pa_exception.h: filename is everywhere
440: params.as_string, unify exception and remove
441: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
442:
443: * tests/: 141.html, results/141.processed: test for
444: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
445: to feature #1263)
446:
447: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
448: $.format[file] ] now supported (implements feature #1263)
449:
450: 2024-12-06 moko
451:
452: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
453: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
454: (cgi/console/mail/httpd/apache/isapi) added (related to feature
455: #1262)
456:
457: 2024-12-05 moko
458:
459: * src/targets/cgi/parser3.C: more correct arguments processing to
460: block -fl config.file log.file logic (related to feature #1262)
461:
462: 2024-12-04 moko
463:
464: * src/targets/cgi/parser3.C: now only one log location is selected
465: and tried. -l - supported for stderr specification (related to
466: feature #1262)
467:
468: 2024-12-03 moko
469:
470: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
471: results/010.processed, results/415.processed: tests for
472: $.(expression)[value], $a.(expression), ^v.(expression)[args]
473: added (related to feature #1064)
474:
475: * src/main/compile.y: $.(expression)[value], $a.(expression),
476: ^v.(expression)[args] now supported (implements feature #1064)
477:
478: 2024-12-02 moko
479:
480: * src/targets/cgi/parser3.C: -l /path/to/log options added
481: (implements feature #1262)
482:
1.208 moko 483: 2024-12-01 moko
484:
485: * tests/: 010.html, results/010.processed: some tests related to
486: bug #1149 added
487:
488: * src/main/compile.y: the check pc.pos.col > 1 is not required
489: because we can't be here without a '$' before. The begin == end
490: check was incorrect since $[a]{b} fits this condition (fixes bug
491: #1149)
492:
493: 2024-11-29 moko
494:
495: * src/classes/array.C: warning war
496:
497: 2024-11-26 moko
498:
499: * tests/: 441.html, results/441.processed: a bit more testing
500: (related to bug #1238)
501:
502: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
503:
504: * src/main/pa_exec.C: simplification arg_quote added (related to
505: bug #1229)
506:
1.207 moko 507: 2024-11-25 moko
508:
509: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
510: bug #1239)
511:
512: 2024-11-24 moko
513:
514: * src/main/pa_exec.C: added cmd.exe specific
515:
516: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
517: tests for ^file::exec env and args tainting tests (related to bug
518: #1239)
519:
520: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
521:
522: * src/include/pa_config_includes.h: added recommendations for
523: libxslt.a and and libexslt.a compilation under cygwin
524:
525: * tests/results/102.processed: $form:fields.value is now writable,
526: as $form:value (related to feature #1254)
527:
528: * src/include/pa_config_includes.h: cigwin compilation fixes
529:
530: 2024-11-23 moko
531:
532: * tests/httpd/site/run_server.sh: to simplify testing
533:
534: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
535: site/form.html: $form:files and $form:elements tests added, tests
536: with curl supported (related to feature #1254)
537:
538: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
539: types/pa_vform.h: $form:elements implemented, VForm::get_element
540: uses faster SYMBOLS_EQ, hashes no longer copied when using
541: $form:fields/tables/files/imap and can be edited (implements
542: feature #1254)
543:
544: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
545: bug #1261)
546:
1.206 moko 547: 2024-11-17 moko
548:
549: * tests/: 440.html, results/440.processed: tests for
550: ^table.array[], offset restoration, iterators robust tests
551: (related to bug #1258, features #1259 and #1260)
552:
553: * tests/: 439.html, results/439.processed: array and hash iterators
554: robust tests (related to feature #1260)
555:
556: * src/: classes/array.C, classes/table.C, include/pa_array.h,
557: include/pa_table.h: Array_robust_iterator added and used in cases
558: where array can be modified during iteration (implements feature
559: #1260)
560:
561: * src/classes/table.C: ^table.array[], ^table.array[column name],
562: ^table.array{code} added (implements feature #1259)
563:
564: 2024-11-16 moko
565:
566: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
567: table current row restoration after exception and table changes
568: (fixes bug #1258)
569:
570: 2024-11-13 moko
571:
572: * src/classes/table.C: minor optimization
573:
574: * src/main/pa_string.C: \r added to default ^string.trim chars list
575: (https://www.parser.ru/forum/?id=86648)
576:
1.205 moko 577: 2024-11-11 moko
578:
1.206 moko 579: * src/classes/classes.C: set_base commented
580:
581: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
582: deleted
583:
584: * src/classes/classes.vcproj: no more classes.awk and classes.inc
585:
586: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
587: classes.inc
588:
589: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
590: main/pa_globals.C: classes.awk is useless, preparing to delete it
591:
1.205 moko 592: * src/classes/classes.h: temp fix
593:
594: 2024-11-10 moko
595:
596: * src/: classes/date.C, classes/file.C, classes/image.C,
597: classes/op.C, main/pa_string.C: minor optimization
598:
599: * src/: classes/date.C, classes/file.C, classes/image.C,
600: classes/op.C, main/pa_string.C: typo fixed
601:
602: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
603: classes/file.C, classes/image.C, classes/op.C,
604: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
605: memory allocation befor main(). Only 3 allocations in chatsets
606: left (implements feature #1257)
607:
608: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
609: minor naming convention fix
610:
611: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
612: results/436.processed, results/437.processed,
613: results/438.processed: tests for @unhandled_exception processing
614: (related to feature #1256)
615:
616: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
617: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
618: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
619: are now processed in request::core for correct logging and
620: reporting (feature #1256)
621:
622: * src/: include/pa_sapi.h, main/pa_request.C,
623: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
624: targets/isapi/parser3isapi.C: unhandled exception now called if
625: exception occures during $response:download processing (related
626: to bug #1255)
627:
628: * etc/auto.p.in: better 404 error reporting
629:
630: 2024-11-09 moko
631:
632: * src/main/pa_memory.C: more detailed usage comment
633:
634: * src/main/pa_memory.C: usage commented
635:
636: * src/main/pa_memory.C: minor cleanup
637:
638: * src/types/: pa_varray.h, pa_vregex.h: warnings war
639:
640: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
641: httpd/site/029.html, results/436.processed: test for exception in
642: $response:download[] added
643:
644: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
645: and avoid exit status 1 on die
646:
647: * tests/results/: 007.processed, 019.processed, 098.processed,
648: 103.processed, 233.processed: windows headers matter for binary
649: files
650:
651: * tests/httpd/ok.log: tests results updated as extra headers now
652: cleared on error (related to bug #1255)
653:
654: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
655: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
656: targets/isapi/parser3isapi.C: headers buffering to avoid extra
657: headers in errors, custom send_error in cgi/httpd mode to avoid
658: memory allocations (fixes bug #1255)
659:
660: 2024-11-07 moko
661:
662: * tests/: 264.html, results/264.processed: tests updated to test
663: removal of only trailing empty arguments for backward
664: compatibility (related to feature #1252)
665:
666: * src/classes/file.C: remove trailing empty arguments for backward
667: compatibility (related to feature #1252)
668:
669: 2024-11-05 moko
670:
671: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
672: low memory case, when static initialization failed even before
673: main() start
674:
675: 2024-11-04 moko
676:
677: * configure, src/include/pa_config_auto.h.in,
678: src/include/pa_config_fixed.h: _locking no longer used
679:
680: * configure.ac: _locking no longer used (related to bug #1231)
681:
682: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
683:
684: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
685:
686: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
687: unused
688:
689: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
690: be used on locking errors (related to bug #1231)
691:
692: * src/main/pa_os.C: GetLastError used as errno is not set (related
693: to bug #1231)
694:
695: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
696: allowing shared lock to work (fixes bug #1231)
697:
698: * INSTALL: actualized, minor fixes
699:
700: * etc/auto.p.in: default LIMITS added
701:
702: * AUTHORS: links actualized
703:
704: * src/: classes/array.C, classes/bool.C, classes/classes.C,
705: classes/classes.awk, classes/classes.h, classes/curl.C,
706: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
707: classes/hash.C, classes/hashfile.C, classes/image.C,
708: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
709: classes/math.C, classes/memcached.C, classes/memory.C,
710: classes/op.C, classes/reflection.C, classes/regex.C,
711: classes/response.C, classes/string.C, classes/table.C,
712: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
713: include/pa_array.h, include/pa_base64.h,
714: include/pa_cache_managers.h, include/pa_charset.h,
715: include/pa_charsets.h, include/pa_common.h,
716: include/pa_config_fixed.h, include/pa_config_includes.h,
717: include/pa_dictionary.h, include/pa_dir.h,
718: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
719: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
720: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
721: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
722: include/pa_request_charsets.h, include/pa_request_info.h,
723: include/pa_sapi.h, include/pa_socks.h,
724: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
725: include/pa_stack.h, include/pa_string.h,
726: include/pa_stylesheet_connection.h,
727: include/pa_stylesheet_manager.h, include/pa_symbols.h,
728: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
729: include/pa_uue.h, include/pa_xml_exception.h,
730: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
731: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
732: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
733: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
734: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
735: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
736: main/compile.tab.C, main/compile.y, main/compile_tools.C,
737: main/compile_tools.h, main/execute.C, main/pa_base64.C,
738: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
739: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
740: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
741: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
742: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
743: main/pa_sql_driver_manager.C, main/pa_string.C,
744: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
745: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
746: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
747: main/untaint.C, sql/pa_sql_driver.h,
748: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
749: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
750: targets/isapi/parser3isapi.C, types/pa_junction.h,
751: types/pa_method.h, types/pa_property.h, types/pa_value.C,
752: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
753: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
754: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
755: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
756: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
757: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
758: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
759: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
760: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
761: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
762: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
763: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
764: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
765: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
766: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
767: types/pa_vresponse.C, types/pa_vresponse.h,
768: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
769: types/pa_vstateless_object.h, types/pa_vstatus.C,
770: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
771: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
772: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
773: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
774: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
775:
1.203 moko 776: 2024-10-28 moko
777:
1.204 moko 778: * src/classes/array.C: avoid invalidate()
779:
780: * src/: classes/array.C, types/pa_varray.h: minor optimization for
781: fused to survive in ^array::copy[$a] (related to feature #930)
782:
783: * src/types/pa_varray.h: minor optimization as last element is
784: allways defined if present
785:
1.203 moko 786: * tests/: 435.html, results/435.processed: tests for
787: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
788: for array added (related to feature #1253)
789:
790: * src/classes/array.C: typo fixed
791:
792: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
793: ^hash.set([-+]index)[value], and same for array added (implements
794: feature #1253)
795:
796: * tests/results/: 246.processed, 298.processed, 342.processed,
797: 389.processed, 397.processed, 430.processed, 432.processed: tests
798: results update after minor exceptions texts fixes
799:
800: 2024-10-27 moko
801:
802: * src/: classes/array.C, classes/hash.C, classes/math.C,
803: classes/reflection.C, classes/string.C, classes/table.C,
804: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
805: types/pa_vmethod_frame.h: handy as_index() added, several
806: exceptions texts fixed (related to feature #930)
807:
808: * src/: classes/array.C, types/pa_varray.h: non-working
809: $array.fields removed, ^array.delete[index] supported (related to
810: feature #930)
811:
812: * tests/: 431.html, results/431.processed: tests updated after
813: ^a.delete[3] supported
814:
815: * tests/: 431.html, 434.html, results/434.processed: tests for last
816: element used, push/pop, exceptions during arguments processing
817: and used caching (related to feature #930)
818:
819: * src/: classes/array.C, types/pa_varray.h: change_used added for
820: better used caching and now no issues if exception occures during
821: append arguments processing (related to feature #930)
822:
823: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
824: ^array.pop[] added, last element is allways used (related to
825: feature #930)
826:
827: 2024-10-26 moko
828:
829: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
830: types/pa_varray.h: confirm_all_used added where possible (related
831: to feature #930)
832:
833: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
834: small array optimizations (related to feature #930)
835:
836: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
837:
838: * tests/: 431.html, results/431.processed: test for
839: ^array.compact[undef] added
840:
841: * src/classes/array.C: ^array.compact[] now have optional 'undef'
842: argument to also compact undefined elements (related to feature
843: #930)
844:
845: 2024-10-24 moko
846:
847: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
848: VArray::hash is used rarery, no longer caching the result
849:
850: * tests/results/432.processed: testing removed from tests
851:
852: 2024-10-23 moko
853:
854: * tests/: 431.html, results/431.processed: ^array.compact[] test
855: added
856:
857: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
858:
859: * tests/: 432.html, results/432.processed: testing ^array.at[] for
860: both "solid" and "sparse" arrays
861:
862: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
863:
864: 2024-10-22 moko
865:
866: * tests/results/264.processed: spelling
867:
868: * src/classes/file.C: spelling
869:
870: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
871: tests updated after ^file::exec[cmd;;$array] implemented and
872: empty arguments not skipped (related to feature #1252)
873:
874: * src/classes/file.C: ^file::exec[cmd;;$array] supported
875: (implements feature #1252) bugfix: empty arguments no longer
876: skipped
877:
1.205 moko 878: 2024-10-21 moko
879:
880: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
881: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
882: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
883: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
884: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
885: site/index.html, site/test.txt: httpd tests added
886:
1.202 moko 887: 2024-10-20 moko
888:
889: * src/classes/string.C: warnings war
890:
891: * src/: main/pa_string.C, classes/array.C: warnings war
892:
893: * src/classes/json.C: warnings war
894:
895: * src/classes/image.C: warnings war
896:
897: * src/: classes/table.C, types/pa_varray.C: warnings war
898:
899: * src/classes/array.C: warning war
900:
901: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
902:
903: * src/main/main.vcproj: warnings war
904:
905: 2024-10-19 moko
906:
907: * tests/427.html: test updated after constructors renamed
908:
909: 2024-10-18 moko
910:
911: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
912: results/421.processed, results/430.processed,
913: results/431.processed: test updated after constructors renamed
914:
915: * src/classes/array.C: create -> copy, new -> create according to
916: https://www.parser.ru/forum/?id=86603 discussion (related to
917: feature #930)
918:
919: 2024-10-16 moko
920:
921: * src/classes/json.C: $json:array[array or hash] added to provide
922: more backward compatibility (implements feature #1251)
923:
924: 2024-10-15 moko
925:
926: * tests/: 421.html, results/421.processed: test results updated
927: after missing constuctor error check added and array is_index
928: check added
929:
930: * src/main/execute.C: absent constructor message fixed
931:
1.201 moko 932: 2024-10-13 moko
933:
934: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
935: with is_index() before calling index() for better error reporting
936: in method name typo (was invalid number, not method not found
937: exception).
938:
939: 2024-10-08 moko
940:
941: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
942:
943: * src/include/pa_array.h: warnings war
944:
1.200 moko 945: 2024-10-05 moko
946:
947: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
948: returns current row cells array (implements feature #1250)
949:
950: * tests/: 405.html, results/169.processed, results/405.processed:
951: tests updated after ^string.split[;a] implemented (related to
952: feature #1249)
953:
954: * src/classes/string.C: ^string.split[] - 'a' option added for
955: splitting into an array (implements feature #1249)
956:
957: 2024-10-04 moko
958:
959: * tests/: 431.html, results/431.processed: final code coverage
960: array tests
961:
962: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
963: array: confirm_all_used() added and used where possible, expand()
964: now expends faster
965:
966: 2024-10-03 moko
967:
968: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
969:
970: * tests/: 256.html, results/256.processed: test for
971: $.date[unix-timestamp] handling large dates
972:
973: * src/: classes/file.C, classes/op.C, classes/reflection.C,
974: classes/string.C, classes/table.C, include/pa_common.h,
975: main/pa_common.C, main/pa_http.C, main/pa_request.C,
976: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
977: format replaced with pa_uitoa where applicable,
978: $.date[unix-timestamp] fixed for handling large dates
979:
980: * tests/: 433.html, results/433.processed: more tests, including
981: test for possible endless recursion in ^o.GET[]
982:
983: * src/types/pa_vobject.C: bugfix: detecting possible endless
984: recursion in get_scalar_value inside ^o.GET[]
985:
986: * src/: classes/json.C, include/pa_request.h, main/execute.C,
987: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
988: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
989: $LIMITS.max_recursion
990:
991: 2024-10-02 moko
992:
993: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
994: results/253.processed, results/287.processed,
995: results/430.processed, results/433.processed: more tests for full
996: array and json code coverage
997:
998: * tests/: 433.html, results/433.processed: tests for hash functions
999: with array param
1000:
1001: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1002:
1003: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1004: in 246.html used to test ^array.at, same result produced
1005:
1006: * tests/: 430.html, 431.html, results/430.processed,
1007: results/431.processed: more array tests for 100% code coverage
1008: (related to feature #930)
1009:
1010: * tests/: 427.html, 430.html, results/427.processed,
1011: results/430.processed: first portion of array tests added
1012: (related to feature #930)
1013:
1014: * src/classes/array.C: allow only whitespace string as argument for
1015: add and join
1016:
1017: * src/classes/array.C: add behavour for array synced with hash
1018:
1019: 2024-09-30 moko
1020:
1021: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1022: tests added
1023:
1024: * src/classes/array.C: $.distinct should not be used unless
1025: $.sparse(true)
1026:
1027: * tests/: 429-sql.html, results/388-sql.processed,
1028: results/429-sql.processed: tests for ^array::sql{}, including
1029: multi_statements mode (related to feature #930)
1030:
1.199 moko 1031: 2024-09-29 moko
1032:
1033: * src/classes/array.C: synced ^array::sql multi_statements logic
1034: with ^hash::sql new behavour
1035:
1036: 2024-09-28 moko
1037:
1038: * tests/: 428-sql.html, results/388-sql.processed,
1039: results/428-sql.processed: tests updated after column names were
1040: fixed in multi_statements mode (related to feature #1197)
1041:
1042: * src/classes/hash.C: column names are fixed for most cases in
1043: multi_statements mode (related to feature #1197)
1044:
1045: * tests/: 428-sql.html, results/195.processed,
1046: results/224.processed, results/239.processed,
1047: results/254.processed, results/261.processed,
1048: results/306.processed, results/333.processed,
1049: results/341.processed, results/343.processed,
1050: results/344.processed, results/348.processed,
1051: results/364.processed, results/389.processed,
1052: results/390.processed, results/415.processed,
1053: results/420.processed, results/421.processed: tests results
1054: updated after error messages spelling minor fixes
1055:
1056: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1057: spelling
1058:
1059: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1060: classes/image.C, classes/math.C, classes/string.C,
1061: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1062: main/execute.C, main/pa_charset.C, main/pa_common.C,
1063: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1064: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1065: types/pa_vmail.C, types/pa_vobject.C,
1066: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1067: types/pa_vxdoc.C: minor error messages spelling fixes
1068:
1069: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1070: implementation (related to feature #930)
1071:
1072: * tests/: 388-sql.html, results/388-sql.processed: test results
1073: updated after rows number ^file::sql{} check added
1074:
1075: * src/classes/file.C: rows number now checked in ^file::sql{}
1076:
1077: * tests/: 428-sql.html, results/428-sql.processed: more tests
1078:
1079: * tests/: 428-sql.html, results/428-sql.processed: more
1080: multi_statements testing before bugfix
1081:
1082: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1083: results/428-sql.processed: support for multiple sql test files
1084: added
1085:
1086: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1087:
1088: * src/classes/hash.C: more accurate one_bool_column processing
1089:
1090: * tests/: 427.html, results/427.processed: Constructors as methods
1091: behavour documented in test
1092:
1093: * src/classes/hash.C: HashStringValue::Iterator used for options
1094:
1095: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1096:
1097: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1098: testing
1099:
1100: * tests/results/367-curl.processed: test result updated after
1101: server charset changed
1102:
1103: * tests/results/347-curl.processed: error messages updated
1104:
1105: * tests/results/: 346-curl.processed, 379-curl.processed,
1106: 394-curl.processed: tests results updated after Type -> Exception
1107: type replacement
1108:
1109: * tests/results/388-sql.processed: tests result updated after Type
1110: -> Exception type
1111:
1112: 2024-09-27 moko
1113:
1114: * src/classes/hash.C: minor simplification
1115:
1116: 2024-09-24 moko
1117:
1118: * src/main/pa_string.C: atoui error messages improved
1119:
1120: * tests/: 165.html, 312.html, results/165.processed,
1121: results/312.processed, results/379.processed: tests updated after
1122: default endless loop limit increased, atoi error messages
1123: improved
1124:
1125: * src/classes/hash.C: VBool::get used, unification
1126:
1.198 moko 1127: 2024-09-22 moko
1128:
1129: * src/classes/array.C: minor simplification
1130:
1131: * src/classes/array.C: ^array.left(N),
1132: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1133:
1134: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1135: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1136: added, default 1000000 (related to feature #930)
1137:
1138: * tests/: 426.html, results/426.processed: test for negative limit
1139: and offset processing for table options added
1140:
1141: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1142: bugfix: negative limit and offset processing for table options
1143: fixed
1144:
1145: 2024-09-21 moko
1146:
1147: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1148: ^for added that also iterates holes; ^remove added (related to
1149: feature #930)
1150:
1151: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1152: $.offset(M) ] added (related to feature #930)
1153:
1154: 2024-09-20 moko
1155:
1156: * src/: classes/array.C, types/pa_varray.h: array:
1157: +foreach[value]{code}, + add[hash with numeric keys] (related to
1158: feature #930)
1159:
1160: 2024-09-19 moko
1161:
1162: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1163: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1164: support $a[v1;v2;...] syntax (related to feature #930)
1165:
1166: 2024-09-17 moko
1167:
1168: * src/: classes/reflection.C, include/pa_request.h,
1169: main/compile_tools.h, main/pa_request.C:
1170: ^reflection:class_alias[existing class name;alias class name]
1171: added. The array class can now be redefined regardless of the
1172: $.replace(bool) option value (related to feature #930)
1173:
1174: * src/main/: compile.y, compile_tools.h: class_add return value
1175: inverted to add it to request class
1176:
1177: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1178: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1179: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1180: resize if required. spared array - added fused, append.
1181:
1.197 moko 1182: 2024-09-16 moko
1183:
1184: * src/types/pa_varray.h: get moved to where it belongs
1185:
1186: 2024-09-15 moko
1187:
1188: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1189: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1190:
1191: * tests/: 421.html, results/323.processed, results/421.processed:
1192: tests updated after 'spared-array' class renamed to 'array'
1193: following a discussion on the forum (related to feature #930)
1194:
1195: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1196: types/pa_vmail.C: initial SparseArray separation from Array,
1197: parser class now 'array'
1198:
1199: 2024-09-14 moko
1200:
1201: * tests/: 030.html, results/030.processed: out of range expires
1202: check added
1203:
1204: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1205: checking expires time using VDate
1206:
1207: 2024-09-13 moko
1208:
1209: * src/: classes/array.C, classes/curl.C, classes/date.C,
1210: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1211: classes/memcached.C, classes/op.C, classes/regex.C,
1212: classes/string.C, classes/xdoc.C, classes/xnode.C,
1213: main/execute.C, main/pa_http.C, main/pa_request.C,
1214: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1215: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1216: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1217: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1218: removed as dynamic_cast is faster, Value::is() is still required
1219: for is operator.
1220:
1221: 2024-09-12 moko
1222:
1223: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1224: classes/table.C, classes/xnode.C, include/pa_array.h,
1225: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1226: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1227: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1228: templated pa_itoa/pa_uitoa added to work with any integer type,
1229: String::Body::Format removed
1230:
1231: 2024-09-10 moko
1232:
1233: * src/classes/array.C: append and insert methods added to
1234: sparse-array (related to feature #930)
1235:
1236: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1237: tests updated after sparse-array was added to avoid ^json:parse[]
1238: using it in old tests (related to feature #930)
1239:
1240: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1241: types/pa_varray.h: sparse-array class added (initial feature #930
1242: implementation)
1243:
1244: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1245: for sparse-array class files (related to feature #930)
1246:
1247: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1248: types/pa_vhash.h: VArray support functions without actual VArray
1249: files (related to feature #930)
1250:
1.196 moko 1251: 2024-09-07 moko
1252:
1253: * src/: classes/curl.C, classes/string.C, classes/table.C,
1254: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1255: main/pa_http.C, main/pa_sql_driver_manager.C,
1256: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1257: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1258: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1259: with Hash::Iterator, has_next() replaced with operator bool
1260: (related to feature #930)
1261:
1262: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1263: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1264: types/pa_vstateless_class.C: Array class extended,
1265: Array::Iterator added and used (related to feature #930)
1266:
1.195 moko 1267: 2024-08-26 moko
1268:
1269: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1270: should be used on argv[0] as well to match document root.
1271:
1.194 moko 1272: 2024-08-25 moko
1273:
1274: * src/main/pa_request.C: be more specific
1275:
1276: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1277: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1278: (fixes bug #1244)
1279:
1280: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1281: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1282: rsplit(..., '\\') is not correct when / and \ are mixed in path
1283:
1284: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1285:
1.193 moko 1286: 2024-07-24 moko
1287:
1288: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1289: main/execute.C, main/pa_string.C: Warning war: clang changed
1290: -Wdeprecated-register warning to -Wregister, it's easier to
1291: remove all register vars then continue this fight. :)
1292:
1293: * src/main/: compile.y, compile.tab.C: warning war: register
1294: removed
1295:
1.192 moko 1296: 2024-07-14 moko
1297:
1298: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1299: checking the HTTP request environment; if the variable is not
1300: present, checking the web server process environment (implements
1301: feature #1242)
1302:
1.191 moko 1303: 2024-05-26 moko
1304:
1305: * tests/: 195.html, 229.html, results/096.processed,
1306: results/097.processed, results/158.processed,
1307: results/186.processed, results/273.processed,
1308: results/293.processed, results/317.processed,
1309: results/389.processed, results/402.processed: tests updated as
1310: single quote now escaped with ' in HTML tainting mode
1311: (related to feature #1241)
1312:
1313: * src/main/untaint.C: single quote now escaped with ' in HTML
1314: tainting mode (implements feature #1241)
1315:
1316: * tests/results/: 020.processed, 021.processed, 026.processed,
1317: 042.processed, 043.processed, 057.processed, 110.processed,
1318: 115.processed, 116.processed, 117.processed, 118.processed,
1319: 119.processed, 120.processed, 125.processed, 126.processed,
1320: 128.processed, 130.processed, 131.processed, 132.processed,
1321: 133.processed, 135.processed, 136.processed, 138.processed,
1322: 139.processed, 140.processed, 145.processed, 150.processed,
1323: 151.processed, 165.processed, 174.processed, 181.processed,
1324: 182.processed, 192.processed, 193.processed, 201.processed,
1325: 213.processed, 224.processed, 226.processed, 230.processed,
1326: 239.processed, 240.processed, 244.processed, 253.processed,
1327: 254.processed, 261.processed, 264.processed, 269.processed,
1328: 274.processed, 275.processed, 288.processed, 294.processed,
1329: 296.processed, 303.processed, 306.processed, 307.processed,
1330: 308.processed, 311.processed, 312.processed, 314.processed,
1331: 315.processed, 316.processed, 320.processed, 323.processed,
1332: 324.processed, 325.processed, 328.processed, 330.processed,
1333: 332.processed, 333.processed, 337.processed, 338.processed,
1334: 341.processed, 342.processed, 343.processed, 344.processed,
1335: 345.processed, 348.processed, 352.processed, 356.processed,
1336: 357.processed, 363.processed, 364.processed, 368.processed,
1337: 372.processed, 373.processed, 376.processed, 378.processed,
1338: 379.processed, 385.processed, 386.processed, 387.processed,
1339: 389.processed, 390.processed, 395.processed, 397.processed,
1340: 398.processed, 399.processed, 404.processed, 406.processed,
1341: 413.processed, 414.processed, 420.processed, 421.processed,
1342: 424.processed, auto.p: Type -> Exception type for readability
1343:
1344: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1345: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1346: results/119.processed, results/165.processed,
1347: results/175.processed, results/192.processed,
1348: results/213.processed, results/217.processed,
1349: results/230.processed, results/240.processed,
1350: results/298.processed, results/380.processed,
1351: results/415.processed: try-catch, try-catch-comment used
1352:
1353: 2024-05-21 moko
1354:
1355: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1356: results/180.processed, results/195.processed,
1357: results/224.processed, results/auto.p: @try-catch-comment added
1358: and used
1359:
1360: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1361: 415.html, results/269.processed, results/283.processed,
1362: results/auto.p: more tests are updated to prepare for apostrophe
1363: escaping in HTML tainting
1364:
1365: * tests/results/: 181.processed, 294.processed, 296.processed,
1366: 315.processed, 379.processed, 389.processed, auto.p:
1367: $exception.comment printed as-is for whitespace reporting and to
1368: prepare for apostrophe escaping in HTML mode
1369:
1.190 moko 1370: 2024-05-11 moko
1371:
1372: * tests/: 099.html, 100.html, results/099.processed,
1373: results/100.processed: a test for non-UTF-8 filename* added
1374: (related to feature #1240)
1375:
1376: * tests/: 293.html, results/293.processed: tainting modes tests
1377: added
1378:
1379: * tests/results/: 099.processed, 100.processed, 205.processed,
1380: 309.processed, 310.processed, 419.processed: tests results
1381: updated after filename* added (related to feature #1240)
1382:
1383: * src/: include/pa_common.h, main/pa_request.C: The filename*
1384: parameter was added to the Content-Disposition header to conform
1385: with RFC 6266, with code provided by Sumo (implements feature
1386: #1240)
1387:
1388: 2024-05-10 moko
1389:
1390: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1391: positive performance effect in our case
1392:
1.189 moko 1393: 2024-03-27 moko
1394:
1395: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1396: (related to feature #1236)
1397:
1398: 2024-03-15 moko
1399:
1400: * tests/: 413.html, results/413.processed: test for object still
1401: can be used as file parameter (related to bug #1218)
1402:
1403: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1404: still can be used in file context (fixes bug #1218)
1405:
1406: 2024-03-14 moko
1407:
1408: * src/include/pa_string.h: ArrayString get() null result assert
1409: also added (related to bug #1238)
1410:
1411: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1412: VString::empty() used instead of new VString()
1413:
1414: 2024-03-12 moko
1415:
1416: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1417: results/379.processed: test added for cookie without value
1418: (related to bug #1238)
1419:
1420: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1421: values are now required to be non-null (related to bug #1238)
1422:
1423: * src/main/pa_http.C: cookies without value are now parsed
1424: correctly (fixed bug #1238)
1425:
1426: 2024-03-11 moko
1427:
1428: * tests/run_parser.sh: for better error reporting
1429:
1.188 moko 1430: 2023-12-30 moko
1431:
1432: * tests/: 038.html, results/038.processed: test for atan2 added
1433:
1434: 2023-12-29 moko
1435:
1436: * src/classes/math.C: atan2(y,x) math function added
1437:
1.187 moko 1438: 2023-12-14 moko
1439:
1440: * tests/212.html: pcre2 compatibility (related to feature #1236)
1441:
1442: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1443: exceptions and behavour added (related to feature #1236)
1444:
1445: 2023-12-13 moko
1446:
1447: * buildall: by default parser is now bundled with pcre2 10.42,
1448: --without-pcre2 option added to build with pcre-8.45 (related to
1449: feature #1236)
1450:
1451: 2023-12-12 moko
1452:
1453: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1454: support added (implements feature #1236)
1455:
1456: * src/: include/pa_charset.h, include/pa_config_includes.h,
1457: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1458: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1459: types/pa_vregex.h: Adopted patch from Yavor Doganov
1460: <yavor@gnu.org> to add pcre2 library support (implements feature
1461: #1236)
1462:
1.186 moko 1463: 2023-11-28 moko
1464:
1465: * src/include/pa_config_includes.h: warnings war continues
1466:
1467: * src/include/pa_config_includes.h: warning war
1468:
1469: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1470: number strings, whitespace and sign in exception messages
1471: (related to bug #1234)
1472:
1.185 moko 1473: 2023-11-26 moko
1474:
1475: * tests/: 274.html, results/224.processed, results/274.processed:
1476: tests for date double, int, bool added (related to feature #1235)
1477:
1478: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1479: added for date class (implements feature #1235)
1480:
1481: 2023-11-23 moko
1482:
1483: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1484: and '-' strings are no longer can be treated as number 0,
1485: exception thrown (fixes bug #1234)
1486:
1.184 moko 1487: 2023-11-18 moko
1488:
1489: * src/include/pa_types.h: minor
1490:
1491: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1492:
1493: * tests/: 389.html, results/389.processed: error messages for some
1494: OS differs a bit, reducing failing tests for them
1495:
1496: 2023-11-17 moko
1497:
1498: * tests/: 423.html, results/423.processed: test for optional
1499: @auto[] inheritance added (related to feature #1233)
1500:
1501: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1502: types/pa_vstateless_class.C: optional @auto[] inheritance
1503: implemented if defined with two args (path, class name)
1504: (implements feature #1233)
1505:
1506: * src/: classes/double.C, classes/int.C, classes/math.C,
1507: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1508: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1509: sync double->int overflow behavour under different architectures
1510: (fixes bug #1232)
1511:
1512: * tests/: 422.html, results/422.processed: int clipping added
1513:
1514: 2023-11-16 moko
1515:
1516: * tests/: 422.html, results/422.processed: test for int and uint
1517: overflow in ^n.format[d/u/x]
1518:
1519: * src/classes/math.C: bugfix: crc32 should not be negative (under
1520: Apple M1 when negative double converts to uint the result is 0)
1521: and crc32 should be 32 bits
1522:
1523: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1524: on Apple M1 it's 0
1525:
1526: * src/classes/file.C: bugfix: crc32 should not be negative (under
1527: Apple M1 when negative double converts to uint the result is 0)
1528: and crc32 should be 32 bits
1529:
1.183 moko 1530: 2023-10-07 moko
1531:
1532: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1533: behavour with other OP_NUM_*, related to bug #1230
1534:
1535: 2023-10-06 moko
1536:
1537: * tests/: 338.html, results/338.processed: test for bug #1230 added
1538:
1539: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1540: be converted to double to avoid 80 bit operations in x87 mode
1541: (fixes bug #1230)
1542:
1543: 2023-10-05 moko
1544:
1545: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1546: compatibility
1547:
1548: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1549:
1550: * tests/: 421.html, results/421.processed: test to cover all
1551: classes and objects nonexistent method and field exceptions
1552: (related to feature #1080 and #1227)
1553:
1554: * tests/results/: 182.processed, 324.processed: undefined method ->
1555: <type> method not found exception (related to feature #1080)
1556:
1557: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1558: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1559: "element can not be fetched from" for them, "field not found" for
1560: all other types (related to bug #1227)
1561:
1562: 2023-10-03 moko
1563:
1564: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1565: <type> method not found" exception now thrown for static calls
1566: instead of "undefined method" without class name (related to
1567: feature #1080)
1568:
1569: 2023-10-02 moko
1570:
1571: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1572: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1573: <method name>, Comment: <type> method not found" exception now
1574: thrown for all dynamic objects instead of "undefined method"
1575: without class name (implements feature #1080)
1576:
1.182 moko 1577: 2023-10-01 moko
1578:
1579: * src/classes/json.C: we don't have a dynamic json object.
1580:
1581: 2023-09-28 moko
1582:
1583: * tests/: 420.html, results/261.processed, results/420.processed:
1584: tests updated after bug #1228 fix reverted
1585:
1586: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
1587: whitespace string is hash compatible, so we don't want $s.key to
1588: return a junction
1589:
1590: * tests/: 261.html, 420.html, results/261.processed,
1591: results/420.processed: test for bug #1227 added, test updated
1592: after bug #1228 fixed
1593:
1594: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
1595: now throws exception as $non-empty-string.field (fixes bug #1227)
1596:
1597: * src/types/pa_vstring.h: allow $string.method access (fixes bug
1598: #1228)
1599:
1600: 2023-09-26 moko
1601:
1602: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
1603: src/classes/classes.C, src/classes/classes.awk,
1604: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
1605: src/classes/double.C, src/classes/file.C, src/classes/form.C,
1606: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
1607: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
1608: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
1609: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
1610: src/classes/regex.C, src/classes/response.C,
1611: src/classes/string.C, src/classes/table.C, src/classes/void.C,
1612: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
1613: src/include/pa_array.h, src/include/pa_base64.h,
1614: src/include/pa_cache_managers.h, src/include/pa_charset.h,
1615: src/include/pa_charsets.h, src/include/pa_common.h,
1616: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
1617: src/include/pa_dictionary.h, src/include/pa_dir.h,
1618: src/include/pa_exception.h, src/include/pa_exec.h,
1619: src/include/pa_globals.h, src/include/pa_hash.h,
1620: src/include/pa_http.h, src/include/pa_memory.h,
1621: src/include/pa_opcode.h, src/include/pa_operation.h,
1622: src/include/pa_os.h, src/include/pa_pool.h,
1623: src/include/pa_random.h, src/include/pa_request.h,
1624: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
1625: src/include/pa_sapi.h, src/include/pa_socks.h,
1626: src/include/pa_sql_connection.h,
1627: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
1628: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
1629: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
1630: src/include/pa_table.h, src/include/pa_threads.h,
1631: src/include/pa_types.h, src/include/pa_uue.h,
1632: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
1633: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
1634: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
1635: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
1636: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
1637: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
1638: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
1639: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
1640: src/main/compile.tab.C, src/main/compile.y,
1641: src/main/compile_tools.C, src/main/compile_tools.h,
1642: src/main/execute.C, src/main/pa_base64.C,
1643: src/main/pa_cache_managers.C, src/main/pa_charset.C,
1644: src/main/pa_charsets.C, src/main/pa_common.C,
1645: src/main/pa_dictionary.C, src/main/pa_dir.C,
1646: src/main/pa_exception.C, src/main/pa_exec.C,
1647: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
1648: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
1649: src/main/pa_request.C, src/main/pa_socks.C,
1650: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
1651: src/main/pa_stylesheet_connection.C,
1652: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
1653: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
1654: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
1655: src/main/untaint.C, src/main/helpers/simple_folding.pl,
1656: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
1657: src/targets/apache/mod_parser3_core.C,
1658: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
1659: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
1660: src/types/pa_method.h, src/types/pa_property.h,
1661: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1662: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
1663: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
1664: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
1665: src/types/pa_vcookie.h, src/types/pa_vdate.C,
1666: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1667: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
1668: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
1669: src/types/pa_vhash.C, src/types/pa_vhash.h,
1670: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
1671: src/types/pa_vimage.C, src/types/pa_vimage.h,
1672: src/types/pa_vint.h, src/types/pa_vjunction.C,
1673: src/types/pa_vjunction.h, src/types/pa_vmail.C,
1674: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
1675: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
1676: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
1677: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
1678: src/types/pa_vobject.h, src/types/pa_vregex.C,
1679: src/types/pa_vregex.h, src/types/pa_vrequest.C,
1680: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
1681: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
1682: src/types/pa_vstateless_class.h,
1683: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
1684: src/types/pa_vstatus.h, src/types/pa_vstring.C,
1685: src/types/pa_vstring.h, src/types/pa_vtable.C,
1686: src/types/pa_vtable.h, src/types/pa_vvoid.C,
1687: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
1688: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
1689: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
1690: src/types/pa_wwrapper.h: copyright, authors actualized
1691:
1.181 moko 1692: 2023-08-20 moko
1693:
1694: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
1695: commited (related to feature #1219)
1696:
1697: 2023-08-16 moko
1698:
1699: * src/main/pa_random.C: replaced clock precision with monotonicity
1700: counter, good for Windows version with low clock frequency
1701: (related to feature #1229)
1702:
1703: 2023-08-15 moko
1704:
1705: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
1706: fixes related to feature #1229
1707:
1708: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
1709: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
1710: (implements feature #1229)
1711:
1.180 moko 1712: 2023-08-02 moko
1713:
1714: * tests/: results/417.processed, 417.html: test for empty string
1715: match after last char added (related to bug #1224)
1716:
1717: * src/main/pa_string.C: avoid prestart++ after last char on zero
1718: length match (related to bug #1224)
1719:
1.179 moko 1720: 2022-11-22 moko
1721:
1722: * tests/: 419.html, results/419.processed: test for L_URI and path
1723: removeal from filename added (related to bug #1204)
1724:
1725: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
1726: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
1727: attribute value, L_URI should be used
1728:
1.178 moko 1729: 2022-09-21 moko
1730:
1731: * src/targets/cgi/parser3.C: more clear error messages
1732:
1733: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
1734: SAPI_Info will return 0 in read_post and post_size !=
1735: content_length will be thrown
1736:
1.177 moko 1737: 2022-08-23 moko
1738:
1739: * src/types/pa_vmail.C: .tables addes as .raw contains only last
1740: header value
1741:
1742: 2022-08-22 moko
1743:
1744: * tests/: 418.html, results/418.processed: test for
1745: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
1746: to #1225)
1747:
1748: * src/classes/hash.C: keep old behavoir by default
1749:
1750: * src/classes/hash.C: ^hash_a.intersection[hash_b;
1751: $.order[self|arg] ] added (implements #1215)
1752:
1.176 moko 1753: 2022-03-21 moko
1754:
1755: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
1756: xmlInitCharEncodingHandlers is called in libxml static
1757: initializers before gc_substitute_memory_management_functions in
1758: pa_globals and thus gc may not see reference to our
1759: xmlCharEncodingHandler and free it.
1760:
1.175 moko 1761: 2022-01-26 moko
1762:
1763: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
1764:
1.174 moko 1765: 2021-12-28 moko
1766:
1767: * tests/: 417.html, results/417.processed: test for empty string
1768: match added (related to bug #1224)
1769:
1770: * src/main/pa_string.C: empty string match now works (fixes bug
1771: #1224)
1772:
1.173 moko 1773: 2021-12-24 moko
1774:
1775: * tests/: 415_dir/29.p, results/415.processed: yet another test
1776:
1777: 2021-12-23 moko
1778:
1779: * src/: classes/table.C, main/pa_request.C: warnings war
1780:
1781: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
1782: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
1783:
1784: 2021-12-21 moko
1785:
1786: * tests/: 416.html, results/416.processed: test for ^break[] in
1787: ^hash/table.select[] (related to feature #1222)
1788:
1789: * src/classes/: hash.C, table.C: ^break[] support for
1790: ^hash/table.select[] (implements feature #1222)
1791:
1.172 moko 1792: 2021-11-30 moko
1793:
1794: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1795: 0.5 sec
1796:
1.171 moko 1797: 2021-11-10 moko
1798:
1799: * tests/results/415.processed: more syntax errors tests added
1800:
1801: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1802: 28.p: minor syntax error tests
1803:
1804: * src/main/pa_exception.C: pa_strdup added for compatibility
1805:
1806: * src/classes/curl.C: hint to call ^curl:options[
1807: $.library[correct.libcurl.so.name] ] added if default load fails.
1808:
1809: 2021-11-09 moko
1810:
1811: * src/main/compile.y: error message can be on stack
1812:
1813: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1814:
1815: * src/main/pa_charset.C: memcpy is more correct and efficient in
1816: this case then strncpy
1817:
1818: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1819: instead of strcpy where possible
1820:
1821: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1822: used to avoid MAX_STRING limit in Exception comment
1823:
1824: * tests/results/415.processed: compiler exceptions are no longer
1825: limited to MAX_STRING
1826:
1827: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1828: char * instead of fixed buffer
1829:
1830: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1831: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1832: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1833: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1834: results/415.processed: tests for parser.compile exceptions added
1835:
1836: 2021-11-08 moko
1837:
1838: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1839: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1840: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1841: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1842: drawbacks
1843:
1.170 moko 1844: 2021-11-06 moko
1845:
1846: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1847: (implements feature #1219)
1848:
1849: * tests/: 414.html, results/414.processed: test for
1850: ^hash.rename[from;to] added (related to feature #1144)
1851:
1852: 2021-11-05 moko
1853:
1854: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1855: (related to feature #1144)
1856:
1857: 2021-11-04 moko
1858:
1859: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1860: added (implements feature #1144)
1861:
1.169 moko 1862: 2021-10-19 moko
1863:
1864: * tests/: 413.html, results/413.processed: test for hash no longer
1865: is accepted as file parameter (related to bug #1218)
1866:
1867: * src/: classes/curl.C, classes/file.C, classes/image.C,
1868: classes/math.C, classes/xdoc.C, types/pa_value.C,
1869: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1870: longer is accepted as file parameter (fixes bug #1218)
1871:
1.168 moko 1872: 2021-07-19 moko
1873:
1874: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1875: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1876:
1.167 moko 1877: 2021-04-16 moko
1878:
1879: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1880: processing it leads to assertions.
1881:
1.166 moko 1882: 2021-03-25 moko
1883:
1884: * tests/: 412.html, results/412.processed: test to demonstrate bug
1885: #1213
1886:
1.165 moko 1887: 2021-02-12 moko
1888:
1889: * tests/: 360.html, results/360.processed, results/363.processed:
1890: parser method call in expression mode no longer differs from call
1891: in string mode (related to feature #1211)
1892:
1893: 2021-02-11 moko
1894:
1895: * src/types/pa_vmail.C: mail parsing with Windows line endings
1896: fixed (bug #1212)
1897:
1898: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1899: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1900: strings in both calls (implements feature #1211)
1901:
1.164 moko 1902: 2021-01-28 moko
1903:
1904: * buildall, etc/auto.p.in: to remove last patch in debian package
1905:
1906: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1907: 3.4.7b
1908:
1.162 moko 1909: 2021-01-21 moko
1910:
1911: * src/main/pa_http.C: no alarm() in file::load when web server mode
1912: is MULTITHREADED
1913:
1.157 moko 1914: 2021-01-20 moko
1915:
1.161 moko 1916: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1917: 'a2enmod mpm_prefork'
1918:
1.160 moko 1919: * src/targets/apache/mod_parser3.c: prefork name is now
1920: 'libapache2-mpm-itk'
1921:
1922: * src/targets/apache/mod_parser3_core.C: last regular malloc
1923: removed
1924:
1.159 moko 1925: * src/targets/isapi/Makefile.am: -pa_threads.C
1926:
1.158 moko 1927: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1928: 3.4.6
1929:
1.157 moko 1930: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1931:
1932: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1933: /httpd.p
1934:
1935: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1936: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1937: #1203)
1938:
1939: 2021-01-19 moko
1940:
1941: * buildall: --disable-parallel-mark added to avoid "number of
1942: processors" threads creation for heap marking as it conflicts
1943: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1944: limits threads)
1945:
1.156 moko 1946: 2021-01-16 moko
1947:
1948: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1949: main/pa_globals.C, main/pa_memory.C,
1950: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1951: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1952: feature #1209)
1953:
1954: 2021-01-15 moko
1955:
1956: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1957: 3.4.6rc
1958:
1959: * src/classes/json.C: get_delim added for delimiter caching (10%
1960: faster on large json)
1961:
1962: 2021-01-14 moko
1963:
1.211 moko 1964: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 1965:
1966: * tests/results/224.processed: test result modified after
1967: today(shift) implemented
1968:
1969: * tests/: 407.html, results/407.processed: test for ^hash.select
1970: option $.default(bool) added (related to feature #1172)
1971:
1972: * src/classes/hash.C: ^hash.select option $.default(bool) added
1973: (related to feature #1172)
1974:
1975: * tests/: 141.html, results/141.processed: test modified for
1976: feature #1185.
1977:
1978: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1979: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1980: options $.lower(bool) (implements feature #1185)
1981:
1982: 2021-01-11 moko
1983:
1984: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1985: #1192)
1986:
1987: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1988: added (related to feature #1192)
1989:
1.155 moko 1990: 2021-01-05 moko
1991:
1992: * tests/: 270.html, results/270.processed: test modified to work
1993: under Windows
1994:
1995: * tests/: 390.html, 395.html, results/395.processed: tests updated
1996: 4 windows
1997:
1998: * tests/: 410.html, results/410.processed: test for
1999: $CLASS-GETTER-PROTECTED(false) added
2000:
2001: 2021-01-04 moko
2002:
2003: * tests/: 409.html, results/409.processed, results/auto.p: test for
2004: $MAIN:LOCALS(true) added
2005:
1.154 moko 2006: 2021-01-03 moko
2007:
2008: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2009: types/pa_vclass.h, types/pa_vstateless_class.C,
2010: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2011: +LOCALS. $main -> $MAIN in exception texts (implements feature
2012: #1207)
2013:
2014: 2021-01-02 moko
2015:
2016: * etc/auto.p.in: minor
2017:
2018: * src/main/pa_request.C: sending headers only after opening file to
2019: allow error reporting if file was not opened (foreign group,
2020: etc).
2021:
2022: 2020-12-31 moko
2023:
2024: * src/: include/pa_request.h, main/pa_request.C,
2025: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2026:
2027: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2028: main/pa_request.C: get_class_ref added and used
2029:
2030: * etc/auto.p.in: @CLASS httpd added
2031:
2032: * etc/auto.p.in: @auto[] is now first
2033:
2034: 2020-12-30 moko
2035:
2036: * tests/: 408.html, results/408.processed: test for bug #1166
2037: (windows only) added
2038:
2039: * src/main/pa_common.C: create_dir_for_file should not create dir
2040: for trailing / (fixes bug #1166)
2041:
2042: * tests/: 341.html, results/341.processed: tests for
2043: ^nameless_table.hash[] added (related to feature #1138)
2044:
2045: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2046: (implements feature #1138), extra fields in named tables no
2047: longer ignored (implements feature #1138)
2048:
2049: * tests/results/390.processed: updated after exception text change
2050:
2051: 2020-12-29 moko
2052:
2053: * tests/: 407.html, results/407.processed: +$._default check
2054:
2055: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2056:
2057: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2058: and ^hash.reverse[] added (releated to feature #1172)
2059:
2060: * src/classes/hash.C:
2061: ^hash.select[key;value](bool-condition)[options hash] +
2062: ^hash.reverse[] added (implements feature #1172)
2063:
2064: * src/types/pa_vtable.h: warning war
2065:
2066: * src/include/pa_config_fixed.h: win32 fix
2067:
1.153 moko 2068: 2020-12-27 moko
2069:
2070: * tests/: 406.html, results/406.processed: test results updated
2071:
2072: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2073: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2074: spelling
2075:
2076: 2020-12-26 moko
2077:
2078: * tests/: 406.html, results/406.processed: tests for
2079: ^table.rename[] added (related to feature #1148)
2080:
2081: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2082: ^table.rename[column name from;column name to], ^table.rename[
2083: $.[column name from][column name to] ... ] added (implements
2084: feature #1148)
2085:
2086: 2020-12-25 moko
2087:
2088: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2089: request_info now on stack to avoid yet another THREAD_LOCAL
2090: memory deallocation issue (now with cookies), explained in #1203
2091:
2092: * src/types/pa_vcookie.C: fields should be inited
2093:
2094: 2020-12-24 moko
2095:
2096: * src/include/pa_stylesheet_connection.h: looks like
2097: xsltFreeStylesheet leads to memory double-free. If so, it's for
2098: sure libxml bug, but we have GC anyway, so we just remove this
2099: call and see...
2100:
2101: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2102: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2103: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2104: abort.c:65:8 frame #3: 0x00000000004da663
2105: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2106: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2107: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2108: malloc.c:617:9 frame #5: 0x0000000000577f0c
2109: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2110: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2111: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2112: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2113: frame #8: 0x000000000050d35c
2114: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2115: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2116: frame #10: 0x00000000004436e5
2117: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2118: [inlined]
2119: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2120: pa_stylesheet_connection.h:62:3
2121:
2122: 2020-12-23 moko
2123:
2124: * src/classes/image.C: ^image::measure[; $.video() ] option added
2125:
2126: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2127: ^image::measure[; $.video(true) ] added
2128:
2129: * src/main/pa_exec.C: not cleared automatically in multithreaded
2130: httpd mode for unknown reasons
2131:
2132: 2020-12-22 moko
2133:
2134: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2135: error_log uri of currently processed document", but never used
2136: and conflicts with how libgc stops threads on FreeBSD (#define
2137: SIG_SUSPEND SIGUSR1), thus removed.
2138:
2139: 2020-12-21 moko
2140:
2141: * src/main/pa_request.C: +comment
2142:
1.151 moko 2143: 2020-12-20 moko
2144:
1.152 moko 2145: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2146: it is more safe to have versions of pa_strdup with one and two
2147: arguments, as helper_length=0 not always mean that strlen()
2148: should be called, but means zero.
2149:
2150: * src/targets/isapi/parser3isapi.C: minor
2151:
2152: * src/main/pa_http.C: +valid_http_method
2153:
1.151 moko 2154: * src/: include/pa_http.h, main/pa_http.C,
2155: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2156:
2157: 2020-12-17 moko
2158:
2159: * tests/: 405.html, results/405.processed: test for split by regex
2160: added (related to feature #1160)
2161:
2162: * src/classes/string.C: split by regex implemented (feature #1160)
2163:
2164: * src/classes/string.C: minor
2165:
2166: * tests/: 404.html, results/404.processed: test for whitespace
2167: string is now OK for table argument (related to feature #1169)
2168:
2169: * src/: classes/image.C, classes/string.C, classes/table.C,
2170: types/pa_vmethod_frame.C: whitespace string is now OK for table
2171: argument (as with hash) (implements feature #1169)
2172:
2173: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2174: limit for comment (fixes bug #1102)
2175:
2176: * src/targets/cgi/parser3.C: +HAVE_TLS check
2177:
2178: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2179:
2180: * src/include/pa_config_includes.h: HAVE_TLS used
2181:
2182: * configure.ac: +TLS check
2183:
2184: * src/main/pa_http.C: content logging added
2185:
2186: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2187: clear_response_headers added
2188:
2189: 2020-12-16 moko
2190:
2191: * buildall: as we now use threads, libatomic_ops still required for
2192: some OS.
2193:
2194: * src/main/pa_request.C: whitespace
2195:
2196: * src/: include/pa_request.h, main/pa_request.C:
2197: Request::Exception_trace::table extracted and used
2198:
2199: * src/main/pa_request.C: moving output_result call outside of try
2200: as network exceptions should not be handled by parser code
2201:
2202: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2203: logging network exchange
2204:
2205: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2206: via network if it was network write error.
2207:
2208: * src/targets/cgi/parser3.C: log -> pa_log
2209:
2210: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2211:
2212: * src/main/pa_threads.C: getpid() if no gettid() found
2213:
2214: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2215: we need to ignore "void" connections from browsers (browsers open
2216: connections in advance and they will be empty if user does not
2217: request more pages)
2218:
2219: 2020-12-15 moko
2220:
2221: * src/targets/cgi/parser3.C: avoid previous uri in logs
2222:
2223: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2224: RequestController not needed in httpd mode
2225:
2226: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2227: classes/classes.h, classes/curl.C, classes/date.C,
2228: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2229: classes/hashfile.C, classes/image.C, classes/inet.C,
2230: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2231: classes/memcached.C, classes/memory.C, classes/op.C,
2232: classes/reflection.C, classes/regex.C, classes/response.C,
2233: classes/string.C, classes/table.C, classes/void.C,
2234: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2235: include/pa_array.h, include/pa_base64.h,
2236: include/pa_cache_managers.h, include/pa_charset.h,
2237: include/pa_charsets.h, include/pa_common.h,
2238: include/pa_config_fixed.h, include/pa_config_includes.h,
2239: include/pa_dictionary.h, include/pa_dir.h,
2240: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2241: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2242: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2243: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2244: include/pa_request_charsets.h, include/pa_request_info.h,
2245: include/pa_sapi.h, include/pa_socks.h,
2246: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2247: include/pa_stack.h, include/pa_string.h,
2248: include/pa_stylesheet_connection.h,
2249: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2250: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2251: include/pa_uue.h, include/pa_xml_exception.h,
2252: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2253: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2254: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2255: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2256: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2257: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2258: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2259: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2260: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2261: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2262: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2263: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2264: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2265: main/pa_sql_driver_manager.C, main/pa_string.C,
2266: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2267: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2268: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2269: main/untaint.C, sql/pa_sql_driver.h,
2270: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2271: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2272: targets/isapi/parser3isapi.C, types/pa_junction.h,
2273: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2274: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2275: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2276: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2277: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2278: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2279: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2280: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2281: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2282: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2283: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2284: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2285: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2286: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2287: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2288: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2289: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2290: types/pa_vstateless_object.h, types/pa_vstatus.C,
2291: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2292: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2293: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2294: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2295: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2296:
2297: * src/main/pa_request.C: old compilers support
2298:
2299: * tests/: 362.html, results/362.processed: test updated after
2300: changes after upgrade to libxml2-2.9.9 were made (related to bug
2301: #1108)
2302:
2303: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2304: removed, as xsltFreeStylesheet has side effects on original doc.
2305: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2306: not updated after xdoc modification (part 3 of test 362).
2307: (related to bug #1108)
2308:
2309: * src/targets/isapi/parser3isapi.C: +pa_strcat
2310:
2311: * src/: classes/memory.C, include/pa_memory.h,
2312: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2313: PA_GC_GCOLLECT used
2314:
2315: * src/include/pa_memory.h: +PA_GC_COLLECT
2316:
2317: * src/targets/cgi/parser3.C: msvs support fixes
2318:
2319: * src/lib/gc/include/gc.h: more cleanup
2320:
2321: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2322:
2323: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2324: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2325:
2326: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2327:
2328: * configure.ac: pthread.h added to checked headers
2329:
2330: * src/classes/table.C: string stream is back :)
2331:
2332: * src/classes/memory.C: GC_generate_random_backtrace no longer
2333: exists
2334:
2335: * src/main/pa_globals.C: GC_dont_gc replaced
2336:
2337: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2338: left to simplify adding new functions. depricated GC_dont_gc
2339: replaced with GC_disable and GC_enable calls.
2340:
2341: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2342: CORD_from_file* not used and thus removed
2343:
2344: * src/lib/gc/include/gc_allocator.h: minor cleanup
2345:
2346: 2020-12-14 moko
2347:
2348: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2349: referenced elsewhere, or GC will collect it.
2350:
2351: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2352: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2353: elsewhere, or GC will collect them (and we'll get GPF in
2354: multithreaded enviroment). May be it can be also fixed by some
2355: GC call, not sure. But this fix costs nothing (but hours of
2356: debugging to find the issue :).
2357:
1.150 moko 2358: 2020-12-11 moko
2359:
2360: * configure.ac: gettid() check added
2361:
2362: * src/main/pa_threads.C: HAVE_GETTID used
2363:
2364: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2365:
2366: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2367: version for isapi/cgi/apache
2368:
2369: * buildall: threads are now required.
2370:
2371: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2372: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2373: main/main.vcproj: pa_threads.C moved to main
2374:
2375: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2376: isapi/pa_threads.C: pa_threads.C moved to main
2377:
2378: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2379: targets/apache/Makefile.am: pa_threads.C moved to main
2380:
2381: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2382:
2383: * src/: include/pa_stylesheet_connection.h,
2384: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2385: and weird GPF in multithreaded httpd is gone
2386:
2387: * src/include/: pa_stylesheet_connection.h,
2388: pa_sql_driver_manager.h: whitespace
2389:
2390: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2391:
2392: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2393: main/pa_stylesheet_manager.C: whitespace, warning war
2394:
2395: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2396: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2397: parser_multithreaded never used
2398:
2399: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2400:
2401: 2020-12-10 moko
2402:
2403: * src/: include/pa_config_includes.h, include/pa_http.h,
2404: main/pa_http.C, targets/cgi/parser3.C: initial support for
2405: MULTITHREADED and PARALLEL httpd server modes
2406:
2407: * src/main/pa_globals.C: GC_java_finalization is depricated
2408:
2409: 2020-12-09 moko
2410:
2411: * etc/auto.p.in: + @httpd-main
2412:
2413: * src/: include/pa_common.h, main/pa_request.C,
2414: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2415: work
2416:
2417: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2418: slow file_read_binary no longer used, send_range added
2419:
2420: 2020-12-08 moko
2421:
2422: * src/main/pa_request.C: >4Gb support
2423:
2424: * src/targets/cgi/parser3.C: msvc warning war
2425:
2426: * src/: include/pa_config_includes.h, main/pa_http.C,
2427: main/pa_request.C: msvc warnings war
2428:
2429: * src/classes/image.C: warning war
2430:
2431: * src/classes/table.C: MSVC warning war
2432:
2433: * src/targets/cgi/parser3.C: msvc warnings war
2434:
2435: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2436: added
2437:
1.149 moko 2438: 2020-12-07 moko
2439:
1.150 moko 2440: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2441: avoid logging beside system-wide auto.p
2442:
2443: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2444:
2445: * configure, configure.ac, src/include/pa_config_auto.h.in:
2446: configure options added:
2447:
2448: --with-system-cfg=FILE to specify system-wide auto.p
2449: --with-system-log=FILE to specify system-wide parser3.log
2450:
2451: * Makefile.am: bin no longer exists
2452:
2453: * configure, configure.ac: auto.p moved to etc to simplify debian
2454: package
2455:
2456: * buildall: auto.p and parser3.charsets moved to their default
2457: location after install
2458:
2459: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2460:
2461: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2462:
1.149 moko 2463: * src/targets/cgi/parser3.C: locate_config call returned to
2464: original place as it requires pa_thread_request() under Windows
2465:
2466: * src/targets/cgi/parser3.C: renaming
2467:
2468: 2020-12-06 moko
2469:
2470: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2471: check added
2472:
2473: 2020-12-04 moko
2474:
2475: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2476: main/pa_request.C: unified uint64_t lseek implemented to support
2477: >4Gb files under x86, including Windows
2478:
2479: 2020-12-02 moko
2480:
2481: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2482: with max_file_size
2483:
2484: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2485: support for processing files sized >4Gb on 32 bit planforms
2486:
2487: * tests/399.html: file moved
2488:
2489: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2490:
2491: * src/targets/cgi/pa_sapi_info.h: warning war
2492:
2493: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2494: warning war
2495:
2496: 2020-12-01 moko
2497:
2498: * src/classes/image.C: mp4 extended size (>4Gb) support added
2499:
2500: * src/classes/image.C: for "size not found" exception to be shown
2501: if size not found until eof
2502:
2503: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2504: bit linux)
2505:
2506: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2507: #1188)
2508:
2509: 2020-11-30 moko
2510:
2511: * src/classes/image.C: definitions moved closer to code
2512:
2513: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2514: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2515: 395_dir/3_VP8X.webp, results/395.processed,
2516: results/396.processed: tests for ^image::measure[] .webp support
2517: added, all image files moved into one directory (related to
2518: feature #1188)
2519:
2520: * src/classes/image.C: ^image::measure[] now supports webp (feature
2521: #1188)
2522:
1.148 moko 2523: 2020-11-29 moko
2524:
2525: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2526: processing, unnessesary defines removed
2527:
2528: 2020-11-24 moko
2529:
2530: * tests/results/: 099.processed, 100.processed, 205.processed,
2531: 309.processed, 310.processed: Content-Disposition: inline
2532: returned
2533:
2534: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2535: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2536: ] added (related to bug #1204)
2537:
2538: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2539: ] supported to avoid Content-Disposition: inline;
2540: filename="<file>.ext" but still set Content-Type for ext (related
2541: to bug #1204)
2542:
1.147 moko 2543: 2020-11-22 moko
2544:
2545: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2546: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2547:
2548: * src/main/pa_request.C: content_disposition_inline returned.
2549:
2550: 2020-11-17 moko
2551:
2552: * src/main/pa_request.C: empty main method name support
2553:
2554: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2555: config_handler added, stdout flush added.
2556:
2557: 2020-11-16 moko
2558:
2559: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2560:
2561: * tests/results/: 099.processed, 205.processed, 237.processed,
2562: 309.processed, 310.processed: Content-Disposition: inline is not
2563: required and should not contain filename="<name>"
2564:
2565: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2566: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2567: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2568:
1.146 moko 2569: 2020-11-14 moko
2570:
2571: * src/targets/cgi/parser3.C: spelling
2572:
2573: * src/targets/cgi/parser3.C: renaming
2574:
2575: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2576: relocated
2577:
2578: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
2579: before request processing, which is weired
2580:
2581: 2020-11-13 moko
2582:
2583: * src/main/pa_http.C: pa_recv added with timeout support, thus read
2584: copied in httpd.
2585:
2586: 2020-11-12 moko
2587:
2588: * src/main/pa_http.C: ALARM code unified to be used in httpd
2589:
2590: * src/: include/pa_request.h, main/pa_request.C,
2591: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
2592:
2593: * src/main/pa_http.C: URI validation added
2594:
2595: * src/targets/cgi/parser3.C: filespec_to_process now variable,
2596: can't be empty but can be null. httpd-main is now main method
2597: name for httpd mode
2598:
2599: 2020-11-11 moko
2600:
2601: * src/main/pa_request.C: path_translated can be null in httpd mode
2602:
2603: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
2604: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
2605: classes/xdoc.C, include/pa_request.h, main/execute.C,
2606: main/pa_request.C: r.absolute -> r.full_disk_path
2607:
2608: * src/targets/cgi/parser3.C: if filename to process is not
2609: specified, auto.p should be present.
2610:
1.145 moko 2611: 2020-11-03 moko
2612:
2613: * src/: classes/op.C, include/pa_request.h: unused argument removed
2614:
2615: * src/main/pa_request.C: content_disposition_inline is the default,
2616: not required.
2617:
1.144 moko 2618: 2020-10-29 moko
2619:
2620: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
2621: ^use[file; $.main(true) ] implemented for auto.p processing and
2622: path_translated changing to correct relative files path
2623: calculation in httpd mode
2624:
2625: * src/: include/pa_request.h, main/pa_request.C:
2626: fail_on_read_problem removed, as it allways true, as if should
2627: be.
2628:
2629: * src/: include/pa_request.h, main/pa_request.C,
2630: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2631: targets/isapi/parser3isapi.C: clearing config_filespec when
2632: config was not found, thus flag not required and removed.
2633:
2634: 2020-10-28 moko
2635:
2636: * tests/: 402.html, results/402.processed: error reporting test
2637:
2638: * src/main/execute.C: better error reporting when
2639: $result[^hash::create[]] in @main.
2640:
2641: * src/main/: execute.C, pa_request.C: frame.result() should be used
2642: + minor optimization
2643:
2644: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2645: main/pa_xml_io.C: execute_*_method simplified and unified
2646:
2647: 2020-10-27 moko
2648:
2649: * tests/: 306.html, results/306.processed: a bit more testing. :)
2650:
2651: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
2652: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
2653: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
2654: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
2655: types/pa_vmethod_frame.h, types/pa_vobject.C,
2656: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
2657: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
2658: longer used in object-prototype mode
2659:
2660: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
2661: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
2662: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
2663: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
2664: $form:name[value] features
2665:
1.143 moko 2666: 2020-10-18 moko
2667:
2668: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
2669:
2670: 2020-10-15 moko
2671:
2672: * src/main/pa_http.C: url no longer needed as
2673: ALTER_EXCEPTION_SOURCE is used
2674:
2675: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
2676: main/pa_http.C: check_file_size filespec is now optional
2677:
2678: * src/: classes/curl.C, include/pa_exception.h,
2679: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
2680: ALTER_EXCEPTION_COMMENT added for better error reporting
2681:
2682: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
2683: results/346-curl.processed, results/379-curl.processed,
2684: results/379.processed: test results updated as load now provides
2685: better error reporting + curl responses updated
2686:
2687: 2020-10-14 moko
2688:
2689: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
2690: main/pa_string.C, targets/apache/mod_parser3_core.C,
2691: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
2692: checked. 10 is now default base, no hex autodetect by default
2693:
2694: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2695: connection socket closing in destructor + accept exception
2696: handling
2697:
2698: * src/targets/cgi/parser3.C: warning war
2699:
2700: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
2701: main/pa_request.C, targets/apache/mod_parser3_core.C,
2702: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
2703: exception handling unified
2704:
2705: 2020-10-13 moko
2706:
2707: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
2708: autodetection
2709:
2710: * src/targets/apache/mod_parser3_core.C: reverted to atoi
2711:
2712: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
2713:
2714: * src/main/pa_http.C: warning war
2715:
1.142 moko 2716: 2020-10-12 moko
2717:
1.143 moko 2718: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
2719: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
2720: unhandled exception code optimization
2721:
2722: * src/targets/cgi/parser3.C: request_info now global variable
2723:
2724: * src/main/pa_http.C: http_read_response moved to HTTP_response
2725: class
2726:
2727: * src/: include/pa_http.h, main/pa_http.C,
2728: targets/cgi/pa_sapi_info.h: read_post implemented
2729:
1.142 moko 2730: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2731: [host:]port syntax support in httpd mode
2732:
2733: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
2734: targets/cgi/parser3.C: populate_env added
2735:
2736: * src/include/pa_hash.h: to make get(char *) compiling in
2737: HashStringString
2738:
2739: 2020-10-10 moko
2740:
2741: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2742: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
2743:
2744: * src/: include/pa_http.h, include/pa_request_info.h,
2745: main/pa_http.C, main/pa_string.C,
2746: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
2747: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2748: types/pa_vrequest.C: initial httpd mode implementation
2749:
1.141 moko 2750: 2020-10-04 moko
2751:
2752: * src/targets/cgi/parser3.C: options together
2753:
2754: 2020-09-30 moko
2755:
2756: * src/main/pa_http.C: renamed
2757:
1.140 moko 2758: 2020-08-14 moko
2759:
2760: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
2761: src/targets/cgi/Makefile.am: no httpd as separate library
2762:
2763: 2020-08-13 moko
2764:
2765: * src/targets/cgi/parser3.C: SAPI::die used in exception in
2766: unhandled exception handler to report 500 instead of 200 it was
2767: before.
2768:
2769: * src/targets/apache/mod_parser3_core.C: minor cleanup
2770:
2771: * src/: include/pa_sapi.h, main/untaint.C,
2772: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2773: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
2774: thus replaced with SAPI::die and removed
2775:
2776: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
2777: cgi/parser3.C: whitespace
2778:
2779: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
2780:
2781: 2020-08-12 moko
2782:
2783: * src/targets/cgi/parser3.C: duplicate info in signal logging
2784: removed, whitespace was: SIGPIPE received while executing code.
2785: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2786: cl=0]
2787:
2788: * parser3.sln: + httpd.vcproj
2789:
2790: 2020-08-11 moko
2791:
2792: * src/targets/cgi/Makefile.am: +libhttpd
2793:
2794: * configure.ac, src/lib/Makefile.am: +libhttpd
2795:
1.139 moko 2796: 2020-07-13 moko
2797:
2798: * tests/: 401.html, results/401.processed: test for hash key does
2799: not keep language, but tainted in foreach.
2800:
1.138 moko 2801: 2020-07-01 moko
2802:
2803: * tests/: 235.html, results/235.processed: test result updated as
2804: messages before attachments implemented (feature #1176)
2805:
1.137 moko 2806: 2020-06-27 moko
2807:
2808: * tests/: 400.html, results/400.processed: test updated to check
2809: ^return{code}
2810:
2811: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2812: fixed
2813:
2814: 2020-06-26 moko
2815:
2816: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2817: added (related to https://www.parser.ru/forum/?id=85319)
2818:
2819: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2820: when $result assignment was last statement in the method
2821: (https://www.parser.ru/forum/?id=85319)
2822:
1.136 moko 2823: 2020-05-23 moko
2824:
2825: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2826: whitespace, unused level removed
2827:
2828: 2020-05-19 moko
2829:
2830: * src/types/pa_vmail.C: whitespace
2831:
2832: * src/types/pa_vmail.C: files should be processed last (related to
2833: feature #1176)
2834:
1.135 moko 2835: 2020-05-12 moko
2836:
2837: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2838: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2839:
2840: * configure.ac: FreeBSD1X.X check added to avoid
2841: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2842:
1.134 moko 2843: 2020-02-26 moko
2844:
2845: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2846: compilation issue (related to bug #1201)
2847:
2848: * src/main/pa_common.C: entry_readable -> entry_exists,
2849: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2850: -f and -d now works under Windows in UTF-8 with Russian
2851: filenames.
2852:
2853: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2854: advice (related to feature #1199)
2855:
2856: 2020-02-25 moko
2857:
2858: * buildall: --silent removed
2859:
2860: * configure.ac: gmime-3.0 support
2861:
2862: * buildall: --with-system-mailreceive option added to build with
2863: system libgmime
2864:
2865: * src/types/pa_vmail.C: avoiding
2866: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2867: to feature #1199)
2868:
1.133 moko 2869: 2020-02-18 moko
2870:
2871: * src/classes/op.C: windows x64 debug mode compile fix
2872:
2873: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2874: change (releated to feature #1200)
2875:
2876: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2877: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2878: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2879: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2880: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2881: targets/apache/ApacheModuleParser3.vcproj,
2882: targets/apache/ApacheModuleParser3Core.vcproj,
2883: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2884: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2885: dependency (related to feature #1200)
2886:
1.132 moko 2887: 2020-02-12 moko
2888:
2889: * src/types/pa_vmail.C: minimize diff
2890:
2891: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2892: #1199)
2893:
1.131 moko 2894: 2020-01-18 moko
2895:
2896: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2897:
1.130 moko 2898: 2019-12-28 moko
2899:
2900: * src/targets/cgi/parser3.C: avoid empty ?
2901:
2902: 2019-12-27 moko
2903:
2904: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2905: DOCUMENT_ROOT (related to feature #1164)
2906:
2907: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2908: fcgiwrap setup (implements feature #1164)
2909:
2910: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2911: but no issues found (related to feature #1164)
2912:
2913: * src/targets/cgi/parser3.C: actualized
2914:
2915: 2019-12-26 moko
2916:
2917: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2918: removed
2919:
2920: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2921: removed
2922:
2923: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2924: allocation errors, we don't want default gc warnings (without
2925: timestamp and URI).
2926:
2927: * src/: classes/memory.C, main/pa_globals.C,
2928: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2929: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2930: pa_globals_init
2931:
2932: * src/main/pa_globals.C: setup_hex_value() removed, static array
2933: initialization used (optimization)
2934:
2935: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2936: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2937: pa_socks_init/pa_socks_done moved inside pa_globals_init
2938: (optimization)
2939:
1.129 moko 2940: 2019-12-09 moko
2941:
2942: * src/include/pa_config_fixed.h: warning war
2943:
1.128 moko 2944: 2019-12-08 moko
2945:
2946: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2947: process grammar under Unix.
2948:
2949: 2019-12-07 moko
2950:
2951: * tests/389.html: For Windows XP. :)
2952:
2953: * tests/388-sql.html: Windows compatibility added
2954:
2955: 2019-12-06 moko
2956:
2957: * src/targets/cgi/parser3.C: warning war
2958:
2959: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2960: == sizeof(CORD)) to avoid aligning bugs in future
2961:
2962: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2963: XML_STATIC
2964:
2965: * src/include/pa_request.h: StackItem() not required
2966:
2967: * src/include/pa_stack.h: warning war
2968:
2969: * src/include/pa_config_includes.h: GCC warning silenced
2970:
2971: * src/include/pa_memory.h: warning war: the program should also
2972: define 'void operator delete [](void*, std::size_t)'
2973: [-Wsized-deallocation]
2974:
2975: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2976:
2977: * src/classes/string.C: not reqired cast removed
2978:
2979: * src/classes/string.C: not reqired cast removed
2980:
2981: 2019-12-05 moko
2982:
2983: * src/lib/sdbm/pa_file_io.C: warning war
2984:
2985: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2986: enum Language : size_t - required for VS2015+ to make
2987: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2988: without it (related to feature #1198)
2989:
2990: 2019-12-04 moko
2991:
2992: * src/main/pa_base64.C: unsigned char -> uchar
2993:
2994: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2995: as other libs
2996:
2997: * src/include/pa_version.h: +amd64
2998:
2999: 2019-12-03 moko
3000:
3001: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3002: release
3003:
3004: * src/include/pa_config_includes.h: warning war
3005:
3006: * src/classes/image.C: warning war
3007:
3008: * src/main/pa_globals.C: x64 libs support
3009:
3010: * src/include/pa_config_includes.h: warning war
3011:
3012: * src/types/pa_method.h: warning war
3013:
1.127 moko 3014: 2019-11-28 moko
3015:
3016: * src/classes/math.C: vs2003 compatibility + warning war
3017:
3018: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3019: libxml2-2.9.9 (related to feature #1136)
3020:
3021: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3022: typecast for more compatibility (related to feature #1136)
3023:
3024: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3025: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3026: feature #1136)
3027:
3028: 2019-11-26 moko
3029:
3030: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3031: removed (it was failing in $$var case), condition added
3032:
1.126 moko 3033: 2019-11-25 moko
3034:
3035: * tests/: 397.html, 399.html, results/141.processed,
3036: results/399.processed: base64 options tested
3037:
3038: * src/: classes/math.C, main/pa_http.C: base64 options used
3039:
3040: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3041: implemented (feature #986)
3042:
3043: * src/main/pa_cache_managers.C: whitespace
3044:
3045: * tests/: 397.html, 399.html, results/399.processed: tests for
3046: ^base64 encode options added (related to feature #986)
3047:
3048: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3049: pa_base64_encode(file) removed - more memory, but faster and less
3050: code (related fo feature #986)
3051:
3052: 2019-11-24 moko
3053:
3054: * tests/: 155.html, results/155.processed: limit and offset in
3055: ^table::load[] now supported, thus test added
3056:
3057: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3058: main/pa_common.C: optimization: offset and limit options parsing
3059: moved inside file_load.
3060:
3061: 2019-11-23 moko
3062:
3063: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3064: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3065: optimization: file_read replaced with simplified file_read_binary
3066:
3067: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3068: types/pa_vform.C: whitespace
3069:
3070: * src/: include/pa_common.h, main/pa_common.C: never used params
3071: removed
3072:
3073: 2019-11-21 moko
3074:
3075: * tests/: 193.html, results/193.processed, results/389.processed:
3076: test results updated as now base64 does not discard tail without
3077: padding (related to feature #986)
3078:
3079: 2019-11-20 moko
3080:
3081: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3082: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3083: pa_base64_decode (related to feature #986)
3084:
3085: * tests/398.html: tests for base64 decode added (related to feature
3086: #986)
3087:
3088: * src/main/pa_base64.C: base64_decode rewritten - padding option
3089: support, padding inside base 64 supported (related to feature
3090: #096)
3091:
3092: 2019-11-19 moko
3093:
3094: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3095: FreeBSD 12
3096:
1.125 moko 3097: 2019-11-16 moko
3098:
3099: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3100: support added, step support removed (related to #986)
3101:
3102: 2019-11-15 moko
3103:
3104: * src/classes/math.C: using log since log2 is not present on
3105: FreeBSD < 8.4 (related to feature #1177)
3106:
3107: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3108: pa_base64_size extracted and used for files as well (related to
3109: feature 986)
3110:
3111: 2019-11-14 moko
3112:
3113: * tests/: 397.html, results/397.processed: + content check
3114:
3115: * tests/: 141.html, results/141.processed: make test resuls more
3116: readable
3117:
3118: * tests/: 397.html, results/193.processed, results/397.processed:
3119: test results updated after \x00 character was disabled in
3120: math:convert string mode (related to feature #1177)
3121:
3122: * src/classes/: math.C, string.C: \\x00 character disabled while
3123: converting to string (as in base64, related to feature #1177)
3124:
3125: * src/classes/file.C: more correct arguments separation
3126:
3127: * src/: classes/file.C, classes/math.C, classes/string.C,
3128: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3129: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3130: options added, but not yet implemented (related to feature #986)
3131:
3132: * src/classes/math.C: whitespace
3133:
3134: 2019-11-13 moko
3135:
3136: * tests/: 397.html, results/397.processed: +tainting test (related
3137: to feature #1177)
3138:
3139: * src/classes/math.C: as we now produce not only digits, result
3140: should be tainted (related to feature #1177)
3141:
3142: * src/main/pa_base64.C: whitespace
3143:
3144: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3145: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3146: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3147: implementation moved from pa_common.h and pa_common.C
3148:
3149: 2019-11-12 moko
3150:
3151: * tests/: 275.html, results/275.processed: out of range test fixed,
3152: as ^math:convert now supports arbitrary precision
3153:
3154: 2019-11-11 moko
3155:
3156: * tests/results/389.processed: uctualized error message
3157:
3158: * tests/: 389.html, 397.html, results/397.processed: tests for
3159: ^math:convert added (related to feature #1177)
3160:
3161: * src/classes/math.C: ^math:convert now supports arbitrary
3162: precision, alphabet support added (implements feature #1177)
3163:
1.124 moko 3164: 2019-11-06 moko
3165:
3166: * tests/: 181.html, results/181.processed: entities usage added,
3167: more entites load tests (related to bug #842 discussion)
3168:
3169: 2019-11-05 moko
3170:
3171: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3172: call from xmlFileOpen if http://localhost/<file> was not found
3173: (related to bug #842)
3174:
3175: * src/main/pa_xml_io.C: rename
3176:
3177: * src/main/pa_xml_io.C: +MemoryStream constructor
3178:
3179: * src/main/pa_xml_io.C: whitespace
3180:
1.123 moko 3181: 2019-10-31 moko
3182:
3183: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3184: XML_PARSE_NOENT) added to fix entities load, (related to feature
3185: #1181)
3186:
1.122 moko 3187: 2019-10-25 moko
3188:
3189: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3190: queries tests
3191:
3192: 2019-10-24 moko
3193:
3194: * tests/: 388-sql.html, results/388-sql.processed: support for
3195: pgsql driver test
3196:
3197: * tests/: 388-sql.html, results/388-sql.processed:
3198: multi_statements=1 now tested, mysql test now supported
3199: (connection must be specified in [parser3] section in .my.cnf)
3200: related to issues #1195 and #1194
3201:
1.121 moko 3202: 2019-09-11 moko
3203:
3204: * src/classes/int.C: whitespace
3205:
3206: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3207: exception test
3208:
3209: * tests/results/388-sql.processed: sql queries now shown (related
3210: to feature #1196)
3211:
3212: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3213: with old parser versions.
3214:
3215: * src/: classes/file.C, classes/hash.C, classes/string.C,
3216: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3217: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3218: instead of connect string in query_event_handlers exceptions
3219: (implements feature #1196)
3220:
1.120 moko 3221: 2019-09-06 moko
3222:
3223: * tests/388-sql.html: mysql compat
3224:
3225: * src/: classes/hash.C, classes/string.C, classes/table.C,
3226: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3227: sql_ variables declaration moved to pa_common.h
3228:
1.116 moko 3229: 2019-01-15 moko
3230:
3231: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3232: logically sorted
3233:
3234: 2018-12-27 moko
3235:
3236: * src/include/pa_config_includes.h: warning war:
3237: -Wdeprecated-register added for C++ 17
3238:
3239: 2018-10-15 moko
3240:
3241: * configure.ac: FreeBSD 11.2 can be build with ./configure
3242: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3243: --with-xml=/usr/local/
3244:
3245: 2018-09-24 moko
3246:
3247: * tests/: 396.html, 396.tiff, results/396.processed: test for
3248: ^image::measure[] now supports tiff added (related to feature
3249: #1188)
3250:
3251: * src/classes/image.C: ^image::measure[] now supports tiff
3252: (implements feature #1188)
3253:
3254: 2018-09-20 moko
3255:
3256: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3257: files measure added (related to ticket #1188)
3258:
3259: * src/classes/image.C: measure of bmp files implemented (related to
3260: ticket #1188)
3261:
3262: 2018-09-18 moko
3263:
3264: * tests/: 394-curl.html, results/394-curl.processed,
3265: results/auto.p: test for bug #1187 (max_file_size check for head
3266: requests) added
3267:
3268: 2018-08-24 moko
3269:
3270: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3271: response content-length check is required (fixes bug #1187)
3272:
3273: 2018-05-11 moko
3274:
3275: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3276: $.append(bool) ] option added (related to feature #919)
3277:
3278: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3279: from misha@ patch (implements feature #919)
3280:
3281: 2018-03-22 moko
3282:
3283: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3284: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3285: with 128kb buffer. Now works at least 12 times faster. :) May be
3286: Windows-only problem.
3287:
3288: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3289: build fix)
3290:
3291: 2018-02-03 moko
3292:
3293: * src/main/execute.C: removes irrelevant lines from exception stack
3294: trace when exceptions occurs in assigment (fixes bug #1165)
3295:
3296: * tests/: 393.html, results/393.processed: test for behavour after
3297: "Property can not be created, already exists field with that
3298: name" exception removed (related to feature #1183)
3299:
3300: * src/types/pa_vclass.C: "Property can not be created, already
3301: exists field with that name" exception removed (implements
3302: feature #1183)
3303:
3304: 2018-01-19 moko
3305:
3306: * src/classes/string.C: whitespace
3307:
3308: * src/classes/string.C: whitespace
3309:
3310: * tests/: 392.html, results/392.processed: test for
3311: ^regex::create[$regex] added (related to feature #1135)
3312:
3313: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3314: ^regex::create[$regex] added (implements feature #1135)
3315:
3316: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3317: commented define added (related to feature #1157)
3318:
3319: 2018-01-17 moko
3320:
3321: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3322:
3323: 2018-01-15 moko
3324:
3325: * tests/: 390.html, results/390.processed: real path replaced by
3326: stub
3327:
3328: * tests/: 391.html, results/391.processed: test for feature #1181
3329: (XML_PARSE_HUGE exception) added
3330:
3331: 2018-01-11 moko
3332:
3333: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3334: XML_PARSE_HUGE option passed by default (implements feature
3335: #1181)
3336:
3337: * src/classes/string.C: whitespace
3338:
3339: 2017-12-10 moko
3340:
3341: * tests/: 389.html, 390.html, results/389.processed,
3342: results/390.processed: image code coverage tests added (related
3343: to feature #1125)
3344:
3345: 2017-12-08 moko
3346:
3347: * tests/: 346-curl.html, 388-sql.html, 389.html,
3348: results/346-curl.processed, results/388-sql.processed,
3349: results/389.processed: more code coverage tests
3350:
3351: * tests/: 264.html, results/264.processed: code coverage for
3352: ^file::exec[]
3353:
3354: 2017-12-07 moko
3355:
3356: * tests/: 174.html, 388-sql.html, 389.html,
3357: results/388-sql.processed, results/389.processed,
3358: results/174.processed: more coverage tests
3359:
3360: * src/classes/math.C: exception text actualized
3361:
3362: 2017-12-06 moko
3363:
3364: * tests/388-sql.html: $SQL can be here
3365:
3366: * tests/results/auto.p: $SQL not required here
3367:
3368: * tests/: 388-sql.html, 389.html, Makefile,
3369: results/388-sql.processed, results/389.processed, results/auto.p:
3370: code coverage tests for sql (using sqlite) and int/double/bool
3371: added (related to feature #1125)
3372:
3373: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3374: lib/json/json.vcproj, lib/md5/md5.vcproj,
3375: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3376: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3377: targets/apache/ApacheModuleParser3Core.vcproj,
3378: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3379: types/types.vcproj: gc\include no longer required
3380:
3381: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3382: required
3383:
3384: * src/: classes/Makefile.am, classes/table.C,
3385: include/pa_config_includes.h, include/pa_string.h,
3386: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3387: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3388: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3389: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3390: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3391: used, we now include it directly
3392:
3393: 2017-12-04 moko
3394:
3395: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3396: memcached/memcached.vcproj, punycode/punycode.vcproj,
3397: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3398: where required
3399:
3400: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3401: now can be used to trace memory allocations
3402:
3403: * src/: classes/table.C, include/pa_config_includes.h,
3404: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3405: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3406: method removes, libcord also can work without libgc
3407:
3408: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3409:
3410: 2017-11-29 moko
3411:
3412: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3413: are not present (related to feature #1173)
3414:
3415: * tests/346-curl.html: test updated to test curl content-length bug
3416: (related to feature #1173)
3417:
3418: * tests/results/346-curl.processed: more test for content-length
3419: curl bug (related to feature #1173)
3420:
3421: * tests/results/346-curl.processed: test results updated after
3422: #1173 implemented
3423:
3424: 2017-11-28 moko
3425:
3426: * src/classes/curl.C: another libcurl Content-length bug walkaround
3427: (related to feature #1173)
3428:
3429: 2017-11-27 moko
3430:
3431: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3432: $.http_version[version string] added (implements feature #1173),
3433: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3434: where $post(true) bug existed.
3435:
3436: 2017-11-18 moko
3437:
3438: * src/include/pa_memory.h: warning war (related to feature #1170)
3439:
3440: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3441: feature #1170)
3442:
3443: 2017-11-17 moko
3444:
3445: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3446: std::basic_stringstream used in ^table.csv-string[] is compatible
3447: with delete usage check only under Debian 9 (related to feature
3448: #1170)
3449:
3450: 2017-11-16 moko
3451:
3452: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3453: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3454: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3455: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3456: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3457: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3458: stubs defend from accidental use (implements feature #1170)
3459:
3460: 2017-06-24 moko
3461:
3462: * configure.ac: minor fix: thanks to alx@
3463:
1.115 moko 3464: 2017-05-29 moko
3465:
3466: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3467: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3468: added to avoid cutting of UTF-8 chars (fixed bug #123)
3469:
3470: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3471: ignored, =?UTF-8?Q?= should start in case of leading space
3472: (related to bug #123)
3473:
3474: * buildall: echo -n -> printf for OS X. :)
3475:
3476: 2017-05-25 moko
3477:
3478: * tests/: 288.html, results/288.processed: test updated afted
3479: setting $o.prop without setter exception removed (related to
3480: feature #1157)
3481:
3482: * src/types/pa_vclass.C: no more "this property has no setter
3483: method" when setting $o.prop without setter (implements feature
3484: #1157)
3485:
3486: * buildall: echo \c -> echo -n for FreeBSD
3487:
3488: * configure, configure.ac, src/include/pa_config_auto.h.in,
3489: src/types/pa_vdouble.h: isfinite now checked in configure
3490:
3491: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3492: upgraded to automake 1.15
3493:
3494: 2017-05-23 moko
3495:
3496: * src/types/pa_vdouble.h: finite returned where isfinite not
3497: defined
3498:
3499: 2017-05-22 moko
3500:
3501: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3502:
3503: * buildall: extern CFLAGS setting support
3504:
3505: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3506:
3507: * buildall: http -> https
3508:
3509: * buildall: gc-7.2f -> gc-7.6.0
3510:
3511: 2017-05-20 moko
3512:
3513: * buildall: https, pcre, xml, xslt updated to current versions
3514: (related to feature #1136)
3515:
3516: 2017-05-19 moko
3517:
3518: * tests/097.html: after parser.ru moved to https
3519:
3520: 2017-05-17 moko
3521:
3522: * tests/results/: 175.processed, 372.processed: tests resuls
3523: updated after lintian spelling typos fixed (related to bug #1156)
3524:
3525: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3526: classes/string.C, classes/table.C, main/pa_charset.C,
3527: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3528: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3529: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3530:
3531: * tests/results/096.processed: +XMP
3532:
3533: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3534: $.xmp(true) options tested (test for feature #1154)
3535:
3536: * src/classes/image.C: ^image:measure[] options $.exif(false)
3537: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3538: fetched by default! (implements feature #1154)
3539:
3540: 2017-05-16 moko
3541:
3542: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3543: allowed (related to feature #1154)
3544:
3545: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3546: initial XMP implementation - without options and transcode
3547: (related to feature #1154)
3548:
3549: 2017-05-12 moko
3550:
3551: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3552: image: exif moved to ffields, skipped in ^image.html[] where
3553: iterators now used (preparation for feature #1154)
3554:
3555: 2017-05-05 moko
3556:
3557: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3558: results/387.processed: test for circular class inheritance check
3559: added (related to bug #1150)
3560:
3561: * src/types/pa_vstateless_class.C: circular class inheritance check
3562: added (fixes endless add_derived bug #1150)
3563:
3564: 2017-05-04 moko
3565:
3566: * tests/: 386.html, results/386.processed: test for
3567: $table.value(number) added (related to feature #1152)
3568:
3569: * src/types/pa_vtable.C: table put_element: column value must be
3570: string - > column value must be string compatible to allow
3571: $t.value(1) (implements feature #1152)
3572:
3573: 2017-05-03 moko
3574:
3575: * src/main/pa_request.C: $use[$method] is not possible, reverting
3576: (related to feature #1151)
3577:
3578: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
3579: not possible, removing test (related to feature #1151)
3580:
3581: * src/: main/pa_request.C, types/pa_vstateless_class.h:
3582: get_element_method added and used to allow $use[$method] and
3583: $autouse[$method] (implements feature 1151)
3584:
3585: * tests/: 386.html, 386.p, results/386.processed: test for @use in
3586: variable added (related to feature #1151)
3587:
3588: * tests/results/226.processed: actualized after ^try-catch used
3589:
3590: * tests/: 226.html, 385.html, results/385.processed: test for
3591: @autouse in variable added
3592:
3593: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
3594:
1.114 moko 3595: 2017-02-27 moko
3596:
3597: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
3598:
1.113 moko 3599: 2017-02-20 moko
3600:
1.211 moko 3601: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 3602:
3603: 2017-02-16 moko
3604:
3605: * tests/: 384.html, results/384.processed: test for
3606: ^reflection:mixin[; $.name[] ] option added (related to feature
3607: #1089)
3608:
3609: * tests/: 384.html, results/384.processed: test for
3610: ^reflection:mixin[] added (related to feature #1089)
3611:
3612: * src/types/pa_value.h: warning war: virtual ~Value() added
3613:
1.112 moko 3614: 2017-02-15 moko
3615:
3616: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
3617: fixed
3618:
3619: * tests/: 320.html, results/320.processed: $.reverse(true/false)
3620: test added (related to feature #1069)
3621:
3622: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3623: compilation without HASH_ORDER fixed
3624:
3625: * src/: classes/reflection.C, include/pa_hash.h:
3626: $.reverse(true/false) added to ^reflection:methods[] (related to
3627: feature #1069)
3628:
3629: 2017-02-14 moko
3630:
3631: * tests/: 152.html, results/152.processed: test for $._default hash
3632: added (related to bug #1131)
3633:
3634: * tests/: 277.html, results/277.processed: test for hash with only
3635: $._default is now defined (related to bug #1131)
3636:
3637: * src/types/pa_vhash.h: hash with only $._default is now defined
3638: (fixed bug #1131)
3639:
3640: 2017-02-13 moko
3641:
3642: * tests/cat-windows.sh: cat-windows added (cygwin required)
3643:
3644: * tests/: 171.html, 264.html, 286.html, 370.html,
3645: results/320.processed, results/375.processed, results/auto.p:
3646: cat-windows.sh support added
3647:
3648: * tests/375.html: Windows support
3649:
3650: * tests/270.html: documented
3651:
3652: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
3653: (not backslashes) even under Windows (broke test 270)
3654:
3655: 2017-02-12 moko
3656:
3657: * tests/: descript.ion, todo.txt: cleanup
3658:
3659: 2017-02-09 moko
3660:
3661: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
3662: run_tests.cmd: Windows compatibility
3663:
3664: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
3665: incorrectly (GMT) if parser is called from cygwin
3666:
1.111 moko 3667: 2017-02-08 moko
3668:
1.211 moko 3669: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 3670:
1.211 moko 3671: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 3672:
3673: * NEWS, README: minor update
3674:
3675: * src/include/pa_config_includes.h: warning war continues
3676:
3677: * src/: include/pa_config_includes.h, include/pa_memory.h,
3678: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3679: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
3680: gcc 6.x issues fixed
3681:
1.111 moko 3682: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3683: classes/classes.h, classes/curl.C, classes/date.C,
3684: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3685: classes/hashfile.C, classes/image.C, classes/inet.C,
3686: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3687: classes/memcached.C, classes/memory.C, classes/op.C,
3688: classes/reflection.C, classes/regex.C, classes/response.C,
3689: classes/string.C, classes/table.C, classes/void.C,
3690: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3691: include/pa_array.h, include/pa_cache_managers.h,
3692: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3693: include/pa_config_fixed.h, include/pa_config_includes.h,
3694: include/pa_dictionary.h, include/pa_dir.h,
3695: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3696: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3697: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3698: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3699: include/pa_request_charsets.h, include/pa_request_info.h,
3700: include/pa_sapi.h, include/pa_socks.h,
3701: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3702: include/pa_stack.h, include/pa_string.h,
3703: include/pa_stylesheet_connection.h,
3704: include/pa_stylesheet_manager.h, include/pa_symbols.h,
3705: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
3706: include/pa_uue.h, include/pa_xml_exception.h,
3707: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
3708: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
3709: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
3710: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
3711: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
3712: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
3713: main/compile.tab.C, main/compile.y, main/compile_tools.C,
3714: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
3715: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
3716: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
3717: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
3718: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3719: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3720: main/pa_string.C, main/pa_stylesheet_connection.C,
3721: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
3722: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
3723: main/untaint.C, sql/pa_sql_driver.h,
3724: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
3725: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
3726: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
3727: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
3728: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
3729: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
3730: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
3731: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3732: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
3733: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
3734: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
3735: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
3736: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3737: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
3738: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
3739: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
3740: types/pa_vmemcached.h, types/pa_vmemory.h,
3741: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3742: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3743: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3744: types/pa_vresponse.C, types/pa_vresponse.h,
3745: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3746: types/pa_vstateless_object.h, types/pa_vstatus.C,
3747: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3748: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3749: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3750: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3751: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
3752: 2015->2017
3753:
1.110 moko 3754: 2017-02-07 moko
3755:
3756: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
3757:
3758: 2017-02-06 moko
3759:
3760: * src/main/pa_common.C: minor fixes, whitespace
3761:
3762: * src/: classes/curl.C, classes/file.C, classes/image.C,
3763: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
3764: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
3765: now used (implements feature #1081)
3766:
3767: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
3768:
3769: 2017-02-01 moko
3770:
3771: * src/include/pa_request.h: cleanup
3772:
3773: 2017-01-30 moko
3774:
3775: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
3776:
3777: 2017-01-29 moko
3778:
3779: * tests/: 383.html, results/383.processed: test for
3780: ^reflection:stack[] added (related to feature #1052)
3781:
3782: * src/classes/reflection.C: else added
3783:
3784: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3785: $.max_file_lock_wait added (implements feature #1128)
3786:
3787: 2017-01-28 moko
3788:
3789: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3790: body and other cases tests added (related to featue #1014)
3791:
3792: * src/classes/curl.C: bug if response is empty fixed (related to
3793: feature #1014)
3794:
3795: 2017-01-27 moko
3796:
3797: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3798: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3799: added (implements feature #1052)
3800:
3801: 2017-01-25 moko
3802:
3803: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3804: method test added
3805:
3806: 2017-01-23 moko
3807:
3808: * src/classes/reflection.C: optimization: options->get replaced by
3809: hash iterator
3810:
3811: * tests/: 381.html, results/381.processed: now -> fixed date
3812:
3813: * src/main/pa_request.C: warning war
3814:
3815: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3816: 5Mb (fixes bug #1058)
3817:
3818: * src/classes/curl.C: warning war
3819:
3820: * tests/: 381.html, results/381.processed: tests for ^json:string
3821: $.one-line(true) option added (related to feature #1124)
3822:
3823: * src/: classes/json.C, types/pa_value.h: $json-string
3824: $.one-line(true|false) options is now supported (implements
3825: feature #1124)
3826:
3827: * tests/: 380.html, results/380.processed: test for modified
3828: $.max_file_size added (related to bug #1014)
3829:
3830: * tests/: 379.html, results/auto.p: tests for rewritten http file
3831: load added (related to bug #1014)
3832:
3833: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3834: main/pa_common.C, main/pa_http.C: check_file_size added and used
3835: in curl / file load from disk and http, http file load rewritten
3836: (related to bug #1014)
3837:
3838: 2017-01-18 moko
3839:
3840: * tests/: 378.html, results/378.processed: tests for ^result[]
3841: added (related to feature #66)
3842:
3843: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3844: Method::CO_WITHOUT_FRAME as frame still added in expression
3845: (related to feature #66)
3846:
3847: 2017-01-17 moko
3848:
3849: * tests/: 377.html, results/377.processed: test for different
3850: combinations of breaks in body and delimiter (related to bug
3851: #1077)
3852:
3853: * tests/: 376.html, results/376.processed: many ^break[] tests
3854: added (related to bug #1077)
3855:
3856: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3857: passed to native method" exception added to avoid bugs due to
3858: WRITE_EXPR_RESULT skipped and native methods execution continues
3859: after ^break[] (related to bug #1077)
3860:
3861: 2017-01-14 moko
3862:
3863: * tests/: 330.html, results/330.processed: test results updated
3864: after ^break[] bugs where fixed (related to bug #1077)
3865:
3866: * tests/: 329.html, results/329.processed: test results updated
3867: after ^break[] bugs where fixed (related to bug #1077)
3868:
3869: * tests/results/320.processed: ^return[] added
3870:
3871: 2017-01-13 moko
3872:
3873: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3874: classes/table.C, include/pa_request.h, main/execute.C,
3875: main/pa_request.C, targets/cgi/parser3.C,
3876: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3877: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3878: checked after each possible process/execute call (fixes bug
3879: #1077)
3880:
3881: 2016-12-29 moko
3882:
3883: * src/main/pa_common.C: warning war
3884:
3885: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3886: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3887: pa_file_size_limit added, ^math:random fixed for upper limit and
3888: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3889: (related to feature #1014)
3890:
3891: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3892: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3893: (related to feature #1014)
3894:
3895: 2016-12-28 moko
3896:
3897: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3898: warning war
3899:
3900: 2016-12-26 moko
3901:
3902: * tests/: 341.html, results/341.processed: test for
3903: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3904:
3905: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3906: (related to feature #1057)
3907:
3908: * src/types/pa_vdate.C: warning war continues...
3909:
3910: * src/: classes/date.C, classes/image.C, classes/table.C,
3911: include/pa_config_includes.h, types/pa_vfile.C: warning war
3912:
3913: * src/lib/gd/gifio.C: warning war / cleanup
3914:
3915: * src/lib/json/pa_json.C: warning war
3916:
3917: * src/classes/hash.C: warning war
3918:
3919: * src/types/pa_vfile.C: warning war
3920:
3921: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3922: -Wall warning war continues
3923:
3924: * configure.ac: --with-build-warnings actualized
3925:
3926: 2016-12-25 moko
3927:
3928: * src/main/pa_exec.C: -wAll warning war
3929:
3930: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3931: -wAll warning war
3932:
3933: * src/: include/pa_common.h, include/pa_sapi.h,
3934: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3935: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3936: -wAll warning war
3937:
3938: 2016-12-23 moko
3939:
3940: * src/lib/ltdl/Makefile.am: extra dist added
3941:
3942: * tests/results/344.processed: test result updated after $file.text
3943: prefetched in ^hash::create[$file] (related to feature #1075)
3944:
3945: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3946: ^hash::create[$file] (related to feature #1075)
3947:
3948: 2016-12-22 moko
3949:
3950: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3951: main/pa_request.C, main/pa_stylesheet_connection.C,
3952: types/pa_vfile.C: file_stat now return 64-bit size (implements
3953: #1014 under 32-bit unix versions)
3954:
3955: 2016-12-21 moko
3956:
3957: * tests/: 375.html, results/375.processed: test for exec returning
3958: stated file added (related to feature #1119)
3959:
3960: * src/classes/file.C: load should not return file with null body
3961: (fixes bug #1119)
3962:
3963: 2016-12-14 moko
3964:
3965: * tests/: 374.html, results/374.processed: test for $method.name
3966: added (related to feature #1117) plus method returning junction
3967: test
3968:
3969: 2016-12-13 moko
3970:
3971: * src/: include/pa_symbols.h, main/pa_symbols.C,
3972: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3973: (implements feature #1117)
3974:
3975: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3976: HEAD and TRACE can't have body (implements feature #1116)
3977:
3978: 2016-12-09 moko
3979:
3980: * tests/: 373.html, results/373.processed: tests for
3981: ^reflection:tainting added (related to feature #1098)
3982:
3983: * src/classes/reflection.C: ^reflection:tainting arguments order
3984: change (related to feature #1098)
3985:
3986: 2016-12-06 moko
3987:
3988: * src/: classes/reflection.C, include/pa_string.h,
3989: main/pa_string.C: ^reflection:tainting[$string] added (implements
3990: feature #1098)
3991:
3992: 2016-12-05 moko
3993:
3994: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3995: (fixes bug #1114)
3996:
3997: 2016-12-04 moko
3998:
3999: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4000: check added
4001:
4002: 2016-12-03 moko
4003:
4004: * tests/: 346-curl.html, results/346-curl.processed: test modified
4005: to test value.as_hash() usage
4006:
4007: * src/classes/curl.C: value.as_hash() used for correct hash
4008: processing
4009:
4010: * src/classes/reflection.C: exceptions texts fixes
4011:
4012: 2016-12-02 moko
4013:
4014: * tests/: 372.html, results/372.processed: tests for
4015: ^reflection:create[ $.class[name] $.constructor[name]
4016: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4017: feature #1094)
4018:
4019: * src/types/pa_vmethod_frame.h: comment added: params should be
4020: declared outside of *_FRAME_ACTION as MethodParams destructor
4021: will be called in ~VNativeMethodFrame
4022:
4023: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4024: ] minor fix
4025:
4026: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4027: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4028: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4029: now supported (implements feature #1094) value::as_hash added
4030: (and should be used everywhere)
4031:
4032: * src/classes/reflection.C: cleanup
4033:
4034: 2016-12-01 moko
4035:
4036: * tests/: 356.html, results/356.processed: test for method
4037: junctions class name added to the resulting hash added (related
4038: to feature #1068)
4039:
4040: * src/classes/reflection.C: for method junctions class name added
4041: to the resulting hash (related to feature #1068)
4042:
4043: 2016-11-30 moko
4044:
4045: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4046: exception (related to bug #1113)
4047:
4048: * src/types/pa_vhashfile.C: whitespace
4049:
4050: * src/main/pa_os.C: errno now returned as it should (fixes bug
4051: #1113)
4052:
4053: * tests/results/: 175.processed, 192.processed, 224.processed,
4054: 229.processed, 239.processed, 244.processed, 246.processed,
4055: 314.processed, 352.processed: tests results updated after method
4056: call exceptions improved as method now keeps its name
4057:
4058: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4059: types/pa_vmethod_frame.h: method call exceptions improved as
4060: method now keeps its name
4061:
4062: * tests/: 224.html, 239.html, results/224.processed,
4063: results/239.processed: tests and tests results updated after
4064: Request::construct exception changed
4065:
4066: * src/: classes/reflection.C, main/execute.C: Request::construct
4067: exception optimized
4068:
4069: * tests/: 371.html, results/371.processed: test for
4070: WWrapper.get_element call in $.name.key[value] code added
4071: (related to feature #1091)
4072:
4073: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4074: in $.name.key[value] code (related to feature #1091)
4075:
4076: 2016-11-29 moko
4077:
4078: * src/classes/op.C: VS warning war
4079:
4080: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4081: C4239: nonstandard extension used : 'return' : conversion from
4082: 'Value' to 'Value &' (related to feature #1020)
4083:
4084: * src/: main/execute.C, types/pa_vmethod_frame.h,
4085: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4086: used : 'return' : conversion from 'Value' to 'Value &' (related
4087: to feature #1020)
4088:
4089: * src/main/execute.C: VS warning war
4090:
4091: * src/targets/cgi/parser3.C: VS compatibility fix
4092:
4093: * src/include/pa_request.h: VS warning war
4094:
4095: * tests/: 370.html, results/370.processed: test for ^file::exec[
4096: ... $.stdin[$binary_file] ] added (related to bug #1044)
4097:
4098: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4099: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4100: $.stdin[$binary_file] (fixes bug #1044)
4101:
4102: 2016-11-28 moko
4103:
4104: * src/main/pa_exec.C: whitespace
4105:
4106: * src/main/pa_request.C: whitespace
4107:
4108: * tests/: 369.html, results/369.processed: test for
4109: $response:status usage added (related to feature #1099)
4110:
4111: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4112: if < 100 (implements feature #1099)
4113:
4114: * src/targets/cgi/parser3.C: whitespace
4115:
4116: * src/targets/cgi/parser3.C: whitespace
4117:
4118: * tests/: 368.html, results/368.processed: test updated after
4119: ^reflection:filename[$method] added (related to feature #1053)
4120:
4121: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4122: main/compile.y, main/execute.C, main/pa_request.C,
4123: types/pa_vclass.h: filename -> filespec,
4124: ^reflection:filename[$method] added (related to feature #1053)
4125:
4126: 2016-11-27 moko
4127:
4128: * tests/: 368.html, results/368.processed: test for
4129: reflection:filename[$class or object] added (related to feature
4130: #1053)
4131:
4132: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4133: types/pa_vstateless_class.h: ^reflection:filename[$class or
4134: object] added (implements feature #1053)
4135:
4136: 2016-11-26 moko
4137:
4138: * src/: include/pa_request_info.h,
4139: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4140: remove_absolute_uri -> strip_absolute_uri
4141:
4142: 2016-11-25 moko
4143:
4144: * src/: include/pa_request_info.h,
4145: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4146: request_info.remove_absolute_uri added to remove possible
4147: http://site.name/ from $request:uri (implements feature #1112)
4148:
4149: 2016-11-24 moko
4150:
4151: * tests/: 367-curl.html, results/367-curl.processed: test for
4152: previous request headers clearing after redirect added (related
4153: to bug #1109)
4154:
4155: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4156: response headers from previous requests are now cleared, only
4157: last request headers are collected (fixes bug #1109)
4158:
4159: * tests/results/: 266.processed, 321.processed, 356.processed:
4160: tests results updated as method name now added to the resulting
4161: hash for new syntax only (Imp1 compatimility fixed, related to
4162: feature #1068)
4163:
4164: * src/classes/reflection.C: method name now added to the resulting
4165: hash for new syntax only (Imp1 compatimility fixed, related to
4166: feature #1068)
4167:
4168: * tests/results/366.processed: test for native and parser
4169: implementation of ^use[] logic (related to feature #1074)
4170:
4171: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4172: for native and parser implementation of ^use[] logic (related to
4173: feature #1074)
4174:
4175: 2016-11-23 moko
4176:
4177: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4178: main/pa_request.C: @USE file now implemented as ^use[file;
4179: $.origin[origin_file] ] (implements feature #1074)
4180:
1.109 moko 4181: 2016-11-21 moko
4182:
1.110 moko 4183: * tests/: 365.html, results/365.processed: test for $caller bugs in
4184: 3.4.4 and $caller.method now tested (related to feature #1110)
4185:
4186: * tests/: 364.html, results/364.processed: $caller usage in
4187: different contexts now tested (related to feature #1110)
4188:
4189: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4190:
4191: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4192:
1.109 moko 4193: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4194: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4195: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4196: used (implements feature #1110)
4197:
4198: 2016-11-20 moko
4199:
4200: * src/types/pa_vdouble.h: whitespace
4201:
4202: 2016-11-11 moko
4203:
4204: * tests/: 363.html, results/363.processed: more tests for feature
4205: #1091 (how parser methods work in expression context)
4206:
4207: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4208: expressions strings are now written as strings, not values by
4209: write_as_string (related to feature #1091)
4210:
4211: * src/classes/op.C: to make more correct behavour in expression
4212: context
4213:
4214: 2016-11-07 moko
4215:
4216: * tests/: 362.html, results/362.processed: test for
4217: xsltParseStylesheetDoc caching as xsl modification after it added
4218: (related to bug #1108)
4219:
4220: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4221: result now cached as xdoc is modified after it (fixes bug #1108)
4222:
4223: 2016-11-06 moko
4224:
4225: * src/types/pa_vxdoc.h: whitespace
4226:
4227: 2016-11-05 moko
4228:
4229: * src/types/pa_vmethod_frame.h: cleanup
4230:
4231: 2016-11-03 moko
4232:
4233: * tests/results/244.processed: more correct exception after method
4234: frames separation
4235:
4236: * src/types/pa_vmethod_frame.h: minor optimizaion
4237:
4238: * src/types/pa_method.h: optimization: params_count added
4239:
4240: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4241: include/pa_request.h, main/execute.C, main/pa_request.C,
4242: types/pa_value.C, types/pa_vmethod_frame.C,
4243: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4244: VMethodFrame now divided into VNativeMethodFrame,
4245: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4246: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4247: and used (related to feature #1104)
4248:
4249: 2016-11-02 moko
4250:
4251: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4252: classes/double.C, classes/file.C, classes/hash.C,
4253: classes/hashfile.C, classes/image.C, classes/inet.C,
4254: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4255: classes/memcached.C, classes/op.C, classes/reflection.C,
4256: classes/regex.C, classes/string.C, classes/table.C,
4257: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4258: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4259: r.write (implements feature #1091)
4260:
4261: * src/main/execute.C: cleanup (related to feature #1104)
4262:
4263: * src/: include/pa_request.h, main/execute.C,
4264: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4265: added, in_expression removed (implements feature #1104)
4266:
4267: 2016-10-31 moko
4268:
4269: * src/types/pa_value.C: whitespace
4270:
4271: 2016-10-28 moko
4272:
4273: * tests/results/244.processed: updated after error reporting fixed
4274: in pa_wcontext.C
4275:
4276: * src/types/pa_wcontext.C: error reporting fixed
4277:
4278: * src/types/pa_wcontext.h: whitespace
4279:
4280: * src/classes/image.C: not fully readed entries are no longer
4281: processed (fixes bug #1106)
4282:
4283: 2016-10-26 moko
4284:
4285: * src/classes/image.C: whitespace
4286:
4287: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4288: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4289: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4290: longer required (related to feature #1091)
4291:
4292: * tests/results/: 264.processed, 350.processed: test results update
4293: reverted (whitespace optimization) after write_no_lang removed :)
4294: (related to feature #1091)
4295:
4296: * src/: classes/file.C, classes/hash.C, classes/op.C,
4297: classes/string.C, classes/table.C, classes/void.C,
4298: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4299: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4300: equal write_pass_lang (related to feature #1091)
4301:
4302: * tests/results/: 264.processed, 350.processed: test results
4303: updated (whitespace optimization) after write_assign_lang removed
4304: (related to feature #1091)
4305:
4306: * tests/: 361.html, results/361.processed: test for non-string
4307: ^untaint added (related to feature #1091)
4308:
4309: * src/: classes/curl.C, classes/date.C, classes/file.C,
4310: classes/hash.C, classes/op.C, classes/string.C,
4311: include/pa_request.h, main/execute.C: optimization:
4312: write_assign_lang removed as not required (first part of feature
4313: #1091 implementation)
4314:
1.108 moko 4315: 2016-10-12 moko
4316:
4317: * tests/: 360.html, results/360.processed: more test code (related
4318: to feature #1104)
4319:
4320: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4321: include/pa_request.h, main/compile.y, main/execute.C: opcode
4322: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4323: WContext is next task (implements feature #1104)
4324:
4325: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4326: / CO_WITHOUT_WCONTEXT
4327:
4328: * tests/: 360.html, results/360.processed: test for in expression
4329: state (related to feature #1104)
4330:
4331: 2016-10-11 moko
4332:
4333: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4334:
4335: * src/classes/op.C: default value removed from initializer
4336:
4337: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4338:
4339: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4340:
4341: 2016-10-10 moko
4342:
4343: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4344: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4345: to feature #42)
4346:
4347: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4348: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4349:
4350: 2016-10-08 moko
4351:
4352: * src/classes/double.C: whitespace
4353:
4354: 2016-10-07 moko
4355:
4356: * src/types/pa_vmethod_frame.h: reorder
4357:
4358: 2016-10-06 moko
4359:
4360: * src/classes/date.C: typo
4361:
4362: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4363:
4364: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4365: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4366: types/pa_vmethod_frame.h: params.get now returns Value&, not
4367: Value*
4368:
4369: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4370:
4371: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4372: removed; first as_* code rewrite
4373:
4374: 2016-10-05 moko
4375:
4376: * src/include/pa_request.h: whitespace
4377:
4378: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4379: intercept_string added (related to feature #1097)
4380:
4381: * src/: classes/image.C, classes/op.C, classes/table.C,
4382: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4383: optimization: intercept_string removed (implements feature #1097)
4384:
4385: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4386:
4387: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4388: from VCodeFrame and WWrapper as not required
4389:
4390: 2016-10-04 moko
4391:
4392: * src/: classes/curl.C, classes/date.C, classes/double.C,
4393: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4394: classes/int.C, classes/json.C, classes/op.C,
4395: classes/reflection.C, classes/string.C, classes/table.C,
4396: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4397: proces_to_value -> process after StringOrValue removed (related
4398: to feature #1020)
4399:
4400: * src/classes/form.C: whitespace
4401:
4402: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4403:
4404: * tests/: 357.html, 358.html, results/357.processed,
4405: results/358.processed, results/auto.p: test for @conf
4406: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4407:
4408: 2016-10-03 moko
4409:
4410: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4411: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4412: supported (implements feature #42)
4413:
4414: * src/types/pa_vregex.h: no reason for VRegex to be
4415: is_evaluated_expr
4416:
4417: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4418: (implements feature #1095)
4419:
4420: 2016-10-01 moko
4421:
4422: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4423: false by default (related to feature #1089)
4424:
4425: 2016-09-30 moko
4426:
4427: * src/types/pa_wcontext.h: cleanup
4428:
4429: 2016-09-29 moko
4430:
4431: * src/main/execute.C: whitespace
4432:
4433: * src/include/pa_request.h: whitespace
4434:
4435: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4436: classes/op.C, classes/table.C, include/pa_request.h,
4437: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4438: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4439: StringOrValue removed as it just slows down and adds complexity
4440: (implements feature #1020)
4441:
4442: 2016-09-28 moko
4443:
4444: * tests/: 356.html, results/266.processed, results/321.processed,
4445: results/356.processed: tests updated after name was added to
4446: method_info hash, test for ^reflection:method_info[junction]
4447: added (related to feature #1068)
4448:
4449: * src/classes/reflection.C: ^reflection:method_info[junction] now
4450: supported, method name added to the resulting hash (implements
4451: feature #1068)
4452:
4453: * tests/: 276.html, results/276.processed: more tests for
4454: ^reflection:delete[]
4455:
4456: * src/classes/reflection.C: fixed bug then ^reflection:delete
4457: didn't work on class and could damage native objects (like file)
4458:
4459: 2016-09-26 moko
4460:
4461: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4462: results/345.processed, results/346-curl.processed,
4463: results/347-curl.processed, results/348.processed: numbers added
4464: to simplify diff analysis
4465:
4466: * tests/: 352.html, results/352.processed: test result updated as
4467: method name used
4468:
4469: * src/classes/reflection.C: method name used
4470:
4471: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4472: its name
4473:
4474: * src/types/pa_method.h: whitespace
4475:
4476: * src/classes/reflection.C: both method and field with one name can
4477: exist.
4478:
4479: * src/classes/reflection.C: ^reflection:mixin added (implements
4480: feature #1089)
4481:
4482: * tests/: 355.html, results/355.processed: property appears in
4483: derived class if added in base test added
4484:
4485: * src/types/pa_vstateless_class.h: get_method declaration +
4486: whitespace
4487:
4488: * tests/: 354.html, results/354.processed: nice test from method
4489: and property with one name in class added
4490:
4491: 2016-09-23 moko
4492:
4493: * src/classes/reflection.C: ^reflection:method usage documented
4494:
4495: 2016-09-22 moko
4496:
4497: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4498: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4499: compile warning and GPF occures on VS2003 (related to feature
4500: #1087)
4501:
4502: * tests/: 350.html, results/350.processed: test added for
4503: $.encloser[] support in ^table::create (related to feature #11)
4504:
4505: * src/classes/table.C: another minor fix (related to feature #11)
4506:
1.107 moko 4507: 2016-09-21 moko
4508:
4509: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4510:
4511: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4512: classes/json.C, classes/string.C, classes/table.C,
4513: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4514: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4515: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4516: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4517: pa_charsets, vs2015 warning war
4518:
4519: * src/classes/table.C: vs2015 warning war
4520:
4521: * src/types/pa_vdate.C: vs2015 warning war
4522:
4523: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4524:
4525: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4526: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4527:
4528: * src/main/pa_common.C: vs2015 compilation fixes
4529:
4530: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4531: vs2015 compilation fixes
4532:
4533: * src/main/pa_charset.C: vs2015 warning war
4534:
4535: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4536:
4537: * src/main/pa_charset.C: vs2015 warning war
4538:
4539: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4540:
4541: * src/types/pa_vdate.C: vs2015 compilation fix
4542:
4543: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4544:
4545: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4546: VS2015 compilation fixes
4547:
4548: * src/classes/table.C: minor fix (related to feature #11)
4549:
4550: * tests/results/282.processed: no longer skipping extra enclosers
4551: (related to feature #11)
4552:
4553: * src/classes/table.C: minor fix + no longer skipping extra
4554: enclosers (related to feature #11)
4555:
4556: * src/classes/table.C: minor optimization (related to feature #11)
4557:
4558: * src/classes/table.C: minor fix and optimization (related to
4559: feature #11)
4560:
4561: 2016-09-20 moko
4562:
4563: * tests/: 353.html, results/353.processed: test for
4564: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4565: added (related to bug #1090)
4566:
4567: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4568: one_big_piece (fixes bug #1090)
4569:
4570: * tests/: 229.html, results/229.processed: code coverage tests
4571:
4572: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4573: body) was called
4574:
4575: * src/classes/op.C: whitespace
4576:
4577: * tests/: 323.html, results/323.processed: test for code junction
4578: should not be returned by ^reflection:class, ^reflection:base
4579:
4580: * src/classes/reflection.C: bugfix: code junction should not be
4581: returned by ^reflection:class, ^reflection:base
4582:
4583: * tests/: 323.html, 352.html, results/352.processed: no more
4584: exception for ^reflection:method[class;no-such-method] (related
4585: to feature #1087)
4586:
4587: * src/classes/reflection.C:
4588: ^reflection:method[class;no-such-method] : exception -> void
4589: (related to feature #1087)
4590:
4591: * src/include/pa_request.h: request::write_value added to allow
4592: write value without convertion (related to issue #1091)
4593:
4594: 2016-09-19 moko
4595:
4596: * src/main/pa_random.C: windows build fix
4597:
4598: * src/types/pa_vhash.h: warning war
4599:
4600: 2016-09-14 moko
4601:
4602: * tests/: 352.html, 552.html, results/352.processed,
4603: results/552.processed: test for ^reflection:method[] extension
4604: added (related to feature #1087)
4605:
4606: * tests/: 552.html, results/552.processed: test for
4607: ^reflection:method[] extension added (related to feature #1087)
4608:
4609: * src/classes/reflection.C: compatibility issue fixed, VClass
4610: dynamic_cast check added (related to feature #1087)
4611:
4612: * tests/: 351.html, results/351.processed: test for @auto[]
4613: inheritance bug diring ^process[] added (related to bug #1088)
4614:
4615: * src/: classes/op.C, main/pa_request.C,
4616: types/pa_vstateless_class.C: set_method now checks for @auto[] to
4617: disable it inheritance during ^process (fixes bug #1088)
4618:
4619: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
4620: added (implements feature #1087)
4621:
4622: 2016-09-13 moko
4623:
4624: * tests/: 349.html, results/auto.p: test for objects prototyping
4625: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
4626: to feature #1086)
4627:
4628: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
4629: types/pa_vobject.C: objects now are not class instances, but have
4630: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
4631: in @conf (implements feature #1086)
4632:
4633: 2016-09-08 moko
4634:
4635: * src/: classes/file.C, classes/mail.C, classes/string.C,
4636: classes/table.C, main/pa_http.C, main/pa_string.C,
4637: include/pa_string.h: cleanup: string::split limit argument
4638: removed as no longer required, pos_after no longer reference
4639: (related to feature #11)
4640:
4641: * src/classes/table.C, tests/results/348.processed: now exception
4642: is rised when invalid option is passed to ^table::create[]
4643:
4644: * tests/: 282.cfg, 282.html, results/282.processed: more code
4645: coverage tests
4646:
4647: * tests/: 348.html, results/348.processed: code coverage tests
4648: added
4649:
4650: * tests/: 348.html, results/348.processed: generic ^table::create[]
4651: tests
4652:
4653: * tests/: 035.html, results/035.processed, results/272.processed:
4654: tests updated after $.encloser[] support for ^table::create
4655: implementation (related to feature #11)
4656:
4657: * src/classes/table.C: $.encloser[] support for ^table::create
4658: finally added (implements feature #11)
4659:
4660: 2016-09-07 moko
4661:
4662: * src/include/pa_string.h: added StringSplitHelper as friend
4663: (related to feature #11)
4664:
4665: * src/include/pa_string.h: body and langs now protected, not
4666: private to allow inheritance (related to feature #11)
4667:
4668: * src/classes/table.C: lsplit optimized before cloning for
4669: ^table::create with $.encloser[] (related to feature #11)
4670:
4671: * src/classes/table.C: optimizaion: TableControlChars.separators
4672: added and used (related to feature #11)
4673:
4674: * src/classes/table.C: spelling:
4675:
4676: TableSeparators -> TableControlChars column -> separator
4677: separators -> control_chars
4678:
4679: 2016-09-06 moko
4680:
4681: * src/main/pa_string.C: whitespace
4682:
4683: * src/main/pa_string.C: whitespace
4684:
4685: 2016-09-01 moko
4686:
4687: * tests/: 347-curl.html, results/347-curl.processed: to make tests
4688: results OS-independent
4689:
4690: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
4691: compiler (related to feature #1042)
4692:
4693: 2016-08-15 moko
4694:
4695: * src/include/pa_string.h: whitespace
4696:
4697: * src/classes/table.C: whitespace
4698:
1.106 moko 4699: 2016-08-05 moko
4700:
4701: * tests/: 344.html, results/344.processed: test for
4702: ^hash::create[$file] added (related to feature #1075)
4703:
4704: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
4705: supported (implements feature #1075)
4706:
4707: 2016-08-04 moko
4708:
4709: * tests/: 341.html, results/341.processed: more code coverage tests
4710:
4711: * tests/: 346-curl.html, results/346-curl.processed: more code
4712: coverage tests for curl
4713:
4714: * tests/: 346-curl.html, results/346-curl.processed: more code
4715: coverage tests for curl
4716:
4717: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
4718: results/223.processed: code coverage tests: $.form[ $.table[] ]
4719: test added
4720:
4721: * tests/: 223-curl.html, results/223-curl.processed: more code
4722: coverage tests for curl
4723:
4724: 2016-08-03 moko
4725:
4726: * src/classes/curl.C: dlink(curl_library) now called not once, but
4727: until it will be loaded, allowing to find existing library.
4728:
4729: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
4730: results/347-curl.processed: more code coverage tests for curl
4731:
4732: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
4733: results/339-curl.processed, results/346-curl.processed: curl
4734: functionality tests
4735:
4736: 2016-08-02 moko
4737:
4738: * tests/: 339.html, results/339.processed: test for tables in
4739: ^file:load[] and ^curl:load[] (commented) added (related to
4740: feature #1042)
4741:
4742: * tests/: 345.html, results/345.processed: code coverage tests for
4743: file class
4744:
4745: * tests/: 344.html, results/344.processed: code coverage tests
4746:
4747: * tests/: 344.html, results/344.processed: mdate removed from
4748: output
4749:
4750: * src/classes/file.C: minor bugfix: is_text should be taked from
4751: fcontent.is_text_mode() if not set (related to feature #1061)
4752:
4753: * tests/: 344.html, results/344.processed: more tests
4754:
4755: * tests/: 343.html, 344.html, results/343.processed,
4756: results/344.processed: tests for ^file::create[ $.from-charset
4757: and $.to-charset ] (related to feature #1061)
4758:
4759: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4760: aset_text_mode argument optimized
4761:
4762: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4763: checkBOM now used in detect_binary_content (related to feature
4764: #1061)
4765:
4766: * src/main/pa_request.C: load_charset no longer required to_upper
4767:
4768: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
4769: preserves original file mode (if no $.mode specified)
4770:
4771: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
4772: ^file::create now supports $.from-charset[] and $.to-charset
4773: options (implements feature #1061), automatic transcode is done
4774: if text file is created from binary file and charset is detected.
4775:
4776: 2016-07-30 moko
4777:
4778: * src/classes/table.C: ^t.hash[..;] now supported (related to
4779: feature #1057)
4780:
4781: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
4782: added (related to feature #1057)
4783:
4784: * tests/: 286.html, results/286.processed: code tests coverage
4785:
4786: 2016-07-29 moko
4787:
4788: * src/classes/table.C: table size should be checked inside menu and
4789: foreach (related to feature #858)
4790:
4791: * src/: classes/curl.C, classes/file.C, classes/string.C,
4792: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4793: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4794: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4795: charsets.get now does str_upper inside (related to feature #1061)
4796:
4797: * tests/: 342.html, results/342.processed: more code coverage tests
4798:
4799: * tests/: 342.html, outputs/342.processed: table menu code coverage
4800: + foreach test added (related to feature #858)
4801:
4802: * tests/: 341.html, results/341.processed: tests for
4803: ^table.hash[]{code} added + code coverage tests (related to
4804: feature #1057)
4805:
4806: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4807: value} support (implements feature #1057)
4808:
4809: * src/classes/table.C: whitespace
4810:
4811: 2016-07-28 moko
4812:
4813: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4814: from URL, if not specified query string removed from url-based
4815: filenames in ^curl:load[] and ^file::load[] (related to feature
4816: #1042)
4817:
4818: 2016-07-27 moko
4819:
4820: * tests/: 340.html, results/340.processed: test for
4821: transcode_text_result=false added (related to issue #1042)
4822:
4823: 2016-07-26 moko
4824:
4825: * src/types/pa_vfile.C: file name should not be empty (if file path
4826: is folder and ends with /) (related to feature #1042)
4827:
4828: * src/main/pa_http.C: whitespace optimizaion
4829:
4830: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4831: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4832: multiple headers, ^file::load supports headers transcoding
4833: (implements feature #1042)
4834:
4835: 2016-07-25 moko
4836:
4837: * src/include/pa_common.h: PA_DEFAULT added
4838:
4839: 2016-07-22 moko
4840:
4841: * tests/: 338.html, results/338.processed: test for
4842: $date.field(value) added (related to feature #1066)
4843:
4844: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4845: $date.field(value) now supported for y/m/d/h/m/s (implements
4846: feature #1066)
4847:
1.105 moko 4848: 2016-07-21 moko
4849:
4850: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4851: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4852: arguments removed; image.C - absolute path shown in exception
4853: (implements feature #1071)
4854:
4855: * tests/: 235.html, results/235.processed: test and test result
4856: updated after static boundary in mail and Errors-To: mail header
4857: removed (related to feature #1047)
4858:
4859: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4860: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4861: used, static boundary in mail removed, Errors-To: mail header
4862: removed (implements feature #1047)
4863:
4864: 2016-07-20 moko
4865:
4866: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4867: equest.classes(): Value -> VStateless_class, part 3 (related to
4868: issue #1051)
4869:
4870: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4871: request.classes(): Value -> VStateless_class, part 2 (related to
4872: issue #1051)
4873:
4874: * tests/results/: 224.processed, 323.processed: classes without
4875: methods should not be methoded (related to issue #1051)
4876:
4877: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4878: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4879: -> VStateless_class, part 1 (related to issue #1051)
4880:
4881: * tests/: 337.html, results/337.processed: test for
4882: ^reflection:fields_reference[] and VHashReference class added
4883: (related to feature #1072)
4884:
4885: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4886: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4887: and VHashReference added, allowing ^reflection:fields_reference[]
4888: implementation (closes feature #1072)
4889:
4890: 2016-07-19 moko
4891:
4892: * tests/: 323.html, results/323.processed: we want to see
4893: "methoded"
4894:
4895: * tests/: 336.html, results/336.processed: test for $BASE:property
4896: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4897: #1059)
4898:
4899: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4900: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4901: somebody_entered_some_class, $BASE:property works again,
4902: ^BASE:method[] bugs fixed (fixes bug #1059)
4903:
4904: 2016-07-14 moko
4905:
4906: * tests/: 335.html, results/335.processed: test for feature #1055
4907: added
4908:
4909: * src/classes/hash.C: bugfix: $._default was not copied if empty
4910: feature: ^hash.contains[_default] added (implements feature
4911: #1055)
4912:
4913: 2016-07-13 moko
4914:
4915: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4916: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4917:
4918: 2016-07-05 moko
4919:
4920: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4921: in ^hash.foreach (related to feature #1073)
4922:
4923: 2016-07-04 moko
4924:
4925: * tests/: 134.html, 281.html, results/134.processed,
4926: results/281.processed: tests updated after hash blocking removed
4927: (related to feature #1073)
4928:
4929: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4930: no longer blocks on change during foreach (implements feature
4931: #1073)
4932:
4933: 2016-06-17 moko
4934:
4935: * tests/: 330.html, results/330.processed: try exception source
4936: test added (related to bug in #1062)
4937:
4938: * tests/: 334.html, results/334.processed: Exception stack trace
4939: test added (related to bug in $1062)
4940:
4941: * src/classes/op.C: Exception trace now correctly restored and
4942: errors reported (related to bug #1062)
4943:
1.104 moko 4944: 2016-05-25 moko
4945:
4946: * src/main/compile.y: minor cleanup + beauty
4947:
4948: 2016-05-24 moko
4949:
4950: * tests/: 333.html, results/333.processed: more exceptions testing
4951:
4952: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4953: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4954: features #1056, #1026)
4955:
4956: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4957: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4958: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4959: (implements feature #1056)
4960:
4961: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4962: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4963: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4964: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4965: feature #1026)
4966:
4967: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4968: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4969: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4970: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4971: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4972: feature #1026)
4973:
4974: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4975: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4976: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4977: SYMBOLS_CACHING define implemented (related to feature #1026)
4978:
4979: * src/main/main.vcproj: + ps_symbols
4980:
4981: * src/: include/Makefile.am, include/pa_string.h,
4982: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4983: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4984: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4985: types/pa_vstateless_class.C: initial implementation for symbols
4986: cache (related to feature #1026)
4987:
4988: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4989:
4990: * src/main/pa_globals.C: minor cleanup
4991:
4992: 2016-05-19 moko
4993:
4994: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4995: (related to feature #1046)
4996:
4997: * tests/: 331.html, results/331.processed: test for
4998: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4999: (related to feature #1051)
5000:
5001: * src/main/compile.y:
5002: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5003: (implements feature #1054)
5004:
5005: 2016-05-18 moko
5006:
5007: * src/types/pa_vtable.C, tests/results/324.processed: no more
5008: "column not found" exception for ^table.no-such-method[] (related
5009: to feature #1046)
5010:
5011: * tests/: 261.html, results/261.processed: test added and updated
5012: after feature #1046 implementation
5013:
5014: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5015: types/pa_vvoid.h: $string.anything works for whitespace strings,
5016: ^string.contains added for hash compatibility, $string.method no
5017: longer returns stting method (implements feature #1046)
5018:
5019: 2016-05-12 moko
5020:
5021: * src/classes/curl.C: content-type response header no longer
5022: ignored (fixes issue #1045)
5023:
5024: * tests/: 330.html, results/330.processed: test for incomplete
5025: finally execution when break occures added (related to issue
5026: #1077)
5027:
5028: * src/classes/op.C: bugfix: Request::skip reset is called before
5029: executing catch and finally code (fixes issue #1062)
5030:
5031: 2016-05-11 moko
5032:
5033: * tests/: 329.html, results/329.processed: test for invalid
5034: ^break[] behavour added (bug #1077)
5035:
5036: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5037:
5038: 2016-04-24 moko
5039:
5040: * src/types/pa_vstateless_class.h: warning war
5041:
5042: 2016-04-17 moko
5043:
5044: * tests/: 328.html, results/328.processed: test for
5045: ^break(condition) and ^continue(condition) (related to feature
5046: #1063)
5047:
5048: * src/classes/op.C: ^break(condition) and ^continue(condition)
5049: implemented (feature #1063)
5050:
5051: 2016-04-12 moko
5052:
5053: * tests/results/280.processed: ordered hash now used for class
5054: methods and properties (test results updated for feature #1069)
5055:
5056: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5057: to xdoc.C as under FreeBSD it was inited after and inheritance
5058: failed (related to issue #1051)
5059:
5060: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5061: are printed to check inheritance (related to feature #1051)
5062:
1.103 moko 5063: 2016-04-09 moko
5064:
5065: * tests/results/320.processed: ordered hash now used for class
5066: methods and properties (test results updated for feature #1069)
5067:
5068: * src/types/pa_vstateless_class.h: ordered hash now used for class
5069: methods and properties (implements feature #1069)
5070:
5071: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5072: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5073: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5074: feature #1051)
5075:
5076: 2016-04-07 moko
5077:
5078: * src/main/execute.C: returned Value in .CLASS case for VJunction
5079: (related to feature #1051)
5080:
5081: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5082: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5083: string constants deduplication (related to feature #1051)
5084:
5085: * tests/results/224.processed: test result updated (related to
5086: feature #1051)
5087:
5088: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5089: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5090: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5091: types/pa_vstatus.h: classes hash now contains only
5092: VStateless_class derived objects, .CLASS is also allways
5093: VStateless_class derived object (related to feature #1051).
5094:
5095: 2016-04-06 moko
5096:
5097: * tests/results/323.processed: test result updated after feature
5098: #1051 implementation
5099:
5100: * src/: classes/classes.h, classes/op.C, classes/response.C,
5101: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5102: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5103: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5104: types/pa_vresponse.C, types/pa_vresponse.h,
5105: types/pa_vstateless_class.h: base -> methoded_donor for static
5106: classes, type() moved from VStateless_class to VClass and
5107: Methoded (implements feature #1051)
5108:
5109: 2016-04-04 moko
5110:
5111: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5112: beauty: put_class added (related to feature #1051)
5113:
5114: 2016-04-01 moko
5115:
5116: * tests/results/: 175.processed, 192.processed, 224.processed,
5117: 229.processed, 244.processed, 246.processed, 316.processed: test
5118: results updated as class.type() removed from error messages, only
5119: type() left (related to feature #1051)
5120:
5121: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5122: classes/op.C, classes/reflection.C, main/compile.y,
5123: main/compile_tools.h, main/execute.C, main/pa_request.C,
5124: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5125: types/pa_vmethod_frame.h, types/pa_vobject.h,
5126: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5127: from VStateless_class, type() is used instead (related to feature
5128: #1051)
5129:
5130: * src/classes/mail.C: old logic restored.
5131:
5132: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5133: classes/classes.h, classes/curl.C, classes/date.C,
5134: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5135: classes/hashfile.C, classes/image.C, classes/inet.C,
5136: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5137: classes/memcached.C, classes/memory.C, classes/reflection.C,
5138: classes/regex.C, classes/response.C, classes/string.C,
5139: classes/table.C, classes/xdoc.C, classes/xnode.C,
5140: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5141: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5142: feature #1051)
5143:
5144: 2016-03-30 moko
5145:
5146: * tests/: 327.html, results/224.processed, results/327.processed:
5147: test for TZ specification in ^date::create[], TZ is kept during
5148: ^date::create[$dt] (related to feature #1048)
5149:
5150: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5151: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5152: feature #1048)
5153:
5154: 2016-03-29 moko
5155:
5156: * tests/: 315.html, results/315.processed: test for timezone format
5157: +HHmm added (related to feature #1065)
5158:
5159: * src/classes/date.C: timezone format +HHmm now supported
5160: (implements feature #1065)
5161:
5162: 2016-03-28 moko
5163:
5164: * tests/: 202.html, results/131.processed, results/202.processed,
5165: results/224.processed, results/256.processed,
5166: results/315.processed: test results updated after %.2d now
5167: default for hours offset in iso-string (was %2d), test for
5168: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5169: added (related to feature #1065)
5170:
5171: 2016-03-27 moko
5172:
5173: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5174: feature #1065)
5175:
5176: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5177: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5178: added (implements feature #1065)
5179:
5180: 2016-03-24 moko
5181:
5182: * tests/: 202.html, results/202.processed: test $date.week added
5183: (related to bug #1067)
5184:
5185: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5186: date (fix for bug #1067)
5187:
5188: 2016-03-10 moko
5189:
5190: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5191:
1.102 moko 5192: 2015-12-07 moko
5193:
5194: * tests/: 326.html, results/326.processed: test for .CLASS &
5195: .CLASS_NAME optimization added (related to feature #844)
5196:
5197: 2015-11-17 moko
5198:
5199: * tests/: 323.html, results/323.processed: order added
5200:
5201: * tests/: 325.html, results/325.processed: double range test added
5202: (related to bug #1049)
5203:
5204: 2015-11-16 moko
5205:
5206: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5207: added to disallow NaN and Infinity (fixes bug #1049)
5208:
5209: 2015-11-11 moko
5210:
5211: * tests/324.html: parser 3.4.3 execution support added (related to
5212: feature #1017)
5213:
5214: * tests/: 324.html, results/324.processed: test for
5215: GET_ELEMENT4CALL feature added (feature #1017)
5216:
1.101 moko 5217: 2015-10-29 moko
5218:
1.211 moko 5219: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5220:
5221: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5222:
5223: * src/main/pa_exec.C: get_exit_status implemented for Windows
5224: (related to bug #1043)
5225:
5226: 2015-10-28 moko
5227:
5228: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5229: hangup during ^file::exec (fixes bug #1043)
5230:
1.100 moko 5231: 2015-10-27 moko
5232:
5233: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5234:
1.99 moko 5235: 2015-10-26 moko
5236:
1.100 moko 5237: * tests/322.html, src/classes/reflection.C: arguments reorder
5238: (related to issue #1041)
5239:
5240: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5241: Copyright year updated
5242:
1.99 moko 5243: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5244: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5245: classes/form.C, classes/hash.C, classes/hashfile.C,
5246: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5247: classes/mail.C, classes/math.C, classes/memcached.C,
5248: classes/memory.C, classes/op.C, classes/reflection.C,
5249: classes/regex.C, classes/response.C, classes/string.C,
5250: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5251: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5252: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5253: include/pa_config_fixed.h, include/pa_config_includes.h,
5254: include/pa_dictionary.h, include/pa_dir.h,
5255: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5256: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5257: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5258: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5259: include/pa_request_charsets.h, include/pa_request_info.h,
5260: include/pa_sapi.h, include/pa_socks.h,
5261: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5262: include/pa_stack.h, include/pa_string.h,
5263: include/pa_stylesheet_connection.h,
5264: include/pa_stylesheet_manager.h, include/pa_table.h,
5265: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5266: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5267: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5268: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5269: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5270: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5271: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5272: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5273: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5274: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5275: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5276: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5277: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5278: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5279: main/pa_string.C, main/pa_stylesheet_connection.C,
5280: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5281: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5282: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5283: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5284: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5285: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5286: targets/isapi/parser3isapi.C, types/pa_junction.h,
5287: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5288: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5289: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5290: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5291: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5292: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5293: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5294: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5295: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5296: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5297: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5298: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5299: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5300: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5301: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5302: types/pa_vresponse.C, types/pa_vresponse.h,
5303: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5304: types/pa_vstateless_object.h, types/pa_vstatus.C,
5305: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5306: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5307: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5308: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5309: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5310:
5311: * src/targets/cgi/parser3.C: year updated
5312:
5313: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5314: issue #1041)
5315:
5316: * tests/: 323.html, results/323.processed: test for base classes
5317: added
5318:
5319: * tests/: 261.html, results/261.processed: updated after better
5320: error reporting done for $string.key exception
5321:
5322: * src/types/pa_vstring.h: better error report for $string.key
5323: exception
5324:
5325: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5326: copied as VObject::get_element4call to remove extra virtual call
5327:
5328: * tests/: 322.html, results/322.processed: test for
5329: ^reflection:is[] added (related to feature #1041)
5330:
5331: * src/classes/reflection.C: ^reflection:is empty value is void
5332: (related to feature #1041)
5333:
5334: * src/classes/reflection.C:
5335: ^reflection:is[class_name|code|method;[context;]element_name]
5336: added (implements feature #1041)
5337:
5338: 2015-10-24 moko
5339:
5340: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5341:
1.98 moko 5342: 2015-10-22 moko
5343:
5344: * tests/: 321.html, results/321.processed: test for
5345: ^reflection:method_info[] file detection added
5346:
5347: * tests/: 320.html, results/320.processed: test for
5348: ^reflection:class_by_name[class_name] added (related to feature
5349: #993)
5350:
5351: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5352: added (implements feature #993)
5353:
5354: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5355: (related to feature #1017)
5356:
5357: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5358: added (related to issue #1039)
5359:
5360: * src/main/pa_request.C: ^throw origin fixed (related to feature
5361: #1039)
5362:
5363: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5364: for VDate
5365:
5366: * tests/results/182.processed: updated after feature #1038
5367: implemented
5368:
5369: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5370: compile-time exception origin added (test for feature #1039)
5371:
5372: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5373: main/pa_request.C: exception unification: compile-time exceptions
5374: now have origin, @USE origins also tracked (implements feature
5375: #1039)
5376:
5377: 2015-10-20 moko
5378:
5379: * src/main/pa_request.C: cleanup
5380:
5381: 2015-10-15 moko
5382:
5383: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5384:
5385: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5386: types/pa_vtable.C: new feature: no more $table.method and
5387: $hash.method, aliases for _at, _count, _key (related to feature
5388: #1017)
5389:
1.97 moko 5390: 2015-10-14 moko
5391:
1.98 moko 5392: * tests/: 317.html, results/317.processed: test for
5393: ^string.unescape[] added (related to feature #120)
5394:
1.97 moko 5395: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5396: defined" bug (described in issue #1036)
5397:
5398: * tests/: 247.html, results/247.processed: test for checkBOM added
5399: (test for bug #1037)
5400:
5401: * src/: include/pa_charsets.h, main/pa_charsets.C,
5402: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5403: it's not enforced, skips BOM signature if it complies charset
5404: (fixes bug #1037)
5405:
5406: 2015-10-13 moko
5407:
5408: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5409: linking
5410:
5411: * src/classes/inet.C: vs2003 compilation fix
5412:
5413: * src/classes/math.C: warning war
5414:
5415: * src/lib/punycode/pa_punycode.c: warning war
5416:
5417: 2015-10-12 moko
5418:
5419: * src/lib/punycode/pa_punycode.c: warning war
5420:
5421: * parser3.sln: moved parser3 first, to make it default startup
5422: project
5423:
5424: * buildall: parser "mirror" now used for external libs sources
5425: (implements feature #1036)
5426:
5427: * buildall: most external libs are updated to their current
5428: versions (related to feature #1036)
5429:
5430: * src/classes/image.C: more tags added
5431:
5432: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5433:
5434: 2015-10-11 moko
5435:
5436: * src/classes/curl.C: minor optimization (related to feature #1035)
5437:
5438: 2015-10-09 moko
5439:
5440: * src/classes/curl.C: pa_strdup added for strings from curl
5441: (related to feature #1035)
5442:
5443: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5444: ULLONG_MAX definition
5445:
5446: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5447: (implements feature #1035)
5448:
5449: * src/main/pa_charset.C: String::Body(String::C) used
5450:
5451: * src/main/pa_charset.C: exceptions unified
5452:
5453: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5454: unified
5455:
5456: * src/: classes/file.C, classes/image.C, classes/mail.C,
5457: classes/op.C, classes/xdoc.C, classes/xnode.C,
5458: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5459: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5460: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5461: String::Body(String::C) constructor added (related to bug #957)
5462:
5463: * src/classes/file.C: minor optimization
5464:
5465: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5466: Cord(char*) autocreation (related to bug #957)
5467:
5468: * src/: classes/string.C, main/untaint.C: minor optimizations
5469:
5470: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5471: String(char*, Lang, length) removed, String(C(), Lang) used
5472: instead (related to bug #957)
5473:
5474: 2015-10-08 moko
5475:
5476: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5477: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5478: main/untaint.C: Now char * is converted to CORD only using
5479: AS_CORD() to check for empty cord bug (fixes bug #957)
5480:
5481: * src/include/pa_hash.h: fixed compilation without
5482: HASH_CODE_CACHING
5483:
5484: * src/classes/string.C:
5485: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5486: feature #120)
5487:
5488: * src/main/pa_common.C: reduce js flags checks count (related to
5489: feature #120)
5490:
1.96 moko 5491: 2015-10-07 moko
5492:
5493: * tests/: 275.html, results/275.processed: test modified after
5494: unsigned long long int support implemented (feature #1034)
5495:
5496: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5497: pa_atoul added for unsigned long long int support
5498:
5499: 2015-10-06 moko
5500:
5501: * src/types/pa_vdate.C: INT_MAX used
5502:
5503: 2015-10-03 moko
5504:
5505: * tests/: 302.html, results/302.processed: test for bug #1023
5506: (\u2028, \u2029 escaping) added
5507:
5508: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5509: json:string[] (fixes bug #1023)
5510:
5511: 2015-09-29 moko
5512:
5513: * tests/305.html: try-catch added for OS without ipv6 support
5514:
5515: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5516: compilation
5517:
5518: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5519: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5520: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5521: implemented to distinguish ^hash.method from $hash.field
5522: (implements feature #1017)
5523:
5524: * src/lib/punycode/pa_punycode.c: warning war
5525:
5526: * src/include/pa_config_includes.h: warning war
5527:
5528: * src/include/pa_config_includes.h: pragma warning actualized a bit
5529:
5530: * src/include/pa_config_includes.h: warning war
5531:
5532: * src/include/pa_hash.h: clang compilation fix
5533:
5534: 2015-09-27 moko
5535:
5536: * src/main/compile.tab.C: Bison 3 is now default
5537:
5538: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5539:
5540: 2015-09-25 moko
5541:
5542: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5543: works with undefined HASH_ORDER (related to feature #196)
5544:
5545: 2015-09-24 moko
5546:
5547: * tests/: 027.html, results/027.processed: test modified to test
5548: ^hash.sort (feature #196)
5549:
5550: * src/: classes/hash.C, include/pa_hash.h:
5551: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5552: added (implements feature #196)
5553:
5554: * tests/: 316.html, results/316.processed: Added test for bug #1025
5555: (exception handling in non-cached ^cache), plus for "it does not
5556: have logical value" and "$exception.handled value must be either
5557: boolean or string 'cache'" exceptions.
5558:
5559: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5560: code (fixes bug #1025)
5561:
1.95 moko 5562: 2015-09-23 moko
5563:
5564: * src/classes/table.C: warning war
5565:
5566: * src/: classes/math.C, types/pa_vcookie.C: warning war
5567:
5568: * src/classes/file.C: warning war
5569:
5570: * src/: include/pa_table.h, main/pa_table.C: warning war
5571:
5572: * src/: main/pa_request.C, classes/date.C: warning war
5573:
5574: * src/: types/pa_vdate.C, classes/op.C: warning war
5575:
5576: * tests/: 122.html, results/122.processed: win sync: to remove
5577: differences with OS that doesn't keep timezone change history
5578:
5579: * src/types/pa_vdate.C: tzset() should be called in Windows after
5580: TZ change (related to feature #36)
5581:
5582: * tests/: 075.html, results/075.processed: win sync: to remove
5583: differences with OS that doesn't keep timezone change history
5584:
5585: * tests/: 315.html, results/315.processed: win sync: to remove
5586: differences with OS that doesn't keep timezone change history
5587:
5588: * tests/: 256.html, results/256.processed: win sync: to remove
5589: differences with OS that doesn't keep timezone change history
5590:
5591: * tests/: 124.html, results/124.processed: win results sync: to
5592: avoid hitting time change hole.
5593:
5594: * src/types/pa_vdate.C: static returned. :)
5595:
5596: 2015-09-22 moko
5597:
5598: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
5599:
5600: * tests/results/131.processed: more tests for feature #1032
5601:
5602: * src/classes/date.C: minor fix related to feature #1032
5603:
1.211 moko 5604: * operators.ru.txt, operators.txt: ISO date creation documented
5605: (related to feature #1032)
1.95 moko 5606:
1.211 moko 5607: * operators.ru.txt, operators.txt: iso-string documented (related
5608: to feature #1032)
1.95 moko 5609:
5610: * tests/: 315.html, results/315.processed: more tests added
5611: (related to feature #1032)
5612:
5613: * tests/: 131.html, results/131.processed: date range checks
5614: updated (related to feature #36)
5615:
5616: * tests/: 315.html, results/057.processed, results/315.processed:
5617: test added for ISO date support (related to issue #315)
5618:
5619: * src/classes/date.C: more readable exceptions in date creation
5620: (related to ticket #1032)
5621:
5622: 2015-09-18 moko
5623:
5624: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
5625: added (related to issue #1032)
5626:
5627: * tests/results/256.processed, src/classes/json.C: iso-string
5628: documented (related to issue #1032)
5629:
5630: * tests/: 256.html, results/256.processed: ISO date check added
5631: (related to issue #1032)
5632:
5633: * tests/: 057.html, results/057.processed, results/224.processed:
5634: tests results updated after ISO date support implemented (related
5635: to feature #1032)
5636:
5637: * src/: classes/date.C, classes/image.C, types/pa_value.h,
5638: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
5639: ^date::create[string] constructor formalized, ^date.iso-string[]
5640: added (implements feature #1032)
5641:
5642: 2015-09-05 moko
5643:
1.211 moko 5644: * operators.ru.txt, operators.txt: actualized
1.95 moko 5645:
1.211 moko 5646: * operators.ru.txt, operators.txt: date changes documented (related
5647: to ticket #36)
1.95 moko 5648:
5649: 2015-09-04 moko
5650:
5651: * src/types/pa_vdate.C: warning war
5652:
5653: * src/: classes/op.C, types/pa_vhashfile.C: warning war
5654:
5655: 2015-09-03 moko
5656:
5657: * tests/results/096.processed: test result updated for 0..9999 year
5658: date range support (related to feature #36)
5659:
5660: * tests/: 314.html, results/314.processed: test for
5661: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
5662: bug #1031)
5663:
5664: * src/classes/string.C: Static calls fixed for ^string:base64[],
5665: ^string:idna[], ^string:js-escape[] (closes bug #1031)
5666:
1.116 moko 5667: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
5668: configure.in -> configure.ac
1.95 moko 5669:
1.116 moko 5670: * configure, configure.in, src/include/pa_config_auto.h.in: more
5671: correct timezone check for FreeBSD Warning war: configure.in ->
5672: configure.ac
1.95 moko 5673:
5674: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 5675: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
5676: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
5677: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
5678: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
5679: src/main/Makefile.am, src/targets/apache/Makefile.am,
5680: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 5681: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
5682: check added
5683:
5684: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
5685:
5686: * tests/results/: 124.processed, 224.processed: test resuls updated
5687: for new date implementation (related to feature #36)
5688:
5689: * src/: classes/date.C, classes/image.C, include/pa_common.h,
5690: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
5691: types/pa_vdate.h: new double date implementation with internal
5692: support for extended 0..9999 year range, default timezone support
5693: (related to feature #36)
5694:
5695: 2015-08-28 moko
5696:
5697: * src/types/pa_vmail.C: fixed $mail:received.date calculations
5698: (fixes bug #1030)
5699:
5700: 2015-08-21 moko
5701:
5702: * src/classes/inet.C: snprintf size "bug" commented
5703:
5704: * src/main/pa_common.C: snprintf comments updated
5705:
5706: 2015-08-16 moko
5707:
5708: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
5709:
5710: 2015-08-11 moko
5711:
5712: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5713: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
5714: can be null (fixes bug #1029)
5715:
5716: 2015-08-06 moko
5717:
1.116 moko 5718: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
5719: pa_vdate.C added
1.95 moko 5720:
5721: 2015-08-05 moko
5722:
5723: * tests/: 313.html, results/313.processed: test for
5724: ^table.count[columns] and ^table.flip[] with nameless tables
5725: (feature #1003)
5726:
5727: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5728: max_cell added, now ^table.count[columns] and ^table.flip[] works
5729: correctly for nameless tables (implements feature #1003)
5730:
5731: 2015-08-03 moko
5732:
5733: * tests/312.html: test for ^table.append[$hash] and
5734: ^table.insert[$hash] added (related to feature #1028)
5735:
5736: * src/classes/table.C: ^table.append[$hash] and
5737: ^table.insert[$hash] now supported (implements feature #1028)
5738:
5739: * tests/: 312.html, results/312.processed: test row copy in
5740: ^table.hash[; $.type[table] ] added (related to feature #1016)
5741:
5742: * src/classes/table.C: row copy now created in ^table.hash[;
5743: $.type[table] ] (related to feature #1016)
5744:
5745: 2015-07-29 moko
5746:
5747: * tests/: 312.html, results/312.processed: test for ^table.delete[]
5748: added (related to feature #1016)
5749:
5750: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
5751: ^table.delete[] added to delete current row (related to feature
5752: 1016)
5753:
5754: 2015-07-28 moko
5755:
5756: * tests/: 312.html, results/312.processed: test for
5757: $table.column[value] and ^table.insert{row} (related to feature
5758: #1016)
5759:
5760: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
5761: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
5762: ^table.insert{row} are now implemented (feature #1016)
5763:
5764: * src/include/pa_array.h: Optimization: bool reverse removed from
5765: append(), insert() added, memmove arguments order in remove()
5766: fixed (related to feature #1016)
5767:
5768: 2015-07-23 moko
5769:
5770: * src/classes/json.C: tainted json and empty json exception added
5771: (implements feature #1015)
5772:
5773: * tests/: 311.html, results/311.processed: empty json and tainted
5774: json exception test added (related to issue #1015)
5775:
5776: 2015-07-22 moko
5777:
5778: * tests/: 311.html, results/311.processed: test for UTF-8
5779: processing added
5780:
5781: * tests/: 311.html, results/311.processed: test for
5782: json_exception_with_source added (related to issue #394)
5783:
5784: * src/classes/json.C: json_exception_with_source added (implements
5785: feature #394)
5786:
5787: 2015-06-29 moko
5788:
5789: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5790: directories are now correctly determined if _d_type == DT_UNKNOWN
5791: (closes bug #1027)
5792:
5793: 2015-06-10 moko
5794:
5795: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5796: error if libxml has LIBXML_ICU_ENABLED.
5797:
5798: 2015-06-04 moko
5799:
5800: * tests/099.html: ups, reverting
5801:
5802: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5803: results/310.processed: tests for $response:body[ $.file[] ] and
5804: $response:last-modified added
5805:
5806: * src/main/pa_request.C: last-modified check fixed
5807:
5808: 2015-06-03 moko
5809:
5810: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5811: results/205.processed, results/293.processed: $response:headers
5812: logging added (tests for feature #1007)
5813:
5814: * src/: include/pa_common.h, include/pa_request.h,
5815: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5816: $response:headers are now in uppercase (closes feature #1007)
5817:
5818: 2015-06-02 moko
5819:
5820: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5821: build errors reverted for clang compatibility
5822:
5823: 2015-06-01 moko
5824:
5825: * src/include/pa_memory.h: -pedantic build errors fixed
5826:
5827: * src/classes/math.C: -pedantic build error fixed
5828:
5829: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5830:
5831: 2015-05-31 moko
5832:
5833: * src/classes/table.C: USE_STRINGSTREAM optimized
5834:
5835: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5836: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5837: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5838: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5839: types/pa_vxnode.h: warning war (-pedantic flag)
5840:
5841: 2015-05-28 moko
5842:
5843: * tests/: 308.html, results/308.processed: test for
5844: ^table::create[$t;], etc work added (related to bug #975)
5845:
5846: * src/classes/table.C: check_option_param removed,
5847: ^table::create[$t;], etc now works (fixes bug #975)
5848:
5849: 2015-05-27 moko
5850:
5851: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5852: (Debian jessie) fixed (closes issue #1024)
5853:
5854: * tests/Makefile: sort added as in Debian jessie list become
5855: unsorted
5856:
5857: 2015-05-18 moko
5858:
5859: * tests/: 201.html, results/201.processed: test for
5860: ^string.trim[what] feature #1022
5861:
5862: * src/classes/string.C: ^string.trim[what] now supported,
5863: implements feature #1022
5864:
5865: 2015-05-17 moko
5866:
5867: * tests/results/185.processed: test result updated as feature #1021
5868: implemented (left/right accept negative parameter)
5869:
5870: * src/classes/string.C: left/right now accept negative parameter
5871: (implements feature #1021)
5872:
5873: 2015-05-08 moko
5874:
5875: * src/classes/math.C: isalnum -> pa_isalnum
5876:
5877: * src/main/execute.C: optimization in getter-junction processing
5878: (related to issue #997)
5879:
5880: 2015-05-07 moko
5881:
5882: * tests/: 307.html, results/307.processed: test for issue #997
5883: added
5884:
5885: * src/main/execute.C: process_getter result now checked if junction
5886: returned (closes issue #997)
5887:
5888: * tests/: 305.html, results/305.processed: sort added to ignore
5889: different order
5890:
5891: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5892: assignment (closes issue #994)
5893:
5894: * tests/: 306.html, results/306.processed: test for issue #994
5895: added
5896:
5897: * tests/: 303.html, results/303.processed: two more errors tested
5898:
5899: 2015-05-06 moko
5900:
5901: * tests/: 305.html, results/305.processed: test for name2ip &
5902: ip2name added (related to feature #992)
5903:
5904: * tests/: 303.html, 304.html, results/303.processed,
5905: results/304.processed: tests for idna conversion added (related
5906: to issue #849)
5907:
5908: 2015-05-02 moko
5909:
5910: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5911: implemented
5912:
5913: 2015-04-30 moko
5914:
5915: * src/main/pa_http.C: idna_host added, related to issue #849
5916:
5917: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5918: (related to issue #849)
5919:
5920: 2015-04-24 moko
5921:
5922: * src/types/pa_vjunction.C: warning war
5923:
5924: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5925: unification
5926:
5927: * src/lib/punycode/pa_idna.c: warning war
5928:
5929: 2015-04-22 moko
5930:
5931: * src/main/main.vcproj: punycode include path added
5932:
5933: * src/lib/punycode/pa_idna.c: windows compile error fixed
5934:
5935: * src/lib/punycode/pa_idna.c: warning war
5936:
5937: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5938: project file added
5939:
5940: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5941:
5942: * src/include/pa_memory.h: warning war
5943:
5944: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5945: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5946: implemented (related to feature #849)
5947:
5948: * configure.in, src/main/Makefile.am,
5949: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5950: libpunycode added in Unix
5951:
5952: 2015-04-21 moko
5953:
5954: * configure.in: large files support
5955:
5956: 2015-04-15 moko
5957:
5958: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5959: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5960: pa_punycode.h: initial version for punycode/idna support library
5961: (ticket #849)
5962:
5963: 2015-04-08 moko
5964:
5965: * src/: classes/curl.C, classes/date.C, classes/file.C,
5966: classes/image.C, classes/mail.C, classes/reflection.C,
5967: classes/string.C, classes/xnode.C, include/pa_request.h,
5968: include/pa_string.h, include/pa_stylesheet_connection.h,
5969: main/compile.y, main/compile_tools.h, main/execute.C,
5970: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5971: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5972: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5973: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5974: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5975: clang compiler warnings (closes issue #1018)
5976:
5977: * src/include/pa_string.h: String::Body comparation operators with
5978: char * added (related to issue #958)
5979:
5980: 2015-04-07 moko
5981:
5982: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5983: pa_malloc/pa_free to remove system malloc/free usage (related to
5984: issue #1018)
5985:
5986: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5987: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5988: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5989: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5990: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5991: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5992: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5993: malloc/strdup/free replaced with pa_ version and checks for
5994: accidental use of non-pa_ version added (related to issue #1018)
5995:
5996: 2015-04-03 moko
5997:
5998: * buildall: pcre-8.33 -> pcre-8.36
5999:
6000: * src/: main/compile.y, classes/form.C, classes/mail.C,
6001: classes/op.C, classes/string.C, main/compile.tab.C,
6002: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6003: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6004: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6005: ticket #958)
6006:
6007: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6008: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6009: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6010: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6011: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6012: $request:headers, $request:method added (implements feature
6013: #1007)
6014:
6015: 2015-03-17 misha
6016:
6017: * tests/302.html: - test for
6018: ^json:string[...;$._default[method-name]]
6019:
6020: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6021: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6022: option $._default[method-name] is specified in ^json:string[], a
6023: method with specified name will be called for classes/objects
6024: serialization ( new feature: #982 )
6025:
6026: 2015-03-16 misha
6027:
6028: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6029: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6030: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6031: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6032: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6033: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6034: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6035: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6036: types/pa_vrequest.h, types/pa_vstateless_class.C,
6037: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6038: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6039: $var.CLASS_NAME now have special opcodes. This can be switched
6040: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6041: on pa_opcode.h ( new feature: #844 )
6042:
6043: 2015-03-15 misha
6044:
6045: * tests/075.html: - test for $response:header[]
6046:
6047: * src/types/pa_vresponse.C: - $response:header[] deletes header
6048: that was set earlie ( new feature: #1001 )
6049:
6050: 2015-03-12 misha
6051:
6052: * tests/246.html: - more tests for ^hash._at[]
6053:
6054: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6055: accepts second param [key|value|hash] ( new feature: #1012 )
6056:
6057: 2015-03-09 moko
6058:
6059: * src/types/pa_vmail.C: exception for everything but
6060: $mail:received, closes issue #1011
6061:
6062: 2015-02-20 moko
6063:
6064: * tests/: 275.html, results/275.processed: hex detection in
6065: pa_atoui fix test (closes issue #1010)
6066:
6067: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6068: issue #1010)
6069:
6070: 2015-02-17 moko
6071:
6072: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6073: tainted.
6074:
6075: 2015-02-03 misha
6076:
6077: * tests/301.html: - test for ^json:string($double) causes
6078: exception. bugfix: #1008
6079:
6080: * src/classes/json.C: - ^json:string($double) causes exception.
6081: bugfix: #1008
6082:
6083: * tests/014.html: - updated for work with ^hash.delete[]
6084:
6085: 2015-01-12 misha
6086:
6087: * src/: classes/form.C, include/pa_common.h,
6088: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6089: types/pa_vform.h: - supports body with PUT method as well ( new
6090: feature: #1006 )
6091:
6092: * src/classes/file.C: - warnings war
6093:
6094: 2015-01-11 misha
6095:
6096: * tests/300.html: - test for ^hash.delete[] is added
6097:
6098: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6099: feature: #989 ) - tiny optimization in intersects
6100:
6101: 2015-01-06 moko
6102:
6103: * src/types/pa_vmail.C: file names transcode added, to and cc added
6104: with transcode, attachments detection fixed
6105:
6106: * src/main/pa_request.C: filling mail received after cgi/auto.p
6107: load to allow charset switch (related to issue #996)
6108:
6109: 2014-12-31 moko
6110:
6111: * src/types/pa_vmail.C: from and subject now transcoded if not
6112: UTF-8 source charset (fixes issue 996)
6113:
6114: * src/main/pa_exception.C: fixed string from stack bug (closes
6115: issue #1000)
6116:
6117: 2014-12-11 misha
6118:
6119: * src/types/pa_vhashfile.C: - check if key is not empty before
6120: access ( bug fix: #1005 )
6121:
6122: 2014-11-13 misha
6123:
6124: * src/main/compile.y: - PC.append does not reset to false while
6125: creating a new class. bugfix: #990
6126:
6127: * tests/299.html: - test for creation class after working with
6128: partial class (create+append)
6129:
6130: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6131: #995
6132:
6133: * tests/232.html: - test for @get[def] added
6134:
6135: 2014-10-12 moko
6136:
6137: * src/lib/pcre/pcre_internal.vcproj: correct path
6138:
6139: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6140: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6141: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6142: targets/apache/ApacheModuleParser3.vcproj,
6143: targets/apache/ApacheModuleParser3Core.vcproj,
6144: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6145: types/types.vcproj: project GUID inserted in *.vcproj for correct
6146: conversion in newer VS versions
6147:
6148: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6149: pcre_internal.vcproj added
6150:
6151: 2014-08-28 moko
6152:
6153: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6154: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6155: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6156:
6157: 2014-06-30 misha
6158:
6159: * tests/298.html: - tests for ^reflection:def[class;className]
6160: added
6161:
6162: * src/classes/reflection.C: - ^reflection:def[class;className]
6163: added ( new feature: #918 )
6164:
6165: 2014-06-29 misha
6166:
6167: * src/classes/table.C: - ^table::create[unsupported data] -
6168: exception comment changed to "body must be table or code" ( bug
6169: fix: #951 )
6170:
6171: * tests/: 261.html, results/261.processed: - tests for
6172: ^json:string[...;$.void[null|string]] added
6173:
6174: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6175: option $.void[string|null] added to ^json:string[...] ( new
6176: feature: #952 )
6177:
6178: 2014-06-28 moko
6179:
6180: * src/classes/curl.C: $.charset now processed before other curl
6181: options (closes issue #980)
6182:
6183: 2014-05-23 misha
6184:
6185: * src/classes/json.C: - bug fix: #987
6186:
6187: 2014-05-04 misha
6188:
6189: * tests/: 253.html, 253_json.txt: - test for
6190: ^json:parse[$.int(false)] is added
6191:
6192: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6193: default true). The option is similar to $.double(bool) but for
6194: integers.
6195:
6196: 2014-05-01 moko
6197:
6198: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6199: #12 )
6200:
6201: 2014-04-16 moko
6202:
6203: * src/main/pa_http.C: response-charset option should finally work
6204: now (fix for issue #867)
6205:
6206: * src/main/pa_http.C: response-charset option should work now (fix
6207: for issue #867)
6208:
6209: 2014-03-07 moko
6210:
6211: * buildall: libgc moved
6212:
6213: * buildall: libgc moved
6214:
6215: 2013-12-29 moko
6216:
6217: * src/classes/string.C: ^string:js-unescape result now tainted,
6218: closes issue #966
6219:
6220: * tests/: 186.html, results/186.processed: ^string:js-unescape
6221: result now tainted, issue #966
6222:
6223: 2013-12-03 moko
6224:
6225: * src/: classes/memcached.C, types/pa_vmemcached.C,
6226: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6227: option was added for http://www.parser.ru/forum/?id=79343
6228:
6229: * src/classes/file.C: bugfix for
6230: http://www.parser.ru/forum/?id=79337
6231:
6232: 2013-11-05 moko
6233:
6234: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6235:
6236: * src/main/pa_globals.C: spelling fixed
6237:
6238: 2013-10-29 moko
6239:
6240: * src/lib/json/json.vcproj: json.c -> pa_json.C
6241:
6242: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6243: #892
6244:
6245: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6246: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6247: exceptions to be thrown thougth json library), related to issue
6248: #892
6249:
6250: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6251: related to issue #896
6252:
6253: 2013-10-24 moko
6254:
6255: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6256:
6257: 2013-10-23 moko
6258:
6259: * README: actualization
6260:
6261: 2013-10-22 moko
6262:
6263: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6264: compatibility patch from Sergey Kirpichev
6265:
6266: * tests/: 297.html, results/297.processed: non-working getter fix
6267: test for issue #948
6268:
6269: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6270: called when saving value of $match variable in ^string.match[] to
6271: increase compatibility (related to issue #948).
6272:
6273: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6274: usage optimization
6275:
6276: 2013-10-21 moko
6277:
6278: * tests/: 182.html, results/182.processed: local path removed for
6279: compatibility
6280:
6281: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6282: results/244.processed, results/253.processed,
6283: results/254.processed, results/275.processed,
6284: results/281.processed: try_catch -> try-catch
6285:
6286: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6287: results/294.processed, results/296.processed: try_catch ->
6288: try-catch
6289:
6290: 2013-10-20 moko
6291:
6292: * tests/: 296.html, results/296.processed: test for xsl exception
6293: for issue #938 added.
6294:
6295: * src/: include/pa_xml_exception.h,
6296: main/pa_stylesheet_connection.C: forgotten to be replaced
6297: XmlException is now replaced (once again closes issue #938)
6298:
6299: 2013-10-18 moko
6300:
6301: * buildall: disable clock_gettime detection to avoid librt linking
6302: (which in turn depends on libpthread), related to issue #943
6303:
6304: 2013-10-18 misha
6305:
6306: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6307: lib/smtp/smtp.vcproj, main/main.vcproj,
6308: targets/apache/ApacheModuleParser3Core.vcproj,
6309: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6310: types/types.vcproj: - new locations for libxml2 includes where
6311: added to vcproj files
6312:
6313: 2013-10-18 moko
6314:
6315: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6316: fix
6317:
6318: * tests/: 295.html, results/295.processed: test for issue #948
6319: updated
6320:
6321: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6322: :)
6323:
6324: * tests/: 295.html, results/295.processed: test for issue #948
6325: added
6326:
6327: * src/: classes/hash.C, classes/string.C, classes/table.C,
6328: include/pa_request.h, types/pa_method.h: for getters and setters
6329: to be executed request.put_element should be called, not
6330: context.put_element (fixes issue #948)
6331:
6332: 2013-10-17 moko
6333:
6334: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6335: LIBXML2_NEW_BUFFER check (closes issue #943)
6336:
6337: * buildall: libxml 2.9.1 build is broken --without-reader.
6338:
6339: 2013-10-16 moko
6340:
6341: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6342:
6343: * tests/: 294.html, results/294.processed: test for issue #938
6344:
6345: * src/: classes/xdoc.C, classes/xnode.C,
6346: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6347: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6348:
6349: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6350: libxslt-1.1.26 -> libxslt-1.1.28
6351:
6352: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6353: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6354: to '?', related to issue #938
6355:
6356: 2013-10-15 moko
6357:
6358: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6359: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6360: minor optimizations (closes issue #896)
6361:
6362: * tests/results/: 292.processed, 293.processed: results updated to
6363: comply with issue #896
6364:
6365: * tests/: 292.html, 293.html, results/292.processed,
6366: results/293.processed: tests for json escaping
6367:
6368: 2013-10-14 moko
6369:
6370: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6371: and cleanup, code moved from .h to .C, no changes in code
6372:
6373: 2013-10-12 moko
6374:
6375: * tests/results/119.processed: updated test result commited
6376:
6377: * tests/: 291.html, results/291.processed: test for issue #894
6378: added
6379:
6380: * src/types/pa_wcontext.h: base methods call support function
6381: get_somebody_entered_some_class should not be true forever, as
6382: wcontext can have many get_elements calls (fixes issue #894)
6383:
6384: 2013-10-11 moko
6385:
6386: * tests/: 290.html, results/290.processed: test for junction GPF
6387: issue #942 added
6388:
6389: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6390: to native method fixed (closes issue #942)
6391:
6392: * tests/: 158.html, results/158.processed: test for csv-string[]
6393: added
6394:
6395: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6396: feature #907)
6397:
6398: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6399: feature #907)
6400:
6401: 2013-10-09 moko
6402:
6403: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6404: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6405: types/pa_vstateless_class.C: GET_default, SET_default now works
6406: properly not only in objects, but in classes as well (closes
6407: issue #903)
6408:
6409: * tests/: 289.html, results/289.processed: GET/SET_default now
6410: works in classes, not only objects, test case added, related to
6411: issue #903
6412:
6413: * tests/: 288.html, results/288.processed: test for endless
6414: recursion bug added (related to issue #903)
6415:
6416: 2013-10-05 moko
6417:
6418: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6419: classes/table.C, main/execute.C, types/pa_method.h,
6420: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6421: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6422: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6423: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6424: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6425: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6426: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6427: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6428: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6429: optimization: put_element no longer has "bool areplace" argument,
6430: related to issue #903
6431:
6432: 2013-10-03 moko
6433:
6434: * tests/results/182.processed: result for $.replace(false) test
6435: commited
6436:
6437: * src/classes/date.C: ^date::create(number) processed correctly
6438: (fixes issue #901)
6439:
6440: * src/classes/image.C: as_no_junction removed, as param can be
6441: expression (closes issue #931)
6442:
6443: * tests/233.html: test for issue #931 added
6444:
6445: 2013-10-02 moko
6446:
6447: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6448: modified, test for $.replace(false) added
6449:
6450: * src/main/compile_tools.h: forgotten class replace returned. :)
6451:
6452: 2013-09-30 moko
6453:
6454: * tests/: 141.html, results/141.processed: md5 tainting test added
6455:
6456: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6457: main/compile_tools.h, main/pa_request.C: allow_class_replace
6458: implemented; $.replace option added to ^process and ^use
6459:
6460: 2013-08-27 moko
6461:
6462: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6463: cstr_to_string_body_untaint should be called with charsets for
6464: possible uri language and connection for possible sql language.
6465: related to issue #857
6466:
6467: * buildall: and -> or fixed
6468:
6469: 2013-08-26 moko
6470:
6471: * buildall: prepare_ functions logic changed to support
6472: gc-7.2d.tar.gz extracting to gc-7.2 directory
6473:
6474: 2013-08-23 moko
6475:
6476: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6477: statically
6478:
6479: 2013-08-22 moko
6480:
6481: * src/classes/string.C: String::Empty used (related to issue #912)
6482: append_know_length removed (related to old GPF bug)
6483:
6484: 2013-08-21 moko
6485:
6486: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6487:
6488: * src/classes/math.C: ^math:digest[...;$file] support added
6489: (related to ticket #857
6490:
6491: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6492: implemented
6493:
6494: * src/types/pa_vhashfile.h: warning war
6495:
6496: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6497: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6498: anti_endless_json_string_recoursion removed from request;
6499: json_string_recoursion added to json_options; $.indent[indent
6500: value] now supported and passed within recoursion closes feature
6501: #937
6502:
6503: * tests/: 287.html, results/287.processed: test for feature #937
6504:
6505: 2013-07-31 moko
6506:
6507: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6508: compilation having #define _S
6509:
6510: * src/main/pa_globals.C: cleanup
6511:
6512: 2013-07-30 moko
6513:
6514: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6515: main/pa_common.C: vs2003 warning war
6516:
6517: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6518:
6519: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6520:
6521: * src/lib/md5/pa_sha2.c: warning war
6522:
6523: 2013-07-29 moko
6524:
6525: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6526: patches from github
6527:
6528: * src/: classes/bool.C, classes/double.C, classes/int.C,
6529: classes/memcached.C, include/pa_config_includes.h,
6530: types/pa_vfile.C, types/pa_vfile.h: warning war
6531:
6532: * src/lib/json/json.vcproj: C++ -> C
6533:
6534: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6535:
6536: * src/lib/json/: json.c, pa_json.C: windows compatibility
6537:
6538: * src/lib/json/: json.c, pa_json.C: windows compatibility
6539:
6540: * src/lib/json/: json.c, pa_json.C: warning war
6541:
6542: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6543:
6544: * src/include/pa_config_fixed.h: uint16_t added
6545:
6546: * configure.in: uint16_t check added
6547:
6548: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6549: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6550: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6551: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6552: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6553:
6554: 2013-07-25 moko
6555:
6556: * parser3.sln: dependencies added
6557:
6558: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6559: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6560: module support
6561:
6562: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6563:
6564: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6565:
6566: 2013-07-23 moko
6567:
6568: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6569: PA_DEBUG_GC_MEMORY removed
6570:
6571: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6572: PA_DEBUG_DISABLE_GC compilation fix
6573:
6574: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6575: main/pa_request.C: outdated RESOURCES_DEBUG removed
6576:
6577: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
6578: garbage cleanup
6579:
6580: * src/main/pa_common.C: warning war
6581:
6582: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
6583:
6584: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
6585: minor cleanup
6586:
6587: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
6588: uses cygwin, not WIN32 implementation
6589:
6590: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
6591: able to exec shell scripts
6592:
6593: * src/classes/math.C: ifdef WIN32 cleanup
6594:
6595: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
6596:
6597: * src/classes/curl.C: LT_MODULE_EXT used
6598:
6599: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
6600:
6601: 2013-07-22 moko
6602:
6603: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
6604: includes fix
6605:
6606: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
6607:
6608: * configure.in, src/include/pa_config_includes.h,
6609: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
6610: src/main/pa_exec.C: includes cleanup
6611:
6612: * src/targets/cgi/parser3.C: 2012->2013
6613:
6614: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
6615:
6616: * configure.in, src/include/pa_config_includes.h,
6617: src/include/pa_http.h, src/lib/json/JSON_parser.h,
6618: src/main/pa_random.C, src/main/pa_socks.C,
6619: src/types/pa_vstatus.C: cygwin support cleanup
6620:
6621: * configure.in: dirent.h check added
6622:
6623: * src/: include/pa_config_includes.h, include/pa_dir.h,
6624: main/pa_dir.C: includes cleanup, dirent.h check added filePath
6625: not copied
6626:
6627: 2013-07-21 moko
6628:
6629: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
6630:
6631: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
6632: parser3.vcproj: unused getopt.h / getopt.c removed
6633:
1.211 moko 6634: * operators.ru.txt, operators.txt, src/classes/file.C,
6635: tests/022.html, tests/results/022.processed:
6636: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 6637:
6638: * configure.in, src/classes/file.C, src/include/pa_dir.h,
6639: src/main/pa_dir.C: ^file:list[] now has dir column and when
6640: $.stat(true) it has size/*date columns modified patch from misha@
6641: that closes issue #914.
6642:
6643: * src/: include/pa_config_includes.h, main/pa_globals.C:
6644: PA_RELEASE_ASSERTS removed
6645:
6646: * src/lib/md5/pa_md5c.c: minor cleanup
6647:
6648: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
6649: localeconv()->decimal_point usage remoed (related to issue #934)
6650:
6651: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
6652: cordprnt.c removed
6653:
6654: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
6655: pa-include/pa_errno.h, pa-include/pa_file_io.h,
6656: pa-include/pa_strings.h: includes cleanup
6657:
6658: * src/lib/md5/pa_md5c.c: headers cleanup
6659:
6660: 2013-07-20 moko
6661:
6662: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
6663: cleanup
6664:
6665: 2013-07-19 moko
6666:
6667: * src/classes/math.C: extern "C" added for crypt
6668:
6669: 2013-07-18 moko
6670:
6671: * src/classes/math.C: fix redhat7.2 build
6672:
6673: 2013-07-17 moko
6674:
6675: * configure.in, src/include/pa_config_includes.h,
6676: src/include/pa_config_fixed.h: headers actualized (inttypes.h
6677: added for uint8/32/64_t)
6678:
6679: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
6680: pa_config_includes.h used for uint32/64_t
6681:
6682: 2013-07-16 moko
6683:
6684: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
6685: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
6686: war
6687:
6688: * src/main/compile.tab.C: compile.y was updated
6689:
6690: * src/main/compile.y: warning war
6691:
6692: * src/: include/pa_exception.h, main/pa_exception.C,
6693: main/pa_xml_exception.C: warning war
6694:
6695: * src/: include/pa_common.h, main/pa_common.C: warning war
6696:
6697: * configure.in: beauty :)
6698:
6699: * tests/: 141.html, results/141.processed: sha256/512 added
6700:
6701: 2013-07-13 moko
6702:
6703: * src/lib/md5/md5.vcproj: sha2 added
6704:
6705: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
6706: classes/math.C: sha2 support (sha256/sha512 digest)
6707:
6708: 2013-07-08 moko
6709:
6710: * src/classes/image.C: directory read or other read problem message
6711: fixed (related to issue #933)
6712:
6713: 2013-07-07 moko
6714:
6715: * AUTHORS: + misha + moko. :)
6716:
6717: 2013-07-06 moko
6718:
6719: * src/: classes/curl.C, include/pa_globals.h,
6720: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
6721: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
6722: for lt_dlinit to be called once and lt_dlexit called at right
6723: place (related to issue #925)
6724:
6725: 2013-07-04 moko
6726:
6727: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
6728: VString::as_vfile now uses vfile.set_binary_string to avoid
6729: content-type to be set, as it brokes badly designed logic in
6730: response output. This hopefully finishes issue #928.
6731:
6732: * tests/results/: 256.processed, 286.processed: file now displayed
6733: as name, size, mode, content-type
6734:
6735: * src/main/pa_common.C: read error now reported cottectly (fixes
6736: issue #933
6737:
6738: 2013-06-28 moko
6739:
6740: * tests/: 286.html, results/286.processed: test extended
6741:
6742: * tests/: 286.html, results/286.processed: Test for issue #928
6743: added. it tests default content-type change.
6744:
6745: * src/types/pa_vfile.C: closes issue #928 - default content-type
6746: now updated
6747:
6748: 2013-06-25 moko
6749:
6750: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
6751: content-type for text/binary files without name added;
6752: ^file::create[$f;...] options now works properly and $f
6753: properties are default (fixes issue #928)
6754:
6755: 2013-05-16 misha
6756:
6757: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
6758: added
6759:
6760: * src/main/pa_table.C: - a tiny memory optimisation while creating
6761: table if specified limit is bigger than source rows count
6762:
6763: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
6764: added ( new feature: #858 )
6765:
6766: 2013-04-29 moko
6767:
6768: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
6769: $.ipresolve(0|1|2) added (closes issue #891)
6770:
6771: * src/lib/curl/curl.h: CURL_IPRESOLVE added
6772:
6773: 2013-04-24 moko
6774:
6775: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6776: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6777: types/pa_vmemcached.h: ^memcache.release[] added, calls
6778: memcached_quit (refs #893)
6779:
6780: 2013-04-22 moko
6781:
6782: * src/: include/pa_string.h, main/pa_common.C: no more double
6783: slashes in file path (fixes bug #872)
6784:
6785: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6786: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6787: #739)
6788:
6789: * tests/results/266.processed: $.max_params added (feature #915)
6790:
6791: * src/: include/pa_common.h, main/pa_http.C: response-charset
6792: option added to file::load (closes issue #867)
6793:
6794: 2013-04-20 misha
6795:
6796: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6797: commited
6798:
6799: 2013-03-15 misha
6800:
6801: * src/classes/: hash.C, table.C: - Optimisation: do not create
6802: multiple empty strings while ::sql. uae String::Empty instead
6803:
6804: 2013-03-14 misha
6805:
6806: * src/classes/reflection.C: - for user classes
6807: ^reflection:method_info[] returns $.max_params and $.extra_param
6808: with $.call_type if they available ( new feature: #915 )
6809:
6810: * src/classes/file.C: - ^file:delete[] now supports an option
6811: $.exception(false) that suppress any exception while deleting
6812: file ( new feature: #916 )
6813:
6814: * src/classes/curl.C: - parsing cookies after curl:load now should
6815: work :)
6816:
6817: 2013-03-12 misha
6818:
6819: * src/types/pa_vfile.C: - if specified file_name is empty string
6820: set default name for the file
6821:
6822: 2013-03-11 misha
6823:
6824: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6825: also available in $f.cookies
6826:
6827: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6828: moved to a separate method
6829:
6830: 2013-03-10 moko
6831:
6832: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6833: added
6834:
6835: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6836: removed (declared by autoconf)
6837:
6838: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6839: uint32_t define
6840:
6841: 2013-03-10 misha
6842:
6843: * src/classes/file.C: ^file:delete and ^file:move now support
6844: option $.keep-empty-dirs(true) ( new feature: #884 )
6845:
6846: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6847: empty dirs is added
6848:
6849: 2013-03-10 moko
6850:
6851: * src/classes/: bool.C, double.C, int.C: default can be present,
6852: but default check removed from ^int/double/bool.int/double/bool
6853: for string.int/double/bool compatibility (related to issue #913)
6854:
6855: * src/classes/string.C: ^string.int/dobule/bool no longer
6856: internally throws exception if default is present (closes issue
6857: #913)
6858:
6859: 2013-03-09 misha
6860:
6861: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6862: optimisations ( #845 )
6863:
6864: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6865:
6866: 2013-03-08 moko
6867:
6868: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6869: creates correct table (fixes issue #910)
6870:
6871: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6872: use outside of 'connect' operator (fixes issue #911)
6873:
6874: * tests/results/: 096.processed, 122.processed: test results
6875: updated as doubles now printed with 15 significant digits, not 5
6876: (fixes issue #882)
6877:
6878: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6879: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6880:
6881: 2013-02-21 moko
6882:
6883: * src/classes/table.C: _locate_name_value does not check arguments
6884: count, so we check it in advance (fixes issue #905)
6885:
6886: 2012-10-23 moko
6887:
6888: * buildall: old shell for and echo compatibility (for six)
6889:
6890: 2012-10-19 moko
6891:
6892: * buildall: --strip added --disable-safe-mode listed in usage
6893:
6894: 2012-10-17 misha
6895:
6896: * src/classes/op.C: - apply-taint should not throw "outside
6897: connect" exception with sql lang now
6898:
6899: 2012-10-17 moko
6900:
6901: * src/main/pa_request.C: bugfix: safe mode should be inited for
6902: each request (for apache module)
6903:
6904: 2012-09-26 moko
6905:
6906: * src/doc/doxygen.cfg: png -> svg
6907:
6908: 2012-09-25 moko
6909:
6910: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6911: test added
6912:
6913: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6914: double use when key is long
6915:
6916: 2012-09-16 moko
6917:
6918: * src/classes/math.C: Format -> Method Encode -> Format
6919:
6920: * tests/: 141.html, results/141.processed: math:digest hmac test
6921: added
6922:
6923: 2012-09-14 moko
6924:
6925: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6926: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6927: implementation added
6928:
6929: 2012-09-12 moko
6930:
6931: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6932: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6933: targets.dox and string.dox slightly actualized
6934:
6935: 2012-08-31 moko
6936:
6937: * ChangeLog: now generated with patched cvs2cl.pl
6938:
6939: 2012-07-29 moko
6940:
6941: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6942: result should be pushed after VMethodFrame destructor is called,
6943: as it deletes junctions from stack params (fixes issue #868)
6944:
6945: 2012-07-23 moko
6946:
6947: * INSTALL, README: buildall script usage documented, other outdated
6948: info updated.
6949:
6950: * buildall-with-xml, buildall-without-xml: replaced by buildall
6951:
6952: 2012-07-21 moko
6953:
6954: * buildall: glib does not compile when threads are disabled...
6955:
6956: * src/types/pa_vmail.C: g_assertion fixes for empty input
6957:
6958: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6959: unref, can't unref nested objects)
6960:
6961: * src/types/pa_vmail.C: another check added
6962:
6963: 2012-07-19 moko
6964:
6965: * buildall: usage added
6966:
6967: * buildall: new buildall script that unites buildall-with-xml,
6968: buildall-without-xml, --with-apache and --with-mailreceive
6969:
6970: * configure.in: support for static gmime and dynamic glib linking.
6971: fixes for FreeBSD
6972:
6973: 2012-07-17 moko
6974:
6975: * configure.in: --with-mailreceive replaced
6976: --with-static-mailreceive and --with-shared-mailreceive pathlink
6977: removed
6978:
6979: 2012-07-16 moko
6980:
6981: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6982: capitalized, content now decoded and text content converted to
6983: $request:charset. all properties are accessed by functions, this
6984: ready for dynamic load.
6985:
6986: 2012-06-28 moko
6987:
1.116 moko 6988: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6989: 32 bit
1.95 moko 6990:
6991: 2012-06-27 moko
6992:
6993: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6994: passive ftp
6995:
6996: * src/lib/ltdl/ltdl.vcproj: release build fixed
6997:
6998: * configure.in: 3.4.2 RC -> 3.4.2
6999:
7000: 2012-06-22 moko
7001:
7002: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7003: #815)
7004:
7005: * tests/: 284.html, results/284.processed: output options test
7006: (feature #265)
7007:
7008: 2012-06-22 misha
7009:
7010: * tests/215.html: - little changes
7011:
7012: 2012-06-21 moko
7013:
7014: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7015: types/pa_vxdoc.h: output_options returned and used (bugfix for
7016: feature #265)
7017:
7018: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7019: breaks long .*, default 10M restored. (issue #216)
7020:
7021: * tests/: 283.html, results/283.processed: test for issue #815
7022: added
7023:
7024: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7025: again, cstrm not required.
7026:
7027: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7028: Win32 and broken FreeBSD (issue #45)
7029:
7030: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7031:
7032: * src/main/pa_string.C: warnings war
7033:
7034: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7035: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7036: main/pa_socks.C, targets/apache/pa_threads.C,
7037: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7038: types/pa_vstatus.C: compilation under cygwin fixed
7039:
7040: 2012-06-19 moko
7041:
7042: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7043: Windows fixed
7044:
7045: * parser3.sln: removed antique pcre_ctype
7046:
7047: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7048:
7049: * src/include/pa_config_fixed.h: undefined reference to
7050: __imp__pcre_* fix for Windows
7051:
7052: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7053: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7054: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7055: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7056: define fixed
1.95 moko 7057:
7058: 2012-06-18 moko
7059:
7060: * src/classes/memcached.C: flush -> clear
7061:
7062: * src/classes/memcached.C: memcached does not support quotes even
7063: in server name
7064:
7065: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7066: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7067: called on open to check servers existance. $.key(true) syntax
7068: now supported
7069:
7070: 2012-06-17 moko
7071:
7072: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7073: cleanup
7074:
7075: * src/classes/table.C, tests/282.cfg, tests/282.html,
7076: tests/results/282.processed: encloser at the EOF bug fixed,
7077: incorrectly enclosed data now processed more logicaly (fixes
7078: #339)
7079:
7080: 2012-06-15 moko
7081:
7082: * buildall-without-xml: sync with buildall-with-xml
7083:
7084: * buildall-with-xml: download auto-detected between fetch and curl
7085:
7086: * configure.in: --with-gc and --with-pcre now also processed
7087: correctly
7088:
1.116 moko 7089: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7090: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7091: should be run on rol1 using automake / aclocal (GNU automake)
7092: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7093:
7094: * configure.in: new PARSER_VERSION logic
7095:
7096: * src/include/pa_version.h: new pa_version.h logic
7097:
7098: * src/: classes/curl.C, classes/file.C, classes/image.C,
7099: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7100: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7101: feols_normalized -> fis_text_content set_binary added
7102:
7103: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7104:
7105: 2012-06-15 misha
7106:
7107: * src/: classes/curl.C, classes/file.C, classes/image.C,
7108: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7109: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7110: ^file::create[text;content] EOLs in content now is normalized. (
7111: new feature: #815 )
7112:
7113: 2012-06-15 moko
7114:
7115: * configure.in: --disable-version-update added to disable version
7116: update with host information (for debian package) whitespace
7117: optimized
7118:
7119: * configure.in: version changed to 3.4.2 RC no-pic added for
7120: libtool
7121:
7122: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7123: it.
7124:
7125: 2012-06-14 moko
7126:
7127: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7128: tests/results/281.processed: "hash flocked" error removed for
7129: safe operations like ^h._count[] ( new feature: #335 )
7130:
1.116 moko 7131: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7132:
7133: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7134:
7135: * configure.in: --with-static/shared xml replaced with --with-xml,
7136: xml compilation check added
7137:
7138: * configure.in: --with-static/shared-gc, --with-static-pcre are
7139: replaced with --with-gc and --with-pcre test for pcre linking
7140: added
7141:
7142: 2012-06-13 moko
7143:
7144: * configure.in: apxs2 check optimized
7145:
7146: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7147: .la, includes optimized
7148:
7149: * buildall-with-xml: --with-pic looks better for -fPIC
7150:
7151: * configure.in: switched to convenience library in static linking
7152:
7153: * src/targets/apache/Makefile.am: switched to convenience library
7154: usage to avoid libtool warnings
7155:
7156: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7157: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7158: smtp/Makefile.am: switched to convenience library usage
7159:
7160: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7161:
7162: * src/targets/apache/Makefile.am: updated for libtool usage
7163:
7164: * buildall-without-xml: --with-included-ltdl added
7165:
7166: * buildall-without-xml: sync with buildall-with-xml
7167:
7168: * buildall-with-xml: --with-included-ltdl added $cflags added for
7169: -fPIC for x64 $download added for wget success check added
7170:
7171: * buildall-without-xml: --with-dynamic-stdcpp removed
7172:
7173: * configure.in: disable-static returned
7174:
7175: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7176: LIBTOOLFLAGS
7177:
7178: 2012-06-12 moko
7179:
7180: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7181: compatible with LIBTOOLFLAGS for unknown reasons
7182:
7183: * buildall-with-xml: --with-dynamic-stdcpp removed
7184:
7185: * configure.in: static/dynamic -lstdc++ linking option removed
7186: apxs2 check added
7187:
7188: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7189: option removed
7190:
7191: 2012-06-10 moko
7192:
7193: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7194: added
7195:
7196: * src/targets/cgi/pp3.cmd: old PAF stuff
7197:
1.116 moko 7198: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7199: beauty
1.95 moko 7200:
7201: * depcomp: from libtool 2.4.2
7202:
7203: * configure.in: ltdl directory removed, it has correct Makefile.in
7204:
7205: 2012-06-09 moko
7206:
1.116 moko 7207: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7208: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7209: autogenerated files updated after libtool update
7210:
1.116 moko 7211: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7212: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7213: config_auto.h.in, config_fixed.h, configure, configure.ac,
7214: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7215: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7216: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7217: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7218: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7219: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7220: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7221: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7222: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7223: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7224:
7225: * configure.in: preparation for new libtool
7226:
7227: * configure.in: Some beauty added :)
7228:
7229: * src/targets/apache/Makefile.am: := -> =
7230:
7231: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7232: again. :)
7233:
7234: * src/include/pa_config_includes.h, configure.in: limits.h added,
7235: previously was taken from pcre_internal.h. :)
7236:
7237: * src/lib/pcre/Makefile.am: config.h returned
7238:
7239: * src/lib/pcre/config.h: still need this. :)
7240:
7241: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7242:
7243: * configure.in: --with-charsets removed; --with-mysql-client & co
7244: removed
7245:
7246: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7247: now in parser tree, no need to copy
7248:
7249: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7250: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7251: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7252: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7253: extracts now used old trash removed
7254:
7255: * etc/parser3.charsets/Makefile.am: charsets now in share
7256: (debian/patches/104_automake.patch) + all charsets are copied
7257:
7258: * buildall-with-xml, buildall-without-xml: curl option removed +
7259: extra arguments now supported
7260:
7261: 2012-06-08 misha
7262:
7263: * src/classes/table.C: - one params.as_hash usage was rolled back:
7264: the 2nd option in ^table.hash[] could be hash or table so
7265: .as_hash will throw an exception when table option is specified
7266:
7267: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7268: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7269: classes/table.C, classes/void.C, classes/xdoc.C,
7270: include/pa_exception.h, types/pa_vmethod_frame.C,
7271: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7272: and improved (whitespaces are allowed as empty options) -
7273: MethodParams::as_table is added - above methods are used for
7274: parsing methods' options ( new feature: #9 )
7275:
7276: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7277: to vclass. now class fields can be accessible as a hash:
7278: $h[^hash::create[$asd:CLASS]]
7279:
7280: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7281: have get_fields method so their fields can be accessed with
7282: ^reflection:fields[...] & ^reflection:field[...]
7283:
7284: 2012-06-06 misha
7285:
7286: * tests/280.html: - tests for
7287: ^reflection:method[obj-or-class;method],
7288: ^reflection:field[obj-or-class;field] and
7289: ^reflection:fields[obj-or-class] are added
7290:
7291: 2012-06-05 misha
7292:
7293: * src/classes/reflection.C: - ^reflection:method[class or
7294: object;method name] and ^reflection:field[class or object;field
7295: name] are added
7296:
7297: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7298: is used
7299:
7300: * src/types/pa_method.h: - Method::as_vjunction method is added
7301:
7302: 2012-06-05 moko
7303:
1.116 moko 7304: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7305:
7306: * src/classes/memcached.C: flish ttl fixed
7307:
7308: 2012-06-04 moko
7309:
7310: * src/classes/json.C, src/classes/op.C, tests/279.html,
7311: tests/results/279.processed: ^json:parse[] now supports $.taint
7312: option (new feature #833)
7313:
7314: 2012-06-04 misha
7315:
7316: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7317: - search_stop method was moved from pa_vcookie.C to pa_common.C
7318:
7319: 2012-06-03 misha
7320:
7321: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7322: cookies are parced and stored into $.cookies ( new feature: #31 )
7323:
7324: 2012-05-30 misha
7325:
7326: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7327: incomplete class into a scope while @USE is found
7328:
7329: * src/main/compile.y: - add incomplete class into a scope while
7330: @USE and @CLASS instructions are found ( bugfix: #838 )
7331:
7332: 2012-05-30 moko
7333:
7334: * src/types/pa_vclass.C, tests/278.html,
7335: tests/results/278.processed: removed "property has no getter
7336: method" exception when GET_DEFAULT present (fixes #269)
7337:
7338: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7339: $._default
7340:
7341: 2012-05-29 moko
7342:
7343: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7344: uninitialized values usage (new feature: #154)
7345:
7346: 2012-05-28 moko
7347:
7348: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7349: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7350: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7351: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7352: src/types/pa_vobject.C, src/types/pa_vobject.h,
7353: src/types/pa_vstring.h, src/types/pa_vtable.C,
7354: tests/results/277.processed, src/types/pa_vtable.h,
7355: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7356: ^json:string[$o; $.default[$method]] implemented for VObject (new
7357: feature #803)
7358:
7359: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7360: tests/results/277.processed: json numbers are now treated as
7361: double ( new feature: #834 )
7362:
7363: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7364: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7365: added for out of range checks, zero division in vint/vdouble
7366: check added ( fixes #832 )
7367:
7368: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7369: ( fixes #832 )
7370:
7371: 2012-05-28 misha
7372:
7373: * buildall-with-xml: - --without-lzma option is added to libxml2
7374: configure
7375:
7376: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7377: added - tests for unsupported values for options $.file, $.table
7378: and $.date are added
7379:
7380: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7381: accepts "stat" $.file[] option's value in addition to existed
7382: "text" and "base64" ( new feature: #835 )
7383:
7384: * tests/276.html: - test for
7385: ^reflection:delete[$object-or-class;field-name]
7386:
7387: * src/classes/reflection.C: -
7388: ^reflection:delete[$object-or-class;field-name] is added ( new
7389: feature: #268 )
7390:
7391: 2012-05-27 misha
7392:
7393: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7394:
7395: 2012-05-24 misha
7396:
7397: * src/include/pa_common.h: - method lastposafter was removed
7398:
7399: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7400: lastposafter - ^file:dirname[] & Co proper handle windows file
7401: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7402: work as *nix commands
7403:
7404: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7405:
7406: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7407: rskipchars were added
7408:
7409: * tests/270.html: - more tests for ^file:find[]
7410:
7411: * tests/065.html: - more tests for ^file:dirname[] & Co
7412:
7413: * src/include/pa_version.h: - must be "win32" here. it is
7414: auto-generated on *nix
7415:
7416: 2012-05-24 moko
7417:
7418: * src/classes/math.C: ^math:convert[] now supports uint32 and
7419: throws overflow exception ( new feature: #830 )
7420:
7421: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7422: uint32 support and overflow added ( new feature: #830 )
7423:
7424: 2012-05-23 moko
7425:
7426: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7427: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7428: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7429: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7430: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7431: types/pa_vregex.h, types/pa_vstateless_class.C,
7432: types/pa_vstateless_class.h, types/pa_vstring.h,
7433: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7434: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7435: "return string as-is" removed from as_expr_result. ( new feature:
7436: #831 )
7437:
7438: * tests/results/244.processed: test changed after bug #782 fix
7439: commited
7440:
7441: * tests/results/229.processed: test results for bug #782 commited
7442:
7443: * tests/: 254.html, results/254.processed: uid now just compared,
7444: not printed. :)
7445:
7446: 2012-05-20 moko
7447:
7448: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7449: feature: #341 )
7450:
7451: * tests/: 254.html, results/254.processed: test for
7452: ^reflection:uid[] added
7453:
7454: * tests/: 254.html, results/254.processed: test for
7455: ^reflection:uid[$obj] added
7456:
7457: 2012-05-17 misha
7458:
7459: * src/main/untaint.C: - do not replace ' char by _26 while
7460: exploding filespec-tainting ( new feature: #829 )
7461:
7462: 2012-05-12 moko
7463:
7464: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7465: not.
7466:
7467: 2012-05-08 moko
7468:
7469: * src/types/pa_vmethod_frame.h: bug #782 fixed
7470:
7471: * tests/229.html: test for bug #782
7472:
7473: * tests/results/259.processed, src/main/pa_request.C,
7474: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7475: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7476: src/types/pa_vvoid.h: feature #154 - first empty param now
7477: string; defined locals are empty strings; $STRICT-VARS(true)
7478: added
7479:
7480: 2012-04-27 moko
7481:
1.116 moko 7482: * src/targets/apache/Makefile.am:
1.95 moko 7483: ../../lib/memcached/libmemcached.a added
7484:
7485: 2012-04-27 misha
7486:
7487: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7488: ( #827 )
7489:
7490: 2012-04-25 moko
7491:
7492: * src/: classes/json.C, classes/memcached.C,
7493: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7494: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7495: implemented.
7496:
7497: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7498:
7499: 2012-04-23 moko
7500:
7501: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7502: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7503: types/pa_vmemcached.h: open allows options hash for new
7504: memcached(options) function
7505:
7506: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7507: not appended
7508:
7509: 2012-04-21 moko
7510:
7511: * src/classes/curl.C: '' added. :)
7512:
7513: * src/classes/classes.vcproj: new curl.h location
7514:
7515: * src/classes/curl.C: verbose output redirection from stderr to
7516: file curl option added
7517:
7518: 2012-04-20 moko
7519:
7520: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7521: contains what we need from curl, #ifdef HAVE_CURL removed
7522:
1.116 moko 7523: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7524: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7525: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7526: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7527: configure option
7528:
7529: 2012-04-19 moko
7530:
7531: * src/: classes/double.C, classes/inet.C, classes/int.C,
7532: classes/string.C, lib/gc/include/gc_allocator.h,
7533: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7534: options from sql_result_string removed. (closes issue #468)
7535:
7536: * src/types/pa_vmemcached.C: empty string fix
7537:
7538: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7539: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7540: pa_vmemcached.C
7541:
7542: 2012-04-18 moko
7543:
7544: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7545: apache2-mpm-prefork" error displayed in threaded mpm.
7546:
7547: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7548: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7549: installed (issue #354)
7550:
7551: 2012-04-16 moko
7552:
7553: * src/types/pa_vmemcached.C: call to memcached_result_create and
7554: memcached_result_free removed
7555:
7556: 2012-04-14 moko
7557:
7558: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7559:
7560: * src/types/pa_vmemcached.C: check_key added and used
7561:
7562: 2012-04-13 moko
7563:
7564: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7565: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7566: Serialization_data now added and used, VString now serialized
7567: with languages into memcached.
7568:
7569: 2012-03-28 moko
7570:
7571: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7572: lib/memcached/pa_memcached.h: result lengths added
7573:
7574: 2012-03-27 moko
7575:
7576: * src/types/pa_vmemcached.C: strdup added
7577:
7578: 2012-03-24 moko
7579:
7580: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7581: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7582: types/pa_vmemcached.h: memcached: mget, flush, fttl added
7583:
7584: 2012-03-20 moko
7585:
1.116 moko 7586: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 7587:
7588: * src/targets/cgi/Makefile.am: cleanup
7589:
7590: * src/: types/Makefile.am, types/pa_vmemcached.C,
7591: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
7592:
7593: * src/: classes/Makefile.am, classes/memcached.C,
7594: lib/memcached/Makefile.am, lib/memcached/constants.h,
7595: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7596: lib/memcached/types.h, lib/Makefile.am: memcached initial
7597:
7598: 2012-03-16 moko
7599:
7600: * src/main/execute.C: ident now works under Linux + ident displays
7601: filenames (closes issue #818)
7602:
1.116 moko 7603: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 7604: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
7605: pa_vmethod_frame_local.h removed
7606:
7607: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
7608: classes/classes.h, classes/curl.C, classes/date.C,
7609: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7610: classes/hashfile.C, classes/image.C, classes/inet.C,
7611: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
7612: classes/memory.C, classes/op.C, classes/reflection.C,
7613: classes/regex.C, classes/response.C, classes/string.C,
7614: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
7615: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
7616: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7617: include/pa_config_fixed.h, include/pa_config_includes.h,
7618: include/pa_dictionary.h, include/pa_dir.h,
7619: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7620: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
7621: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
7622: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
7623: include/pa_request_charsets.h, include/pa_request_info.h,
7624: include/pa_sapi.h, include/pa_socks.h,
7625: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7626: include/pa_stack.h, include/pa_string.h,
7627: include/pa_stylesheet_connection.h,
7628: include/pa_stylesheet_manager.h, include/pa_table.h,
7629: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7630: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7631: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7632: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
7633: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
7634: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
7635: main/compile.tab.C, main/compile.y, main/compile_tools.C,
7636: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7637: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7638: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7639: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
7640: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
7641: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
7642: main/pa_string.C, main/pa_stylesheet_connection.C,
7643: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
7644: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
7645: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
7646: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
7647: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
7648: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7649: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7650: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7651: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7652: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7653: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7654: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
7655: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7656: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
7657: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
7658: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7659: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
7660: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7661: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7662: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
7663: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
7664: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
7665: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7666: types/pa_vresponse.h, types/pa_vstateless_class.C,
7667: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
7668: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
7669: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
7670: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
7671: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7672: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
7673: ident now works under Linux + ident displays filenames (closes
7674: issue #818) Copyright updated
7675:
7676: 2012-03-13 moko
7677:
7678: * src/main/pa_string.C: compilation fix for feature #741
7679:
7680: 2012-03-09 misha
7681:
7682: * tests/193.html: - tests for ^string:base64[encoded] are updated
7683:
7684: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
7685: now detects invalid base64 chars in the middle of encoded stricg
7686: ( new feature: #55 )
7687:
7688: * src/include/pa_exception.h: - new exception type for base64
7689: decoding is added
7690:
7691: 2012-03-06 misha
7692:
7693: * tests/274.html: - tests for ^date::today[] and
7694: ^date.sql-string[datetime|date|time] are added
7695:
7696: * src/classes/date.C: - constructor ^date::today[] is added ( new
7697: feature: #811 ) - ^date.sql-string[] now can accept one param --
7698: strings "datetime", "date" or "time" - comments tidying up
7699:
7700: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
7701: date and time
7702:
7703: 2012-03-03 misha
7704:
7705: * tests/193.html: - tests for
7706: ^string:base64[encoded;$.strict(true)] are added
7707:
7708: * tests/results/auto.p: - try-catch operator is added
7709:
7710: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7711: main/pa_common.C: - $.strict(true|false) option is added to
7712: base64 decode methods ( new feature: #55 )
7713:
7714: * src/main/pa_common.C: - base64 decode memory usage was decreased
7715: ( new feature: #819 )
7716:
7717: 2012-02-28 moko
7718:
7719: * src/classes/hash.C: ident test
7720:
7721: 2012-02-27 misha
7722:
7723: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
7724:
7725: 2012-01-08 misha
7726:
7727: * tests/273.html: - tests for ^string.replace[from;to] are added
7728:
7729: * src/: classes/string.C, include/pa_dictionary.h,
7730: main/pa_dictionary.C, main/pa_string.C: -
7731: ^string.replace[from;to] is added ( new feature: #741 ) -
7732: ^string.replace[one subst here] is slightly optimized
7733:
7734: 2011-12-07 misha
7735:
7736: * src/classes/table.C: - $t[^table::create{$empty}] now creates
7737: named table with one empty column ( bugfix: #63 )
7738:
7739: 2011-11-30 misha
7740:
7741: * src/classes/json.C: - it's possible to set user's method for
7742: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
7743: #763 )
7744:
7745: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
7746:
7747: 2011-11-23 misha
7748:
7749: * src/: classes/curl.C, classes/file.C, classes/image.C,
7750: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
7751: types/pa_vfile.h, types/pa_vform.C: - constructor
7752: ^file::create[mode;filename;content[;options]] now accepts binary
7753: mode and file-content - new constructor's format:
7754: ^file::create[string-or-file-content[;$.name[filename]
7755: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
7756: feature: #65 )
7757:
7758: * src/: include/pa_request.h, main/pa_request.C: - new method
7759: mime_type_of(const String*) is added
7760:
7761: * src/include/pa_exception.h: - new exception constant
7762: FILE_NAME_MUST_BE_SPECIFIED is added
7763:
7764: * src/classes/table.C: - bug with negative offset transformed into
7765: a feature. it means pointing to a row from the end of the table (
7766: new feature: #810 )
7767:
7768: 2011-11-19 misha
7769:
7770: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
7771: â ìåòîäå _select ( new feature: #810 )
7772:
7773: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
7774: options were specified together is simplified
7775:
7776: 2011-11-12 misha
7777:
7778: * src/main/pa_request.C: - forgotten fix for escaping filename in
7779: HTTP content-disposition header (a part of bug #361 )
7780:
7781: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
7782: checks for ancestors' classes as well ( new feature: #456 )
7783:
7784: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7785: "without cycle" now have types "parser.break" and
7786: "parser.continue" instead of "parser.runtime" ( new feature: #799
7787: )
7788:
7789: 2011-11-11 misha
7790:
7791: * tests/results/: 099.processed, 100.processed, 205.processed,
7792: 237.processed: - since bug #361 was fixed the content of filename
7793: in HTTP headers is quoted
7794:
7795: * tests/results/270.processed: - result for test 270
7796:
7797: * tests/: 065.html, results/065.processed: - more tests for
7798: ^file:basename[] & Co were added
7799:
7800: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7801:
7802: * tests/270.html: - tests for ^file:find[] are added
7803:
7804: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7805: using option $.charset. option $.engoding is still supported but
7806: these options can not be specified together
7807:
7808: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7809: comparation charset name with string "UTF-8" ( bugfix: #759 )
7810:
7811: 2011-10-11 misha
7812:
7813: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7814: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7815: #622)
7816:
7817: 2011-09-30 misha
7818:
7819: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7820: exception "saving stat-ed file" ( bugfix: #395 )
7821:
7822: 2011-05-30 misha
7823:
7824: * src/classes/string.C: - fixed bug which was added with
7825: params.as_hash into string:sql
7826:
7827: 2011-05-29 misha
7828:
7829: * src/types/pa_value.C: - filename in content-disposition header
7830: must be quoted ( bugfix: #361 )
7831:
7832: 2011-05-27 misha
7833:
7834: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7835: created file
7836:
7837: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7838: usage
7839:
7840: * src/include/pa_exception.h: - one more string for exception was
7841: added
7842:
7843: 2011-05-25 misha
7844:
7845: * tests/269.html: - tests for checking input params in some dom
7846: methods
7847:
7848: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7849: was added. it isn't possible not wo create xdoc with invalid
7850: tagName. ( bugfix: #160 )
7851:
7852: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7853: string "data must be string" was mover from pa_exception.h to
7854: pa_xml_exception.h
7855:
7856: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7857: as_xmlncname, as_xmlname and as_xmlnsuri were added
7858:
7859: * src/main/pa_xml_exception.C: - XmlException accepts more options
7860:
7861: * src/include/pa_xml_exception.h: - XmlException accepts more
7862: options - XML-related exception's strings were added
7863:
7864: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7865: output_options were removed)
7866:
7867: 2011-05-19 misha
7868:
7869: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7870: params.as_hash is used more while parsing methods hash-options
7871:
7872: 2011-05-18 misha
7873:
1.211 moko 7874: * operators.ru.txt, operators.txt: - info about json-serialization
7875: of xdoc was added
1.95 moko 7876:
7877: * tests/256.html: - tests for json-serialization xdoc were added
7878:
7879: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7880:
7881: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7882: classes/json.C, classes/xdoc.C: - now json:string can serialize
7883: xdoc-objects. options (the same as ^xdoc.string[]) could be
7884: specified in $.xdoc[] ( new feature: #265 )
7885:
7886: 2011-05-15 misha
7887:
7888: * tests/268.html: - tests for ^table.count[with options] were added
7889:
7890: * src/classes/table.C: - method ^table.count[] now can accept
7891: options ( new feature: #93 ): ^table.count[column] returns number
7892: of columns for named table; ^table.count[cells] returns number of
7893: cells in the current row; ^table.count[] & ^table.count[rows]
7894: return number of rows in a table.
7895:
7896: * tests/267.html: - test for checking switch/case in boolean mode
7897: was added
7898:
7899: * src/classes/op.C: - if switch's or case's value is bool, they are
7900: compared as bool values, not as double values: new feature: #351
7901:
7902: 2011-05-06 misha
7903:
7904: * tests/242.html: - EOL before EOF was added
7905:
7906: * tests/169.html: - tests for splitting empty string and void were
7907: added
7908:
7909: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7910: returned table with one empty cell)
7911:
7912: 2011-04-03 misha
7913:
7914: * src/include/pa_version.h, configure.in: - version in head was
7915: changed to 3.4.2b
7916:
7917: 2011-03-30 misha
7918:
7919: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7920: as well ( new feature #294 )
7921:
7922: 2011-03-29 misha
7923:
7924: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7925: limited to approx. 6 MB. previous limits were too big for real
7926: life. bugfix: #216
7927:
7928: 2011-03-04 moko
7929:
7930: * etc/parser3.charsets/cp866.cfg: Conforms to
7931: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7932:
7933: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7934: vlalek@
7935:
7936: 2011-02-22 misha
7937:
1.211 moko 7938: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
7939: methods mustn't be under #ifdef XML or parser can't be compiled
7940: without xml support
1.95 moko 7941:
7942: 2011-02-21 misha
7943:
1.116 moko 7944: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7945: ApacheModuleParser3.vcproj was removed
7946:
7947: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7948: removed)
7949:
7950: 2011-02-20 misha
7951:
7952: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7953: $.overridden in ^reflection:method_info[...] were added
7954:
7955: * src/classes/reflection.C: - beautifying result of
7956: ^reflection:method_info[] ($.overridden/inherited)
7957:
7958: 2011-02-18 misha
7959:
7960: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7961: and pa_isalnum instead of isalpha and isalnum - bug with
7962: redundand quoting lowercased latin chars while building email
7963: body was fixed
7964:
7965: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7966: added (they check for latin chars only)
7967:
7968: 2011-02-16 misha
7969:
7970: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7971: string size for transcoding gave too small value (should ever
7972: look for availability char in dest charset inspite of the char
7973: size)
7974:
7975: 2011-02-04 moko
7976:
7977: * tests/223.html: header values now not url-encoded (issue #195)
7978:
7979: 2011-02-01 misha
7980:
7981: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7982:
7983: 2011-01-31 misha
7984:
7985: * src/main/pa_request.C: - throw exception if param file_name in
7986: use_file is empty
7987:
7988: 2011-01-08 moko
7989:
7990: * src/classes/curl.C: compilations errors fixed
7991:
7992: 2010-12-29 moko
7993:
7994: * tests/: 265.html, results/265.processed: test for issue #200
7995: added
7996:
7997: * src/main/pa_string.C: empty regex result check added (fixes issue
7998: #200)
7999:
8000: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8001:
8002: * tests/results/223.processed: header values now not url-encoded
8003: (issue #195)
8004:
8005: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8006: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8007: pa_http_safe_header_name added for headers names (fixes bug #195)
8008:
8009: 2010-12-18 misha
8010:
8011: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8012: => pa-include
8013:
8014: 2010-11-28 moko
8015:
8016: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8017:
8018: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8019: -> pa
8020:
8021: * configure.in: apr -> pa
8022:
8023: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8024:
8025: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8026: classes/Makefile.am, types/Makefile.am: apr -> pa
8027:
8028: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8029: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8030: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8031: pa-include/pa_apr.h, pa-include/pa_errno.h,
8032: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8033: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8034: module apr name conflict resolved)
8035:
8036: 2010-11-27 misha
8037:
8038: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8039: libbz2
8040:
8041: 2010-11-26 misha
8042:
8043: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8044: warnings removed
8045:
8046: 2010-11-25 moko
8047:
1.211 moko 8048: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8049:
1.211 moko 8050: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8051:
1.211 moko 8052: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8053:
8054: * buildall-with-xml: libxml2-2.7.8 + with-apache
8055:
8056: 2010-11-24 moko
8057:
1.116 moko 8058: * configure: apxs support
1.95 moko 8059:
8060: * configure.in: apxs support -Bstatic gc removed for OS X
8061:
8062: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8063:
8064: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8065: THREAD_LOCAL usage
8066:
8067: * src/: classes/curl.C, include/pa_config_includes.h,
8068: main/pa_globals.C: THREAD_LOCAL defined and used
8069:
8070: 2010-11-23 moko
8071:
8072: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8073: should be passed to pa_sleep, and only fractional part (bugfix:
8074: #188)
8075:
8076: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8077:
8078: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8079: GC_dont_gc=1, as in cgi version
8080:
8081: * src/targets/apache/mod_parser3.c: warning war
8082:
8083: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8084: pa_httpd.h: version removed, some trash removed
8085:
8086: * src/targets/apache/mod_parser3.c: version removed (we don't want
8087: to show it), warning war
8088:
8089: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8090: pa_httpd.h: parser_status_allowed removed + merge config
8091: functions removed (override is the default) + beauty
8092:
8093: * src/: include/pa_request.h, main/pa_request.C,
8094: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8095: hide $status used in apache module removed
8096:
8097: 2010-11-18 moko
8098:
1.211 moko 8099: * operators.ru.txt, operators.txt: $.table[compact] added for
8100: ^json:string[]
1.95 moko 8101:
8102: 2010-11-16 moko
8103:
8104: * src/targets/apache/mod_parser3.c: some cleanup done
8105:
8106: * src/main/untaint.C: bugfix: first, second String::Body argument
8107: is hashcode; second, info.fragment_begin is original, not
8108: resulting length
8109:
8110: * src/classes/file.C: new feature: $.stdin now untainted
8111:
8112: * tests/results/264.processed: new feature: $.stdin[] now untainted
8113:
8114: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8115:
8116: * src/classes/op.C: ^apply-taint[] method added
8117:
8118: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8119: added; $.stdin untaint test added
8120:
8121: 2010-11-15 moko
8122:
8123: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8124: removed
8125:
8126: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8127: pa_httpd.h: 2x2 calculated under apache2. :)
8128:
8129: 2010-11-13 moko
8130:
8131: * src/targets/apache/mod_parser3.c: initial changes to build module
8132: with apache 2.x includes
8133:
8134: * src/targets/apache/: Makefile.am, mod_parser3.c,
8135: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8136: united apache 1.3 / apache 2.x DSO module
8137:
8138: 2010-11-09 moko
8139:
8140: * src/types/pa_method.h: check added to dissallow @method[name;*]
8141: syntax
8142:
8143: * tests/: 263.html, results/263.processed: test from method[*args]
8144: added
8145:
8146: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8147: number of params can now be passed to a method declared with *arg
8148:
8149: 2010-11-06 moko
8150:
8151: * src/classes/table.C: formating fixed. :)
8152:
8153: * src/classes/table.C: closes #4: ^table.select now supports
8154: $.limit(), $.offset, $.reverse() options
8155:
8156: * tests/: 262.html, results/262.processed: test for ^table:select
8157: with options added (feature #4)
8158:
8159: * src/include/pa_array.h: remove function added
8160:
8161: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8162: object in get_element/put_element, using static one.
8163:
8164: 2010-11-04 moko
8165:
8166: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8167: options is passed
8168:
8169: * tests/: 256.html, results/256.processed: $.table[compact] feature
8170: now tested; k and p in handler now tested.
8171:
8172: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8173: $.table[compact] feature added
8174:
8175: * src/classes/json.C: key is now passed to handler in
8176: value_json_string; ^json:string result now process tainting
8177: inside and returns clean string, related to issue #153
8178:
8179: * src/main/untaint.C: bugfix: charset can be null (in
8180: ^string:save[] as example), thus check is added
8181:
8182: 2010-10-31 moko
8183:
8184: * src/classes/string.C: error message changed (fixes issue #149)
8185:
8186: 2010-10-29 moko
8187:
8188: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8189: port is not default (fixes issue #155); exception on invalid port
8190: added.
8191:
8192: * src/main/untaint.C: '*' is now not urlencoded to allow header
8193: "Accept: */*" to be passed
8194:
8195: 2010-10-28 moko
8196:
8197: * src/classes/curl.C: bugfix: detect_charset() was throwing
8198: exception on unknown charset even if response_charset was
8199: specified
8200:
8201: 2010-10-27 moko
8202:
8203: * src/classes/string.C: ^string.append removed for void
8204: compatibility
8205:
8206: 2010-10-26 moko
8207:
8208: * src/classes/json.C: libjson supports array at top level, we too
8209: (GPF fixed)
8210:
8211: 2010-10-25 moko
8212:
8213: * tests/: 253.html, results/253.processed: libjson supports array
8214: at top level, parser now supports it as well.
8215:
8216: * tests/261.html, tests/results/261.processed,
8217: src/types/pa_vstring.h: empty string is now void compatible
8218: (allows $empty.key)
8219:
8220: 2010-10-22 misha
8221:
8222: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8223: while adding additional expires checkout)
8224:
8225: * tests/030.html: - test for session cookie was added
8226:
8227: 2010-10-21 moko
8228:
8229: * src/: classes/string.C, classes/void.C, main/execute.C,
8230: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8231: string (feature #111)
8232:
8233: * tests/: 261.html, results/261.processed: checks void from string
8234: inheritance (feature #111)
8235:
8236: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8237: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8238: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8239: now true by default
8240:
8241: 2010-10-17 moko
8242:
8243: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8244: upload now uses binary blocks instead of L_FILE_POST tainting.
8245: (bugfix: #128)
8246:
8247: * tests/: 223.html, results/223.processed: binary file upload test
8248: added, GPF (issue #128) also checked in this test
8249:
8250: 2010-10-13 misha
8251:
8252: * tests/260.html: - test for math:convert
8253:
8254: * src/classes/math.C: - error in math:convert was fixed
8255:
1.211 moko 8256: * operators.ru.txt, operators.txt: - info about
1.95 moko 8257: ^math:convert[number](from-base;to-base) was added
8258:
8259: * src/classes/math.C: - method
8260: ^math:convert[number](from-base;to-base) for converting number
8261: represention from one base to another was added ( new feature:
8262: #23 )
8263:
8264: 2010-10-13 moko
8265:
8266: * src/main/compile.tab.C: [] now is empty string, not void
8267:
8268: * src/main/compile.y: [] now is empty string, not void
8269:
8270: * src/types/pa_vvoid.h: void now passed as parameter
8271:
8272: * tests/: 259.html, results/259.processed: to test difference
8273: between void and empty string (see ticket #111)
8274:
8275: * tests/results/152.processed: $sEmpty[] is now empty string, not
8276: void
8277:
8278: * tests/256.html: $s[$void] is no longer empty string
8279:
8280: * tests/254.html: empty string is no longer void
8281:
8282: 2010-10-12 misha
8283:
8284: * src/types/pa_vcookie.C: - check if $.expires value can be
8285: converted to date during cookies set up ( bugfix: #104 )
8286:
8287: * tests/041.html: - more tests for ^table.locate were added
8288:
8289: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8290: work ( bugfix: #129 ) - exception comment for incorrect options
8291: ^table.locate[field;value;options] was fixed
8292:
8293: 2010-10-10 moko
8294:
8295: * src/: classes/reflection.C, main/execute.C: constructor returning
8296: another object feature returned
8297:
8298: * tests/results/258.processed: test result updated as constructor
8299: returning another object feature returned
8300:
8301: * tests/: 258.html, results/258.processed: test for constructor
8302: returning another object
8303:
8304: 2010-10-08 misha
8305:
8306: * tests/257.html: - whitespaces after @METACOMMANDS and their
8307: options shouldn't cause exceptions any longer
8308:
8309: 2010-10-06 moko
8310:
8311: * src/classes/: hash.C, table.C: length from sql server is now
8312: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8313:
8314: 2010-10-02 misha
8315:
1.211 moko 8316: * operators.ru.txt, operators.txt: - the X mark was removed from
8317: ^cache[file]. it is usable to delete cache file.
1.95 moko 8318:
8319: 2010-10-02 moko
8320:
8321: * tests/: 253.html, results/253.processed: hook_key added for key
8322: checking
8323:
8324: * src/classes/json.C: null key bug fixed
8325:
8326: 2010-09-29 misha
8327:
8328: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8329:
8330: 2010-09-25 moko
8331:
8332: * src/classes/json.C: small fixed
8333:
8334: * tests/results/: 253.processed, 255.processed: just updated
8335:
8336: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8337: results/255.processed: charset transcode test added for
8338: json:parse
8339:
8340: 2010-09-24 moko
8341:
8342: * src/types/pa_value.h: warning war :)
8343:
8344: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8345: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8346: ^json:string
8347:
8348: 2010-09-22 moko
8349:
8350: * src/main/pa_charset.C: parser charset tables declare only
8351: white-space before 0x20, thus adding the missing chars
8352:
8353: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8354: to http://unicode.org/Public/MAPPINGS/VENDORS/
8355:
8356: 2010-09-21 misha
8357:
8358: * src/main/compile.y: - some semicolons were added (VS2010 don't
8359: want to compile grammar if they are absent)
8360:
8361: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8362:
8363: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8364:
8365: * src/main/main.vcproj: - path to bison is changed
8366:
8367: 2010-09-21 moko
8368:
1.116 moko 8369: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8370: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8371: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8372:
8373: 2010-09-20 misha
8374:
8375: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8376:
8377: * src/classes/json.C: - add EOL while json-serializing hash
8378:
8379: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8380: compilers don't like 'ES'.
8381:
8382: 2010-09-17 misha
8383:
1.211 moko 8384: * operators.ru.txt, operators.txt: - info about json class was
8385: added
1.95 moko 8386:
8387: * src/classes/json.C: - ^json:string[object]
8388:
8389: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8390: preventing infinite recursion while executing json:string was
8391: added
8392:
8393: * src/include/pa_string.h: - method append_quoted was added
8394:
8395: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8396: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8397: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8398: was added to Value & Co
8399:
8400: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8401: were used
8402:
8403: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8404: were added
8405:
8406: 2010-09-10 moko
8407:
8408: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8409: die_or_abort (backport from 3.4.1)
8410:
8411: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8412: die_or_abort (bugfix: #106)
8413:
8414: 2010-09-09 moko
8415:
8416: * src/classes/json.C: warning war. :)
8417:
8418: 2010-09-08 misha
8419:
8420: * src/lib/json/Makefile.am: - additional include directories were
8421: added (for pa_memory.h and gc.h)
8422:
8423: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8424: compile as C++ instead default - additional include directory was
8425: added (for gc.h)
8426:
8427: * src/types/pa_vform.C: - little code reformating
8428:
8429: * src/classes/file.C: - $.content-type option now can be specified
8430: in ^file::create ( new feature: #102 )
8431:
8432: 2010-09-08 moko
8433:
8434: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8435: pa_malloc/pa_free
8436:
8437: 2010-09-07 moko
8438:
8439: * tests/results/254.processed: VStateless_class:put_element
8440: exception was fixed
8441:
8442: * src/types/: pa_value.h, pa_vstateless_class.h: now
8443: VStateless_class:put_element barks self.type, not this.type
8444: (bugfix: #105)
8445:
8446: 2010-09-06 moko
8447:
8448: * src/classes/reflection.C: bugfix: new String() is required for
8449: exception handling
8450:
8451: * tests/: 254.html, results/254.processed: test modified
8452:
8453: 2010-09-05 moko
8454:
8455: * tests/: 254.html, results/254.processed: ^reflection:copy test
8456: added
8457:
8458: * src/: classes/reflection.C, include/pa_request.h:
8459: ^reflection:copy implemented (new feature: #100)
8460:
8461: 2010-09-03 moko
8462:
8463: * src/lib/json/JSON_parser.C: c++ compatiblity
8464:
8465: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8466: option testing added
8467:
8468: 2010-09-02 moko
8469:
8470: * src/classes/json.C: $.distinct[first|last|all] added
8471:
8472: 2010-09-01 moko
8473:
8474: * tests/results/253.processed: json test result
8475:
8476: * tests/: 253.html, 253_json.txt: json test added
8477:
8478: * src/classes/json.C: json.C update to actual version + hash key
8479: creation bugfix
8480:
8481: 2010-08-31 misha
8482:
8483: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8484: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8485: src/lib/Makefile.am, src/classes/Makefile.am,
8486: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8487: json library was added
8488:
8489: 2010-08-30 moko
8490:
8491: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8492: types/pa_vobject.C: cosmetic optimization in
8493: request:execute_method usage
8494:
8495: * src/: include/pa_charset.h, main/pa_charset.C: small
8496: optimization, just to decrease number of lines. :)
8497:
8498: 2010-08-27 misha
8499:
8500: * src/classes/op.C: - taint[json] was added
8501:
8502: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8503: were added
8504:
8505: * src/main/pa_exec.C: - warning fix was rolled back.
8506:
8507: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8508: include/pa_string.h: - taint[json] was added - escaping was
8509: slightly modified
8510:
8511: 2010-08-25 misha
8512:
8513: * src/classes/file.C: - typo in file:sql exception was fixed
8514:
8515: * src/main/pa_exec.C: - warning about declared and not used
8516: variable forced_allow was removed
8517:
8518: 2010-08-14 misha
8519:
8520: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8521: were removed
8522:
8523: 2010-08-11 moko
8524:
8525: * tests/: 249.html, results/249.processed: default setter and
8526: anti-recursive default getter test added
8527:
8528: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8529: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8530: types/pa_vobject.h, types/pa_vstateless_class.C,
8531: types/pa_vstateless_class.h: default setter support +
8532: anti-recursive default getter support ( new feature: #13 )
8533:
8534: * src/include/pa_hash.h: optimization: threshold member removed
8535: from hash, reducing sizeof(hash)
8536:
8537: 2010-08-10 misha
8538:
8539: * tests/196.html: - junction-method was added to the test
8540:
8541: * tests/248.html: - ups. typo :)
8542:
8543: * tests/248.html: - test for checking .match with 4 params
8544:
8545: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8546: 247_windows1251.txt: - test for "transcode file from utf-8 to
8547: $request:charset during loading if the BOM code is detected"
8548:
8549: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8550: $request:charset during loading if the BOM code is detected ( new
8551: feature: #98 )
8552:
8553: 2010-08-05 misha
8554:
8555: * src/classes/image.C: - ^image.replace now can accept only 2
8556: params. in this case the whole image is affected ( new feature:
8557: #95 )
8558:
8559: 2010-08-04 misha
8560:
8561: * tests/246.html: - test tor ^hash._at[] was added
8562:
8563: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8564: #53 )
8565:
8566: * src/include/pa_hash.h: - methods for accessing the first and the
8567: last values of ordered hash were added (first_value and
8568: last_value)
8569:
8570: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8571: (similar to others file's methods):
8572: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8573: #68 )
8574:
8575: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8576:
8577: 2010-08-01 moko
8578:
8579: * src/classes/op.C: to correctly process $result[] in code, called
8580: from ^process
8581:
8582: * tests/245.html: $result in ^process[] test added
8583:
8584: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
8585: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
8586: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
8587: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
8588: caller, self) op_call(VMethodFrame &frame, bool constructing)
8589: removed, construct(class,method) added
8590:
8591: * tests/results/: 192.processed, 244.processed: request::construct
8592: added
8593:
8594: * tests/: 244.html, 245.html, results/244.processed,
8595: results/245.processed: object creation exceptions and ^process
8596: tests added
8597:
8598: 2010-07-28 misha
8599:
8600: * tests/make_tests.cmd: - win32 EOLs
8601:
8602: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
8603: tests on Win32 were added (The system timezone should be GMT+3)
8604:
8605: 2010-07-26 misha
8606:
8607: * tests/: 212.html, results/212.processed: - sizes were removed
8608: mecause they could be different on different OSs
8609:
8610: * tests/065.html: - make it "win32 friendly"
8611:
8612: 2010-07-25 misha
8613:
8614: * src/main/compile.y: - all EOLs between methods are removed during
8615: compilation ( new feature: #47 )
8616:
8617: * tests/results/149.processed: - prepare tests to trim trailing
8618: methods' EOLs
8619:
8620: * tests/149.html: - prepare tests to trim trailing methods' EOLs
8621:
8622: * tests/: results/006.processed, results/014.processed, 006.html,
8623: 014.html, 022.html: - prepare tests to trim trailing methods'
8624: EOLs
8625:
8626: * tests/: 059.html, 071.html, 149.html, results/059.processed,
8627: results/071.processed, results/022.processed: - prepare tests to
8628: trim trailing methods' EOLs
8629:
8630: * tests/: results/073.processed, results/109.processed,
8631: results/142.processed, results/144.processed,
8632: results/149.processed, 073.html, 096.html, 109.html, 142.html,
8633: 144.html: - prepare tests to trim trailing methods' EOLs
8634:
8635: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
8636: 149.html, 152.html, results/096.processed, results/107.processed,
8637: results/109.processed, results/142.processed,
8638: results/144.processed: - prepare tests to trim trailing methods'
8639: EOLs
8640:
8641: 2010-07-24 moko
8642:
8643: * tests/results/: 156.processed, 224.processed: fix for #54 changed
8644: the hash order in this test
8645:
8646: * tests/014.html: to check hash order, hash no is longer sorted
8647: before print
8648:
8649: * src/include/pa_hash.h: hash copy constructor now keeps order
8650: (bugfix: #54)
8651:
8652: 2010-07-23 moko
8653:
8654: * tests/results/224.processed: @auto[] is no longer inherited
8655:
8656: * src/types/pa_vstateless_class.C, tests/227.html,
8657: tests/results/227.processed: @auto[] is no longer inherited
8658: (bugfix: #57)
8659:
8660: 2010-07-22 misha
8661:
8662: * src/classes/table.C: - don't skip comment lines during
8663: table::load if encloser or separator is set as '#' ( new feature:
8664: #30 )
8665:
8666: * src/targets/cgi/parser3.C: - don't run as cgi if
8667: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
8668: #12 )
8669:
8670: * src/classes/file.C: - set PARSER_VARSION env before external
8671: script executing
8672:
8673: 2010-07-13 misha
8674:
8675: * tests/058.html: - test for suppressing @border was added - test
8676: for user attribute was added
8677:
8678: * tests/results/186.processed: unescaping from \uXXXX
8679:
8680: * tests/186.html: unescaping from \uXXXX
8681:
8682: * tests/: 239.html, results/239.processed: method call type
8683:
8684: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
8685: $junction_method.CLASS_NAME (+CLASS)
8686:
8687: 2010-07-07 misha
8688:
8689: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
8690: *nix
8691:
8692: 2010-07-05 misha
8693:
8694: * src/: classes/curl.C, classes/file.C, classes/hash.C,
8695: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
8696: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
8697: comment strings "options must be hash", "options must be hash,
8698: not code" and "called with invalid option" were replaced by
8699: constatns - exception comment string "invalid option passed" was
8700: replaced by "called with invalid option" (now in different
8701: methods are the same exception comment string)
8702:
8703: * src/include/pa_exception.h: - more exception strings were defined
8704:
8705: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8706: types/pa_vstateless_class.h: - now we can define possible
8707: method's call type ( new feature: #5 ) 1.
8708: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
8709: methods 2. @static:method[params] (only static keyword could be
8710: used here) -- for specified methods
8711:
8712: * src/main/pa_common.C: - junction points should not be deleted on
8713: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
8714: cleanup
8715:
8716: 2010-07-03 misha
8717:
8718: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
8719: results/158.processed, results/160.processed,
8720: results/161.processed, results/162.processed,
8721: results/163.processed: - prepare tests to trim trailing methods'
8722: EOLs
8723:
8724: * tests/results/169.processed: - prepare tests to trim trailing
8725: methods' EOLs
8726:
8727: * tests/results/: 168.processed, 169.processed: - prepare tests to
8728: trim trailing methods' EOLs
8729:
8730: * tests/: results/170.processed, results/167.processed,
8731: results/168.processed, results/169.processed, 167.html, 168.html,
8732: 169.html: - prepare tests to trim trailing methods' EOLs
8733:
8734: * tests/: results/170.processed, results/171.processed,
8735: results/172.processed, results/173.processed,
8736: results/174.processed, results/175.processed, 170.html, 171.html,
8737: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
8738: trailing methods' EOLs
8739:
8740: * tests/: results/176.processed, results/180.processed,
8741: results/184.processed, results/185.processed,
8742: results/191.processed, results/192.processed,
8743: results/196.processed, results/197.processed,
8744: results/198.processed, 176.html, 180.html, 184.html, 185.html,
8745: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
8746: to trim trailing methods' EOLs
8747:
8748: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
8749: results/199.processed, results/208.processed,
8750: results/209.processed, results/213.processed,
8751: results/214.processed: - prepare tests to trim trailing methods'
8752: EOLs
8753:
8754: 2010-06-29 misha
8755:
8756: * tests/: 220.html, 218.html, results/218.processed,
8757: results/215.processed, results/217.processed, 215.html, 217.html:
8758: - prepare tests to trim trailing methods' EOLs
8759:
8760: * tests/: results/224.processed, 224.html, 223.html,
8761: results/223.processed, results/220.processed: - prepare tests to
8762: trim trailing methods' EOLs
8763:
8764: * tests/results/: 226.processed, 230.processed: - prepare tests to
8765: trim trailing methods' EOLs
8766:
8767: * tests/: 229.html, results/229.processed: - prepare tests to trim
8768: trailing methods' EOLs
8769:
8770: * tests/: 232.html, 235.html, results/232.processed,
8771: results/235.processed, 226.html, 227.html, 228.html, 230.html,
8772: results/226.processed, results/227.processed,
8773: results/228.processed, results/230.processed: - prepare tests to
8774: trim trailing methods' EOLs
8775:
8776: 2010-06-16 moko
8777:
8778: * tests/: 229.html, results/229.processed: elseif now supported in
8779: ^if
8780:
8781: * src/classes/op.C: new feature: #56 elseif now supported in ^if
8782:
8783: 2010-06-03 misha
8784:
8785: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
8786: instead of memcopy for overlaped regions
8787:
8788: 2010-05-25 misha
8789:
8790: * src/main/pa_common.C: - wanring about unused vars was removed
8791:
8792: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8793: get_method_filename was moved to execute.C
8794:
8795: 2010-05-23 misha
8796:
8797: * src/main/pa_request.C: - more accurate detection of method's file
8798:
8799: 2010-05-22 misha
8800:
8801: * src/classes/reflection.C: - bugfix: core during detection of
8802: .file if filespec isn't detected successfully
8803:
8804: 2010-05-20 misha
8805:
8806: * src/main/pa_request.C: - fix in get_method_filename
8807:
8808: * src/include/pa_request.h: - new feature: #24 -- searching
8809: included file in @USE/^use is changed. if its filespec doesn't
8810: start from '/' it will be searched in caller file directory
8811:
8812: * src/classes/reflection.C: - ^reflection:method_info returns file
8813: where the method is defined
8814:
8815: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8816: classes/op.C: - new feature: #24 -- searching included file in
8817: @USE/^use is changed. if its filespec doesn't start from '/' it
8818: will be searched in caller file directory
8819:
8820: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8821: is moved to pa_common.h
8822:
8823: 2010-05-18 misha
8824:
8825: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8826: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8827: cookie parser decode \uXXXX as well as %uXXXX
8828:
8829: 2010-05-17 misha
8830:
8831: * src/classes/curl.C: beauty: - unused param is removed in method
8832: _curl_version_action - some spaces were removed or replaced by
8833: tabs
8834:
8835: * src/classes/table.C: - bugfix: #72 core with empty value during
8836: ^table.hash[...;name_of_the_last_column][$.type[string]]
8837:
8838: 2010-05-16 misha
8839:
8840: * src/classes/curl.C: new: #61 more curl options were added
8841: (contributed by Sumo)
8842:
8843: 2010-04-29 pretender
8844:
8845: * src/main/pa_string.C: fixes #63 Split result from empty string
8846: now empty string.
8847:
8848: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8849: string type.
8850:
8851: 2010-04-28 pretender
8852:
8853: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8854: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8855: macrodefinition removed
8856:
8857: 2010-04-19 pretender
8858:
8859: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8860: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8861:
8862: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8863: fixes #64 Now file.missing exception generates in unsafe mode to.
8864:
8865: * src/classes/file.C: fixes #48 Now not throw "not save environment
8866: variable" exception in grpunlim version.
8867:
8868: 2010-04-05 misha
8869:
8870: * src/classes/string.C: - new feature: 4th param was added to
8871: match. if specified its value is returned in case of nothing was
8872: found
8873:
8874: 2010-04-01 misha
8875:
8876: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8877: multiple execution of /a/b/auto.p
8878:
8879: 2010-03-19 misha
8880:
8881: * src/main/execute.C: - core in $table1.$table2 was fixed
8882:
8883: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8884:
8885: 2010-01-27 misha
8886:
8887: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8888: trying to open file by path /existing-file/non-exixting-file
8889:
8890: 2010-01-26 misha
8891:
8892: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8893: was added (returns file)
8894:
8895: 2009-12-22 misha
8896:
8897: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8898: now parser doesn't have class curl if it was built without it
8899:
8900: 2009-12-15 misha
8901:
8902: * configure.in: - little cheat with curl include dir was added
8903:
8904: 2009-12-05 misha
8905:
8906: * src/classes/curl.C: - some fixes
8907:
8908: 2009-12-04 misha
8909:
8910: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8911: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8912: buildall-with-xml, buildall-without-xml, configure.in: - curl
8913: class was added
8914:
8915: * src/include/pa_hash.h: - hash-iterator was added
8916:
8917: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8918: was added to pcre
8919:
8920: 2009-11-27 misha
8921:
8922: * src/classes/image.C: - don't add @border attribute to output of
8923: ^image.html[] if it was specified by user with empty value
8924:
8925: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8926: root element and we are trying to access .documentElement
8927:
8928: 2009-11-11 misha
8929:
8930: * src/classes/table.C: - in ^table.flip[] look at number of columns
8931: instead of number of items in first row for named tables
8932:
8933: 2009-11-10 misha
8934:
1.211 moko 8935: * operators.ru.txt, operators.txt: - info about hash-options in
8936: ^file::create was added
1.95 moko 8937:
8938: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8939: added
8940:
8941: 2009-11-09 misha
8942:
8943: * buildall-with-xml: - moving to libxml 2.7.6
8944:
8945: * tests/236.html: - tests for comparations cords with functions
8946: were added
8947:
8948: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8949: added
8950:
8951: * src/main/pa_http.C: - little optimisation
8952:
8953: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8954: GPF mallocs + stringstream (table.save)
8955:
8956: * src/classes/file.C: - file::create now accepts 4th param: options
8957: with $.charset
8958:
8959: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8960: bug in cord (comparation cords with functions was buggy)
8961:
8962: 2009-11-06 misha
8963:
8964: * src/main/pa_string.C: - bugfix: calculation string.length
8965: sometimes was buggy
8966:
8967: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8968: destroyed if exception occured during match/replace
8969:
8970: * src/: main/pa_charset.C, include/pa_charset.h: - method
8971: lengthUTF8Char was added
8972:
8973: * src/classes/op.C: - clean tainting lang was added for user's
8974: usage
8975:
8976: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8977: fixed: checkouts are required after GC_MALLOC
8978:
8979: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8980:
1.211 moko 8981: * operators.ru.txt, operators.txt: - actually, there is no
8982: ^untaint[xml] in file::create
1.95 moko 8983:
8984: 2009-10-15 misha
8985:
8986: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8987: were added
8988:
8989: * tests/234.html: - more tests for checking ^taint[uri] escaping
8990: were added
8991:
8992: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8993: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8994: hacking: for dealing with transcoding+^taint[uri]
8995: transcode_and_untaint was replaced by untaint_and_transcode
8996:
8997: 2009-10-13 misha
8998:
8999: * tests/: 121.html, results/121.processed: - test transcoding +
9000: url-escaping now
9001:
9002: * tests/results/auto.p: - more helpers' methods were added
9003:
9004: * src/main/pa_globals.C: - die instead of abort
9005:
9006: 2009-10-06 misha
9007:
9008: * src/main/pa_common.C: - don't allocate memory during
9009: capitalization if input string is already capitalized
9010:
9011: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9012:
9013: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9014: use format function because it calls malloc
9015:
9016: * src/include/pa_common.h: - more capitalized headers were added
9017:
9018: * src/main/pa_common.C: - in safe mode clear executable bits during
9019: file writing
9020:
9021: 2009-10-05 misha
9022:
9023: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9024:
9025: 2009-10-03 misha
9026:
9027: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9028: ^img.text[] & ^img.length[] can work in utf-8 now
9029:
9030: * src/: include/pa_charset.h, main/pa_charset.C: - class
9031: UTF8_string_iterator was added
9032:
9033: * src/classes/image.C: - respect utf-8 when calculate alphabet
9034: length
9035:
9036: * src/classes/mail.C: - check from before get message.cstr
9037:
9038: 2009-10-02 misha
9039:
9040: * tests/233.html: - test for image.font, image.length, image.text
9041: with text in utf-8 were added
9042:
9043: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9044:
9045: * buildall-with-xml, buildall-without-xml: - comment about gc
9046: version for freebsd 4 was added
9047:
9048: 2009-10-01 misha
9049:
9050: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9051: terminator) - read_pipe were slightly optimized
9052:
9053: 2009-09-28 misha
9054:
9055: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9056: removed
9057:
9058: * src/types/pa_vmail.C: - forgot about space after ':'
9059:
9060: * src/types/pa_vmail.C: - escape filenames while preparing mail
9061: body - small simplifications
9062:
9063: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9064: inout params like pa_base64
9065:
9066: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9067: option $.debug-print(1) was added to mail:send - changes for
9068: using uue_encode which uses less memory
9069:
9070: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9071:
9072: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9073: memory now
9074:
9075: 2009-09-26 misha
9076:
9077: * src/types/pa_vmail.C: - default encoding now is base64
9078:
9079: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9080:
9081: 2009-09-25 misha
9082:
9083: * src/types/pa_vmail.C: - capitalization of headers was added to
9084: sending mail as well
9085:
9086: * buildall-with-xml: - catalog package was removed from libxml
9087:
9088: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9089: win32 absolute path
9090:
9091: * src/include/pa_common.h: - one more capitalized header was added
9092:
9093: 2009-09-22 misha
9094:
9095: * INSTALL: - comment about building just httpd binary while
9096: building apache module was added
9097:
9098: 2009-09-21 misha
9099:
9100: * buildall-with-xml: - moving to the latest versions of xml libs:
9101: libxml 2.7.4 and libxslt 1.1.25
9102:
9103: 2009-09-19 misha
9104:
9105: * tests/231.html: - test for encoding cookie in win-1251
9106:
9107: 2009-09-18 misha
9108:
9109: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9110: object] were added
9111:
1.211 moko 9112: * operators.ru.txt, operators.txt: - info about method
9113: ^reflection:fields[class or object] was added
1.95 moko 9114:
9115: * src/classes/reflection.C: - method ^reflection:fields[class or
9116: object] was added
9117:
9118: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9119: methods get_fields were added
9120:
9121: * tests/232.html: - tests for @GET[name]
9122:
9123: * src/classes/table.C: - some changes in handling hash-options for
9124: creare, join and locate
9125:
9126: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9127: defined with option: the type of requested value
9128:
9129: 2009-09-17 misha
9130:
9131: * tests/212.html: - tests for .pattern and .options were added
9132:
9133: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9134: $regex.options were added
9135:
9136: 2009-09-11 misha
9137:
9138: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9139: rewrited. it checks not just one case of sending cookies during
9140: file::load[http], but also sending headers and fields (including
9141: files)
9142:
9143: 2009-09-10 misha
9144:
9145: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9146: was removed => now parser can open files with Russian 'r' in
9147: filename
9148:
9149: * src/main/untaint.C: - bugfix: client charset whould be analized
9150: while escaping cookies but now source charset
9151:
9152: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9153: ^tainted[uri] so it was possible to make request with incorrect
9154: http header
9155:
9156: * src/main/pa_http.C: - capitalization of http headers during
9157: file::load[http was slightly changes - bugfix: all headers which
9158: parser sends during file::load[http should be transcoded and only
9159: then escaped
9160:
9161: * src/main/untaint.C: - a bit more comments were added
9162:
9163: * src/classes/: file.C, string.C: - types where changes (minus 2
9164: warnings)
9165:
9166: * src/include/pa_common.h: - 2 capitalized strings for making http
9167: headers during file::load[http were added
9168:
9169: 2009-09-08 misha
9170:
1.211 moko 9171: * operators.ru.txt, operators.txt: - changes in file.save and
9172: string.save were added
1.95 moko 9173:
9174: * tests/: 230.html, 230.txt: - tests for checking options in
9175: file.save and string.save were added
9176:
9177: * src/main/pa_request.C: - http headers names, which are passed to
9178: SAPI::add_header_attribute are lowercased now (it'll be
9179: capitalized in that method)
9180:
9181: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9182: classes/string.C: - file_write accepts Request_charsets and asked
9183: charset and cound transcode content before writing - string.save
9184: and file.save have option $.charset now
9185:
9186: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9187: classes/xdoc.C: - file_write accepts Request_charsets and asked
9188: charset and cound transcode content before writing
9189:
9190: * src/include/pa_exception.h: - new exception comment string was
9191: defined
9192:
9193: 2009-09-07 misha
9194:
9195: * src/main/compile.y: - grammar $name\ name stops now for regex
9196: sub-pattern\s
9197:
9198: 2009-09-04 misha
9199:
9200: * src/main/pa_http.C: - capitalization of http headers during
9201: file::load[http was implemented
9202:
9203: 2009-09-03 misha
9204:
9205: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9206: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9207: types/pa_vmail.C, targets/cgi/parser3.C,
9208: targets/isapi/parser3isapi.C: - back to storing response http
9209: headers in lowercase - capitalize them during output
9210:
9211: 2009-08-31 misha
9212:
9213: * src/classes/table.C: - allow call with any brackets (it could be
9214: useful in methods with explict result declaration)
9215:
9216: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9217: correctly if $request:charset==koi8-r
9218:
9219: 2009-08-30 misha
9220:
9221: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9222: changed: content-type => Content-type and so on
9223:
9224: * src/classes/file.C, src/include/pa_common.h,
9225: src/include/pa_request.h, src/main/pa_http.C,
9226: src/main/pa_request.C, src/types/pa_vcookie.C,
9227: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9228: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9229: tests/results/002.processed, tests/results/003.processed,
9230: tests/results/004.processed, tests/results/005.processed,
9231: tests/results/006.processed, tests/results/007.processed,
9232: tests/results/008.processed, tests/results/009.processed,
9233: tests/results/010.processed, tests/results/011.processed,
9234: tests/results/012.processed, tests/results/013.processed,
9235: tests/results/014.processed, tests/results/015.processed,
9236: tests/results/016.processed, tests/results/017.processed,
9237: tests/results/018.processed, tests/results/019.processed,
9238: tests/results/020.processed, tests/results/021.processed,
9239: tests/results/022.processed, tests/results/023.processed,
9240: tests/results/024.processed, tests/results/025.processed,
9241: tests/results/026.processed, tests/results/027.processed,
9242: tests/results/028.processed, tests/results/029.processed,
9243: tests/results/030.processed, tests/results/031.processed,
9244: tests/results/032.processed, tests/results/033.processed,
9245: tests/results/034.processed, tests/results/035.processed,
9246: tests/results/036.processed, tests/results/037.processed,
9247: tests/results/038.processed, tests/results/039.processed,
9248: tests/results/040.processed, tests/results/041.processed,
9249: tests/results/042.processed, tests/results/043.processed,
9250: tests/results/044.processed, tests/results/045.processed,
9251: tests/results/046.processed, tests/results/047.processed,
9252: tests/results/048.processed, tests/results/049.processed,
9253: tests/results/050.processed, tests/results/051.processed,
9254: tests/results/052.processed, tests/results/053.processed,
9255: tests/results/054.processed, tests/results/055.processed,
9256: tests/results/056.processed, tests/results/057.processed,
9257: tests/results/058.processed, tests/results/059.processed,
9258: tests/results/060.processed, tests/results/061.processed,
9259: tests/results/062.processed, tests/results/063.processed,
9260: tests/results/064.processed, tests/results/065.processed,
9261: tests/results/066.processed, tests/results/067.processed,
9262: tests/results/068.processed, tests/results/069.processed,
9263: tests/results/070.processed, tests/results/071.processed,
9264: tests/results/072.processed, tests/results/073.processed,
9265: tests/results/074.processed, tests/results/075.processed,
9266: tests/results/076.processed, tests/results/077.processed,
9267: tests/results/078.processed, tests/results/079.processed,
9268: tests/results/080.processed, tests/results/081.processed,
9269: tests/results/082.processed, tests/results/083.processed,
9270: tests/results/084.processed, tests/results/085.processed,
9271: tests/results/086.processed, tests/results/087.processed,
9272: tests/results/088.processed, tests/results/089.processed,
9273: tests/results/090.processed, tests/results/091.processed,
9274: tests/results/092.processed, tests/results/093.processed,
9275: tests/results/094.processed, tests/results/095.processed,
9276: tests/results/096.processed, tests/results/097.processed,
9277: tests/results/098.processed, tests/results/099.processed,
9278: tests/results/100.processed, tests/results/101.processed,
9279: tests/results/102.processed, tests/results/103.processed,
9280: tests/results/104.processed, tests/results/105.processed,
9281: tests/results/106.processed, tests/results/107.processed,
9282: tests/results/108.processed, tests/results/109.processed,
9283: tests/results/110.processed, tests/results/111.processed,
9284: tests/results/112.processed, tests/results/113.processed,
9285: tests/results/114.processed, tests/results/115.processed,
9286: tests/results/116.processed, tests/results/117.processed,
9287: tests/results/118.processed, tests/results/119.processed,
9288: tests/results/120.processed, tests/results/121.processed,
9289: tests/results/122.processed, tests/results/123.processed,
9290: tests/results/124.processed, tests/results/125.processed,
9291: tests/results/126.processed, tests/results/127.processed,
9292: tests/results/128.processed, tests/results/129.processed,
9293: tests/results/130.processed, tests/results/131.processed,
9294: tests/results/132.processed, tests/results/133.processed,
9295: tests/results/134.processed, tests/results/135.processed,
9296: tests/results/136.processed, tests/results/138.processed,
9297: tests/results/139.processed, tests/results/140.processed,
9298: tests/results/141.processed, tests/results/142.processed,
9299: tests/results/143.processed, tests/results/144.processed,
9300: tests/results/145.processed, tests/results/146.processed,
9301: tests/results/147.processed, tests/results/148.processed,
9302: tests/results/149.processed, tests/results/150.processed,
9303: tests/results/151.processed, tests/results/152.processed,
9304: tests/results/153.processed, tests/results/154.processed,
9305: tests/results/155.processed, tests/results/156.processed,
9306: tests/results/157.processed, tests/results/158.processed,
9307: tests/results/159.processed, tests/results/160.processed,
9308: tests/results/161.processed, tests/results/162.processed,
9309: tests/results/163.processed, tests/results/164.processed,
9310: tests/results/165.processed, tests/results/166.processed,
9311: tests/results/167.processed, tests/results/168.processed,
9312: tests/results/169.processed, tests/results/170.processed,
9313: tests/results/171.processed, tests/results/172.processed,
9314: tests/results/173.processed, tests/results/174.processed,
9315: tests/results/175.processed, tests/results/176.processed,
9316: tests/results/177.processed, tests/results/178.processed,
9317: tests/results/179.processed, tests/results/180.processed,
9318: tests/results/181.processed, tests/results/182.processed,
9319: tests/results/183.processed, tests/results/184.processed,
9320: tests/results/185.processed, tests/results/186.processed,
9321: tests/results/187.processed, tests/results/188.processed,
9322: tests/results/189.processed, tests/results/190.processed,
9323: tests/results/191.processed, tests/results/192.processed,
9324: tests/results/193.processed, tests/results/194.processed,
9325: tests/results/195.processed, tests/results/196.processed,
9326: tests/results/197.processed, tests/results/198.processed,
9327: tests/results/199.processed, tests/results/200.processed,
9328: tests/results/201.processed, tests/results/202.processed,
9329: tests/results/203.processed, tests/results/204.processed,
9330: tests/results/205.processed, tests/results/206.processed,
9331: tests/results/207.processed, tests/results/208.processed,
9332: tests/results/209.processed, tests/results/210.processed,
9333: tests/results/211.processed, tests/results/212.processed,
9334: tests/results/213.processed, tests/results/214.processed,
9335: tests/results/215.processed, tests/results/216.processed,
9336: tests/results/217.processed, tests/results/218.processed,
9337: tests/results/219.processed, tests/results/220.processed,
9338: tests/results/221.processed, tests/results/222.processed,
9339: tests/results/223.processed, tests/results/224.processed,
9340: tests/results/225.processed, tests/results/226.processed,
9341: tests/results/227.processed, tests/results/228.processed,
9342: tests/results/229.processed: - http headers were changed:
9343: content-type => Content-type and so on
9344:
9345: 2009-08-27 misha
9346:
9347: * src/: main/pa_random.C, include/pa_random.h,
9348: targets/cgi/parser3.C: - year was updated :)
9349:
9350: 2009-08-26 misha
9351:
9352: * tests/: 224.html, 224.p: - test for creating of parser object
9353: using constructor without params - little bugfix in test
9354:
9355: * src/main/compile_tools.h: - bugfix: should't call autouse while
9356: checking existed class while processing partial option
9357:
9358: * src/classes/reflection.C: - bugfix: core when creating object
9359: with reflection and constructor doesn't have params
9360:
9361: 2009-08-24 misha
9362:
9363: * tests/229.html: - tests for checking the number of parameters
9364: were added
9365:
9366: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9367: number of method's parameters wasn't checked correctly (the bug
9368: was introduced in 3.4.0)
9369:
9370: 2009-08-22 misha
9371:
9372: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9373: transcoded, but tainted pieces are escaped only when
9374: content-type==url-encoding
9375:
9376: * tests/228.html: - test for checking
9377: ^file::load[http://...;$.body[]]
9378:
9379: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9380: post charset was too early (charsets is empty at this moment)
9381:
9382: 2009-08-21 misha
9383:
9384: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9385: main/untaint.C: - some fixes with transcode+untaint
9386:
9387: 2009-08-15 misha
9388:
9389: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9390: was increaced to 100 (was 50)
9391:
9392: * tests/227.html: - test for checking overriding properties in
9393: static classes was added
9394:
9395: * tests/: 226.html, 226.p: - test for @autoload[] was added
9396:
9397: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9398: main/execute.C, main/pa_request.C, classes/reflection.C: -
9399: autouse was implemented
9400:
9401: 2009-08-14 misha
9402:
9403: * src/classes/reflection.C: - outdated checkout was removed
9404:
9405: * src/classes/reflection.C: - optimization - method ^dynamical was
9406: added.
9407:
9408: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9409: types/pa_vstateless_class.h, main/execute.C: - optimization
9410:
9411: * src/types/pa_vclass.C: - exception if base on sytem class
9412:
9413: 2009-08-12 misha
9414:
9415: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9416: pa_vstateless_class.h: - little optimisation
9417:
9418: 2009-08-11 misha
9419:
9420: * tests/224.html: - method_params => method_info - checking for
9421: $.inherited
9422:
1.211 moko 9423: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9424: method method_params was renamed to method_info and now it
9425: returns class name, if method was defined in ancestor
1.95 moko 9426:
9427: * tests/225.html: - tests for cheching properties in hierarhical
9428: classes were added
9429:
9430: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9431: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9432: main/compile.y, main/execute.C, classes/classes.C: - problems
9433: with properties in new classes implementation were fixed
9434:
9435: 2009-08-10 misha
9436:
9437: * src/main/execute.C: - now constructor shouldn't be defined in
9438: class. it could be defined in parent.
9439:
9440: 2009-08-09 misha
9441:
9442: * src/classes/reflection.C: - ^reflection:methods doesn't return
9443: base's methods
9444:
9445: 2009-08-08 misha
9446:
9447: * src/: classes/classes.h, classes/date.C, classes/file.C,
9448: classes/form.C, classes/hash.C, classes/hashfile.C,
9449: classes/image.C, classes/mail.C, classes/op.C,
9450: classes/reflection.C, classes/regex.C, classes/string.C,
9451: classes/table.C, classes/xdoc.C, classes/xnode.C,
9452: classes/xnode.h, include/pa_hash.h, main/execute.C,
9453: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9454: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9455: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9456: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9457: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9458: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9459: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9460: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9461: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9462: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9463: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9464: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9465: types/pa_vresponse.C, types/pa_vresponse.h,
9466: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9467: types/pa_vstateless_object.h, types/pa_vstatus.C,
9468: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9469: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9470: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9471: types/pa_wwrapper.h, types/types.vcproj: - new classes
9472: implementation
9473:
9474: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9475: USE_MUNMAP is used. so it is disabled as a workaround.
9476:
9477: 2009-08-05 misha
9478:
9479: * src/: main/pa_common.C, include/pa_common.h: - not needed
9480: parameter was removed
9481:
9482: * src/main/pa_http.C: - bugfix: error was during detecting
9483: content-type of file which was loaded by http
9484:
9485: 2009-08-01 misha
9486:
9487: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9488: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9489: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9490: can't be disabled with defines any longer
9491:
9492: 2009-07-29 misha
9493:
9494: * src/classes/reflection.C, tests/results/224.processed: - for
9495: native methods with any call type now returned empty call_type
9496: value
9497:
9498: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9499: classes/table.C, include/pa_hash.h, include/pa_request.h,
9500: main/pa_request.C: - break in cycles was optimized
9501:
9502: * INSTALL: - more defines were described
9503:
9504: 2009-07-28 misha
9505:
1.211 moko 9506: * operators.ru.txt, operators.txt: - some changes in information
9507: about reflection class
1.95 moko 9508:
9509: * tests/: 224.html, 224.p: - tests for reflection class
9510:
9511: * src/classes/reflection.C: - some bugs were fixed, method classes
9512: was added, refactoring
9513:
9514: 2009-07-26 misha
9515:
9516: * src/classes/classes.vcproj: - reflection class wass added to
9517: project
9518:
1.211 moko 9519: * operators.ru.txt, operators.txt: - information about reflection
9520: class was added
1.95 moko 9521:
9522: * src/classes/reflection.C: - class was redesigned
9523:
9524: 2009-07-24 misha
9525:
9526: * src/classes/: Makefile.am, reflection.C: - class reflection was
9527: added
9528:
9529: * src/types/pa_vstateless_class.h: - method for reflection method's
9530: in classes was added
9531:
9532: 2009-07-22 misha
9533:
9534: * src/main/compile_tools.h: - bugfix: $object.$var was
9535: over-optimized. it failed if $object1.$object2.field
9536:
9537: 2009-07-16 misha
9538:
9539: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9540: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9541: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9542: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9543: one more arg: length of cord
9544:
9545: 2009-07-15 misha
9546:
9547: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9548: tainted in ^file::load[http://...;$.cookies[]]
9549:
9550: * src/classes/: op.C, regex.C, string.C: - new string with
9551: exception was used
9552:
9553: * src/include/pa_exception.h: - new string with exception was added
9554:
9555: * tests/223.html: - test for checking cookie-encoding during
9556: ^file::load[http was added
9557:
9558: * tests/: 221.html, 222.html: - tests for checking type of
9559: $table.fields.field were added
9560:
9561: * src/types/pa_vtable.C: - not used var decl was removed
9562:
9563: * src/include/pa_string.h: - use cached string length in Body::mid.
9564: it improves speed of match with brackets in pattern
9565:
9566: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9567: outside
9568:
9569: 2009-07-14 misha
9570:
9571: * src/types/pa_vtable.C: - $table.fields.a return string even if
9572: column is empty (sometime returned void) - $table.fields was
9573: added for nameless tables
9574:
9575: * src/targets/cgi/getopt.c: - one warning resolved
9576:
9577: * src/main/pa_string.C: - potentian bug fixed
9578:
9579: * src/classes/op.C: - small optimization in taint/untaint
9580:
9581: 2009-07-13 misha
9582:
9583: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
9584: added
9585:
9586: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
9587: souldn't add the attribut to output
9588:
9589: 2009-07-11 misha
9590:
9591: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9592: stack size was increaced to 2MB (default=1MB)
9593:
9594: 2009-07-08 misha
9595:
9596: * src/main/pa_string.C: - link to UTF-8 description was added
9597:
9598: * src/include/pa_hash.h: - hash keeps element's order in more
9599: places (ex: ._keys[])
9600:
9601: * tests/220.html: - test for checking order of elements in hash in
9602: foreach was added
9603:
9604: * tests/172.html: - small changes in printing hash
9605:
9606: * tests/129.html: - small changes in printing hash
9607:
9608: * src/: include/pa_common.h, include/pa_hash.h,
9609: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
9610: types/pa_vmethod_frame.h: - hash now keeps order of elements
9611:
9612: * tests/014.html: - small changes in printing hash
9613:
9614: 2009-07-07 misha
9615:
9616: * src/classes/op.C: - new taint language "parser-code" was added
9617:
9618: * tests/219.html: - test for auto untaint parser code in process
9619: was added
9620:
9621: * src/classes/op.C: - tainted pieces in body of process are
9622: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
9623:
9624: * src/: include/pa_string.h, main/untaint.C: - new language
9625: L_PARSER_CODE for auto-untaint in process was added
9626:
9627: * src/: classes/file.C, classes/hash.C, classes/image.C,
9628: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
9629: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
9630: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
9631: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
9632: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
9633: code cleanup
9634:
9635: 2009-07-06 misha
9636:
9637: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
9638: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
9639: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9640:
9641: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
9642: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
9643: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
9644: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
9645: should be used
9646:
9647: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
9648: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
9649: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
9650: untaint_cstr[m] should be used
9651:
9652: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
9653: deleted. taint_cstr[m] and untaint_cstr[m] should be used
9654:
9655: * tests/218.html: - test for checking automatic file-spec-taint was
9656: added
9657:
9658: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
9659: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
9660: classes/file.C, classes/hash.C, classes/image.C,
9661: classes/string.C, classes/table.C, classes/void.C,
9662: classes/xdoc.C: - optimizations and simplification of
9663: string.cstr(...)
9664:
9665: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
9666: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
9667: - optimizations and simplification of string.cstr(...)
9668:
9669: 2009-07-04 misha
9670:
9671: * tests/217.html: - test for recursion detection was added
9672:
9673: * src/: types/types.vcproj, main/main.vcproj,
9674: classes/classes.vcproj, targets/cgi/parser3.vcproj,
9675: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
9676: from .vcproj
9677:
9678: * src/types/pa_wwrapper.h: - dynamic_cast was removed
9679:
9680: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
9681: uploading files and case-insensitive http-method were added
9682:
9683: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
9684: tainted pattern in ^file:list[] was added
9685:
9686: 2009-07-03 misha
9687:
9688: * src/: classes/classes.vcproj, main/main.vcproj,
9689: types/types.vcproj, targets/cgi/parser3.vcproj,
9690: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
9691: for dynamic_cast) - little options changes
9692:
9693: * src/main/pa_http.C: - file::load[http works now with uploading
9694: files _and_ changing $.charset
9695:
9696: 2009-06-29 misha
9697:
9698: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
9699: while creating pattern
9700:
9701: 2009-06-25 misha
9702:
1.211 moko 9703: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
9704: names for ^image.font were changed to $.space, $.width and
9705: $spacing - default space width now == gif's width
1.95 moko 9706:
9707: 2009-06-24 misha
9708:
9709: * tests/215.html: - tests for $file.mode were added
9710:
1.211 moko 9711: * operators.ru.txt, operators.txt: - added info about $file.mode
9712: and changes in ^image.font[
1.95 moko 9713:
9714: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
9715: param now could be omited - third param now could be hash (with
9716: all widths options: $.space-width, $.letter-width) - it's
9717: possible to specify tracking ($.letter-space)
9718:
9719: * src/classes/file.C: - file objects now could have mode field
9720: (text|binary)
9721:
9722: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
9723:
9724: 2009-06-23 misha
9725:
9726: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9727: trim can work with utf-8 chars now
9728:
9729: 2009-06-20 misha
9730:
9731: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
9732: was implemented
9733:
9734: * src/classes/table.C: - string length cacheing was implemented
9735:
9736: * src/include/pa_string.h: - string length cacheing was implemented
9737:
9738: 2009-06-17 misha
9739:
9740: * src/main/execute.C: - value param was removed from
9741: WContext::WContext
9742:
9743: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
9744: pa_wwrapper.h: - value param was removed from WContext::WContext
9745: - field wcontext was removed from VCodeFrame (using fparent
9746: instead)
9747:
9748: * tests/214.html: - test with hash copying
9749:
9750: 2009-06-16 misha
9751:
9752: * tests/: 062.html, results/062.processed: - evaluation hardcoded
9753: strings doesn't work in expression anymore
9754:
9755: * src/main/execute.C: - less calls for get_constructing() - little
9756: refactoring
9757:
9758: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
9759: include/pa_request.h: - less calls for get_constructing()
9760:
9761: * src/classes/: hash.C, hashfile.C: - fixed bug which was
9762: introduced with OPTIMIZE_SINGLE_STRING optimization
9763:
9764: 2009-06-14 misha
9765:
9766: * src/: classes/date.C, classes/file.C, classes/hash.C,
9767: classes/hashfile.C, classes/image.C, classes/regex.C,
9768: classes/table.C, classes/xdoc.C, classes/xnode.h,
9769: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
9770: types/pa_vstateless_class.h, main/execute.C: - create object for
9771: storing object's fields only for parser objects
9772:
9773: 2009-06-13 misha
9774:
9775: * buildall-with-xml, buildall-without-xml: - new option was added
9776: for building GC (it slightly reduces memory usage)
9777:
9778: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
9779: single string write
9780:
9781: * src/main/execute.C: - bytecode optimization of ^class:constructor
9782: - optimization of single string write
9783:
9784: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
9785: - bytecode optimization of ^class:constructor
9786:
9787: 2009-06-09 misha
9788:
9789: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9790: main (better compatibility)
9791:
9792: 2009-06-08 misha
9793:
9794: * src/main/compile.y: - I've forgot to commit it :(
9795:
9796: 2009-06-07 misha
9797:
9798: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9799: WITH_READ and WITH_ROOT
9800:
9801: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9802: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9803: WITH_ROOT - little refactoring
9804:
9805: 2009-06-06 misha
9806:
9807: * tests/213.html: - tests for 3rd match string-param were added
9808:
9809: * src/classes/string.C: - 3rd match param could be string now
9810:
9811: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9812: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9813: GET_OBJECT_ELEMENT
9814:
9815: 2009-06-05 misha
9816:
9817: * src/main/pa_http.C: - bugfix: content-length was not calculated
9818: if $.body was specified
9819:
9820: 2009-06-04 misha
9821:
9822: * src/classes/op.C: - optimizing write_assign_lang in connect
9823:
9824: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9825:
9826: * src/main/execute.C: - little refactoring - optimizing
9827: write_assign_lang in taint/untaint
9828:
9829: * src/include/pa_opcode.h: - little refactoring
9830:
9831: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9832: main/compile_tools.h, main/execute.C: - optimizations for
9833: $self.field, ^self.method, $self.field[...] and $self.field(...)
9834: were added
9835:
9836: 2009-06-03 misha
9837:
9838: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9839:
9840: 2009-06-02 misha
9841:
9842: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9843: include/pa_opcode.h: - refactoring in last optimizations
9844: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9845: now but code is much easy and it is ready for further
9846: improvements.
9847:
9848: 2009-05-27 misha
9849:
9850: * src/: types/pa_junction.h, types/pa_vjunction.C,
9851: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9852: changed in destructing junctions
9853:
9854: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9855: String:Body
9856:
9857: 2009-05-26 misha
9858:
9859: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9860: one method detect_charset was deleted - bug was fixed in this
9861: method (error while detecting charset in content_type withot last
9862: ';')
9863:
9864: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9865: once
9866:
9867: 2009-05-25 misha
9868:
9869: * src/classes/file.C: - bugfix: file::exec didn't work after
9870: optimizing of helper_length
9871:
9872: 2009-05-24 misha
9873:
9874: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9875: were added - little refactoring
9876:
9877: * src/main/execute.C: - core while printing in debug log
9878: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9879: optimisations were added
9880:
9881: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9882: were added
9883:
9884: 2009-05-23 misha
9885:
9886: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9887: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9888: CORD_cat optimization
9889:
9890: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9891: - call constr optimisation under separate define now
9892:
9893: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9894: in $b should be string, not void
9895:
9896: * src/main/compile.y: - little fix for rem-cut optimisation
9897:
9898: * src/: include/pa_opcode.h, main/compile_tools.C,
9899: main/compile_tools.h, main/execute.C: - optimisations for
9900: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9901:
9902: * INSTALL: - description of some #defined were added
9903:
9904: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9905: before 1st access (memory usage is reduced if don't access to
9906: .text field)
9907:
9908: * src/include/pa_array.h: - array grows step now not static (it
9909: reduces numbers of reallocs)
9910:
9911: 2009-05-20 misha
9912:
9913: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9914: $.b(2), $c[d] and $.e[f] was added
9915:
9916: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9917: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9918: $.e[f] was added
9919:
9920: * src/main/execute.C: - debug printing moved in defines
9921:
9922: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9923: and little refactoring for OP_GET_OBJECT_ELEMENT +
9924: OP_GET_OBJECT_VAR_ELEMENT optimisation
9925:
9926: 2009-05-19 misha
9927:
9928: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9929: execute.C: - $a.$b & ^a.$b bytecode optimisation
9930:
9931: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9932: ^a.$b optimisation)
9933:
9934: * src/main/compile.y: - compiler now generate new opcodes:
9935: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9936: ^a.b - compiler now cut off ^rem{ with all content ; any number
9937: of params }
9938:
9939: * src/main/execute.C: - code for handle new opcodes
9940: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9941:
9942: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9943: added for LA2V and LA2S
9944:
9945: * src/include/pa_opcode.h: - new defines which can be used for
9946: disable some bytecode optimisation and new opcodes were added
9947:
9948: 2009-05-17 misha
9949:
9950: * src/lib/cord/cordxtra.c: - bugfix.
9951:
9952: * tests/212.html: - .size[] and .study_size[] were added to tests
9953:
1.211 moko 9954: * operators.ru.txt, operators.txt: - info about regex class was
9955: added
1.95 moko 9956:
9957: * tests/212.html: - tests for regex class were added
9958:
9959: 2009-05-16 misha
9960:
9961: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9962: gc7.1
9963:
9964: * tests/022.html: - test for ^file:list[path;] (empty second param)
9965: was added
9966:
9967: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9968: param) should work
9969:
9970: 2009-05-15 misha
9971:
9972: * src/classes/table.C: - automatically disable stringstream usage
9973: on freebsd4
9974:
9975: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9976: scope
9977:
9978: * tests/211.html: - test with different types of access to hash was
9979: added
9980:
9981: * tests/210.html: - test which checks for loosing tainting in
9982: hash's keys was added
9983:
9984: * tests/208.html: - some parser work added. or stime == 0 %-)
9985:
9986: * src/lib/cord/cordbscs.c: - little hack was added to cord
9987:
9988: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9989:
9990: * src/include/pa_version.h, configure.in: - moko have made a lot of
9991: optimisations for increacing version number more dramatically :)
9992:
9993: * src/classes/date.C: - little refactoring: use constructor which
9994: accepts formated string
9995:
9996: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9997: which can print formatted string was added
9998:
9999: 2009-05-14 misha
10000:
10001: * src/include/pa_string.h: - type was fixed
10002:
10003: * src/: classes/hashfile.C, classes/op.C,
10004: include/pa_cache_managers.h, include/pa_charset.h,
10005: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10006: include/pa_request.h, include/pa_sql_driver_manager.h,
10007: include/pa_string.h, include/pa_stylesheet_manager.h,
10008: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10009: main/pa_charsets.C, main/pa_string.C,
10010: main/pa_stylesheet_connection.C, types/pa_value.h,
10011: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10012: types/pa_vobject.C, types/pa_vstateless_class.C,
10013: types/pa_vstateless_class.h: - hash_code caching was implemented
10014: (seaches should be faster now)
10015:
10016: * src/: classes/file.C, classes/hash.C, classes/image.C,
10017: classes/string.C, classes/table.C, include/pa_string.h,
10018: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10019: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10020: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10021: types/pa_vrequest.C: - String constructors don't have that stupid
10022: true/false param which means 'tainted'. they accept lang instead.
10023:
10024: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10025: with OPTIMIZE_RESULT
10026:
10027: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10028: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10029:
10030: 2009-05-13 misha
10031:
10032: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10033: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10034: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10035: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10036: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10037: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10038: include/pa_string.h, classes/date.C, classes/file.C,
10039: classes/hash.C, classes/image.C, classes/string.C,
10040: classes/table.C, classes/xdoc.C: - result optimisation -
10041: helper_length parameter removed from string constructors
10042:
10043: 2009-05-11 misha
10044:
10045: * tests/209.html: - tests for ^hash::create[hash] were added
10046:
10047: * tests/208.html: - tests for $status:rusage, $status:memory,
10048: ^memory:compact[] were added
10049:
10050: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10051: log10 were added
10052:
10053: * tests/206.html: - test for try with finally was added
10054:
10055: 2009-05-10 misha
10056:
10057: * tests/205.html: - test for ^file::create[...] was added
10058:
10059: * tests/204.html: - test for ^response:clear[] was added
10060:
10061: * tests/038.html: - tests for trigonometric functions were added
10062:
10063: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10064: added - more tests for .add, .sub, .union, .intersects and
10065: .intersections
10066:
10067: * tests/065.html: - test for ^file:dirname was added
10068:
10069: * tests/030.html: - test for $cookie:fields was added
10070:
10071: * tests/203.html: - test for ^h._keys[column name] was added
10072:
10073: * tests/201.html: - tests for .trim were added
10074:
10075: * tests/202.html: - tests for last-day,
10076: date:calendar[type](YYYY;MM;DD) were added
10077:
10078: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10079: .offset[type](N) were added
10080:
10081: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10082: and .pos[c](N) were added
10083:
10084: * tests/141.html: - test for math:sha1 was added
10085:
10086: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10087:
10088: 2009-05-09 misha
10089:
10090: * src/main/compile.y: - rollback
10091:
10092: 2009-05-05 misha
10093:
10094: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10095: replaced by is_empty()
10096:
10097: * src/: include/pa_string.h, main/pa_charset.C: - little
10098: optimisation: somewhere length() was replaced by is_empty()
10099:
10100: * src/classes/table.C: - little optimisation: somewhere length()
10101: was replaced by is_empty()
10102:
10103: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10104: classes/op.C, classes/table.C, main/pa_exception.C: - little
10105: optimisation: somewhere length() was replaced by is_empty()
10106:
10107: 2009-05-04 misha
10108:
10109: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10110: types/pa_vstateless_class.h, main/execute.C,
10111: include/pa_request.h, classes/hash.C, classes/op.C,
10112: classes/table.C: - more optimisations were added: some operators
10113: don't switch write context anylonger
10114:
10115: 2009-05-01 misha
10116:
10117: * src/main/compile.y: - slightly more opcode optimisations for
10118: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10119:
10120: * src/main/execute.C: - simplifying process for getters
10121:
10122: 2009-04-30 misha
10123:
10124: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10125:
10126: * tests/results/199.processed: - test for checking $result into
10127: ^rem was added
10128:
10129: * tests/199.html: - test for checking $result into ^rem was added
10130:
10131: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10132: some OS it returns list in different order)
10133:
10134: * src/: include/pa_array.h, include/pa_request.h,
10135: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10136: changes in stack impl - get_element() optimisation: 3rd param
10137: removed - bugfix: problems with reading empty input param -
10138: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10139:
10140: * tests/results/198.processed: - test for reading empty local var
10141: was added
10142:
10143: * tests/198.html: - test for reading empty local var was added
10144:
10145: 2009-04-29 misha
10146:
10147: * src/main/compile.y: - bugfix: couldn't compile because
10148: OP_VALUE__GET_ELEMENT should be unde #ifdef
10149:
10150: * src/: include/pa_array.h, include/pa_opcode.h,
10151: include/pa_request.h, main/compile.y, main/execute.C,
10152: main/pa_request.C, types/pa_vmethod_frame.C,
10153: types/pa_vmethod_frame.h: - we can work without opcode
10154: OP_STORE_PARAM, so it was removed
10155:
10156: 2009-04-28 misha
10157:
10158: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10159: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10160: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10161: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10162: 4.
10163: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10164:
10165: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10166:
10167: * src/: main/pa_string.C, classes/string.C: - !length() =>
10168: is_empty()
10169:
10170: 2009-04-27 misha
10171:
10172: * src/types/pa_vregex.h: - back explicit vars initialisation
10173:
10174: 2009-04-24 misha
10175:
10176: * src/classes/string.C: - ups. typo fixed
10177:
10178: * src/main/execute.C: - more replacements '*new VBool' to
10179: 'VBool::get' - checks for ^break[], ^continue[] and
10180: parser.interrupted were optimised
10181:
10182: * src/classes/string.C: - number of params.count() calls was
10183: slightly reduced
10184:
10185: 2009-04-23 misha
10186:
10187: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10188: make it x64 friendly
10189:
10190: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10191: parser is x64 friendly now
10192:
10193: 2009-04-22 misha
10194:
10195: * src/types/pa_vhashfile.C: - coder friendly exception about
10196: exceeding record size was added
10197:
10198: * src/classes/file.C: - use vregex object instead of direct calls
10199: methods from pcre lib
10200:
10201: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10202: classes/string.C: - use vregex object instead of direct calls
10203: methods from pcre lib
10204:
10205: * src/: include/pa_common.h, main/pa_common.C: - method
10206: print_pcre_exec_error_text was moved to class vregex
10207:
10208: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10209: was added
10210:
10211: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10212: - class vregex was added
10213:
10214: 2009-04-21 misha
10215:
10216: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10217:
10218: * src/: types/pa_junction.h, types/pa_value.C,
10219: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10220: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10221: junction-optimisation (destructors)
10222:
10223: * src/include/pa_array.h: - free under if now
10224:
10225: 2009-04-19 misha
10226:
10227: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10228:
10229: 2009-04-18 misha
10230:
10231: * src/include/pa_version.h:
10232: :q :
10233:
10234: CV:
10235: ----------------------------------------------------------------------
10236:
10237: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10238: refactoring
10239:
10240: * src/: include/pa_array.h, include/pa_hash.h,
10241: types/pa_vmethod_frame.h: - destructors under #ifdef now
10242:
10243: * src/include/pa_memory.h: - define for using destructors was added
10244:
10245: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10246: main/execute.C: - some junctions will be cached now
10247:
10248: * src/include/pa_hash.h: - hash destructor frees pairs now
10249:
10250: * src/include/pa_array.h: - inline was added to destructor
10251:
10252: * src/types/pa_method.h: - comment was changed
10253:
10254: 2009-04-17 misha
10255:
10256: * src/: include/pa_array.h, include/pa_hash.h,
10257: types/pa_vmethod_frame.h: - destructors were added
10258:
10259: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10260: renamed to always_use_result
10261:
10262: * src/main/: compile.y, compile_tools.h: - rollback changes in
10263: compiler: full backward compatibility is better
10264:
10265: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10266: result in var's hash
10267:
10268: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10269: optimisation in method_frame
10270:
10271: * src/include/pa_array.h: - optimisation in array (allocate
10272: elements only when needed)
10273:
10274: * src/types/pa_vresponse.C: - check for $response:headers field
10275: before looking at custom fields
10276:
10277: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10278: not needed to check existance var with name 'result' in var's
10279: hash
10280:
10281: * src/main/compile.y: - compiler was changed: now it detects
10282: writings to $result and set flag writo_to_result in method
10283:
10284: * src/classes/string.C: - little optimisation: no needed to write
10285: number with lang
10286:
10287: * src/main/pa_charset.C: - methods readChar and skipChar which is
10288: used for read utf8-strings were renamed - is_escaped was renamed
10289: to isEscaped (to the same name convention)
10290:
10291: * src/: types/pa_method.h, main/compile_tools.h: - flag
10292: write_to_result added. compiler get this info from code.
10293:
10294: 2009-04-16 misha
10295:
10296: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10297: String only before 1st write
10298:
10299: * src/include/pa_string.h: - not needed template removed
10300:
10301: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10302: types/pa_vjunction.C, types/pa_vproperty.C,
10303: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10304: main/pa_request.C, classes/bool.C, classes/double.C,
10305: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10306: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10307: bool objects)
10308:
10309: 2009-04-15 misha
10310:
10311: * src/lib/cord/cordxtra.c: - more optimisation
10312:
10313: * src/: include/pa_string.h, main/untaint.C: - String::append
10314: optimisation
10315:
10316: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10317: then get and can sometime be used)
10318:
10319: * src/main/pa_string.C: - String::length optimisation
10320:
10321: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10322: these methods read different strings
10323:
10324: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10325: fresult_initial_void removed + some optimisation - if $result
10326: defined we don't write to context anymore
10327:
10328: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10329: need just skip char)
10330:
10331: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10332: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10333: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10334:
10335: * src/types/pa_vvoid.h: - added get() method for retreave one
10336: instance
10337:
10338: 2009-04-11 misha
10339:
10340: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10341:
10342: * tests/197.html: - test for parser://test in xml was added
10343:
10344: * src/classes/string.C: - small optimisation
10345:
10346: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10347: optimisation
10348:
10349: 2009-04-10 misha
10350:
10351: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10352: to pcre-7.8
10353:
10354: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10355:
10356: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10357: added
10358:
10359: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10360: $request:CLASS_NAME were added
10361:
10362: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10363: were added
10364:
10365: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10366: $env:CLASS_NAME were added
10367:
10368: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10369: '@todo' now
10370:
10371: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10372: compirer
10373:
10374: * src/main/pa_string.C: - little code cleanup
10375:
10376: * src/main/pa_common.C: - describe one more UTF-8 related error
10377: during PCRE compile/execute
10378:
10379: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10380: normalizing todo-comments: '@todo' now
10381:
10382: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10383:
10384: * src/main/pa_charset.C: - type changed for making compiler happy
10385:
10386: 2009-03-10 misha
10387:
10388: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10389: in main()
10390:
10391: 2009-02-01 misha
10392:
10393: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10394: boundary
10395:
10396: 2009-01-25 misha
10397:
10398: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10399:
10400: * src/classes/file.C: - more changes for parsing different number
10401: of params for file::load
10402:
10403: * tests/193.html: - tests for exception while base64-decode binary
10404: to string was added
10405:
10406: * tests/192.html: - tests for file::load with different number of
10407: options
10408:
10409: * src/classes/math.C: - ups. forgot '+1'
10410:
10411: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10412: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10413: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10414: (new option $.encode[multipart-form/data] should be specified) -
10415: $.method[] option for file::load now is not case-sensitive
10416:
10417: * src/: include/pa_string.h, main/untaint.C: - for file post the
10418: new taint language L_FILE_POST was added
10419:
10420: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10421: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10422: stuff was moved to separate files
10423:
10424: 2009-01-23 misha
10425:
10426: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10427: spaces to tabs were converted
10428:
10429: 2009-01-12 misha
10430:
10431: * src/main/pa_http.C: - value of $.method[] option force uppercased
10432: now
10433:
10434: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10435: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10436: their names
10437:
10438: * src/main/pa_common.C: - changes in formating
10439:
10440: * src/: classes/file.C, main/pa_http.C: - some constants changed
10441: their names
10442:
10443: * src/include/pa_http.h: - some spaces were converted to tabs
10444:
10445: * src/include/pa_common.h: - some constants changed their names
10446:
10447: * src/classes/file.C: - fixed 4-th paramether for file::load -
10448: little code rewriting
10449:
10450: * src/types/pa_vfile.C: - little code rewriting
10451:
10452: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10453: types/pa_value.h: - some formating changes
10454:
10455: * src/include/pa_common.h: - some formating spaces transformed to
10456: tabs
10457:
10458: * src/classes/string.C: - exception while base64-decode binary to a
10459: string
10460:
10461: 2009-01-11 misha
10462:
10463: * configure.in: - version changed to 3.3.1b
10464:
10465: 2008-09-05 misha
10466:
10467: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10468: release_3_3_0 on 2008-09-05 10:59:35 +0000
10469:
10470: 2008-09-04 misha
10471:
10472: * tests/: 130.html, 131.html: - these exceptions not typeless
10473: anymore
10474:
10475: * src/classes/op.C: - exception with 'invalid taint language' not
10476: typeless anylonger
10477:
10478: * src/classes/image.C: - some exceptions while operations with
10479: image not typeless anymore
10480:
10481: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10482: main/pa_exec.C, main/pa_http.C: - some exceptions while
10483: operations with files not typeless anymore
10484:
10485: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10486: types/pa_vdate.h: - exceptions while checking date range not
10487: typeless anymore
10488:
10489: * src/include/pa_exception.h: - exception type string for invalid
10490: date range was added
10491:
10492: 2008-09-03 misha
10493:
10494: * src/: classes/file.C, main/pa_string.C: - exception while pce
10495: operations not typeless anymore
10496:
10497: * src/include/pa_exception.h: - exception type for pce operations
10498: was added
10499:
10500: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10501: and .CLASS_NAME insite classes
10502:
10503: * src/classes/table.C: - don't save table header whiile
10504: ^table.save[append;filename] if file exists
10505:
10506: 2008-09-02 misha
10507:
10508: * src/main/compile.y, src/main/compile_tools.h,
10509: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10510: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10511: renamed to partial and it login changed: we must mark class as
10512: partial for allow their modifications in future.
10513:
10514: 2008-08-29 misha
10515:
10516: * tests/results/022.processed: - testing taint[regex] in mask for
10517: file:list
10518:
10519: * tests/022.html: - testing taint[regex] in mask for file:list
10520:
10521: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10522: for file:list was added
10523:
10524: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10525: file:list
10526:
10527: 2008-08-26 misha
10528:
10529: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10530: last derived object
10531:
10532: * src/classes/image.C: - many strings "image.format" replaced by
10533: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10534: understand some more exif tags
10535:
10536: * src/include/pa_exception.h: - string "image.format" was added
10537:
10538: 2008-08-21 misha
10539:
10540: * src/: main/pa_string.C, classes/file.C: - use method for print
10541: pcre_exec text error
10542:
10543: * src/main/pa_common.C: - method for print pcre_exec text error was
10544: added
10545:
10546: * src/include/pa_common.h: - method declaration for print pcre_exec
10547: text error was added
10548:
10549: 2008-08-19 misha
10550:
10551: * src/main/execute.C: - bugfix: opcodes must be in separate
10552: namespace while debug execution as well
10553:
10554: * tests/: 015.html, results/015.processed: - test for escaping some
10555: parser chars was added
10556:
10557: 2008-08-18 misha
10558:
10559: * tests/: 190.html, 190.p, results/190.processed: - test for
10560: $caller.self.field + default getter in one class was added
10561:
10562: * tests/: 189.html, results/189.processed: - test for
10563: ^date::create[date object]
10564:
10565: * tests/: 188.html, results/188.processed: - tests for match with
10566: UTF-8 strings
10567:
10568: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10569: ^string.match[]
10570:
10571: * ChangeLog: - parser 3.3.0 beta13
10572:
10573: 2008-08-15 misha
10574:
1.116 moko 10575: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10576: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
10577: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
10578: dftables.c: - old PCRE files removed
1.95 moko 10579:
10580: * src/lib/pcre/config.h: - configuration for PCRE library
10581:
10582: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10583: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
10584:
10585: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
10586: library and set flag UTF8 if $request:charset is UTF-8
10587:
10588: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
10589: include/pa_config_fixed.h: - moved to new PCRE library
10590:
10591: * src/: main/main.vcproj, types/types.vcproj,
10592: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
10593: win32\pcre instead of parser3\src\lib\pcre
10594:
10595: * src/: include/pa_opcode.h, include/pa_operation.h,
10596: main/compile.C, main/compile.y, main/compile_tools.C,
10597: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
10598: opcodes were moved to separate namespace
10599:
10600: 2008-08-14 misha
10601:
10602: * src/types/pa_vstateless_class.C: - newline at the end missed
10603:
10604: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
10605: tainting
10606:
10607: 2008-08-11 misha
10608:
10609: * tests/: 187.html, 187.p, results/187.processed: - tests for
10610: $caller.self, $caller.self.field and $caller.self.field[value]
10611: were added
10612:
10613: * src/types/pa_vmethod_frame.h: - still need to check 'self'
10614: runtime as well (for $caller.self)
10615:
10616: 2008-07-25 misha
10617:
10618: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
10619: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
10620: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
10621: tests with international characters
10622:
10623: 2008-07-23 misha
10624:
10625: * src/main/pa_http.C: - escape $cookies as %uXXXX while
10626: file::load[...;http://
10627:
10628: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
10629: now everywhere in separate namespace
10630:
10631: * src/types/pa_vmethod_frame.h: - looking for caller before looking
10632: for vars
10633:
10634: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
10635: can be escaped by '^'
10636:
10637: 2008-07-22 misha
10638:
10639: * src/classes/string.C, tests/186.html: - names changes:
10640: escape=>js-escape, unescape=>js-unescape
10641:
10642: 2008-07-21 misha
10643:
10644: * tests/results/186.processed: - test for string escape/unescape
10645:
10646: * tests/186.html: - test for string escape/unescape
10647:
10648: * src/classes/string.C: - string has escape and unescape methods
10649: now
10650:
10651: * src/: include/pa_string.h, main/pa_string.C: - escape method was
10652: added
10653:
10654: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
10655: method-layers added (with different params)
10656:
10657: 2008-07-18 misha
10658:
10659: * tests/results/185.processed: - test for ^str.pos[substr](offset)
10660: was added
10661:
10662: * tests/185.html: - test for ^str.pos[sub](offset) added
10663:
1.211 moko 10664: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
10665: operators.txt: - ^string.pos[substr](offset) -- 2nd param
10666: accepted now
1.95 moko 10667:
10668: * src/main/pa_string.C: - .pos works fine with offset for utf-8
10669: strings
10670:
10671: 2008-07-17 misha
10672:
10673: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10674: helper length added for mid for small optimisation
10675:
10676: 2008-07-16 misha
10677:
10678: * tests/: 185.html, results/185.processed: - tests for
10679: length/left/right/mid/pos with utf-8 strings
10680:
10681: * src/classes/string.C: - left/right/mid/length/pos works fine for
10682: utf-8 strings
10683:
10684: * src/main/untaint.C: - comments removed
10685:
10686: * src/: include/pa_string.h, main/pa_string.C,
10687: include/pa_charset.h, main/pa_charset.C: - methods for working
10688: with pos/mid for strings in utf-8 were added
10689:
10690: 2008-07-15 misha
10691:
10692: * tests/: 184.html, results/184.processed: - test for case body as
10693: expression: $var(^switch(1){^case(1)(true)..})
10694:
10695: * src/classes/op.C: - case body can be expression now:
10696: $var(^switch(1){^case(1)(true)..})
10697:
10698: * tests/: results/183.processed, 183.html: - added test for testing
10699: new cookie encoding (%uXXXX)
10700:
10701: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
10702: decoding for backward compatibility they decoded from %XX in
10703: request:charset too
10704:
10705: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
10706: - cookie class now decode cookies before first access after last
10707: request:charset changing (as form class).
10708:
10709: * src/main/pa_charset.C: - added method escape for escaping cookies
10710: as %uXXXX - before transcode calculate required space for dest
10711: string. it reduce mem usage for transcode
10712:
10713: * src/include/pa_charset.h: - added method escape for escaping
10714: cookies as %uXXXX
10715:
10716: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
10717: was added. will used for escaping cookies as %uXXXX
10718:
10719: * src/include/pa_common.h: - escape method has new option for skip
10720: converting '+' to a space char
10721:
10722: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
10723: transcode - escape method has new option for skip converting '+'
10724: to a space char
10725:
10726: 2008-07-08 misha
10727:
10728: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
10729: (no UE if more then 1 case matches anylonger) - optimization:
10730: doing searching.as_string() || searching.as_double() only once
10731:
10732: 2008-07-04 misha
10733:
10734: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
10735: now ^date::create[date object] works
10736:
10737: * src/classes/string.C: - left and right added as aliases for start
10738: and end in ^string.trim[]
10739:
10740: 2008-07-03 misha
10741:
10742: * src/classes/file.C: - allow $.limit for file::sql as well
10743:
10744: * src/classes/file.C: - allow $.offset option for file::sql - force
10745: send limit=1 to query for use sql specifics authomatically
10746:
10747: * src/classes/: hash.C, string.C, table.C: - don't throw exception
10748: if $.limit value if empty. autoconvert it as everywere
10749:
10750: 2008-07-02 misha
10751:
10752: * configure.in: - time to change version number to 3.3.0 %-)
10753:
10754: * src/include/pa_version.h: - time to change version number to
10755: 3.3.0 %-)
10756:
10757: 2008-06-26 misha
10758:
10759: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
10760: $.limit(0) fixes
10761:
10762: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
10763: - $.limit(0) fixes
10764:
10765: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
10766: new API)
10767:
10768: * src/: include/pa_sql_driver_manager.h,
10769: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
10770: classes/op.C: - document_root added
10771:
10772: * src/main/compile.tab.C: - error message was changed
10773:
10774: 2008-06-25 misha
10775:
10776: * src/main/compile.y: - error message was changed
10777:
10778: 2008-06-24 misha
10779:
10780: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
10781:
10782: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
10783: tests for @OPTIONS\nappend
10784:
10785: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
10786:
10787: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
10788:
10789: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
10790:
10791: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10792: compile.y
10793:
10794: 2008-06-17 misha
10795:
10796: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10797: compilation: ^if(default){true. it's incorrect. must be
10798: exception}
10799:
10800: 2008-06-16 misha
10801:
10802: * tests/: 181.ent, 181.html, results/181.processed: - test for
10803: checking external reference loading with 'http://localhost'
10804: prefix while creating xdoc
10805:
10806: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10807: ^math:long2ip[] and ^math:ip2long[]
10808:
10809: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10810: added which use scalar stateless class method when user object
10811: used in scalar context - use get_scalar_value when user object
10812: requested in scalar context
10813:
10814: * src/main/pa_common.C: - size must be int but not size_t or we
10815: can't compare with 0 sprintf result
10816:
10817: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10818: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10819: with internal switch between local/global vars
10820:
10821: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10822: specified
10823:
10824: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10825: pa_vstateless_object.h: - stateless class and object now has
10826: private scalar field and getter/setter for working with it
10827:
10828: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10829: moved to inet static class
10830:
10831: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10832: class added (^inet:aton[IP], ^inet:ntoa(number))
10833:
10834: * tests/: 180.html, results/180.processed: - tests for
10835: ^math:long2ip(long) and ^math:ip2long[IP]
10836:
10837: * src/classes/math.C: - ^math:ip2long[IP] added
10838:
10839: 2008-06-11 misha
10840:
10841: * src/main/pa_xml_io.C: - use file_read_text again because of we
10842: need cut BOM code and remove DOS newline chars. but don't
10843: transcode it anyway.
10844:
10845: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10846: main/pa_http.C: - option for disable transcoding while file_read
10847: and file_read_text added
10848:
10849: 2008-06-10 misha
10850:
10851: * tests/: 179.html, 179.p, results/179.processed: - test for many
10852: classes in 1 file
10853:
10854: * src/main/: compile.C, compile_tools.h: - compile return list of
10855: classes now.
10856:
10857: * src/main/: compile.y, compile.tab.C: - compile return list of
10858: classes now. internals.
10859:
10860: * src/main/pa_request.C: - compile return list of classes now. try
10861: call @conf and @auto for each returned class
10862:
10863: * src/include/pa_request.h: - compile return list of classes now
10864:
10865: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10866: return list of classes when compile buf)
10867:
10868: 2008-06-07 misha
10869:
10870: * src/main/pa_request.C: - constructing VRequest object with 3rd
10871: param -- form
10872:
10873: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10874: 3rd param: form. needed for get post_charset
10875:
10876: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10877: added
10878:
10879: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10880: types/pa_vform.C, types/pa_vform.h: - some polish
10881:
10882: 2008-06-06 misha
10883:
10884: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10885: charset and decode chars from it but not from response:charset
10886:
10887: * src/main/pa_http.C: - detect_charset moved out of here
10888:
10889: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10890: methods moved here - unescape_chars accepn one charset now
10891:
10892: * src/main/pa_http.C: - new constants used - don't allow
10893: $.content-type in ^file::load[;http://;$.method[POST]] - add
10894: charset info while ^file::load[;http://;$.method[POST]] - option
10895: $.omit-post-charset(true) added to ^file::load[;http://] for
10896: disabling charset during post
10897:
10898: * src/types/pa_vform.C: - new constants used
10899:
10900: * src/include/pa_common.h: - some constants were added
10901:
10902: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10903: instead of StrEqNc
10904:
10905: * src/main/pa_common.C: - new method for caseless search
10906: c-substring in c-string - use isxdigit instead of is_hex_digit
10907:
10908: * src/include/pa_common.h: - new method for caseless search
10909: c-substring in c-string
10910:
10911: 2008-06-05 misha
10912:
10913: * tests/results/178.processed: - test for testing default getter
10914:
10915: * tests/178.html: - test for testing default getter
10916:
10917: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10918: for test for testing default getter
10919:
10920: * src/main/execute.C: - default getter soul
10921:
10922: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10923: requested objects' field not found
10924:
10925: * src/types/pa_vclass.C: - register default getter if defined - get
10926: default getter if requested field not found
10927:
10928: * src/types/pa_vstateless_object.h: - method get_default_getter was
10929: added
10930:
10931: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10932: pointer to default getter and methods for get/set it were added
10933:
10934: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10935: auto_name field (for default getter)
10936:
10937: 2008-06-04 misha
10938:
10939: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10940: transcoding, no cutting BOM code, no fixing line breaks) and get
10941: it to libxml "as is"
10942:
10943: 2008-06-03 misha
10944:
10945: * src/main/pa_common.C: - use store_Char instead of
10946: transcodeCharFromUTF8
10947:
10948: * src/: include/pa_charset.h, main/pa_charset.C: - method
10949: store_Char added, transcodeCharFromUTF8 -- removed
10950:
10951: 2008-06-02 misha
10952:
10953: * tests/: results/177.processed, 177.html: - test for checking
10954: .[acm]date after local ^file::load[] was added
10955:
10956: * tests/: results/176.processed, 176.html: - test for checking
10957: @OPTION\locals + @method[vars][locals] added
10958:
10959: * tests/results/auto.p: - CLASS_PATH specified for checking use
10960:
10961: 2008-05-30 misha
10962:
10963: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10964: @OPTION\nlocals + @method[vars][;locals;] were added
10965:
10966: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10967: moved to separate method op_code - switch from VMethodFrame to
10968: VMethodFrameGlobal + VMethodFrameLocal
10969:
10970: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10971: was moved to separate method op_code
10972:
10973: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10974: VMethodFrame now
10975:
10976: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10977: all_vars_local as well
10978:
10979: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10980: pa_vmethod_frame_local.h, Makefile.am: - who children for
10981: VMethodFrame were added: one (global) works as VMethodFrame
10982: before and second (local) write all vars in self vars scope
10983:
10984: * src/types/pa_method.h: - method has bool flag all_vars_local now
10985:
10986: 2008-05-29 misha
10987:
10988: * tests/: 129.html, results/129.processed: - more tests for
10989: ^table.hash[]
10990:
10991: * src/classes/hash.C: - ^hash::sql has a new option:
10992: $.type[hash|string|table] as ^table.hash[] one.
10993:
10994: * src/classes/op.C: - ^try has 3rd param now: finally code which
10995: executed anyway after try or catch section
10996:
10997: 2008-05-27 misha
10998:
10999: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11000: must not fail if $.distinct(1) wasn't specified
11001:
11002: 2008-05-26 misha
11003:
11004: * src/classes/op.C: - allow ^throw[my type]
11005:
11006: 2008-05-22 misha
11007:
11008: * configure.in, configure: - version number updated to 3.2.4b
11009:
11010: * src/classes/: op.C, string.C: - trim format string before
11011: eval/format
11012:
11013: * tests/: results/175.processed, 175.html: - more tests for
11014: different format strings in .format[]
11015:
11016: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11017: as well (not only %XX)
11018:
11019: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11020: charset specified - checks for format before print number
11021: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11022: (instead of tabs) removed
11023:
11024: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11025: charset specified
11026:
11027: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11028: char in requested charset from utf code was added
11029:
11030: 2008-05-19 misha
11031:
11032: * tests/: 174.html, results/174.processed: - test for
11033: ^hashfile.cleanup[] added
11034:
11035: * src/classes/hashfile.C: - optimization: don't create any key or
11036: value variable if it's name weren't specified
11037: (^hf.foreach[;v]{...})
11038:
11039: 2008-05-16 misha
11040:
11041: * src/classes/hash.C: - optimization: don't create any key variable
11042: if variable name wasn't specified (^h.foreach[;v]{...})
11043:
11044: 2008-05-15 misha
11045:
11046: * src/classes/op.C: - small changes
11047:
11048: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11049:
11050: * src/classes/hash.C: - calculate var_context once before foreach
11051:
11052: 2008-05-14 misha
11053:
11054: * src/classes/hashfile.C: - incorrect vars context calculation for
11055: ^hashfile.foreach[;]{} fixed
11056:
11057: * src/classes/: hash.C, table.C: - little optimisation
11058:
11059: * src/classes/file.C: - bugfix: double absolute path while loading
11060: file
11061:
11062: * tests/: 174.html, results/174.processed: - tests for hashfile
11063: were added
11064:
11065: * buildall-with-xml: - moving to libxslt 1.1.24
11066:
11067: 2008-04-30 misha
11068:
11069: * src/classes/file.C: - stat file while loading (local only) so
11070: .adate, .mdate and .cdate available without additional ::stat
11071:
11072: 2008-04-28 misha
11073:
11074: * src/classes/file.C: - $.name and $.content-type available for
11075: stated file
11076:
11077: 2008-04-14 misha
11078:
11079: * src/targets/cgi/parser3.C: - new year in copyright %-)
11080:
11081: * src/include/pa_version.h: - new version number in head
11082:
11083: 2008-04-10 misha
11084:
11085: * tests/: 080.html, results/080.processed: - cut '0' from
11086: exponential part because of on diff OS it differ (20 or 020 for
11087: ex)
11088:
11089: * tests/: 119.html, results/119.processed: - check for encoding
11090: while creating xdoc
11091:
11092: 2008-04-09 misha
11093:
11094: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11095:
11096: * src/main/pa_common.C: - comment added
11097:
11098: * src/classes/date.C: - little refactoring
11099:
11100: 2008-04-07 misha
11101:
11102: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11103: style of ^table.save[]: prepare one big string and sabe it at
11104: once. it's safe on freebsd 4.x but use much more memory.
11105:
11106: * buildall-with-xml, buildall-without-xml: - option
11107: --disable-stringstream added (under comment. use it on freebsd
11108: 4.x)
11109:
11110: 2008-02-22 misha
11111:
11112: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11113: specified together in file::load[;http] - get back transcoding
11114: $.body[] in file::load[;http]
11115:
11116: 2008-02-21 misha
11117:
11118: * src/classes/date.C: - ^date.gmt-string[] was added
11119:
11120: * src/types/pa_value.C: - method for output date in RFC 822 format
11121: moved to pa_common.h
11122:
11123: * src/include/pa_common.h: - method for output date in RFC 822
11124: format moved here from pa_value.C
11125:
11126: * src/types/pa_vmail.C: - fixed core in sending mail with
11127: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11128:
11129: 2008-02-20 misha
11130:
11131: * src/main/pa_http.C: - transcode $.headers before escaping into
11132: specified charset while ^file::load[...;http://...] (L_URI
11133: instead of L_HTTP_HEADER) - $.cookies param available in
11134: ^file::load[;http://...] now (but we don't parse set-cookies from
11135: response yet) (cookies not transcoded as common $cookies)
11136:
11137: 2008-02-19 misha
11138:
11139: * src/main/pa_request.C: - rollback: we mustn't force taint
11140: $response:field values because in this case
11141: $response:locateion[http://...] don't works.
11142:
11143: 2008-02-15 misha
11144:
11145: * src/classes/op.C: - little refactoring
11146:
11147: * src/main/pa_http.C: - taint names of $.headers for load[;http
11148:
11149: * src/main/pa_request.C: - force taint values of $response:field
11150:
11151: 2008-02-14 misha
11152:
11153: * src/main/pa_request.C: - $response:field transcoded to
11154: $response:charset before escaping now
11155:
11156: * src/main/pa_http.C: - some outdated comments removed
11157:
11158: * src/classes/date.C: - lastdat -> last-day
11159:
11160: * src/classes/date.C: - ^date:lastday(year;month) and
11161: ^date.lastday[] were added - little code refactoring - comments
11162: changes
11163:
11164: * tests/: 159.html, results/159.processed: - test for number of
11165: days in February
11166:
11167: * src/types/pa_value.C: - fixes in code formatting
11168:
11169: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11170: and comments
11171:
11172: 2008-02-13 misha
11173:
11174: * src/main/pa_common.C: - bugfix for february at leap year
11175:
11176: 2008-01-28 misha
11177:
11178: * tests/: 160.html, results/160.processed: - more test for cache
11179: added
11180:
11181: * src/classes/op.C: - bugfix: cache body executed twice if contains
11182: unhandled exception
11183:
11184: 2008-01-25 misha
11185:
11186: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11187: bug when hashfile became inavailable after memory:compact)
11188:
11189: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11190:
11191: 2008-01-22 misha
11192:
11193: * src/classes/table.C: - little refactiring and exception texts
11194: changes in method ^table.hash[]
11195:
11196: * src/types/pa_vcookie.C: - link to cookie specification changed
11197:
11198: 2008-01-21 misha
11199:
11200: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11201: file::exec/cgi
11202:
11203: * src/classes/file.C: - bugfix: core while processing headers if
11204: executed cgi script don't return content
11205:
11206: 2008-01-18 misha
11207:
11208: * buildall-with-xml: - move to libxml2 version 2.6.31
11209:
11210: * src/include/pa_version.h, configure.in: - version number updated
11211: to '3.2.3b'
11212:
11213: 2007-12-28 misha
11214:
11215: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11216: hash.contains
11217:
11218: 2007-12-27 misha
11219:
11220: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11221: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11222: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11223: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11224: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11225: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11226: src/targets/cgi/parser3.vcproj,
11227: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11228: back to VS2003 because of Apache 1.3 module can't work if it was
11229: built in VS 2005. with cgi all file so VS2003 project files can
11230: be easy converted to the new format.
11231:
11232: 2007-12-04 misha
11233:
11234: * src/types/pa_vcode_frame.h: - changes in comment
11235:
11236: 2007-11-29 misha
11237:
11238: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11239: intercept strings any longer
11240:
11241: * tests/: 173.html, results/173.processed: - tests for
11242: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11243: but not in main code frame
11244:
11245: * tests/: 172.html, results/172.processed: - more tests for pass
11246: objects from code frames
11247:
11248: 2007-11-27 misha
11249:
11250: * tests/: 152.html, results/152.processed: - tests for converting
11251: strings 'true'/'false' to bool were added
11252:
11253: * tests/152.html: - added checks for converting strings
11254: 'true'/'false' to bool
11255:
11256: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11257: not only strings with numbers but with values 'true'/'false' as
11258: well
11259:
11260: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11261: for parser3.log increased
11262:
11263: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11264:
11265: * src/include/pa_common.h: - remove_crlf return cstring size now
11266:
11267: * src/include/pa_types.h: - constant with buffer size for
11268: parser3.log added
11269:
11270: 2007-11-16 misha
11271:
11272: * tests/cat.sh: - script for tests for file::exec/cgi
11273:
11274: * tests/171.html: - tests for file::exec/cgi
11275:
11276: * tests/results/171.processed: - tests results for file::exec/cgi
11277:
11278: 2007-11-15 misha
11279:
11280: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11281:
11282: * src/classes/file.C: - .body must be set before analyzing cgi
11283: headers
11284:
11285: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11286: only if exec/cgi return anything.
11287:
11288: 2007-11-14 misha
11289:
1.211 moko 11290: * operators.ru.txt, operators.txt: - info about new text|binary
11291: option for file::exec/cgi was added
1.95 moko 11292:
11293: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11294: ^file:exec[[text|binary];script;...]
11295:
11296: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11297: classes/string.C, classes/table.C: - more text strings moved to
11298: the one place
11299:
11300: 2007-11-09 misha
11301:
11302: * src/types/pa_vrequest.C: - $request:argv must be taint
11303:
11304: * ChangeLog: - $request:argv [patch from Sumo]
11305:
1.211 moko 11306: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11307:
11308: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11309: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11310:
11311: 2007-10-25 misha
11312:
11313: * buildall-with-xml, buildall-without-xml: - options preparations
11314: for ./configure rewrited
11315:
11316: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11317: error occure in unhandled_exception finally fixed
11318:
11319: 2007-10-23 misha
11320:
11321: * tests/: 170.html, results/170.processed: - test for
11322: @method[][result]
11323:
1.211 moko 11324: * operators.ru.txt, operators.txt: - added info about node.prefix
11325: and node.namespaceURI
1.95 moko 11326:
11327: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11328:
11329: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11330: added for node and attribute
11331:
11332: 2007-10-22 misha
11333:
11334: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11335:
11336: * src/main/pa_request.C: - added const content-transfer-encoding
11337:
11338: * src/include/pa_request.h: - added const content-transfer-encoding
11339: - ups. constants must be in lowercase (for search)
11340:
11341: * src/types/pa_vmail.C: - more constants used -
11342: content-transfer-encoding: 8bit added
11343:
11344: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11345:
11346: * src/include/pa_request.h: - more constants
11347:
11348: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11349: ommit anymore if $.content-disposition was specified - little
11350: refactoring
11351:
11352: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11353:
11354: 2007-10-17 misha
11355:
1.211 moko 11356: * operators.ru.txt, operators.txt: - info about
1.95 moko 11357: table::create[nameless]{data}[>options<] was added
11358:
11359: * src/main/: compile.tab.C, compile.y: - if error occure while
11360: compile method don't put this method in methods table anymore.
11361: in other case the parser coredumped if @unhandled_exception
11362: method can't be compiled because of parser.compile error.
11363:
11364: * src/main/execute.C: - little code reformating
11365:
11366: * src/main/pa_request.C: - little code reformating - comment
11367: changed
11368:
11369: 2007-10-16 misha
11370:
11371: * tests/: 035.html, results/035.processed: - tests
11372: table::create[]{}[options] added
11373:
11374: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11375: options (only $.seperator[] yet)
11376:
11377: 2007-10-10 misha
11378:
11379: * src/classes/table.C: - some contstants moved to pa_common.h -
11380: some code changes
11381:
11382: 2007-10-02 misha
11383:
11384: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11385: then three time as much. but base64 encoding method still use
11386: less memory anyway.
11387:
11388: 2007-09-17 misha
11389:
1.211 moko 11390: * operators.ru.txt, operators.txt: - added info about
11391: $cookie:fields
1.95 moko 11392:
11393: * src/types/pa_vcookie.C: - $cookie:fields available now
11394:
11395: * src/classes/hash.C: - some stuff for use with .for_each moved to
11396: common
11397:
11398: * src/include/pa_common.h: - some stuff for use with .for_each
11399: moved here
11400:
11401: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11402:
11403: 2007-09-14 misha
11404:
11405: * buildall-with-xml: - new xml libs again =)
11406:
11407: 2007-08-28 misha
11408:
1.211 moko 11409: * operators.ru.txt, operators.txt: - texts about
11410: ^table.columns[[column name]] and ^string.split[...][v][column
11411: name] were added
1.95 moko 11412:
11413: * tests/: 168.html, 169.html, results/168.processed,
11414: results/169.processed: - tests for ^table.columns[[column name]]
11415: and ^string.split[...][v][column name] were added
11416:
11417: * src/classes/table.C: - new option ^table.columns[[column name]]
11418: was added
11419:
11420: * src/classes/string.C: - new option ^string.split[...;v;[column
11421: name]]
11422:
11423: * src/include/pa_exception.h: - error text message for
11424: ^hash._keys[], ^table.columns[] and ^string.split[]
11425:
11426: 2007-08-27 misha
11427:
11428: * src/main/untaint.C: - try to fix coredump on unix if print to
11429: body ^taint[sql][something] outside of connect
11430:
11431: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11432: outside of connect
11433:
11434: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11435: added (commented by default)
11436:
11437: 2007-08-20 misha
11438:
1.211 moko 11439: * operators.ru.txt, operators.txt: - comment about new method
11440: ^node.hasAttributes[] was added
1.95 moko 11441:
11442: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11443: duplicated exception text strings were removed
11444:
11445: * src/include/pa_exception.h: - more exception text strings moved
11446: here
11447:
11448: * src/classes/table.C: - some duplicate exceptions' text strings
11449: removed
11450:
11451: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11452: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11453: removed
11454:
11455: * src/include/pa_exception.h: - some exception text strings movet
11456: to pa_exception
11457:
11458: * tests/: 149.html, results/149.processed: - test for
11459: ^xnode.hasAttributes[] was added - some code changes
11460:
11461: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11462: added
11463:
11464: 2007-08-17 misha
11465:
11466: * tests/: results/006.processed, results/059.processed, 006.html,
11467: 059.html: - more tests for match
11468:
11469: * tests/: 129.html, results/129.processed: - tests for
11470: ^table.hash[...][$.type[string|hash|table]] added
11471:
11472: * src/targets/cgi/parser3.C: - little syntax changes
11473:
11474: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11475: syntax changes
11476:
1.211 moko 11477: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11478: annoying 'SIGPIPE' messages in parser3.log switched off by
11479: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11480:
11481: 2007-08-08 misha
11482:
11483: * buildall-with-xml, buildall-without-xml: - remove libs source
11484: files by default since now
11485:
11486: 2007-08-07 misha
11487:
11488: * buildall-without-xml: - some option syntax changes
11489:
11490: * buildall-with-xml: - compile libxml2 without http support - some
11491: option syntax changes
11492:
11493: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11494:
11495: 2007-08-06 misha
11496:
11497: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11498:
11499: * tests/: 160.html, results/160.processed: - cache test was
11500: rewrited
11501:
11502: 2007-07-06 misha
11503:
11504: * tests/: 153.html, results/153.processed: - added test for
11505: ^math:sha1[string]
11506:
11507: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11508: transcoded
11509:
11510: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11511: were added
11512:
11513: 2007-06-28 misha
11514:
11515: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11516: some incorrect chars
11517:
11518: 2007-06-19 misha
11519:
11520: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11521: were moved on top because of gcc 4 had a problems during
11522: building.
11523:
11524: 2007-06-18 misha
11525:
11526: * tests/results/019.processed: - new image commited
11527:
11528: 2007-06-09 misha
11529:
11530: * src/classes/: op.C, table.C: - in while and table.select method
11531: as_expression used now
11532:
11533: * src/types/pa_vmethod_frame.h: - method as_expression was added
11534:
11535: 2007-06-08 misha
11536:
11537: * tests/: 166.html, results/166.processed: - test for
11538: ^match[...][n]
11539:
11540: * tests/: 165.html, results/165.processed: - tests for loops
11541:
11542: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11543: because of no speed/memory optimisation but some proglems with
11544: long cycles occure
11545:
11546: 2007-06-06 misha
11547:
11548: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11549: ^table.select(true) and ^table.select(1) didn't works because of
11550: awaiting junction-param only. fixed.
11551:
11552: 2007-05-24 misha
11553:
11554: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11555: with 0.5 secs interval
11556:
11557: * src/classes/op.C: - cache was rewrited. I hope it works with
11558: locking system now on unix
11559:
11560: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11561: system locks which wait till other threads release it but try get
11562: lock, if fail wait 1 sec and make 10 attempts.
11563:
11564: * src/include/pa_os.h: - consts for blocking locks + some comments
11565: were added
11566:
11567: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11568: opening files
11569:
11570: * src/classes/table.C: - changes in includes. if unclude <sstream>
11571: after our classes on unix it can't be build
11572:
11573: * src/types/pa_vhashfile.C: - not needed code removed
11574:
11575: 2007-05-23 misha
11576:
11577: * src/: classes/file.C, classes/op.C, main/pa_common.C,
11578: include/pa_common.h: - cosmetic changes
11579:
11580: 2007-05-18 misha
11581:
11582: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
11583: often. it's give some speed increasing
11584:
11585: * tests/results/160.processed: - returned time corrected
11586:
11587: * tests/160.html: - time increased because on unix 1 mean nothing
11588: :(
11589:
1.211 moko 11590: * operators.ru.txt, operators.txt: - added info about
11591: ^hash.contain[key]
1.95 moko 11592:
11593: * src/classes/hash.C: - added ^hash.contain[key]
11594:
11595: * src/include/pa_hash.h: - added method for checking key exists in
11596: hash
11597:
11598: 2007-05-07 misha
11599:
11600: * src/include/pa_string.h: - was compilation error during build on
11601: freebsd4
11602:
11603: 2007-05-03 misha
11604:
11605: * src/classes/table.C: - option $.type[hash|string|table] was added
11606: for ^table.hash[]
11607:
11608: * src/classes/file.C: - comment removed
11609:
11610: 2007-04-26 misha
11611:
11612: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
11613: real files doesn't opened in place anymore
11614:
11615: 2007-04-24 misha
11616:
11617: * src/classes/math.C: - I thought one more time and remove lg(N) :)
11618:
11619: * src/include/pa_exception.h: "static" removed
11620:
11621: 2007-04-23 misha
11622:
11623: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
11624:
11625: * src/classes/math.C: added: - ^math:ln(N) (the same as
11626: ^math:log(N)) - ^math:lg(N)
11627:
11628: * tests/: 097.html, results/097.processed: - charsets converstion
11629: during ^file::load[text;http://...] added
11630:
11631: * tests/: 164.html, results/164.processed: - check for set expires
11632: as a date
11633:
11634: * tests/: 164.html, results/164.processed: - test for hashfile
11635:
11636: * src/classes/hashfile.C: - little comment changes
11637:
11638: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
11639: access
11640:
11641: * src/: classes/date.C, classes/double.C, classes/file.C,
11642: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
11643: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
11644: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
11645: classes/xnode.h, include/pa_request.h, main/execute.C,
11646: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11647: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
11648: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
11649: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
11650: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
11651: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
11652: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11653: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
11654: "parser.runtime" strings were removed
11655:
11656: * src/classes/hashfile.C: - with .clear[] called files_delete()
11657: now.
11658:
11659: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
11660:
11661: * src/include/pa_exception.h: - string constant with
11662: "parser.runtime" text was added
11663:
11664: 2007-04-20 misha
11665:
1.211 moko 11666: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 11667:
1.211 moko 11668: * operators.ru.txt, operators.txt: - added info about
11669: .^hashfile.release[], ^hashfile.clenaup[] and new
11670: ^string.match[][>N-option<]
1.95 moko 11671:
11672: * configure: =cheching for unsetenv
11673:
11674: * src/classes/hashfile.C: - ^hashfile.cleanup[],
11675: ^hashfile.release[] were added
11676:
11677: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
11678: ^string.match[][] understand new option now: return number of
11679: matches but not table wit results
11680:
11681: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
11682: reopen now
11683:
11684: * src/classes/op.C: - bug. must be false
11685:
11686: * configure.in: - checking for unsetenv was added
11687:
11688: * src/types/pa_vform.C: - some comments
11689:
11690: 2007-04-18 misha
11691:
11692: * buildall-with-xml: moving to libxml2-2.6.28
11693:
11694: * buildall-with-xml, buildall-without-xml: added commented lines
11695: with --disable-safe-mode option
11696:
1.211 moko 11697: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 11698:
11699: 2007-04-17 misha
11700:
11701: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
11702: $form:files was added
11703:
11704: * tests/: 163.html, results/163.processed: removing auto format
11705:
11706: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
11707:
11708: 2007-04-16 misha
11709:
11710: * tests/: 163.html, results/163.processed: - test for .int[],
11711: floor, round, ceiling and .format[]
11712:
11713: * src/classes/file.C: - little optimization for getting args in
11714: exec/cgi
11715:
11716: 2007-04-13 misha
11717:
11718: * src/classes/file.C: - arguments for file::exec/cgi can be
11719: specified now as s table with one column
11720:
11721: 2007-03-27 misha
11722:
11723: * tests/: 162.html, results/162.processed: - test for
11724: ^table.select(^condition[$t])
11725:
11726: * tests/results/auto.p: - load windows-1251 charset for some tests
11727:
11728: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
11729:
11730: * tests/: results/161.processed, 161.html, 161_utf8.txt,
11731: 161_windows1251.txt: - added test for
11732: ^file::load[text;/local/file.txt;$.charset[...]]
11733:
11734: * tests/: results/013.processed, 013.html: - added test for
11735: checking $._default value while hash modifications
11736:
11737: * tests/: 160.html, results/160.processed: - add test for
11738: ^cache[key](secs){code}, ^cache[] and ^cache(0)
11739:
11740: 2007-03-22 misha
11741:
11742: * src/include/pa_common.h: - "charset" string defined for
11743: ^file::load[text;/local.txt] and ^table::load[/table.txt]
11744:
11745: * src/main/: pa_common.C, pa_http.C: - $.charset option for
11746: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
11747: added - not needed transcodes were removed from
11748: ^file::load[...;http://...]
11749:
11750: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
11751: added
11752:
11753: * src/classes/date.C: - date.week was fixed
11754:
1.211 moko 11755: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 11756:
11757: * tests/: 159.html, results/159.processed: - tests for date.week
11758: and date.weekyear added
11759:
11760: 2007-03-15 misha
11761:
11762: * src/classes/table.C: - enclose column numbers for nameless tables
11763: as well
11764:
11765: 2007-03-14 misha
11766:
11767: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
11768:
11769: * src/classes/table.C: - table.save optimization: now required much
11770: less memory
11771:
11772: 2007-03-13 misha
11773:
11774: * tests/results/: 158.processed, 158.processes: - tests for
11775: table.save/table.load
11776:
11777: * tests/: 158.html, results/158.processes: - tests for
11778: table.save/table.load
11779:
11780: * buildall-with-xml: libxml2: --without-ftp --without-docbook
11781:
11782: * buildall-with-xml: - pattern needed now for building
11783:
11784: * tests/results/097.processed: - added test results for xdoc::load
11785: & xdoc::load[http://...]
11786:
11787: * tests/097.html: - added test for xdoc::load
11788:
11789: 2007-03-12 misha
11790:
11791: * tests/: 107.html, results/107.processed: - added test for xpath
11792: '//man'
11793:
11794: 2007-03-01 misha
11795:
11796: * tests/: 097.html, results/097.processed: - added test for
11797: creating xdoc from file
11798:
11799: * tests/: results/157.processed, 157.html: - added test for
11800: file:move
11801:
11802: 2007-02-28 misha
11803:
11804: * src/classes/xdoc.C: - another attempt
11805:
11806: * src/classes/xdoc.C: - roll back last changes for a while
11807:
1.211 moko 11808: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
11809: ^xdoc::create[$file] added.
1.95 moko 11810:
11811: * src/classes/file.C: - under lock we create non-exist dir anyway
11812:
11813: * tests/results/099.processed: - ever send content-disposition to
11814: client with file
11815:
11816: * tests/157.html: + test for file:copy
11817:
11818: 2007-02-26 misha
11819:
11820: * src/classes/file.C: - some similar strings moved to #define
11821: instead of to be copy/pasted many times
11822:
11823: * src/types/pa_vfile.h: - class name string ("file") moved to
11824: #define
11825:
11826: 2007-02-20 misha
11827:
11828: * configure.in: - added some strings for sqlite detection
11829:
11830: 2007-02-19 misha
11831:
1.211 moko 11832: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 11833:
11834: * buildall-with-xml, buildall-without-xml: - some modifications
11835:
11836: 2007-02-17 misha
11837:
11838: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11839:
11840: * src/main/pa_request.C: - damn, i forgot to commit it while I
11841: change console behaviour
11842:
11843: 2007-02-12 misha
11844:
11845: * src/targets/cgi/parser3.C: - don't print headers if
11846: $console:line[data] was used during cgi execution.
11847:
11848: * src/types/pa_vconsole.h: - console class have bool flag now which
11849: marked as 'true' if class was used.
11850:
11851: * tests/: 152.html, results/152.processed: - more types was added
11852: to test 152
11853:
11854: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11855: adding 'bool' (^if($image){} caused exception)
11856:
11857: 2007-02-09 misha
11858:
11859: * tests/: 152.html, results/152.processed: - test alightly updated
11860:
11861: * tests/: 152.html, results/152.processed: - test rewrited
11862:
11863: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11864: bugfix. I broke xdoc & xnode in expression
11865:
11866: 2007-02-08 misha
11867:
11868: * tests/: 152.html, results/152.processed: - add test for checking
11869: 'def' for void, string, bool, int & double
11870:
11871: 2007-02-07 misha
11872:
1.211 moko 11873: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
11874: added
1.95 moko 11875:
11876: * tests/results/153.processed: - result test for
11877: ^file:base64[filespec] was updated
11878:
11879: * tests/153.html: - test for ^file:base64[filespec] was added
11880:
11881: * src/types/pa_vconsole.h: - little optimization
11882:
11883: * src/classes/file.C: - ^file:base64[filespec]
11884:
11885: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11886:
11887: * src/include/pa_common.h: - declarations for
11888: ^file:base64[filespec]
11889:
11890: * src/types/pa_vcookie.C: - little optimization
11891:
11892: 2007-02-06 misha
11893:
11894: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11895: were temporary commented
11896:
11897: * src/types/pa_vbool.h: - bugfix
11898:
11899: * tests/156.html: - added test for bool cookie
11900:
11901: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11902:
11903: * tests/: 155.html, results/155.processed: - added test for check
11904: $.encloser[] option for table save/load
11905:
11906: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11907:
11908: 2007-02-05 misha
11909:
11910: * tests/results/152.processed: - newline at the end was missed
11911:
11912: * tests/results/141.processed: - math:md5 must be lowercased
11913:
11914: * src/targets/cgi/parser3.C: - 2007 in help ;)
11915:
11916: 2007-02-03 misha
11917:
11918: * tests/results/: 150.processed, 151.processed, 152.processed: -
11919: test for bool added and some content length fixes
11920:
11921: * tests/152.html: - test for bool added
11922:
11923: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11924:
1.211 moko 11925: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 11926:
1.116 moko 11927: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11928: classes/classes.vcproj, classes/double.C, classes/int.C,
11929: classes/string.C, classes/void.C, classes/xnode.C,
11930: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11931: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11932: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11933: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11934: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11935: types/types.vcproj: - bool class was added
11936:
11937: * src/main/pa_request.C: - fix
11938:
11939: 2007-01-18 misha
11940:
11941: * src/: main/pa_string.C, classes/string.C: - return table during
11942: ^string.match[][] even if no matched found.
11943:
11944: 2006-12-20 misha
11945:
11946: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11947: http://www.parser.ru/forum/?id=55598 ]
11948:
11949: 2006-12-19 misha
11950:
11951: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11952: details: http://www.parser.ru/forum/?id=52359
11953:
11954: * src/main/pa_request.C: - always set content-disposition for
11955: $response:body[hash here]. more details:
11956: http://www.parser.ru/forum/?id=52130
11957:
11958: 2006-12-07 misha
11959:
1.211 moko 11960: * operators.ru.txt, operators.txt: - added info about bool params
11961: in cookie set
1.95 moko 11962:
11963: * src/types/pa_vcookie.C: - bool param in cookies available now
11964: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11965: ]
11966:
11967: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11968: was added
11969:
11970: 2006-12-02 misha
11971:
11972: * src/classes/file.C: - file_block_read used instead of native read
11973:
11974: * src/main/pa_common.C: - added file_block_read with read error
11975: detection - file_block_read used instead of native read
11976:
11977: * src/include/pa_common.h: - added file_block_read declaration
11978:
11979: 2006-12-01 misha
11980:
1.211 moko 11981: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
11982: added
1.95 moko 11983:
11984: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11985: $var.CLASS_NAME added
11986:
1.211 moko 11987: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 11988:
11989: * src/classes/file.C: - ^file:copy[from;fo] was added
11990:
11991: 2006-11-20 misha
11992:
11993: * src/classes/date.C: - bug fix :)
11994:
11995: 2006-11-17 misha
11996:
11997: * src/include/pa_common.h: - array in crc32 calculation was changed
11998: to static
11999:
12000: * src/main/pa_common.C: - little optimization in getMonthDays -
12001: small changes in crc32 calculation
12002:
12003: * src/classes/date.C: - not needed code was removed
12004:
12005: 2006-11-16 misha
12006:
12007: * src/types/pa_vmail.C: - fix missed brakes
12008:
12009: * src/types/pa_vmail.C: - mail:send now set content-type:
12010: multipart/related instead of multipart/mixed if file have
12011: $.content-id[]
12012:
12013: 2006-11-15 misha
12014:
12015: * src/types/pa_vdouble.h: abs -> fabs
12016:
12017: 2006-11-14 misha
12018:
1.211 moko 12019: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12020: and ^file:md5[file-name]
1.95 moko 12021:
12022: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12023: added
12024:
12025: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12026: FILE_BUFFER_SIZE
12027:
12028: * src/classes/math.C: - hex_string was moved to pa_common.h
12029:
12030: * src/include/pa_common.h: - hex_string was moved from math.C -
12031: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12032:
12033: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12034: values was fixed
12035:
12036: 2006-11-13 misha
12037:
1.211 moko 12038: * operators.ru.txt, operators.txt: - added info about
12039: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12040:
12041: * src/classes/math.C: - added ^math:crc32[string]
12042:
12043: * src/classes/file.C: - some comments were changed - added
12044: ^file:crc32[file-name] and ^file.crc32[]
12045:
12046: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12047: crc32 calculation added
12048:
12049: 2006-11-03 misha
12050:
12051: * src/include/pa_array.h: - not needed variable removed
12052:
12053: * tests/: 150.html, 151.html, results/150.processed,
12054: results/151.processed: - 2 tests were added
12055:
12056: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12057: with $.reverse(1) were fixed
12058:
12059: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12060: query converted to $.charset during ^file::load[http://...]
12061:
12062: 2006-11-02 misha
12063:
12064: * src/include/pa_table.h: ups. forget '=' char
12065:
12066: * src/include/pa_table.h: - one more fix in
12067: .locate[...][$.reverse(1)]
12068:
12069: 2006-11-01 misha
12070:
12071: * src/classes/math.C: - bug fix, details:
12072: http://www.parser.ru/forum/?id=53360
12073:
12074: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12075: false for all records )[$.reverse(1)]
12076:
12077: * src/main/pa_http.C: - second param for this mid method is length
12078: but not end_index so this method has error and can't detect
12079: charsets in next content-types: Content-type: text/html;
12080: charset="windows-1251" Content-type: text/html;
12081: charset="windows-1251"; Content-type: text/html;
12082: charset=windows-1251;
12083:
12084: only Content-type: text/html; charset=windows-1251 was fine
12085:
12086: 2006-10-31 misha
12087:
12088: * src/classes/file.C: - empty args in file::exec removed now
12089:
12090: 2006-09-03 paf
12091:
12092: * src/classes/file.C: proper tainting of
12093: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12094:
12095: 2006-06-09 paf
12096:
12097: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12098:
12099: * src/classes/table.C: formatting
12100:
12101: * src/classes/table.C: incorporated patch from misha: Sent:
12102: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12103: ignoring string options for ^table.save[]
12104:
12105: * src/classes/hash.C: incorporated patch from misha Sent:
12106: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12107: $hash._default disappear while
12108:
1.211 moko 12109: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12110: $.value[file] $.format[!uue|!base64] << new base64 option.
12111: default uue ] ]
1.95 moko 12112:
12113: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12114: PM Subject: patch for base64 in ^mail:send[] %-)
12115:
12116: 2006-04-09 paf
12117:
12118: * src/main/compile.tab.C: ` change compiled
12119:
1.211 moko 12120: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12121: src/classes/classes.vcproj, src/classes/file.C,
12122: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12123: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12124: src/classes/xnode.C, src/include/pa_array.h,
12125: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12126: src/include/pa_memory.h, src/include/pa_request.h,
12127: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12128: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12129: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12130: src/lib/pcre/pcre_dftables.vcproj,
12131: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12132: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12133: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12134: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12135: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12136: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12137: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12138: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12139: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12140: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12141: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12142: src/types/pa_value.h, src/types/pa_vcookie.C,
12143: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12144: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12145: src/types/pa_vstatus.C, src/types/types.vcproj,
12146: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12147: ^menu, ^hash/hashfile.foreach
12148:
12149: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12150: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12151: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12152: src/classes/xnode.C, src/include/pa_array.h,
12153: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12154: src/include/pa_memory.h, src/include/pa_request.h,
12155: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12156: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12157: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12158: src/lib/pcre/pcre_dftables.vcproj,
12159: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12160: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12161: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12162: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12163: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12164: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12165: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12166: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12167: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12168: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12169: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12170: src/types/pa_value.h, src/types/pa_vcookie.C,
12171: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12172: src/types/pa_vstatus.C, src/types/types.vcproj,
12173: tests/descript.ion: ! switched to VS2005 (projects and
12174: object<info explicitly typed>.for_each(, info)) +
12175: $response:field[] setting void means removing + grammar $name`
12176: name stops now, for mysql `$field` + started ^break[]
12177: ^continue[], in ^for. TODO: to other iterators (while, menu,
12178: foreach) + all log messages += [uri=, method=, cl=]
12179:
12180: * buildall-with-xml: merged . ftp paths update
12181:
12182: * buildall-with-xml: . ftp paths update
12183:
12184: 2006-03-04 paf
12185:
12186: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12187: checks++ [thanks to Igor Zinkovsky for detailed report]
12188:
12189: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12190: Igor Zinkovsky for detailed report]
12191:
12192: 2006-03-01 paf
12193:
12194: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12195: \n to ' ' in
12196:
12197: 2006-02-18 paf
12198:
12199: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12200: \n to ' ' in
12201:
12202: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12203:
12204: 2006-02-03 paf
12205:
12206: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12207: base64
12208:
12209: * src/main/pa_common.C: ! bugfix: decoding from base64
12210:
12211: 2006-01-20 paf
12212:
12213: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12214: economy fix
12215:
12216: * src/classes/: table.C: merged from HEAD ! bugfix
12217: ^table.save[$.encloser-s now handled properly
12218:
12219: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12220: handled properly
12221:
12222: 2006-01-19 paf
12223:
12224: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12225: libgc:USE_MUNMAP activates merging of free memory blocks which
12226: helps a lot in our case: after transform we want
12227: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12228:
12229: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12230: economy fix
12231:
12232: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12233: activates merging of free memory blocks which helps a lot in our
12234: case: after transform we want CORD(main.result)->cstr[big
12235: malloc]->transcode[big malloc]
12236:
12237: 2006-01-17 paf
12238:
12239: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12240: before reading them. got rid of reallocs = became quicker and
12241: less fragmentated
12242:
12243: 2005-12-29 paf
12244:
1.116 moko 12245: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12246: configure, configure.in, src/include/pa_version.h,
12247: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12248: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12249: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12250: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12251: src/lib/ltdl/missing: . merged from 3.2.1
12252:
1.116 moko 12253: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12254: packaged when 'make dist', so do configure companion files in
12255: src/lib/ltdl
12256:
12257: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12258: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12259: missing: . now config_auto.h is created with configure [were
12260: constant]
1.95 moko 12261:
12262: * INSTALL: . references to documentation and some clarification
12263:
12264: * buildall-with-xml, buildall-without-xml: . farawell doc
12265: indication
12266:
1.116 moko 12267: * Makefile.am: . dist+=buildall*
1.95 moko 12268:
12269: 2005-12-28 paf
12270:
12271: * configure: . 3.2.1
12272:
12273: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12274: simplify build process, see INSTALL
12275:
12276: 2005-12-26 paf
12277:
12278: * configure: ver
12279:
12280: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12281: version
12282:
12283: 2005-12-21 paf
12284:
12285: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12286: compiled with bison 1.875b, it reports unexpected token names
12287:
12288: 2005-12-19 paf
12289:
12290: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12291: holds a link to xmlNode to prevent premature gc(xmlNode)
12292:
12293: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12294: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12295: src/main/main.vcproj, src/main/pa_globals.C,
12296: src/targets/cgi/parser3.vcproj,
12297: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12298: configure, configure.in, src/include/pa_version.h: . killing
12299: gdome [what a relief]
12300:
12301: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12302: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12303: run_parser.sh, results/001.processed, results/002.processed,
12304: results/003.processed, results/004.processed,
12305: results/005.processed, results/006.processed,
12306: results/008.processed, results/009.processed,
12307: results/010.processed, results/011.processed,
12308: results/012.processed, results/013.processed,
12309: results/014.processed, results/015.processed,
12310: results/016.processed, results/017.processed,
12311: results/018.processed, results/020.processed,
12312: results/021.processed, results/022.processed,
12313: results/023.processed, results/024.processed,
12314: results/025.processed, results/026.processed,
12315: results/027.processed, results/028.processed,
12316: results/029.processed, results/030.processed,
12317: results/031.processed, results/032.processed,
12318: results/033.processed, results/034.processed,
12319: results/035.processed, results/036.processed,
12320: results/037.processed, results/038.processed,
12321: results/039.processed, results/040.processed,
12322: results/041.processed, results/042.processed,
12323: results/043.processed, results/044.processed,
12324: results/045.processed, results/046.processed,
12325: results/047.processed, results/048.processed,
12326: results/049.processed, results/050.processed,
12327: results/051.processed, results/052.processed,
12328: results/053.processed, results/054.processed,
12329: results/055.processed, results/056.processed,
12330: results/057.processed, results/058.processed,
12331: results/059.processed, results/060.processed,
12332: results/061.processed, results/062.processed,
12333: results/063.processed, results/064.processed,
12334: results/065.processed, results/066.processed,
12335: results/067.processed, results/068.processed,
12336: results/069.processed, results/070.processed,
12337: results/071.processed, results/072.processed,
12338: results/073.processed, results/074.processed,
12339: results/075.processed, results/076.processed,
12340: results/077.processed, results/078.processed,
12341: results/079.processed, results/080.processed,
12342: results/081.processed, results/082.processed,
12343: results/083.processed, results/084.processed,
12344: results/085.processed, results/086.processed,
12345: results/087.processed, results/088.processed,
12346: results/089.processed, results/090.processed,
12347: results/091.processed, results/092.processed,
12348: results/093.processed, results/094.processed,
12349: results/095.processed, results/096.processed,
12350: results/097.processed, results/099.processed,
12351: results/100.processed, results/101.processed,
12352: results/102.processed, results/104.processed,
12353: results/105.processed, results/106.processed,
12354: results/107.processed, results/108.processed,
12355: results/109.processed, results/110.processed,
12356: results/111.processed, results/112.processed,
12357: results/113.processed, results/114.processed,
12358: results/115.processed, results/117.processed,
12359: results/119.processed, results/120.processed,
12360: results/121.processed, results/122.processed,
12361: results/123.processed, results/124.processed,
12362: results/125.processed, results/126.processed,
12363: results/127.processed, results/128.processed,
12364: results/129.processed, results/130.processed,
12365: results/131.processed, results/132.processed,
12366: results/133.processed, results/134.processed,
12367: results/135.processed, results/136.processed,
12368: results/138.processed, results/139.processed,
12369: results/140.processed, results/141.processed,
12370: results/142.processed, results/143.processed,
12371: results/144.processed, results/145.processed,
12372: results/146.processed, results/147.processed,
12373: results/148.processed, results/149.processed, results/auto.p: .
12374: now works if we turn off default auto.p
12375:
1.116 moko 12376: * configure: . makes
1.95 moko 12377:
12378: * src/types/pa_vxnode.C: . less warnings
12379:
12380: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12381: tests/145.html, tests/149.html, tests/descript.ion,
12382: tests/outputs/d.cmd, tests/results/142.processed,
12383: tests/results/143.processed, tests/results/144.processed,
12384: tests/results/145.processed, tests/results/146.processed,
12385: tests/results/147.processed, tests/results/148.processed,
12386: tests/results/149.processed: . removed .nodeValue from all node
12387: types other than 5 (grabbed piece from gdome)
12388:
12389: * tests/: 137.html, results/137.processed: . not handled this case
12390: yet. code does not hang from inserting parent into child,
12391: considering thing minor issue -- nodes are removed from source
12392: anyway, don't know why shold that be an error after all
12393:
12394: * src/targets/cgi/parser3.C: . style
12395:
12396: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12397: xdoc too [were barking "not element"]
12398:
12399: 2005-12-16 paf
12400:
12401: * tests/: 146.html, 147.html, 148.html: . more tests
12402:
12403: * src/classes/xnode.C: . also bark on possible errors
12404:
12405: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12406: props
12407:
12408: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12409: main/compile.y: merged from HEAD ! fixed overoptimized
12410: ^call(false) case. (confused it with ^call[] case)
12411:
12412: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12413: ^call(false) case. (confused it with ^call[] case)
12414:
12415: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12416:
12417: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12418: results/001.processed, results/002.processed,
12419: results/003.processed, results/004.processed,
12420: results/005.processed, results/006.processed,
12421: results/008.processed, results/009.processed,
12422: results/010.processed, results/011.processed,
12423: results/012.processed, results/013.processed,
12424: results/014.processed, results/015.processed,
12425: results/016.processed, results/017.processed,
12426: results/018.processed, results/019.processed,
12427: results/020.processed, results/021.processed,
12428: results/022.processed, results/023.processed,
12429: results/024.processed, results/025.processed,
12430: results/026.processed, results/027.processed,
12431: results/028.processed, results/029.processed,
12432: results/030.processed, results/031.processed,
12433: results/032.processed, results/033.processed,
12434: results/034.processed, results/035.processed,
12435: results/036.processed, results/037.processed,
12436: results/038.processed, results/039.processed,
12437: results/040.processed, results/041.processed,
12438: results/042.processed, results/043.processed,
12439: results/044.processed, results/045.processed,
12440: results/046.processed, results/047.processed,
12441: results/048.processed, results/049.processed,
12442: results/050.processed, results/051.processed,
12443: results/052.processed, results/053.processed,
12444: results/054.processed, results/055.processed,
12445: results/056.processed, results/057.processed,
12446: results/058.processed, results/059.processed,
12447: results/060.processed, results/061.processed,
12448: results/062.processed, results/063.processed,
12449: results/064.processed, results/065.processed,
12450: results/066.processed, results/067.processed,
12451: results/068.processed, results/069.processed,
12452: results/070.processed, results/071.processed,
12453: results/072.processed, results/073.processed,
12454: results/074.processed, results/075.processed,
12455: results/076.processed, results/077.processed,
12456: results/078.processed, results/079.processed,
12457: results/080.processed, results/081.processed,
12458: results/082.processed, results/083.processed,
12459: results/084.processed, results/085.processed,
12460: results/086.processed, results/087.processed,
12461: results/088.processed, results/089.processed,
12462: results/090.processed, results/091.processed,
12463: results/092.processed, results/093.processed,
12464: results/094.processed, results/095.processed,
12465: results/096.processed, results/097.processed,
12466: results/099.processed, results/101.processed,
12467: results/102.processed, results/104.processed,
12468: results/105.processed, results/106.processed,
12469: results/107.processed, results/108.processed,
12470: results/109.processed, results/110.processed,
12471: results/111.processed, results/112.processed,
12472: results/113.processed, results/114.processed,
12473: results/115.processed, results/116.processed,
12474: results/117.processed, results/118.processed,
12475: results/119.processed, results/120.processed,
12476: results/121.processed, results/122.processed,
12477: results/123.processed, results/124.processed,
12478: results/125.processed, results/126.processed,
12479: results/127.processed, results/128.processed,
12480: results/129.processed, results/130.processed,
12481: results/131.processed, results/132.processed,
12482: results/133.processed, results/134.processed,
12483: results/135.processed, results/136.processed,
12484: results/137.processed, results/138.processed,
12485: results/139.processed, results/140.processed,
12486: results/141.processed: . refreshed old tests, made them work
12487: without auto.p (in utf8) . things noted: . gif got encoded
12488: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12489: some strange year)
12490:
12491: * INSTALL: . revived linux libgc fix
12492:
12493: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12494: glib/gdome in INSTALL and patches]
12495:
12496: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12497: include/pa_charset.h, include/pa_config_includes.h,
12498: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12499: include/pa_xml_exception.h, lib/cord/Makefile.am,
12500: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12501: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12502: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12503: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12504: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12505: types/pa_vxnode.h: . started killing gdome
12506:
12507: 2005-12-13 paf
12508:
12509: * src/main/: pa_request.C: merged from HEAD ! when code in
12510: @unhandled_exception thrown another exception, print correct
12511: origin (earlier code in catch of exception inside of
12512: @unhandled_exception grabbed parent_frame(original_exception)
12513: origin and printed it, instead of true origin)
12514:
12515: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12516: another exception, print correct origin (earlier code in catch of
12517: exception inside of @unhandled_exception grabbed
12518: parent_frame(original_exception) origin and printed it, instead
12519: of true origin)
12520:
12521: 2005-12-09 paf
12522:
12523: * INSTALL: . updated INSTALL doc to work around linux stack base
12524: detection problem, due to change in gc6.4 code
12525:
12526: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12527: ignored in ^string.matched :(
12528:
12529: * src/main/pa_string.C: ! regex tainting were ignored in
12530: ^string.matched :(
12531:
12532: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12533: src/include/pa_config_fixed.h, src/include/pa_version.h,
12534: src/main/compile.y, src/main/compile_tools.h,
12535: src/main/pa_charset.C, src/main/pa_common.C,
12536: src/main/pa_globals.C, src/main/pa_string.C,
12537: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12538: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12539:
12540: 2005-12-08 paf
12541:
12542: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12543: 500 chars now handled OK [were wrapped on 500th char according to
12544: rfc, but sendmail failed to unwrap it properly]
12545:
12546: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12547: handled OK [were wrapped on 500th char according to rfc, but
12548: sendmail failed to unwrap it properly]
12549:
12550: * src/targets/isapi/parser3isapi.C: . less warnings
12551:
12552: * src/targets/isapi/parser3isapi.C: . undone some strange change
12553: since 3.1.5
12554:
12555: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12556: link fixes
12557:
12558: * src/: classes/date.C, include/pa_config_fixed.h,
12559: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12560: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12561: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12562:
12563: * src/include/pa_config_fixed.h: . removed outdated string origins
12564: [in current storage scheme there's no place for them. someday we
12565: can add third CORD to store origins and special version of parser
12566: which stores origins there [separate binary]]
12567:
12568: 2005-12-07 paf
12569:
12570: * src/targets/isapi/parser3isapi.C: . now links in release mode
12571:
12572: * src/include/pa_version.h: makefiles
12573:
12574: * src/include/pa_version.h: . not beta
12575:
12576: * configure, configure.in, src/include/pa_version.h: not beta
12577:
12578: 2005-12-06 paf
12579:
12580: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
12581: [some details here http://i2/tasks/edit/?id=4869912143891354460]
12582: decided to undo the change ^call[$void] passes void. now it will
12583: pass empty string again.
12584:
12585: * src/main/: compile.tab.C, compile.y: . version readded
12586:
12587: * src/classes/op.C: . in this version there is no ^switch[$nothing]
12588: = ^switch[void] problem
12589:
12590: 2005-12-01 paf
12591:
12592: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
12593: caused ^case[string] to be coerced to double since searching
12594: value were not string (it was vvoid)
12595:
12596: * src/classes/op.C: . bugfix ^switch[$void_value] caused
12597: ^case[string] to be coerced to double since searching value were
12598: not string (it was vvoid)
12599:
12600: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
12601: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
12602:
12603: 2005-11-30 paf
12604:
12605: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
12606: win32 must putenv("TZ="), on unix works only putenv("TZ")
12607:
12608: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
12609: putenv("TZ="), on unix works only putenv("TZ")
12610:
12611: * INSTALL: . xml libs versions updated
12612:
12613: * src/main/pa_globals.C: //20051130 trying to remove this, author
12614: claims that fixed a lot there // 20040920 for now both
12615: workarounds needed. wait for new libxml/xsl versions
12616:
12617: 2005-11-28 paf
12618:
12619: * src/classes/table.C: merged from HEAD: ! nameless table has
12620: columns==0
12621:
12622: * src/classes/table.C: ! nameless table has columns==0
12623:
12624: * src/main/pa_http.C: merged from HEAD: ! status line check made
12625: earlier [was totally wrong]
12626:
12627: * src/main/pa_http.C: ! status line check made earlier [was totally
12628: wrong]
12629:
12630: 2005-11-25 paf
12631:
12632: * src/include/pa_array.h: -this reduces speed(table::load) strange.
12633: undoing for now...
12634:
12635: * src/include/pa_version.h: -this reduces speed(table::load),
12636: strange. undoing
12637:
12638: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
12639:
12640: * src/classes/op.C: + ^while(){}[SEPARATOR]
12641:
12642: * src/include/pa_array.h: + optimistics added: all arrays (table
12643: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
12644: this speeds things up and saves memory a LOT! (not noticed
12645: negative effect on syntetic tests, future will tell...)
12646:
12647: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
12648: changed gc_malloc implementation, which obscured profiling
12649:
12650: * src/classes/table.C: merged from HEAD: + optimized
12651: table::load/sql, now row ArrayString-s allocated with
12652: columns.count() elements and don't always grow from
12653: count=3[realloc,realloc]
12654:
12655: * src/classes/table.C: + optimized table::load/sql, now row
12656: ArrayString-s allocated with columns.count() elements and don't
12657: always grow from count=3[realloc,realloc]
12658:
12659: * src/classes/table.C: merged from HEAD: . ^table.save unused
12660: buffer after save
12661:
12662: * src/classes/table.C: . ^table.save unused buffer after save
12663:
12664: 2005-11-24 paf
12665:
12666: * configure.in: . merged glib2-config patch
12667:
12668: * configure.in: + trying to find glib2-config
12669:
12670: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12671: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
12672: file/dir_readable to simple file/dir_exist, this would help in
12673: situations "class not found because .p file has bad rights" << in
12674: that case error would be explicit "access denied to 'this' file"
12675:
1.116 moko 12676: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 12677:
12678: * src/: classes/file.C, include/pa_common.h, main/execute.C,
12679: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
12680: to simple file/dir_exist, this would help in situations "class
12681: not found because .p file has bad rights" << in that case error
12682: would be explicit "access denied to 'this' file"
12683:
12684: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
12685: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12686: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
12687: ^file::exec/cgi[script;$.charset[changed]
12688: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12689: encoded in $.charset charset
12690:
12691: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
12692: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
12693: encoded in $.charset charset
12694:
12695: * src/: include/Makefile.am, include/pa_common.h,
12696: include/pa_http.h, main/Makefile.am, main/main.vcproj,
12697: main/pa_common.C, main/pa_http.C: . extracted http:// into
12698: separate file [preparation for
12699: ^file::cgi[script;$.form[$.field1[]
12700:
12701: 2005-11-22 paf
12702:
12703: * src/: include/pa_version.h, main/compile.tab.C: makefiles
12704:
12705: * acinclude.m4, configure.in: . merged underquting fixes
12706:
1.116 moko 12707: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 12708:
12709: * src/classes/op.C: . overmerged a little
12710:
12711: * src/main/compile.tab.C: Makefile
12712:
12713: * src/main/: pa_common.C: . less gcc warnings
12714:
12715: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
12716: now reports original exception if we have no old cache
12717:
12718: * src/classes/op.C: + $exception.handled[cache] now reports
12719: original exception if we have no old cache
12720:
12721: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
12722: from HEAD: + ^taint/untaint[regex] << escapes these:
12723: \^$.[]|()?*+{}
12724:
12725: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
12726: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
12727:
12728: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12729: getenv-ed variable, which does not work both on win32&unix.
12730: copied old TZ value now
12731:
12732: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
12733: stored pointer to getenv-ed variable, which does not work both on
12734: win32&unix. copied old TZ value now
12735:
12736: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
12737: getenv-ed variable, which does not work both on win32&unix.
12738: copied old TZ value now
12739:
12740: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
12741: access to internal hash
12742:
12743: * src/types/pa_vresponse.C: + $response:headers access to internal
12744: hash
12745:
12746: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
12747: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12748: isapi] this reduces number of "GC Warning: Repeated allocation of
12749: very large block" messages to only important onces
12750:
12751: * src/targets/isapi/parser3isapi.C: +
12752: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
12753: isapi] this reduces number of "GC Warning: Repeated allocation of
12754: very large block" messages to only important onces
12755:
12756: * src/classes/string.C: merged from HEAD: + removed limitation on
12757: ^string/int/double:sql{}[$.default[({param style})] ]
12758:
12759: * src/classes/string.C: + removed limitation on
12760: ^string/int/double:sql{}[$.default[({param style})] ]
12761:
12762: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
12763: with ?params or $.form option" limitation
12764:
12765: * src/main/pa_common.C: + removed "use either uri with ?params or
12766: $.form option" limitation
12767:
12768: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12769: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
12770: ^file::base64[encoded] decode
12771:
12772: * src/: classes/file.C, classes/string.C, include/pa_common.h,
12773: main/pa_common.C: + ^file.base64[] encode +
12774: ^file::base64[encoded] decode
12775:
12776: * src/classes/: file.C, string.C: + ^string.base64[] encode +
12777: ^string:base64[encoded] decode
12778:
12779: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
12780: ^string:base64[in] encode + ^string.base64[] decode
12781:
12782: 2005-11-21 paf
12783:
12784: * src/classes/file.C: + merged from HEAD:
12785: ^file::create[text;file.xml;^untaint[xml]{data}]
12786:
12787: * src/classes/file.C: +
12788: ^file::create[text;file.xml;^untaint[xml]{data}]
12789:
12790: * src/main/pa_request.C: ! merged: $response:body[file] now
12791: differes from :download, it does not return content-disposition
12792: at all now [previusely it returned valueless content-disposition]
12793:
12794: * src/main/pa_request.C: ! $response:body[file] now differes from
12795: :download, it does not return content-disposition at all now
12796: [previusely it returned valueless content-disposition]
12797:
12798: * src/main/: compile.tab.C, compile.y: ! overoptimized void
12799: literals, reverted to just vvod, recreating empty array with each
12800: void_value token. that's absolutely needed, since that array
12801: grows
12802:
12803: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12804: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12805: types/pa_vmethod_frame.h: + merged: expression literals:
12806: true/false. ^format[$.indent(true)]
12807:
12808: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12809: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12810: types/pa_vmethod_frame.h: + expression literals: true/false.
12811: ^format[$.indent(true)]
12812:
12813: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12814: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12815: i386-pc-win32)"
12816:
12817: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12818: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12819: i386-pc-win32)"
12820:
12821: 2005-11-18 paf
12822:
12823: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12824: null}[$.default(123)] will now return default value
12825:
12826: * src/classes/op.C: + merged ^cache[] << returns current cache
12827: expiration time
12828:
12829: * src/classes/op.C: + ^cache[] << returns current cache expiration
12830: time
12831:
12832: * src/classes/table.C: ! merged ^table::create[not'nameless';
12833: failed << Exception.problem_source pointed to local var!
12834:
12835: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12836: Exception.problem_source pointed to local var!
12837:
12838: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12839: now loads VFile.ptr!=0, so such files can be saved now
12840:
12841: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12842: loads VFile.ptr!=0, so such files can be saved now
12843:
12844: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12845: only . and .. now removed from list [were removed all .*]
12846:
12847: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12848: .. now removed from list [were removed all .*]
12849:
12850: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12851: open error now checked, were not :( [stole that piece from apache
12852: 1.3 sources]
12853:
12854: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12855: checked, were not :( [stole that piece from apache 1.3 sources]
12856:
12857: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12858: untainting of @main result if returned by $result or
12859: $response:body
12860:
12861: * src/main/pa_request.C: ! ensured proper untainting of @main
12862: result if returned by $result or $response:body
12863:
12864: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12865: issue: now tries to guess content-length and allocates one big
12866: piece if possible [regretfully gc_realloc works as malloc+free,
12867: leaving lots of holes behind]
12868:
12869: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12870: fixed file load memory issue: now tries to guess content-length
12871: and allocates one big piece if possible [regretfully gc_realloc
12872: works as malloc+free, leaving lots of holes behind]
12873:
12874: 2005-11-16 paf
12875:
12876: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12877: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12878: table::save with enclosers now doubles them: "->"" !
12879: table::save/load do not remove elements from options hash
12880:
12881: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12882: [were overoptimized ^if(double_literal), compiler confused
12883: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12884:
12885: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12886: [were overoptimized ^if(double_literal), compiler confused
12887: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12888:
12889: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12890: main/pa_common.C: ! table::save with enclosers now doubles them:
12891: "->"" ! table::save/load do not remove elements from options hash
12892:
12893: 2005-11-03 paf
12894:
1.116 moko 12895: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12896: compilation, not all makefiles liked that
1.95 moko 12897:
12898: 2005-08-30 paf
12899:
12900: * src/classes/op.C: merge . speedup check of [DEFAULT]
12901:
12902: * src/classes/op.C: . speedup check of [DEFAULT]
12903:
12904: 2005-08-26 paf
12905:
12906: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12907:
12908: * src/: classes/date.C, types/pa_vdate.h: + date.week
12909:
12910: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12911: complains about bad!=nameless
12912:
12913: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12914: about bad!=nameless
12915:
12916: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12917: optional options were allowed to be empty. were checked
12918: if(is_string), changed to !defined||is_string to allow void
12919:
12920: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12921: classes/string.C, classes/table.C, classes/void.C: ! optional
12922: options were allowed to be empty. were checked if(is_string),
12923: changed to !defined||is_string to allow void
12924:
12925: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12926: as_junction where they needed as_int/double, so failed with
12927: recent "(const) now no junction" optimization
12928:
12929: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12930: merged ! many classes/* used as_junction where they needed
12931: as_int/double, so failed with recent "(const) now no junction"
12932: optimization
12933:
12934: * src/: classes/double.C, classes/int.C, classes/math.C,
12935: classes/op.C, classes/string.C, classes/table.C,
12936: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12937: used as_junction where they needed as_int/double, so failed with
12938: recent "(const) now no junction" optimization
12939:
12940: 2005-08-24 paf
12941:
12942: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12943: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12944: stripped it
12945:
12946: 2005-08-09 paf
12947:
12948: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12949: not cleared
12950:
12951: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12952: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12953: classes/hashfile.C, classes/image.C, classes/int.C,
12954: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12955: classes/response.C, classes/string.C, classes/table.C,
12956: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12957: include/pa_array.h, include/pa_cache_managers.h,
12958: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12959: include/pa_config_fixed.h, include/pa_config_includes.h,
12960: include/pa_dictionary.h, include/pa_dir.h,
12961: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12962: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12963: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12964: include/pa_request_charsets.h, include/pa_request_info.h,
12965: include/pa_sapi.h, include/pa_socks.h,
12966: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12967: include/pa_stack.h, include/pa_string.h,
12968: include/pa_stylesheet_connection.h,
12969: include/pa_stylesheet_manager.h, include/pa_table.h,
12970: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12971: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12972: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12973: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12974: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12975: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12976: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12977: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12978: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12979: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12980: main/pa_sql_driver_manager.C, main/pa_string.C,
12981: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12982: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12983: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12984: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12985: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12986: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12987: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12988: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12989: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12990: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12991: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12992: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12993: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12994: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12995: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12996: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12997: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12998: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12999: types/pa_vresponse.C, types/pa_vresponse.h,
13000: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13001: types/pa_vstateless_object.h, types/pa_vstatus.C,
13002: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13003: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13004: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13005: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13006: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13007:
13008: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13009: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13010: speedup consequent checks in vmethod_frame
13011:
13012: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13013: not cleared
13014:
13015: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13016: params: 50 max (were 10)
13017:
13018: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13019: params: 50 max (were 10)
13020:
13021: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13022: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13023: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13024: empty string) ! simplified (double) speedup consequent checks in
13025: vmethod_frame
13026:
13027: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13028: optimized constants in expressions vstring->vdouble + optimized
13029: ^call(vdouble), no junction creation, no calls later
13030:
13031: 2005-08-08 paf
13032:
13033: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13034: compile_tools.h: merged + optimized constants in expressions
13035: vstring->vdouble + optimized ^call(vdouble), no junction
13036: creation, no calls later
13037:
13038: * src/types/pa_vdouble.h: merged . double values without fractional
13039: part now default printed as %.0f instead of %g
13040:
13041: * src/types/pa_vdouble.h: . double values without fractional part
13042: now default printed as %.0f instead of %g
13043:
13044: * src/classes/hashfile.C: . merged ! second hashfile::open would
13045: cause an exception
13046:
13047: * src/classes/hashfile.C: ! second hashfile::open would cause an
13048: exception
13049:
13050: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13051: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13052: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13053: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13054: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13055: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13056: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13057: types/pa_vresponse.h, types/pa_vstateless_class.C,
13058: types/pa_vstateless_object.h, types/pa_vvoid.h,
13059: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13060: merged VJunction(new Junction) optimization from 3.1.4
13061:
13062: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13063: types/pa_vstateless_class.C: + optimized new VJunction(new
13064: Junction(params)) to new VJunction(params), thousands of mallocs
13065: removed
13066:
13067: 2005-08-05 paf
13068:
13069: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13070: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13071: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13072: creation, no calls later
13073:
13074: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13075: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13076: classes/hashfile.C, classes/image.C, classes/int.C,
13077: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13078: classes/response.C, classes/string.C, classes/table.C,
13079: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13080: include/pa_array.h, include/pa_cache_managers.h,
13081: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13082: include/pa_config_fixed.h, include/pa_config_includes.h,
13083: include/pa_dictionary.h, include/pa_dir.h,
13084: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13085: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13086: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13087: include/pa_request_charsets.h, include/pa_request_info.h,
13088: include/pa_sapi.h, include/pa_socks.h,
13089: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13090: include/pa_stack.h, include/pa_string.h,
13091: include/pa_stylesheet_connection.h,
13092: include/pa_stylesheet_manager.h, include/pa_table.h,
13093: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13094: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13095: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13096: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13097: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13098: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13099: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13100: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13101: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13102: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13103: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13104: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13105: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13106: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13107: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13108: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13109: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13110: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13111: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13112: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13113: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13114: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13115: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13116: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13117: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13118: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13119: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13120: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13121: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13122: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13123: types/pa_vstateless_object.h, types/pa_vstatus.C,
13124: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13125: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13126: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13127: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13128: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13129:
13130: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13131: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13132: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13133: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13134: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13135: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13136: optimized constants in expressions vstring->vdouble
13137:
13138: 2005-07-29 paf
13139:
13140: * src/types/pa_vclass.C: . shaped up error messages a bit
13141:
13142: * src/types/pa_vclass.C: + property getter can now be overridden
13143:
13144: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13145: bug fix: static parent fields were not replaced in case
13146: $derived:field[put] + property setter can now be overridden
13147:
13148: 2005-07-28 paf
13149:
13150: * configure, configure.in, src/classes/classes.h,
13151: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13152: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13153: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13154: src/classes/xnode.h, src/include/pa_hash.h,
13155: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13156: src/types/Makefile.am, src/types/pa_method.h,
13157: src/types/pa_value.h, src/types/pa_vclass.C,
13158: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13159: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13160: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13161: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13162: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13163: src/types/pa_vobject.C, src/types/pa_vobject.h,
13164: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13165: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13166: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13167: src/types/pa_vstateless_class.h,
1.95 moko 13168: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13169: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13170: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13171: dynamic_fields_join
13172:
13173: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13174: classes/xnode.C, include/pa_hash.h, main/execute.C,
13175: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13176: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13177: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13178: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13179: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13180: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13181: types/pa_vresponse.h, types/pa_vstateless_object.h,
13182: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13183: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13184: restored its checks in vobject.put_element->static fields |
13185: dynamic properties
13186:
13187: 2005-07-27 paf
13188:
13189: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13190: is some old code containing @set_name $name
13191:
13192: * src/types/pa_vobject.h: . fixed warning
13193:
13194: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13195: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13196:
13197: * src/: classes/xnode.C, include/pa_hash.h,
13198: types/pa_vstateless_class.C: ! new asserts were all false.
13199: regretfully reverted them all to checks
13200:
13201: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13202: classes/op.C, main/execute.C, types/pa_method.h,
13203: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13204: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13205: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13206: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13207: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13208: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13209: types/pa_vstateless_object.h, types/pa_vvoid.h,
13210: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13211: joined_dynamic_fields: removed unused param from put_method
13212: (returned to 3 params)
13213:
13214: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13215: joined_dynamic_fields: dynamic get/set works with overriding
13216: props [alpha2]
13217:
13218: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13219: works [alfa]
13220:
13221: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13222: classes/op.C, include/pa_hash.h, main/execute.C,
13223: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13224: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13225: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13226: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13227: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13228: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13229: types/pa_vresponse.h, types/pa_vstateless_class.C,
13230: types/pa_vstateless_object.h, types/pa_vvoid.h,
13231: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13232: joined_dynamic_fields: just compiled
13233:
13234: * src/: classes/date.C, classes/file.C, classes/hash.C,
13235: classes/hashfile.C, classes/image.C, classes/table.C,
13236: classes/xdoc.C, classes/xnode.h, main/execute.C,
13237: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13238: types/pa_vstateless_class.h: joined_dynamic_fields: started
13239:
13240: * src/types/pa_vobject.C: . object setters [only started, does not
13241: work yet]
13242:
13243: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13244: object setters [only started, does not work yet]
13245:
13246: 2005-07-26 paf
13247:
13248: * src/: include/pa_request.h, main/execute.C: . properties: set
13249: works [alpha2]. for classes. todo: for objects
13250:
13251: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13252: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13253: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13254: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13255: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13256: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13257: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13258: types/pa_vstateless_object.h, types/pa_vvoid.h,
13259: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13260: properties: set works [alpha1]
13261:
13262: 2005-07-25 paf
13263:
13264: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13265: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13266: properties: started, get works [alpha1, other approach]
13267:
13268: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13269: properties: started, get works [alpha2]
13270:
13271: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13272: pa_vstateless_class.h: . properties: started, get works [alpha]
13273:
13274: 2005-07-15 paf
13275:
13276: * src/: classes/classes.h, classes/op.C, main/execute.C,
13277: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13278: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13279: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13280: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13281: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13282: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13283: types/pa_vresponse.C, types/pa_vresponse.h,
13284: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13285: types/pa_vstateless_object.h, types/pa_vvoid.h,
13286: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13287: types/pa_wwrapper.h, types/types.vcproj: + started property
13288: [getters work but think of changing them too to precaching]
13289:
13290: 2005-07-08 paf
13291:
13292: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13293: gpf
13294:
13295: 2005-06-28 paf
13296:
13297: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13298: in passing empty strings to file::exec/cgi environment
13299:
13300: 2005-06-06 paf
13301:
13302: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13303: ^table:sql ^hash:sql now DO process $.bind option
13304:
13305: 2005-05-24 paf
13306:
13307: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13308: $.limit] now work again [support was broken in 3.1.4]
13309:
13310: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13311: ALL_INTERIOR_POINTERS
13312:
13313: 2005-05-12 paf
13314:
13315: * configure: 3.1.5beta
13316:
13317: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13318:
13319: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13320: $.limit] now work again [support was broken in 3.1.4]
13321:
13322: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13323: line-width [was refusing to fill if line-width >1, thanks to
13324: Seras <seras@pinxit.lt> for repro case
13325:
13326: 2005-04-25 paf
13327:
13328: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13329: correctly
13330:
13331: 2005-04-19 paf
13332:
13333: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13334: in VString violating invariant!!
13335:
13336: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13337: getenv("TZ")==null
13338:
13339: 2005-04-08 paf
13340:
13341: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13342: bugfix: when there is no char in charset one byte produces 6
13343: (ÿ <<max). increased buffer size!
13344:
13345: 2005-03-23 paf
13346:
13347: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13348: ^date.sql-string now takes TZ into account
13349:
13350: 2005-03-16 paf
13351:
13352: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13353: gcc 3.4
13354:
13355: * src/types/pa_vhash.C: . warning about eof eol
13356:
13357: 2005-02-17 paf
13358:
1.211 moko 13359: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13360: ^sleep(double seconds)
1.95 moko 13361:
13362: 2005-02-02 paf
13363:
13364: * src/classes/xnode.C: beauty: removed needless includes
13365:
13366: 2005-01-31 paf
13367:
13368: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13369: $.partNoNumber now alias to $.part1
13370:
13371: * src/types/pa_vmail.C: change: incoming letter part contains
13372: "content-disposition" header with any value? now considering that
13373: part to be "file#" [for text/plain text/html were $.text#
13374: $.html#]
13375:
13376: * INSTALL: updatet to latest working versions available
13377:
13378: 2005-01-20 paf
13379:
13380: * configure.in, src/include/pa_version.h: version
13381:
13382: 2005-01-19 paf
13383:
1.116 moko 13384: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13385: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13386: couple warnings in parser3.C
1.95 moko 13387:
13388: 2004-12-23 paf
13389:
13390: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13391:
13392: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13393: dir to directory of script (when shbang used), not to directory
13394: of its interpreter
13395:
13396: * src/include/pa_version.h: compiled on win32...
13397:
13398: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13399: we need more hspace
13400:
13401: * configure, configure.in, src/include/pa_version.h: configured
13402: host to pa_version. will be displayed everywhere
13403:
13404: * src/main/pa_request.C: new: @unhandled_exception can prevent
13405: exception from being logged by setting $exception.handled(1)
13406:
1.211 moko 13407: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13408: ^file::sql{query}[[options]] options: $.name[file name]
13409: $.content-type[application/what]
13410:
13411: * src/: include/pa_common.h, main/pa_common.C,
13412: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13413: new file
13414:
13415: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13416: bugfix: table->hash now regards _default
13417:
13418: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13419: created by accessing $name_of_method it acquired bad self=closest
13420: methodframe; instead of proper self (current class)
13421:
13422: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13423: hashfile produced bad cord
13424:
13425: 2004-12-10 paf
13426:
13427: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13428: subsequent failures though defined in .h
13429:
13430: * src/main/pa_common.C: comment on volatile
13431:
13432: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13433: alarm function were not used since the beginning due to stupid
13434: error [setsigjmp were not checked in configure.in]
13435:
13436: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13437: unix too
13438:
13439: * src/main/pa_common.C: http: exception status of send/recv errors
13440: change to most probable http.timeout
13441:
13442: * src/main/pa_common.C: win32: http connection $.timeout option now
13443: works [setsockopt on send/receive]
13444:
13445: 2004-12-08 paf
13446:
13447: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13448: cstr-ed knowing mail charset, and untainting uri lang now knows
13449: proper charset
13450:
13451: 2004-11-24 paf
13452:
13453: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13454:
13455: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13456: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13457:
13458: 2004-11-12 paf
13459:
13460: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13461: [since 3.0.4]
13462:
13463: 2004-11-09 paf
13464:
13465: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13466: writes basics to c:\parser3.log
13467:
13468: 2004-10-21 paf
13469:
13470: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13471: tainted strings [were returning clean onces]
13472:
13473: 2004-10-15 paf
13474:
13475: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13476: cycles(i=1; i=2), which was wrong, now does ONE
13477:
13478: 2004-10-12 paf
13479:
13480: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13481:
13482: 2004-10-07 paf
13483:
13484: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13485: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13486: release asserts
13487:
13488: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13489: String.dump() to stdout in detailed form [were String.v() in
13490: short form]
13491:
13492: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13493: \t\r\n as @#| and truncates long char sequences less
13494:
13495: 2004-10-06 paf
13496:
13497: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13498: win32 beauty: socket errors properly decoded
13499:
13500: 2004-10-05 paf
13501:
13502: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13503: request::configure_user/admin done always, even if no
13504: file-to-process useful in @unhandled_exception [say, if they
13505: would want to mail by SMTP something]
13506:
13507: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13508: now performed prior to file loading [and @auto executing] thus
13509: making $cookie:value available in @auto and in
13510: @unhandled_exception when IIS is configured to run interpreter
13511: even if no file exist
13512:
13513: 2004-09-20 paf
13514:
13515: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13516: somewhere where it should have called xmlMalloc and it calls
13517: xmlFree when it should have not called it. inserted two
13518: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13519: xmlFree just ignored. put away a testcase, maybe someday libxml
13520: author would fix all that. until that day: we have SLOW garbage
13521: collecting when many xml objects are alive hint: do
13522: ^memory:compact[] before xdoc::create
13523:
13524: 2004-09-17 paf
13525:
13526: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13527: error from 3.0.8 version]
13528:
13529: 2004-09-14 paf
13530:
13531: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13532: part bugfix: hashfile.foreach iterated only part if hashfile were
13533: modified inside
13534:
13535: 2004-09-13 paf
13536:
13537: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13538: [were as octal]
13539:
13540: * src/types/pa_vhashfile.C: beauty: not reproduced
13541: $hashfile.key[$novalue] bug [reported by motorin], inserted
13542: safety-check
13543:
13544: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13545: [not something obscure from sdbm lib]
13546:
13547: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13548: = strerror now returnes something and we can properly report that
13549: to client
13550:
13551: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13552: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13553:
13554: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13555: [tainted as-is] this helps //[space][newline] to remain as-is and
13556: not be unnecessary optimized away [ruining javascript]
13557:
13558: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13559: [tainted as-is]
13560:
13561: * src/classes/mail.C: bugfix: typo error
13562:
13563: 2004-09-09 paf
13564:
13565: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13566: separators bugfix: loads header with endings \r\n\r\n and \n\n
13567: (bloody yandex.server)
13568:
13569: 2004-09-06 paf
13570:
13571: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13572: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13573: encoded
13574:
13575: 2004-09-01 paf
13576:
13577: * src/types/pa_vmail.C: change: multipart/mixed changed to
13578: multipart/related outlook express have no problems showing
13579: unrelated attachments. todo: someday figure out a way of
13580: multipart/mixed multipart/related text/html
13581: image/xxx application/octet-stream << true attachments
13582:
13583: * src/types/pa_vmail.C: new:
13584: ^mail:send[$.file[$.content-disposition can be overriden new:
13585: empty mail header fields removed from letter
13586:
13587: * src/: classes/mail.C, include/pa_config_fixed.h,
13588: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
13589: ^mail:send[ $.file[ $.any[header]
13590:
13591: 2004-08-30 paf
13592:
13593: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
13594: warnings
13595:
13596: * src/main/pa_common.C: beauty: do not bother with charset
13597: detection when ^file::load[binary
13598:
13599: 2004-08-27 paf
13600:
13601: * src/main/pa_common.C: hack: for yandex.server http server
13602:
13603: 2004-08-18 paf
13604:
13605: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
13606: possibly-chunked response
13607:
13608: 2004-08-17 paf
13609:
13610: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13611: $f.content-type now = that of http response
13612:
13613: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
13614: $f.content-type now = that of http response
13615:
13616: 2004-07-30 paf
13617:
13618: * src/: include/pa_request.h, main/pa_request.C,
13619: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
13620: win32: system&parser exceptions in release mode reported properly
13621: parser exception in exception handler WERE mistakenly reported as
13622: system exception, without details [in apache & isapi] +some
13623: beauty in exception text
13624:
13625: * src/: include/pa_exception.h, main/pa_request.C,
13626: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
13627: release mode reported properly parser exception in exception
13628: handler WERE mistakenly reported as system exception, without
13629: details
13630:
13631: * src/main/execute.C: beauty: simplified system exception handling
13632:
13633: 2004-07-29 paf
13634:
13635: * src/classes/table.C: bugfix:
13636: ^table.save[export.csv;$.separator[^;]] now works fine [separator
13637: were ignored, and \t used unconditionally]
13638:
13639: * src/types/Makefile.am: added vhash.c
13640:
13641: 2004-07-28 paf
13642:
13643: * src/: classes/date.C, classes/image.C, classes/math.C,
13644: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
13645: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
13646: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
13647: failed on russian letters
13648:
13649: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
13650: bugfix: isspace((unsigned char)c) everywhere. failed on russian
13651: letters
13652:
13653: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
13654: as 'currentDirectory' parameter to CreateProcess
13655:
13656: 2004-07-27 paf
13657:
13658: * src/targets/cgi/parser3.vcproj: beauty: win32:
13659: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
13660: from release somewhere [to help searching for unhandled system
13661: exceptions]
13662:
13663: * src/types/pa_vdate.h: check: for invalid datetime after temporary
13664: TZ shift
13665:
13666: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
13667: but also in ctor
13668:
13669: 2004-07-26 paf
13670:
1.211 moko 13671: * operators.ru.txt, operators.txt, src/include/pa_common.h,
13672: src/main/pa_common.C, src/main/pa_request.C,
13673: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 13674: src/types/types.vcproj: new: $response:body/download[
13675: $.file[name on disk] $.name[of file for user]
13676: $.mdate[date of last-modified. default from directory] ]
13677:
13678: * src/classes/file.C: moving file:send somewhere else..
13679:
13680: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
13681: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
13682: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
13683: $response:download[ $.filename[filename] $.option[] ,, ]
13684:
13685: * src/classes/file.C: beauty: invalid mode thoroughly reported
13686:
13687: 2004-07-21 paf
13688:
13689: * src/types/pa_vmail.C: bugfix: too long header values now splitted
13690: to several lines
13691:
13692: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
13693:
13694: note: ms outlook[!express] shows only first 255 characters of
13695: subject
13696:
13697: 2004-07-15 paf
13698:
13699: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
13700: off]
13701:
13702: 2004-07-14 paf
13703:
13704: * src/classes/table.C: bugfix: $.bind values now got untainted
13705: according to lang [were: as-is]
13706:
13707: 2004-07-07 paf
13708:
13709: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
13710: checked that
13711:
13712: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
13713: now untainted according to their languages. were: as-is.
13714: EVERYWHERE
13715:
13716: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
13717: environment string now untainted according to their languages.
13718: were: as-is. EVERYWHERE
13719:
13720: * src/main/pa_exec.C: bufix: on unix environment string now
13721: untainted according to their languages. were: as-is. on win32:
13722: ok
13723:
13724: * parser3.vssscc: ...would not go unnoticed
13725:
13726: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
13727: fails. in case on input appears nonutf, those bytes will be
13728: printed in %HH form. that can be easily decoded/recovered.
13729:
13730: this form is quite noticable, and hopefully would not go noticed
13731:
13732: 2004-07-06 paf
13733:
13734: * src/main/pa_exec.C: bufix: on unix environment string now
13735: untainted according to their languages. were: as-is. on win32:
13736: ok
13737:
13738: 2004-07-01 paf
13739:
13740: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
13741: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
13742: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13743: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
13744: main/main.vcproj, targets/cgi/parser3.vcproj,
13745: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
13746: option: global optimization ON
13747:
13748: * src/main/untaint.C: workaround kinda bug in libxml: life requires
13749: to do xdoc::create{invalid chars} standard disables chars less
13750: then \x20, except tab, cr, lf.
13751:
13752: changed tainting so that those become '!'
13753:
13754: 2004-06-25 paf
13755:
13756: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13757: int on odd address [prev bugfix failed due to superwize
13758: optimizer, which turned memcpy into same 'ld' asm command]
13759:
13760: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
13761: int on odd address
13762:
13763: 2004-06-22 paf
13764:
13765: * src/sql/pa_sql_driver.h: note: about possible optimization
13766:
1.211 moko 13767: * operators.ru.txt, operators.txt, src/classes/hash.C,
13768: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
13769: src/classes/void.C, src/include/pa_config_includes.h: new:
13770: ^void:sql{call paf(:a)}[ $.bind[
13771: $.a[2] ] ] output variables work. todo:
13772: check in out variables
1.95 moko 13773:
13774: 2004-06-18 paf
13775:
13776: * src/: classes/file.C, classes/hash.C, classes/string.C,
13777: classes/table.C, classes/void.C, include/pa_globals.h,
13778: include/pa_sql_connection.h, main/compile.tab.C,
13779: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
13780: $.bind[ $.a[2] ]
13781: ] input variables work. todo:output
13782:
13783: * src/targets/cgi/parser3.C: bugfix: iis specific
13784: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
13785: /_bug.html?404;http://hpsv/test/
13786: --------------------------------------------------------------------------------
13787: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
13788: --------------------------------------------------------------------------------
13789: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
13790:
13791: 2004-06-16 paf
13792:
13793: * src/targets/cgi/parser3.C: new: iis specific
13794: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
13795: $request:query
13796: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
13797: $form:fields IIS-STATUS="404"
13798: IIS-DOCUMENT="http://server/_bug.html" f="v"
13799:
13800: todo: isapi too
13801:
13802: 2004-05-26 paf
13803:
13804: * src/include/pa_version.h: 3.1.3
13805:
1.211 moko 13806: * operators.ru.txt, operators.txt: beauty: removed outdated level
13807: 'table'
1.95 moko 13808:
13809: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13810:
13811: * src/main/pa_string.C: beauty: removed 3 warnings
13812:
13813: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13814: classes/op.C: beauty: removed outdated level 'table'
13815:
13816: 2004-05-25 paf
13817:
13818: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13819: implementation. mistery: how anything worked
13820:
13821: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13822: changed, it is now safe to use url if pointers to it are stored
13823: to gc mem
13824:
13825: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13826: unknown errors reported and not cause SIGSEGV now
13827:
13828: 2004-05-24 paf
13829:
13830: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13831: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13832: less memory: CORD_chars_block originally intended to ... it was
13833: good that CORD_chars_block were not used: it consumes more memory
13834: [and, might be slow too] undoing that. [and removed that func so
13835: that it would not confuse parser developer in future]
13836:
13837: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13838: less memory: CORD_chars_block originally intended to
13839: speedup/reduce mem usage were forgotten, and were used stupid
13840: CORD_chars
13841:
13842: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13843:
13844: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13845: BIGENDIAN processors space-conserving mech failed, causing
13846: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13847: (1|2|3));
13848:
13849: 2004-05-14 paf
13850:
13851: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13852: bugfix: void now has vfile value, and $response:body[] works OK
13853:
13854: 2004-05-12 paf
13855:
13856: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13857: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13858: sources to use is_defined() {return as_bool();} along VBool
13859:
13860: 2004-05-11 paf
13861:
13862: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13863: referencing to local objects
13864:
13865: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13866: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13867: left intact
13868:
13869: 2004-04-15 paf
13870:
13871: * src/classes/date.C: merged: beauty: unused var removed
13872:
13873: * src/classes/date.C: beauty: unused var removed
13874:
13875: * src/include/: pa_exec.h: bugfix: interface without pointer
13876: provoked bug
13877:
13878: 2004-04-09 paf
13879:
13880: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13881:
13882: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13883:
13884: 2004-04-08 paf
13885:
13886: * src/classes/date.C: new: ^date::create[y-m-d
13887: h-M-s>>.milliseconds<<] now allowed, ignored so far
13888:
13889: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13890:
13891: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13892: to consult default catalog [usually, that file belongs to other
13893: user/group]
13894:
13895: 2004-04-06 paf
13896:
13897: * src/main/pa_common.C: beauty: gcc warning removed
13898:
13899: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13900: accept that trick, trying other
13901:
13902: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13903: explicit result problem
13904:
13905: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13906: explicit result problem
13907:
13908: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13909: explicit result problem
13910:
1.211 moko 13911: * operators.ru.txt, operators.txt, src/classes/string.C: new:
13912: ^string.append[string]
1.95 moko 13913:
13914: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13915: main/execute.C: attempt_check_call_in_explicit_result_mode:
13916: failed
13917:
13918: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13919: http://i.p.a.ddress gethostbyaddr added [on some platforms
13920: gethostbyname failed with such 'domains'] now checked properly,
13921: were: needless reverse/forward dns lookup
13922:
13923: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13924: http://i.p.a.ddress gethostbyaddr added [on some platforms
13925: gethostbyname failed with such 'domains'] now checked properly,
13926: were: needless reverse/forward dns lookup
13927:
13928: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13929: @method[][result] means "no string output here" moved to lexical
13930: level [on grammar level it were too difficult]
13931:
1.211 moko 13932: * operators.ru.txt, operators.txt, src/include/pa_string.h,
13933: src/main/compile.tab.C, src/main/compile.y,
13934: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
13935: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
13936: string output here", implemented part of that idea: compiler
13937: throws away string literal generation code. and barks
13938: nonwhitespace chars
1.95 moko 13939:
1.211 moko 13940: * operators.ru.txt, operators.txt: truth: removed comment about
13941: $ORIGIN
1.95 moko 13942:
13943: 2004-04-05 paf
13944:
13945: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13946: src/include/pa_version.h, src/main/pa_common.C,
13947: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13948:
13949: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13950: Konstantin Tomashevitch [mailto:konst@design.ru]
13951:
13952: * src/doc/html2chm.cmd: beauty: no need in bg here
13953:
13954: * src/doc/sources2html.cmd: beauty: same window, in bg it
13955: interfered with FAR console
13956:
13957: * configure, configure.in: 3.1.3
13958:
13959: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13960:
13961: * src/main/pa_common.C: removed warning
13962:
13963: * src/include/pa_version.h: 3.1.3
13964:
13965: 2004-04-02 paf
13966:
13967: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13968:
13969: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13970: allows to specify where to put parser log file
13971:
13972: 2004-04-01 paf
13973:
13974: * src/classes/table.C: bugfix: bugfix: table::load last line
13975: without tab and enter were ignored
13976:
13977: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13978: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13979: main/pa_socks.C, targets/cgi/parser3.C,
13980: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13981: bugfix: sql connections now are disconnected
13982:
13983: 2004-03-30 paf
13984:
13985: * src/classes/table.C: bugfix: table::load last line without tab
13986: and enter were ignored
13987:
13988: * src/classes/table.C: bufix: if last table lines were commented,
13989: gpfed
13990:
13991: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13992: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13993: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13994: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13995: doc/methoded.dox, doc/object.dox, doc/string.dox,
13996: doc/targets.dox, doc/value.dox, include/pa_version.h,
13997: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13998: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13999: bugfixes from 3.1.2, changed version to 3.1.3beta
14000:
14001: 2004-03-29 paf
14002:
14003: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14004: causes gpf
14005:
14006: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14007: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14008: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14009: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14010: value.dox: translated to english
14011:
14012: 2004-03-25 paf
14013:
14014: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14015: parser3project dependency removed
14016:
14017: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14018: bugfix: refused to compile without xml
14019:
14020: * src/types/pa_vform.C: beauty: removed warning
14021:
14022: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14023: any folder [removed last ;) folder dependency]
14024:
14025: * src/classes/classes.vcproj: bugfix: now all compiles in any
14026: folder [removed last ;) folder dependency]
14027:
14028: * src/include/pa_version.h: release
14029:
14030: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14031:
14032: * src/classes/table.C: beauty: comment& more meaningful error
14033: message
14034:
14035: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14036: $.hash[$.column_value1(true) ... ] [were producing some strang
14037: thing]
14038:
14039: 2004-03-23 paf
14040:
14041: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14042: and http status line parsing checked number of columns in table
14043: [user reported an assert]
14044:
1.211 moko 14045: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14046:
14047: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14048: bugfix: junction reattach now actually reattaches a junction to
14049: new wcontext [were only assigning it to junction, which caused
14050: junction tracking to loose junction, and it's context were not
14051: killed, and it tried to process in invalid context, gpf]
14052:
14053: * src/targets/cgi/parser3.C: debug helper added
14054:
14055: 2004-03-19 paf
14056:
14057: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14058: "type(type)" in braces
14059:
14060: 2004-03-10 paf
14061:
1.211 moko 14062: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14063: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14064: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14065: src/types/pa_vxnode.h: new: refined solution to
14066: search-in-namespaces problem:
1.95 moko 14067: $xdoc.search-namespaces.x[http://pif.design.ru/]
14068: $nodes[^xdoc.select[//x:second]]
14069:
1.211 moko 14070: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14071: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14072: search for info in namespaces
1.95 moko 14073:
14074: $nodes[^xdoc.select[//x:second][
14075: $.x[http://pif.design.ru/] ]]
14076:
14077: 2004-03-09 paf
14078:
1.211 moko 14079: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14080: ^file::load[...][options] $.form[
14081: !$.field1[string]
14082: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14083: ] !$.body[string]
14084:
14085: GET ?here notGET(POST, HEAD, others) in content-type:
14086: application/x-www-form-urlencoded
14087:
14088: todo: upload files ability
14089:
14090: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14091: properly, done
14092:
14093: 2004-03-05 paf
14094:
1.211 moko 14095: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14096: file::load[;http:// GET/POST $.form[$.fields started, not tested
14097: yet todo:$.field[table] for multiple values
1.95 moko 14098:
1.211 moko 14099: * operators.ru.txt, operators.txt: new: http:// options $.user
14100: $.password basic authorization
1.95 moko 14101:
14102: * src/main/pa_common.C: beauty: link to rtf added
14103:
1.211 moko 14104: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14105: src/main/pa_common.C: new: http:// options $.user $.password
14106: basic authorization
1.95 moko 14107:
14108: * src/main/pa_common.C: beauty: removed needless vars
14109:
1.211 moko 14110: * operators.ru.txt, operators.txt: new: pgsql option [like that
14111: recently added to oracle driver]
14112: ClientCharset=parser-charset << charset in which parser thinks
14113: client works
14114:
14115: * operators.ru.txt, operators.txt: new: odbc option [like that
14116: recently added to oracle driver]
14117: ClientCharset=parser-charset << charset in which parser thinks
14118: client works
1.95 moko 14119:
14120: * src/sql/pa_sql_driver.h: beauty: important warning added
14121:
14122: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14123: char!
14124:
14125: * etc/parser3.charsets/windows-1251.cfg: typo
14126:
14127: 2004-03-04 paf
14128:
14129: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14130: cached, sql transcoding now goes faster
14131:
1.211 moko 14132: * operators.ru.txt, operators.txt: new: mysql option [like that
14133: recently added to oracle driver]
14134: ClientCharset=parser-charset << charset in which parser thinks
14135: client works
1.95 moko 14136:
14137: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14138: typo error
14139:
14140: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14141: chars commented
14142:
14143: 2004-03-03 paf
14144:
14145: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14146: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14147:
14148: 2004-03-02 paf
14149:
1.211 moko 14150: * operators.ru.txt, operators.txt: new[update typo]:
14151: !^void.left(n) nothing !^void.right(n) nothing
14152: !^void.mid(p[;n]) nothing
14153:
14154: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14155: !^void.left(n) nothing !^void.right(n) nothing
14156: !^void.pos(p[;n]) nothing
1.95 moko 14157:
1.211 moko 14158: * operators.ru.txt, operators.txt, src/classes/file.C,
14159: src/include/pa_string.h: new:
1.95 moko 14160: ^file::sql[[name_to_become_$.name]]{} query result must be one
14161: row with columns: first: data second: file name third:
14162: content-type
14163:
1.211 moko 14164: * operators.ru.txt, operators.txt, src/classes/file.C:
14165: ^file.sql-string[] inside ^connect gets properly escaped string,
14166: which can be passed to request now this for mysql only. it's up
14167: to parser sql driver to fix zeros properly
1.95 moko 14168:
14169: * INSTALL: note: added on building apache with this option:
14170: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14171:
14172: 2004-03-01 paf
14173:
14174: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14175: extension memory:compact befor processingrequest
14176:
1.211 moko 14177: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14178: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14179:
1.211 moko 14180: * operators.ru.txt, operators.txt, src/classes/image.C,
14181: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14182: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14183:
14184: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14185: beauty: image -- less checks [were ugly impl]
14186:
14187: * src/classes/string.C: bugfix: ^string.left/right/mid with
14188: negative values now considered bad
14189:
14190: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14191:
14192: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14193: options now have unified defaults [after transform
14194: indent/omit-xml-declaration/standalone 'default' erroreously
14195: meant 'true']
14196:
14197: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14198: added [on some platforms gethostbyname failed with such
14199: 'domains']
14200:
14201: * src/include/pa_config_auto.h.in: no select check, no define
14202:
14203: * src/classes/string.C: feature: ^string.trim both parameters may
14204: be empty-strings, meaning kind=both chars=whitespaces
14205:
14206: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14207: exist
14208:
14209: * src/classes/string.C: check: trim 'chars' must not be empty,
14210: exception if it is
14211:
14212: * src/classes/string.C: changed: ^string.trim [] << both,
14213: whitespaces [start|both|end] << kind, whitespaces
14214: [start|both|end;chars] full
14215:
14216: 2004-02-27 paf
14217:
1.211 moko 14218: * operators.ru.txt, operators.txt, src/classes/string.C,
14219: src/main/pa_string.C: new method:
14220: ^string.trim[start|both|end[;chars]] default 'chars' --
14221: whitespace chars finished
1.95 moko 14222:
1.211 moko 14223: * operators.ru.txt, operators.txt, src/classes/string.C,
14224: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14225: ^string.trim[start|both|end[;chars]] default 'chars' --
14226: whitespace chars started, only start works
14227:
14228: * src/main/compile.C: bugfix: line numbers after
14229: ^process{}[$.line(-10]] can be negative, allowed to print they as
14230: signed
14231:
14232: * src/main/untaint.C: speed: there's no \n chars in output
14233: [normally], so no need to optimize them they could be retrived
14234: from databases, though. but 1. should be replaced 2. if not
14235: optimized, no harm done
14236:
14237: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14238: ^file::exec/cgi could return invalid status & zombie child can
14239: remain for short period until process exists [very bad in
14240: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14241:
14242: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14243: malicious SMTP server to attack as by returning too long status
14244: responses http://i2/tasks/edit/?id=4629448401140924947
14245:
14246: 2004-02-26 paf
14247:
1.211 moko 14248: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14249: has options] which are $.main[to what to rename @main]
1.95 moko 14250: $.file[file, from which (user says) goes that CODE]
14251: $.lineno(line number in that file, where CODE starts. may be
14252: negative)
14253:
1.211 moko 14254: * operators.ru.txt, operators.txt, src/classes/op.C,
14255: src/include/pa_request.h, src/main/compile.C,
14256: src/main/compile_tools.h, src/main/pa_request.C: feature:
14257: ^process...{CODE}[now has options] which are $.main[to
14258: what to rename @main] $.file[file, from which (user says)
14259: goes that CODE] $.lineno(line number in that file, where
14260: CODE starts. may be negative)
14261:
1.95 moko 14262: 2004-02-25 paf
14263:
1.116 moko 14264: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14265: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14266:
14267: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14268: produces hash of column=>1
14269:
14270: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14271: with incomplete errno constants set
14272:
14273: 2004-02-24 paf
14274:
14275: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14276: "man select"
14277:
14278: * src/main/pa_os.C: beauty: <0 better then ==-1
14279:
14280: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14281:
14282: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14283:
1.116 moko 14284: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14285:
14286: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14287: unix: steps to work on unix [extracted 'to']
14288:
14289: * src/classes/mail.C: smtp on unix: steps to work on unix
14290:
14291: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14292:
1.116 moko 14293: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14294: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14295: unix [testing on solaris]
1.95 moko 14296:
14297: 2004-02-20 paf
14298:
14299: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14300: pointing that out
14301:
14302: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14303: fixed again [same solution, mistanenly removed one line]
14304:
14305: 2004-02-19 paf
14306:
14307: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14308: date::create from bad datetime in spring daylightsaving hole now
14309: OK for all platforms [on some platforms it failed]
14310:
14311: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14312: in daylightsaving hole] now throws error
14313:
14314: * src/classes/date.C: comment: mistake fixed
14315:
14316: 2004-02-18 paf
14317:
14318: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14319: now renderes in $request:charset, but in header puts
14320: $response:charset todo: make that default only so that coder
14321: could override that
14322:
14323: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14324: turns off omit-xml-declaration
14325:
14326: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14327: /.xsl for sample
14328:
14329: 2004-02-17 paf
14330:
14331: * src/classes/xdoc.C: beauty: needless helper class removed
14332:
14333: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14334: copied extra time
14335:
14336: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14337: part of libxml
14338:
14339: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14340: libxml to do the work] <xsl:output method="html"
14341: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14342: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14343: />
14344:
14345: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14346:
14347: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14348: caused assertion
14349:
14350: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14351: could hang. now such add does nothing, sub clears $hash
14352:
14353: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14354: not made quoted-printable
14355:
14356: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14357: string invariant
14358:
14359: 2004-02-16 paf
14360:
14361: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14362: cleared [were not cleared properly]
14363:
14364: 2004-02-13 paf
14365:
1.116 moko 14366: * src/include/pa_version.h: prerelease
1.95 moko 14367:
14368: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14369: used, introducing dependencies timestamp check
14370:
14371: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14372: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14373: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14374: .xsl.stamp now not used, introducing dependencies timestamp check
14375:
1.150 moko 14376: * configure.in: auto.p: @conf made relative
1.95 moko 14377:
14378: 2004-02-12 paf
14379:
14380: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14381: ruined empty <input type=file> submits. parser thought there were
14382: nameless empty file and $form:field got value of type 'file'
14383:
14384: * INSTALL: --without-threads
14385:
14386: * src/include/pa_sapi.h: 2004
14387:
14388: 2004-02-11 paf
14389:
14390: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14391: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14392: classes/hashfile.C, classes/image.C, classes/int.C,
14393: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14394: classes/response.C, classes/string.C, classes/table.C,
14395: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14396: include/pa_array.h, include/pa_cache_managers.h,
14397: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14398: include/pa_config_fixed.h, include/pa_config_includes.h,
14399: include/pa_dictionary.h, include/pa_dir.h,
14400: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14401: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14402: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14403: include/pa_request_charsets.h, include/pa_request_info.h,
14404: include/pa_socks.h, include/pa_sql_connection.h,
14405: include/pa_sql_driver_manager.h, include/pa_stack.h,
14406: include/pa_string.h, include/pa_stylesheet_connection.h,
14407: include/pa_stylesheet_manager.h, include/pa_table.h,
14408: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14409: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14410: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14411: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14412: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14413: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14414: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14415: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14416: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14417: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14418: main/pa_sql_driver_manager.C, main/pa_string.C,
14419: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14420: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14421: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14422: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14423: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14424: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14425: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14426: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14427: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14428: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14429: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14430: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14431: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14432: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14433: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14434: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14435: types/pa_vresponse.h, types/pa_vstateless_class.C,
14436: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14437: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14438: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14439: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14440: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14441: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14442:
14443: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14444: debug version of gc.dll
14445:
14446: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14447: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14448: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14449: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14450: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14451: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14452: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14453: processes
14454:
14455: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14456: main/pa_globals.C, targets/cgi/parser3.vcproj,
14457: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14458: changes to reflect libxml xsl new folders
14459:
14460: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14461: lib/smtp/smtp.vcproj, main/main.vcproj,
14462: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14463: to reflect libxml xsl new folders
14464:
14465: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14466: lib/smtp/smtp.vcproj, main/main.vcproj,
14467: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14468: types/types.vcproj: started changes to reflect libxml xsl new
14469: folders
14470:
14471: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14472: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14473: src/main/compile.tab.C, src/main/main.vcproj,
14474: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14475: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14476: started changes to reflect libxml xsl new folders
14477:
14478: 2004-02-10 paf
14479:
14480: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14481: compile. recommened latest libxml up to date
14482:
14483: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14484: pattern compilation errors", on which spent 4 hours worktime. use
14485: versions higher than that. recommended now latest up to date
14486:
14487: 2004-02-06 paf
14488:
14489: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14490: beauty: unified destructing style
14491:
14492: * src/main/untaint.C: beauty: removed old def/ifdef
14493:
14494: * src/main/untaint.C: beauty: coredump @unknown untaint language
14495: now
14496:
14497: 2004-02-03 paf
14498:
14499: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14500: targets/isapi/parser3isapi.C, types/pa_value.C,
14501: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14502: then %ld/%lu
14503:
14504: * src/main/pa_common.C: typo: %l -> %u
14505:
14506: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14507: in attributes or documents-results of transform now not xx;
14508:
14509: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14510:
14511: * src/main/pa_charset.C: bugfix: forgot to undo some
14512:
14513: * src/main/pa_charset.C: beauty: uncomment
14514: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14515: libraries
14516:
14517: 2004-02-02 paf
14518:
14519: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14520: $cookie:example[ $.value[value] $.path[/there/] ]
14521:
14522: $cookie:example[ $.value[] $.expires[session]
14523: $.path[/there/] $.domain[test.com] ]
14524:
14525: * src/types/pa_vform.C: bugfix: empty values with
14526: enctype=multipart/form-data now produce entries in $form:tables
14527: <form method=post enctype=multipart/form-data> <input type=hidden
14528: name=a> <input type=hidden name=b>
14529:
14530: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14531: <hr> <pre>$request:body
14532:
14533: 2004-01-30 paf
14534:
14535: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14536: or documents-results of transform now not xx;
14537:
14538: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14539: produce exception.
14540:
14541: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14542: bugfix: ^date::create[invalid fields now produce exception.
14543:
14544: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14545: year] now produces exception. todo: check other fields
14546:
14547: 2004-01-29 paf
14548:
14549: * src/include/pa_memory.h: typo error
14550:
14551: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14552: more byte then specified, then zeroed it << useless and
14553: potentially harmful(could gpf)
14554:
14555: 2004-01-22 paf
14556:
14557: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14558:
14559: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14560: optimization
14561:
14562: * src/main/untaint.C: bugfix: whitespace now optimized properly
14563: [were bug: ^taint[1 & 2]="1 &2"
14564:
14565: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14566: errors
14567:
14568: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14569: overflow
14570:
14571: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14572: error-reporting code * in parser-error reporting code [when no
14573: @unhandled_exception defined]
14574:
14575: fixed in one place: my *snprintf override
14576:
14577: 2004-01-13 paf
14578:
1.211 moko 14579: * operators.ru.txt, operators.txt: typo erro
1.95 moko 14580:
14581: 2003-12-25 paf
14582:
14583: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
14584: garbled [pieces after zero bytes were removed]
14585:
14586: 2003-12-22 paf
14587:
1.116 moko 14588: * src/include/Makefile.am: bugfix: removed from dist:
14589: src/include/pa_config_auto.h which were configured for
1.95 moko 14590: make-dist-platform and badly updated proper config file in target
14591: [when .tar used for updating existing source tree]
14592:
1.211 moko 14593: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 14594: src/include/pa_sql_connection.h,
14595: src/include/pa_sql_driver_manager.h,
14596: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
14597: feature: sql introducing ability to transcode charsets
14598:
14599: 2003-12-19 paf
14600:
14601: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
14602: error message
14603:
14604: * src/main/pa_charset.C: bugfix: memory for charsethandler
14605: structure for libxml now allocated properly
14606:
14607: 2003-12-17 paf
14608:
14609: * src/types/pa_vfile.C: beauty: removed outdated cast
14610:
14611: * src/main/pa_common.C: bugfix: empty http response caused gpf
14612:
14613: * src/include/pa_string.h: bugfix: removed too strong a assert
14614:
14615: * src/main/pa_globals.C: bugfix: removed false warning [warning:
14616: unreported xmlGenericErrors]
14617:
14618: 2003-12-15 paf
14619:
14620: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
14621: works}
14622:
14623: 2003-12-11 paf
14624:
1.211 moko 14625: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
14626: !$status:pid process id
1.95 moko 14627: !$status:tid thread id
14628:
14629: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
14630: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
14631: bugfix(solaris): removed dependency on object initialization
14632: order [one more place]
14633:
14634: * src/: classes/file.C, classes/mail.C, classes/op.C,
14635: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
14636: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
14637: understand that
14638:
14639: * src/: classes/file.C, classes/mail.C, classes/op.C,
14640: classes/xdoc.C, include/pa_cache_managers.h,
14641: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14642: include/pa_stylesheet_manager.h, main/pa_request.C,
14643: main/pa_stylesheet_manager.C, types/pa_vimage.C,
14644: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
14645: ctor call [relying on implicit String::Body(cstr) call]
14646:
14647: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
14648: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
14649: object initialization order [two places]
14650:
14651: 2003-12-10 paf
14652:
14653: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
14654: << time now ok
14655:
1.211 moko 14656: * operators.ru.txt, operators.txt,
14657: src/main/pa_sql_driver_manager.C,
1.95 moko 14658: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
14659: operational
14660:
1.211 moko 14661: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 14662: src/include/pa_charset.h, src/include/pa_sql_connection.h,
14663: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
14664: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
14665: back operational
14666:
14667: 2003-12-02 paf
14668:
14669: * src/types/pa_vmail.C: bugfix:
14670: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
14671: as-is forced]
14672:
14673: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
14674: exceptions out of libxml callbacks: reimplemented error handling
14675: of http://localhost, parser://method and safemode check callbacks
14676:
14677: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
14678: [merged from HEAD]
14679:
14680: * src/classes/image.C: nothing: comment removed
14681:
14682: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
14683: addresses to int
14684:
14685: 2003-12-01 paf
14686:
14687: * src/main/pa_xml_io.C: bugfix: typo
14688:
14689: * src/main/pa_globals.C: bugfix: win32: compile prob
14690:
14691: * src/classes/xdoc.C: bugfix: typo
14692:
14693: * src/main/pa_xml_io.C: todo: safe mode check not to throw
14694: exception
14695:
14696: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
14697:
14698: 2003-11-28 paf
14699:
14700: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
14701: all xml documents read
14702:
14703: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
14704:
14705: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14706: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14707: replaced original open mech of xdoc::create & co to use libxml
14708: open, so that this would work for root document todo: safe mode
14709: checks to libxml: ideally to some 1 point
14710:
14711: * src/main/pa_xml_io.C: comment
14712:
1.211 moko 14713: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
14714: in http://parser[abscent params]
1.95 moko 14715:
1.211 moko 14716: * operators.ru.txt, operators.txt, src/include/pa_request.h,
14717: src/main/pa_xml_io.C: works. todo: maybe replace original open
14718: mech of xdoc::create & co to use libxml open, so that this would
14719: work for root document
1.95 moko 14720:
14721: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
14722: "parser://method/params/here"> <test> &test^; </test> }]
14723:
14724: ^taint[^xdoc.string[]]
14725:
14726: @method[param] <!ENTITY test
14727: "test-entity-value+$form:user+$param!">
14728:
14729: 2003-11-27 paf
14730:
14731: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
14732:
14733: * src/classes/date.C: bugfix: typo error
14734:
14735: 2003-11-26 paf
14736:
1.211 moko 14737: * operators.ru.txt, operators.txt, src/include/Makefile.am,
14738: src/include/pa_globals.h, src/main/Makefile.am,
14739: src/main/main.vcproj, src/main/pa_globals.C,
14740: src/main/pa_request.C, src/include/pa_xml_io.h,
14741: src/main/pa_xml_io.C: simplification: xml errors to
14742: hash<thread_id,error> reorganization: xml io moved to
14743: pa_xml_io.C/h
1.95 moko 14744:
14745: * src/types/pa_value.h: warnings: --
14746:
14747: 2003-11-25 paf
14748:
14749: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
14750: whatever)
14751:
14752: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
14753: a, (c?x:y, z)
14754:
14755: * src/main/untaint.C: bugfix: consequences of not reading this
14756: comment: CORD_pos_chars_left /* Number of characters in cache.
14757: <= 0 ==> none */
14758:
14759: * src/include/pa_array.h: removed needless checks
14760:
14761: 2003-11-24 paf
14762:
14763: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
14764: removed limit: now $form:xxx can be accessed anytime, even in
14765: @auto/conf [and request/response:charset still can be changed
14766: anytime]
14767:
14768: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
14769: now not transcodes response body
14770:
1.211 moko 14771: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
14772: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
14773: $tn[^xdoc.createTextNode[text node value]]
14774: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 14775: $xdoc.firstChild.firstChild.nodeValue[different]
14776: ^taint[^xdoc.string[]]
14777:
14778: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
14779: workaround: static Hash::allocates -> static Hash_allocates
14780:
14781: 2003-11-21 paf
14782:
1.116 moko 14783: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
14784: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
14785: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 14786:
14787: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
14788:
14789: * src/classes/mail.C: bugfix: typo
14790:
14791: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 14792: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
14793: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
14794: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
14795: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 14796: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
14797:
14798: * src/main/pa_exec.C: bug in safe mode
14799:
14800: * src/include/Makefile.am: pa_xml_exception.h
14801:
14802: * src/targets/isapi/parser3isapi.C: more warnings --
14803:
14804: 2003-11-20 paf
14805:
14806: * src/: classes/math.C, classes/op.C, classes/string.C,
14807: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
14808: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
14809: --
14810:
14811: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
14812: more warnings --
14813:
14814: * src/classes/xdoc.C: more warnings --
14815:
14816: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14817:
14818: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14819: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14820:
14821: * src/: classes/date.C, classes/file.C, classes/hash.C,
14822: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14823: classes/table.C, include/pa_cache_managers.h,
14824: include/pa_stylesheet_connection.h, main/pa_request.C,
14825: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14826: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14827: --
14828:
14829: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14830: can't report problem (undefined @unhandled_exception) problem
14831: source string were not reported
14832:
14833: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14834: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14835: classes/hashfile.C, classes/image.C, classes/int.C,
14836: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14837: classes/response.C, classes/string.C, classes/table.C,
14838: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14839: include/pa_array.h, include/pa_cache_managers.h,
14840: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14841: include/pa_config_fixed.h, include/pa_dictionary.h,
14842: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14843: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14844: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14845: include/pa_request.h, include/pa_request_charsets.h,
14846: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14847: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14848: include/pa_stack.h, include/pa_string.h,
14849: include/pa_stylesheet_connection.h,
14850: include/pa_stylesheet_manager.h, include/pa_table.h,
14851: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14852: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14853: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14854: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14855: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14856: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14857: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14858: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14859: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14860: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14861: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14862: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14863: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14864: targets/isapi/parser3isapi.C, types/pa_junction.h,
14865: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14866: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14867: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14868: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14869: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14870: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14871: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14872: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14873: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14874: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14875: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14876: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14877: types/pa_vresponse.h, types/pa_vstateless_class.C,
14878: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14879: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14880: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14881: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14882: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14883: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14884: const IDENT
14885:
14886: * src/: include/pa_array.h, include/pa_pool.h,
14887: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14888: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14889: types/pa_wcontext.h: more warnings --
14890:
14891: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14892: classes/file.C, classes/hash.C, classes/hashfile.C,
14893: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14894: classes/memory.C, classes/op.C, classes/string.C,
14895: classes/table.C, classes/xdoc.C, classes/xnode.C,
14896: include/pa_config_includes.h, include/pa_operation.h,
14897: include/pa_sql_connection.h, include/pa_table.h,
14898: include/pa_types.h, lib/ltdl/config_fixed.h,
14899: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14900: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14901: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14902: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14903: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14904: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14905: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14906: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14907: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14908: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14909: types/pa_vmail.C, types/pa_vobject.C,
14910: types/pa_vstateless_class.h, types/pa_vtable.C,
14911: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14912: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14913: on all projects (except libltdl=off & libsdbm=level3) found
14914: several unitialized vars
14915:
14916: 2003-11-19 paf
14917:
14918: * src/classes/op.C: more ansi C++ comp
14919:
1.211 moko 14920: * operators.ru.txt, operators.txt, src/classes/op.C,
14921: src/include/pa_request.h, src/main/pa_request.C:
14922: ^cache[...]{body}{catch block with $exception.handled[cache]
14923: meaning "get expired cache, if any. else error"}
1.95 moko 14924:
14925: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14926: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14927: ^cache[...]{body}{catch code with $exception.cache field}
14928:
14929: 2003-11-12 paf
14930:
14931: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14932: [copy/paste bug]
14933:
14934: 2003-11-11 paf
14935:
14936: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14937: failed]
14938:
14939: 2003-11-10 paf
14940:
14941: * src/types/pa_vconsole.h: flush
14942:
1.211 moko 14943: * operators.ru.txt, operators.txt, src/main/pa_request.C,
14944: src/types/Makefile.am, src/types/types.vcproj,
14945: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 14946:
1.211 moko 14947: * operators.ru.txt, operators.txt: mysql: transaction support:
14948: ?autocommit=0
1.95 moko 14949:
1.211 moko 14950: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 14951:
14952: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14953: serialize version and exipire now removes entries
14954:
1.211 moko 14955: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
14956: altogether [and dir, if could]
1.95 moko 14957:
14958: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14959: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14960: removes files altogether [and dir, if could]
14961:
14962: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14963: nonexistent pair. .c coded that that was error. fixed
14964:
14965: * src/types/pa_vhashfile.C: sdbm: exception type change to
14966: file.access [regretfull can't split it to different exceptions
14967: without modifying sdbm source wich would prefer not to]
14968:
14969: 2003-11-07 paf
14970:
14971: * src/: classes/date.C, classes/file.C, classes/hash.C,
14972: classes/hashfile.C, classes/image.C, classes/table.C,
14973: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14974: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14975: main/execute.C, main/main.vcproj, main/pa_pool.C,
14976: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14977: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14978: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14979: destructing objects at request processing end
14980:
14981: 2003-11-06 paf
14982:
14983: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14984: updates
14985:
14986: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14987: to include sdbm
14988:
1.116 moko 14989: * src/include/: pa_config_includes.h, pa_version.h: our
14990: replacements of max& co only for cpp
1.95 moko 14991:
14992: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14993: upper dir, .am updated
14994:
14995: * tests/todo.txt: hashfile: done
14996:
1.211 moko 14997: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
14998: hashfile: clear & expiration [time in value. todo: move time to
14999: key]
1.95 moko 15000:
15001: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15002:
15003: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15004: to do that in foreach, no errors, but surely wrong]
15005:
1.211 moko 15006: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15007: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15008:
1.211 moko 15009: * operators.ru.txt, operators.txt, src/classes/hash.C,
15010: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15011: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15012:
15013: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15014: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15015: hashfile: hash
1.95 moko 15016:
1.211 moko 15017: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15018: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15019: tests/todo.txt: hashfile: delete
1.95 moko 15020:
15021: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15022: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15023: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15024: get/put [raw]
15025:
15026: * src/: classes/op.C, main/pa_os.C: just linked
15027:
15028: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15029: XmlException changes
15030:
15031: * src/: include/pa_charset.h, include/pa_globals.h,
15032: include/pa_stylesheet_connection.h, main/pa_exception.C:
15033: XmlException changes
15034:
15035: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15036:
15037: * src/: include/pa_common.h, include/pa_exception.h,
15038: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15039: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15040: main/pa_xml_exception.C: locking move to pa_os [along with
15041: pa_sleep] apr-impl locking done
15042:
1.211 moko 15043: * configure, configure.in, operators.ru.txt, operators.txt,
15044: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15045: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15046: src/include/pa_exception.h, src/include/pa_globals.h,
15047: src/include/pa_memory.h, src/include/pa_version.h,
15048: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15049: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15050: src/main/compile.tab.C, src/main/main.vcproj,
15051: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15052: src/types/Makefile.am, src/types/pa_vhash.C,
15053: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15054: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15055: again with sdbm from apache
15056:
15057: 2003-11-05 paf
15058:
15059: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15060: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15061: \parser3project dir anymore
15062:
15063: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15064: thoughtlessly from xalan]
15065:
15066: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15067: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15068: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15069:
15070: * src/main/helpers/CaseFolding.txt:
15071: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15072:
15073: 2003-11-04 paf
15074:
1.211 moko 15075: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15076:
15077: * src/classes/table.C: compiled on unix
15078:
1.116 moko 15079: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15080:
15081: * src/classes/mail.C: compiled on unix
15082:
1.211 moko 15083: * operators.ru.txt, operators.txt, src/classes/mail.C,
15084: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15085: $.options[unix: string to append to sendmail command
15086: line]
15087:
1.211 moko 15088: * operators.ru.txt, operators.txt, src/classes/table.C,
15089: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15090: $.separator[^#09] $.encloser["] <nothing> by default
15091:
15092: * operators.ru.txt, operators.txt, src/classes/table.C,
15093: tests/todo.txt: ^table::load !$.separator[^#09]
15094: !$.encloser["] <nothing> by default
1.95 moko 15095:
15096: 2003-11-03 paf
15097:
1.211 moko 15098: * operators.ru.txt, operators.txt, src/classes/table.C,
15099: src/main/pa_common.C: ^table::load[; options:
15100: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15101:
1.211 moko 15102: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15103: src/types/pa_vrequest.C: $request:document-root
15104:
15105: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15106: [already included into uri=xxx]
15107:
1.211 moko 15108: * operators.ru.txt, operators.txt, src/classes/image.C,
15109: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15110:
15111: * src/classes/date.C: minor precaution
15112:
1.211 moko 15113: * operators.ru.txt, operators.txt, src/classes/date.C:
15114: !^date::unix-timestamp()
1.95 moko 15115: !^date.unix-timestamp[]
15116:
15117: 2003-10-30 paf
15118:
1.211 moko 15119: * operators.ru.txt, operators.txt, src/classes/date.C,
15120: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15121: $date.hour
1.95 moko 15122:
15123: * src/classes/: date.C, image.C: improvement diagnostics:
15124: $now[^date::create[$undefined]] now is error
15125:
15126: * src/main/pa_common.C: read errors would now be reported 'actually
15127: read -1 bytes'
15128:
15129: 2003-10-24 paf
15130:
15131: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15132: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15133: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15134: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15135:
15136: 2003-10-22 paf
15137:
15138: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15139:
15140: 2003-10-21 paf
15141:
1.211 moko 15142: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15143: src/main/pa_string.C: fixed: string.match[g] without <'> option
15144: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15145:
15146: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15147: recoursion' message with intensive throw-catches fixed: incorrect
15148: name and line (one name upper then needed) in error message about
15149: problems inside try block
15150:
15151: 2003-10-10 paf
15152:
15153: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15154: check offset argument for validity did that in String::Body::pos
15155: myself http://i2/tasks/edit/?id=4577425257580789777
15156:
15157: 2003-10-07 paf
15158:
15159: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15160: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15161:
15162: 2003-10-03 paf
15163:
15164: * parser3.sln, src/include/pa_dictionary.h,
15165: src/main/pa_dictionary.C, src/main/pa_string.C,
15166: src/targets/cgi/parser3.vcproj: dictionary optimized by
15167: precalculating cstr&length
15168:
15169: 2003-10-02 paf
15170:
15171: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15172: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15173: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15174: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15175:
15176: 2003-09-30 paf
15177:
15178: * src/main/pa_string.C: string::replace bug fix [were ignoring
15179: occurrances after lang-mismatched
15180:
15181: 2003-09-29 paf
15182:
15183: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15184: helper
15185:
15186: * src/main/pa_string.C: string::serialize bug fix with
15187: zero-terminator
15188:
15189: * src/classes/table.C: ^nameless_table.save column row now has no
15190: \t at the end
15191:
15192: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15193: @postprocess now takes $response:body/download
15194:
15195: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15196: error message
15197:
15198: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15199:
15200: * src/classes/table.C: bugfix: flip: must produce nameless
15201: http://i2/tasks/edit/?id=4573405524674081244
15202:
15203: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15204: main/helpers/simple_folding.pl: utf-8 upper/lower
15205:
15206: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15207: to typo error http://i2/tasks/edit/?id=4573354650786434584
15208:
15209: 2003-09-26 paf
15210:
15211: * src/main/untaint.C: removed needless field
15212:
15213: * src/main/untaint.C: removed needless const
15214:
15215: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15216: String.for_each bug fixed [omited one-char cases]
15217:
15218: * src/include/pa_stack.h: bugfix: before collecting garbage,
15219: runtime-executor stack were cleared... BADLY
15220:
15221: * src/main/pa_string.C: ^stirng.replace code used old
15222: param-convention on langs.append, fixed that search fo the like,
15223: found none
15224:
15225: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15226: string::serialize/deserialize implemented Language enum assigned
15227: meaningful letters [more convinient for debugging. read warning
15228: before adding/changing anything]
15229:
15230: 2003-09-25 paf
15231:
15232: * src/: include/pa_string.h, include/pa_version.h,
15233: main/pa_string.C, main/untaint.C: templates and anonymous unions
15234: differences on unix
15235:
15236: * parser3.sln, src/classes/file.C, src/classes/image.C,
15237: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15238: src/classes/xdoc.C, src/classes/xnode.C,
15239: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15240: src/include/pa_charsets.h, src/include/pa_common.h,
15241: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15242: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15243: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15244: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15245: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15246: src/main/compile_tools.h, src/main/pa_charset.C,
15247: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15248: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15249: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15250: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15251: src/types/pa_vmail.C, src/types/pa_vmath.C,
15252: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15253: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15254:
15255: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15256: functions aligned to that of eeparser3 look
15257:
15258: * src/lib/cord/cordprnt.c: removed warnings
15259:
15260: 2003-09-24 paf
15261:
15262: * src/: classes/file.C, classes/image.C, classes/mail.C,
15263: classes/op.C, classes/xdoc.C, classes/xnode.C,
15264: include/pa_cache_managers.h, include/pa_charset.h,
15265: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15266: include/pa_sql_driver_manager.h, include/pa_string.h,
15267: include/pa_stylesheet_manager.h, include/pa_table.h,
15268: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15269: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15270: main/pa_sql_driver_manager.C, main/pa_string.C,
15271: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15272: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15273: types/pa_vstateless_class.h, types/pa_vstatus.C,
15274: types/pa_vxnode.C: v() functions of String::Body,
15275: String::Languages and String itself StringBody->String::Body
15276:
15277: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15278: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15279: never optimized anything. todo: somehow speed up harder cases:
15280: concatenationA+concatenationB when last block of A and first of B
15281: contain same letters
15282:
15283: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15284: lib/cord/include/cord.h: langs: speed up by joining adjucent
15285: blocks of same char [CORD_append_block]
15286:
15287: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15288: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15289: save space by extending blocks when appending block with c ==
15290: lastblock.c
15291:
15292: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15293: working yet :( but more working &understood :)
15294:
15295: * src/: classes/table.C, include/pa_string.h,
15296: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15297:
15298: 2003-09-23 paf
15299:
15300: * src/main/untaint.C: $a[ok!] $a works!
15301:
15302: * src/main/untaint.C: something even more works :)
15303:
15304: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15305: something more works :)
15306:
15307: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15308: lib/cord/cordxtra.c: something already works :)
15309:
15310: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15311: serialize&deserialize
15312:
15313: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15314: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15315: main/untaint.C: main idea implemented, details left
15316:
15317: 2003-09-22 paf
15318:
15319: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15320:
15321: * src/classes/xnode.C: copy/paste comment bugfix
15322:
15323: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15324: allocator returns 0, just die.
15325: http://i2/tasks/edit/?id=4570798492410259445
15326:
15327: * src/classes/xdoc.C: copy/paste comment bugfix
15328:
15329: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15330: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15331: xnode: getAttributeNS setAttributeNS removeAttributeNS
15332: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15333:
15334: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15335: chars due to bitwise operation signed-char error]
15336:
15337: 2003-09-19 paf
15338:
15339: * src/types/pa_wcontext.C: output message: more practical
15340: suggestion
15341:
1.211 moko 15342: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15343: $f[^file::load[binary;http://...]] $f.tables
15344:
15345: 2003-09-02 paf
15346:
15347: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15348: flush stdout without referencing 'stdout' symbol. to hell with
15349: non-ansi libraries without 'stdout' symbol
15350:
15351: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15352: unix (users reported problems with some old libc)
15353:
15354: * src/types/pa_vdate.h: forgot initializer
15355:
15356: 2003-09-01 paf
15357:
15358: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15359: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15360: zone]
15361:
15362: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15363:
15364: 2003-08-19 paf
15365:
15366: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15367: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15368: simplified a little
15369:
15370: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15371: [lost fix from 3.0.8]
15372:
15373: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15374: visible here }
15375:
15376: bug fix
15377:
15378: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15379:
15380: * src/main/compile.tab.C: initialized couple of variables about
15381: which user reported runtime problems when parser were compiled
15382: with VC7, warning level4. study shows that later in bison
15383: they've fixed that. would migrate to latest bison someday
15384:
15385: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15386: recoding headers)
15387:
15388: * src/types/pa_vmail.C: works as before, same charset problems:
15389: gmime recodes to UTF-8 only headers, not body. so not recoding
15390: anything for now
15391:
15392: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15393: problems with body
15394:
15395: * src/types/pa_vmail.C: mail_receive just compiled
15396:
15397: 2003-08-18 paf
15398:
15399: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15400: main/main.vcproj, types/types.vcproj: win32: continued process
15401: detaching from \parser3project directory
15402:
15403: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15404: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15405: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15406: src/lib/pcre/pcre_dftables.dsp,
15407: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15408: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15409: src/types/types.dsp: moved to MSVC 7
15410:
15411: * gnu.vcproj.vspscc, parser3.vssscc,
15412: src/classes/classes.vcproj.vspscc,
15413: src/lib/cord/cord.vcproj.vspscc,
15414: src/lib/ltdl/libltdl.vcproj.vspscc,
15415: src/lib/md5/md5.vcproj.vspscc,
15416: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15417: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15418: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15419: src/targets/isapi/parser3isapi.vcproj.vspscc,
15420: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15421: moved to MSVC 7
15422:
15423: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15424: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15425: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15426: src/lib/pcre/pcre_dftables.vcproj,
15427: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15428: src/targets/cgi/parser3.vcproj,
15429: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15430: new VS project files
15431:
15432: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15433: .NET to detect Jalindi Igloo capabilities.
15434:
15435: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15436: src/classes/classes.awk, src/doc/footer.htm,
15437: src/include/pa_config_fixed.h, src/include/pa_version.h,
15438: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15439: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15440: src/types/pa_vmail.C: merged 3.1.0 latest changes
15441:
15442: 2003-08-15 paf
15443:
15444: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15445: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15446:
15447: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15448: non-ascii <yyy> now encoded correctly
15449:
15450: 2003-07-29 paf
15451:
1.116 moko 15452: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15453: dist
1.95 moko 15454:
15455: * src/types/pa_vmail.C: just started --with-mail-receive
15456:
15457: 2003-07-28 paf
15458:
1.116 moko 15459: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15460: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15461:
15462: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15463:
15464: 2003-07-25 paf
15465:
15466: * src/doc/footer.htm: year
15467:
15468: 2003-07-24 paf
15469:
15470: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15471: fix
15472:
15473: * src/include/pa_version.h: release
15474:
1.116 moko 15475: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15476:
15477: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15478: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15479: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15480: getting rid of win32xml pseudo project
15481:
15482: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15483:
1.116 moko 15484: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15485: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15486: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15487: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15488: src/classes/classes.C, src/classes/classes.awk,
15489: src/classes/classes.dsp, src/classes/classes.h,
15490: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15491: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15492: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15493: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15494: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15495: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15496: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15497: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15498: src/include/pa_array.h, src/include/pa_cache_managers.h,
15499: src/include/pa_charset.h, src/include/pa_charsets.h,
15500: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15501: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15502: src/include/pa_dictionary.h, src/include/pa_dir.h,
15503: src/include/pa_exception.h, src/include/pa_exec.h,
15504: src/include/pa_globals.h, src/include/pa_hash.h,
15505: src/include/pa_memory.h, src/include/pa_opcode.h,
15506: src/include/pa_operation.h, src/include/pa_pool.h,
15507: src/include/pa_pragma_pack_begin.h,
1.95 moko 15508: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15509: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15510: src/include/pa_sapi.h, src/include/pa_socks.h,
15511: src/include/pa_sql_connection.h,
15512: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15513: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15514: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15515: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15516: src/include/pa_uue.h, src/lib/Makefile.am,
15517: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15518: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15519: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15520: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15521: src/lib/cord/include/ec.h,
15522: src/lib/cord/include/private/Makefile.am,
15523: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15524: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15525: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15526: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15527: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15528: src/main/compile_tools.C, src/main/compile_tools.h,
15529: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15530: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15531: src/main/pa_charsets.C, src/main/pa_common.C,
15532: src/main/pa_dictionary.C, src/main/pa_dir.C,
15533: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15534: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15535: src/main/pa_request.C, src/main/pa_socks.C,
15536: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15537: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15538: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15539: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15540: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15541: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15542: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15543: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15544: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15545: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15546: src/targets/isapi/parser3isapi.dsp,
15547: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15548: src/types/pa_junction.h, src/types/pa_method.h,
15549: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15550: src/types/pa_vclass.C, src/types/pa_vclass.h,
15551: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15552: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15553: src/types/pa_vdouble.h, src/types/pa_venv.h,
15554: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15555: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15556: src/types/pa_vimage.C, src/types/pa_vimage.h,
15557: src/types/pa_vint.h, src/types/pa_vjunction.h,
15558: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15559: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15560: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15561: src/types/pa_vobject.C, src/types/pa_vobject.h,
15562: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15563: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15564: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15565: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15566: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15567: src/types/pa_vstring.h, src/types/pa_vtable.C,
15568: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15569: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15570: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15571: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15572: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15573: HEAD
15574:
15575: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15576: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
15577: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
15578: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
15579: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
15580: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
15581: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
15582: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
15583: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
15584: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
15585: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
15586: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
15587: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
15588: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
15589: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
15590: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
15591: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
15592: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
15593: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
15594: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
15595: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15596: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
15597: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
15598: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
15599: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
15600: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
15601: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
15602: outputs/create-dir, results/001.processed, results/002.processed,
15603: results/003.processed, results/004.processed,
15604: results/005.processed, results/006.processed,
15605: results/007.processed, results/008.processed,
15606: results/009.processed, results/010.processed,
15607: results/011.processed, results/012.processed,
15608: results/013.processed, results/014.processed,
15609: results/015.processed, results/016.processed,
15610: results/017.processed, results/018.processed,
15611: results/019.processed, results/020.processed,
15612: results/021.processed, results/022.processed,
15613: results/023.processed, results/024.processed,
15614: results/025.processed, results/026.processed,
15615: results/027.processed, results/028.processed,
15616: results/029.processed, results/030.processed,
15617: results/031.processed, results/032.processed,
15618: results/033.processed, results/034.processed,
15619: results/035.processed, results/036.processed,
15620: results/037.processed, results/038.processed,
15621: results/039.processed, results/040.processed,
15622: results/041.processed, results/042.processed,
15623: results/043.processed, results/044.processed,
15624: results/045.processed, results/046.processed,
15625: results/047.processed, results/048.processed,
15626: results/049.processed, results/050.processed,
15627: results/051.processed, results/052.processed,
15628: results/053.processed, results/054.processed,
15629: results/055.processed, results/056.processed,
15630: results/057.processed, results/058.processed,
15631: results/059.processed, results/060.processed,
15632: results/061.processed, results/062.processed,
15633: results/063.processed, results/064.processed,
15634: results/065.processed, results/066.processed,
15635: results/067.processed, results/068.processed,
15636: results/069.processed, results/070.processed,
15637: results/071.processed, results/072.processed,
15638: results/073.processed, results/074.processed,
15639: results/075.processed, results/076.processed,
15640: results/077.processed, results/078.processed,
15641: results/079.processed, results/080.processed,
15642: results/081.processed, results/082.processed,
15643: results/083.processed, results/084.processed,
15644: results/085.processed, results/086.processed,
15645: results/087.processed, results/088.processed,
15646: results/089.processed, results/090.processed,
15647: results/091.processed, results/092.processed,
15648: results/093.processed, results/094.processed,
15649: results/095.processed, results/096.processed,
15650: results/097.processed, results/098.processed,
15651: results/099.processed, results/100.processed,
15652: results/101.processed, results/102.processed,
15653: results/103.processed, results/104.processed,
15654: results/105.processed, results/106.processed,
15655: results/107.processed, results/108.processed,
15656: results/109.processed, results/110.processed,
15657: results/111.processed, results/112.processed,
15658: results/113.processed, results/114.processed,
15659: results/115.processed, results/116.processed,
15660: results/117.processed, results/118.processed,
15661: results/119.processed, results/120.processed,
15662: results/121.processed, results/122.processed,
15663: results/123.processed, results/124.processed,
15664: results/125.processed, results/126.processed,
15665: results/127.processed, results/128.processed,
15666: results/129.processed, results/130.processed,
15667: results/131.processed, results/132.processed,
15668: results/133.processed, results/134.processed,
15669: results/135.processed, results/136.processed,
15670: results/137.processed, results/138.processed,
15671: results/139.processed, results/140.processed,
15672: results/141.processed: merged(copied) to HEAD from template_gc
15673:
15674: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
15675: towards \parser3project not having to be in root
15676:
15677: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
15678: module compiled [were minor unnecessary changes in lib/md5
15679: interface]
15680:
15681: * src/include/pa_version.h: release
15682:
15683: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
15684:
15685: * src/classes/math.C: merged uuid bugfix
15686:
15687: * tests/: 141.html, results/141.processed: fixed bug with
15688: too-small-a-buffer
15689:
15690: * src/classes/math.C: uuid bugfix
15691:
15692: * tests/: 141.html, Makefile, results/005.processed,
15693: results/030.processed, results/075.processed,
15694: results/078.processed: to reflect date format change (were -
15695: become ' ')
15696:
15697: * src/classes/math.C: uuid bugfix
15698:
15699: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
15700: debug/release changes
15701:
15702: * src/lib/md5/pa_md5c.c: PA_ -> pa_
15703:
15704: 2003-07-23 paf
15705:
15706: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15707: renamed a little [to move to comman naming conv]
15708:
1.116 moko 15709: * src/targets/Makefile.am: apache13 splitted to simplify apache
15710: build
1.95 moko 15711:
15712: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
15713: main/pa_request.C, main/pa_sql_driver_manager.C,
15714: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
15715: stack top_index() fixed
15716:
15717: * src/main/pa_globals.C: minor style changes
15718:
15719: * src/: classes/op.C, include/pa_sql_connection.h: connection
15720: closing/caching fixed [connections were not closed/put to cache]
15721:
15722: 2003-07-22 paf
15723:
15724: * INSTALL: gc part updated stightly
15725:
15726: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
15727: new sapi interface
15728:
15729: * src/classes/file.C: comment on OS
15730:
15731: * src/main/pa_string.C: removed reduntant invariant check [there is
15732: one deeper in cord lib]
15733:
15734: * src/main/pa_exec.C: on win32 bugfix in handling shbang
15735:
15736: * src/main/pa_memory.C: out of memory is no longer coredump
15737:
15738: * INSTALL: disable-threads adviced
15739:
15740: 2003-07-21 paf
15741:
1.116 moko 15742: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 15743:
15744: * src/classes/file.C: file::exec/cgi environment variables now must
15745: be UPPERCASE and A-Z 0-9 _-
15746:
15747: * src/classes/file.C: env passing fixed
15748:
15749: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
15750:
15751: * src/main/pa_common.C: http:// CRLF now
15752:
15753: 2003-07-02 paf
15754:
1.211 moko 15755: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
15756: $memory:status fields to reflect their real meaning
1.95 moko 15757:
15758: 2003-06-27 paf
15759:
15760: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
15761: include/pa_hash.h, main/pa_charset.C: merged from HEAD
15762: file::exec/cgi .charset
15763:
15764: 2003-06-26 paf
15765:
15766: * ChangeLog, src/classes/file.C, src/classes/hash.C,
15767: src/classes/image.C, src/classes/op.C, src/classes/string.C,
15768: src/classes/table.C: fixed several uninitialized local
15769: structures. notably ^hash.foreach now inserts delimiters
15770: properly [were inserting it before first body]
15771:
15772: 2003-06-24 paf
15773:
15774: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
15775:
15776: 2003-06-20 paf
15777:
1.211 moko 15778: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
15779: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 15780: $f[^file::load[binary;http://...]] $f.tables
15781:
15782: 2003-06-06 paf
15783:
15784: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
15785: table. [were method lookup: inconsistent]
15786:
15787: 2003-06-02 paf
15788:
15789: * src/include/pa_memory.h: empty string clone fixed to return
15790: writable memory
15791:
15792: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
15793: were not appended] which violated string invariant
15794:
15795: 2003-05-30 paf
15796:
15797: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
15798: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
15799:
15800: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
15801: GMT ; RFC 822, updated by RFC 1123
15802:
15803: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
15804: targets/isapi/parser3isapi.C: initialized request_info properly
15805:
15806: * src/classes/xnode.C: found minor bug, commended for future
15807:
15808: 2003-05-28 paf
15809:
15810: * src/classes/form.C: request_info.content_length can't be <0,
15811: size_t for some time
15812:
15813: 2003-05-26 paf
15814:
15815: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
15816: forgotten <0 changed to !=STRING_NOT_FOUND
15817:
15818: * src/classes/math.C: merged ffffu from HEAD
15819:
15820: 2003-05-11 paf
15821:
15822: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15823:
15824: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15825: premature doc free. transformed document had xmlDoc reference
15826: stored to non-gc-memory (libgdome) added holding-reference
15827:
15828: 2003-04-29 paf
15829:
15830: * src/main/pa_globals.C: started digging on double free. on win32
15831: found that that's perfectly normal.
15832:
15833: 2003-04-25 paf
15834:
15835: * src/classes/table.C: table.join bug fix [bad limit check]
15836:
15837: * src/classes/math.C: merged from HEAD: simpiler hash_string
15838:
15839: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15840: print anything. changed to quicker and simplier code
15841:
15842: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15843: strict a check]
15844:
15845: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15846:
15847: 2003-04-24 paf
15848:
15849: * src/include/pa_table.h: too strict assert loosened
15850:
15851: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15852: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15853: report
15854:
15855: 2003-04-21 paf
15856:
1.116 moko 15857: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15858:
15859: * src/main/pa_globals.C: pcre memory management changed to use GC
15860: memory
15861:
15862: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15863: xmlMallocAtomic [author agreed to my suggestion], used that
15864:
15865: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15866:
15867: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15868: types/pa_vmail.C: attributed_meaning_to_string added
15869: L_UNSPECIFIED piece which was sortof OK, but violated string
15870: invariant [assertion barked on that] changed to L_PASS_APPEND,
15871: made that param obligatory
15872:
15873: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15874: fixed [assert helped]
15875:
15876: * src/include/pa_string.h: assert added [looking for bug]
15877:
15878: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15879: names on Win32 considered disk-global
15880:
15881: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15882: considered disk-global
15883:
15884: 2003-04-18 paf
15885:
15886: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15887: filenames
15888:
15889: * src/main/untaint.C: enabled '~' letter in filenames
15890:
15891: 2003-04-16 paf
15892:
15893: * src/classes/file.C: small bug introduced in autoptr times fixed
15894:
15895: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15896: HEAD
15897:
1.116 moko 15898: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15899:
15900: 2003-04-15 paf
15901:
1.211 moko 15902: * operators.ru.txt, operators.txt, src/classes/math.C,
15903: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 15904: tests/results/141.processed: merged from head ^math:uuid[]
15905: ^math:uid64[] ^math:md5[string]
15906:
15907: test added: 141.html
15908:
1.211 moko 15909: * operators.ru.txt, operators.txt, src/classes/math.C:
15910: ^math:uid64[]
1.95 moko 15911:
15912: * src/classes/math.C: ^math:uuid[]
15913:
1.211 moko 15914: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 15915:
1.211 moko 15916: * operators.ru.txt, operators.txt, src/classes/math.C,
15917: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
15918: 16-byte digest
15919:
15920: * operators.ru.txt, operators.txt, src/classes/file.C,
15921: src/include/pa_common.h, src/include/pa_config_fixed.h,
15922: src/main/pa_common.C: ^file::load[mode;name; $.offset
15923: $.limit
1.95 moko 15924:
15925: 2003-04-14 paf
15926:
15927: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15928: started ^math:md5
15929:
15930: * src/classes/table.C, src/include/pa_array.h,
15931: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15932: tests/results/140.processed: table $.reverse option works in
15933: create&co table $.distinct[tables] bug fix merged
15934:
15935: * src/: classes/table.C, include/pa_table.h: table
15936: $.distinct[tables] bug fixed
15937:
15938: * src/classes/table.C: more warnings
15939:
15940: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15941: removed checks in table::set_current, moved them back to
15942: table::locate implemented table::create/join ñ $.reverse
15943:
15944: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15945: removed checks in table::set_current, moved them back to
15946: table::locate
15947:
15948: 2003-04-11 paf
15949:
1.211 moko 15950: * operators.ru.txt, operators.txt, src/classes/date.C,
15951: src/classes/table.C, src/include/pa_array.h,
15952: src/include/pa_common.h, src/include/pa_config_includes.h,
15953: src/include/pa_string.h, src/include/pa_table.h,
15954: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15955: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 15956: before_append_array_limit_sense_change to
15957: after_append_array_limit_sense_change
15958:
15959: * src/classes/table.C: typo
15960:
1.211 moko 15961: * operators.ru.txt, operators.txt, src/classes/date.C,
15962: src/classes/table.C, src/include/pa_array.h,
15963: src/include/pa_common.h, src/include/pa_config_includes.h,
15964: src/include/pa_globals.h, src/include/pa_table.h,
15965: src/main/pa_array.C, src/main/pa_globals.C,
15966: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15967: src/main/pa_string.C, src/main/pa_table.C:
15968: append_array_limit_sense_change locate accepts options same as
15969: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 15970:
15971: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15972: (stat xxx,
15973:
15974: * src/classes/: table.C: typo
15975:
15976: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15977: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15978: results/130.processed, results/131.processed,
15979: results/132.processed, results/133.processed,
15980: results/134.processed, results/135.processed,
15981: results/136.processed, results/137.processed,
15982: results/138.processed, results/139.processed: added few mustfail
15983: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15984: date/time 132.html mustfail: access to junction outside of
15985: context 133.html mustfail: access to junction outside of context,
15986: case version 134.html mustfail: hash: adding a key inside of
15987: foreach 135.html mustfail: modifying system class 136.html
15988: mustfail: $.name outside of $hash[here] 137.html mustfail:
15989: appendChild without import 138.html mustfail: invalid encoding
15990: inside of xml 139.html mustfail: bad XPath
15991:
1.211 moko 15992: * operators.ru.txt, operators.txt, src/classes/table.C,
15993: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
15994: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 15995: tests/results/126.processed, tests/results/127.processed,
15996: tests/results/128.processed, tests/results/129.processed: merged
15997: from HEAD ^table.hash[key][$.distinct[tables]]
15998:
15999: maked appropriate tests [changed one old nonconforming]
16000:
1.211 moko 16001: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16002: ^table.hash[key][$.distinct[tables]]
16003:
16004: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16005: merged fix for found very old xml (dom) bug: were passing
16006: domString objects and later ERROREOUSLY freed them
16007:
16008: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16009: src/main/pa_charset.C: re-added libgdome patch. regretfully
16010: libgdome bug can not be worked around
16011:
16012: 2003-04-10 paf
16013:
16014: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16015: found very old xml (dom) bug: were passing domString objects and
16016: later ERROREOUSLY freed them
16017:
16018: * src/doc/string.dox, src/include/pa_memory.h,
16019: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16020: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16021: tests/123.html, tests/124.html, tests/results/001.processed,
16022: tests/results/002.processed, tests/results/003.processed,
16023: tests/results/004.processed, tests/results/005.processed,
16024: tests/results/006.processed, tests/results/008.processed,
16025: tests/results/009.processed, tests/results/010.processed,
16026: tests/results/011.processed, tests/results/012.processed,
16027: tests/results/013.processed, tests/results/014.processed,
16028: tests/results/015.processed, tests/results/016.processed,
16029: tests/results/017.processed, tests/results/018.processed,
16030: tests/results/020.processed, tests/results/021.processed,
16031: tests/results/022.processed, tests/results/023.processed,
16032: tests/results/024.processed, tests/results/025.processed,
16033: tests/results/026.processed, tests/results/027.processed,
16034: tests/results/028.processed, tests/results/029.processed,
16035: tests/results/030.processed, tests/results/031.processed,
16036: tests/results/032.processed, tests/results/033.processed,
16037: tests/results/034.processed, tests/results/035.processed,
16038: tests/results/036.processed, tests/results/037.processed,
16039: tests/results/038.processed, tests/results/039.processed,
16040: tests/results/040.processed, tests/results/041.processed,
16041: tests/results/042.processed, tests/results/043.processed,
16042: tests/results/044.processed, tests/results/045.processed,
16043: tests/results/046.processed, tests/results/047.processed,
16044: tests/results/048.processed, tests/results/049.processed,
16045: tests/results/050.processed, tests/results/051.processed,
16046: tests/results/052.processed, tests/results/053.processed,
16047: tests/results/054.processed, tests/results/055.processed,
16048: tests/results/056.processed, tests/results/057.processed,
16049: tests/results/058.processed, tests/results/059.processed,
16050: tests/results/060.processed, tests/results/061.processed,
16051: tests/results/062.processed, tests/results/063.processed,
16052: tests/results/064.processed, tests/results/065.processed,
16053: tests/results/066.processed, tests/results/067.processed,
16054: tests/results/068.processed, tests/results/069.processed,
16055: tests/results/070.processed, tests/results/071.processed,
16056: tests/results/072.processed, tests/results/073.processed,
16057: tests/results/074.processed, tests/results/075.processed,
16058: tests/results/076.processed, tests/results/077.processed,
16059: tests/results/078.processed, tests/results/079.processed,
16060: tests/results/080.processed, tests/results/081.processed,
16061: tests/results/082.processed, tests/results/083.processed,
16062: tests/results/084.processed, tests/results/085.processed,
16063: tests/results/086.processed, tests/results/087.processed,
16064: tests/results/088.processed, tests/results/089.processed,
16065: tests/results/090.processed, tests/results/091.processed,
16066: tests/results/092.processed, tests/results/093.processed,
16067: tests/results/094.processed, tests/results/095.processed,
16068: tests/results/096.processed, tests/results/097.processed,
16069: tests/results/101.processed, tests/results/102.processed,
16070: tests/results/104.processed, tests/results/105.processed,
16071: tests/results/106.processed, tests/results/107.processed,
16072: tests/results/108.processed, tests/results/109.processed,
16073: tests/results/110.processed, tests/results/111.processed,
16074: tests/results/112.processed, tests/results/113.processed,
16075: tests/results/114.processed, tests/results/115.processed,
16076: tests/results/116.processed, tests/results/117.processed,
16077: tests/results/118.processed, tests/results/119.processed,
16078: tests/results/120.processed, tests/results/121.processed,
16079: tests/results/122.processed, tests/results/123.processed,
16080: tests/results/124.processed: new convention: char* never 0.
16081: assert in cord on that
16082:
16083: * src/main/pa_charset.C: couple more asserts
16084:
16085: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16086: speedup
16087:
16088: * src/main/pa_charset.C: couple assertions on fantastic situations
16089: added [may be those is the case now?]
16090:
16091: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16092: that's memory from gc_malloc, not from g_malloc :(, but would
16093: hope]
16094:
16095: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16096: that's memory from gc_malloc, not from g_malloc :(, but would
16097: hope]
16098:
16099: * src/main/pa_charset.C: checked custom malloc for returning 0
16100:
16101: 2003-04-09 paf
16102:
16103: * src/classes/date.C: merged ^date.roll changes
16104:
16105: * src/classes/date.C: ^date.roll bug fix
16106:
16107: * src/classes/date.C: ^date.roll now throws less errors: month
16108: shifts handles end of month situation by reducing day number
16109: hour-hole shift reduces hour to recover
16110:
16111: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16112: Sort by function time
16113:
1.211 moko 16114: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16115: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16116:
16117: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16118: added [after volatile fix. passes on win&intel-solaris]
16119:
16120: 2003-04-08 paf
16121:
16122: * src/: classes/file.C, classes/op.C, classes/table.C,
16123: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16124: include/pa_common.h, include/pa_request_charsets.h,
16125: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16126: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16127: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16128: types/pa_vresponse.C: started http:// $.charset[] param and
16129: http response charset detection just compiled. todo:test
16130:
16131: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16132:
16133: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16134: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16135: types/pa_vmail.C: changed transcode param converntion along with
16136: string creating convention -- all strings are zero-terminated,
16137: this allowed to fix one remaining String("123", 2) case
16138:
16139: * src/: classes/date.C, classes/file.C, classes/hash.C,
16140: classes/op.C, classes/string.C, classes/table.C,
16141: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16142: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16143: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16144: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16145: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16146: violated String::invariant. started fixing [not compiled now]
16147:
16148: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16149: main/compile.tab.C, main/compile.y, main/pa_string.C,
16150: main/untaint.C, targets/cgi/parser3.C: number of string style
16151: improvements & optimizations
16152:
16153: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16154: :(]
16155:
16156: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16157: [for it's a pointer really]
16158:
16159: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16160: 'n' param. worked that around
16161:
16162: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16163: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16164: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16165: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16166: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16167:
16168: Thanks for the bug report and patch.
16169:
16170: I hadn't looked at this code in a while. Reading it now, it
16171: seems to me that the tests should also be ">= MAX_DEPTH" to
16172: comply with the invariant, though that may not matter a lot. I
16173: changed that, too.
16174:
16175: Hans
16176:
16177: 2003-04-07 paf
16178:
16179: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16180: merged from head:safe mode error message now includes numbers
16181:
16182: * src/main/execute.C: n-th attempt to make a=a work with double.
16183: problem: as_double returns it's result in fp-register compiler
16184: optimizes access to that register after b->as_double, and just
16185: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16186: from memory. _SAME_ double values do not match here. when
16187: forced to REload fp-register, values do match.
16188:
16189: tried to make them volatile.
16190:
16191: * src/main/execute.C: n-th attempt to make a=a work with double.
16192: problem: as_double returns it's result in fp-register compiler
16193: optimizes access to that register after b->as_double, and just
16194: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16195: from memory. _SAME_ double values do not match here. when
16196: forced to REload fp-register, values do match.
16197:
16198: tried to make them volatile.
16199:
16200: * src/types/pa_vobject.h: small style change
16201:
16202: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16203:
16204: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16205: mode error message now includes numbers
16206:
16207: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16208: now causes death
16209:
16210: 2003-04-04 paf
16211:
16212: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16213: incorportated pa_exec patch by From: "Victor Fedoseev"
16214: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16215: Sent: Thursday, January 23, 2003 9:14 AM
16216:
16217: huge speedup on ^file::cgi with big result
16218:
16219: * src/classes/table.C: sort table with 0 rows bug fixed
16220:
16221: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16222: fix http://i2/tasks/edit/?id=4493701604654042676
16223:
16224: @main[] $with_default[ $.a[1] $._default[default from
16225: with_default] ] ^show[$with_default]
16226:
16227: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16228: =$to_add_to.xxx=<br>
16229:
16230: ^show[$to_add_to]
16231:
16232: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16233: ^show[$cloned]
16234:
16235: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16236:
16237: } <hr>
16238:
16239: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16240: http://i2/tasks/edit/?id=4493701604654042676
16241:
16242: @main[] $with_default[ $.a[1] $._default[default from
16243: with_default] ] ^show[$with_default]
16244:
16245: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16246: =$to_add_to.xxx=<br>
16247:
16248: ^show[$to_add_to]
16249:
16250: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16251: ^show[$cloned]
16252:
16253: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16254:
16255: } <hr>
16256:
16257: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16258: http://i2/tasks/edit/?id=4507350336410850921
16259:
16260: * src/classes/xdoc.C: memory allocation func bugfix
16261: http://i2/tasks/edit/?id=4499303470368629745
16262:
16263: * src/classes/math.C: allowed random 1...
16264:
16265: * src/classes/math.C: allowed random 0..
16266:
16267: * src/main/pa_globals.C: exif mem leak
16268: http://i2/tasks/edit/?id=4480590323629807263
16269:
16270: * src/: classes/classes.dsp, main/main.dsp,
16271: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16272: fix http://i2/tasks/edit/?id=4493946731322521294
16273: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16274:
16275: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16276: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16277: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16278: links to xml libs made relative, no need to unpack parser3project
16279: to /parser3project.
16280:
16281: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16282: column more precise - tab handling bug fixed
16283:
16284: * src/main/: compile.tab.C, compile.y: more understandable error
16285: message in case @CLASS with more then one line inside
16286:
16287: * src/targets/cgi/parser3.C: more understandable error message in
16288: case of errors in @unhandled_exception
16289:
16290: 2003-04-03 paf
16291:
16292: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16293: src/main/compile.tab.C, src/main/compile.y,
16294: src/main/compile_tools.C, src/main/compile_tools.h,
16295: src/main/execute.C, src/main/pa_request.C: debug info format
16296: simplified, now it's: OP_VALUE Operation::Origin << here value*
16297:
16298: higher limits: file number (max: 255) line number (max:
16299: 64535) column number (max: 255)
16300:
16301: * src/classes/math.C: top limit
16302:
16303: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16304: precise parse error position in case of
16305:
16306: ^bug ]
16307:
16308: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16309: changed to realities, and passed [bug fixed]
16310:
16311: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16312: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16313: main/compile_tools.h, main/pa_request.C: introducing
16314: ^process...[main-method-alias]
16315:
16316: * src/: classes/date.C, classes/image.C, classes/op.C,
16317: classes/string.C, classes/table.C, classes/xdoc.C,
16318: types/pa_vmethod_frame.h: MethodParams& now [methods without
16319: params receive zero reference, but they are expected not to look
16320: there]
16321:
1.211 moko 16322: * operators.ru.txt, operators.txt, src/classes/date.C,
16323: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16324: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16325: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16326: src/classes/response.C, src/classes/string.C,
16327: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16328: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16329: src/types/pa_method.h: MethodParams& now [methods without params
16330: receive zero reference, but they are expected not to look there]
16331:
16332: * operators.ru.txt, operators.txt, src/classes/op.C,
16333: src/include/pa_request.h, src/main/pa_request.C,
16334: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16335: better error reporting [file/line/col]
1.95 moko 16336:
16337: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16338: types/pa_vstring.h: slightly improved error messages text: 1. is
16339: '%s', it 2. method undefined in case of ^void[]
16340:
16341: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16342: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16343: handling done. now we have error columns todo: test it
16344:
16345: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16346: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16347:
16348: this makes life easier: were: bad stack order -- were in
16349: exception catch unwind order, which didn't match execution order
16350:
16351: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16352:
16353: @first[] ^throw[a;1]
16354:
16355: showed throw a first throw b try
16356:
16357: which is no good
16358:
16359: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16360: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16361: trace reset after handled exception [old bug fixed]
16362:
16363: * src/main/: compile.tab.C, compile.y: parse position old bug
16364: fixed. position reporting made precise [both, in parse erros and
16365: runtime errors]
16366:
16367: 2003-04-02 paf
16368:
16369: * src/: include/pa_operation.h, include/pa_request.h,
16370: main/compile.C, main/compile.tab.C, main/compile.y,
16371: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16372: main/pa_exception.C, main/pa_request.C: debug info: started
16373: using. todo:complete
16374:
16375: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16376: main/compile.C, main/compile.tab.C, main/compile.y,
16377: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16378: main/pa_request.C: prepared debug info todo:use it
16379:
16380: * src/include/pa_operation.h: strange mistake fixed: forgot to
16381: return Operation class->union after switching from autoptrs.
16382:
16383: * tests/: Makefile, results/108.processed, results/117.processed:
16384: meta considered OK [it's up to coder now to remove it not needed]
16385:
16386: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16387: Dictionary constructor when moved to gc]
16388:
16389: * src/main/pa_common.C: uncommented http:// file loading
16390:
16391: * src/include/pa_array.h, src/main/execute.C,
16392: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16393: fix [gdGrowingBuf]
16394:
16395: * configure.in, src/lib/Makefile.am: removed patches
16396:
16397: * configure, src/include/pa_config_auto.h.in,
16398: src/main/pa_charset.C: --enable-assertions autoconf-ed
16399:
16400: * src/main/pa_common.C: uncommented http:// file loading
16401:
16402: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16403: xdoc::create/load
16404:
16405: * src/: classes/form.C, classes/hash.C, classes/image.C,
16406: classes/string.C, classes/table.C, classes/void.C,
16407: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16408: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16409: String::String(str,helper_length) are checked. found/fixed one
16410: place: $request:body now zero-terminated,
16411:
16412: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16413: main/compile_tools.C, main/execute.C, types/pa_value.h,
16414: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16415: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16416: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16417: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16418: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16419: types/pa_vxnode.h: more locally scoped vars in execute (more
16420: easily optimizable)
16421:
16422: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16423: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16424:
16425: * src/: include/pa_array.h, include/pa_stack.h,
16426: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16427: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16428: become assertion iterator in methodframe filler
16429:
16430: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16431: targets/cgi/parser3.C: array::get/put inlined
16432:
16433: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16434: gc_substitute_memory_management_functions +installed CORD_oom
16435: function
16436:
16437: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16438: src/include/pa_config_includes.h, src/include/pa_string.h,
16439: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16440: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16441: assertions started configure.in --enable-assertions
16442:
16443: 2003-04-01 paf
16444:
16445: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16446: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16447: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16448: gdome uses glib memory, and stores last pointer to xmlDoc there,
16449: gc misses that and collects valid memory fixed by remembering
16450: xmlDoc from dom object in xdoc. todo: do something with
16451: premature free of xdoc with xnodes/node values referring into it
16452:
16453: * src/classes/: mail.C: typo fix
16454:
16455: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16456: changes
16457:
16458: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16459: main/pa_memory.C: moved memory debugging to global level: to
16460: pa_gc_malloc
16461:
16462: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16463: debugging showed no errors. todo: debug parser memory
16464:
16465: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16466: configurations
16467:
16468: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16469: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16470: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16471: types/types.dsp: prepared xml-static configuration
16472:
16473: 2003-03-31 paf
16474:
16475: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16476: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16477: xml lib memory debugging, simple checks failed: it seems that
16478: library does realloc(bad ptr), and recording those ptrs in heap
16479: [for debugging] was bad: heap situation changes = everything
16480: works fine
16481:
16482: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16483: xmlRegisterCharEncodingHandler limitation [currently imposed
16484: limit of 10 user-defined charsets]
16485:
16486: 2003-03-28 paf
16487:
16488: * src/main/execute.C: execution stack copied to local register
16489: variable, removed lots [~2e7) of memory accesses
16490:
16491: 2003-03-27 paf
16492:
16493: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16494: works in debug, but fails in release todo: fix that
16495:
16496: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16497: targets/cgi/parser3.C: forgot to merge XML memory funcs
16498: replacement from gc branch
16499:
16500: * src/main/pa_exec.C: introducing append_help_length [radical
16501: improvement here]
16502:
16503: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16504: 'not recommened' in gc.h, on win32 noticed no difference]
16505:
16506: * src/include/pa_array.h: returned checked array get [were disabled
16507: for debugging] result:not slower [don't understand that, it were
16508: INLINED] todo: find out a way of inlining it!
16509:
16510: * src/: include/pa_string.h, lib/gc/include/gc.h,
16511: lib/gc/include/gc_fake.h, main/compile.tab.C,
16512: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16513: convention changed: all resulting strings are zero-terminated
16514:
16515: * src/: classes/date.C, classes/file.C, classes/hash.C,
16516: classes/string.C, classes/table.C, classes/void.C,
16517: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16518: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16519: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16520: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16521: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16522: types/pa_vfile.C, types/pa_vmail.C: introducing
16523: append_help_length [radical improvement here]
16524:
16525: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16526: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16527: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16528: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16529: even slower
16530:
16531: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16532: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16533: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16534: clients of &get(): most to use non-ref version, some[in tight
16535: places] to get_unchecked_ref
16536:
16537: * src/doc/memory.dox: forgot to add
16538:
16539: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16540: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16541: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16542: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16543: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16544: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16545: targets/cgi/parser3.dsp, types/pa_vmail.C,
16546: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16547: T>>&<< removed after Stack::pop wiping removed [moved to separate
16548: func] other Array & removed
16549:
16550: 2003-03-26 paf
16551:
16552: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16553: classes/table.C, include/pa_array.h, include/pa_charset.h,
16554: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16555: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16556: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16557: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16558: main/pa_exec.C, main/pa_sql_driver_manager.C,
16559: main/pa_stylesheet_manager.C, main/pa_table.C,
16560: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16561: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16562: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16563: pre-evaluated .count() in some places
16564:
16565: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16566: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16567: types/types.dsp: .dsp profiling updated
16568:
16569: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16570: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16571: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16572:
16573: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16574: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16575: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16576: use lib/gc,lib/cord
16577:
1.116 moko 16578: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
16579: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 16580: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
16581: src/include/pa_config_includes.h, src/include/pa_request.h,
16582: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16583: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 16584: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 16585: src/lib/cord/include/Makefile.am,
1.116 moko 16586: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
16587: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
16588: src/targets/cgi/Makefile.am, src/types/Makefile.am,
16589: src/types/pa_vclass.h, src/types/pa_vcookie.h,
16590: src/types/pa_vform.h, src/types/pa_vhash.h,
16591: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
16592: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
16593: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
16594: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
16595: funcs ported pa_exec
1.95 moko 16596:
16597: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
16598:
16599: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
16600: bundled gc includes
16601:
16602: * src/: classes/op.C, include/pa_array.h,
16603: include/pa_sql_connection.h, include/pa_string.h,
16604: include/pa_version.h, main/compile.tab.C, main/compile.y,
16605: main/execute.C, main/pa_common.C, main/pa_exception.C,
16606: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
16607: targets/cgi/parser3.dsp: a number of bugfixes [while testing
16608: first real site (aval)]
16609:
16610: 2003-03-25 paf
16611:
1.211 moko 16612: * operators.ru.txt, operators.txt,
16613: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
16614: $status.memory used free since_compact process
1.95 moko 16615:
16616: * src/: include/pa_sql_connection.h, main/pa_globals.C,
16617: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
16618:
16619: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
16620:
16621: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
16622: src/types/pa_value.h, src/types/pa_vfile.h,
16623: src/types/pa_vobject.C, src/types/pa_vobject.h,
16624: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
16625: tests/results/121.processed: untaint.C L_URI
16626:
1.211 moko 16627: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
16628: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
16629: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
16630: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 16631:
16632: * tests/results/109.processed: it was a bug in parser. updated 109
16633: test result
16634:
16635: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
16636:
16637: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
16638: tests/results/107.processed: fixed dom language [values are now
16639: considered tainted. it was a bug in parser. updated 107 test
16640: result
16641:
16642: * src/classes/xdoc.C: fixed transform params
16643:
16644: * src/: include/pa_stylesheet_manager.h,
16645: main/pa_stylesheet_manager.C: fixed stylesheet caching
16646:
16647: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
16648: overloads for structure handling
16649:
16650: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
16651: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
16652: StringBody(0) ambiguilty, introducting static
16653: StringBody::Format(int)
16654:
16655: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
16656: linked
16657:
16658: * src/types/pa_vxdoc.C: vxdoc compiled
16659:
16660: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
16661: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
16662: finalizers isntalled
16663:
16664: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
16665: doc/exception.dox, doc/index.dox, include/pa_charset.h,
16666: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16667: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
16668: compiled todo: xnode.C / finalizers
16669:
16670: * src/doc/string.dox: updated: new string internals
16671:
16672: 2003-03-24 paf
16673:
16674: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16675: include/pa_charset.h, include/pa_config_fixed.h,
16676: include/pa_request.h, include/pa_stylesheet_connection.h,
16677: include/pa_stylesheet_manager.h, main/pa_charset.C,
16678: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16679: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
16680: types/pa_vxnode.h: started XML
16681:
16682: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
16683:
16684: * src/: classes/file.C, classes/image.C, classes/mail.C,
16685: include/pa_string.h, main/pa_common.C,
16686: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
16687:
16688: * src/: classes/file.C, classes/image.C, classes/mail.C,
16689: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
16690: main/pa_request.C, main/pa_sql_driver_manager.C,
16691: types/pa_vimage.h: size_t pos everywhere checks changed to check
16692: for eq STRING_NOT_FOUND
16693:
16694: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
16695: optimize bit implemented
16696:
16697: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
16698: String::ArrayFragment::append_positions fixed
16699:
16700: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
16701: String::this_starts fixed
16702:
16703: * src/main/pa_string.C, tests/Makefile: string::pos fixed
16704:
16705: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
16706: hashcode implemented fully, including per-char callback [it can
16707: be - substr CORD node]
16708:
16709: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
16710: rewritten to rewalloc with 100byte buf ahead
16711:
16712: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
16713: src/include/pa_string.h, src/main/compile.tab.C,
16714: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
16715: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
16716: CORD_ec [bad] would rewrite as realloc now
16717:
16718: * src/: classes/date.C, classes/file.C, classes/form.C,
16719: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
16720: include/pa_cache_managers.h, include/pa_charsets.h,
16721: include/pa_common.h, include/pa_request.h,
16722: include/pa_sql_driver_manager.h, include/pa_table.h,
16723: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
16724: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
16725: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
16726: types/pa_vmail.C, types/pa_vmethod_frame.C,
16727: types/pa_vstateless_class.h: 2*2 worked :)
16728:
16729: * parser3.dsw, src/classes/date.C, src/classes/file.C,
16730: src/include/pa_exec.h, src/include/pa_string.h,
16731: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
16732: passed OK
16733:
16734: * src/: classes/hash.C, classes/string.C, classes/table.C,
16735: types/pa_value.C: all linked todo: debug
16736:
16737: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
16738: types/pa_vstateless_class.C: all compiled. todo:link
16739:
16740: * src/types/pa_wcontext.C: pa_wcontext.C compiled
16741:
16742: * src/types/pa_vtable.C: pa_vtable.C compiled
16743:
16744: * src/types/pa_vstring.C: pa_vstring.C compiled
16745:
16746: * src/types/pa_vstatus.C: pa_vstatus.C compiled
16747:
16748: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
16749: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
16750: pa_vstateless_class.C, pa_vstateless_class.h:
16751: pa_vstateless_class.C compiled
16752:
16753: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
16754: types/pa_vmath.C: pa_vmail.C compiled
16755:
16756: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
16757:
16758: * src/types/pa_vform.C: pa_vform.C compiled
16759:
16760: * src/types/pa_vfile.C: pa_vfile.C compiled
16761:
16762: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
16763: pa_vstateless_class.C: pa_vcookie.C compiled
16764:
16765: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
16766: types/pa_vhash.h: pa_value.C compiled
16767:
16768: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
16769: classes.lib main.lib compiled
16770:
16771: * src/classes/void.C: void.C compiled
16772:
16773: * src/: classes/string.C, classes/table.C, include/pa_string.h,
16774: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
16775: compiled
16776:
16777: * src/: classes/string.C, include/pa_request.h,
16778: include/pa_string.h, main/pa_string.C: string.C compiled
16779:
16780: * src/: classes/op.C, classes/string.C, classes/table.C,
16781: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
16782: main/pa_request.C, main/pa_string.C: op.C compiled
16783:
16784: * src/classes/: math.C, op.C: math.C compiled
16785:
16786: * src/: classes/mail.C, classes/string.C, classes/table.C,
16787: types/pa_vmail.h: mail.C compiled
16788:
16789: * src/classes/: int.C, table.C: int.C compiled
16790:
16791: * src/: classes/hash.C, classes/image.C, classes/string.C,
16792: classes/table.C, include/pa_memory.h, include/pa_string.h,
16793: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
16794: compiled
16795:
16796: * src/: classes/hash.C, classes/string.C, classes/table.C,
16797: classes/void.C, classes/xdoc.C, include/pa_request.h,
16798: include/pa_sql_connection.h: hash.C compiled
16799:
16800: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
16801: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
16802: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16803: classes/math.C, classes/op.C, classes/response.C,
16804: classes/string.C, classes/table.C, classes/void.C,
16805: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
16806: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16807: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
16808: file.C table.C compiled
16809:
16810: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
16811: main/untaint.C: main.lib compiled
16812:
16813: 2003-03-21 paf
16814:
16815: * src/: classes/op.C, include/pa_cache_managers.h,
16816: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16817: include/pa_stylesheet_manager.h, main/pa_exception.C,
16818: main/pa_globals.C, main/pa_sql_driver_manager.C,
16819: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
16820: compiled
16821:
16822: * src/: classes/hash.C, classes/image.C, classes/op.C,
16823: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
16824: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16825: main/compile.C, main/pa_common.C, main/pa_request.C,
16826: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16827: pa_request.C compiled
16828:
16829: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16830: include/pa_request.h, main/execute.C, main/pa_request.C,
16831: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16832: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16833: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16834: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16835: compiled
16836:
16837: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16838: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16839: on unix
16840:
16841: * src/: include/pa_charset.h, include/pa_charsets.h,
16842: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16843: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16844: pa_charsets.C compiled
16845:
16846: * src/: classes/image.C, classes/mail.C, classes/op.C,
16847: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16848: main/compile.y, main/execute.C, main/pa_common.C,
16849: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16850: types/pa_vcode_frame.h, types/pa_vimage.h,
16851: types/pa_vmethod_frame.h: execute.C compiled
16852:
16853: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16854: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16855: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16856: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16857: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16858: include/pa_cache_managers.h, include/pa_charsets.h,
16859: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16860: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16861: include/pa_sql_driver_manager.h, include/pa_string.h,
16862: include/pa_stylesheet_connection.h,
16863: include/pa_stylesheet_manager.h, include/pa_table.h,
16864: main/compile.C, main/compile.tab.C, main/compile.y,
16865: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16866: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16867: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16868: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16869: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16870: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16871: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16872: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16873: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16874: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16875: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16876: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16877: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16878: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16879: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16880: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16881: types/pa_vresponse.h, types/pa_vstateless_class.C,
16882: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16883: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16884: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16885: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16886: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16887: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16888: [C++ CORD wrapper]
16889:
16890: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16891:
16892: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16893: $file::exec/cgi[script; $.charset[this is script's charset]
16894:
16895: command line, env values, input got transcoded before call
16896: stdout, stderr got transcoded after call
16897:
16898: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16899: by default. use: ^file::exec[...;$.stdin[$request.body]
16900:
16901: * src/main/pa_common.C: } typo bug fix
16902:
16903: * src/main/pa_common.C: } typo bug fix
16904:
16905: 2003-03-20 paf
16906:
16907: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16908: main/untaint.C: cord bug fix, but still errors todo: clear out
16909:
16910: * src/include/pa_string.h: more tests
16911:
16912: * src/main/pa_string.C: string.pos fixed
16913:
1.116 moko 16914: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16915: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16916: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16917: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16918: replaces
1.95 moko 16919:
16920: * src/: classes/image.C, include/pa_dictionary.h,
16921: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16922: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16923: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16924: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16925:
16926: * src/include/pa_string.h: warning
16927:
16928: * src/include/pa_string.h: this_starts fixed
16929:
16930: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16931: new String ctor & append params convention
16932:
16933: * src/: classes/file.C, classes/hash.C, classes/image.C,
16934: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16935: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16936: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16937: main/pa_exception.C, main/pa_exec.C,
16938: main/pa_sql_driver_manager.C, main/pa_string.C,
16939: main/pa_stylesheet_manager.C, main/untaint.C,
16940: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16941: types/pa_vmail.C: more tests OK
16942:
16943: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16944: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16945: gc/exit runned OK
16946:
16947: * src/types/pa_vmail.C: another naming problem: should not name
16948: vars like that: unpredictable close caused problems with later
16949: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16950: descriptors missing on startup: stdin; Bad file number
16951:
16952: todo: find out why so many filters(stream) here. probably wrong?
16953:
16954: * src/: include/pa_dictionary.h, include/pa_string.h,
16955: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16956: main/untaint.C: test compiled
16957:
16958: * src/: classes/image.C, classes/mail.C, classes/math.C,
16959: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16960: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16961: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16962: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16963: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16964: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16965: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16966: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16967: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16968:
16969: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16970: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16971: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16972: src/include/pa_memory.h, src/include/pa_request.h,
16973: src/include/pa_request_charsets.h,
16974: src/include/pa_sql_connection.h, src/include/pa_string.h,
16975: src/main/compile.tab.C, src/main/execute.C,
16976: src/main/pa_charset.C, src/main/pa_common.C,
16977: src/main/pa_exception.C, src/main/pa_exec.C,
16978: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16979: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16980: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16981: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16982: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16983: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16984: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16985: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16986: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16987: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16988: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16989: pa_common.C [done, without http for now]
16990:
16991: 2003-03-19 paf
16992:
16993: * src/: classes/date.C, classes/form.C, classes/hash.C,
16994: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16995: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16996: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16997: include/pa_string.h, include/pa_table.h, main/compile.C,
16998: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16999: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17000: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17001: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17002: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17003: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17004: types/pa_vstateless_class.h, types/pa_vtable.C,
17005: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17006: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17007: types/pa_wwrapper.h: started test
17008:
1.116 moko 17009: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17010: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17011:
17012: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17013: include/pa_string.h, main/pa_string.C: string compiled todo: test
17014: it
17015:
17016: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17017: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17018: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17019: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17020: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17021: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17022: types/pa_vmethod_frame.h, types/types.dsp: string
17023: reimplementation with cord+array<fragment>: 70%
17024:
17025: 2003-03-18 paf
17026:
17027: * src/: classes/date.C, classes/file.C, classes/form.C,
17028: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17029: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17030: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17031: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17032: can ignore lang in cmp and pos really, but would
17033: split properly!
17034:
17035: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17036: cord part made parser/src/lib: it's not compiled into libgc by
17037: default
17038:
17039: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17040: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17041: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17042: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17043: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17044: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17045: src/classes/xnode.C, src/classes/xnode.h,
17046: src/include/Makefile.am, src/include/pa_cache_managers.h,
17047: src/include/pa_charset.h, src/include/pa_charsets.h,
17048: src/include/pa_common.h, src/include/pa_dictionary.h,
17049: src/include/pa_exception.h, src/include/pa_exec.h,
17050: src/include/pa_globals.h, src/include/pa_hash.h,
17051: src/include/pa_memory.h, src/include/pa_pool.h,
17052: src/include/pa_request.h, src/include/pa_request_charsets.h,
17053: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17054: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17055: src/include/pa_stylesheet_connection.h,
17056: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17057: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17058: src/main/compile.C, src/main/compile.tab.C,
17059: src/main/compile_tools.C, src/main/compile_tools.h,
17060: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17061: src/main/pa_charsets.C, src/main/pa_common.C,
17062: src/main/pa_dictionary.C, src/main/pa_exception.C,
17063: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17064: src/main/pa_pool.C, src/main/pa_request.C,
17065: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17066: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17067: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17068: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17069: src/types/pa_junction.h, src/types/pa_method.h,
17070: src/types/pa_value.C, src/types/pa_value.h,
17071: src/types/pa_vclass.C, src/types/pa_vclass.h,
17072: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17073: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17074: src/types/pa_vdouble.h, src/types/pa_venv.h,
17075: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17076: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17077: src/types/pa_vimage.C, src/types/pa_vimage.h,
17078: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17079: src/types/pa_vmath.C, src/types/pa_vmath.h,
17080: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17081: src/types/pa_vobject.C, src/types/pa_vobject.h,
17082: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17083: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17084: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17085: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17086: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17087: src/types/pa_vstring.h, src/types/pa_vtable.C,
17088: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17089: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17090: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17091: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17092: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17093: gc: PA_Object done lots of replacements also
17094:
17095: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17096: gc logging
17097:
17098: 2003-03-17 paf
17099:
17100: * src/: classes/date.C, classes/file.C, classes/form.C,
17101: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17102: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17103: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17104: include/pa_string.h, include/pa_types.h, main/compile.C,
17105: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17106: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17107: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17108: main/pa_sql_driver_manager.C, main/pa_string.C,
17109: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17110: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17111: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17112: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17113: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17114: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17115: types/pa_vxnode.h: libgc attempt
17116:
17117: 2003-03-13 paf
17118:
17119: * src/: include/pa_sql_driver_manager.h,
17120: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17121: called
17122:
17123: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17124: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17125: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17126: types/pa_value.h, types/pa_vobject.h,
17127: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17128: set_base, set_derived simplified [counter leaks fixed]
17129:
17130: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17131: src/types/types.dsp: incorporated status class patch From:
17132: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17133: 2003 8:14 AM
17134:
17135: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17136: Win32 specific: QuotaPeakNonPagedPoolUsage
17137: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17138:
17139: 2003-03-12 paf
17140:
1.116 moko 17141: * configure, configure.in, src/lib/ltdl/configure,
17142: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17143: lib/ltdl/Makefile now created by /configure.in only [were by
17144: lib/ltdl/configure.in OVERWRITE]
17145:
1.116 moko 17146: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17147: linkage fixed for g++ 3.2.2
1.95 moko 17148:
17149: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17150: on using privately declared class [fixed]
17151:
17152: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17153: 3.2 rightliy complained on using privately declared class [fixed]
17154:
17155: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17156: sigpipe before request constructor now causes death
17157:
17158: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17159: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17160: not cause exception in exception handler
17161:
1.116 moko 17162: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17163: now default links libstdc++ statically. that can be overriden by
17164: --with-dynamic-stdcpp
1.95 moko 17165:
17166: 2003-03-11 paf
17167:
17168: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17169: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17170: necessity of libstdc++
17171:
17172: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17173:
17174: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17175:
17176: 2003-03-08 paf
17177:
17178: * tests/Makefile: make install & co
17179:
17180: * src/: include/pa_request.h, classes/op.C: removing
17181: vclass,object.h -> pa_request.h dependency
17182:
17183: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17184: main/pa_request.C: removing vform,response,cookie.h ->
17185: pa_request.h dependency
17186:
17187: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17188: dependency [testing...]
17189:
17190: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17191: return 0; fixed
17192:
17193: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17194: types/pa_vmail.h: vmail.C received just compiled [not tested]
17195:
17196: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17197:
17198: * src/main/pa_request.C: forgotten: ifdef XML
17199:
17200: * src/main/pa_request.C: forgotten: ifdef XML
17201:
17202: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17203: win32 and run memleak tests again
17204:
17205: * src/targets/cgi/parser3.C: charsets: see some strange things with
17206: old xml lib-- it's internal memory handling has faults
17207:
17208: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17209: problems when transcode from charset A to A.
17210:
17211: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17212: todo: still problems when transcode from charset A to A.
17213:
17214: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17215: classes/table.C, include/pa_array.h,
17216: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17217: started full-scale-site-test [~ http://parser.ru sources]
17218:
17219: some fixes
17220:
17221: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17222: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17223: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17224: results/110.processed, results/111.processed,
17225: results/112.processed, results/113.processed,
17226: results/114.processed, results/115.processed,
17227: results/116.processed, results/117.processed,
17228: results/118.processed, results/119.processed,
17229: results/120.processed: xml: tests 109 dom create/show 110 xpath
17230: selectSingle 111 xdoc.create from tainted & 112
17231: xdoc.create/output with russian attr value 113 xpath
17232: selectString/Number 114 dom attributes.count 115 xpath selectBool
17233: 116 output media-type change 117 transform by dom stylesheet 118
17234: empty transform result 119 dom setAttribute 120 nbsp letter
17235: output
17236:
17237: =END OF PREPARED XML TESTS=
17238:
17239: 2003-03-07 paf
17240:
17241: * src/classes/xdoc.C, src/include/pa_charset.h,
17242: src/include/pa_stylesheet_connection.h, tests/108.html,
17243: tests/108.xsl, tests/results/108.processed: xml: test 108
17244: transform with params [bugs fixed]
17245:
17246: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17247: from copy/paste bug
17248:
17249: * src/classes/xdoc.C, src/include/pa_charset.h,
17250: src/include/pa_request.h, src/main/execute.C,
17251: src/main/pa_charset.C, src/main/pa_exception.C,
17252: src/main/pa_globals.C, src/main/pa_request.C,
17253: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17254: src/types/pa_vxnode.C, tests/107.html,
17255: tests/results/107.processed: xml: test: 107 bug fixes
17256:
17257: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17258: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17259: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17260:
17261: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17262: string
17263:
17264: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17265: mem alloc functions used for different cases [libxml, libxsl]
17266:
17267: * src/classes/classes.C: fixed: prevent system classes from
17268: modification to lock ALL the classes, not only directly used
17269:
17270: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17271: linked
17272:
17273: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17274:
17275: 2003-03-06 paf
17276:
17277: * src/classes/xdoc.C: xdoc.C 50%
17278:
17279: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17280: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17281: main/pa_globals.C, main/pa_request.C,
17282: main/pa_stylesheet_manager.C: xnode.C compiled
17283:
17284: * src/: include/pa_stylesheet_connection.h,
17285: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17286: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17287:
17288: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17289: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17290: xml: stylesheet&manager STARTED
17291:
17292: * src/: include/pa_globals.h, main/pa_charset.C,
17293: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17294:
17295: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17296: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17297: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17298: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17299: charsets
17300:
17301: * tests/023.html: in some cases it rounded up badly. postponing
17302: solution of that problem, making more simple test
17303:
17304: * tests/: 058_paf2000.png, results/058.processed: .png added with
17305: -kb now
17306:
17307: * src/: include/pa_charset.h, include/pa_charsets.h,
17308: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17309: moved to charsets.C
17310:
17311: 2003-03-05 paf
17312:
17313: * src/classes/string.C, src/include/pa_string.h,
17314: src/main/pa_string.C, tests/105.html,
17315: tests/results/105.processed: String::match bug fixed
17316:
17317: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17318: tests/results/104.processed: ^bpt operator added [does int3 in
17319: debug build on win32]
17320:
17321: * tests/: 057.html, results/057.processed: test bug fixed
17322:
1.116 moko 17323: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17324:
17325: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17326: missing
17327:
1.116 moko 17328: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17329: forgotten files added to Makes
1.95 moko 17330:
17331: * ltmain.sh: ltmain.sh added
17332:
17333: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17334: change undone ;(
17335:
17336: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17337: made static
17338:
17339: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17340: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17341: todo:make linker happy
1.95 moko 17342:
17343: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17344: env param made optional
17345:
17346: 2003-03-04 paf
17347:
17348: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17349: types/pa_vimage.h: number of gcc compiler bugs fixed
17350:
17351: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17352: results/103.processed: tests: 103 image.copy transparence test
17353:
17354: * src/main/execute.C, tests/101.html, tests/102.html,
17355: tests/results/101.processed, tests/results/102.processed: tests:
17356: 101 method/variable name conflict test 102 form fields change
17357: should not not change anything [bug fix]
17358:
17359: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17360: results/099.processed, results/100.processed: tests: 57 date
17361: create 2002: added 99,100 response:body/download
17362:
17363: * src/classes/image.C, tests/098.html, tests/098font.gif,
17364: tests/results/098.processed: test: 98 image font text [bug fixed]
17365:
17366: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17367: tests/results/097.processed: test: 97 file::load http:// [bugs
17368: fixed]
17369:
17370: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17371: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17372: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17373: image EXIF [bug fixed]
17374:
17375: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17376: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17377: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17378: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17379: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17380: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17381: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17382: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17383: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17384: tests/094.html, tests/095.html, tests/results/061.processed,
17385: tests/results/062.processed, tests/results/063.processed,
17386: tests/results/064.processed, tests/results/065.processed,
17387: tests/results/066.processed, tests/results/067.processed,
17388: tests/results/068.processed, tests/results/069.processed,
17389: tests/results/070.processed, tests/results/071.processed,
17390: tests/results/072.processed, tests/results/073.processed,
17391: tests/results/074.processed, tests/results/075.processed,
17392: tests/results/076.processed, tests/results/077.processed,
17393: tests/results/078.processed, tests/results/080.processed,
17394: tests/results/081.processed, tests/results/082.processed,
17395: tests/results/083.processed, tests/results/084.processed,
17396: tests/results/085.processed, tests/results/086.processed,
17397: tests/results/087.processed, tests/results/088.processed,
17398: tests/results/089.processed, tests/results/090.processed,
17399: tests/results/091.processed, tests/results/092.processed,
17400: tests/results/093.processed, tests/results/094.processed,
17401: tests/results/095.processed, tests/079.html,
17402: tests/results/079.processed: tests: 61 file::stat size 62
17403: string->int autoconvert 63 double .int,dec,div,mul 64 date
17404: compare 65 file: basename,justname,justext 66 math:crypt 67
17405: string.match simple on long 68 string.match normalized simple on
17406: long 69 string.int 70 file::stat content-type 71 table.join 72
17407: hash parameter conditional pass 73 date daylightsaving,yearday 74
17408: date arithmetics 75 response date values/attributes 76 string.pos
17409: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17410: with local 80 scientific numeric literal in string autoconvert 81
17411: xor: logical and numerical 82 for delims 83 menu delims 84
17412: table.hash distinct 85 long string replace 86 throw+catch
17413: current language preserve 87 bit shifts 88 junction tests +
17414: $caller test 89 hash.foreach selfmodification 90 int/void to int
17415: 91 $caller test 92 junction is + def junction tests 93 $caller
17416: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17417:
17418: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17419: fixed] 60 string eq string [bug fixed]
17420:
17421: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17422: 058.html, 058_paf2000.png, 059.html, 060.html,
17423: results/053.processed, results/054.processed,
17424: results/055.processed, results/056.processed,
17425: results/057.processed, results/058.processed,
17426: results/059.processed, results/060.processed: test: 53
17427: string.replace 54 junctions 55 table.hash 56 call indirect 57
17428: date.create[string] 58 image.measure[png]
17429:
17430: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17431: outputs/051.processed, results/052.processed: test: 52
17432: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17433: task: fix that
17434:
17435: 2003-03-03 paf
17436:
17437: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17438: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17439: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17440: outputs/049.processed, outputs/050.processed,
17441: outputs/051.processed, results/001.processed,
17442: results/002.processed, results/003.processed,
17443: results/005.processed, results/006.processed,
17444: results/008.processed, results/009.processed,
17445: results/011.processed, results/012.processed,
17446: results/013.processed, results/014.processed,
17447: results/015.processed, results/016.processed,
17448: results/017.processed, results/020.processed,
17449: results/021.processed, results/022.processed,
17450: results/024.processed, results/025.processed,
17451: results/026.processed, results/027.processed,
17452: results/028.processed, results/029.processed,
17453: results/030.processed, results/031.processed,
17454: results/049.processed, results/050.processed,
17455: results/051.processed, results/043.processed,
17456: results/044.processed, results/045.processed,
17457: results/046.processed, results/047.processed,
17458: results/048.processed: tests: 43,44,45 date rolls 46
17459: autoevaluating junction 47 table.select 48 name with subvar 49
17460: hash-creating switch 50 process 51 started parent/child, works as
17461: it were but it were NOT GOOD, created separate task to fix that
17462:
17463: * tests/: 042.html, results/042.processed: test: 42
17464: exception.handled
17465:
17466: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17467: expression
17468:
17469: * tests/: 040.html, results/040.processed: test: 39 method result
17470: of type table 40 method param junction auto evaluate
17471:
17472: * tests/: 039.html, results/039.processed: test: 37 method result
17473: of type table
17474:
17475: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17476: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17477: tests/038.html, tests/results/033.processed,
17478: tests/results/034.processed, tests/results/035.processed,
17479: tests/results/036.processed, tests/results/037.processed,
17480: tests/results/038.processed: tests: 33 string.replace 34
17481: string.upper 35 table created 36 local/global vars with juntions
17482: 37 table clone 38 math PI & number formatting
17483:
17484: math class registring typo fixed
17485:
17486: * src/classes/op.C, src/include/pa_request.h,
17487: src/include/pa_string.h, src/main/execute.C,
17488: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17489: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17490: tests/032.html, tests/results/032.processed: uchar changed to
17491: String_UL in all places [was not everywhere] untaint test: 032
17492:
17493: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17494: tests/results/004.processed, tests/parser-cygwin.sh,
17495: tests/parser-unix.sh: removed -H command line key, now testing
17496: using .sh file with SERVER_SOFTWARE=xxx
17497:
17498: 2003-02-26 paf
17499:
17500: * src/main/execute.C, src/types/pa_vstateless_class.h,
17501: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17502: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17503: tests/results/024.processed, tests/results/025.processed,
17504: tests/results/026.processed, tests/results/027.processed,
17505: tests/results/028.processed, tests/results/029.processed,
17506: tests/results/030.processed, tests/results/031.processed: fixed
17507: bug with name_cstr mutable CharPtr more tests
17508:
17509: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17510: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17511: << abort. die now just exits
17512:
17513: * src/classes/classes.awk, src/classes/classes.h,
17514: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17515: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17516: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17517: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17518: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17519: src/classes/xnode.C, src/include/pa_memory.h,
17520: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17521: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17522: src/types/pa_vform.C, tests/015.html, tests/016.html,
17523: tests/017.html, tests/018.html, tests/019.html,
17524: tests/019paf2001.gif, tests/020.html, tests/021.html,
17525: tests/022.html, tests/023.html, tests/022_dir/a.html,
17526: tests/022_dir/b.txt, tests/022_dir/c.htm,
17527: tests/results/015.processed, tests/results/016.processed,
17528: tests/results/017.processed, tests/results/018.processed,
17529: tests/results/019.processed, tests/results/020.processed,
17530: tests/results/021.processed, tests/results/022.processed,
17531: tests/results/023.processed: methoded_array now contains all Mxxx
17532: classes SAPI::get_env now returns info on pool more tests
17533:
17534: * src/include/pa_array.h, src/include/pa_hash.h,
17535: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17536: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17537: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17538: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17539: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17540: tests/results/001.processed, tests/results/002.processed,
17541: tests/results/003.processed, tests/results/004.processed,
17542: tests/results/005.processed, tests/results/006.processed,
17543: tests/results/007.processed, tests/results/008.processed,
17544: tests/results/009.processed, tests/results/010.processed,
17545: tests/results/011.processed, tests/results/012.processed,
17546: tests/results/013.processed, tests/results/014.processed: hash
17547: cloning fixed
17548:
17549: 2003-02-25 paf
17550:
17551: * src/main/pa_common.C: typo fixed
17552:
17553: 2003-02-24 paf
17554:
17555: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17556: [one remained]
17557:
17558: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17559: [should have been get_string(&pool)] todo: check other such calls
17560:
17561: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17562: test10, bad lookups
17563:
17564: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17565: object got destructed, and xxx points to sky
17566:
17567: * ChangeLog, src/classes/string.C: match bug fixed
17568:
17569: * src/types/pa_vmail.C: body [text/html] transcoded to
17570: $.charset[specified] now
17571:
17572: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17573: which failed to handle sigsetjmp+throw: crashed inside of
17574: pre-throw code. rewritten simplier [though duplicating
17575: closesocket code]
17576:
17577: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17578: which failed to handle sigsetjmp+throw: crashed inside of
17579: pre-throw code. rewritten simplier [though duplicating
17580: closesocket code]
17581:
17582: 2003-02-21 paf
17583:
1.211 moko 17584: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
17585: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
17586: now]]
1.95 moko 17587:
17588: written makefile with regression tests [raw]
17589:
17590: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
17591: tests' only [it's not forcing CGI mode now] now use -H to output
17592: CGI header when parser used in command line [useful for tests
17593: also]
17594:
17595: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
17596: switches on CGI mode, and is used in regression tests
17597:
17598: * src/: include/pa_request.h, main/pa_request.C,
17599: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
17600: fixed
17601:
17602: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
17603: handling pa_*
17604:
17605: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
17606: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
17607: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
17608: memory handling files
17609:
17610: * src/main/pa_array.C: pool::format_integer terminator fixed
17611:
17612: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
17613: compiles OK test to show benefits of free
17614:
17615: * src/: classes/file.C, classes/image.C, classes/mail.C,
17616: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
17617: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17618: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
17619: use pool [as the one in ^process]
17620:
17621: * src/classes/op.C: fixed process. sould now check for all cstr's
17622: -- some must use pool [as the one in ^process]
17623:
17624: 2003-02-20 paf
17625:
17626: * src/: classes/date.C, classes/double.C, classes/file.C,
17627: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17628: classes/math.C, classes/op.C, classes/response.C,
17629: classes/string.C, classes/table.C, classes/void.C,
17630: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
17631: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
17632: string cmp fixed
17633:
17634: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
17635: values passed OK now
17636:
17637: 2003-02-19 paf
17638:
17639: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
17640: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
17641: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
17642: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
17643: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
17644: all remaning leaks resulted from pooled::malloc calls [excluding
17645: in gd -- planning complete rewrite extremely ugly code]
17646:
17647: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
17648: files
17649:
17650: 2003-02-17 paf
17651:
17652: * src/: classes/date.C, classes/double.C, classes/file.C,
17653: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17654: classes/response.C, classes/string.C, classes/table.C,
17655: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
17656: include/pa_stylesheet_connection.h,
17657: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
17658: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17659: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
17660: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
17661: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
17662: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
17663: of unitialized simple-typed field
17664:
17665: * src/: classes/classes.C, classes/classes.h, main/execute.C,
17666: main/pa_charset.C, main/pa_request.C: another bug of unitialized
17667: simple-typed field fixed. todo: find&kill all like that one
17668:
17669: * src/: main/execute.C, targets/cgi/pa_pool.C,
17670: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
17671: debug output fixed
17672:
17673: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
17674: main/pa_request.C: stack-stored items need extra .ref to prevent
17675: object_ptr from delete[them]
17676:
17677: * src/: classes/date.C, classes/op.C, classes/table.C,
17678: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
17679: include/pa_charset.h, main/Makefile.am, main/main.dsp,
17680: main/pa_charset.C, main/pa_common.C,
17681: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17682: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17683: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
17684: calls
17685:
17686: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
17687: couple mem leaks rusulted from old pooled::malloc usage.
17688: todo:find more like those
17689:
17690: * src/main/: compile.C, compile_tools.C: 2*2!
17691:
17692: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
17693: stackItem fixed [there were no string on stack before]
17694:
17695: * src/: main/execute.C, main/pa_request.C,
17696: types/pa_vmethod_frame.C: first letters out OK
17697:
17698: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
17699: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
17700: main/pa_string.C, main/untaint.C, types/pa_value.h,
17701: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
17702: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
17703: type not initialized with zeros :( while class fields of class
17704: types initialized with default constructors. learn C++
17705:
17706: * src/: classes/classes.awk, classes/double.C, classes/file.C,
17707: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
17708: classes/math.C, classes/xdoc.C, classes/xnode.C,
17709: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
17710: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
17711:
17712: 2003-02-14 paf
17713:
17714: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
17715: 13 link errors
17716:
17717: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
17718: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17719: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17720: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
17721: errors :)
17722:
17723: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
17724: classes/hash.C, classes/mail.C, classes/op.C,
17725: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
17726: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
17727: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
17728: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
17729:
17730: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
17731: classes/table.C, include/pa_common.h, include/pa_globals.h,
17732: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
17733: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
17734: types/pa_vint.h, types/types.dsp: op compiled
17735:
17736: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
17737: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
17738: main/untaint.C, types/pa_vtable.h: string, response compiled
17739:
17740: 2003-02-07 paf
17741:
17742: * src/: classes/table.C, types/pa_vtable.h: table compiled
17743:
17744: 2003-02-06 paf
17745:
17746: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
17747: mail compiled
17748:
17749: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
17750: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
17751: types/pa_vfile.h, types/pa_vimage.h: image compiled
17752:
17753: * src/classes/: file.C, form.C: form compiled
17754:
17755: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
17756: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
17757: types/pa_vfile.C, types/pa_vfile.h: file compiled
17758:
17759: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
17760: types/pa_vmath.h: math compiled [win32]
17761:
17762: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
17763: types/pa_vstring.h: hash compiled
17764:
17765: 2003-02-04 paf
17766:
17767: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
17768: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17769: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
17770: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
17771: types/pa_vhash.h: hash 50% compiled
17772:
17773: * src/: classes/date.C, classes/file.C, classes/hash.C,
17774: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
17775: classes/string.C, classes/table.C, classes/xdoc.C,
17776: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
17777: main/pa_string.C: date compiled
17778:
17779: * src/classes/: classes.dsp, double.C: double compiled
17780:
17781: * src/: classes/date.C, classes/double.C, classes/file.C,
17782: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
17783: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
17784: classes/string.C, classes/table.C, classes/void.C,
17785: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
17786: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
17787: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
17788: compiled
17789:
17790: * src/: classes/date.C, classes/double.C, classes/file.C,
17791: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17792: classes/math.C, classes/op.C, classes/response.C,
17793: classes/string.C, classes/table.C, classes/void.C,
17794: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17795: types/pa_vvoid.h: void compiled :)
17796:
17797: * src/: include/pa_globals.h, main/pa_cache_managers.C,
17798: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17799: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17800: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
17801: main/pa_string.C, main/pa_uue.C, main/untaint.C,
17802: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
17803: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
17804: types/pa_vresponse.C, types/pa_vstateless_class.C,
17805: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
17806: types/pa_wcontext.C, types/types.dsp: removed stupid
17807: value_includes.h
17808:
17809: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
17810: trying to remove stupid value_includes.h
17811:
17812: * src/main/pa_exec.C: pa_exec compiled on win32
17813:
17814: * src/main/pa_exec.C: libmain.a compiled on six [unix]
17815:
17816: * src/: include/pa_globals.h, include/pa_request.h,
17817: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
17818: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
17819: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
17820: types/pa_vrequest.C, types/pa_vstateless_class.C,
17821: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
17822:
17823: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
17824: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
17825: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17826:
17827: * src/: include/pa_array.h, include/pa_config_includes.h,
17828: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17829: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17830: compiled
17831:
17832: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17833: name conflicts)
17834:
17835: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17836: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17837: yelds "virtual memory exhausted" while trying to compile
17838: execute.C [eating up to 127MB]
17839:
17840: 2003-02-03 paf
17841:
17842: * src/: include/pa_config_includes.h, include/pa_hash.h,
17843: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17844: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17845: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17846: types/pa_vint.h, types/pa_vjunction.h,
17847: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17848: started gcc compiling pa_common compiled
17849:
17850: * src/: include/pa_exception.h, include/pa_pool.h,
17851: main/pa_exception.C: exception gcc change #1
17852:
1.116 moko 17853: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17854: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17855:
17856: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17857:
17858: * src/types/pa_vtable.C: vtable compiled
17859:
17860: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17861:
17862: * src/: include/pa_cache_managers.h, main/pa_request.C,
17863: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17864:
17865: * src/types/pa_vstateless_class.C: vstateless_class compiled
17866:
17867: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17868:
17869: * src/types/pa_vrequest.C: vrequest compiled
17870:
17871: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17872: pa_vobject.C, pa_vobject.h: vobject compiled
17873:
17874: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17875: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17876: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17877: compiled
17878:
17879: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17880:
17881: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17882: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17883: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17884: compiled
17885:
17886: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17887: main.lib - 0 error(s), 0 warning(s)
17888:
17889: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17890: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17891:
17892: 2003-01-31 paf
17893:
17894: * src/: include/pa_array.h, include/pa_operation.h,
17895: include/pa_request.h, main/execute.C, main/main.dsp,
17896: types/pa_vjunction.h: started last file from main library:
17897: execute
17898:
17899: * src/: include/pa_request.h, include/pa_sapi.h,
17900: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17901: main/pa_request.C, targets/cgi/parser3.C,
17902: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17903: types/pa_vhash.h: pa_request compiled
17904:
17905: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17906: include/pa_globals.h, include/pa_request.h,
17907: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17908: main/execute.C, main/main.dsp, main/pa_common.C,
17909: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17910: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17911: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17912: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17913: types/types.dsp: most pa_request compiled
17914:
17915: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17916: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17917: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17918: classes/op.C, classes/response.C, classes/string.C,
17919: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17920: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17921: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17922: include/pa_config_fixed.h, include/pa_config_includes.h,
17923: include/pa_dictionary.h, include/pa_dir.h,
17924: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17925: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17926: include/pa_pool.h, include/pa_request.h,
17927: include/pa_request_charsets.h, include/pa_request_info.h,
17928: include/pa_sapi.h, include/pa_socks.h,
17929: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17930: include/pa_stack.h, include/pa_string.h,
17931: include/pa_stylesheet_connection.h,
17932: include/pa_stylesheet_manager.h, include/pa_table.h,
17933: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17934: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17935: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17936: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17937: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17938: main/compile.C, main/compile.tab.C, main/compile.y,
17939: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17940: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17941: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17942: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17943: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17944: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17945: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17946: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17947: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17948: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17949: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17950: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17951: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17952: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17953: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17954: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17955: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17956: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17957: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17958: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17959: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17960: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17961: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17962: types/pa_vresponse.h, types/pa_vstateless_class.C,
17963: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17964: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17965: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17966: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17967: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17968: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17969:
17970: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17971: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17972: src/include/pa_charsets.h, src/include/pa_common.h,
17973: src/include/pa_dictionary.h, src/include/pa_exception.h,
17974: src/include/pa_exec.h, src/include/pa_pool.h,
17975: src/include/pa_request.h, src/include/pa_sapi.h,
17976: src/include/pa_sql_connection.h,
17977: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17978: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17979: src/main/compile.tab.C, src/main/compile_tools.C,
17980: src/main/compile_tools.h, src/main/main.dsp,
17981: src/main/pa_charset.C, src/main/pa_charsets.C,
17982: src/main/pa_common.C, src/main/pa_dictionary.C,
17983: src/main/pa_exception.C, src/main/pa_exec.C,
17984: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17985: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17986: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17987: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17988: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17989: src/types/pa_vdouble.h, src/types/pa_venv.h,
17990: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17991: src/types/pa_vhash.h, src/types/pa_vimage.C,
17992: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17993: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17994: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17995: src/types/pa_vobject.C, src/types/pa_vobject.h,
17996: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17997: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17998: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17999: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18000: src/types/pa_vstring.h, src/types/pa_vtable.h,
18001: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18002: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18003: died, long live StringPtr
18004:
18005: 2003-01-30 paf
18006:
18007: * src/: include/pa_charset.h, include/pa_request.h,
18008: include/pa_sql_driver_manager.h, main/compile.tab.C,
18009: main/compile.y, main/compile_tools.h, main/pa_request.C,
18010: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18011:
18012: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18013: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18014: types/pa_vhash.h, types/pa_vmethod_frame.h,
18015: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18016: types/types.dsp: vstateless_class compiled
18017:
18018: * src/main/compile.C: compile compiled
18019:
18020: * src/: include/pa_array.h, include/pa_operation.h,
18021: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18022: main/pa_table.C: compile_tools compiled
18023:
18024: * src/: include/pa_operation.h, main/compile.y,
18025: main/compile_tools.C, main/compile_tools.h: started
18026: compile_tools. vagues ideas of how to free compiled code
18027:
18028: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18029: main/main.dsp, types/pa_value.C, types/pa_value.h,
18030: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18031: compiled
18032:
18033: 2003-01-29 paf
18034:
18035: * src/: include/pa_globals.h, include/pa_request.h,
18036: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18037: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18038: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18039: compiled
18040:
18041: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18042: now
18043:
18044: * src/: include/pa_array.h, include/pa_exception.h,
18045: include/pa_pool.h, main/pa_exception.C: gd compiled
18046:
18047: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18048: compiled
18049:
18050: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18051: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18052: types/pa_vfile.h: vfile compiled
18053:
18054: * src/: include/pa_common.h, include/pa_globals.h,
18055: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18056: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18057: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18058:
18059: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18060: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18061: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18062: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18063: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18064:
18065: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18066: main/main.dsp, main/untaint.C: more compiled
18067:
18068: * src/: include/pa_charsets.h, include/pa_request.h,
18069: include/pa_request_info.h, include/pa_string.h,
18070: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18071: types/pa_vresponse.h: vrequest compiled
18072:
18073: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18074: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18075: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18076:
18077: * src/: classes/classes.h, include/pa_charset.h,
18078: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18079: include/pa_request.h, include/pa_string.h, main/main.dsp,
18080: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18081: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18082: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18083: types/pa_vrequest.C, types/pa_vrequest.h,
18084: types/pa_vstateless_class.h, types/pa_vstring.h,
18085: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18086:
18087: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18088: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18089: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18090: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18091: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18092: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18093: types/pa_vobject.h, types/pa_vstateless_class.h,
18094: types/pa_vstateless_object.h, types/pa_vstatus.h,
18095: types/pa_vstring.h, types/types.dsp: vmath compiled
18096:
18097: 2003-01-28 paf
18098:
18099: * src/: classes/classes.h, classes/date.C, classes/file.C,
18100: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18101: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18102: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18103: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18104: compile_tools
18105:
18106: * src/: include/pa_charset.h, include/pa_exception.h,
18107: include/pa_request.h, include/pa_string.h, main/untaint.C:
18108: untaint compiled
18109:
18110: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18111: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18112: more compiled. struck with string::store_to needing to know
18113: source/client charsets
18114:
18115: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18116: types/pa_vfile.h: uue compiled
18117:
18118: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18119: table compiled
18120:
18121: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18122: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18123:
18124: * src/: include/pa_charset.h, main/pa_charset.C,
18125: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18126: introduced]
18127:
18128: * src/: classes/date.C, include/pa_charset.h,
18129: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18130: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18131: pa_charsets compiled
18132:
18133: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18134: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18135:
18136: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18137: common compiled
18138:
18139: * src/: include/pa_charsets.h, main/pa_charsets.C,
18140: main/pa_sql_driver_manager.C: pa_charsets compiled
18141:
18142: * src/: include/pa_array.h, include/pa_charset.h,
18143: include/pa_charsets.h, include/pa_pool.h,
18144: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18145: include/pa_stack.h, include/pa_string.h,
18146: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18147: sql_driver_manager compiled
18148:
18149: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18150: letter i with two dots added to koi, all ukranian letters added
18151: to win1251.
18152:
18153: typographic simbol 0xb9 deleted from win1251 [strange one & were
18154: abscent from koi]
18155:
18156: 2003-01-27 paf
18157:
18158: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18159: include/pa_sql_driver_manager.h, include/pa_string.h,
18160: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18161: sql/pa_sql_driver.h: paused on sql_manager
18162:
18163: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18164: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18165: include/pa_stack.h, main/pa_sql_driver_manager.C,
18166: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18167:
18168: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18169: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18170: include/pa_table.h, main/pa_sql_driver_manager.C,
18171: main/pa_table.C: table compiled
18172:
18173: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18174: cache_managers compiled
18175:
18176: * src/: include/pa_array.h, include/pa_charset.h,
18177: include/pa_pool.h, main/pa_charset.C: charset compiled
18178:
18179: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18180:
18181: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18182: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18183: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18184: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18185: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18186:
18187: 2003-01-24 paf
18188:
18189: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18190: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18191: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18192: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18193: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18194: types/pa_vint.h, types/pa_vjunction.h,
18195: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18196: types/pa_vstatus.h, types/pa_vstring.h: more patched
18197:
18198: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18199: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18200: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18201: main/pa_string.C, main/pa_table.C: string compiled
18202:
18203: * src/: include/pa_array.h, include/pa_common.h,
18204: include/pa_dictionary.h, include/pa_exception.h,
18205: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18206: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18207: main/pa_string.C: dictionary compiled
18208:
18209: 2003-01-23 paf
18210:
18211: * src/: include/pa_array.h, include/pa_common.h,
18212: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18213: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18214: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18215: types/pa_value.h: resurrected pool in new sense: now it's
18216: factory, producing&accounting memory chunks for read[autofree]
18217: buffers
18218:
18219: * src/: include/pa_array.h, include/pa_exception.h,
18220: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18221: main/pa_exception.C, main/pa_table.C: table compiled
18222:
18223: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18224: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18225: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18226: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18227: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18228: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18229: main/pa_table.C: aint that easy
18230:
18231: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18232: main/main.dsp: continued with Hash
18233:
18234: * src/main/pa_common.C: connect_string allocated on heap[wes on
18235: stack] now. and exception can be reported OK now [can be reported
18236: outside of pro c with that stack]
18237:
18238: 2003-01-22 paf
18239:
18240: * src/: include/pa_array.h, include/pa_charset.h,
18241: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18242: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18243: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18244: base: contains references_count. auto_ptr template calls
18245: add_ref/release
18246:
18247: 2003-01-21 paf
18248:
18249: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18250: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18251: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18252: classes/op.C, classes/response.C, classes/string.C,
18253: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18254: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18255: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18256: include/pa_config_fixed.h, include/pa_config_includes.h,
18257: include/pa_dictionary.h, include/pa_dir.h,
18258: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18259: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18260: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18261: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18262: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18263: include/pa_stack.h, include/pa_string.h,
18264: include/pa_stylesheet_connection.h,
18265: include/pa_stylesheet_manager.h, include/pa_table.h,
18266: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18267: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18268: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18269: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18270: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18271: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18272: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18273: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18274: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18275: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18276: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18277: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18278: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18279: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18280: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18281: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18282: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18283: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18284: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18285: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18286: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18287: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18288: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18289: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18290: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18291: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18292: types/pa_vstateless_object.h, types/pa_vstatus.C,
18293: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18294: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18295: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18296: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18297: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18298: 2002->2003
18299:
18300: 2003-01-16 paf
18301:
1.211 moko 18302: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18303: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18304: $.any-status(1)
1.95 moko 18305:
1.211 moko 18306: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18307: src/main/pa_common.C: http request now return status. and not
18308: fail on status!=200
18309:
18310: 2003-01-15 paf
18311:
18312: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18313:
18314: 2003-01-14 paf
18315:
18316: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18317: mkinstalldirs: removed some ancient files [they in / really]
18318:
18319: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18320: regretfully needed patch in two places. in config_fixed.h made
18321: stubs for lib to compile in MSVC
18322:
18323: 2003-01-13 paf
18324:
18325: * config.guess, config.sub, ltmain.sh: removed last piece of
18326: configure.in(libtool) hacks
18327:
1.116 moko 18328: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18329: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18330: ltdl.h: moved to latest libtool (1.4.3)
18331:
18332: 2003-01-10 paf
18333:
18334: * src/lib/ltdl/: configure, configure.in: PROG_NM
18335:
18336: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18337: patches. libxml2 >= 2.5.1
18338: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18339: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18340: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18341:
18342: * INSTALL: moved to latest versions of xml libs libxml2 >=
18343: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18344: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18345: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18346:
18347: 2003-01-09 paf
18348:
18349: * INSTALL: xml,xslt,gdome lib urls updated
18350:
18351: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18352: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18353: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18354: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18355: 1.7.2
1.95 moko 18356:
18357: * depcomp: moving to automake 1.7.2
18358:
18359: 2002-12-27 paf
18360:
18361: * src/include/pa_version.h: 0007
18362:
18363: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18364: outdated parts, made links to language docs
18365:
18366: * src/include/pa_config_auto.h.in: comment
18367:
18368: 2002-12-26 paf
18369:
18370: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18371: not contain trailing / fixed.
18372:
18373: * INSTALL: changing SAFE_MODE politics
18374:
18375: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18376:
18377: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18378:
18379: 2002-12-25 paf
18380:
18381: * src/main/pa_globals.C: optimized-xml
18382:
18383: * src/main/pa_globals.C: optimized-as-is
18384:
18385: 2002-12-24 paf
18386:
18387: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18388: fixed [were really called with zero size when .html?a=&b=]
18389:
18390: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18391: with --with-sendmail
18392:
18393: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18394: fixed]
18395:
18396: 2002-12-23 paf
18397:
18398: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18399: ignoring parameters & were storing only string with default
18400: expires
18401:
18402: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18403: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18404: December 23, 2002 4:22 AM Subject: bug â
18405: Charset::transcode_buf2xchar
18406:
18407: 2002-12-20 paf
18408:
18409: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18410: non-cgi [script] runs
18411:
18412: 2002-12-19 paf
18413:
18414: * INSTALL: --without-iconv recommended [it crashes on some systems
18415: [tested on elik]] moreover, it's not needed there [parser
18416: registers charsets itself]
18417:
18418: * INSTALL: --without-iconv recommended [it crashes on some systems
18419: [tested on elik]]
18420:
1.211 moko 18421: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18422: src/include/pa_request.h, src/main/pa_globals.C,
18423: src/main/pa_request.C: $response:download
18424:
18425: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18426: compiler [win32]].
18427:
18428: 2002-12-18 paf
18429:
18430: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18431:
18432: 2002-12-17 paf
18433:
18434: * src/targets/cgi/parser3.C: merged die&iis changes
18435:
18436: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18437: to exit(1) 2. more flexible iilegal call check
18438:
18439: 2002-12-16 paf
18440:
18441: * ltmain.sh: some automakes silly insist on having this handy
18442:
18443: * src/main/untaint.C: filespec russian small 'r' changed to latin
18444: 'p' bug fix
18445:
18446: 2002-12-15 paf
18447:
18448: * src/main/untaint.C: filespec russian small 'r' changed to latin
18449: 'p'
18450:
18451: * configure.in, src/include/pa_config_auto.h.in,
18452: src/main/compile.C, src/main/pa_common.C: merged small changes
18453: from branch 6 to HEAD
18454:
18455: * src/main/compile.C: removed warning
18456:
18457: * src/main/pa_common.C: ftruncate having checked
18458:
18459: * configure.in, src/include/pa_version.h: new version
18460:
18461: 2002-12-14 paf
18462:
18463: * src/classes/table.C: removed unnecessary code
18464:
18465: * src/sql/pa_sql_driver.h: exception type fixed
18466:
18467: 2002-12-09 paf
18468:
18469: * src/types/pa_vvoid.h: $void.store[now] error
18470:
18471: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18472:
18473: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18474: tries to write core dump
18475:
18476: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18477:
18478: * src/: classes/hash.C, classes/string.C, classes/table.C,
18479: classes/void.C, main/pa_sql_driver_manager.C,
18480: sql/pa_sql_driver.h: changed exception handling mech in sql
18481: handlers #2
18482:
18483: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18484: exception handling mech in sql handlers
18485:
18486: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18487: handlers
18488:
18489: * src/: classes/hash.C, classes/string.C, classes/table.C,
18490: classes/void.C, main/pa_sql_driver_manager.C,
18491: sql/pa_sql_driver.h: changed exception handling mech in sql
18492: handlers
18493:
1.116 moko 18494: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18495: to write makefile which used libtool to install things, which is
18496: not needed
1.95 moko 18497:
18498: 2002-12-06 paf
18499:
1.211 moko 18500: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18501: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18502: more like 'table'
1.95 moko 18503:
18504: 2002-12-05 paf
18505:
18506: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18507: cc/bcc OK now
18508:
18509: * src/main/untaint.C: mail header closed properly
18510:
18511: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18512: header ',' allowed. still bugs in smtp [only one receiptient
18513: works, cc, bcc ignored now, and MAILED ;)]
18514:
18515: [strncpy killed, memnchr used]
18516:
18517: * src/main/pa_table.C: table-copy now current=0
18518:
18519: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18520: lowlevel proc
18521:
18522: * src/targets/cgi/parser3.C: more checks on
18523: http://domain/parser.cgi start [maybe some getenv returns "",
18524: checked that now
18525:
18526: * src/targets/cgi/parser3.C: more checks on
18527: http://domain/parser.cgi start [maybe some getenv returns "",
18528: checked that now
18529:
18530: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18531: out-of-mem errors reached log]
18532:
18533: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18534: mail:send MIME-Version default
18535:
18536: * src/main/main.dsp: pa_version included into main.dsp
18537:
18538: 2002-12-04 paf
18539:
18540: * src/types/pa_vform.C: $form:field string value cut by premature 0
18541:
18542: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18543: lib/libltdl -> lib/ltdl Win32 changes. s
18544:
18545: * src/classes/classes.awk: more strict *.C$
18546:
18547: * gnu.dsp: restored
18548:
1.116 moko 18549: * configure.in, gnu.dsp, src/lib/Makefile.am,
18550: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18551: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18552: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18553: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18554: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18555: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18556: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18557: now created with /configure, not ltdl/configure, so it does have
18558: no problems with automake. ltdl/configure
18559: AC_OUTPUT(Makefile<<removed)
1.95 moko 18560:
18561: 2002-12-02 paf
18562:
1.211 moko 18563: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18564:
18565: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18566: src/main/pa_common.C, src/main/pa_request.C,
18567: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18568: tainted parts becomes http-header
18569:
18570: 2002-11-29 paf
18571:
1.211 moko 18572: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18573: operators.txt: exif dates now objects of type date
1.95 moko 18574:
18575: * src/classes/image.C: file.seek removed [it were used in image.C
18576: only, and for parser user this means that jpeg image has bad
18577: size in fragment's header] now used image.format
18578:
18579: * src/: include/pa_common.h, main/pa_common.C,
18580: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
18581: now handled exactly like $response:header values. e.g. can be
18582: hash [can have subattributes] & contain date values.
18583:
18584: * src/main/pa_common.C: http:// param values lang forced URI
18585:
18586: * src/main/pa_common.C: http:// tainted partes now %xx
18587:
18588: 2002-11-28 paf
18589:
1.211 moko 18590: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 18591:
18592: * src/classes/image.C: ^image.length now counts interchar space.
18593: plus space after last char
18594:
18595: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
18596:
18597: * src/classes/image.C: ^image.font width measurer now scans full
18598: height [were -1]
18599:
18600: * configure.in: stopped double libltdl/Makefile generation
18601:
18602: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
18603: chars [one top horizontal line of 1pixel height were missing]
18604:
18605: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
18606: 'false' to go into (Hash *) parameter
18607:
18608: 2002-11-27 paf
18609:
18610: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
18611: types/pa_vmail.C: response:body[file] if file nows it's name now
18612: returns content-disposition: >>attachment<<
18613:
18614: * src/classes/image.C: ^image.font << bad font file-size now
18615: properly reported
18616:
18617: 2002-11-26 paf
18618:
18619: * src/main/pa_request.C: fixed lang in reponse header
18620:
18621: * src/main/pa_common.C: utf8 prefix ignored @read text
18622:
1.211 moko 18623: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
18624: response status!=200 made exception: http.status with source=bad
18625: status#
1.95 moko 18626:
18627: 2002-11-25 paf
18628:
18629: * configure.in, src/classes/image.C,
18630: src/include/pa_config_auto.h.in,
18631: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 18632: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
18633: const void related probs fixed
1.95 moko 18634:
1.211 moko 18635: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
18636: fields now UPPERCASE
1.95 moko 18637:
18638: $file[^file::load[http://there]] $file.SERVER
18639:
18640: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
18641: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
18642: http options [invalid onces now reported] made default
18643: user-agent: paf
18644:
1.211 moko 18645: * operators.ru.txt, operators.txt, src/classes/file.C,
18646: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 18647: src/include/pa_globals.h, src/main/pa_common.C,
18648: src/main/pa_globals.C, src/main/pa_request.C,
18649: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
18650: now understand http:// prefix and additional params, sample:
18651: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
18652: $.USER-AGENT[parser3] ]]
18653:
18654: 2002-11-22 paf
18655:
18656: * src/classes/image.C, src/include/pa_globals.h,
18657: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 18658: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
18659: $image.exif support $image.exif.DateTime & co
1.95 moko 18660:
18661: 2002-11-21 paf
18662:
18663: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
18664: _PASS_APPENDED)
18665:
18666: * src/classes/image.C: jpeg size measure fixed: were badly skipping
18667: EXIF information [were big block and it's size were considered
18668: negative :(]
18669:
1.211 moko 18670: * operators.ru.txt, operators.txt, src/classes/image.C,
18671: src/include/pa_common.h, src/main/pa_common.C,
18672: src/types/pa_vmail.C: image.measure internals rewritten. no
18673: there's reader.seek, and all's ready for EXIF extraction [now we
18674: fail to measure files with EXIF info]
1.95 moko 18675:
18676: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
18677: O_TRUNC truncates even exclusevely write-locked file [thanks to
18678: Igor Milyakov <virtan@rotabanner.com> for discovering]
18679:
18680: 2002-11-20 paf
18681:
18682: * src/targets/cgi/parser3.C: logging @signal += query_string
18683:
18684: * configure.in, src/include/pa_config_auto.h.in,
18685: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
18686: comment
18687:
18688: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
18689:
18690: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18691: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
18692: currently processed document SIGPIPE >> interrupts request
18693: processing [exception = DB rollback]
18694:
18695: * src/main/pa_exec.C: comment
18696:
18697: * src/main/pa_exec.C: pa_exec: data written only if size>0
18698:
1.211 moko 18699: * operators.ru.txt, operators.txt, src/classes/file.C:
18700: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 18701:
18702: * src/: include/pa_config_fixed.h, main/pa_common.C,
18703: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
18704: pipe read errors now checked
18705:
18706: 2002-11-19 paf
18707:
18708: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
18709: CGI: Illegal call
18710:
18711: 2002-11-01 paf
18712:
18713: * src/main/execute.C: comment
18714:
18715: 2002-10-31 paf
18716:
18717: * src/main/execute.C: found out why, checked that for now. todo:
18718: find out a way for that user could do that
18719:
18720: * src/types/pa_vstateless_object.h: object put replaces static
18721: parent if any
18722:
18723: * src/types/pa_vobject.C: object put replaces static parent if any
18724:
18725: * src/: classes/form.C, classes/mail.C, classes/op.C,
18726: classes/xnode.h, main/compile.tab.C, main/execute.C,
18727: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18728: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18729: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18730: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18731: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18732: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18733: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18734: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18735: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18736: types/pa_vstateless_object.h, types/pa_vstatus.C,
18737: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18738: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18739: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18740: types/pa_wwrapper.h: static fix merged
18741:
18742: * src/: main/compile.tab.C, types/pa_vobject.C: killed
18743: $virtual_fields in dynamic, but one can reach derived
18744: static[class] variable from base
18745:
18746: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
18747: types/pa_vobject.C, types/pa_vobject.h,
18748: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
18749: statics, left $virtual_fields in dynamic
18750:
18751: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
18752: one can't remember derivates in base class: there's so many of
18753: them. also there can be no virtual method calls in static
18754: classes
18755:
18756: * src/: classes/form.C, classes/mail.C, classes/op.C,
18757: classes/xnode.h, main/execute.C, main/pa_request.C,
18758: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18759: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18760: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18761: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18762: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18763: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18764: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18765: types/pa_vresponse.C, types/pa_vresponse.h,
18766: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18767: types/pa_vstateless_object.h, types/pa_vstatus.C,
18768: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
18769: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
18770: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
18771: types/pa_wwrapper.h: static call $self fixed
18772:
18773: * src/main/execute.C: comment
18774:
18775: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
18776: ^process[$caller.self]{...} now compiles to last derived object
18777: part of that 'self'
18778:
18779: 2002-10-29 paf
18780:
18781: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
18782: re-passing [iis to blame]
18783:
18784: * src/classes/string.C: changed string.save to pass current sql
18785: connection to cstr thus one can ^connect[some server]{
18786: $s[insert into table x (x) values (^taint[sql]{value})]
18787: ^s.save[some.sql] } and he'd get in some.sql file code with
18788: properly escaped. [tried in mssql->mysql export->import of
18789: binary data]
18790:
18791: 2002-10-25 paf
18792:
18793: * src/types/pa_vresponse.C: case insensitive response user fields
18794: get/put
18795:
18796: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
18797: types/pa_vresponse.C: saving for maybe-future
18798:
18799: 2002-10-23 paf
18800:
1.211 moko 18801: * operators.ru.txt, operators.txt, src/classes/table.C:
18802: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 18803:
18804: * src/types/pa_vmail.C: email whitespace trimBoth-ed
18805:
18806: 2002-10-22 paf
18807:
18808: * src/types/: pa_vform.C, pa_vform.h: removed needless
18809: VForm::Append...(...Value)
18810:
18811: * src/main/execute.C: $.name outside of $name[...] checked
18812:
18813: * src/main/: compile.tab.C, compile.y: lexer changed to fix
18814: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
18815:
18816: 2002-10-21 paf
18817:
1.211 moko 18818: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
18819: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 18820:
1.211 moko 18821: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18822: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 18823:
1.211 moko 18824: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
18825: $form:image-map
1.95 moko 18826:
1.211 moko 18827: * operators.ru.txt, operators.txt, src/classes/file.C:
18828: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 18829:
18830: 2002-10-17 paf
18831:
18832: * src/main/: compile.tab.C, compile.y: operators precedence changed
18833: a little: logical not and bitwise negation precedence made
18834: highest, << and >> bitshits precedence made equal [were << higher
18835: than >>]
18836:
18837: * src/classes/op.C: exception handling fixed [were bad with
18838: contexts]
18839:
18840: 2002-10-16 paf
18841:
18842: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18843: main/pa_request.C: Request::self considered equal to
18844: VMethodFrame::self, and removed, Request::get_self() mapped to
18845: VMethodFrame.self()
18846:
18847: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18848: $hash in open field now gives old good error meesage
18849:
18850: 2002-10-15 paf
18851:
18852: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18853: use ^if($junction is junction){was and now true}
18854:
18855: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18856: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18857: types/pa_vxnode.C: xml->parser strings now have origin, which
18858: points to place where value left xml library and came to parser:
18859: place of dom field extraction/call
18860:
18861: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18862: main/compile.tab.C, main/compile.y, main/execute.C,
18863: types/pa_vmethod_frame.h: removed last pieces of old code
18864: allowing $junction.xxx at compile time
18865:
18866: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18867: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18868: objects also considered [were only classes]
18869:
18870: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18871: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18872: with CLASS self. [ (request&method_frame).self temporarily
18873: changed ]
18874:
18875: * src/classes/: hash.C, op.C: method_frame now always changed, with
18876: no exception to native calls. for&foreach changed to use
18877: method_frame.caller for their var's name context
18878:
18879: * src/: main/execute.C, targets/cgi/parser3.C,
18880: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18881: compiling to system classes disabled
18882:
1.211 moko 18883: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 18884: ^process[$caller.CLASS]{code-string} added
18885:
1.211 moko 18886: * operators.ru.txt, operators.txt, src/classes/op.C,
18887: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
18888: src/main/pa_request.C, src/types/Makefile.am,
18889: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
18890: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
18891: $junction.get $junction.set[] introducing $caller
1.95 moko 18892:
18893: * src/types/pa_value.h: removed outdated comments. doxygen would
18894: find them lower by inheritance tree
18895:
18896: * src/types/pa_vjunction.C: ident
18897:
18898: 2002-10-14 paf
18899:
18900: * src/classes/op.C: process compiles to code's class class
18901:
18902: * src/: classes/form.C, classes/mail.C, classes/op.C,
18903: include/pa_request.h, main/compile.C, main/compile.tab.C,
18904: main/compile.y, main/execute.C, main/pa_request.C,
18905: types/pa_vstateless_class.h: operators now main-class-methods
18906:
18907: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18908: better stack trace [has "call" & co there]
18909:
18910: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18911: operators @auto now executed in MAIN context
18912:
18913: * src/main/execute.C: operator execution context now = MAIN, not
18914: closest stack frame
18915:
18916: @touchit[] $i[after]
18917:
18918: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18919: were 'after'
18920:
18921: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18922: 'after'
18923:
18924: * src/main/execute.C: comment
18925:
18926: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18927: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18928: action]
18929:
18930: * src/types/pa_vxnode.C: misreplace fixed
18931:
18932: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 18933: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 18934: $status:rusage.tv_secs/usecs introduced
18935:
18936: 2002-10-09 paf
18937:
18938: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18939: on empty string [or uses (default)]
18940:
18941: 2002-10-08 paf
18942:
18943: * src/main/untaint.C: mail header quoted printable changed after
18944: RFC reread
18945:
1.211 moko 18946: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 18947:
18948: * src/types/pa_vxnode.C: misreplace
18949:
18950: 2002-09-24 paf
18951:
1.116 moko 18952: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18953:
18954: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18955: mailreceive would compile on freebsd now
18956:
18957: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18958: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18959: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18960: mailreceive would compile on freebsd now
1.95 moko 18961:
18962: * src/: classes/file.C, main/untaint.C: 1. file spec language
18963: changed: now there are only few chars are untainted: * ? ' " < >
18964: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18965: one should use ^untaint[uri]{...} now]
18966:
18967: 2. $list[^file:list[dir]] now returns simply tainted names in
18968: $list.name, not tainted as filespec
18969:
18970: @russianindex[] #dir with files with russian-lang names
18971: $where[dir]
18972:
18973: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18974: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18975:
18976: 2002-09-23 paf
18977:
18978: * src/types/pa_vdouble.h: double->int round added
18979:
18980: * src/classes/date.C: date bug fix, now
18981: round(floatDays*secondsPerDay)
18982:
18983: * src/classes/date.C: date bug fix, now
18984: round(floatDays*secondsPerDay)
18985:
18986: 2002-09-20 paf
18987:
18988: * src/main/execute.C: code junction calls disabled [before: code
18989: was compiled in such a way, that there were no code-junctions in
18990: OP_CALL]
18991:
18992: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18993:
18994: @badjunctioncallinside[code] ^code[]
18995:
18996: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18997: expanding to include ^junction.method
18998:
18999: * src/main/pa_common.C: -d "DIR/" now true
19000:
19001: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19002: as internal xdoc encoding, and after decoding attributes set by
19003: dom functions now encoded OK, not as digital entities
19004:
19005: * src/classes/xdoc.C: empty transform result, being taken as file
19006: now returns empty file, not raises stupid error about "stat-ed
19007: file"
19008:
19009: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19010: allowed
19011:
19012: * src/types/types.dsp: introducing $junction.get/put(1) one can
19013: write iterators now:
19014:
19015: ^user-foreach[key;value]{$key=$value<br>}
19016:
19017: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19018: $code.value($i*2) $code }
19019:
19020: * src/main/compile_tools.h: mistype
19021:
1.116 moko 19022: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19023: thus taking linking options configure changes into account [were:
19024: ignoring]
1.95 moko 19025:
19026: * src/types/: pa_vjunction.C, Makefile.am: introducing
19027: $junction.get/put(1) one can write iterators now:
19028:
19029: ^user-foreach[key;value]{$key=$value<br>}
19030:
19031: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19032: $code.value($i*2) $code }
19033:
19034: * src/: include/pa_opcode.h, include/pa_request.h,
19035: main/compile.tab.C, main/compile.y, main/execute.C,
19036: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19037: introducing $junction.get/put(1) one can write iterators now:
19038:
19039: ^user-foreach[key;value]{$key=$value<br>}
19040:
19041: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19042: $code.value($i*2) $code }
19043:
19044: 2002-09-19 paf
19045:
1.116 moko 19046: * Makefile.am: new: make commit
1.95 moko 19047:
19048: * aclocal.m4: forced to be older
19049:
19050: 2002-09-18 paf
19051:
19052: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19053: src/main/compile.y, src/main/execute.C: << >> int shifts
19054:
19055: * src/: include/pa_common.h, include/pa_request.h,
19056: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19057: - now this - fatal error
19058:
19059: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19060: that one can pass binary data there
19061:
19062: * src/: classes/date.C, classes/double.C, classes/file.C,
19063: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19064: classes/op.C, classes/response.C, classes/string.C,
19065: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19066: include/pa_request.h: pa_request contexts made privated, plus
19067: get_{self/method_frame} to read. Request_context_saver used in
19068: ^try to save flang too. [were not saved]
19069:
19070: * src/types/pa_vresponse.C: header value chains joined before
19071: output, this should help $.subject[$var $var] from being
19072: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19073:
19074: 2002-09-17 paf
19075:
19076: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19077: removed changes, operators executed with calling self. lots of
19078: code with ^include code relies on defined/defining self variables
19079:
19080: $a[1] ^include[print_a.p] print_a.p: $a
19081:
19082: ^include[set_a.p] a=$a set_a.p: $a[1]
19083:
19084: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19085: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19086: types/pa_vstateless_class.h: operators now executed with MAIN
19087: self. it's for ^include sake, too strong a change
19088:
19089: * src/classes/op.C: made place for ^process to compile it's code to
19090: in case of no self
19091:
19092: * src/main/execute.C: found ancient param to Junction, removed.
19093: allowed passing self to native_code_operators [for ^process to
19094: work, she needs self]
19095:
19096: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19097: types/pa_vstateless_class.h: found ancient param to Junction,
19098: removed. allowed passing self to native_code_operators [for
19099: ^process to work, she needs self]
19100:
19101: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19102: types/pa_value.h, types/pa_vmethod_frame.h,
19103: types/pa_vstateless_class.h: allowed Request.self to be 0,
19104: checked that in VMethodFrame get/put and $self.
19105:
19106: * src/classes/: table.C, xdoc.C: table::sql options table::create
19107: copy options options checked, wrong option now fatal error
19108:
19109: * src/main/pa_string.C: string.replace fixed [were missing words on
19110: pieces boundaries]
19111:
1.150 moko 19112: * configure, configure.in: .so now detected [can be .sl on hpux,
19113: .dll on cygwin, .so in other cases)
1.95 moko 19114:
19115: * configure, configure.in: .so now detected [can be .sl on hpux,
19116: .dll on cygwin, .so in other cases)
19117:
1.211 moko 19118: * operators.ru.txt, operators.txt, src/classes/hash.C,
19119: src/classes/table.C, src/include/pa_globals.h,
19120: src/main/pa_globals.C: table.sql hash::sql flag to allow
19121: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19122:
19123: * src/: classes/hash.C, classes/table.C,
19124: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19125: now errors
19126:
19127: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19128:
19129: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19130: ,2,3]
19131:
19132: 2002-09-16 paf
19133:
19134: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19135: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19136: stdout to be binary. now detected closest header break.
19137:
19138: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19139: closed right
19140:
19141: 2002-09-13 paf
19142:
1.211 moko 19143: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19144: src/main/compile.y, src/main/compile_tools.h: (expression
19145: #comment)
1.95 moko 19146:
19147: (multiline expression #comment line2 #comment )
19148:
19149: (expression #comment with (brackets) comment) << OK
19150:
1.211 moko 19151: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19152: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19153: for expression #comments]
1.95 moko 19154:
19155: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19156: error
19157:
19158: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19159: cheched in pa_socks.C
19160:
1.116 moko 19161: * configure, configure.in, src/include/pa_config_auto.h.in:
19162: HAVE_WINSOCK_H created in configure.in
1.95 moko 19163:
19164: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19165: cookie date now clean [were mistakenly tainted & that worked bad
19166: with opera -- 'happily' that worked OK with msie]
19167:
19168: 2002-09-12 paf
19169:
19170: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19171: VClass get_element now first looks to fields, next to methods &
19172: co todo: the rest reason: more speed
19173:
19174: * src/main/untaint.C: quoted printable encoding stops before
19175: \s*<...>$
19176:
19177: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19178: stops before <...>$
19179:
19180: 2002-09-11 paf
19181:
19182: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19183: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19184: forgot to check users of those funcs. not all were using that
19185: return value convention
19186:
19187: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19188: windows-1254 added
19189:
19190: 2002-09-10 paf
19191:
19192: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19193: VCodeFrame parent param were specified badly
19194:
19195: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19196: WWrapper which used in constructing objects(second param to sql
19197: method) ^...sql{}[$.default{code}] now has parent, wich helps
19198: code in hash to survivi
19199:
19200: * src/: include/pa_request.h, main/execute.C: removed redundant
19201: param to execute [stack said 'thanks']
19202:
19203: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19204: types/pa_value.h, types/pa_vcode_frame.h,
19205: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19206: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19207: responsibility to wcontext
19208:
19209: * src/classes/file.C: decided not to log exec's with stderr, that
19210: could be warnings, and it's up to scritper to log/show them
19211:
19212: * src/: classes/double.C, main/execute.C: double:sql badly called
19213: write_assign_lang, not write_no_lang, thus doing unnecessary
19214: double/string converstion, which were loosing time&precesion
19215:
19216: * src/: main/pa_charset.C, types/pa_vmail.C:
19217: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19218: case of unfinished in buffer processing, causing accidental
19219: transcode stop [in case that source enc != utf-8 & there is
19220: incomplete utf-8 sequence at the end of 16000block iside of
19221: libxml lib] tfm readed & code updated
19222:
19223: 2002-09-04 paf
19224:
19225: * configure: makes with sjlj
19226:
19227: * INSTALL, src/include/pa_config_fixed.h,
19228: src/include/pa_sql_connection.h,
19229: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19230: checked. on win32 it made default
19231:
19232: * src/include/pa_config_auto.h.in: sjlj define
19233:
19234: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19235: can not work with longjump/throw pair, and one must switch that
19236: on there. todo: detect that automatically]
19237:
19238: * src/types/pa_vxnode.C: removed too strong checks of
19239: xnode.elements. now, for instance, if element does not have any
19240: attributes, $xnode.attributes is void, not error
19241:
19242: 2002-09-02 paf
19243:
1.211 moko 19244: * operators.ru.txt, operators.txt, src/main/execute.C,
19245: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19246:
19247: * src/main/execute.C: double_result made to move that var away from
19248: hungry g++ optimizer (-O2), before: it were optimized and
19249: comparison operators worked badly
19250:
19251: * src/types/pa_vdate.h: removed debug
19252:
1.116 moko 19253: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19254:
19255: * src/main/execute.C: fixed numeric < & co so that thay now use
19256: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19257: unknown reason.
19258:
19259: 2002-08-29 paf
19260:
19261: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19262: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19263: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19264: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19265: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19266: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19267: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19268: [called less frequent, allowed to remove ugly
19269: Junction.change_context-s from many places, switch,
19270: mail:send..html{}, ..] request.root renamed to method_frame [more
19271: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19272: [speed up]
19273:
19274: 2002-08-28 paf
19275:
19276: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19277: tainted
19278:
19279: * src/types/pa_vcookie.C: fixed cookie delete when
19280: $cookie:name[$.value[]]
19281:
1.211 moko 19282: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19283: ^string.split[delim[;options]]
19284:
19285: 2002-08-27 paf
19286:
1.116 moko 19287: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19288:
1.211 moko 19289: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19290: src/main/compile.y: # now delimiter
1.95 moko 19291:
19292: * INSTALL: recommended latest gmime 1.0.5
19293:
19294: 2002-08-26 paf
19295:
19296: * configure, configure.in: apache13/hook added to make dist.
19297:
19298: 2002-08-23 paf
19299:
19300: * src/: include/pa_common.h, main/pa_common.C,
19301: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19302: beside binary [cgi, isapi] not accessible [due to bad rights or
19303: whatever] it's error now
19304:
19305: 2002-08-21 paf
19306:
1.116 moko 19307: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19308:
19309: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19310: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19311: class". compiled as if here they named base class
19312:
19313: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19314: cloning constructor]
19315:
19316: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19317:
1.150 moko 19318: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19319: $mail.received.file.value.content-type fixed
19320:
19321: 2002-08-20 paf
19322:
19323: * src/classes/file.C: fixed language of file:file result
19324:
1.211 moko 19325: * operators.ru.txt, operators.txt, src/classes/void.C:
19326: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19327:
1.211 moko 19328: * operators.ru.txt, operators.txt, src/classes/void.C:
19329: ^void.pos[...] = -1
1.95 moko 19330:
1.211 moko 19331: * operators.ru.txt, operators.txt, src/classes/void.C:
19332: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19333:
1.211 moko 19334: * src/classes/void.C, operators.ru.txt, operators.txt:
19335: ^void.length[] = 0
1.95 moko 19336:
19337: 2002-08-19 paf
19338:
19339: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19340: work now
19341:
19342: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19343: error in xnode, which were not catched in xdoc]
19344:
19345: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19346: prepared: // validate each document after load/create (?)
19347: //xmlDoValidityCheckingDefaultValue = 1;
19348:
19349: 2002-08-15 paf
19350:
19351: * src/classes/classes.h: write to static var caused useless
19352: Exception, introduced Methoded::put_element wich consumes those
19353:
1.211 moko 19354: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19355: src/main/pa_common.C, src/types/pa_vcookie.C,
19356: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19357: src/types/pa_vresponse.h: $response:field[date]
19358: $response:field[$.xxx[date]]
1.95 moko 19359:
19360: * src/: classes/hash.C, classes/string.C, classes/table.C,
19361: classes/void.C, include/pa_sql_connection.h: fixed source of
19362: ^hash::sql{bad}
19363:
1.211 moko 19364: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19365: request body
1.95 moko 19366:
19367: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19368:
19369: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19370: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19371:
1.211 moko 19372: * operators.ru.txt, operators.txt, src/classes/form.C,
19373: src/include/pa_pool.h, src/include/pa_request.h,
19374: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19375: planning/preparing_to $request:body r.post_data now const
1.95 moko 19376:
19377: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19378: classes/xnode.C, main/execute.C, types/pa_value.h,
19379: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19380: types/pa_vtable.h: instead of type() checking everywhere used
19381: Value.as now user descendants can be used in params.
19382:
19383: VObject::as_*, is_defined now taken from bases. xtable(table)
19384: ^if($xtable) now OK
19385:
19386: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19387: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19388: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19389:
19390: 2002-08-14 paf
19391:
19392: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19393: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19394: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19395: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19396: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19397: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19398: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19399: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19400: types/pa_vresponse.C, types/pa_vresponse.h,
19401: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19402: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19403: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19404: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19405: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19406: & VClass
19407:
19408: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19409:
19410: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19411: removed fixopt stupidity. on stupid linux use cd /document/root
19412: ../cgi/parser3 script
19413:
19414: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19415: params, splitting them by space, excluding argv[0], argv[argc-1]
19416:
19417: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19418: fixopt.h: fixopt now preprocesses command line params, splitting
19419: them by space, excluding argv[0], argv[argc-1]
19420:
19421: * src/targets/cgi/parser3.C: -f config file
19422:
19423: * src/targets/cgi/parser3.C: fixed .log file dir
19424:
19425: 2002-08-13 paf
19426:
19427: * src/types/pa_vobject.C: allow override parent variables, useful
19428: for form descendants [in vobject too, were in vclass]
19429:
19430: * src/types/pa_vclass.C: allow override parent variables, useful
19431: for form descendants
19432:
19433: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19434: overwritten in derived(table)
19435:
19436: * src/: classes/form.C, classes/mail.C, classes/op.C,
19437: classes/xnode.h, include/pa_request.h, main/execute.C,
19438: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19439: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19440: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19441: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19442: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19443: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19444: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19445: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19446: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19447: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19448: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19449: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19450: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19451: Value::get_element(..., bool looking_down) [needed to exclude
19452: endless recoursion]
19453:
19454: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19455: fix bug with put endless recoursion todo: check 'as'
19456:
19457: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19458: reorganized modules todo: fix bug with put endless recoursion
19459: todo: check 'as'
19460:
19461: * src/types/pa_vobject.h: checked: table fields can be overwritten
19462: in derived(table)
19463:
19464: * src/types/pa_vobject.h: derived classes can have fields of their
19465: own now
19466:
19467: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19468: fixed error message on using non-created table
19469:
19470: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19471: classes/op.C, classes/xnode.h, include/pa_request.h,
19472: main/compile.C, main/compile.tab.C, main/execute.C,
19473: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19474: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19475: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19476: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19477: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19478: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19479: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19480: types/pa_vresponse.C, types/pa_vresponse.h,
19481: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19482: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19483: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19484: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19485: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19486: looking down/up tree todo: fix error message on non-constructed
19487: parents
19488:
19489: 2002-08-12 paf
19490:
19491: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19492: derived OK
19493:
19494: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19495: thorough testing
19496:
19497: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19498: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19499: types/pa_vobject.h, types/pa_vstateless_class.h,
19500: types/pa_vstateless_object.h, types/pa_wcontext.h,
19501: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19502: ^base:create[] dynamic call rewritten todo: thorough testing
19503:
19504: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19505: now instantates base class, remembers it and saves child in
19506: parent VObject.get_class now returns last child = downward
19507: virtual calls OK
19508:
19509: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19510: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19511: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19512: types/pa_vobject.h, types/pa_vresponse.h,
19513: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19514: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19515: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19516: VAliased [redundant], moved $CLASS to VObject only [parser class
19517: instance]
19518:
19519: * src/main/pa_request.C: $response:body[file] content-type check
19520: fixed [were bad when content-type is hash]
19521:
19522: 2002-08-09 paf
19523:
19524: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19525: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19526:
19527: 2002-08-08 paf
19528:
1.211 moko 19529: * operators.ru.txt, operators.txt, src/classes/date.C,
19530: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19531: month calendar [week year]
1.95 moko 19532:
19533: * src/main/execute.C: error reporting on object writes to MAIN
19534: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19535:
1.211 moko 19536: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19537: $date.yearday $date.daylightsaving
1.95 moko 19538:
19539: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19540: use tainted data now. only she must specify the language.
19541:
19542: ^mail:send[ $.from[paf@mail.design.ru]
19543: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19544: $.text[^taint[uri][ìîñêâà]=] ]
19545:
19546: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19547: now prints more precise origin
19548:
19549: * src/include/pa_string.h: String::first_char now not fails on
19550: empty strings ^if(-f '') now ok and in 3 other places.
19551:
1.211 moko 19552: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19553: src/main/pa_string.C: String::first_char now not fails on empty
19554: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19555:
19556: 2002-08-07 paf
19557:
19558: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19559: fixed
19560:
19561: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19562:
19563: * src/: main/execute.C, types/pa_vcode_frame.h,
19564: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19565: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19566: mistakenly not completely transparent to object writes.
19567: $hash[^if(1){$hash}] now works
19568:
1.211 moko 19569: * operators.ru.txt, operators.txt, src/classes/op.C:
19570: ^cache...{...^cache<<to past...} now erasing cache file [there
19571: were bad check on that]
1.95 moko 19572:
19573: * src/: classes/classes.dsp, classes/table.C,
19574: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19575: all Debug dirs in .dsp now named 'Debug'
19576:
1.116 moko 19577: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 19578:
1.211 moko 19579: * operators.ru.txt, operators.txt, src/classes/mail.C:
19580: exception_type email.send
1.95 moko 19581:
1.211 moko 19582: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
19583: exception_type email.format
1.95 moko 19584:
19585: * src/types/pa_vmail.C: mail:send empty email checked
19586:
19587: 2002-08-06 paf
19588:
1.211 moko 19589: * operators.ru.txt, operators.txt, src/classes/table.C,
19590: src/include/pa_array.h, src/include/pa_table.h,
19591: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 19592: ^table::create[$source;$.options] ^table::join[$source;$.options]
19593:
1.211 moko 19594: * operators.ru.txt, operators.txt, src/classes/hash.C,
19595: src/classes/string.C, src/classes/table.C: sql options can be
19596: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 19597:
19598: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
19599:
19600: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
19601: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
19602: $file.content-type [instead of .mime-type] now works for
19603: file::stat also
19604:
19605: * src/main/pa_request.C: case insensitive mime_type_of
19606:
19607: 2002-08-05 paf
19608:
19609: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
19610:
19611: * src/types/pa_vmail.C: file buffer relocated to parser heap
19612:
1.211 moko 19613: * operators.ru.txt, operators.txt: comment on date:calendar week
19614: column
1.95 moko 19615:
19616: * src/main/pa_common.C: write checked
19617:
19618: * src/main/: pa_common.C: write checked
19619:
19620: * src/classes/date.C: +1 buf size for stupid snprintfs
19621:
19622: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
19623: month calendar week column [ISO 8601 Week Numbers]
19624:
19625: 2002-08-02 paf
19626:
19627: * src/: include/pa_config_fixed.h, main/pa_string.C,
19628: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
19629: DEBUG*
19630:
19631: * configure, configure.in, src/include/pa_version.h: release
19632: 3_0_0005
19633:
19634: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
19635: multipart post fixed
19636:
1.211 moko 19637: * operators.ru.txt, operators.txt, src/main/pa_request.C,
19638: src/types/pa_vform.C: response transcoded source->client only
19639: when text/* or simple onoverridden $response:body
1.95 moko 19640:
19641: 2002-08-01 paf
19642:
19643: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19644: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19645: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
19646: classes/op.C, classes/response.C, classes/string.C,
19647: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19648: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
19649: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19650: include/pa_config_fixed.h, include/pa_dictionary.h,
19651: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
19652: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
19653: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19654: include/pa_socks.h, include/pa_sql_connection.h,
19655: include/pa_sql_driver_manager.h, include/pa_stack.h,
19656: include/pa_string.h, include/pa_stylesheet_connection.h,
19657: include/pa_stylesheet_manager.h, include/pa_table.h,
19658: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19659: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
19660: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
19661: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19662: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
19663: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
19664: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
19665: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19666: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19667: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19668: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
19669: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
19670: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
19671: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19672: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19673: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
19674: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
19675: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19676: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
19677: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
19678: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
19679: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19680: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
19681: types/pa_vmethod_frame.h, types/pa_vobject.h,
19682: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19683: types/pa_vresponse.h, types/pa_vstateless_class.C,
19684: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19685: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19686: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19687: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19688: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 19689: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 19690:
19691: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
19692: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
19693: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19694: classes/math.C, classes/op.C, classes/response.C,
19695: classes/string.C, classes/table.C, classes/void.C,
19696: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19697: include/pa_array.h, include/pa_cache_managers.h,
19698: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19699: include/pa_config_fixed.h, include/pa_config_includes.h,
19700: include/pa_dictionary.h, include/pa_dir.h,
19701: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19702: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19703: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19704: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19705: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19706: include/pa_stack.h, include/pa_string.h,
19707: include/pa_stylesheet_connection.h,
19708: include/pa_stylesheet_manager.h, include/pa_table.h,
19709: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
19710: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
19711: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19712: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
19713: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19714: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
19715: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
19716: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19717: main/pa_sql_driver_manager.C, main/pa_string.C,
19718: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
19719: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19720: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19721: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
19722: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19723: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19724: targets/isapi/pool_storage.h, types/pa_valiased.C,
19725: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
19726: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19727: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
19728: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
19729: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19730: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
19731: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
19732: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19733: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19734: types/pa_vresponse.C, types/pa_vresponse.h,
19735: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19736: types/pa_vstateless_object.h, types/pa_vstatus.C,
19737: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
19738: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19739: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19740: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
19741: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
19742: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
19743: types/Makefile.am: ident.C* removed
19744:
1.211 moko 19745: * operators.ru.txt, operators.txt, src/classes/file.C,
19746: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 19747:
19748: * src/targets/cgi/parser3.C: usage to stdout now
19749:
19750: 2002-07-31 paf
19751:
19752: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
19753:
19754: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
19755: default "postmaster"
19756:
19757: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
19758: -f postmaster now default sendmail key word "postmaster"
19759: replaced to $.from
19760:
19761: 2002-07-30 paf
19762:
1.116 moko 19763: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
19764: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 19765:
19766: * src/main/pa_charset.C: comment
19767:
19768: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
19769: table, &#decimal;
19770:
19771: * src/main/pa_request.C: comment
19772:
19773: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
19774: paragraf]
19775:
19776: 2002-07-11 paf
19777:
19778: * src/main/pa_exec.C: build command line badly added params twice
19779: [and first time without ' ']. double wrong. fixed.
19780:
19781: * src/main/pa_exec.C: invalid .exe caused error message with params
19782: wich parser did not provide = reported badly. fixed that.
19783:
19784: * src/classes/mail.C: $MAIL[ # xxx ]
19785:
19786: now ok
19787:
1.211 moko 19788: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 19789:
19790: 2002-07-01 paf
19791:
19792: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
19793: [MForm.configure_admin were called when request.main_class ==0
19794:
19795: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
19796:
19797: * src/classes/form.C: content_length type fix
19798:
19799: 2002-06-30 paf
19800:
19801: * src/classes/mail.C: merged from 4
19802:
19803: * src/classes/mail.C: restored $MAIL
19804:
19805: 2002-06-28 paf
19806:
19807: * configure, configure.in: removed paths.h
19808:
1.116 moko 19809: * configure, src/include/pa_version.h,
1.95 moko 19810: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
19811: merged, makes updated
19812:
1.211 moko 19813: * ChangeLog, configure, operators.ru.txt, operators.txt,
19814: src/classes/xdoc.C, src/include/pa_charset.h,
19815: src/include/pa_config_fixed.h, src/include/pa_pool.h,
19816: src/include/pa_version.h, src/main/pa_charset.C,
19817: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
19818: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
19819: latest updates to head
1.95 moko 19820:
19821: 2002-06-27 paf
19822:
19823: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
19824: not error now
19825:
1.211 moko 19826: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
19827: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19828: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 19829: ^xdoc::create[[uri]]... base uri for document being created,
19830: imports and other relative file names would be relative to this
19831: uri default uri=path_translated
19832:
19833: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
19834:
19835: 2002-06-26 paf
19836:
19837: * configure, configure.in, src/include/pa_version.h:
19838: release_3_0_0004
19839:
19840: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
19841: 0 now
19842:
19843: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19844:
19845: 2002-06-25 paf
19846:
19847: * src/main/pa_string.C: emtpy string, or string of whitespaces
19848: considered bad number now
19849:
1.211 moko 19850: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
19851: ^xdoc.transform[xdoc <<can be now
1.95 moko 19852:
1.211 moko 19853: * operators.ru.txt, operators.txt, src/classes/string.C:
19854: ^string.normalize [old name: optimize
1.95 moko 19855:
19856: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19857: library configured
19858:
19859: * src/main/pa_request.C: configure_admin forced if no @conf
19860:
1.211 moko 19861: * operators.ru.txt, operators.txt, src/classes/math.C,
19862: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
19863: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 19864:
19865: 2002-06-24 paf
19866:
19867: * INSTALL: --with-static/shared-mailreceive described
19868:
19869: * src/include/pa_config_fixed.h: ssize_t fixed
19870:
1.116 moko 19871: * configure, configure.in, src/include/pa_config_auto.h.in,
19872: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19873: src/types/pa_vmail.C: $mail:received makes update
19874:
19875: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19876: WITH_MAILRECEIVE
19877:
19878: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19879:
19880: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19881: option, for $mail:receive
19882:
19883: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19884: introducting $message:received ^mail:send rewritten with backward
19885: comp
19886:
19887: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19888: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19889: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19890: now
19891:
1.211 moko 19892: * operators.ru.txt, operators.txt, src/classes/mail.C,
19893: src/include/Makefile.am, src/include/pa_charset.h,
19894: src/include/pa_config_fixed.h, src/include/pa_request.h,
19895: src/include/pa_string.h, src/include/pa_uue.h,
19896: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
19897: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 19898: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19899: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19900: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19901: uue to separate file introducting $message:received ^mail:send
19902: rewritten with backward comp
19903:
19904: 2002-06-21 paf
19905:
1.116 moko 19906: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19907: co changes
1.95 moko 19908:
1.116 moko 19909: * configure, configure.in, src/lib/md5/Makefile.am,
19910: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19911: restructure .in and .am files appropriate changes
1.95 moko 19912:
19913: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19914: pcre to libs/ added libs/md5 which is linked to non-apache
19915: targets ^math:crypt[password;$apr1$salt]
19916:
1.211 moko 19917: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19918: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 19919: src/classes/classes.dsp, src/classes/math.C,
19920: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19921: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19922: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19923: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19924: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19925: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19926: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19927: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19928: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19929: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19930: src/lib/pcre/pcre_parser_ctype.dsp,
19931: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19932: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19933: src/main/compile.tab.C, src/main/main.dsp,
19934: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19935: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19936: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19937: to libs/ added libs/md5 which is linked to non-apache targets
19938: ^math:crypt[password;$apr1$salt]
19939:
19940: 2002-06-20 paf
19941:
1.211 moko 19942: * INSTALL, configure, configure.in, operators.ru.txt,
19943: operators.txt, src/classes/file.C, src/classes/op.C,
19944: src/doc/doxygen.cfg, src/include/pa_globals.h,
19945: src/include/pa_request.h, src/main/execute.C,
19946: src/main/pa_request.C, src/targets/cgi/parser3.C,
19947: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
19948: marged latest HEAD updates, mainly file:justname&co &
19949: @auto/conf[filespec
1.95 moko 19950:
1.211 moko 19951: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 19952: !^file:dirname[/a/some.tar.gz]=/a
19953: !^file:dirname[/a/b/]=/a
19954: !^file:basename[/a/some.tar.gz]=some.tar.gz
19955: !^file:justname[/a/some.tar.gz]=some.tar
19956: !^file:justext[/a/some.tar.gz]=gz
19957:
19958: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19959: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19960: @conf/auto[filespec]
19961:
1.116 moko 19962: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19963:
1.211 moko 19964: * INSTALL, configure.in, operators.ru.txt, operators.txt,
19965: src/doc/doxygen.cfg, src/include/pa_globals.h,
19966: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
19967: parser3.conf renamed to auto.p
1.95 moko 19968:
19969: 2002-06-18 paf
19970:
19971: * configure, configure.in, src/include/pa_version.h: version to
19972: configure.in
19973:
19974: * INSTALL: reflected .conf.dist dir change
19975:
1.150 moko 19976: * Makefile.am, configure, configure.in,
1.116 moko 19977: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19978: .in & *.am updated
19979:
19980: * src/classes/file.C: strncasecmp
19981:
19982: * src/classes/file.C: strcasecmp
19983:
1.150 moko 19984: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19985:
19986: * src/classes/file.C: ^file::exec[script;$.bad error case
19987: insensitive check now
19988:
19989: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19990:
19991: * configure, configure.in, src/include/pa_pool.h,
19992: src/include/pa_types.h: pack configure.in detection simplified.
19993: figured out that gcc on sparc not that stupid as thought
19994: previously: on sparc: when it sees packed class it modifies it's
19995: field-access-code to byte operations [stb, ldub] instead of 4byte
19996: operations [st, lduh] so packed must be all parts of packed
19997: class, i.e. it's parents&fields(classes). for now it's only
19998: String that packed and what was wrong is that it's parent -
19999: Pooled, were not packed. fixed that.
20000:
20001: 2002-06-14 paf
20002:
1.211 moko 20003: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20004:
1.211 moko 20005: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20006: attribute_node.name/value xnode pi.node.data
20007:
20008: 2002-06-12 paf
20009:
1.116 moko 20010: * configure, configure.in, src/targets/cgi/Makefile.am,
20011: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20012:
1.211 moko 20013: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20014: etc/Makefile.am, src/include/pa_globals.h,
20015: src/include/pa_request.h, src/main/compile.tab.C,
20016: src/main/pa_globals.C, src/main/pa_request.C,
20017: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20018: parser3.conf now one and only
1.95 moko 20019:
20020: * src/classes/mail.C: sendmail -ti [default now]
20021:
20022: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20023: to be strings. for convinient #ing
20024:
20025: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20026: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20027:
20028: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20029: main/pa_globals.C, main/pa_request.C: @conf
20030:
20031: 2002-06-11 paf
20032:
20033: * src/classes/file.C: check simplified
20034:
20035: * src/: classes/file.C, targets/cgi/parser3.dsp,
20036: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20037: valid prefix
20038:
20039: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20040: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20041: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20042:
20043: 2002-06-10 paf
20044:
1.211 moko 20045: * operators.ru.txt, operators.txt, src/classes/op.C,
20046: src/include/pa_common.h, src/main/pa_common.C: lock failures
20047: reported now
1.95 moko 20048:
20049: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20050: string->double @ compile time were not-enough-checking...
20051:
20052: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20053: autoconvert now ignored
20054:
20055: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20056: check
20057:
20058: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20059: $response:body content-type:name
20060:
20061: * configure, configure.in: hpux check, nsl link, no socket
20062:
1.211 moko 20063: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20064:
20065: * configure, configure.in: pack even address access on sparc&co
20066: arch checked in configure
20067:
20068: * configure, src/include/pa_version.h: makes
20069:
20070: * configure, configure.in, src/include/pa_version.h: makes
20071:
20072: * src/main/untaint.C: (bug#2) mail subject got always prepended
20073: with charset even when all letters were 7bit one
20074:
20075: * src/main/pa_common.C: merged fixed -d (bug)
20076:
20077: * src/main/pa_common.C: fixed -d (bug)
20078:
20079: 2002-06-03 paf
20080:
1.211 moko 20081: * ChangeLog, operators.ru.txt, operators.txt,
20082: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20083: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20084: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20085: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20086: .dsp-s along with reorganized cvs modules dirs structure
20087:
20088: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20089: main/pa_globals.C, targets/cgi/parser3.dsp,
20090: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20091: modules
20092:
20093: 2002-05-28 paf
20094:
20095: * src/targets/cgi/parser3.C: info.uri now ""
20096:
20097: 2002-05-17 paf
20098:
20099: * src/classes/: table.C: ^table.save << checked empty
20100: pre/match/post columns
20101:
20102: 2002-05-16 paf
20103:
20104: * src/classes/image.C: image::measure can png now
20105:
20106: 2002-05-15 paf
20107:
1.211 moko 20108: * operators.ru.txt, operators.txt, src/classes/date.C:
20109: ^date::create[%H:%M[:%S]] added
1.95 moko 20110:
20111: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20112:
1.211 moko 20113: * operators.ru.txt, operators.txt, src/classes/date.C:
20114: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20115:
20116: 2002-05-14 paf
20117:
20118: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20119:
20120: 2002-05-07 paf
20121:
20122: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20123: src/include/pa_globals.h, src/include/pa_request.h,
20124: src/include/pa_table.h, src/main/compile.tab.C,
20125: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20126: src/main/pa_request.C, src/main/pa_table.C,
20127: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20128: src/targets/isapi/parser3isapi.dsp,
20129: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20130: name2number field now &. main_method_name now on Request pool
20131: rather on global_pool [Junction+VJunction created on same pool as
20132: name = were created on global pool, causing mem leaks]
20133:
20134: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20135: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20136: main/compile.y, main/main.dsp, main/pa_globals.C,
20137: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20138: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20139: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20140: field now &. main_method_name now on Request pool rather on
20141: global_pool [Junction+VJunction created on same pool as name =
20142: were created on global pool, causing mem leaks]
20143:
20144: 2002-05-06 paf
20145:
20146: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20147: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20148: 100*40 bytes per request memory leak [nonpool malloc in globals]
20149:
20150: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20151: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20152: 100*40 bytes per request memory leak [nonpool malloc in globals]
20153:
20154: 2002-04-30 paf
20155:
20156: * configure, src/include/pa_version.h: version now not b
20157:
20158: * src/targets/cgi/parser3.C: request.uri now never 0
20159:
20160: 2002-04-29 paf
20161:
20162: * configure.in: removed b
20163:
20164: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20165: Exception::comment/type checked in (), no there's no empty
20166: type/comment by default
20167:
20168: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20169: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20170: src/doc/value.dox, src/include/pa_exception.h,
20171: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20172: 0001
20173:
20174: 2002-04-26 paf
20175:
20176: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20177: size reduced
20178:
20179: 2002-04-25 paf
20180:
20181: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20182: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20183: now that took into account
20184:
1.211 moko 20185: * operators.ru.txt, operators.txt, src/classes/date.C:
20186: ^date::create[2002-12-33 01:03:04]
1.95 moko 20187:
1.211 moko 20188: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20189: ^date::create[2002-12-33 01:03:04]
20190:
20191: * ChangeLog: updated changelog
20192:
20193: * src/classes/table.C: removed restriction on column count to
20194: ^table.hash to work, now must be >0 [were >1]
20195:
20196: 2002-04-24 paf
20197:
20198: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20199: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20200: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20201: targets
20202:
20203: 2002-04-23 paf
20204:
1.211 moko 20205: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20206: int/double/string:sql{}[$.default{code}] fixed [were barking:
20207: "junction used outside of context"]
20208:
20209: 2002-04-22 paf
20210:
20211: * types.txt, src/classes/string.C, src/include/pa_string.h,
20212: src/main/pa_string.C, src/types/pa_vstring.C,
20213: src/types/pa_vstring.h: ^string.optimize[]
20214:
20215: * src/: include/pa_globals.h, include/pa_table.h,
20216: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20217: table template
20218:
20219: * src/classes/: string.C: optimize removed from string
20220: .left/right/pos
20221:
20222: * src/main/execute.C: rolled back to
20223: before_killing_userjunction_contexts
20224:
20225: * src/main/execute.C: user junctions context killed
20226:
20227: * src/main/execute.C: junctions to local contexts got
20228: cleanized&checked later
20229:
20230: 2002-04-19 paf
20231:
20232: * src/: classes/string.C, include/pa_request.h,
20233: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20234: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20235: prior to .left .right .mid .pos .match when that is profitable,
20236: and always before .replace when $ORIGINS(1) optimization disabled
20237: economy from not wasting mem on lots of strings which occur by
20238: lots of String:mid calls to get parts of source string between
20239: found_occurances
20240:
20241: * src/classes/file.C: ovector now local economy: 16 bytes per
20242: ^file:list
20243:
20244: * src/: include/pa_globals.h, include/pa_table.h,
20245: main/pa_globals.C, main/pa_string.C: String::match table columns
20246: globalized, not created @ each ^match anymore economy:
20247: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20248:
20249: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20250: removed from each String::match replace iteration, and made
20251: stacked sizeof(VTable)=12bytes economy on each replace code
20252:
20253: * src/doc/footer.htm: 2001,
20254:
20255: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20256: string.match[]['] option enables generation of $match.prematch
20257: .match .postmatch columns
20258:
20259: * src/main/pa_string.C: String::match options analized without
20260: cstr-ing them now
20261:
20262: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20263: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20264: config updated to doxygen 1.2.15, created helper which fixes
20265: minor bugs in chm project files & htm tree. changed extension to
20266: .htm
20267:
20268: 2002-04-18 paf
20269:
20270: * src/doc/doxygen.cfg: .chi generation disabled
20271:
20272: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20273: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20274: fields&methods
20275:
20276: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20277: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20278: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20279: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20280: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20281: types/pa_vresponse.h, types/pa_vstateless_class.h,
20282: types/pa_vstateless_object.h, types/pa_vstatus.h,
20283: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20284: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20285: VStateless_class to VObject
20286:
20287: * src/: main/pa_request.C, types/pa_valiased.h,
20288: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20289: types/pa_vstring.h: VStateless_string_object speicalized light
20290: version of VStateless_object
20291:
20292: * src/classes/op.C: ^throw comment param made optional
20293:
20294: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20295: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20296: and implemented down in VClass, fclass_alias removed,
20297:
20298: * src/types/pa_value.C: forced to cut that from .h because of
20299: VStateless_class usage [undefined in .h]
20300:
20301: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20302: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20303: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20304: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20305: on each CALL]
20306:
20307: * src/: classes/classes.h, classes/date.C, classes/double.C,
20308: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20309: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20310: classes/response.C, classes/string.C, classes/table.C,
20311: classes/void.C, classes/xnode.C, include/pa_globals.h,
20312: include/pa_request.h, main/execute.C, main/pa_globals.C,
20313: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20314: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20315: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20316: types/pa_vstateless_class.h, types/pa_wcontext.C,
20317: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20318: removed Value::fname
20319:
20320: 2002-04-17 paf
20321:
20322: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20323: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20324: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20325: include/pa_pool.h, include/pa_types.h: dox updated to current
20326: state, PTHROW freshen to throw & co
20327:
20328: * src/types/pa_vhash.h: vstring wrong parent fixed
20329:
20330: * src/classes/op.C: taint local result var bug fixed
20331:
20332: 2002-04-16 paf
20333:
20334: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20335: Attic asm.txt as most interesting
20336:
20337: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20338: check, preventing content-length: 0 from appearing
20339:
20340: * src/main/execute.C: $result in @main now taken into account as in
20341: usual functions
20342:
20343: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20344: & @unhandled_exception now taken into account as in usual
20345: functions
20346:
20347: * src/doc/postbuild.txt: instructions on post .html build
20348:
20349: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20350:
20351: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20352: tainted
20353:
20354: * src/main/pa_request.C: uri in error log
20355:
20356: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20357: cheched date:create(days) param for validity [later were assumed
20358: valid and crashed on invalid onces]
20359:
20360: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20361: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20362: and used that for removing VString wrapper
20363:
20364: * src/classes/op.C: exception2vhash file now tainted
20365:
20366: * src/classes/op.C: _process pseudo origin copied from local var to
20367: heap
20368:
20369: * src/classes/op.C: extra check on empty file in origin in _execute
20370:
20371: 2002-04-15 paf
20372:
20373: * src/: main/execute.C, types/pa_value.h: fixed name update
20374:
20375: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20376: functions
20377:
20378: * src/: classes/file.C, classes/hash.C, classes/op.C,
20379: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20380: started dual write_xxx_lang functions, if checked & works
20381:
20382: * src/: classes/date.C, classes/file.C, classes/mail.C,
20383: classes/string.C, classes/xnode.C, include/pa_request.h,
20384: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20385: unnecessary VString shells
20386:
20387: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20388: prev changes]
20389:
20390: * src/: classes/image.C, classes/op.C, classes/string.C,
20391: classes/table.C, include/pa_request.h, main/execute.C,
20392: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20393: StringOrValue wcontext result, now ready for dual writes
20394:
20395: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20396: checked that
20397:
20398: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20399: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20400: changed to OP_WRITE_VALUE in var get cases
20401:
20402: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20403: include/pa_request.h, main/compile.tab.C, main/compile.y,
20404: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20405: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20406: switch in hash constructor fixed [were problems with using of
20407: stacked wwrapper after it's death]
20408:
20409: 2002-04-12 paf
20410:
1.211 moko 20411: * operators.ru.txt, operators.txt, src/classes/table.C:
20412: table.select(expression) 0
1.95 moko 20413:
20414: 2002-04-11 paf
20415:
20416: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20417: Request::process_internal codeFrame & wwrapper stacked [not
20418: wasting heap anymore]
20419:
20420: 2002-04-10 paf
20421:
20422: * src/: classes/double.C, classes/file.C, classes/hash.C,
20423: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20424: classes/string.C, classes/table.C, classes/void.C,
20425: classes/xdoc.C, include/pa_request.h, main/execute.C,
20426: main/pa_string.C: killed Request::process() wrapping
20427: VString(String) in case we need only String
20428:
20429: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20430: killed 8 bytes from String.head
20431:
20432: 2002-04-09 paf
20433:
20434: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20435: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20436: local*/char b[...]; a=b; situations
20437:
1.211 moko 20438: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20439: made literal
1.95 moko 20440:
20441: * src/classes/xdoc.C: xslt params fixed
20442:
20443: * src/: main/pa_common.C, targets/cgi/parser3.C,
20444: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20445: not pool.malloc(MAX_NUMBER) but really neaded
20446:
1.211 moko 20447: * operators.ru.txt, operators.txt, src/classes/double.C,
20448: src/classes/int.C: int/double.int/double(default)
1.95 moko 20449:
20450: 2002-04-04 paf
20451:
20452: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20453: [when reconstructing pieces were split by
20454: max_integral(piece.size), thus some strings to replace happen to
20455: be split into two = not replaced)
20456:
20457: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20458: standalone version = current dir
20459:
20460: * src/targets/cgi/parser3.C: document root in standalone version =
20461: current dir
20462:
20463: 2002-04-03 paf
20464:
20465: * configure, configure.in: more checks on nonexistent charset
20466:
1.116 moko 20467: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20468:
20469: 2002-04-02 paf
20470:
20471: * src/main/compile.C: parser.compile [exception name more like in
20472: doc]
20473:
20474: 2002-04-01 paf
20475:
20476: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20477: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20478: .content-type.charset, not .charset
20479:
20480: 2002-03-29 paf
20481:
20482: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20483:
1.211 moko 20484: * operators.ru.txt, operators.txt, src/classes/date.C:
20485: ^date::create now may not supply day, default 1. checked 29.03
20486: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20487:
20488: 2002-03-28 paf
20489:
1.211 moko 20490: * operators.ru.txt, operators.txt, src/classes/date.C,
20491: src/classes/op.C, src/include/pa_globals.h,
20492: src/include/pa_hash.h, src/main/pa_globals.C,
20493: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20494: ^cache[date] }
1.95 moko 20495:
20496: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20497: param
20498:
20499: 2002-03-27 paf
20500:
1.211 moko 20501: * operators.ru.txt, operators.txt, src/classes/date.C,
20502: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20503: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20504: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20505: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20506: src/classes/xdoc.C, src/classes/xnode.C,
20507: src/include/pa_exception.h, src/include/pa_request.h,
20508: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20509: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20510: src/main/pa_array.C, src/main/pa_charset.C,
20511: src/main/pa_charsets.C, src/main/pa_common.C,
20512: src/main/pa_dictionary.C, src/main/pa_exception.C,
20513: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20514: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20515: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20516: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20517: src/types/pa_value.h, src/types/pa_vcookie.C,
20518: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20519: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20520: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20521: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20522: src/types/pa_wwrapper.h: assigned exception types
20523:
1.211 moko 20524: * operators.ru.txt, operators.txt, src/classes/op.C,
20525: src/include/pa_config_fixed.h, src/include/pa_request.h,
20526: src/main/execute.C, src/main/pa_request.C: decided agains
20527: resetting exception_trace, just changed name
1.95 moko 20528:
20529: 2002-03-26 paf
20530:
20531: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20532: fixed
20533:
20534: * src/classes/op.C: forced language of $source field of exception
20535: to 'tainted', so that sql-langed-frags could be outputed outside
20536: of connect
20537:
1.211 moko 20538: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20539: offset
1.95 moko 20540:
20541: * src/classes/date.C: removed date.roll limit of +-1 offset
20542:
1.211 moko 20543: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20544: roll on daylightsaving days mktime took into account tm_isdst
20545: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20546:
20547: 2002-03-25 paf
20548:
1.211 moko 20549: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20550: http_site_config_filespec
20551:
20552: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20553: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20554: with any/both --disable-foreign-group-files --disable-execs
20555:
20556: * INSTALL: "--with=sendmail=COMMAND" comment
20557:
20558: * INSTALL, configure, configure.in, src/classes/mail.C,
20559: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20560: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20561: disables execs also. introducing --sendmail
1.95 moko 20562:
1.211 moko 20563: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20564:
20565: * INSTALL: comment on --disable-link-stdcpp
20566:
1.116 moko 20567: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20568: libstdc++ link skipping configure option
1.95 moko 20569:
20570: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20571: with error were put to cache with 'marked_to_rollback' flag, all
20572: consequent even OK requests rolled back
20573:
20574: 2002-03-22 paf
20575:
20576: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
20577: false return
20578:
1.211 moko 20579: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 20580:
20581: 2002-03-18 paf
20582:
1.211 moko 20583: * operators.ru.txt, operators.txt, src/classes/op.C,
20584: src/include/pa_exception.h, src/include/pa_globals.h,
20585: src/include/pa_request.h, src/include/pa_stack.h,
20586: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 20587:
20588: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
20589: types/pa_vdouble.h: removed some tested @tests
20590:
20591: 2002-03-15 paf
20592:
1.211 moko 20593: * operators.ru.txt, operators.txt, src/classes/table.C:
20594: ^table.locate(logical expr)
1.95 moko 20595:
20596: 2002-03-13 paf
20597:
20598: * src/main/pa_exception.C: checked not-pooled malloc
20599:
20600: 2002-03-11 paf
20601:
20602: * INSTALL, configure, configure.in,
20603: src/include/pa_config_auto.h.in: --disable-foreign-group-files
20604:
20605: * src/main/pa_common.C: --disable-foreign-group-files
20606:
20607: * INSTALL: --disable-execs
20608:
20609: * src/main/pa_exec.C: --disable-execs
20610:
20611: * configure, configure.in, src/include/pa_config_auto.h.in:
20612: --disable-execs
20613:
20614: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
20615:
20616: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
20617: file::exec/cgi linebreaks "0D0A" changed to 0A onces
20618:
20619: 2002-03-05 paf
20620:
1.211 moko 20621: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20622: calendar columns named
1.95 moko 20623:
1.211 moko 20624: * operators.ru.txt, operators.txt, src/classes/date.C: date week
20625: calendar columns named
1.95 moko 20626:
20627: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
20628: requires headers to be terminated with \r\n manually [refuses to
20629: separate header/body itself]
20630:
20631: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20632: targets/isapi/parser3isapi.C: isapi site config beside .dll
20633:
20634: 2002-03-04 paf
20635:
20636: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
20637: in PASS language
20638:
20639: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
20640: deserialize checks on broken file
20641:
20642: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
20643: parser3isapi.dsp: isapi updated
20644:
20645: 2002-03-01 paf
20646:
20647: * src/main/pa_exec.C: execle -> execve, now argc OK
20648:
20649: 2002-02-28 paf
20650:
20651: * src/main/untaint.C: removed some debug comments
20652:
20653: * src/main/pa_charsets.C: when placing charset to cache using
20654: global name now [were request]
20655:
20656: * configure, configure.in: apache module updated
20657:
20658: * src/main/pa_string.C: origin by first piece preferred before last
20659: piece
20660:
20661: 2002-02-27 paf
20662:
20663: * src/main/pa_charset.C: size_t
20664:
20665: * INSTALL: shared/static-xml with-pathlink
20666:
1.211 moko 20667: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 20668:
20669: 2002-02-26 paf
20670:
20671: * src/main/pa_exec.C: more precise names for vars, cosmetic
20672:
20673: * src/classes/xnode.C: in some situation, xpath query returned
20674: result with type NODESET, but empty nodeset member field, checked
20675: that
20676:
20677: 2002-02-22 paf
20678:
20679: * INSTALL: without-zlib comment
20680:
20681: * etc/parser3.charsets/windows-1251.cfg: °
20682:
20683: * configure, configure.in: glib###.a detection fixed
20684:
20685: * INSTALL: hashfile removed from INSTALL
20686:
1.116 moko 20687: * Makefile.am: make update
1.95 moko 20688:
20689: * src/main/pa_string.C: string iterators fixed again, so were
20690: String::join_chain
20691:
20692: * src/main/pa_string.C: string iterators fixed again, so were
20693: String::join_chain
20694:
20695: * src/: include/pa_string.h, main/pa_string.C: string iterators
20696: fixed again, so were String::join_chain
20697:
20698: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
20699:
1.211 moko 20700: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
20701: "expires=0" = "session"
1.95 moko 20702:
1.116 moko 20703: * configure, configure.in, src/include/pa_config_auto.h.in:
20704: --with-shared-xml --with-static-xml
1.95 moko 20705:
20706: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20707: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20708: types/types.dsp: *.dsp: removed refereces to win32db & ancient
20709: xalan&xml
20710:
20711: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
20712:
1.211 moko 20713: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
20714: src/main/main.dsp, src/types/types.dsp: removed hashfile support
20715: from sources for now
1.95 moko 20716:
1.116 moko 20717: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 20718: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 20719: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
20720: src/include/pa_db_manager.h, src/include/pa_db_table.h,
20721: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 20722: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 20723: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
20724: src/types/Makefile.am, src/types/pa_vhashfile.C,
20725: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 20726:
20727: 2002-02-21 paf
20728:
20729: * src/main/untaint.C: removed debug code, activated commented-for
20730: debug parts
20731:
1.116 moko 20732: * Makefile.am: make cvsupdate
1.95 moko 20733:
20734: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20735: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
20736: append_row, not at link zero now string to string appending works
20737:
20738: 2002-02-20 paf
20739:
20740: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
20741: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
20742: DEBUG_STRING_APPENDS_VS_EXPANDS
20743:
20744: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20745: economy: 22%
20746:
20747: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20748: space uptimized: string::link_row removed
20749:
20750: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
20751: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
20752: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20753: types/pa_vstring.h: speed uptimized: string::is_empty
20754:
1.211 moko 20755: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 20756: src/include/pa_config_fixed.h, src/include/pa_string.h,
20757: src/include/pa_types.h, src/main/compile.tab.C,
20758: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
20759: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
20760: string append optimiziation idea and estimates
20761:
20762: 2002-02-19 paf
20763:
20764: * src/classes/math.C: not used directly [but erroreously reported
20765: that 'is', thus registering twice&other probs]
20766:
20767: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
20768: to node [element]
20769:
20770: * src/main/compile.C: without string_origins parse error
20771: file+line+col possible
20772:
20773: * src/main/: compile.C: without string_origins not worked
20774:
20775: 2002-02-18 paf
20776:
20777: * src/types/pa_vdouble.h: since we have in_expression removed that
20778: trick i've installed into double::as_string
20779:
20780: * src/main/pa_globals.C: extern "C" was removed too fast
20781:
20782: * src/: include/pa_opcode.h, include/pa_request.h,
20783: main/compile.tab.C, main/compile.y, main/execute.C,
20784: types/pa_wcontext.h: in_expression aimed to solve old problem
20785: with string/nonstring values, now in expressions double/int
20786: values are passed as-is, without stupid tostring/fromstring
20787: conversions
20788:
20789: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
20790: __cplusplus } #endif
20791:
20792: * src/main/compile.tab.C: bison env set so one could compile
20793: without cygwin installed
20794:
20795: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20796: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
20797: gnome xml libs parser .dsp-s changed accordingly
20798:
1.211 moko 20799: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
20800: PARSER_ROOT_CONFIG
1.95 moko 20801:
1.211 moko 20802: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
20803: [were date::set, with backward comp
1.95 moko 20804:
20805: * src/classes/math.C: math:random range check fixed
20806:
20807: * src/main/: compile.tab.C, compile.y: integer division stops name
20808:
20809: * INSTALL: local install comment
20810:
1.116 moko 20811: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 20812:
1.116 moko 20813: * acinclude.m4, aclocal.m4, configure, configure.in,
20814: src/include/pa_config_auto.h.in,
20815: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
20816: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 20817:
1.211 moko 20818: * operators.ru.txt, operators.txt: \ comment
1.95 moko 20819:
20820: 2002-02-13 paf
20821:
20822: * src/include/pa_config_includes.h: sys/time time both included
20823: now. vaguely remember confilicts on this on some system [not on
20824: six|ablv] so when would see them again would think up proper
20825: check
20826:
1.116 moko 20827: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20828: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 20829:
20830: * src/main/pa_common.C: truncation never occured when writing files
20831: on unix [since i've changed cache mech] fix
20832:
20833: * src/main/pa_common.C: strnchr: sanity check added
20834:
20835: * etc/parser3.charsets/windows-1257.cfg: id added
20836:
20837: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
20838: baltic charset file generated, in generation script ispunct check
20839: added
20840:
20841: 2002-02-08 paf
20842:
1.116 moko 20843: * src/: include/Makefile.am, sql/Makefile.am,
20844: targets/isapi/Makefile.am: forgotten makes
1.95 moko 20845:
20846: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
20847: forgotten
20848:
20849: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
20850:
20851: * INSTALL, README: install&others updated
20852:
20853: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
20854:
1.116 moko 20855: * Makefile.am, configure, configure.in,
20856: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20857: src/classes/Makefile.am, src/main/Makefile.am,
20858: src/main/pa_status_provider.C, src/targets/Makefile.am,
20859: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20860: works
1.95 moko 20861:
20862: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20863: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20864: classes/hashfile.C, classes/int.C, classes/mail.C,
20865: classes/math.C, classes/op.C, classes/response.C,
20866: classes/string.C, classes/table.C, classes/void.C,
20867: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20868: include/pa_array.h, include/pa_cache_managers.h,
20869: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20870: include/pa_config_fixed.h, include/pa_config_includes.h,
20871: include/pa_db_connection.h, include/pa_db_manager.h,
20872: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20873: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20874: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20875: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20876: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20877: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20878: include/pa_stack.h, include/pa_string.h,
20879: include/pa_stylesheet_connection.h,
20880: include/pa_stylesheet_manager.h, include/pa_table.h,
20881: include/pa_threads.h, include/pa_types.h, main/compile.C,
20882: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20883: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20884: main/pa_db_connection.C, main/pa_db_manager.C,
20885: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20886: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20887: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20888: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20889: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20890: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20891: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20892: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20893: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20894: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20895: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20896: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20897: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20898: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20899: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20900: types/pa_vmethod_frame.h, types/pa_vobject.h,
20901: types/pa_vrequest.h, types/pa_vresponse.h,
20902: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20903: types/pa_vstateless_object.h, types/pa_vstatus.C,
20904: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20905: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20906: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20907: classes/image.C, main/pa_common.C, main/pa_exec.C,
20908: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20909: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20910: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20911: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20912: types/pa_vxnode.C, main/pa_charset.C: name spelling
20913:
20914: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20915: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20916: classes/hashfile.C, classes/image.C, classes/int.C,
20917: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20918: classes/string.C, classes/table.C, classes/void.C,
20919: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20920: include/pa_array.h, include/pa_cache_managers.h,
20921: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20922: include/pa_config_fixed.h, include/pa_config_includes.h,
20923: include/pa_db_connection.h, include/pa_db_manager.h,
20924: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20925: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20926: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20927: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20928: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20929: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20930: include/pa_stack.h, include/pa_string.h,
20931: include/pa_stylesheet_connection.h,
20932: include/pa_stylesheet_manager.h, include/pa_table.h,
20933: include/pa_threads.h, include/pa_types.h, main/compile.C,
20934: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20935: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20936: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20937: main/pa_db_connection.C, main/pa_db_manager.C,
20938: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20939: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20940: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20941: main/pa_socks.C, main/pa_sql_driver_manager.C,
20942: main/pa_status_provider.C, main/pa_string.C,
20943: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20944: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20945: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20946: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20947: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20948: targets/isapi/pool_storage.h, types/pa_valiased.C,
20949: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20950: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20951: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20952: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20953: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20954: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20955: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20956: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20957: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20958: types/pa_vresponse.h, types/pa_vstateless_class.C,
20959: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20960: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20961: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20962: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20963: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20964: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20965:
20966: 2002-02-07 paf
20967:
20968: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20969:
1.116 moko 20970: * configure, configure.in, src/include/pa_config_auto.h.in,
20971: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20972: added yet another locking function: fcntl
1.95 moko 20973:
20974: * config.sub: on cygwin configure passes it with strange i1586
20975: const, hacked it to mean i586
20976:
20977: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20978: disabled $if reference due to conflicts with local variables
20979:
1.211 moko 20980: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20981: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
20982: xdoc::create, with both sences
20983:
20984: * operators.ru.txt, operators.txt, src/classes/table.C,
20985: src/include/pa_array.h, src/include/pa_table.h,
20986: src/main/pa_array.C, src/main/pa_table.C: table::create now //
20987: 'set' name obsolete now table clone.
1.95 moko 20988:
1.211 moko 20989: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 20990: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20991: ^int/double/string.format now can be called with normal []
20992: brackets, not stupid {} as it were implemented for some strange
20993: reason. retaining backward compatibility due to some
20994: already-implemented servers
20995:
20996: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20997: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20998: operators now detected by check at name_without_curly_rdive_read
20999: rule whether diving code constists only of
21000: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21001: with OP_GET_ELEMENT_OR_OPERATOR to form
21002: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21003:
21004: 2002-02-06 paf
21005:
21006: * configure, configure.in: prefix expanded, grr
21007:
1.211 moko 21008: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21009: config changed
1.95 moko 21010:
21011: 2002-02-05 paf
21012:
1.211 moko 21013: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21014:
21015: * src/main/: pa_exec.C: argv0 now correct
21016:
21017: * src/types/pa_vstatus.C: status:rusage 3
21018:
21019: * src/types/pa_vstatus.C: status:rusage 2
21020:
1.211 moko 21021: * operators.ru.txt, operators.txt: status:rusage described int
21022: operators
1.95 moko 21023:
21024: * src/types/pa_vstatus.C: status:rusage 1
21025:
21026: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21027: src/types/types.dsp: status:rusage
21028:
1.211 moko 21029: * configure.in, operators.ru.txt, operators.txt,
21030: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21031: src/include/pa_config_includes.h, src/main/compile.tab.C,
21032: src/main/pa_common.C: rewritten ^cache to use
21033: non-blocking-exclusive-caches
21034:
21035: * src/main/pa_common.C: text file read mode on win32 adjusted
21036: [speed impact. was off for debugging purpose, but forgotten
21037: afterwards]
21038:
21039: 2002-02-01 paf
21040:
21041: * src/classes/op.C: file_write does EX lock after create, while
21042: file_read does SH after open, so there's a moment after create
21043: but before EX lock when read can sneak into, and read
21044: just-created-for-writing-and-not-yet-locked file, added a check
21045: for that in ^cache...read
21046:
21047: 2002-01-31 paf
21048:
21049: * src/main/: compile.y, compile.tab.C: disabled operator call after
21050: ^xxx:
21051:
21052: * src/main/: compile.tab.C, execute.C: made operators lookup first
21053: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21054:
21055: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21056: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21057: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21058: operators check 6.1 rewritten. now check is done at compile time
21059:
21060: * src/main/execute.C: operators check 5 floated up old error of
21061: staying in 'entered class/object' state after $a($a..) it
21062: prevented operators from being called thereafter
21063:
21064: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21065: main/execute.C: operators check 4 floated up old error of staying
21066: in 'entered object' state after ^a.a(a) it prevented operators
21067: from being called thereafter
21068:
21069: * src/main/execute.C: operators check 3 floated up old error of
21070: staying in 'entered class' state after $a:a(a) it prevented
21071: operators from being called thereafter
21072:
21073: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21074: floated up old error of staying in 'entered class' state after
21075: $a:a[a] it prevented operators from being called thereafter
21076:
21077: * src/main/execute.C: operators check, thay mistakenly seen in
21078: $class:operator $object.operators contexts
21079:
21080: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21081: win32
21082:
1.116 moko 21083: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21084: src/classes/Makefile.am, src/main/Makefile.am,
21085: src/targets/cgi/Makefile.am,
1.95 moko 21086: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21087: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21088:
1.116 moko 21089: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21090: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21091: configure, configure.in, form.txt, ident.awk, install-sh,
21092: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21093: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21094: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21095: etc/parser3.charsets/koi8-r.cfg,
21096: etc/parser3.charsets/windows-1250.cfg,
21097: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21098: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21099: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21100: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21101: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21102: straightened installation scripts procedure made
21103: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21104: change
21105:
21106: 2002-01-30 paf
21107:
21108: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21109: removed] those comments were a mistake, and prevented libltdl
21110: from function properly
21111:
21112: 2002-01-29 paf
21113:
1.116 moko 21114: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21115: creation [modified acinclude.m4 which were creating int into just
21116: assignment LIBTOOL=../libtool] added default system
21117: config&charsetts prepared 'make install', now it installs
21118: targets/cgi/parser3 into bin directory etc/parser3.conf &
21119: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21120: $sysconfdir/parser3.charsets respectively
21121:
21122: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21123: main/pa_globals.C: few forgotten ifdef XML added
21124:
21125: 2002-01-28 paf
21126:
1.116 moko 21127: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21128: removed
21129:
21130: * src/main/pa_exception.C: dom|generic error output fix
21131:
21132: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21133:
21134: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21135:
21136: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21137: [fixed as_node helper func to accept docs]
21138:
21139: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21140: xdoc.importNode 0
21141:
21142: * src/classes/xdoc.C: xdoc::set now untaints OK
21143:
21144: 2002-01-25 paf
21145:
21146: * src/main/: compile.tab.C, compile.y: #comment before @ after
21147: @SPECIAL now works OK
21148:
21149: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21150:
21151: * src/main/pa_exec.C: max arg count now 10, and proper message on
21152: violation that added
21153:
21154: * src/classes/hash.C: unified hash::sql, now
21155: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21156:
21157: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21158: ^file:lock[filename]{code}
21159:
21160: * src/: classes/file.C, classes/op.C, classes/string.C,
21161: classes/table.C, classes/xdoc.C, include/pa_common.h,
21162: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21163: to some pa_common funcs
21164:
21165: * src/: include/pa_charset.h, main/pa_globals.C:
21166: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21167:
21168: * src/: include/pa_charset.h, main/pa_charset.C,
21169: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21170: not stupid illegal define
21171:
21172: 2002-01-24 paf
21173:
21174: * src/include/pa_version.h: changed version number
21175:
21176: * src/: classes/hashfile.C, include/pa_db_table.h,
21177: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21178: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21179: main/pa_db_connection.C, main/pa_db_table.C,
21180: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21181: hashfile without logfiles
21182:
21183: * src/: classes/hashfile.C, include/pa_db_table.h,
21184: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21185: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21186: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21187: DB_INIT_TXN init bits, thus got rid of huge log files, which
21188: cluttered disk without huge need]
21189:
21190: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21191: handy macro, which is strangly abscent in dome lib
21192:
21193: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21194:
21195: * src/classes/xdoc.C: checked empty response
21196:
21197: * src/classes/xnode.C: xdoc.select fixed context node [were always
21198: /, not self node]
21199:
21200: * src/classes/xnode.C: xnode.select returns array always now, in
21201: case 'nothing found' returns empty array
21202:
21203: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21204: be more tender with ctrl/c/v
21205:
21206: 2002-01-23 paf
21207:
21208: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21209: substituted. // 2. when dom tree with entites goes under
21210: transform text nodes // got [erroreosly] cut on first
21211: entity occurance
21212:
21213: * src/types/pa_vdouble.h: double prec. todo: get rid of
21214: twice-converting
21215:
21216: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21217: 'e' in output this is for regretful twice-converting here:
21218: $a(double value) when they write double falue they convert it to
21219: string first, thus %g were losing precesion.
21220:
21221: todo: think up some way to remove double->string string->double
21222: twice-converting
21223:
21224: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21225: %.20E now default float format this is for regretful
21226: twice-converting here: $a(double value) when they write double
21227: falue they convert it to string first, thus %g were losing
21228: precesion.
21229:
21230: todo: think up some way to remove double->string string->double
21231: twice-converting
21232:
21233: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21234: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21235: reasons in comment inside
21236:
21237: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21238: statically linked]
21239:
21240: * src/: include/pa_exception.h, main/compile.tab.C,
21241: main/pa_exception.C: removed exception va_list constructor. 1.
21242: not needed anymore 2. there were a conflict[causing errors]
21243: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21244: never detected an ambiguilty here, compiling ctor(, "hello") into
21245: ctor(, va_list) which, of course, caused gpf
21246:
21247: * src/main/pa_globals.C: removed debug xslt messages
21248:
21249: 2002-01-22 paf
21250:
21251: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21252: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21253: helps compiling stylesheet properly. example: this refused to
21254: work, <b>«<xsl:value-of select="@title"
21255: />»</b> stranly worked only this way:
21256: <b>«<xsl:value-of select="@title" />»</b>
21257:
21258: docs says "set it to 1", never going into details, so I decided
21259: to try NOT to do that
21260:
21261: * src/classes/table.C: join behaived badly in case named tables
21262: structure mismatched: 0 strings sneaked into dest failing
21263: afterwards. replaced them with empty strings
21264:
21265: 2002-01-21 paf
21266:
21267: * src/main/pa_charset.C: checked empty transcoders in
21268: transcode_cstr|buf
21269:
21270: * src/classes/xdoc.C: xdoc::load error source = filespec
21271:
21272: * src/classes/xdoc.C: transform error source now
21273: stylesheet_filespec
21274:
1.116 moko 21275: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21276: include/pa_stylesheet_connection.h, main/pa_charset.C,
21277: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21278: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21279: gnome
1.95 moko 21280:
21281: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21282: include/pa_globals.h, include/pa_stylesheet_connection.h,
21283: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21284: xslt generic error 1
21285:
21286: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21287: xml generic message 1
21288:
21289: * src/classes/table.C: ^table::load empty lines or #comments before
21290: headline
21291:
21292: * src/: include/pa_array.h, include/pa_globals.h,
21293: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21294: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21295: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21296: errors 0
21297:
21298: 2002-01-16 paf
21299:
21300: * src/: classes/hash.C, classes/op.C, classes/string.C,
21301: classes/table.C, classes/void.C, classes/xdoc.C,
21302: include/pa_db_connection.h, include/pa_request.h,
21303: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21304: include/pa_stylesheet_connection.h,
21305: include/pa_stylesheet_manager.h, main/pa_request.C,
21306: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21307: targets/cgi/pool_storage.h: auto closers to sql_connection,
21308: stylesheet_connection auto destroyers to remaining gnome objects
21309:
21310: * src/classes/xdoc.C: few comments
21311:
21312: 2002-01-15 paf
21313:
21314: * src/classes/xdoc.C: xdoc file save string
21315:
21316: ready. todo: error handling
21317:
21318: * src/classes/xdoc.C: xdoc save rewritten using
21319: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21320: result
21321:
21322: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21323: started output options parsing
21324:
21325: 2002-01-14 paf
21326:
21327: * src/classes/xdoc.C: method
21328:
21329: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21330: include/pa_pool.h, include/pa_stylesheet_connection.h,
21331: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21332: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21333: xslt transform0. TODO: use output options handle errors
21334:
21335: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21336:
21337: 2002-01-11 paf
21338:
21339: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21340: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21341: partial logical && || evaluation
21342:
21343: * src/classes/xnode.C: xpath selectNodes
21344:
21345: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21346: string/number/bool
21347:
21348: * src/classes/xnode.C: xpath selectNode 2
21349:
21350: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21351: xpath selectNode 1
21352:
21353: 2002-01-10 paf
21354:
21355: * src/classes/xnode.C: xpath selectNode -100 [just written]
21356:
21357: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21358: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21359: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21360: refcounter]
21361:
21362: 2001-12-29 paf
21363:
21364: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21365: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21366: glib works 0
21367:
21368: 2001-12-28 paf
21369:
21370: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21371: main/pa_exception.C: started glib transcoders
21372:
21373: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21374:
21375: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21376: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21377: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21378: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21379: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21380: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21381: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21382: libs just compiled in. no refcounting no xpath no xslt yet
21383:
21384: 2001-12-27 paf
21385:
21386: * src/: include/pa_charset.h, include/pa_common.h,
21387: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21388: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21389: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21390: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21391: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21392: from xalan&xerces, started the process. globals [initialization
21393: pool [charset update charset [transcodings vxnode vxdoc [DOM
21394: calls
21395:
21396: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21397: anymore
21398:
21399: 2001-12-26 paf
21400:
21401: * src/: include/pa_charset.h, include/pa_charsets.h,
21402: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21403: key globalized [bug]
21404:
21405: 2001-12-25 paf
21406:
21407: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21408: main/pa_string.C: table set & append changed splitting languages,
21409: separators now can be clean AND as-is same to mail command line
21410: $MAIN:MAIL.progX arguments
21411:
21412: 2001-12-24 paf
21413:
21414: * src/classes/mail.C: one parted text messages - no multipart
21415: mime-type anymore. for convinient if $.attach-ments
21416:
21417: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21418: main/pa_string.C: read from cache size check updated
21419:
21420: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21421:
21422: 2001-12-21 paf
21423:
21424: * src/classes/date.C: date:sql-string now returns localtime
21425:
21426: * src/main/pa_request.C: $result in @main actually not working, to
21427: hell with it for now
21428:
21429: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21430: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21431: @postprocess @exception
21432:
21433: * src/main/execute.C: junction evaluation canceled - endless
21434: recursion detected
21435:
21436: 2001-12-19 paf
21437:
21438: * src/main/pa_charset.C: charset->charset transcoding via unicode
21439: intermediate
21440:
21441: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21442:
21443: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21444:
21445: * src/classes/op.C: ^cache keypath now relative
21446:
21447: * src/classes/mail.C: changed weighting prior to sort
21448:
21449: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21450: were missing
21451:
21452: 2001-12-17 paf
21453:
21454: * src/main/pa_charset.C: ifndef XML were bad type
21455:
21456: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21457: outdated unset services_pool
21458:
21459: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21460: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21461: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21462:
21463: * src/main/untaint.C: allowed space in filespec
21464:
21465: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21466:
21467: * src/classes/image.C: no govno
21468:
21469: * src/classes/image.C: govno
21470:
21471: 2001-12-16 paf
21472:
21473: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21474:
21475: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21476: charset_connection&manager replaced by charset&charsets
21477:
21478: * src/main/pa_charset.C: name_cstr 0
21479:
21480: * src/main/untaint.C: uri lang now knows about client/source
21481: charsets
21482:
21483: * src/: classes/file.C, classes/math.C, classes/op.C,
21484: classes/string.C, classes/table.C, classes/xdoc.C,
21485: include/pa_array.h, include/pa_cache_managers.h,
21486: include/pa_charset_connection.h, include/pa_charset_manager.h,
21487: include/pa_common.h, include/pa_db_connection.h,
21488: include/pa_db_manager.h, include/pa_db_table.h,
21489: include/pa_dictionary.h, include/pa_exception.h,
21490: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21491: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21492: include/pa_sapi.h, include/pa_socks.h,
21493: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21494: include/pa_string.h, include/pa_stylesheet_connection.h,
21495: include/pa_stylesheet_manager.h, include/pa_table.h,
21496: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21497: main/pa_charset.C, main/pa_charset_connection.C,
21498: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21499: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21500: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21501: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21502: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21503: types/types.dsp: introducing Charset
21504:
21505: 2001-12-14 paf
21506:
21507: * src/: include/pa_request.h, include/pa_transcoder.h,
21508: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21509: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21510: uri lang
21511:
21512: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21513:
21514: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21515:
21516: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21517: defalts_name global
21518:
21519: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21520: include/pa_request.h, main/main.dsp,
21521: main/pa_charset_connection.C, main/pa_charset_manager.C,
21522: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21523: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21524: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21525: changed charset model. now important: $request:charset
21526: $response:charset while $response:content-type.charset become
21527: unimportant [informational]
21528:
21529: 2001-12-13 paf
21530:
21531: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21532:
21533: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21534: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21535: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21536: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21537: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21538: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21539:
21540: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21541: auto_ptr part other way, because of stupid gcc 2.96
21542: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21543: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21544: FormatterListener] /usr/include/g++-3/memory:48:
21545: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21546: _Tp1 = FormatterListener, _Tp = FormatterListener]
21547:
21548: * src/classes/xdoc.C: removed extra inc
21549:
21550: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21551:
21552: * src/include/pa_types.h: msvc head debugging flag
21553:
21554: * src/classes/xdoc.C: freed up listener
21555:
21556: * src/classes/string.C: change msg '... code is not code'
21557:
21558: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21559: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21560: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21561: [past/future prob]
21562:
21563: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21564: include/pa_config_fixed.h, include/pa_db_manager.h,
21565: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21566: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21567:
21568: * src/: include/pa_config_fixed.h, main/pa_common.C,
21569: main/pa_string.C: removed signed mismatch warnings
21570:
21571: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21572: 'expires' from header outputs
21573:
21574: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21575: row ptr
21576:
21577: * src/classes/file.C: file::cgi bug, request_method were passed to
21578: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
21579:
21580: * src/classes/xdoc.C: lang list updated
21581:
21582: 2001-12-10 paf
21583:
21584: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
21585:
21586: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
21587: erase files like that, knowing their full name introducing //
21588: theoretical problem with, for instance, "_2B" and "." fragments,
21589: // they would yield the same // because
21590: need_file_encode('_')=false // but we need to delete such files
21591: somehow, getting names from ^index
21592:
21593: * src/main/pa_string.C: ^string.replace bug fixed [bad
21594: string::join_chank break]
21595:
21596: 2001-12-07 paf
21597:
21598: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
21599: include/pa_common.h, include/pa_config_auto.h.in,
21600: include/pa_config_fixed.h, include/pa_config_includes.h,
21601: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
21602: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
21603: types/pa_vhashfile.C: merged from r14_simple_cache
21604:
21605: * src/main/pa_string.C: stupid sparc architecture failed to access
21606: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
21607: lduh [ %i2 + 1 ], %l0
21608:
21609: bus error, fixed that
21610:
21611: * src/main/pa_string.C: strange string deserialize bug on
21612: client[pmts], a bit shortened,
21613:
21614: * src/include/pa_config_auto.h.in: makes
21615:
21616: * src/: include/pa_common.h, include/pa_config_fixed.h,
21617: include/pa_config_includes.h, main/pa_common.C: exclusive lock
21618: file write shared lock file read
21619:
21620: * src/: classes/op.C, include/pa_common.h,
21621: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
21622:
21623: 2001-12-06 paf
21624:
21625: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21626: main/pa_request.C: #ifdef RESOURCES_DEBUG
21627:
21628: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
21629: info
21630:
21631: * src/classes/hashfile.C: removed transaction from ^cache
21632:
21633: 2001-12-05 paf
21634:
21635: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
21636: IIS5 there were a prob with illegal call check
21637:
21638: 2001-12-04 paf
21639:
21640: * src/: classes/op.C, classes/table.C, include/pa_request.h,
21641: main/pa_request.C: measures to log
21642:
21643: 2001-11-23 paf
21644:
21645: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21646: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
21647: types/pa_vhashfile.C: merged from _0014, 1
21648:
21649: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
21650: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
21651: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
21652: ^cache(33) would change
21653:
21654: 0660 bits in file_write & hashfile create
21655:
21656: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
21657: after pa_string optimization]
21658:
21659: 2001-11-22 paf
21660:
21661: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21662: table.offset[whence]
21663:
21664: * src/classes/op.C: process cstr(,connection)
21665:
21666: * src/classes/op.C: process now gets its body on current language,
21667: not as-is
21668:
21669: * src/main/untaint.C: ORIGINS mode removed UHTML
21670:
21671: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
21672: bit
21673:
1.116 moko 21674: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 21675:
21676: 2001-11-21 paf
21677:
21678: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
21679: <xsl:output output options made identical to xsl:output
21680: attributes exclusion: cdata-section-elements what xalan can do
21681: but that not used now: it can escape and remove CDATA sections
21682:
21683: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
21684: produced by xslt
21685:
21686: * src/targets/cgi/parser3.C: removed debug cgi||1
21687:
21688: * src/main/: pa_string.C, untaint.C: cached some string::size() es
21689:
21690: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
21691: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
21692: default language for {code}, it happen to change it's language
21693: from CLEAN, so later refused to split by CLEAN \t
21694:
21695: 2001-11-20 paf
21696:
1.116 moko 21697: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
21698: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 21699: bottom of dependeces, so that errors would popup quicklier, fixed
21700: line numbering in table::sql
21701:
21702: 2001-11-19 paf
21703:
21704: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
21705: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
21706: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
21707: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
21708: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
21709: at wcontext.write
21710:
1.116 moko 21711: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 21712: _set_new_handler
21713:
1.116 moko 21714: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
21715: set_new_handler in apache&isapi
1.95 moko 21716:
21717: 2001-11-16 paf
21718:
21719: * src/targets/cgi/parser3.C: pool debug @ die
21720:
21721: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21722: removed 8 bytes from String, 2 bytes from
21723: string::chunk::row::item
21724:
21725: * src/main/pa_string.C: removed 1+4 bytes from String
21726:
21727: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21728: types/pa_vstring.C: removed 1+4 bytes from String
21729:
21730: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
21731: 0
21732:
21733: * src/: include/pa_globals.h, include/pa_string.h,
21734: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
21735: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
21736: targets/cgi/parser3.C: introducing estimating
21737: String::cstr_bufsize, 0
21738:
21739: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
21740:
21741: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
21742:
21743: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
21744: include/pa_pool.h: die in pool::fail
21745:
21746: 2001-11-15 paf
21747:
21748: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
21749: main/pa_exception.C, targets/cgi/parser3.C: exception with
21750: dynamic buffer re-back now with counter
21751:
21752: * src/: include/pa_exception.h, main/pa_exception.C: exception with
21753: static buffer back
21754:
21755: * src/targets/cgi/parser3.C: std::
21756:
21757: * src/: classes/classes.awk, include/pa_config_auto.h.in,
21758: include/pa_config_includes.h: setnewhandler check
21759:
1.116 moko 21760: * src/include/pa_config_auto.h.in: makes
1.95 moko 21761:
21762: * src/targets/cgi/parser3.C: set_new_handler started
21763:
21764: 2001-11-14 paf
21765:
21766: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21767: was wrong
21768:
21769: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
21770: was wrong
21771:
21772: * src/main/pa_request.C: z
21773:
21774: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
21775: full returns win32 -1 solaris >buffer_size
21776:
21777: checked all that
21778:
21779: * src/classes/op.C: ^untaint{body} as-is default now
21780:
21781: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21782: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
21783: with no_bad_constructors_try
21784:
21785: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
21786: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
21787: this: $bred[^string::length[]] $bred[^response::clear[]]
21788: $bred[^int::int[]]
21789:
21790: now VObject creation moved into overriden
21791: VClass::create_new_value, thus 0 from create_new_value means that
21792: class has no ctors
21793:
21794: 2001-11-13 paf
21795:
21796: * src/classes/classes.C: returned accedently removed if in foreach
21797: callbacks [when hash no-0-restructure]
21798:
21799: 2001-11-12 paf
21800:
21801: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
21802: passed as-is to method, xalan makes & into & itself
21803:
21804: * src/classes/date.C: date.roll parser2 alg used
21805:
21806: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
21807: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21808: main/pa_dictionary.C, main/pa_hash.C,
21809: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
21810: now does not containt 0 values. put 0 actullay removes. no check
21811: on 0 value in foreach now required
21812:
21813: 2001-11-11 paf
21814:
21815: * src/sql/pa_sql_driver.h: removed extra constructor, doc
21816:
21817: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
21818:
21819: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
21820: driver initialize not const
21821:
21822: 2001-11-10 paf
21823:
21824: * src/main/pa_exec.C: doc
21825:
21826: 2001-11-09 paf
21827:
21828: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
21829: param properly
21830:
21831: * src/classes/string.C: string.save now does untainting before
21832: saving
21833:
21834: * src/main/pa_common.C: line endings fixing fixed last piece[was
21835: still cstr oriented]
21836:
21837: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21838: line endings fixing got rid of cstr, now must work ok with post
21839: multipart
21840:
21841: * src/types/pa_vform.C: line endings fixed at post / multipart /
21842: not file also now
21843:
21844: 2001-11-08 paf
21845:
21846: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21847: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21848: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
21849: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
21850: main/pa_stylesheet_manager.C: restructured Cache manager to be
21851: simple parent, not second parent [gcc 2.96 strangly refused to
21852: call virtual from second parent]
21853:
1.116 moko 21854: * src/: include/pa_common.h, main/Makefile.am,
21855: targets/cgi/pa_pool.C: makes
1.95 moko 21856:
21857: * src/: include/pa_request.h, main/pa_request.C,
21858: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21859: 'status' class enabler
21860:
21861: <Location /parser-status.html> ParserStatusAllowed </Location>
21862:
21863: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21864: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21865: include/pa_stylesheet_manager.h, main/main.dsp,
21866: main/pa_cache_managers.C, main/pa_charset_manager.C,
21867: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21868: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21869: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21870: todo: apache 'status' class enabler
21871:
21872: 2001-11-05 paf
21873:
21874: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21875: debug to normal
21876:
21877: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21878: hence i removed skipping 0 values in hash::for_each-es we need to
21879: check cleaned cache items manually. few more checks.
21880:
21881: expiring to 0 time was wrong, changed to 'now' time
21882:
21883: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21884: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21885: on apache already done :)
21886:
21887: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21888: skipping 0 values in hash::for_each-es we need to check cleaned
21889: cache items manually
21890:
21891: * src/main/: pa_db_connection.C, pa_db_table.C:
21892: parser_multithreaded check was wrong
21893:
21894: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21895: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21896: classes/hashfile.C, classes/image.C, classes/int.C,
21897: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21898: classes/string.C, classes/table.C, classes/void.C,
21899: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21900: include/pa_array.h, include/pa_charset_connection.h,
21901: include/pa_charset_manager.h, include/pa_common.h,
21902: include/pa_config_fixed.h, include/pa_config_includes.h,
21903: include/pa_db_connection.h, include/pa_db_manager.h,
21904: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21905: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21906: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21907: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21908: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21909: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21910: include/pa_stack.h, include/pa_string.h,
21911: include/pa_stylesheet_connection.h,
21912: include/pa_stylesheet_manager.h, include/pa_table.h,
21913: include/pa_threads.h, include/pa_types.h, main/compile.C,
21914: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21915: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21916: main/pa_charset_manager.C, main/pa_common.C,
21917: main/pa_db_connection.C, main/pa_db_manager.C,
21918: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21919: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21920: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21921: main/pa_socks.C, main/pa_sql_driver_manager.C,
21922: main/pa_status_provider.C, main/pa_string.C,
21923: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21924: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21925: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21926: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21927: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21928: targets/isapi/pool_storage.h, types/pa_valiased.C,
21929: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21930: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21931: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21932: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21933: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21934: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21935: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21936: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21937: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21938: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21939: types/pa_vstateless_object.h, types/pa_vstatus.h,
21940: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21941: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21942: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21943: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21944: $status:db fixed used not initialized in db_connection & db_table
21945:
21946: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21947: $status:charset
21948:
21949: * src/: classes/xdoc.C, include/pa_db_connection.h,
21950: include/pa_stylesheet_connection.h,
21951: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21952: types/pa_vstatus.h: $status:stylesheet
21953:
21954: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21955: include/pa_request.h, include/pa_sql_connection.h,
21956: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21957: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21958: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21959: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21960: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21961: types/pa_vxnode.C, types/types.dsp: started status parser class
21962:
21963: 2001-11-01 paf
21964:
21965: * src/include/pa_config_auto.h.in: makes
21966:
21967: * src/main/pa_hash.C: removed old extra include
21968:
21969: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21970: checks [for hp, there are such in math.h]
21971:
21972: * src/classes/op.C: ^for endless loop check strightened
21973:
21974: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21975: behavior in native calls. it left unchanged, so ^for ^foreach &
21976: co can use r.root to write their i & key,value there
21977:
21978: * src/classes/op.C: detected for var storage bug, fixed.
21979: todo:foreach
21980:
21981: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21982: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21983: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21984: changing of hash inside of foreach
21985:
21986: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21987: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21988: were hash.foreach
21989:
21990: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21991: types/pa_vstring.C, types/pa_vstring.h:
21992: ^foreach[key|value]{body}[[separator]|{separator}]
21993:
21994: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21995: types/pa_vcookie.C: ^hash.delete[key]
21996:
21997: 2001-10-31 paf
21998:
21999: * src/main/: compile.C, pa_common.C: completely empty file now
22000: considered "read", not ignored [not perfect trick used]
22001:
22002: * src/main/pa_common.C: simplier common ifdefs
22003:
22004: * src/main/pa_common.C: typing bug in common - bad ifdeff
22005:
22006: * src/main/pa_db_connection.C: z
22007:
22008: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22009: lockdetector flags
22010: dbenv.lk_detect=DB_LOCK_RANDOM;
22011:
22012: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22013: from accidental show [imagine user forgot @exception]
22014:
22015: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22016:
22017: * src/: classes/file.C, classes/image.C, classes/mail.C,
22018: classes/string.C, classes/xnode.C, include/pa_common.h,
22019: main/pa_common.C: ^string.save[[append;]path]
22020:
22021: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22022: main/execute.C: \ in expression: int divide 10/3=3
22023:
22024: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22025: inside of ^cache
22026:
22027: * src/: include/pa_threads.h, main/pa_db_connection.C,
22028: main/pa_db_table.C, targets/cgi/pa_threads.C,
22029: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22030: needed
22031:
22032: 2001-10-30 paf
22033:
22034: * src/: classes/classes.dsp, main/main.dsp,
22035: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22036: types/types.dsp: enabled debug incremental compile
22037:
22038: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22039: form post data line endings not reformatted now.
22040:
22041: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22042: now required [had bug when file= has no value]
22043:
22044: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22045: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22046: cstr(asis) default param removed
22047:
22048: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22049:
22050: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22051:
22052: * src/include/pa_dir.h: LOAD_DIR fixed
22053:
22054: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22055: was broken} fix_line_breaks
22056:
22057: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22058: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22059: packed with #pragma pack
22060:
1.116 moko 22061: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22062:
22063: 2001-10-29 paf
22064:
22065: * src/types/pa_wcontext.h: bitfield syntax stricter
22066:
22067: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22068: string hash.puts
22069:
22070: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22071:
22072: * src/include/pa_sql_connection.h: there were one wrong
22073: SQL_CONNECTION_FUNC_GUARDED [failed]
22074:
22075: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22076: param.someday either ifdef or remove it
22077:
22078: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22079:
22080: * src/main/untaint.C: optimizing returned after debugging
22081:
22082: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22083: main/untaint.C: memory hunging #pragma pack(1)
22084:
22085: 16 419 844 13 169 394
22086:
22087: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22088: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22089: places [todo:Array]
22090:
22091: * src/: main/execute.C, targets/cgi/pa_pool.C,
22092: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22093: types/pa_wwrapper.h: debugging memory WContext flags to bits
22094:
22095: total 5 652 652/158731 total 5 469 332/158731
22096:
22097: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22098: Array:: without cache in get/put now
22099:
22100: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22101: 18:25:27 2001] total 5 652 652/158731
22102:
22103: * src/: include/pa_string.h, main/pa_string.C,
22104: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22105: now
22106:
22107: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22108: 18:11:53 2001] total 5796092/158731
22109:
22110: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22111: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22112: key ref now
22113:
22114: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22115: 17:11:17 2001] total 16867948/202658
22116:
22117: * src/: classes/file.C, classes/image.C, classes/string.C,
22118: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22119: main/execute.C, main/pa_array.C, main/pa_common.C,
22120: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22121: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22122: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22123: string::as_int/double now usually uses stack, not heap [200K out
22124: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22125:
22126: * src/main/pa_sql_driver_manager.C: ping to have services [old
22127: hiding bug]
22128:
22129: * src/Makefile.am: .am order
22130:
22131: * src/: include/pa_array.h, include/pa_charset_manager.h,
22132: include/pa_db_connection.h, include/pa_db_manager.h,
22133: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22134: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22135: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22136: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22137: required "friend class"
22138:
22139: ../include/pa_request.h:51: friend declaration requires
22140: class-key, i.e. `friend class Temp_lang'
22141:
22142: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22143: main/pa_exception.C, main/pa_sql_driver_manager.C,
22144: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22145:
22146: the idea is to #1 jump to C++ some function to main body, where
22147: every function stack frame has exception unwind information and
22148: from there... #2 propagate_exception()
22149:
22150: 2001-10-28 paf
22151:
22152: * src/main/pa_db_connection.C: removed old consts
22153:
22154: * src/main/pa_db_connection.C: expire table [was accidently pasted
22155: with wrong type/cast]
22156:
22157: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22158: translation
22159:
1.116 moko 22160: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22161: remember to build DB2 with -fexceptions!!!
22162:
22163: * src/main/pa_db_table.C: DB_RMW defed
22164:
22165: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22166: include/pa_db_connection.h, include/pa_db_manager.h,
22167: include/pa_db_table.h, main/pa_db_connection.C,
22168: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22169:
22170: 2001-10-27 paf
22171:
22172: * src/: classes/hashfile.C, include/pa_db_connection.h,
22173: include/pa_db_table.h, main/pa_db_connection.C,
22174: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22175: types/pa_vhashfile.C: DB2 ifdefs
22176:
1.116 moko 22177: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22178: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22179: makes with DB2
22180:
1.116 moko 22181: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22182: types/Makefile.am: makes db
1.95 moko 22183:
22184: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22185: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22186: globals.C
22187:
22188: * src/: classes/hashfile.C, include/pa_db_connection.h,
22189: include/pa_db_table.h, main/pa_db_connection.C,
22190: main/pa_db_table.C: ^hashfile.clear[]
22191:
22192: * src/classes/classes.awk: no $ in var names
22193:
22194: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22195: connection&table [forgotten calls]
22196:
22197: 2001-10-26 paf
22198:
22199: * src/main/pa_db_connection.C: db checkpoints
22200:
22201: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22202: checkpoints
22203:
22204: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22205: default. but entities still reparsed. todo: tothink
22206:
22207: * src/main/pa_db_connection.C: db recover mech 2
22208:
22209: * src/: classes/hashfile.C, include/pa_db_connection.h,
22210: include/pa_db_manager.h, include/pa_db_table.h,
22211: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22212: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22213: types/pa_vhashfile.h: db connections & tables now cached at
22214: create time & multithreaded
22215:
22216: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22217: parsed_source
22218:
22219: * src/main/pa_db_connection.C: about to remove connection from
22220: vhashfile
22221:
22222: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22223: transaction commit/rollback responsibility left to parent [as it
22224: sould - else there were a bug with double free]
22225:
22226: * src/include/pa_db_table.h: db: child transaction commit/rollback
22227: responsibility left to parent [as it sould - else there were a
22228: bug with double free]
22229:
22230: 2001-10-25 paf
22231:
22232: * src/: classes/hashfile.C, include/pa_common.h,
22233: include/pa_db_connection.h, include/pa_db_manager.h,
22234: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22235: types/pa_vhashfile.C, types/pa_vhashfile.h,
22236: include/pa_db_table.h, main/pa_db_table.C: started db_home
22237: [multiple, cached] todo: autorecover [tried, but not succeded,
22238: yet]
22239:
22240: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22241:
22242: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22243: transaction parent passed
22244:
22245: 2001-10-24 parser
22246:
1.116 moko 22247: * src/classes/Makefile.am: makes
1.95 moko 22248:
22249: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22250: isapi/pool_storage.h: pool_storage fixed
22251:
22252: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22253: types/pa_vform.h: form fix_line_breaks
22254:
1.116 moko 22255: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22256:
22257: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22258: targets/cgi/pool_storage.h: makes
22259:
22260: * src/sql/pa_sql_driver.h: version
22261:
22262: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22263: types/pa_vform.C, types/pa_vform.h: .am
22264:
22265: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22266: this: DB_RMW Acquire write locks instead of read locks when doing
22267: the retrieval. Setting this flag may decrease the likelihood of
22268: deadlock during a read-modify-write cycle by immediately
22269: acquiring the write lock during the read part of the cycle so
22270: that another thread of control acquiring a read lock for the same
22271: item, in its own read-modify-write cycle, will not result in
22272: deadlock
22273:
22274: * src/targets/isapi/parser3isapi.dsp: doc
22275:
22276: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22277:
22278: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22279:
22280: * src/: classes/hashfile.C, include/pa_db_connection.h,
22281: main/pa_db_connection.C: hashfile expired deleted from db when
22282: get & iterate
22283:
22284: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22285: expiring 1
22286:
22287: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22288:
22289: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22290: db_connection not bothers with key when not returning expired
22291: data
22292:
22293: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22294: types/pa_vhashfile.C: db_cursor constructor public now
22295:
22296: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22297: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22298: stamped, todo: put_element analize
22299:
22300: * src/: include/pa_db_connection.h, include/pa_string.h,
22301: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22302: serialize. todo stamp
22303:
22304: 2001-10-23 parser
22305:
22306: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22307: classes/image.C, classes/mail.C, classes/response.C,
22308: classes/string.C, classes/table.C, classes/xdoc.C,
22309: include/pa_config_fixed.h, include/pa_db_connection.h,
22310: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22311: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22312: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22313: types/pa_vtable.C: ^hashfile.hash[]
22314:
22315: * src/: classes/hashfile.C, classes/xdoc.C,
22316: include/pa_config_fixed.h, main/pa_db_manager.C,
22317: main/pa_globals.C: ifdefs so it compiled without db
22318:
22319: * src/: classes/hashfile.C, include/pa_db_connection.h,
22320: include/pa_db_manager.h, main/pa_db_connection.C,
22321: main/pa_db_manager.C, types/pa_vhashfile.h:
22322: ^hashfile.transaction{code} ^hashfile:clear[filename]
22323: ^hashfile.delete[key]
22324:
22325: 2001-10-22 parser
22326:
22327: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22328: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22329:
22330: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22331: classes/xnode.C, include/pa_charset_connection.h,
22332: include/pa_db_connection.h, include/pa_db_manager.h,
22333: include/pa_exception.h, include/pa_sapi.h,
22334: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22335: include/pa_stylesheet_connection.h,
22336: include/pa_stylesheet_manager.h,
22337: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22338: main/pa_db_connection.C, main/pa_db_manager.C,
22339: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22340: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22341: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22342: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22343: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22344: types/types.dsp: hashfile 0
22345:
22346: * src/types/pa_vhashfile.C: z
22347:
22348: * src/: classes/classes.dsp, classes/hashfile.C,
22349: include/pa_config_fixed.h, main/execute.C,
22350: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22351: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22352:
22353: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22354:
22355: * src/: include/pa_exception.h, include/pa_request.h,
22356: main/execute.C, main/pa_exception.C, main/pa_request.C,
22357: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22358: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22359:
22360: 2001-10-19 parser
22361:
22362: * src/include/pa_pool.h: header
22363:
22364: * src/main/pa_pool.C: auto compiled on gcc
22365:
22366: * src/classes/image.C: comment
22367:
1.116 moko 22368: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22369:
22370: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22371: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22372: types/pa_vxnode.h: xnode clone got freed
22373:
22374: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22375: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22376: can free up xalandomstring resulting from pool::transcode
22377:
22378: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22379: include/pa_config_fixed.h, include/pa_exception.h,
22380: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22381: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22382: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22383: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22384: from non-xml compile
22385:
22386: * src/main/pa_request.C: pool:: context - get_context
22387:
22388: * src/: classes/classes.h, classes/date.C, classes/double.C,
22389: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22390: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22391: classes/string.C, classes/table.C, classes/void.C,
22392: include/pa_config_fixed.h, include/pa_exception.h,
22393: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22394: main/compile.C, main/compile_tools.C, main/execute.C,
22395: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22396: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22397: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22398: main/pa_string.C, main/pa_table.C, main/untaint.C,
22399: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22400: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22401: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22402: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22403: types/pa_vstateless_class.h, types/pa_vtable.C,
22404: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22405: exceptions 0
22406:
22407: * src/classes/classes.awk: $ removed
22408:
22409: 2001-10-18 parser
22410:
22411: * src/types/pa_vcookie.C: cookie:CLASS
22412:
22413: * src/main/main.dsp: project
22414:
22415: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22416: set_document & ctor question "who owns document" solved
22417:
22418: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22419:
22420: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22421: main/pa_pool.C: encoding in dom creating funcs
22422:
22423: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22424: be transformed now
22425:
22426: * src/classes/xdoc.C: dom created by create can be transformed now
22427:
22428: * src/classes/xdoc.C: z
22429:
22430: * src/classes/xdoc.C: comment
22431:
22432: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22433: create now uses XercesDocumentBridge, appendChild&co now works
22434:
22435: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22436: @ recompile
22437:
22438: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22439: $origin @exception[
22440:
22441: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22442: tag names forced to XML lang
22443:
22444: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22445: leechy-found bugs in code&doc fixed
22446:
22447: 2001-10-17 parser
22448:
22449: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22450: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22451: n functionality preserved
22452:
22453: * src/types/pa_vimage.h: removed unused vimage::save
22454:
22455: 2001-10-16 parser
22456:
22457: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22458:
22459: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22460:
22461: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22462:
22463: * src/classes/image.C: image.copy tolerance
22464:
22465: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22466: ineffective, but works for small paleted image
22467:
22468: * src/types/pa_vimage.C: comment
22469:
22470: * src/classes/image.C: gd size/resize bugfix
22471:
22472: * src/: classes/classes.dsp, main/main.dsp,
22473: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22474: types/types.dsp: ident >nul 2>&1
22475:
22476: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22477: systems
22478:
22479: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22480: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22481:
22482: 2001-10-15 parser
22483:
22484: * src/main/execute.C: z
22485:
22486: * src/classes/: xdoc.C: !::create{qualifiedName}
22487:
22488: * src/types/pa_vxnode.C: document_type_node.
22489: !readonly attribute DOMString name
22490: !notation_node.
22491: !readonly attribute DOMString publicId
22492: !readonly attribute DOMString systemId
22493:
1.116 moko 22494: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22495: ::write badly passed string too transparently [failed to
22496: intercept it]
1.95 moko 22497:
22498: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22499: include/pa_request.h, main/pa_sql_driver_manager.C,
22500: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22501: types/pa_vxnode.h: DOM1 major addtion, only few
22502: attributes/methods left
22503:
22504: 2001-10-13 parser
22505:
22506: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22507: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22508: in main handler
22509:
22510: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22511: cleanups & frees order
22512:
22513: * src/types/pa_vcode_frame.h: couple comments
22514:
22515: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22516: transparent enough to handle hash if creation&passing
22517:
22518: * src/: include/pa_config_fixed.h, main/execute.C,
22519: main/pa_exception.C: noticed that vcodeframe not transparent
22520: enough, would change now
22521:
22522: 2001-10-12 parser
22523:
22524: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22525: fixed. initialization&free on each thread!
22526:
22527: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22528: handling changed: now type of default param analized always, not
22529: only at problem time, thus helping early problem spotting
22530:
22531: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22532: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22533: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22534: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22535: multithread bug fixed. initialization&free on each thread!
22536:
22537: 2001-10-11 parser
22538:
22539: * src/classes/xnode.C: xnode.selectSingle now
22540:
22541: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22542: include/pa_pool.h, include/pa_stylesheet_connection.h,
22543: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22544: convertors out of Pool into Exception
22545:
22546: * src/main/pa_string.C: const
22547:
22548: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22549: linked pieces of same language together prior to String::replace
22550:
22551: * src/classes/hash.C: !^hash.add[addme]
22552: !^hash.sub[subme]
22553: !^a.union[b] = new
22554: !^a.intersection[b] = new
22555: !^a.intersects[b] = bool
22556:
22557: * src/classes/hash.C: !^hash::append[append_from]
22558:
22559: * src/: classes/hash.C, types/pa_vhash.h:
22560: !^hash::create[[copy_from]]
22561:
22562: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22563: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22564: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22565: fixed. got rid of empty_string, which caused errors - it hasnt
22566: exception but somebody[value.bark] tried to throw it on it's pool
22567:
1.116 moko 22568: * src/include/pa_config_auto.h.in: makes
1.95 moko 22569:
22570: 2001-10-10 parser
22571:
22572: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22573:
22574: * src/main/: compile.tab.C, compile.y: ^a[
22575:
22576: @next_method << now unclosed ] would be reported here
22577:
22578: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
22579: compile error
22580:
22581: 2001-10-09 parser
22582:
1.116 moko 22583: * src/: classes/Makefile.am, main/Makefile.am,
22584: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 22585:
22586: * src/classes/Makefile.am: makes
22587:
22588: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
22589: win32 errors intercepted [xalan transformer patched and
22590: incorporated]
22591:
22592: * src/: classes/classes.dsp, classes/xdoc.C,
22593: include/pa_stylesheet_connection.h, main/main.dsp,
22594: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22595: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
22596: patches starting
22597:
22598: * src/classes/: string.C, table.C: ^string.save[file]
22599:
22600: * src/classes/: date.C, table.C: calendar moved to date
22601:
22602: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
22603: string/table] now
22604:
22605: * src/classes/: op.C, table.C: z
22606:
22607: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
22608: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
22609: types/pa_vxnode.h: table:menu & op for delims made allowed not to
22610: be code [be string..]
22611:
22612: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
22613: table.C: lots of
22614: params->as_int/double/as_string/as_junction/as_no_junction
22615: messages added
22616:
22617: 2001-10-08 parser
22618:
22619: * src/: classes/date.C, classes/image.C, classes/string.C,
22620: classes/table.C, classes/void.C, include/pa_request.h:
22621: params->as_int/double message added
22622:
22623: * src/classes/image.C: image:circle [and round arc] uses Bresenham
22624:
22625: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
22626: image:sector removed image:html internal "line-*" attribs
22627:
22628: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
22629: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
22630:
22631: * src/types/pa_vcookie.C: removing cookie made more netscape-like
22632: way
22633:
22634: * src/: classes/file.C, classes/form.C, main/pa_common.C,
22635: main/untaint.C: header untainting to UL_HTTP_HEADER,
22636: UL_MAIL_HEADER made nonforced [only tainted pieces]
22637:
22638: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
22639: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
22640: @ SAPI::log
22641:
22642: * src/main/untaint.C: \r to ' ' in origins mode
22643:
22644: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
22645: set]
22646:
22647: * src/: classes/xdoc.C, include/pa_config_fixed.h,
22648: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
22649: nonstandard liaison freed up
22650:
22651: 2001-10-07 parser
22652:
22653: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
22654: project
22655:
22656: 2001-10-05 parser
22657:
22658: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
22659: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
22660: from outputing to cerr. lots of "todos"
22661:
22662: * src/main/untaint.C: http_header tainting more gentle with
22663: enquoting now
22664:
22665: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
22666: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
22667: xml errorhandler. fixed string.replace a little, read @test
22668:
22669: * src/main/pa_string.C: found replace bug - first_that_starts(char
22670: *) does not have limit, and looks further eos, fixing....
22671:
22672: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
22673:
22674: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
22675:
22676: * src/main/: pa_charset_connection.C: ctype another mem clear
22677: bugfix
22678:
1.116 moko 22679: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
22680: $result[^[$p^]z] now works fine
1.95 moko 22681:
22682: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
22683: wrong. fixed it
22684:
22685: * src/main/pa_charset_connection.C: unicode zero pair at the beging
22686: of totable appered to be vital
22687:
22688: 2001-10-04 parser
22689:
22690: * src/classes/image.C: ^image.length[text]
22691:
22692: 2001-10-03 parser
22693:
22694: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
22695:
22696: * src/main/pa_request.C: restored pcre defaulting in request
22697: [mindlessly "optimized" yesterday] comment left
22698:
22699: 2001-10-02 parser
22700:
22701: * src/: main/pa_charset_manager.C,
22702: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
22703: needed
22704:
22705: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
22706: forgot non-xml pool.*charset needed
22707:
22708: * src/classes/table.C: # config comments fixed
22709:
22710: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
22711: charset_connection #comment now
22712:
22713: * src/: classes/classes.dsp, types/types.dsp: release projects
22714: options fixed to use release msvcrt lib
22715:
22716: * src/main/pa_charset_connection.C: pcre tables now const inside
22717: removed default - pcre handles that internally fixed bug on
22718: not-cleaning tables [previously was calloced, now member]
22719:
22720: * src/: include/pa_request.h, main/pa_charset_connection.C,
22721: main/pa_request.C, types/pa_vstring.h: pcre tables now const
22722: inside removed default - pcre handles that internally fixed bug
22723: on not-cleaning tables [previously was calloced, now member]
22724:
22725: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
22726: tested charset reload on file change @ apache version = OK tested
22727: freeing up prev encoding on adding new = OK
22728:
22729: 2001-10-01 parser
22730:
22731: * src/main/pa_charset_connection.C: removed entitify external hack
22732: [internal installed]
22733:
1.116 moko 22734: * src/main/Makefile.am: makes+removed dtd
1.95 moko 22735:
22736: * src/: include/pa_charset_connection.h,
22737: include/pa_charset_manager.h,
22738: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22739: main/pa_charset_connection.C, main/pa_charset_manager.C,
22740: main/pa_request.C: charset loading & caching mech 0
22741:
22742: * src/: include/pa_stylesheet_connection.h,
22743: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22744: main/pa_globals.C, main/pa_request.C: would make charset loading
22745: & caching mech now
22746:
22747: 2001-09-30 parser
22748:
22749: * src/main/pa_request.C: forgot to fill toTable
22750:
22751: * src/: include/pa_config_fixed.h, main/pa_request.C: started
22752: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
22753: failed on win32 for now..
22754:
22755: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22756: now charsets table configuration variable is: CHARSETS
22757:
22758: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
22759: ctype with unicode 1. todo: no П entities on output somehow
22760:
22761: * src/: classes/file.C, classes/op.C, classes/string.C,
22762: include/pa_request.h, main/pa_request.C: started ctype with
22763: unicode values
22764:
22765: 2001-09-28 parser
22766:
22767: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
22768: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
22769: string passed AS-IS now
22770:
22771: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
22772: way of user-configuring... todo: implement
22773:
22774: 2001-09-27 parser
22775:
22776: * src/classes/table.C: table.sort changed to sort table itself
22777:
22778: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
22779: X^.getElementsByTagName[tagname] = array of xnode
22780: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
22781: nodes removed - regretfully not supported @ xalan. maybe someday
22782: would reimplement, if needed.
22783:
22784: win32build system: solved long waiting anti-non-started-apache
22785: problem
22786:
22787: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
22788: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22789: types/types.dsp: win32 ident make system so not to rebuild
22790: library [ident.C.new]
22791:
22792: 2001-09-26 parser
22793:
22794: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
22795: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
22796: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22797: types/pa_vxnode.C, types/types.dsp: z
22798:
22799: * src/classes/classes.C: forgot one non-xml check
22800:
1.116 moko 22801: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22802: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 22803:
22804: * src/targets/cgi/parser3.C: z
22805:
22806: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
22807: targets/isapi/parser3isapi.C: #ifdef SMTP
22808:
22809: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
22810: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22811: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
22812: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
22813: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22814: types/types.dsp: xdoc&xnode now
22815:
22816: * src/: classes/classes.C, classes/classes.awk,
22817: classes/classes.dsp, classes/classes.h, classes/date.C,
22818: classes/dnode.C, classes/dnode.h, classes/dom.C,
22819: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22820: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
22821: classes/op.C, classes/response.C, classes/string.C,
22822: classes/table.C, classes/void.C, include/pa_array.h,
22823: include/pa_common.h, include/pa_config_fixed.h,
22824: include/pa_config_includes.h, include/pa_dictionary.h,
22825: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
22826: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22827: include/pa_socks.h, include/pa_sql_connection.h,
22828: include/pa_sql_driver_manager.h, include/pa_stack.h,
22829: include/pa_string.h, include/pa_stylesheet_connection.h,
22830: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22831: include/pa_xslt_stylesheet_manager.h, main/compile.C,
22832: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22833: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
22834: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
22835: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
22836: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
22837: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22838: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
22839: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22840: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22841: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
22842: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22843: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
22844: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
22845: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22846: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
22847: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
22848: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
22849: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
22850: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
22851: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
22852: types/pa_vmethod_frame.h, types/pa_vobject.h,
22853: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22854: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22855: types/pa_vstateless_object.h, types/pa_vstring.C,
22856: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
22857: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
22858: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22859: main.dsp splitted to main+classes+types along to .am
22860:
22861: * src/classes/Makefile.am: removed useless var
22862:
22863: * src/: classes/classes.cmd, main/main.dsp,
22864: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22865: main.dsp
22866:
22867: 2001-09-25 parser
22868:
22869: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22870: 1251 though, todo ICU
22871:
1.116 moko 22872: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22873: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22874: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22875: types/pa_vdom.h: xml configure makes
1.95 moko 22876:
22877: 2001-09-24 parser
22878:
1.116 moko 22879: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22880: types/Makefile.am: makes
1.95 moko 22881:
1.116 moko 22882: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22883:
22884: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22885: started unix makes update
22886:
22887: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22888: started unix makes update
22889:
22890: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22891:
22892: * src/types/pa_value.h: z
22893:
22894: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22895: bugs with usinge hash/table in expressions
22896:
22897: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22898: resolved conflicts fixed [const]
22899:
22900: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22901: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22902: main/compile.C, main/compile.tab.C, main/compile.y,
22903: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22904: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22905: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22906: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22907: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22908: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22909: with before_xml [merge2 actually didn't happen - i've created
22910: tags on wrong branch. so this merge is in fact re-merge]
22911:
22912: 2001-09-21 parser
22913:
22914: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22915: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22916: produced "" in make file and sadly wrong interpreted on load]
22917:
1.116 moko 22918: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22919: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22920: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22921: include/pa_sql_driver_manager.h, include/pa_string.h,
22922: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22923: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22924: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22925:
22926: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22927: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22928: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22929: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22930: main/pa_pool.C, main/pa_request.C,
22931: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22932: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22933: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22934: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22935: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22936: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22937: types/pa_vrequest.C, types/pa_vresponse.h,
22938: types/pa_vstateless_class.C, types/pa_vstring.C,
22939: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22940: created new projects for sql drivers [planning to remove sql
22941: drivers from main cvs project] first, will join latest changes
22942:
22943: * src/classes/: dom.C: defaulted dom writing methods encoding to
22944: pool.get_charset
22945:
22946: * src/classes/dom.C: defaulted dom writing methods encoding to
22947: pool.get_charset
22948:
22949: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22950: pool.get_charset
22951:
22952: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22953: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22954: methods encoding to pool.get_charset
22955:
22956: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22957: transcoder were created right "unsupported encoding" message.
22958: not @ set time, but @ use time, so until xml output functions
22959: .string, .file, .save used - no encoding name check occur
22960:
22961: reduced transcode buffer size to 60 fixed pool cleanup - no
22962: registration needed, pools are officially destructured
22963:
22964: 2001-09-20 parser
22965:
22966: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22967:
22968: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22969: $MAIN:DEFAULTS.content-type[$.charset[here]]
22970:
22971: * src/: classes/dnode.C, classes/dom.C,
22972: include/pa_config_includes.h, include/pa_globals.h,
22973: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22974: main/pa_pool.C, targets/cgi/parser3.dsp,
22975: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22976: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22977: Pool::transcode 0
22978:
22979: * src/classes/dom.C: dom. string save file moved output xml options
22980: to last param and made it optional
22981:
22982: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22983: dnodes
22984: !$attributenode.specified = boolean
22985: true if the attribute received its value explicitly
22986: in the XML document,
22987: or if a value was assigned programatically with the
22988: setValue function.
22989: false if the attribute value came from the default value
22990: declared in the document's DTD.
22991: !$pinode.target = target of this processing instruction
22992: XML defines this as being the first token following the
22993: markup
22994: that begins the processing instruction.
22995: XPath:
22996: !^node.select[xpath/query/expression] = hash of 0->node0
22997: 1->node1
22998: !^node.select-single[xpath/query/expression] = first node if
22999: any
23000:
23001: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23002: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23003: some 'const's added
23004:
23005: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23006: expression context now, there value = size and boolean value
23007: size!=0
23008:
23009: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23010: can be used in expression context now, there value = size and
23011: boolean value size!=0
23012:
23013: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23014: types/pa_vstring.h: dnode .file .string .save moved back to dom
23015: due to strange xalan bug
23016:
23017: 2001-09-18 parser
23018:
23019: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23020: classes/image.C, classes/op.C, classes/table.C,
23021: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23022: include/pa_sql_driver_manager.h, main/compile.C,
23023: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23024: main/execute.C, main/pa_common.C, main/pa_request.C,
23025: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23026: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23027: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23028: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23029: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23030: before_xml branch ^if(def $hash) now true only when
23031: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23032:
23033: * src/: classes/op.C, main/execute.C: operators self changed to
23034: root ^for variable context changed to self
23035:
23036: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23037: dnode 1
23038:
23039: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23040: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23041:
23042: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23043: poly* fixed
23044:
23045: 2001-09-17 parser
23046:
23047: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23048: types/pa_vdom.h: started dnode+dom
23049:
23050: dnode DOM methods: $node.name $node.value
23051: ...others...
23052:
23053: ^node.xpath[/rates/USD] = hash
23054: $hash[
23055: $.0[node0]
23056: $.1[node1]
23057: ]
23058:
23059: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23060: applies to all linear primitives
23061:
23062: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23063: include/pa_stylesheet_connection.h, main/main.dsp,
23064: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23065: types/pa_vimage.h: started dnode DOM: $node.name
23066: $node.value ...others... ^node.xpath[/rates/USD] = hash
23067: dom(dnode)
23068:
23069: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23070: main/compile.y, main/compile_tools.h, main/execute.C,
23071: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23072: in expression compound($aa.zz.xx) names now can have minus '-' in
23073: name after '.'
23074:
23075: 2001-09-15 parser
23076:
23077: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23078: image: $line-width ^line(...)[**** style]
23079:
23080: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23081: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23082: pool_storage - cleanups first, allocations second. apache wisely
23083: does just like that
23084:
23085: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23086: rewritten using template, no bugs now
23087:
23088: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23089: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23090: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23091: poorly started isapi pool_storage, would rewrite using template
23092: now
23093:
23094: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23095: include/pa_stylesheet_connection.h, main/main.dsp,
23096: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23097: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23098: xalan objects freed up [introducing Pool::register_cleanup]
23099:
23100: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23101: comments
23102:
23103: 2001-09-14 parser
23104:
23105: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23106: z
23107:
23108: * src/: classes/dom.C, classes/file.C, classes/image.C,
23109: classes/mail.C, include/pa_common.h,
23110: include/pa_sql_driver_manager.h, include/pa_string.h,
23111: include/pa_stylesheet_connection.h,
23112: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23113: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23114: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23115: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23116: compiled&cached
23117:
23118: 2001-09-13 parser
23119:
23120: * src/: classes/dom.C, classes/file.C, classes/image.C,
23121: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23122:
23123: * src/classes/dom.C: dom:file content-type(.method)
23124:
23125: * src/: include/pa_common.h, include/pa_globals.h,
23126: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23127: string now more informative error messages
23128:
23129: * src/: include/pa_globals.h, include/pa_request.h,
23130: main/pa_request.C, targets/cgi/parser3.C,
23131: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23132: ParserSiteConfig .../parser3.conf
23133:
23134: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23135:
23136: 2001-09-12 parser
23137:
23138: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23139: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23140: precise error reporting: "connection string must start with
23141: protocol://" now
23142:
23143: * src/main/compile.tab.C: fixed - subname code parts actually []
23144: braced
23145:
23146: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23147: lexer on LS_USER level did [] matching without setting nestage,
23148: introduced special LS_NAME_SQUARE_PART state
23149:
23150: 2001-09-11 parser
23151:
23152: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23153: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23154: languages+=xml
23155:
23156: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23157:
23158: * src/classes/dom.C: ^dom:save/string/file[output options] output
23159: options: $.method[xml|html|text] detection fixed
23160:
23161: * src/types/pa_vdom.h: messages
23162:
23163: * src/classes/dom.C: ^dom:save/string/file[output options] output
23164: options: $.method[xml|html|text] detection fixed
23165:
23166: 2001-09-10 parser
23167:
23168: * src/classes/dom.C: ^dom:save/string/file[output options] output
23169: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23170:
23171: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23172: added]
23173:
23174: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23175: ^dom.xslt[stylesheet filename] 0
23176:
23177: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23178: ^dom.xslt[stylesheet filename] -1 doc is lying
23179:
23180: * src/classes/dom.C: ^dom.file[encoding] = file
23181:
23182: * src/classes/: dom.C: ^dom.string[encoding] 1
23183: ^dom.save[encoding;filename]
23184:
23185: * src/classes/dom.C: ^dom.string[] 0
23186:
23187: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23188:
23189: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23190: types/pa_vform.h: ^dom.save[b.xml] 0
23191:
23192: 2001-09-08 parser
23193:
23194: * src/types/pa_vform.C: $form:tables.name.field
23195:
23196: 2001-09-07 parser
23197:
23198: * src/classes/table.C: table:empty removed, superceded by ^if(def
23199: $table)...
23200:
23201: * src/targets/cgi/parser3.C: z
23202:
23203: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23204: from '' to int/double is 0]
23205:
23206: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23207: $table) is false when table is empty
23208:
23209: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23210: !$form:tables $atable[$form:tables.a]
23211: ^atable.menu{a=$atable.element}[,]
23212:
23213: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23214: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23215:
1.116 moko 23216: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23217: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23218: of dom
23219:
23220: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23221: types/pa_vform.C, types/pa_vform.h: z
23222:
23223: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23224: element [not last]
23225:
1.116 moko 23226: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23227: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23228:
23229: 2001-09-06 parser
23230:
23231: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23232: table with one column 'element' and two rows: 1 and 2
23233:
23234: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23235: table with one column 'element' and two rows: 1 and 2
23236:
23237: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23238: bad int/double conversions, and now $form:nonexistent.int(88)
23239: would return 88
23240:
23241: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23242: types/pa_vhash.h: now there's special hash key '_default'
23243: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23244: $._default[xx] ] $hash.c
23245:
23246: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23247: fixed [thanks, fif], ^; were treated there non-literally
23248:
23249: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23250: doxygen
23251:
23252: * src/: classes/image.C, classes/op.C, classes/string.C,
23253: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23254: types/pa_vtable.C: few #ifndef DOXYGEN
23255:
23256: 2001-09-05 parser
23257:
23258: * src/classes/: string.C, table.C: sql options can be void [same as
23259: image:html the other day]
23260:
23261: * src/targets/cgi/Makefile.am: .am undo
23262:
23263: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23264: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23265: macro expantion on param, simply qoutes whatever passed, undone
23266:
23267: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23268: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23269: STRINGIZE(name) #name invented
23270:
23271: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23272: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23273: MAIN_SQL_DRIVERS_NAME "drivers"
23274:
23275: moved to be availible to all users
23276:
23277: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23278: SQL_DRIVER_CREATE_FUNC_NAME
23279:
23280: * src/classes/mail.C: MAIN:MAIL check fixed
23281:
23282: 2001-09-04 parser
23283:
23284: * src/classes/image.C: image.html now can accept void params
23285:
23286: * src/targets/isapi/parser3isapi.C: z
23287:
23288: * src/targets/cgi/parser3.C: full_file_spec bug
23289:
23290: * src/targets/cgi/parser3.C: getenvcheck
23291:
23292: * src/targets/cgi/parser3.C: zz
23293:
23294: * src/targets/cgi/parser3.C: zzz
23295:
23296: * src/classes/date.C: date
23297:
23298: * src/classes/date.C: date:sql-string is now without ''
23299:
1.116 moko 23300: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23301: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23302: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23303:
1.116 moko 23304: * src/include/pa_config_auto.h.in: makes
1.95 moko 23305:
23306: 2001-09-03 parser
23307:
23308: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23309:
23310: 2001-09-01 parser
23311:
23312: * src/classes/image.C: letter_spacing
23313:
23314: * src/classes/image.C: image: font params changed
23315:
23316: * src/classes/image.C: image: as_int as_string used
23317:
23318: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23319: analized
23320:
23321: 2001-08-31 parser
23322:
23323: * src/targets/cgi/parser3.C: z
23324:
1.116 moko 23325: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23326: cygwin
1.95 moko 23327:
23328: * src/classes/void.C: void:int/double += (default)
23329:
23330: * src/classes/image.C: image:font added space param image:font
23331: changed charwidth alg, added kerning const[for now]
23332:
23333: * src/classes/: string.C, table.C: string:int/double (defaults)
23334:
23335: 2001-08-29 parser
23336:
23337: * src/main/pa_exception.C: exception redundant debug info
23338:
23339: 2001-08-28 parser
23340:
23341: * src/classes/image.C: image error msgs
23342:
23343: * src/classes/image.C: image: gifsize little endian
23344:
23345: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23346: doxygeneration
23347:
23348: * src/: classes/Makefile.am, main/Makefile.am,
23349: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23350:
23351: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23352: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23353:
23354: * src/main/compile.C: NO_STRING_ORIGIN check2
23355:
23356: * src/classes/table.C: NO_STRING_ORIGIN check
23357:
23358: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23359: storage class specifiers invalid in friend function declarations
23360:
23361: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23362: main/untaint.C, targets/cgi/parser3.C,
23363: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23364: case of limit
23365:
23366: * src/: classes/file.C, main/pa_common.C: file:move
23367: autocreate/remove dest/src dir
23368:
23369: * src/: classes/string.C, include/pa_dictionary.h,
23370: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23371: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23372: to directory constructor. string:replace
23373:
23374: 2001-08-27 parser
23375:
23376: * src/classes/image.C: fixed jpgsize alg
23377:
23378: * src/classes/image.C: fixed jpgsize alg
23379:
23380: * src/main/pa_exception.C: z
23381:
23382: * src/main/pa_common.C: removed debug info from pa_common
23383:
23384: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23385: [auto.p from current dir loading]
23386:
1.116 moko 23387: * src/: main/pa_common.C, main/pa_exception.C,
23388: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23389: for solaris -lsocket
1.95 moko 23390:
23391: 2001-08-24 parser
23392:
23393: * src/targets/cgi/parser3.C: not cgi extra \n 3
23394:
23395: * src/targets/cgi/parser3.C: not cgi extra \n 2
23396:
23397: * src/targets/cgi/parser3.C: not cgi extra \n
23398:
23399: * src/main/pa_sql_driver_manager.C: z
23400:
23401: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23402: sql* removed services from disconnect - cross-request ideological
23403: probs.
23404:
23405: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23406: cross-request ideological probs. oracle - fixed bug: cs
23407: allocated on request.pool and got freed before disconnect
23408:
23409: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23410: mallocs fixed
23411:
23412: 2001-08-23 parser
23413:
23414: * src/classes/file.C: minor bug in file:save fixed
23415:
23416: * src/main/pa_sql_driver_manager.C: oracle: dlink
23417:
23418: 2001-08-22 parser
23419:
23420: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23421: types/pa_vfile.h: file:load|save[text|binary;
23422:
23423: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23424:
23425: 2001-08-21 parser
23426:
23427: * src/classes/: file.C, table.C: ^file:list
23428:
23429: 2001-08-20 parser
23430:
23431: * src/: main/compile.tab.C, main/compile.y,
23432: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23433: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23434: recousively caused problems: inc incremeted 123 literal!! fixed
23435:
23436: 2001-08-10 parser
23437:
23438: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23439:
23440: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23441: added
23442:
23443: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23444: added
23445:
23446: * src/classes/table.C: table:sort restored [it was bad test :(]
23447:
23448: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23449: ''
23450:
23451: * src/main/: pa_request.C: wanted to make const int
23452: MAX_EXECUTE_SECONDS=1;
23453:
23454: but couldnt, set_callback_and_alarm appeared to be not exported
23455: :(
23456:
23457: * src/main/pa_string.C: string.match hanged on. there were a hang
23458: check but it weren't wise enough
23459:
23460: @parse[dateString][tmp]
23461: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23462: #end
23463:
23464: @main[] ^parse[2001-02-03]
23465:
23466: * src/classes/: table.C: table:sort now default desc
23467:
23468: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23469: table.sort now creates new sorted table
23470:
23471: 2001-08-09 parser
23472:
23473: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23474:
23475: * src/classes/hash.C: hash:_default now [was hash:default]
23476:
23477: * src/classes/op.C: case without switch check added
23478:
23479: * src/types/pa_vcookie.C: cookie name&value origins added, more
23480: precise $ORIGINS(1)
23481:
23482: * src/main/Makefile.am: .am
23483:
23484: * src/classes/void.C: void: int double copy/paste from int: bug
23485: fixed
23486:
23487: * src/classes/void.C: void: int double copy/paste from int: bug
23488: fixed
23489:
23490: 2001-08-07 parser
23491:
23492: * src/: classes/double.C, classes/int.C, classes/string.C,
23493: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23494: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23495: string, table
23496:
23497: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23498: srand made working
23499:
23500: 2001-08-06 parser
23501:
23502: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23503: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23504: main/compile.tab.C, main/compile.y, main/pa_array.C,
23505: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23506: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23507:
23508: * src/main/pa_exec.C: exec win32 real filename
23509:
23510: * src/classes/file.C: exec stderr out
23511:
23512: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23513:
23514: 2001-08-03 parser
23515:
23516: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23517:
23518: 2001-08-02 parser
23519:
23520: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23521: main/execute.C, main/pa_exec.C: introducing Array_iter
23522:
23523: * src/main/execute.C: detected quick_get recursion bug. changed to
23524: get@execute, but needs array iterator, separate from array to
23525: avoid it & use caching
23526:
23527: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23528: bug fixed
23529:
23530: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23531: main/execute.C, main/pa_globals.C: found another multithread bug
23532: in op.C (last, last global var killed) :)
23533:
23534: 2001-08-01 parser
23535:
23536: * src/: include/pa_dictionary.h, include/pa_globals.h,
23537: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23538: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23539: main/untaint.C: speeded up typo-html replacements. introducing
23540: Dictionary with first-char caching
23541:
23542: 2001-07-31 parser
23543:
23544: * src/types/Makefile.am: pa_vtable.C added to .am
23545:
23546: * src/main/compile.tab.C: added, so that could be compiled even on
23547: non-bison-enabled platforms
23548:
23549: 2001-07-28 parser
23550:
23551: * src/classes/table.C: table:hash always produces hash, when can't
23552: - empty
23553:
23554: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23555: skipped \n
23556:
23557: 2001-07-27 parser
23558:
23559: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23560: on int/double/string :sql without result and default
23561:
23562: 2001-07-26 parser
23563:
23564: * src/classes/op.C: fixed bad multithread bug with strangly global
23565: OP
23566:
23567: * src/main/compile.y: $man[$.age[zzz]] 0
23568:
23569: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23570: creation syntax problem persists. restored $: for a while.
23571: thinking of $man[$.age[zzz]] syntax now
23572:
23573: * src/: classes/double.C, classes/int.C, classes/string.C,
23574: include/pa_opcode.h, main/compile.C, main/compile.y,
23575: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23576: types/pa_vmethod_frame.h, types/pa_wcontext.h,
23577: types/pa_wwrapper.h: fixing :: realization #1
23578:
23579: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
23580: main/compile_tools.h, main/execute.C, main/pa_request.C,
23581: types/pa_vmethod_frame.h: introducing :: this is constructor call
23582: prefix. ordinary : remains for static accesses
23583:
23584: 2001-07-25 parser
23585:
23586: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
23587: fields 2. methods 3. columns
23588:
23589: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
23590: quote. optimized double&int tostring-s
23591:
23592: * src/main/: compile.C, compile.y, compile_tools.h: allowed
23593: whitespace before first method decl
23594:
23595: * src/classes/table.C: allowed nontable result in table:sql,
23596: results in empty table
23597:
23598: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
23599: lines before first method decl
23600:
23601: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
23602: types/pa_vtable.h: ^table.record[] now $table.fields
23603:
23604: * src/main/compile.y: $var[] is now empty string, not void
23605:
23606: * src/main/: compile.y, execute.C: $var[] is now empty string, not
23607: void
23608:
23609: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
23610: main/pa_globals.C: match replace code context moved to implicit
23611: $match context
23612:
23613: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
23614: main/compile_tools.h, main/execute.C: with killed, code storage
23615: introduced with former 'with' syntax
23616:
23617: 2001-07-24 parser
23618:
23619: * src/: main/compile.C, main/execute.C, main/pa_string.C,
23620: types/pa_value.h: first get_element, next get operator
23621:
23622: * src/main/compile.y: removed @end handling
23623:
23624: * src/main/: compile.C, compile.y: @end handling method2
23625:
23626: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
23627: file:move
23628:
23629: * src/main/pa_common.C: file_read close @ eof when imgsize bug
23630: fixed
23631:
23632: 2001-07-23 parser
23633:
23634: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
23635: driver
23636:
23637: * src/classes/hash.C: changed sql driver query interface
23638:
23639: * src/: classes/hash.C, classes/string.C, classes/table.C,
23640: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
23641: changed sql driver query interface
23642:
23643: 2001-07-20 parser
23644:
23645: * src/types/pa_vrequest.C: X!$browser:type
23646:
23647: * src/: classes/file.C, classes/string.C, include/pa_string.h,
23648: main/execute.C, main/pa_string.C, types/pa_valiased.C,
23649: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
23650: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
23651: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
23652: types/pa_vobject.h, types/pa_vrequest.C,
23653: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
23654: ^class:method dynamic calls allowed. ^BASE.method call disabled.
23655: BASE element globally removed
23656:
23657: 2001-07-18 parser
23658:
23659: * src/classes/file.C: file:exec/cgi msg
23660:
23661: * src/classes/file.C: $file:exit-code renamed to 'status'
23662:
23663: * src/: classes/file.C, main/pa_exec.C: file:exec
23664:
1.116 moko 23665: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23666: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
23667: removed $id from *.in *.am
1.95 moko 23668:
23669: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
23670: abbrevations
23671:
23672: * src/: classes/date.C, classes/mail.C, classes/math.C,
23673: classes/string.C, classes/table.C, include/pa_globals.h,
23674: include/pa_string.h, main/execute.C, main/pa_globals.C,
23675: main/pa_request.C, main/pa_string.C, main/untaint.C,
23676: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
23677: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
23678: $ORIGINS(1) output tracing mode
23679:
23680: 2001-07-13 parser
23681:
23682: * src/: classes/double.C, classes/int.C, classes/string.C,
23683: include/pa_request.h, main/execute.C, main/pa_request.C:
23684: auto.p[@auto], /news/auto.p[no @auto], so that initializing
23685: second would not call first @auto
23686:
23687: * src/main/: execute.C, pa_request.C: order of MAIN parents was
23688: wrong, fixed
23689:
23690: 2001-07-12 parser
23691:
23692: * src/types/pa_value.h: pa_value.putelement modification of system
23693: classes prevented
23694:
23695: 2001-07-11 parser
23696:
23697: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
23698: table $piece
23699:
23700: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23701: types/pa_vstateless_class.h: $file created by file:state +=
23702: .atime .mtime .ctime +found&fixed bug with exceptions on
23703: get_junction-created objects [they were on wrong pool]
23704:
23705: 2001-07-09 parser
23706:
23707: * src/main/untaint.C: qp wrong name
23708:
23709: * src/: classes/date.C, classes/string.C, classes/table.C,
23710: main/compile.y: date format 0
23711:
23712: 2001-07-07 parser
23713:
23714: * src/: classes/date.C, classes/table.C, include/pa_common.h,
23715: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
23716: roll table calendar
23717:
23718: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
23719: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
23720: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
23721: include/pa_request.h, main/main.dsp, types/pa_value.h,
23722: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
23723: string. todo: sql, calendar
23724:
23725: 2001-07-06 parser
23726:
23727: * src/: classes/math.C, include/pa_request.h, main/execute.C,
23728: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
23729:
23730: 2001-07-03 parser
23731:
23732: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
23733: classes/random.C, main/main.dsp: class random renamed to math,
23734: operators became methods
23735:
23736: * src/classes/op.C: pow sqrt
23737:
23738: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
23739:
23740: 2001-07-02 parser
23741:
23742: * src/classes/table.C: ^table.columns column renamed from 'name' to
23743: 'column'
23744:
23745: * src/classes/hash.C: ^hash.keys[]
23746:
23747: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
23748:
23749: * src/main/: compile.y, compile_tools.h: in expressions now allowed
23750: 'strings'
23751:
23752: 2001-06-29 parser
23753:
23754: * src/main/: execute.C: /0 %0 checkes ver 2
23755:
23756: * src/main/execute.C: /0 %0 checke
23757:
23758: * src/classes/Makefile.am: nothing - void
23759:
23760: * src/classes/table.C: empty strings @ sql
23761:
23762: 2001-06-28 parser
23763:
23764: * src/: classes/double.C, classes/file.C, classes/form.C,
23765: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23766: classes/op.C, classes/random.C, classes/response.C,
23767: classes/string.C, classes/table.C, classes/void.C,
23768: main/compile.C, main/compile_tools.C, main/execute.C,
23769: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23770: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23771: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23772: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23773: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
23774: targets/isapi/parser3isapi.C, main/compile.y: */ static const
23775: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
23776: $";
23777:
23778: * src/: classes/double.C, classes/file.C, classes/form.C,
23779: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
23780: classes/op.C, classes/random.C, classes/response.C,
23781: classes/string.C, classes/table.C, classes/void.C,
23782: main/compile.C, main/compile.y, main/compile_tools.C,
23783: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
23784: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
23785: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
23786: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
23787: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 23788: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 23789:
23790: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
23791: $class:name: == ${class:name}:
23792:
23793: * src/classes/string.C: exactly one
23794:
23795: 2001-06-27 parser
23796:
23797: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
23798: types/pa_vvoid.h: nothing renamed to void
23799:
23800: * src/classes/op.C: ^switch ^case
23801:
23802: * src/main/compile.y: nothing renamed to void
23803:
23804: * src/: classes/hash.C, classes/table.C, main/compile.y,
23805: main/execute.C, main/main.dsp, main/pa_request.C,
23806: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
23807: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
23808: void
23809:
23810: * src/main/compile.y: lexer: $zzzz^zzzz were name part
23811:
23812: 2001-05-28 parser
23813:
23814: * src/doc/html2chm.cmd: removed >a
23815:
23816: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
23817: project options [some bugs]
23818:
23819: * src/doc/sources2html.cmd: z
23820:
23821: * src/: classes/classes.C, main/compile.C, main/compile.y,
23822: main/execute.C: operators are not in root class again
23823:
23824: 2001-05-24 parser
23825:
23826: * src/targets/cgi/parser3.dsp: project file
23827:
23828: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
23829: ^log ^exp
23830:
23831: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
23832: conversions in @exception[params]
23833:
23834: * src/main/pa_request.C: // no _ conversions in @exception[params]
23835:
23836: 2001-05-23 parser
23837:
23838: * src/main/pa_string.C: string cmp bug
23839:
23840: * src/classes/: mail.C, op.C: rem max 1000
23841:
23842: * src/: classes/op.C, main/compile.y: allow one empty line before
23843: LS_DEF_NAME
23844:
23845: 2001-05-22 parser
23846:
23847: * src/classes/op.C: if params code-required
23848:
23849: 2001-05-21 parser
23850:
23851: * src/types/pa_vstring.C: eoleof
23852:
23853: * src/classes/Makefile.am: .AM
23854:
23855: * src/classes/nothing.C: resultless ^sql moved to nothing:
23856:
23857: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
23858:
23859: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23860: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23861: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23862: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23863: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23864: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23865: 'nothing'
23866:
23867: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23868: vstring::set_string
23869:
23870: * src/classes/: double.C, int.C, string.C: int,double;sql
23871:
23872: * src/: classes/hash.C, classes/int.C, classes/string.C,
23873: classes/table.C, include/pa_string.h, main/pa_string.C,
23874: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23875:
23876: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23877: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23878: hash:sql moved to main trunc. operators.txt updated
23879:
23880: * src/classes/: hash.C, op.C, table.C: hash:sql
23881:
23882: * src/classes/op.C: z
23883:
23884: * src/: main/compile.C, classes/classes.C: 1
23885:
23886: * src/: classes/classes.C, main/compile.C, main/compile.y,
23887: main/execute.C: 0
23888:
23889: * src/main/execute.C: z
23890:
23891: * src/targets/cgi/parser3.C: z
23892:
23893: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23894: site_auto_path "." in that case
23895:
23896: * src/targets/cgi/: parser3.C: z
23897:
23898: * src/main/pa_request.C: .am
23899:
23900: * src/: main/pa_request.C, targets/cgi/parser3.C:
23901: pcre_tables=pcre_default_tables;
23902:
23903: 2001-05-19 parser
23904:
23905: * src/main/pa_string.C: z
23906:
23907: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23908: introducing String::cstr_bufsize, returns just size+1 for as_is
23909: target.
23910:
23911: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23912: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23913: used, 4* mem wasted
23914:
23915: * src/classes/string.C: root context in match replace body now
23916: unchanged
23917:
23918: * src/types/pa_value.h: parameter # 1 based
23919:
23920: * src/main/pa_common.C: common: actual filename '%s'
23921:
23922: * src/classes/string.C: z
23923:
23924: * src/classes/Makefile.am: classes/.am
23925:
23926: * src/classes/: Makefile.am: classes/.am
23927:
23928: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23929: targets/cgi/pa_pool.C: classes/.am
23930:
23931: 2001-05-18 parser
23932:
1.116 moko 23933: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23934: pa_threads.C ins
1.95 moko 23935:
23936: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23937:
23938: 2001-05-17 parser
23939:
23940: * src/: classes/string.C, include/pa_config_fixed.h,
23941: include/pa_config_includes.h, main/compile.y,
23942: main/compile_tools.h, main/execute.C, main/pa_array.C,
23943: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23944: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23945: types/pa_vform.C: #include "pa_config_includes.h" removed from
23946: most .C
23947:
23948: * src/doc/html2chm.cmd: z
23949:
23950: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23951: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23952:
23953: * src/main/pa_sql_driver_manager.C: moved expiration to
23954: get_connection_from_cache
23955:
23956: * src/main/pa_sql_driver_manager.C: cache expiration bf
23957:
23958: * src/: classes/classes.h, include/pa_sql_connection.h,
23959: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23960: cache expiration[use SQL_Driver::disconnect]
23961:
23962: * src/main/pa_table.C: table.locate current restored on "not found"
23963:
23964: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23965: line no
23966:
23967: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23968: ANTI_ENDLESS_EXECUTE_RECOURSION
23969:
23970: * src/: classes/op.C, include/pa_sql_connection.h,
23971: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23972: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23973: 1driver and set_services fight for driver::fservices. before fix
23974:
23975: * src/: classes/op.C, include/pa_config_fixed.h,
23976: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23977: main/pa_sql_driver_manager.C: found problem at last: 2connections
23978: own 1driver and set_services fight for driver::fservices. before
23979: fix
23980:
23981: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23982: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23983: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23984: pa_threads.C
23985:
23986: * src/include/pa_threads.h: removed targets/parser
23987:
23988: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23989: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23990: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23991: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23992: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23993: headers
23994:
23995: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23996: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23997: order prevented sqlmanager to see MULTYTHREAD define
23998:
23999: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24000: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24001: put/gets
24002:
24003: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24004: from hash.h
24005:
24006: * src/: classes/op.C, include/pa_sql_connection.h,
24007: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24008: from cache ->set_services(&services);
24009:
24010: 2001-05-16 parser
24011:
24012: * src/targets/cgi/parser3.C: z
24013:
24014: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24015: debug, #ifdefed some. would debug later, on more precise sample
24016: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24017: $name.$tail[$tail!] $name.$tail } ok3
24018:
24019: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24020: removed array debug. before vstring rebasing
24021:
24022: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24023: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24024: array debugged; adjusted
24025:
24026: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24027: SQL_Driver_manager line no for connect/charset errors
24028:
24029: 2001-05-15 parser
24030:
24031: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24032: main/pa_string.C: string+array made linear grows
24033:
24034: * src/: include/pa_string.h, main/pa_string.C,
24035: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24036: grow lineary, not exponentialy
24037:
24038: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24039: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24040: with fullchunk cmps
24041:
24042: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24043: 70041= 81
24044:
24045: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24046: targets/cgi/parser3.C: detected huge mem allocation: size/times
24047: malloc 27809390/368771, calloc 3232/83. would test now
24048:
24049: * src/: classes/random.C, main/compile.y, main/execute.C,
24050: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24051: numbered params had wrong name - for instance: bad error message
24052: in ^for[] bad body type. fixed
24053:
24054: 2001-05-14 parser
24055:
24056: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24057: main/untaint.C: ^string.upper|lower[]
24058:
24059: 2001-05-11 parser
24060:
24061: * src/: classes/double.C, classes/image.C, classes/op.C,
24062: classes/string.C, classes/table.C, classes/unknown.C,
24063: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24064: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24065: types/pa_vunknown.h: op: MAX_LOOPS as_int
24066:
24067: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24068: .dsp for win32tools
24069:
24070: 2001-05-11 paf
24071:
24072: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24073: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24074: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24075: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24076:
24077: 2001-05-10 paf
24078:
24079: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24080: for C++, that's all
24081:
1.116 moko 24082: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24083: pa_config_includes.h: inline wonders
1.95 moko 24084:
24085: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24086: doc/doxygen.cmd: hash.C added
24087:
24088: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24089:
24090: * src/main/compile.y: @end grammar: allowed zero strings in control
24091: menthod
24092:
24093: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24094: pa_vstateless_object.h: changed priority: field before method
24095: lookup in vclass & vobject
24096:
24097: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24098: grammar: priorities changes [lowerd && prior] vobject: now first
24099: fields, next methods
24100:
24101: 2001-05-08 paf
24102:
24103: * src/main/pa_table.C: table columnname2item on nameless ignored
24104: bark=false. fixed
24105:
24106: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24107: types/pa_vmethod_frame.h: hash:default works at last!
24108:
24109: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24110: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24111: hash:default
24112:
24113: * src/classes/table.C: z
24114:
24115: * src/classes/table.C: table:hash always hash of hash now
24116:
24117: * src/classes/table.C: table:empty return bool now
24118:
24119: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24120: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24121: types/pa_vtable.h: table:hash
24122:
24123: * src/classes/table.C: table:record have name
24124:
24125: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24126: returns vunknown
24127:
24128: * src/classes/: double.C, int.C, op.C, string.C:
24129: int,double,string:int[] double[] string:length[] results now have
24130: hames
24131:
24132: * src/: classes/op.C, classes/table.C, main/main.dsp,
24133: types/pa_vtable.h: removed table:find. table:locate and op:eval
24134: now return bool
24135:
24136: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24137: in method checkparams again. fixed
24138:
24139: 2001-05-07 paf
24140:
24141: * src/doc/chm.cmd: cmd
24142:
24143: * src/: classes/image.C, classes/mail.C, classes/string.C,
24144: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24145: types/pa_value.h: method reported errors on wrong pool
24146:
24147: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24148: now
24149:
24150: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24151: include/code.h, include/pa_opcode.h, main/compile.C,
24152: main/compile_tools.h, main/execute.C, types/pa_value.h,
24153: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24154: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24155: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24156: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24157: types/pa_vmethod_frame.h, types/pa_vobject.h,
24158: types/pa_vrequest.h, types/pa_vresponse.h,
24159: types/pa_vstateless_class.h, types/pa_vstring.h,
24160: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24161: types/pa_wwrapper.h: pa_code.h
24162:
24163: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24164:
24165: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24166: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24167: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24168: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24169: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24170: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24171: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24172: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24173: types/pa_vtable.h: dox, split by not clean parts also
24174:
24175: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24176: types/pa_vtable.h: table: fields, then methods. so to enable
24177: 'dir' fields & co. more
24178:
24179: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24180: so to enable 'dir' fields & co.
24181:
24182: * src/main/compile.y: grammar: @end
24183:
24184: 2001-05-04 paf
24185:
24186: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24187: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24188:
24189: * src/: classes/classes.h, classes/double.C, classes/file.C,
24190: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24191: classes/op.C, classes/random.C, classes/response.C,
24192: classes/string.C, classes/table.C, classes/unknown.C,
24193: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24194: method dox
24195:
24196: 2001-05-03 paf
24197:
24198: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24199: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24200: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24201: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24202: doc/string.dox, doc/targets.dox, doc/value.dox,
24203: main/pa_request.C: dox splitted .dox files and added some
24204:
24205: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24206:
24207: 2001-05-02 paf
24208:
24209: * src/classes/: image.C, table.C: table:dir result are not tainted
24210: by file_name language now
24211:
24212: 2001-04-28 paf
24213:
24214: * src/classes/classes.inc: removed classes.inc
24215:
24216: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24217: from .am
24218:
24219: * src/classes/classes.awk: skipped classes in .awk
24220:
24221: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24222: classes/classes.inc, classes/double.C, classes/file.C,
24223: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24224: classes/string.C, classes/table.C, classes/unknown.C,
24225: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24226: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24227: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24228: pa_methoded back to classes/classes.h
24229:
24230: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24231:
24232: * src/: classes/Makefile.am, classes/classes.awk,
24233: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24234: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24235:
24236: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24237: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24238: classes/response.C, classes/string.C, classes/table.C,
24239: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24240: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24241: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24242: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24243: include|main/pa_methoded
24244:
24245: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24246: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24247:
24248: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24249: moved some configured data to request::classes_conf moved some
24250: string crations from globals to M... [works]
24251:
24252: * src/: classes/form.C, classes/mail.C, classes/op.C,
24253: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24254: main/pa_request.C: moved some configured data to
24255: request::classes_conf moved some string crations from globals to
24256: M...
24257:
24258: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24259: about to move configured data to special request hash
24260:
24261: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24262: classes/form.C, classes/mail.C, include/pa_request.h,
24263: main/pa_request.C: configure started
24264:
24265: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24266: 2. todo: methoded-configure
24267:
24268: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24269: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24270: classes/_random.h, classes/_response.h, classes/_string.h,
24271: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24272: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24273: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24274: classes/random.C, classes/response.C, classes/string.C,
24275: classes/table.C, classes/unknown.C, include/pa_globals.h,
24276: include/pa_request.h, main/compile.y, main/execute.C,
24277: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24278: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24279: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24280: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24281: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24282: types/pa_vrequest.h, types/pa_vresponse.h,
24283: types/pa_vstateless_class.h, types/pa_vstring.h,
24284: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24285: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24286: methoded-configure
24287:
24288: * src/: classes/file.C, classes/table.C, main/compile.y,
24289: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24290: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24291: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24292:
24293: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24294: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24295: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24296: classes/random.C, classes/response.C, classes/string.C,
24297: classes/table.C, classes/unknown.C, include/pa_request.h,
24298: main/compile.y, main/execute.C, main/pa_globals.C,
24299: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24300: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24301: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24302: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24303: beautifying just compiled. todo: debug, configure
24304:
24305: 2001-04-27 paf
24306:
24307: * src/: classes/file.C, classes/image.C, classes/table.C,
24308: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24309: beautifying -99
24310:
24311: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24312: classes/_response.h, classes/_unknown.h, classes/classes.C,
24313: classes/classes.h, classes/double.C, classes/file.C,
24314: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24315: classes/op.C, classes/random.C, classes/response.C,
24316: classes/string.C, include/pa_globals.h, main/main.dsp,
24317: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24318: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24319: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24320: types/pa_vunknown.h: beautifying -100
24321:
24322: * src/main/compile.y: serge@ found @CLASS bug. fixed
24323:
24324: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24325: classes/_op.h, classes/_random.h, classes/_table.h,
24326: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24327: classes/op.C, classes/random.C, classes/response.C,
24328: classes/string.C, classes/table.C, classes/unknown.C,
24329: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24330: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24331: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24332: beautifying
24333:
24334: 2001-04-26 paf
24335:
24336: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24337:
24338: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24339: documentation ++
24340:
24341: * src/: classes/_exec.h, doc/doxygen.cfg,
24342: include/pa_config_fixed.h, include/pa_config_includes.h,
24343: targets/cgi/pa_pool.C: code documentation ++
24344:
24345: * src/: classes/_image.h, classes/op.C, classes/random.C,
24346: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24347: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24348: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24349: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24350: types/pa_vmethod_frame.h, types/pa_vobject.h,
24351: types/pa_vrequest.C, types/pa_vrequest.h,
24352: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24353: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24354: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24355: code documentation ++
24356:
24357: * src/: classes/image.C, classes/mail.C, classes/string.C,
24358: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24359: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24360: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24361: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24362: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24363: types/pa_vobject.h, types/pa_vstateless_class.h,
24364: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24365:
24366: * src/main/: pa_request.C, pa_string.C: z
24367:
24368: * src/: include/pa_common.h, include/pa_types.h,
24369: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24370: connection caching fixed. request-pooled-url were stored into
24371: global connectioncache
24372:
24373: 2001-04-25 paf
24374:
24375: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24376: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24377:
24378: * src/: include/code.h, include/pa_common.h, main/compile.y,
24379: main/execute.C, main/pa_common.C: -d
24380:
24381: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24382: illegal call check a bit improved, but still under iis no mapping
24383: of dir with parser allowed!
24384:
24385: 2001-04-24 paf
24386:
24387: * src/targets/Makefile.am: apache module lib .am
24388:
24389: * src/main/pa_exec.C: windows32 buildCommand
24390:
24391: 2001-04-23 paf
24392:
24393: * src/targets/cgi/Makefile.am: win32 conditional
24394:
24395: * src/targets/cgi/Makefile.am: win32 conditional
24396:
24397: * src/targets/cgi/Makefile.am: liblink
24398:
24399: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24400: vfile fields return type
24401:
24402: * src/types/pa_vfile.h: vfile fields return type
24403:
24404: * src/include/pa_config_auto.h.in: .h.in
24405:
24406: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24407: types/Makefile: makefiles removed
24408:
24409: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24410: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24411:
24412: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24413: [tested: i & g ]
24414:
24415: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24416: @test noticed series in isapi, check how initialize_random_class
24417: is called! [must be called only once]
24418:
24419: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24420: would not be 'unknown column'
24421:
24422: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24423: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24424:
24425: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24426: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24427: [now doesnt]
24428:
24429: * src/targets/cgi/parser3.C: cgi cmdline ver
24430:
24431: * src/targets/cgi/parser3.C: cgi /// @test disable
24432: /cgi-bin/parser3/auto.p
24433:
24434: * src/main/untaint.C: untaint without charset
24435:
24436: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24437: main/pa_common.C: common: file_write /// @test mkdirs
24438: file_delete rmdirs
24439:
24440: * src/main/untaint.C: mail header only once to =?
24441:
24442: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24443: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24444: main/untaint.C: untaint - @test optimize whitespaces for
24445: all but 'html'
24446:
24447: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24448: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24449: main/untaint.C: untaint - @test mail-header
24450:
24451: 2001-04-20 paf
24452:
24453: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24454: include/pa_request.h, include/pa_string.h, main/compile.y,
24455: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24456: targets/cgi/parser3.C: $MAIN:LOCALE
24457:
24458: * src/main/untaint.C: z
24459:
24460: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24461:
24462: 2001-04-19 paf
24463:
24464: * src/main/compile_tools.h: $a$b bugfix
24465:
24466: * src/targets/cgi/parser3.C: z
24467:
24468: * src/classes/file.C: z
24469:
24470: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24471: done: header to $fields. waits for header '\' tricks
24472:
24473: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24474: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24475: changed urlencode here and in untaint.C to HTTP standard's " and
24476: \" mech
24477:
24478: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24479: http://alx/~paf/ doesnt load /auto.p
24480:
24481: 2001-04-18 paf
24482:
24483: * src/main/pa_request.C: 1
24484:
24485: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24486: linux @alx
24487:
24488: 2001-04-17 paf
24489:
24490: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24491: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24492: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24493: enabled
24494:
24495: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24496: classes/_exec.h, classes/_file.h, classes/_form.h,
24497: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24498: classes/_random.h, classes/_response.h, classes/_string.h,
24499: classes/_table.h, classes/_unknown.h, classes/file.C,
24500: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24501: include/pa_config_fixed.h, include/pa_config_includes.h,
24502: include/pa_hash.h, include/pa_sql_driver_manager.h,
24503: include/pa_version.h, main/Makefile.am, main/compile.y,
24504: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24505: main/pa_sql_driver_manager.C, sql/Makefile.am,
24506: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24507: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24508: types/pa_vform.C, types/pa_vimage.h: exec @jav
24509:
24510: * src/: include/pa_sql_driver_manager.h,
24511: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24512: types/pa_vimage.h: sql driver interface now has initialize(client
24513: .so)
24514:
24515: 2001-04-16 paf
24516:
24517: * src/Makefile.am: compile2 cygwin
24518:
24519: * src/: include/pa_config_includes.h, main/pa_exec.C,
24520: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24521:
24522: * src/targets/cgi/Makefile.am: compile0 jav
24523:
24524: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24525: classes/_exec.h, classes/_file.h, classes/_form.h,
24526: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24527: classes/_random.h, classes/_response.h, classes/_string.h,
24528: classes/_table.h, classes/_unknown.h, classes/image.C,
24529: classes/mail.C, classes/op.C, classes/random.C,
24530: include/pa_config_fixed.h, include/pa_config_includes.h,
24531: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24532: main/compile.y, main/pa_common.C, main/pa_exec.C,
24533: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24534: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24535: compile-1
24536:
24537: 2001-04-15 paf
24538:
24539: * src/classes/op.C: z
24540:
24541: * src/classes/table.C: table:empty +=process
24542:
24543: * src/types/pa_value.h: MethodParams !junction
24544:
24545: * src/: classes/_string.h, classes/double.C, classes/file.C,
24546: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24547: classes/random.C, classes/response.C, classes/string.C,
24548: classes/table.C, classes/unknown.C, main/pa_request.C:
24549: MethodParams everywhere
24550:
24551: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24552: types/pa_vmethod_frame.h: MethodParams in op.C
24553:
24554: 2001-04-12 paf
24555:
24556: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24557:
24558: * src/: classes/_unknown.h, classes/unknown.C,
24559: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24560: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24561:
24562: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24563:
24564: * src/classes/image.C: image:gif now does not have params
24565:
24566: * src/classes/image.C:
24567: image:line/fill/rectangle/bar/replace/polygon/polybar
24568:
24569: * src/: classes/image.C, classes/op.C, main/execute.C,
24570: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24571: for var now written not to r.wcontext, but to r.root cleared
24572: "entered_object" state
24573:
24574: 2001-04-11 paf
24575:
24576: * src/classes/image.C: image:create image:load
24577:
24578: * src/: classes/image.C, main/main.dsp: gd with mem write + image
24579: just compiled
24580:
24581: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24582: todo: gif without file
24583:
24584: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
24585: started porting to Pooled descendant
24586:
24587: * src/: classes/image.C, main/execute.C, main/main.dsp,
24588: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
24589: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
24590: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
24591:
24592: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
24593: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
24594: end. switching to python imaging lib
24595:
24596: * src/main/main.dsp: gd+smtp made separate libs
24597:
24598: * src/: include/pa_globals.h, include/pa_string.h,
24599: main/pa_common.C, main/pa_request.C, main/untaint.C,
24600: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
24601: length
24602:
24603: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
24604: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
24605: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
24606: UL_FILE_NAME of posted file name
24607:
24608: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
24609: post [broke when moved post read to core]
24610:
24611: 2001-04-10 paf
24612:
24613: * src/classes/image.C: image:html done
24614:
24615: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
24616:
24617: * src/classes/image.C: z
24618:
24619: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
24620: forgotten!
24621:
24622: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24623: main/pa_request.C, main/pa_string.C, main/untaint.C,
24624: types/pa_vimage.h: image:measure -90
24625:
24626: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24627: classes/_int.h, classes/_mail.h, classes/_op.h,
24628: classes/_random.h, classes/_response.h, classes/_string.h,
24629: classes/_table.h, classes/file.C, classes/mail.C,
24630: include/pa_common.h, include/pa_globals.h, main/execute.C,
24631: main/main.dsp, main/pa_common.C, main/pa_globals.C,
24632: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
24633: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
24634: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
24635: compiled
24636:
24637: * src/classes/mail.C: minor bug with unclear from/to
24638:
24639: * src/classes/mail.C: sendmail unix skipping defaults
24640:
24641: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
24642: sendmail unix added defaults
24643:
24644: * src/classes/mail.C: unix sendmail compiled. todo:testing
24645:
24646: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
24647:
24648: 2001-04-09 paf
24649:
24650: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
24651: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
24652: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
24653: targets/isapi/parser3isapi.dsp: all targets exec
24654:
24655: * src/: include/pa_sapi.h, include/pa_string.h,
24656: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24657: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
24658: args in apache:util.script
24659:
24660: * src/include/pa_string.h: written but not tested exec with env for
24661: unix
24662:
24663: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
24664: targets/cgi/parser3.C: exec win32 env
24665:
24666: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
24667: 0
24668:
24669: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
24670: main/execute.C, main/main.dsp, main/pa_globals.C,
24671: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
24672: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
24673:
24674: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
24675: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
24676:
24677: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
24678: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
24679:
24680: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
24681: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
24682: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24683: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24684: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
24685: exec class just compiled. moved post read to request core
24686:
24687: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
24688: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
24689: main/pa_globals.C, targets/cgi/parser3.C,
24690: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
24691: are already read by vform
24692:
24693: 2001-04-08 paf
24694:
24695: * src/: classes/file.C, classes/mail.C, classes/string.C,
24696: include/pa_request.h, include/pa_string.h, main/pa_request.C:
24697: uuencode. string<<
24698:
24699: 2001-04-07 paf
24700:
24701: * src/classes/mail.C: z
24702:
24703: * src/classes/mail.C: z
24704:
24705: * src/classes/mail.C: ^mail[$attach
24706:
24707: * src/classes/mail.C: ^attach dead end
24708:
24709: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
24710: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24711: targets/isapi/parser3isapi.C: mail:send 1
24712:
24713: * src/: classes/mail.C, main/pa_request.C: z
24714:
24715: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
24716: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
24717: compiled
24718:
24719: * src/classes/mail.C: +=
24720:
24721: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
24722: prepared
24723:
24724: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
24725: include/pa_globals.h, include/pa_string.h, main/main.dsp,
24726: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24727: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
24728:
24729: 2001-04-06 paf
24730:
24731: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
24732: main/pa_string.C: table:dir 1
24733:
24734: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
24735: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
24736:
24737: * src/: classes/_op.h, classes/_root.h, classes/op.C,
24738: classes/root.C, include/pa_globals.h, include/pa_request.h,
24739: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
24740: main/pa_request.C: renamed 'root' to 'op'
24741:
24742: * src/classes/: _op.h, op.C: renamed from 'root'
24743:
24744: * src/types/pa_valiased.C: another root inherititance skipped
24745:
24746: * src/main/: compile.C, compile.y, execute.C: operators are now not
24747: root methods of parent class. just 'ROOT' class
24748:
24749: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
24750: @office
24751:
24752: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
24753:
24754: 2001-04-05 paf
24755:
24756: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
24757: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
24758: constructor flag dropped at get_method_frame and remembered into
24759: method_frame
24760:
24761: * src/: classes/file.C, classes/root.C, classes/string.C,
24762: classes/table.C, main/pa_request.C: junction to code&expression
24763: in errors
24764:
24765: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24766: main/pa_string.C, targets/isapi/parser3isapi.dsp:
24767: $LOCALE:ctype[Russian_Russia.1251]
24768:
24769: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24770: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
24771: main/pa_table.C: hash now not thread-safe.
24772:
24773: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24774: main/untaint.C: z
24775:
24776: * src/: classes/random.C, classes/root.C, classes/table.C,
24777: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
24778: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
24779: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
24780: types/pa_wcontext.h: sql quote. string untaint UL_SQL
24781:
24782: * src/: classes/table.C, include/pa_sql_connection.h,
24783: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
24784:
24785: * src/classes/table.C: select * from hren error contains statement
24786:
24787: * src/: classes/table.C, include/pa_sql_connection.h,
24788: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
24789: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
24790:
24791: * src/: classes/root.C, include/pa_sql_connection.h,
24792: include/pa_sql_driver.h, main/main.dsp,
24793: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
24794: services for conv memory & error reporting
24795:
24796: 2001-04-04 paf
24797:
24798: * src/doc/doxygen.cfg: z
24799:
24800: * src/include/pa_sql_driver.h: mysql connect
24801:
24802: * src/include/pa_sql_driver.h: mysql info
24803:
24804: * src/: classes/root.C, include/pa_sql_driver.h,
24805: include/pa_sql_driver_manager.h, main/main.dsp,
24806: main/pa_sql_driver_manager.C: more manager&connection&driver
24807:
24808: * src/sql/Makefile.am: forgot to add mysql client
24809:
24810: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
24811: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
24812: [forgot to add libltdl, added]
24813:
24814: * src/: Makefile.am, classes/root.C, classes/string.C,
24815: classes/table.C, include/pa_globals.h, include/pa_hash.h,
24816: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
24817: include/pa_string.h, include/pa_table.h, main/main.dsp,
24818: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24819: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
24820: -1000 just compiled
24821:
24822: * src/: classes/random.C, classes/root.C, classes/table.C,
24823: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
24824: main/pa_request.C, types/pa_vclass.h: sql frame -10
24825:
24826: 2001-04-03 paf
24827:
24828: * src/types/pa_vform.C: z
24829:
24830: * src/: classes/string.C, types/pa_vform.C: string:match replace
24831: assigned lang
24832:
24833: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
24834: {}[]< empty []
24835:
24836: * src/: classes/file.C, classes/string.C, classes/table.C,
24837: include/pa_string.h, main/pa_common.C, main/pa_string.C,
24838: main/untaint.C: string:match replace 2. string.cstr(forced lang)
24839:
24840: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24841: string:match replace strange matches
24842:
24843: * src/classes/string.C: string:match replace 0
24844:
24845: * src/: classes/string.C, main/pa_string.C: string:match replace
24846: prepared 2
24847:
24848: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24849: string:match replace prepared
24850:
24851: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24852: string:match replace -11
24853:
24854: * src/: classes/string.C, include/pa_globals.h,
24855: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
24856: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
24857:
24858: * src/: classes/string.C, include/pa_globals.h,
24859: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24860: main/pa_string.C: string:match [search] -1 just compiled
24861:
24862: * src/types/pa_vstring.C: z
24863:
24864: * src/: classes/double.C, classes/file.C, classes/form.C,
24865: classes/int.C, classes/response.C, classes/root.C,
24866: classes/string.C, classes/table.C, include/pa_string.h,
24867: main/pa_string.C: string:match -10 [frame]
24868:
24869: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24870: main/pa_request.C: z
24871:
24872: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24873: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24874: todo/tests
24875:
24876: * src/include/pa_common.h: z
24877:
24878: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24879: main/pa_request.C, targets/cgi/parser3.C,
24880: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24881: content-disposition
24882:
24883: * src/: include/pa_common.h, include/pa_globals.h,
24884: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24885: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24886:
24887: * src/: include/pa_common.h, include/pa_request.h,
24888: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24889: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24890: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24891: response:body
24892:
24893: * src/classes/table.C: table:append now uses string::split
24894:
24895: * src/classes/table.C: z
24896:
24897: * src/: classes/file.C, classes/root.C, classes/string.C,
24898: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24899: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24900: include/pa_string.h, main/execute.C, main/pa_string.C,
24901: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24902: string::pos & cmp & piece bugs fixed. string::split new
24903: table:load separated from set table:set implemented with clean \n
24904: \t searches
24905:
24906: 2001-04-02 paf
24907:
24908: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24909: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24910: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24911: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24912: it in table:set/load
24913:
24914: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24915: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24916:
24917: * src/classes/random.C: random:generate 1
24918:
24919: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24920: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24921: types/pa_value.h: random:generate
24922:
24923: 2001-03-30 paf
24924:
24925: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24926: todo: table flip and append. string::pos
24927:
24928: * src/: classes/double.C, classes/file.C, classes/int.C,
24929: classes/response.C, classes/root.C, classes/string.C,
24930: classes/table.C, main/compile.y, main/execute.C,
24931: types/pa_value.h, types/pa_vstateless_class.C,
24932: types/pa_vstateless_class.h: static|dynamic|any method
24933: registration
24934:
24935: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24936: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24937: table:flip
24938:
24939: 2001-03-29 paf
24940:
24941: * src/classes/string.C: string:xsplit forgot that they must result
24942: in 1 row N column [not vice versa]
24943:
24944: * src/classes/string.C: z
24945:
24946: * src/classes/string.C: string: rsplit
24947:
24948: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24949: string: lsplit
24950:
24951: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24952: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24953: lsplit -1
24954:
24955: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24956: string: pos
24957:
24958: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24959: string: pos -1
24960:
24961: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24962: main/compile.y, main/pa_request.C, main/pa_string.C,
24963: main/untaint.C: string: left right mid
24964:
24965: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24966: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24967: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24968: and [;] are different now.
24969:
24970: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24971: main/untaint.C: pool.request undone
24972:
24973: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24974: main/untaint.C: pool.request
24975:
24976: 2001-03-28 paf
24977:
24978: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24979: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24980: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24981: $request:browser [.type .version]; unknown.get_double now = 0.
24982:
24983: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24984: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24985: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24986: types/pa_vform.C: file:load autodetection of mime-type by
24987: user-file-name
24988:
24989: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24990: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24991: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24992:
24993: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24994: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24995: write. must be self.set
24996:
24997: * src/: classes/file.C, classes/root.C, classes/table.C,
24998: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24999:
25000: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25001: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25002: types/pa_vtable.h: table:locate just compiled
25003:
25004: 2001-03-27 paf
25005:
25006: * src/main/: execute.C, pa_common.C: fixed r/w context of
25007: code-params2, fixed ntfs hardlink slow dir update
25008:
25009: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25010: types/pa_wcontext.h: fixed r/w context of code-params
25011:
25012: * src/: classes/table.C, main/execute.C: about to change junction
25013: rcontext!!
25014:
25015: * src/: classes/double.C, classes/int.C, classes/root.C,
25016: classes/string.C, classes/table.C, main/compile_tools.C,
25017: main/execute.C, main/pa_request.C, main/untaint.C,
25018: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25019: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25020: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25021: types/pa_vunknown.h: sort 0
25022:
25023: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25024: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25025: renamed to are_static_calls_disabled
25026:
25027: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25028: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25029: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25030: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25031:
25032: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25033:
25034: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25035: started table:sort fixed minor bug in #...^{
25036:
25037: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25038: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25039: decided to have as it were. stepped back. grammar: added 'in'
25040: 'is' 'lt'&co follow-space check
25041:
25042: 2001-03-26 paf
25043:
25044: * src/: classes/file.C, classes/root.C, classes/table.C,
25045: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25046: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25047: main/pa_table.C: moved ::save to pa_table. disabled @auto
25048: invocation in ^process
25049:
25050: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25051:
25052: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25053: main/pa_array.C: table:record
25054:
25055: * src/: main/untaint.C, targets/cgi/parser3.C,
25056: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25057: targets/isapi/pool_storage.h, types/pa_valiased.h,
25058: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25059: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25060: types/pa_vtable.h: z
25061:
25062: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25063: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25064: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25065: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25066: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25067: method realisations on 'self' validity - they now can simply
25068: assume that 'self' is V{Proper} .
25069:
25070: 2001-03-25 paf
25071:
25072: * src/main/untaint.C: z
25073:
25074: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25075: lowlevel - it initialization could be skipped if failed in @auto.
25076: so that exception report would use some table
25077:
25078: * src/main/pa_request.C: table empty lines ignored. system-default
25079: content type assigned in output:result [can fail in main:auto and
25080: skipped normal defaults extraction]
25081:
25082: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25083: bug
25084:
25085: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25086: processing to table [except preliminary \r\n \r \n replacements
25087: to "\n"]
25088:
25089: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25090: move all the processing to table
25091:
25092: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25093: main/pa_table.C, main/untaint.C: returned table originating.
25094: useful for reporting typo table problems origin. think would be
25095: useful somewhere else
25096:
25097: * src/main/untaint.C: typo \r \r\n \n properly handled
25098:
25099: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25100: include/pa_table.h, main/compile.y, main/compile_tools.C,
25101: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25102: main/pa_string.C, main/pa_table.C, main/untaint.C,
25103: types/pa_vcookie.h: typo & typo-default
25104:
25105: 2001-03-24 paf
25106:
25107: * src/main/pa_common.C: z
25108:
25109: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25110: targets/cgi/parser3.C: html-typo 2
25111:
25112: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25113: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25114: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25115: main/execute.C, main/pa_array.C, main/pa_globals.C,
25116: main/pa_request.C, main/pa_string.C, main/untaint.C,
25117: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25118: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25119: noticed double default content-type prob. run cgi.cmd tomorrow
25120: first html-typo sample. detected << problem: they become ltlt too
25121: fast
25122:
25123: * src/main/compile.y: z
25124:
25125: * src/main/: compile.y, compile_tools.h: #comment
25126:
25127: * src/: classes/file.C, classes/root.C, classes/table.C,
25128: include/pa_common.h, include/pa_request.h, main/compile.y,
25129: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25130: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25131: stringified
25132:
25133: * src/types/pa_valiased.C: decided to String-ify file_read
25134:
25135: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25136: isapi/parser3isapi.dsp: cgi: sapi::log
25137:
25138: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25139: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25140: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25141: error log experiments failed - cgi under iis got no access to
25142: log. registereventsource simply failed with 5(illegal call) code,
25143: while worked OK as standalone executable. isapi: used
25144: HSE_APPEND_LOG_PARAMETER feature
25145:
25146: * src/: include/pa_common.h, include/pa_globals.h,
25147: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25148: targets/isapi/parser3isapi.C: fixed default content-type
25149: allocation storage
25150:
25151: * src/: include/pa_globals.h, include/pa_request.h,
25152: main/pa_globals.C, main/pa_request.C: z
25153:
25154: * src/: include/pa_array.h, include/pa_hash.h,
25155: include/pa_request.h, main/compile.y, main/pa_array.C,
25156: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25157: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25158: content-type
25159:
25160: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25161: sanity
25162:
25163: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25164: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25165: away freeze mech. no danger now for you can't do
25166: ^request:process[@new-method[] body] trick anymore. still
25167: remains $some_instance.process[@new-method[] possibility] but
25168: would leave it as a feature. see index for sample
25169:
25170: * src/: include/pa_common.h, main/pa_common.C,
25171: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25172: monkey every target
25173:
25174: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25175: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25176: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25177:
25178: 2001-03-23 paf
25179:
25180: * src/: include/pa_pool.h, main/pa_request.C,
25181: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25182: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25183: targets/isapi/pool_storage.h: isapi: dumb pool storage
25184:
25185: * src/targets/isapi/pa_pool.C: decided to continue with extension
25186:
25187: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25188: it would be better to rewrite as filter then to deal with pool
25189:
25190: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25191: now like in cgi, not from APPL_PHYSICAL_PATH
25192:
25193: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25194: include/pa_config_fixed.h, include/pa_config_includes.h,
25195: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25196: include/pa_version.h, main/compile.y, main/execute.C,
25197: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25198: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25199: main/untaint.C, targets/cgi/parser3.C,
25200: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25201: cgi: reinvent document_root and request_uri under iis. autoconf
25202: updated. introducing ap_config_includes
25203:
25204: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25205:
25206: * src/targets/cgi/parser3.C: cgi: only one pool now
25207:
25208: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25209: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25210: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25211: types/pa_venv.h, types/pa_vform.C: sapi made object
25212:
25213: * src/: include/pa_globals.h, main/pa_request.C,
25214: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25215: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25216: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25217:
25218: * src/: main/pa_request.C, targets/cgi/parser3.C,
25219: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25220: isapi minor env beauty
25221:
25222: * src/: main/pa_request.C, targets/cgi/parser3.C,
25223: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25224: isapi document_root 0
25225:
25226: 2001-03-22 paf
25227:
25228: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25229:
25230: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25231: isapi/parser3isapi.C: z
25232:
25233: * src/: include/pa_pool.h, main/pa_request.C,
25234: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25235:
25236: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25237: kill.pl: isapi added utils
25238:
25239: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25240: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25241: types/pa_vform.C: isapi 0
25242:
25243: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25244: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25245: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25246: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25247: started isapi
25248:
25249: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25250: some comments
25251:
25252: * src/: include/pa_globals.h, include/pa_request.h,
25253: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25254: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25255: parser_root_auto_path parser_site_auto_path
25256:
25257: * src/types/pa_vcookie.C: cookie attr decoded
25258:
25259: 2001-03-21 paf
25260:
25261: * src/targets/cgi/parser3.C: z
25262:
25263: * src/include/pa_globals.h: post. todo: config of auto.p path
25264:
25265: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25266: types/pa_venv.h: in cookie & env. todo:post
25267:
25268: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25269: classes/root.C, classes/table.C, include/pa_array.h,
25270: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25271: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25272: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25273: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25274: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25275: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25276: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25277: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25278: shifted apache branch on main trunc
25279:
25280: * src/: include/pa_common.h, include/pa_globals.h,
25281: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25282: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25283: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25284: starting mod_parser3
25285:
25286: * src/targets/cgi/parser3.C: starting mod_parser3
25287:
25288: 2001-03-20 paf
25289:
25290: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25291: targets/cgi/parser3.C: automake compiled and works. todo:make
25292: win32 ifdefs work and add ifdef unistd
25293:
25294: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25295: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25296: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25297: z
25298:
25299: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25300: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25301: locking
25302:
25303: * src/: classes/Makefile.am, types/Makefile.am: z
25304:
25305: * src/: Makefile.am, classes/file.C, classes/root.C,
25306: classes/table.C, include/pa_array.h, include/pa_request.h,
25307: include/pa_string.h, main/Makefile.am, main/execute.C,
25308: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25309: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25310: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25311: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25312:
25313: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25314: main/pa_request.C, types/pa_vfile.h: ^table:save
25315:
25316: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25317: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25318: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25319: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25320: types/pa_vform.h: z
25321:
25322: * src/include/pa_string.h: z
25323:
25324: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25325: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25326: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25327: :Value
25328:
25329: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25330: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25331: :VStateless_object
25332:
25333: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25334: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25335: :VStateless_object
25336:
25337: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25338: types/pa_valiased.C, types/pa_vform.h: commented VForm
25339:
25340: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25341: types/pa_valiased.h, types/pa_value.h,
25342: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25343: types/pa_vstateless_object.h: moved common get_element part from
25344: stateless object&class into VAliased
25345:
25346: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25347: classes/table.C, main/execute.C, main/main.dsp,
25348: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25349: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25350: now :Value
25351:
25352: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25353: main/execute.C, main/main.dsp, main/pa_globals.C,
25354: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25355:
25356: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25357: doxx
25358:
25359: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25360: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25361: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25362: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25363: and ^file:save
25364:
25365: 2001-03-19 paf
25366:
25367: * src/types/pa_vfile.C: z
25368:
25369: * src/: classes/file.C, classes/request.C, classes/table.C,
25370: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25371: main/pa_request.C, main/untaint.C, types/pa_value.h,
25372: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25373:
25374: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25375: include/pa_string.h, include/pa_table.h, main/main.dsp,
25376: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25377: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25378: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25379: classes/_file.h, classes/file.C, types/pa_vfile.C,
25380: types/pa_vfile.h: file class just compiled
25381:
25382: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25383: include/pa_table.h, include/pa_types.h, main/execute.C,
25384: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25385: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25386: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25387:
25388: * src/include/pa_pool.h: z
25389:
25390: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25391: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25392: Hash::Value to Val so to doxygen would finlly stop confusing
25393: those Value-s
25394:
25395: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25396: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25397: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25398: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25399: include/pa_types.h, main/compile.C, main/compile.y,
25400: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25401: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25402: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25403: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25404: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25405:
25406: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25407: derivates somehow unlinked. don't know why yet
25408:
25409: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25410: include/pa_string.h, include/pa_threads.h, main/compile.C,
25411: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25412: main/execute.C, main/pa_array.C, main/pa_common.C,
25413: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25414: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25415: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25416:
25417: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25418: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25419: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25420: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25421: types/pa_vrequest.h: doc: detected Value derivates prob
25422:
25423: * src/include/pa_globals.h: z
25424:
25425: * src/: classes/_request.h, classes/request.C, include/code.h,
25426: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25427: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25428: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25429: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25430: main/execute.C, main/pa_pool.C, main/pa_request.C,
25431: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25432: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25433:
25434: 2001-03-18 paf
25435:
25436: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25437: cookie: allowed access to hash-assigned
25438:
25439: * src/targets/cgi/parser3.C: z
25440:
25441: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25442: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25443: include/pa_types.h, main/main.dsp, main/pa_common.C,
25444: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25445: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25446: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25447: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25448: types/pa_vunknown.h: cookie class
25449:
25450: * src/main/pa_request.C: zero length output allowed
25451:
25452: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25453: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25454:
25455: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25456: lang switch
25457:
25458: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25459: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25460: types/pa_value.h, types/pa_vhash.h:
25461: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25462:
25463: * src/main/execute.C: z
25464:
25465: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25466: targets/cgi/parser3.C: taint[uri
25467:
25468: * src/: classes/request.C, classes/response.C, classes/root.C,
25469: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25470: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25471: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25472:
25473: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25474: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25475: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25476: types/pa_vstateless_class.C: convinient string(pool, char *src,
25477: bool tainted) ctor
25478:
25479: * src/: include/pa_hash.h, include/pa_request.h,
25480: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25481: main/pa_request.C, main/pa_string.C, main/untaint.C,
25482: targets/cgi/parser3.C: proper @exceptions params tainting
25483:
25484: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25485: response fields to header
25486:
25487: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25488: z
25489:
25490: * src/: classes/_response.h, classes/response.C,
25491: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25492: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25493: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25494: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25495: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25496: $response: 0 request::core exception rethrow
25497:
25498: 2001-03-16 paf
25499:
25500: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25501: types/pa_vrequest.h: native method' class call with less params
25502: then needed error reporting
25503:
25504: * src/: classes/_request.h, classes/request.C,
25505: include/pa_globals.h, include/pa_request.h, main/execute.C,
25506: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25507: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25508: types/pa_vrequest.h: $request : query :uri
25509:
25510: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25511: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25512: types/pa_wcontext.h: $result
25513:
25514: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25515:
25516: * src/: classes/double.C, include/code.h, main/compile.y,
25517: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25518: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25519:
25520: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25521: main/compile.y, main/execute.C, types/pa_value.h,
25522: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25523: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25524: wcontext conflict
25525:
25526: * src/: main/execute.C, types/pa_value.h,
25527: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25528: $string.field
25529:
25530: 2001-03-15 paf
25531:
25532: * src/main/pa_request.C: news sample
25533:
25534: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25535: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25536:
25537: * src/main/: compile.y, execute.C: z
25538:
25539: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25540: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25541: pre pre works
25542:
25543: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25544: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25545: fillfields just compiled
25546:
25547: 2001-03-14 paf
25548:
25549: * src/: include/pa_request.h, main/pa_request.C,
25550: targets/cgi/parser3.C: z
25551:
25552: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25553: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25554: types/pa_vstring.h: limits -1
25555:
25556: * src/: include/pa_globals.h, include/pa_request.h,
25557: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25558: main/pa_request.C, targets/cgi/parser3.C,
25559: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25560: request_info -1
25561:
25562: * src/: include/pa_globals.h, main/pa_globals.C,
25563: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25564: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25565: vform_fields_fill
25566:
25567: * src/targets/cgi/parser3.C: # if MSVC
25568:
25569: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25570: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25571:
25572: * src/targets/cgi/parser3.C: z
25573:
25574: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25575: include/pa_string.h, include/pa_types.h, main/compile.y,
25576: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
25577: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
25578: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
25579: types/pa_vunknown.h: global handler, exceptions in parser3
25580:
25581: 2001-03-13 paf
25582:
25583: * src/: classes/form.C, main/compile.y, main/core.C,
25584: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
25585: types/pa_vform.h, types/pa_vstateless_class.C,
25586: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
25587: instead
25588:
25589: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25590: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
25591: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
25592: started cgi target
25593:
25594: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
25595: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
25596: before error show with parser
25597:
25598: * src/: classes/_form.h, classes/form.C, include/core.h,
25599: include/pa_request.h, main/core.C, main/pa_request.C,
25600: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
25601:
25602: * src/targets/cgi/: parser.dsp, parser3.dsp: z
25603:
25604: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
25605: parser3.C: renamed targets/ parser to cgi
25606:
25607: * src/: classes/double.C, classes/env.C, classes/int.C,
25608: classes/root.C, classes/string.C, classes/table.C,
25609: include/pa_request.h, types/pa_vhash.h: z
25610:
25611: * src/: classes/_env.h, classes/env.C, classes/root.C,
25612: include/core.h, include/pa_pool.h, include/pa_request.h,
25613: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
25614: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25615: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
25616: [historical moment :)]
25617:
25618: * src/: include/code.h, include/pa_string.h, main/compile.y,
25619: main/execute.C, main/pa_string.C: 'value is type' expr operator
25620:
25621: * src/types/pa_venv.h: $ENV 1
25622:
25623: * src/main/execute.C: z
25624:
25625: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
25626: future methods of ENV constructor if
25627:
25628: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
25629: class
25630:
25631: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25632: classes/_root.h, classes/_string.h, classes/_table.h,
25633: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25634: classes/string.C, classes/table.C, include/pa_request.h,
25635: main/compile.C, main/compile_tools.h, main/core.C,
25636: main/execute.C, main/main.dsp, main/pa_request.C,
25637: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25638: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25639: types/pa_vobject.h, types/pa_vstateless_class.C,
25640: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25641: types/pa_wcontext.h: $ENV: re 0, stateless classes
25642:
25643: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25644: classes/_root.h, classes/_string.h, classes/_table.h,
25645: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
25646: classes/string.C, classes/table.C, include/pa_request.h,
25647: main/compile.C, main/compile_tools.h, main/core.C,
25648: main/execute.C, main/main.dsp, main/pa_request.C,
25649: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
25650: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
25651: types/pa_vobject.h, types/pa_vstateless_class.C,
25652: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
25653: types/pa_wcontext.h: $ENV: re 0, stateless classes
25654:
25655: * src/: include/pa_request.h, main/compile.C, main/execute.C,
25656: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
25657: yesterdays bad decision on execute_static_method
25658:
25659: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
25660:
25661: * src/: classes/double.C, classes/int.C, classes/root.C,
25662: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
25663:
25664: * src/main/pa_request.C: z
25665:
25666: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25667: include/pa_pool.h: skipped_restructure_exceptions_dead_end
25668:
25669: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
25670: include/pa_pool.h, main/pa_request.C:
25671: restructure_exceptions_dead_end
25672:
25673: * src/: classes/root.C, main/compile.y: ^if required junctions.
25674: allowed ; inside {} to break params
25675:
25676: * src/classes/root.C: ^eval
25677:
25678: * src/: classes/_string.h, classes/double.C, classes/int.C,
25679: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
25680: string ^format
25681:
25682: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
25683: 'bad' but not 'enough'
25684:
25685: * src/: classes/double.C, classes/root.C, classes/table.C,
25686: include/pa_common.h, include/pa_types.h, main/compile.y,
25687: main/pa_common.C, main/pa_request.C, main/untaint.C,
25688: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
25689: types/pa_wwrapper.h: think constructing flag as is is bad
25690:
25691: * src/: classes/double.C, classes/int.C, classes/root.C,
25692: classes/string.C, classes/table.C, main/core.C, main/execute.C,
25693: types/pa_vint.h: ^for
25694:
25695: 2001-03-12 paf
25696:
25697: * src/classes/table.C: table ^empty
25698:
25699: * src/: classes/table.C, include/pa_table.h: table ^menu
25700:
25701: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
25702: ^offset ^line ^count
25703:
25704: * src/classes/root.C: ^round() ^floor() ^ceiling()
25705: ^abs() ^sign()
25706:
25707: * src/classes/: root.C, table.C: ^use
25708:
25709: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25710: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
25711: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
25712: ^while. switched off wcontext.constructing after write(value) or
25713: auto-vhash-constructing
25714:
25715: * src/: classes/root.C, classes/table.C, include/pa_request.h,
25716: main/pa_request.C: fail_if_junction_ helper func
25717:
25718: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25719: include/pa_request.h, main/execute.C, main/main.dsp,
25720: main/pa_common.C, main/pa_request.C: ^process error point by
25721: actual method_name, not source. ^load
25722:
25723: * src/types/pa_vtable.h: table: no, better with string in cells...
25724:
25725: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
25726: classes/_table.h, classes/table.C, main/untaint.C: z
25727:
25728: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
25729: include/pa_table.h, main/core.C, main/execute.C,
25730: main/pa_common.C, main/pa_request.C, main/pa_table.C,
25731: types/pa_value.h: table:set 0
25732:
25733: * src/: classes/root.C, include/core.h, include/pa_array.h,
25734: include/pa_request.h, include/pa_table.h, main/core.C,
25735: main/main.dsp, main/pa_request.C, main/pa_table.C,
25736: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
25737: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
25738: types/pa_vstring.h: freeze, ^table:create[] -1
25739:
25740: * src/: classes/root.C, types/pa_value.h: z
25741:
25742: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
25743: get_method in couple places optimizing them
25744:
25745: * src/classes/root.C: z
25746:
25747: * src/: classes/root.C, types/pa_vclass.h: process temp main
25748: zeroing
25749:
25750: * src/: classes/double.C, classes/int.C, classes/root.C,
25751: classes/string.C, include/pa_common.h, include/pa_request.h,
25752: include/pa_string.h, include/pa_types.h, main/compile.C,
25753: main/compile.y, main/compile_tools.h, main/execute.C,
25754: main/pa_common.C, main/pa_request.C, types/pa_value.h,
25755: types/pa_vmframe.h: ^process. actual names to store param and
25756: check_actual_numbered_params for better place diagnostics
25757:
25758: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
25759: method-junctions bug fixed
25760:
25761: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
25762: pa_vstateless_object.h, pa_vstring.h: stateless_object
25763:
25764: 2001-03-11 paf
25765:
25766: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
25767: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
25768: VDouble VInt base now VObject_base - without fields
25769:
25770: * src/: classes/root.C, include/core.h, main/core.C: z
25771:
25772: * src/: classes/double.C, classes/int.C, classes/root.C,
25773: classes/string.C, include/core.h, include/pa_hash.h,
25774: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
25775: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
25776:
25777: * src/: classes/double.C, classes/int.C, classes/root.C,
25778: include/pa_request.h, main/execute.C: intercept_string
25779:
25780: * src/: classes/double.C, classes/int.C, classes/root.C,
25781: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
25782:
25783: * src/: classes/double.C, classes/int.C, include/pa_request.h:
25784: ^inc-s(expr)
25785:
25786: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25787: classes/_root.h, classes/_string.h, classes/double.C,
25788: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25789: include/code.h, include/core.h, include/pa_array.h,
25790: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25791: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25792: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25793: include/pa_types.h, main/compile.C, main/compile.y,
25794: main/compile_tools.C, main/compile_tools.h, main/core.C,
25795: main/execute.C, main/pa_array.C, main/pa_common.C,
25796: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
25797: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25798: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25799: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25800: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25801: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25802: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25803: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
25804:
25805: * src/: main/pa_request.C, types/pa_vhash.h: z
25806:
25807: * src/: include/core.h, include/pa_request.h, main/core.C,
25808: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
25809:
25810: * src/: include/pa_valiased.h, include/pa_value.h,
25811: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25812: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25813: include/pa_vjunction.h, include/pa_vmframe.h,
25814: include/pa_vobject.h, include/pa_vstring.h,
25815: include/pa_vunknown.h, include/pa_wcontext.h,
25816: include/pa_wwrapper.h, main/compile.y, main/core.C,
25817: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
25818: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
25819: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
25820: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
25821: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
25822: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
25823: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
25824: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
25825: include/
25826:
25827: 2001-03-10 paf
25828:
25829: * src/: include/core.h, include/pa_request.h, main/core.C,
25830: main/pa_request.C: run+auto=run
25831:
25832: * src/: classes/root.C, include/pa_request.h: minor if junction bug
25833:
25834: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
25835: classes/_root.h, classes/_string.h, classes/double.C,
25836: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
25837: include/code.h, include/core.h, include/pa_array.h,
25838: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
25839: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25840: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25841: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
25842: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
25843: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
25844: include/pa_vjunction.h, include/pa_vmframe.h,
25845: include/pa_vobject.h, include/pa_vstring.h,
25846: include/pa_vunknown.h, include/pa_wcontext.h,
25847: include/pa_wwrapper.h, main/compile.C, main/compile.y,
25848: main/compile_tools.C, main/compile_tools.h, main/core.C,
25849: main/execute.C, main/pa_array.C, main/pa_cframe.C,
25850: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
25851: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25852: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
25853: main/pa_wcontext.C: sources header
25854:
25855: * src/main/pa_request.C: auto..
25856:
25857: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25858: main/pa_request.C: auto tree0
25859:
25860: * src/: include/core.h, include/pa_request.h, main/compile.y,
25861: main/core.C, main/pa_request.C: names to core.C
25862:
25863: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25864: include/pa_request.h, main/core.C, main/execute.C,
25865: main/pa_common.C, main/pa_request.C: root auto.p loaded
25866:
25867: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25868: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25869: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25870: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25871:
25872: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25873: @auto[] realised. auto.p scan togo
25874:
25875: * src/: include/pa_request.h, main/execute.C: autocalc
25876: code-junctions result now have names
25877:
25878: * src/: classes/double.C, classes/int.C, classes/root.C,
25879: classes/string.C, include/pa_request.h, include/pa_string.h,
25880: include/pa_wcontext.h, main/compile.y, main/execute.C,
25881: main/pa_string.C, main/pa_wcontext.C: tainting 0
25882:
25883: * src/classes/env.C: env:file/line
25884:
25885: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25886: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25887: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25888: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25889: main/compile_tools.C, main/compile_tools.h, main/core.C,
25890: main/execute.C, main/main.dsp, main/pa_cframe.C,
25891: main/pa_request.C, main/pa_wcontext.C: const fight finished
25892:
25893: * src/include/pa_vclass.h: const fight to go
25894:
25895: * src/: classes/_env.h, classes/env.C, classes/root.C,
25896: include/pa_request.h, include/pa_vclass.h, main/core.C,
25897: main/main.dsp: env0
25898:
25899: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25900: classes/_string.h, classes/double.C, classes/int.C,
25901: classes/root.C, classes/string.C, include/pa_request.h,
25902: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25903: include/pa_wcontext.h, main/core.C, main/main.dsp,
25904: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25905: main/pa_wcontext.C: ^lang prepare0
25906:
25907: 2001-03-09 paf
25908:
25909: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25910: construct proper naming
25911:
25912: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25913: classes/double.C, classes/int.C, classes/root.C,
25914: classes/string.C, include/code.h, include/pa_value.h,
25915: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25916: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25917: main/compile.y, main/compile_tools.C, main/core.C,
25918: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25919: and ^double[]. fixed expr type
25920:
25921: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25922: ^string.length[]
25923:
25924: 2001-03-08 paf
25925:
25926: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25927:
25928: * src/: include/pa_vclass.h, include/pa_vstring.h,
25929: include/pa_wcontext.h, main/compile.y, main/core.C,
25930: main/execute.C, main/main.dsp: dead end: vstring can't be
25931: derivated from vobject
25932:
25933: * src/: include/pa_vclass.h, include/pa_vhash.h,
25934: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25935:
25936: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25937: remained clone conseqs
25938:
25939: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25940:
25941: * src/main/pa_vclass.C: wow! vclass were out of vcs
25942:
25943: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25944: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25945: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25946: include/pa_vobject.h, include/pa_vstring.h,
25947: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25948: main/execute.C: withoud cloning. didn't need it actually, params
25949: got passed from out unnamed ewpool
25950:
25951: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25952: include/pa_vjunction.h, include/pa_vobject.h,
25953: include/pa_vunknown.h, main/compile.y: cloning dead end
25954:
25955: * src/: include/pa_bool.h, include/pa_double.h,
25956: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25957: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25958: include/pa_vjunction.h, include/pa_vmframe.h,
25959: include/pa_vobject.h, include/pa_vstring.h,
25960: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25961: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25962: to give params proper names
25963:
25964: * src/main/pa_wcontext.C: z
25965:
25966: * src/: include/pa_vmframe.h, main/execute.C: added names to
25967: unknown values in get_element and unfilled params. removed wrong
25968: name change in get_element
25969:
25970: * src/main/execute.C: z
25971:
25972: * src/main/execute.C: fixed problems calling operators in
25973: constructors
25974:
25975: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25976: detected problems calling operators in constructors
25977:
25978: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25979: autocalc def to string
25980:
25981: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25982: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25983:
25984: * src/classes/root.C: added root.c
25985:
25986: * src/: include/pa_request.h, include/pa_value.h,
25987: include/pa_vcframe.h, include/pa_vmframe.h,
25988: include/pa_wcontext.h, main/compile.C, main/compile.y,
25989: main/core.C, main/execute.C, main/pa_cframe.C,
25990: main/pa_wcontext.C: 'if' just compiled
25991:
25992: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25993: include/pa_vjunction.h, include/pa_vmframe.h,
25994: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25995: main/pa_wcontext.C: z
25996:
25997: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25998: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25999: with parameter names in operator methods
26000:
26001: * src/main/compile.y: minor renamings in .y
26002:
26003: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26004: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26005: @BASE. changed 'RUN' assignment mech
26006:
26007: * src/main/execute.C: z
26008:
26009: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26010: main/compile_tools.h, main/execute.C: made class: dynamic, not
26011: static. so to enable runtime ^use
26012:
26013: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26014:
26015: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26016: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26017:
26018: * src/main/execute.C: root root in code-junction
26019:
26020: 2001-03-07 paf
26021:
26022: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26023: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26024:
26025: * src/: include/pa_stack.h, include/pa_value.h,
26026: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26027: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26028: fixed rwcontext of {} params up
26029:
26030: * src/main/: compile.y, compile_tools.h: ^func(params)
26031:
26032: * src/main/compile.y: .y priorities syntax shaped up a bit
26033:
26034: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26035: include/pa_vunknown.h, main/compile.y, main/execute.C,
26036: main/pa_hash.C: expr def in -f
26037:
26038: * src/main/: compile.y, execute.C: expr calls
26039:
26040: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26041: fixed
26042:
26043: * src/main/compile.y: expr quoted code
26044:
26045: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26046: support0
26047:
26048: * src/main/compile.y: expr string comparisons 0
26049:
26050: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26051: main/pa_string.C: just compiled lt&co
26052:
26053: * src/main/execute.C: ^var.menu{$field} problem detected. that
26054: $field not a $var.field
26055:
26056: 2001-03-06 paf
26057:
26058: * src/main/compile.y: .y expr visible-shorter
26059:
26060: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26061: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26062: logical
26063:
26064: * src/: include/pa_vstring.h, main/compile.y: problems with
26065: skipping whitespace in yylex
26066:
26067: * src/include/pa_vbool.h: forgot this
26068:
26069: * src/: include/code.h, main/compile.y, main/execute.C: without
26070: string ops in expressions 0
26071:
26072: * src/: include/pa_value.h, include/pa_vdouble.h,
26073: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26074: main/execute.C, main/main.dsp: !~
26075:
26076: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26077: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26078: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26079: include/pa_vunknown.h, include/pa_wcontext.h,
26080: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26081: main/compile_tools.h, main/execute.C: +-*/
26082:
26083: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26084: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26085:
26086: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26087: main/execute.C: expr grammar-1 2*2=4.000000 :)
26088:
26089: * src/main/compile.y: expr grammar-1
26090:
26091: * src/main/compile.y: expr lexx1
26092:
26093: * src/main/: compile.y, execute.C, main.dsp: z
26094:
26095: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26096: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26097: main/execute.C: expr lex0 exec-1
26098:
26099: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26100:
26101: 2001-02-26 paf
26102:
26103: * src/main/compile.y: max_string in yyerror bug fix
26104:
26105: 2001-02-25 paf
26106:
26107: * src/: include/pa_value.h, include/pa_vmframe.h,
26108: include/pa_wcontext.h, main/execute.C: VAliased3
26109:
26110: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26111:
26112: * src/main/execute.C: VAliased1
26113:
26114: * src/: include/pa_request.h, include/pa_value.h,
26115: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26116: VAliased0
26117:
26118: * src/: include/pa_pool.h, include/pa_request.h,
26119: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26120: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26121: VAliased just compiled
26122:
26123: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26124: include/pa_vobject.h, main/execute.C: alias dead end
26125:
26126: * src/: include/pa_value.h, include/pa_vclass.h,
26127: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26128: main/main.dsp: no not get fields into interm VFielded class.
26129: fields & staticfields 1
26130:
26131: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26132: include/pa_vobject.h, include/pa_wcontext.h,
26133: include/pa_wwrapper.h, main/core.C, main/execute.C,
26134: main/main.dsp: would now get fields into interm VFielded class
26135:
26136: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26137: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26138: include/pa_wcontext.h, main/compile.y, main/core.C,
26139: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26140: main/pa_wcontext.C: virtuals2
26141:
26142: * src/main/compile.y: : 1
26143:
26144: * src/main/compile.y: rethought to $class:static.field.subfield
26145:
26146: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26147: $class:element
26148:
26149: * src/: include/pa_value.h, include/pa_vmframe.h,
26150: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26151: main/pa_wcontext.C: before execute class calls rewrite
26152:
26153: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26154: name RUN, also alias
26155:
26156: * src/main/compile.y: escaping bug
26157:
26158: * src/: include/pa_request.h, include/pa_value.h,
26159: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26160: main/core.C, main/execute.C, main/pa_common.C: vobject1
26161:
26162: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26163: include/pa_vmframe.h, include/pa_vobject.h,
26164: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26165: main/compile_tools.h, main/execute.C: ^class:method() just
26166: compiled
26167:
26168: 2001-02-24 paf
26169:
26170: * src/main/main.dsp: no bison -d
26171:
26172: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26173: class' err msg wrong
26174:
26175: * src/main/compile.y: z
26176:
26177: * src/main/: compile.y, core.C: yylex need some @special lines adj
26178:
26179: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26180: main/compile.y, main/compile_tools.h, main/core.C: modules0
26181:
26182: * src/: include/pa_vclass.h, main/core.C: z
26183:
26184: * src/: include/pa_value.h, include/pa_vclass.h,
26185: include/pa_vobject.h, main/main.dsp: vobject00
26186:
26187: * src/main/pa_array.C: minor bug in expanding very small arrays.
26188: 60% from 1 were 0
26189:
26190: * src/: include/pa_value.h, include/pa_wcontext.h,
26191: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26192: as bad as you've named it: wcontext.value() was not a perfect
26193: idea
26194:
26195: * src/main/execute.C: codeframe1
26196:
26197: * src/: include/pa_value.h, include/pa_vcframe.h,
26198: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26199: include/pa_vjunction.h, include/pa_vmframe.h,
26200: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26201: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26202: just compiled
26203:
26204: * src/: include/pa_vframe.h, main/compile.y: found junction
26205: ideology @: ^x{$a()) must construct current wcontext element, so
26206: smart wcontext handling needed
26207:
26208: * src/main/compile.y: fixed grammar bugs in constructor/params
26209: klinch
26210:
26211: * src/main/: compile.y, execute.C: fixed empty constructor
26212: optimized empty case. failed on calls - produced empty string
26213: param
26214:
26215: * src/main/compile.y: fixed last \n macrotemplate strip bug
26216:
26217: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26218: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26219: main/compile_tools.C, main/compile_tools.h, main/core.C,
26220: main/execute.C: code junctions0. something wrong with last \n
26221: macrotemplate strip
26222:
26223: * src/: include/pa_value.h, main/compile.C, main/core.C,
26224: main/pa_value.C: minor error reporting format beautifyings
26225:
26226: * src/: include/pa_value.h, include/pa_vclass.h,
26227: include/pa_vframe.h, main/core.C, main/execute.C,
26228: main/pa_value.C: get_method RIP. junctions everywhere. call with
26229: junctions0
26230:
26231: 2001-02-23 paf
26232:
26233: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26234: pa_wwrapper.h: lara came, can't work, sorry :(
26235:
26236: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26237: junction
26238:
26239: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26240: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26241: main/execute.C, main/main.dsp, main/pa_value.C: call0
26242:
26243: * src/: include/pa_hash.h, include/pa_value.h,
26244: include/pa_wcontext.h, main/core.C, main/execute.C,
26245: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26246: done
26247:
26248: * src/include/pa_wcontext.h: z
26249:
26250: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26251: wrong grammar in complex constructor case
26252:
26253: * src/main/: compile.y, execute.C: empty constructor bug fixed
26254:
26255: * src/main/execute.C: with result rwpool
26256:
26257: * src/: include/pa_value.h, main/core.C, main/execute.C,
26258: main/main.dsp: value named
26259:
26260: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26261: strign 2 value in 2 places in execute
26262:
26263: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26264: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26265: wcontext.put_element when wcontext fvalue==0
26266:
26267: 2001-02-22 paf
26268:
26269: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26270: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26271: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26272:
26273: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26274: erroreos checkout
26275:
26276: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26277:
26278: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26279: main/compile_tools.h, main/pa_array.C: $self.get
26280:
26281: * src/main/: compile.C, compile.y, compile_tools.C: z
26282:
26283: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26284: bit. finished now.
26285:
26286: * src/main/compile.y: $: finished
26287:
26288: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26289:
26290: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26291: main/execute.C: OP_STRING better then some xxx _VALUE
26292:
26293: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26294: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26295: string to vstring it .y all
26296:
26297: * src/: include/pa_request.h, include/pa_stack.h,
26298: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26299: all
26300:
26301: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26302: precise parse error line:col
26303:
26304: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26305: main/pa_hash.C, main/pa_pool.C: TRY...
26306:
26307: * src/: include/pa_exception.h, include/pa_pool.h,
26308: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26309: main/compile.C, main/compile.y, main/compile_tools.C,
26310: main/core.C, main/pa_array.C, main/pa_exception.C,
26311: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26312: main/pa_table.C: removed exception from request
26313:
26314: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26315: some forgotten
26316:
26317: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26318: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26319: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26320: get/put simple vars to VClass works0
26321:
26322: * src/: include/pa_array.h, include/pa_wcontext.h,
26323: main/pa_string.C: in process, but found that exceptions are too
26324: global
26325:
26326: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26327: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26328: main/execute.C, main/pa_string.C: write_value write_string 0 it
26329: seems wcontext must write strings regardles of fvalue!=0
26330:
26331: 2001-02-21 paf
26332:
26333: * src/main/execute.C: tired :)
26334:
26335: * src/main/: compile.C, compile.y, execute.C: store0
26336:
26337: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26338: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26339: include/pa_wcontext.h, main/compile.C, main/compile.y,
26340: main/execute.C, main/main.dsp, main/pa_array.C,
26341: main/pa_request.C: get put -1 [just compiled]
26342:
26343: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26344: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26345: main/main.dsp, main/pa_request.C: request core methods0
26346:
26347: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26348: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26349: execute
26350:
26351: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26352: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26353: methods and one_big_piece. now compile returns array<method*>
26354:
26355: * src/main/compile.y: more straightforward yylex[end]
26356:
26357: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26358: string.operator==(char*)
26359:
26360: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26361: main/execute.C, main/pa_array.C: after array.const get wonders
26362:
26363: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26364: pa_string.h, pa_value.h: struck with const array.gets
26365:
26366: * src/main/: execute.C: z
26367:
26368: * src/main/: compile.y, execute.C: z
26369:
26370: * src/main/: compile.C, compile.y, compile_tools.h: error
26371: processing in eval & yyerror so it wouldn't cause memleaks.
26372:
26373: * src/main/: compile.C, compile.y: failed to add absolute precies
26374: parse error positions. leaving RIGHTMOST position as
26375: @file[line:col]
26376:
26377: * src/: include/compile.h, main/compile.C, main/compile.y,
26378: main/compile_tools.h: line numbers needed. would add them to .y
26379: now internally. externally it's not as precise as needed
26380:
26381: * src/: include/code.h, include/pa_types.h, main/compile.C,
26382: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26383: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26384: compiler works ok
26385:
26386: 2001-02-20 paf
26387:
26388: * src/main/: compile.C, compile.y, compile_tools.C,
26389: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26390: not perfect
26391:
26392: * src/: include/code.h, include/compile.h, include/execute.h,
26393: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26394: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26395: main/compile.C, main/compile.y, main/compile_tools.C,
26396: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26397: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26398: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26399: compiled. execute=dump for now
26400:
26401: * src/main/core.C: core rewrite using yacc investigations now will
26402: be compile[yacc]/execute[opcodes]
26403:
26404: 2001-02-15 paf
26405:
26406: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26407: rewrite as turing machine? for it seems it would be it's too many
26408: ifs with this syntax now
26409:
26410: 2001-02-14 paf
26411:
26412: * src/main/core.C: get_params 1
26413:
26414: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26415: :( ]
26416:
26417: * src/main/core.C: varios breaks
26418:
26419: * src/main/core.C: get names 3
26420:
26421: * src/main/core.C: get names 2
26422:
26423: * src/main/core.C: get names 1
26424:
26425: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26426: names 0
26427:
26428: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26429: text repassing2 operator static vars
26430:
26431: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26432: main/pa_string.C: process text repassing
26433:
26434: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26435: module:calls changes
26436:
26437: 2001-02-13 paf
26438:
26439: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26440: ^class:calls[] started
26441:
26442: * src/: include/pa_value.h, main/core.C: z
26443:
26444: * src/main/core.C: operators : and self. prefixes
26445:
26446: * src/main/core.C: z
26447:
26448: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26449: tested
26450:
26451: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26452: optimized
26453:
26454: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26455: would change privates to better support optimization
26456:
26457: * src/: include/pa_string.h, main/pa_string.C:
26458: String_iterator::skip_to todo:optimize
26459:
26460: 2001-02-12 paf
26461:
26462: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26463: String_iterator
26464:
26465: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26466: comments
26467:
26468: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26469: self/methodref joined
26470:
26471: 2001-02-11 paf
26472:
26473: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26474: main/main.dsp: core started. core.C, context&value .h
26475:
26476: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26477: include/pa_string.h, main/main.dsp, main/pa_array.C,
26478: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26479:
26480: 2001-01-30 paf
26481:
26482: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26483: comments
26484:
26485: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26486: main/pa_pool.C: moved pa_pool.C to be target specific
26487:
26488: * src/: include/pa_exception.h, include/pa_pool.h,
26489: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26490: to & changes
26491:
26492: * src/: include/pa_exception.h, include/pa_pool.h,
26493: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26494: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26495: re-associated. that's much better even removed 'die' necessety
26496:
26497: * src/: include/pa_error.h, include/pa_exception.h,
26498: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26499: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26500: targets/Makefile.am: lowered targets/parser into subdir, added
26501: parser_Pool(Pool) failed to add. would think..
26502:
26503: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26504: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26505: main/pa_string.C, main/pa_table.C: Table more like C++ style
26506: hence lots of 'const'
26507:
26508: * src/: include/pa_error.h, include/pa_request.h,
26509: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26510: main/pa_table.C: Error fixed
26511:
26512: 2001-01-29 paf
26513:
26514: * src/: include/pa_array.h, include/pa_common.h,
26515: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26516: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26517: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26518: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26519:
26520: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26521: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26522: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26523: main/pa_string.C, main/pa_table.C: Request Error Table
26524:
26525: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26526: templates"
26527:
26528: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26529: main/main.dsp, main/pa_array.C: templates failed no template
26530: specializations [VC6], no library auto instantation [VC6, GNU c++
26531: 2.95.2-6 from latest cygwin]
26532:
26533: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26534: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26535: main/main.dsp, main/pa_array.C, main/pa_string.C,
26536: main/pa_table.C: Table started would test template Array now
26537:
26538: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26539: String originating
26540:
26541: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26542: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26543: SYNCHRONIZED(thread_safe)
26544:
26545: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26546: parts to top
26547:
26548: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26549: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26550: see: needed only in global Hash now, made Hash:: put/get
26551: SYNCHRONIZED
26552:
26553: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26554: main/pa_threads.C: added pa_threads
26555:
26556: Mutex
26557:
26558: * src/include/pa_hash.h: some comments
26559:
26560: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26561: Array& operator += (Array& src)
26562:
26563: * src/main/pa_array.C: expand not convinient, would rewrite
26564:
26565: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26566: (Array& src)
26567:
26568: rethought, would change now
26569:
26570: 2001-01-27 paf
26571:
26572: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26573: caching
26574:
26575: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26576: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
26577: cache rethought to chunk caching
26578:
26579: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26580: include/pa_string.h, main/main.dsp, main/pa_array.C,
26581: main/pa_hash.C, main/pa_string.C: Array 0
26582:
26583: * src/main/pa_string.C: String::operator ==
26584:
26585: * src/main/pa_hash.C: String(&String)
26586:
26587: * src/main/pa_hash.C: added pa_hash.C [forgotten]
26588:
26589: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
26590: main/main.dsp, main/pa_string.C: uint, and added pa_types &
26591: pa_hash[forgotten]
26592:
26593: 2001-01-26 paf
26594:
26595: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26596: removed templates [vc++ suxx]
26597:
26598: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
26599: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
26600:
26601: * src/include/: pa_pool.h, pa_string.h: pa_pool split
26602:
1.119 moko 26603: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 26604:
1.119 moko 26605: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 26606: check
26607:
26608: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
26609: dynamic row_count
26610:
26611: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26612: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26613: targets/Makefile.am: Initial revision
26614:
26615: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
26616: main/main.dsp, main/pa_pool.C, main/pa_string.C,
26617: targets/Makefile.am: creating parser3 module
26618:
E-mail: